.elementor-kit-8{--e-global-color-primary:#1F3A5F;--e-global-color-secondary:#333333;--e-global-color-text:#333333;--e-global-color-accent:#333333;--e-global-color-1b9ddfe:#333333;--e-global-color-f66e29a:#C7B833;--e-global-color-c22d7cc:#45860A;--e-global-color-1ec2f00:#333333;--e-global-color-5ea40dd:#333333;--e-global-color-f0d4f63:#F5F5F5;--e-global-color-6d619b3:#D97A0B;--e-global-color-f25a97b:#FFFFFF;--e-global-color-a724c4c:#1F3A5F;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:700;--e-global-typography-7a61ddb-font-family:"Source Sans Pro";--e-global-typography-7a61ddb-font-size:16px;--e-global-typography-16a904d-font-family:"Source Sans Pro";--e-global-typography-16a904d-font-size:16px;--e-global-typography-16a904d-font-weight:600;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-kit-8{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* JITS mobile optimization */
h1.entry-title {
    display: none;
}

@media (max-width: 767px) {
    /* H1 ned i størrelse på mobil for at undgå overflow */
    h1, .elementor h1, .elementor-widget-text-editor h1, .elementor-widget-heading .elementor-heading-title {
        font-size: 28px !important;
        line-height: 1.15 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        margin: 0 0 12px 0;
    }
    
    /* Brødtekst i hero — sikker læsbar størrelse */
    .elementor-widget-text-editor p {
        font-size: 16px;
        line-height: 1.5;
    }
    
    /* Form inputs ≥ 16px for at undgå iOS auto-zoom på fokus */
    input[type="text"], input[type="email"], input[type="tel"],
    input[type="number"], textarea, select {
        font-size: 16px !important;
    }
    
    /* Sikkerhedsnet mod horizontal scroll */
    html, body {
        overflow-x: hidden;
        max-width: 100vw;
    }
}/* End custom CSS */