.elementor-kit-7{--e-global-color-primary:#A4568A;--e-global-color-secondary:#A4568A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#BE3D93;--e-global-color-4bdff22:#A4568A;--e-global-color-e373515:#BE3D93;--e-global-color-d19f1e9:#FFFFFF;--e-global-color-0b99d6b:#2B183A;--e-global-typography-primary-font-family:"Barlow Condensed";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-font-style:italic;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Source Sans Pro", Sans-serif;font-weight:400;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-d19f1e9 );font-family:"Source Sans Pro", Sans-serif;font-size:18px;font-weight:700;color:var( --e-global-color-4bdff22 );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-d19f1e9 );border-radius:15px 15px 15px 15px;padding:10px 24px 10px 24px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Barlow Condensed", Sans-serif;font-size:128px;font-weight:500;font-style:italic;}.elementor-kit-7 h2{font-family:"Barlow Condensed", Sans-serif;font-size:128px;font-weight:500;font-style:italic;}.elementor-kit-7 h3{color:var( --e-global-color-text );font-family:"Barlow Condensed", Sans-serif;font-size:96px;font-weight:500;font-style:italic;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-4bdff22 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7 h2{font-size:112px;}.elementor-kit-7 h3{font-size:60px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h2{font-size:60px;}.elementor-kit-7 h3{font-size:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide text by default */
.hover-title {
  opacity: 0;
  transition: opacity 0.5s ease; /* Smooth fade effect */
}

/* Show text on container hover */
.hover-container:hover .hover-title {
  opacity: 1;
}


/* __Seksjoner__ */

.hovedseksjon {
  /* Desktop styling - standard */
  padding: 60px 10px;
}

/* iPad styling */
@media screen and (max-width: 768px) and (min-width: 481px) {
  .hovedseksjon {
    padding: 50px 10px;
  }
}

/* Mobil styling */
@media screen and (max-width: 480px) {
  .hovedseksjon {
    padding: 50px 10px;
  }
}

.bunnseksjon {
  /* Desktop styling - standard */
  padding: 60px 10px 0 10px;
}

/* iPad styling */
@media screen and (max-width: 768px) and (min-width: 481px) {
  .bunnseksjon {
    padding: 50px 10px 0 10px;
  }
}

/* Mobil styling */
@media screen and (max-width: 480px) {
  .bunnseksjon {
    padding: 50px 10px 0 10px;
  }
}

/* __Seksjoner__ */
/* __Tekst__ */

.header-avstand {
  padding-bottom: 80px; /* Standard = PC */
}

@media (max-width: 1024px) {
  /* iPad og mindre skjermer */
  .header-avstand {
    padding-bottom: 60px;
  }
}

/* Hvis du ønsker å skille mobil fra iPad (f.eks. under 768px) */
@media (max-width: 767px) {
  .header-avstand {
    padding-bottom: 36px;
  }
}

/* __Tekst__ *//* End custom CSS */