.elementor-kit-8{--e-global-color-primary:#575756;--e-global-color-secondary:#F4E2D6;--e-global-color-text:#575756;--e-global-color-accent:#F4E2D6;--e-global-color-b766e41:#F4E2D6;--e-global-color-44d25dc:#575756;--e-global-color-bfacfa6:#F4E2D6;--e-global-color-2eff6d9:#F4F4F4;--e-global-color-c66a4a5:#02010100;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:38px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.4em;--e-global-typography-c7a9dcb-font-family:"Shadows Into Light";--e-global-typography-c7a9dcb-font-size:30px;--e-global-typography-c7a9dcb-font-weight:400;background-color:var( --e-global-color-2eff6d9 );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 );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#575756C4;font-family:var( --e-global-typography-c7a9dcb-font-family ), Sans-serif;font-size:var( --e-global-typography-c7a9dcb-font-size );font-weight:var( --e-global-typography-c7a9dcb-font-weight );color:var( --e-global-color-accent );box-shadow:5px 5px 10px 0px rgba(0,0,0,0.5);border-style:none;border-radius:10px 10px 10px 10px;padding:8px 30px 8px 30px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{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 );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 h1{color:var( --e-global-color-accent );font-family:"Montserrat", Sans-serif;font-size:60px;font-weight:600;line-height:1.4em;}.elementor-kit-8 h2{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:500;line-height:1.4em;}.elementor-kit-8 h3{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:32px;font-weight:500;line-height:1.4em;}.elementor-kit-8 h4{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:26px;font-weight:500;line-height:1.4em;}.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-8{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:var( --e-global-typography-c7a9dcb-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 );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:var( --e-global-typography-c7a9dcb-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Globaler Abstand nach unten für H1 Überschriften */
h1 {
    margin-bottom: 40px;
}

/* Globaler Abstand nach unten für H2 Überschriften */
h2 {
    margin-bottom: 100px;
}

/* Globaler Abstand nach unten für H3 Überschriften */
h3 {
    margin-bottom: 25px;
}

html, body {
    /* Verhindert, dass Safari die Page-Höhe falsch berechnet */
    height: auto !important; 
    /* Verhindert das unkontrollierte Zurückspringen */
    overflow-x: clip !important; 
    -webkit-overflow-scrolling: touch !important;
    /* smooth scrolling für Safari-Fix */
    scroll-behavior: smooth !important;
}/* End custom CSS */