.elementor-kit-6{--e-global-color-primary:#0C4F32;--e-global-color-secondary:#ECDD1B;--e-global-color-text:#1D1D1B;--e-global-color-accent:#CD6486;--e-global-color-b53401b:#FFFFFF;--e-global-color-5049292:#FDFBF6;--e-global-color-ffa92cd:#EDEDED;--e-global-color-1e10799:#84A594;--e-global-color-50e9b29:#A7B8AF;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:900;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:900;--e-global-typography-accent-line-height:1.2em;font-family:"Raleway", Sans-serif;font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Raleway", Sans-serif;font-weight:900;}.elementor-kit-6 h2{font-family:"Raleway", Sans-serif;font-weight:900;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:50px;}.elementor-element{--widgets-spacing:50px 50px;--widgets-spacing-row:50px;--widgets-spacing-column:50px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* WICHTIG: Überschreibt Elementors native Smooth-Scroll-Interferenzen */
html, body {
    scroll-behavior: auto !important;
    overflow-x: hidden;
}

body {
    font-variant-numeric: lining-nums proportional-nums;
}

nav li a span {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding-right: 5px;
    padding-bottom: 15px;
}





/* 900 weight for bold in textbox */ 
.elementor-widget-text-editor b,
.elementor-widget-text-editor strong {
  font-weight: 900;
}






.header-main.elementor-sticky--effects {
    background-color: #0C4F32 !important;
}

.header-main {
    transition: background-color 400ms ease !important;
}

.header-main.elementor-sticky--effects .header-main-nav {
   padding-top: 5px;
   padding-bottom: 5px;
   align-items: center;
}

.header-main.elementor-sticky--effects .header-logo svg {
    width: 170px;
    height: auto;
}

.header-main .header-logo,
.header-main .header-logo a {
    color: #FDFBF6;
}

.header-main.elementor-sticky--effects .header-logo,
.header-main.elementor-sticky--effects .header-logo a {
    color: #FDFBF6;
}

.header-logo svg {
    width: 200px;
    height: auto;
}

.hero-slider .swiper-pagination {
    position: absolute;
    right: 70px;
}





/* Masken-Setup für Zeilen */
.hero-slider .line { overflow: hidden; display: block; }

/* sauberes Animations-Targeting */
.hero-slider .elementor-slide-heading,
.hero-slider .elementor-slide-description,
.hero-slider .elementor-slide-button { will-change: transform, opacity; }





/* Overflow für Review Swiper */
.review-swiper .swiper {
    overflow: visible;
}



/* Footer Download Link */
.footer-download-link a {
    color: var( --e-global-color-5049292 );
}
.footer-download-link a:hover {
    color: var( --e-global-color-secondary );
}





/* Accordion Icon Fix */
.accordion-element .e-n-accordion-item-title-icon {
    padding: 0 0 12px 0;
}


/* Horizontaler Scroll */
/* WICHTIG: Verhindert das "Springen" durch Elementor Transitions */
.horizontal-section-wrapper, 
.horizontal-scroll-track {
    transition: none !important;
}


.horizontal-scroll-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
}

.scroll-box {
    flex-shrink: 0;
    min-width: 640px;
    width: 640px; /* oder deine gewünschte Breite */
}

/* Mobile/Tablet: Boxen untereinander */
@media (max-width: 1023px) {
    .horizontal-scroll-track {
        flex-direction: column;
        width: 100%;
        gap: 25px;
    }
    
    .scroll-box {
        min-width: 100%;
        width: 100%;
    }
}/* End custom CSS */