.elementor-kit-8{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#03A9F4;--e-global-color-text:#FFFFFF;--e-global-color-accent:#03A9F4;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:37px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"REM";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:100;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#03A9F4;}.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);}@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 *//* Standard-Einstellung: responsive Hintergrund, kein Parallax */
.hero-fixed {
    background-size: cover;           /* skaliert responsiv, füllt den Container */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;    /* Standard, kein fixed auf Mobile/Tablet */
}

.elementor-widget p strong {
    font-weight: 700;
}

/* Nur ab Desktop-Breite: Parallax / fixed Hintergrund aktivieren */
@media (min-width: 1025px) {
    .hero-fixed {
        background-attachment: fixed;
    }
}/* End custom CSS */