.elementor-kit-6{--e-global-color-primary:#111111;--e-global-color-secondary:#222222;--e-global-color-text:#3C3C3C;--e-global-color-accent:#122D3F;--e-global-color-d1ab292:#2A4253;--e-global-color-472f77f:#FFFFFF;--e-global-color-c4108e0:#F2F7F8;--e-global-color-933f8ef:#F3F6F9;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--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:500;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:600;--e-global-typography-6d85a96-font-family:"Poppins";--e-global-typography-6d85a96-font-size:19px;--e-global-typography-6d85a96-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-size:16px;color:var( --e-global-color-472f77f );border-radius:100px 100px 100px 100px;padding:15px 35px 15px 35px;}.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:var( --e-global-color-d1ab292 );color:var( --e-global-color-472f77f );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:84px;line-height:1.3em;}.elementor-kit-6 h2{font-size:40px;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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-6 h1{font-size:44px;}.elementor-kit-6 h2{font-size:32px;}.elementor-kit-6 h3{font-size:22px;}.elementor-kit-6 h4{font-size:20px;}.elementor-kit-6 h5{font-size:18px;}.elementor-kit-6 h6{font-size:18px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{padding:14px 30px 14px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h2{font-size:26px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{padding:14px 25px 14px 25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
    scroll-padding-top: 70px;
}

.anchor-wrapper {
    min-height: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

/* Elementor's Active-State auf Startseite-Link deaktivieren (kommt von aria-current) */
body.page-id-35 .elementor-nav-menu a.elementor-item-active:not(.scrollspy-active)::after,
body.page-id-35 .elementor-nav-menu a.elementor-item-active:not(.scrollspy-active)::before {
    transform: scale(0) !important;
    opacity: 0 !important;
}

/* Scrollspy-Klasse aktiv → Underline anzeigen */
.elementor-nav-menu a.scrollspy-active::after {
    transform: scale(1) !important;
    opacity: 1 !important;
}

/* Menüpunkt nur im Mobile-Burger-Menü zeigen */
@media (min-width: 768px) {
    .elementor-nav-menu li.mobile-only-link {
        display: none !important;
    }
}

/* Mobile-Styling für Kostenfreie-Beratung-Button */
@media (max-width: 767px) {
    .elementor-nav-menu li.mobile-only-link {
        text-align: center !important;
        display: block !important;
        width: 100% !important;
    }
    
    .elementor-nav-menu li.mobile-only-link > a.elementor-item {
        background-color: #122d3f !important;
        color: #FFFFFF !important;
        border: none !important;
        border-radius: 50px !important;
        padding: 14px 32px !important;
        margin: 20px auto !important;
        display: inline-block !important;
        width: auto !important;
        text-align: center !important;
        font-weight: 700 !important;
        transition: all 0.3s ease !important;
    }
    
    .elementor-nav-menu li.mobile-only-link > a.elementor-item:hover {
        background-color: #1a4260 !important;
        color: #FFFFFF !important;
    }
}/* End custom CSS */