.elementor-kit-6{--e-global-color-primary:#EA5B0C;--e-global-color-secondary:#2B2B2B;--e-global-color-text:#555555;--e-global-color-accent:#EA5B0C;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6px;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-weight:700;}.elementor-kit-6 h2{font-weight:600;}.elementor-kit-6 h3{font-weight:600;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding .site-logo img{width:88px;max-width:88px;}@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 */html {
    scroll-behavior: smooth;
}

/* Mobile Elemente auf Desktop und Tablet ausblenden */
.header-mobil,
.footer-mobil,
.mobil-nur {
    display: none !important;
}

/* Smartphone-Ansicht */
@media (max-width: 767px) {

    /* Desktop-Elemente ausblenden */
    .header-desktop,
    .footer-desktop,
    .desktop-nur {
        display: none !important;
    }

    /* Mobile Elemente einblenden */
    .header-mobil,
    .footer-mobil,
    .mobil-nur {
        display: flex !important;
        width: 100% !important;
    }
}/* End custom CSS */