.elementor-kit-6{--e-global-color-primary:#1E2A38;--e-global-color-secondary:#3A86FF;--e-global-color-text:#F5F7FA;--e-global-color-accent:#F2295B;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#000000;color:var( --e-global-color-text );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:2000ms;--e-preloader-delay:0ms;--e-preloader-width:8%;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:transparent;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );text-shadow:3px 4px 3px rgba(0,0,0,0.3);color:var( --e-global-color-text );background-image:linear-gradient(45deg, var( --e-global-color-secondary ) 20%, #f2295b 80%);box-shadow:3px 3px 10px 0px #FFFFFF;border-radius:2px 2px 2px 2px;padding:012px 035px 012px 035px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:transparent;color:var( --e-global-color-text );background-image:linear-gradient(135deg, var( --e-global-color-secondary ) 20%, #f2295b 80%);border-style:none;}.elementor-kit-6 e-page-transition{background-color:transparent;background-image:linear-gradient(45deg, var( --e-global-color-secondary ) 20%, #f2295b 80%);}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 h1{color:var( --e-global-color-text );}.elementor-kit-6 h2{color:var( --e-global-color-text );}.elementor-kit-6 h3{color:var( --e-global-color-text );}.elementor-kit-6 h4{color:var( --e-global-color-text );}.elementor-kit-6 h5{color:var( --e-global-color-text );}.elementor-kit-6 h6{color:var( --e-global-color-text );}.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{padding-inline-end:0px;padding-inline-start:0px;}@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-kit-6{--e-global-typography-primary-font-size:45px;--e-preloader-width:30%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* === Gradient-skygge omkring Elementors Heading-widget === */

/* Wrapperen med klassen fra widgetten */
.elementor-widget-heading.grad-shadow {
  position: relative;
  display: inline-block;
}

/* Selve overskriften ligger øverst */
.elementor-widget-heading.grad-shadow .elementor-heading-title {
  position: relative;
  z-index: 2;
  /* sørg for at temaets farver ikke “fylder” klon-laget */
  mix-blend-mode: normal !important;
  text-shadow: none !important;
}

/* Klon-laget som JS opretter */
.elementor-widget-heading.grad-shadow .gradient-shadow {
  position: absolute;
  left: 0; top: 0;
  z-index: 1;
  pointer-events: none;
  white-space: pre-wrap;

  /* Match typografi 1:1 */
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;

  /* GRADIENT IND I BOGSTAVERNE  */
  background: linear-gradient(45deg, #3A86FF 0%, #F2295B 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;

  /* SKYGGELook */
  filter: blur(8px);
  transform: translate(6px, 6px);
  opacity: 1;
}

/* (failsafe) hvis noget globalt sætter overflow, så klipper det ikke din blur væk */
.elementor-widget-heading.grad-shadow,
.elementor-widget-heading.grad-shadow * {
  overflow: visible !important;
}


/*CSS DER SLÅR HORIZONTALT SCROLL FRA*/
/* 1) Globalt: tillad aldrig horisontal scroll */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}




/* CSS for fade ved headeren*/

/* CSS for fade ved headeren */
.elementor::before {
  content:"";
  position:fixed;
  top:0; right:0; left:0; bottom:auto;
  height:200px; /* standardhøjde (desktop) */
  pointer-events:none;
  z-index:5; /* lavere end headerens z-index */
  background:linear-gradient(to top, rgba(50,50,50,0), #000000);
}

/* Tablet (max 1024px) */
@media (max-width: 1024px) {
  .elementor::before {
    height:150px; /* juster som ønsket */
  }
}

/* Mobil (max 767px) */
@media (max-width: 767px) {
  .elementor::before {
    height:100px; /* lavere fade på mobil */
  }
}



/* Fallback hvis du bruger Theme Builder locations */
.elementor-location-single::before,
.elementor-location-archive::before{
  content:"";
  position:fixed;
  top:0; right:0; left:0; bottom:auto;
  height:200px;
  pointer-events:none;
  z-index:5;
  background:linear-gradient(to top, rgba(50,50,50,0), #000000);
}

::selection {
  background: #F2295B; /* Highlight farve */
  color: #ffffff;      /* Tekstfarve under highlight */
}

::-moz-selection {
  background: #3A86FF; 
  color: #ffffff;
}

/* Gradient-tekst ved hover */
.elementor-system-fonts .elementor-control-title:hover {
  background: linear-gradient(45deg, #F2295B 20%, #3A86FF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  cursor: pointer;
}/* End custom CSS */