.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-4991ea4:#0083C9;--e-global-color-f795822:#00B4D0;--e-global-color-3e54f9f:#000000;--e-global-color-40be167:#FFFFFF;--e-global-color-03f8fba:#0083C91A;--e-global-color-f783634:#E9F2FA;--e-global-typography-primary-font-family:"Kumbh Sans";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Kumbh Sans";--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Mulish";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.2em;--e-global-typography-7eda5ff-font-family:"Mulish";--e-global-typography-7eda5ff-font-size:17px;--e-global-typography-7eda5ff-font-weight:400;--e-global-typography-7eda5ff-line-height:1.4em;--e-global-typography-7eda5ff-letter-spacing:-0.35px;--e-global-typography-c7dd1d4-font-family:"Mulish";--e-global-typography-c7dd1d4-font-size:14px;--e-global-typography-c7dd1d4-font-weight:400;--e-global-typography-c7dd1d4-line-height:1.5em;--e-global-typography-c7dd1d4-letter-spacing:-0.35px;--e-global-typography-898f65b-font-family:"Mulish";--e-global-typography-898f65b-font-size:22px;--e-global-typography-898f65b-font-weight:400;--e-global-typography-898f65b-line-height:1.5em;--e-global-typography-898f65b-letter-spacing:-0.35px;--e-global-typography-7d781b7-font-family:"Kumbh Sans";--e-global-typography-7d781b7-font-size:60px;--e-global-typography-7d781b7-font-weight:700;--e-global-typography-7d781b7-line-height:1.2em;--e-global-typography-7d781b7-letter-spacing:-1px;--e-global-typography-aca2fe1-font-family:"Kumbh Sans";--e-global-typography-aca2fe1-font-size:44px;--e-global-typography-aca2fe1-font-weight:700;--e-global-typography-aca2fe1-line-height:1.3em;--e-global-typography-aca2fe1-letter-spacing:-1px;--e-global-typography-05745da-font-family:"Kumbh Sans";--e-global-typography-05745da-font-size:22px;--e-global-typography-05745da-font-weight:700;--e-global-typography-05745da-line-height:1.3em;--e-global-typography-05745da-letter-spacing:-0.35px;font-family:"Source Sans Pro", Sans-serif;font-size:16px;font-weight:300;line-height:22px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:300ms;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-f795822 );font-size:18px;font-weight:700;color:var( --e-global-color-40be167 );border-radius:50px 50px 50px 50px;padding:15px 25px 15px 25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 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-kit-5{--e-global-typography-7eda5ff-font-size:16px;--e-global-typography-898f65b-font-size:18px;--e-global-typography-7d781b7-font-size:40px;--e-global-typography-aca2fe1-font-size:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Verbesserte Eingangsanimationen. Füge diesen Code einfach in ein "Custom CSS" Feld ein. Mehr Elementor Tricks auf https://robert-leitinger.com/ */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}
p{
    -webkit-font-smoothing: auto;
}
body{
width:100%;
overflow-x:hidden !important;
}
strong{
    font-weight: 600;
}
/*RECAPTCHA AUSBLENDEN*/ 
.elementor-field-type-recaptcha_v3.elementor-field-group {
    display: none;
}/* End custom CSS */