.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-d7b5a3e:#000000;--e-global-typography-primary-font-family:"Cal sans";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Kumbh Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Kumbh Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Kumbh Sans";--e-global-typography-accent-font-weight:500;background-color:#000000;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container setup */
.vimeo-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
   height: auto !important;
}

/* Videoen i bunden */
.vimeo-card iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* Coverbilledet i midten */
.vimeo-cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.4s ease-in-out;
}

/* Titel-overlay øverst */
.vimeo-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: rgba(0,0,0,0.3); /* Subtil toning */
  display: flex;
  align-items: flex-start; /* Placerer indholdet øverst */
  justify-content: flex-start; /* Placerer indholdet til venstre */
  padding: 30px; /* Afstand fra kant til tekst */
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Film titel overlay */
.vimeo-video-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-family: inherit; /* Eller skriv navnet på din specifikke font her */

  /* CLAMP: (min-størrelse, skalerbar-størrelse, max-størrelse) */
  /* Dette gør fonten stor, men sikrer den ikke 'knækker' på mobilen */
  font-size: clamp(24px, 4vw, 48px); 
  line-height: 1.1;
  font-weight: 800;
}

/* HOVER EFFEKT: Skjul både cover og titel-overlay */
.vimeo-card:hover .vimeo-cover,
.vimeo-card:hover .vimeo-overlay {
  opacity: 0;
}

/* Sørg for at coveret bliver væk mens videoen spiller (JS klassen) */
.vimeo-card.is-playing .vimeo-cover {
  opacity: 0;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Cal sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://candofilm.com/wp-content/uploads/2026/01/CalSans-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */