.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-5efc0ea:#94C1C7;--e-global-color-2e83ad0:#29818F;--e-global-color-527d3e4:#03363F;--e-global-color-35b519b:#000000;--e-global-color-176c373:#F7F7F7;--e-global-color-bb3d7dc:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:300;--e-global-typography-96ecfd4-font-family:"Poppins";--e-global-typography-96ecfd4-font-size:60px;--e-global-typography-96ecfd4-font-weight:200;--e-global-typography-96ecfd4-line-height:1.2em;--e-global-typography-96ecfd4-letter-spacing:-0.5px;--e-global-typography-aa023ca-font-family:"Poppins";--e-global-typography-aa023ca-font-size:38px;--e-global-typography-aa023ca-font-weight:500;--e-global-typography-aa023ca-line-height:1.2em;--e-global-typography-aa023ca-letter-spacing:-1px;--e-global-typography-be316d6-font-family:"Poppins";--e-global-typography-be316d6-font-size:24px;--e-global-typography-be316d6-font-weight:500;--e-global-typography-be316d6-line-height:1.1em;--e-global-typography-be316d6-letter-spacing:-0.3px;--e-global-typography-b971c38-font-size:18px;--e-global-typography-b971c38-font-weight:500;--e-global-typography-b971c38-line-height:1.1em;--e-global-typography-b971c38-letter-spacing:-0.3px;--e-global-typography-e9eb9ff-font-size:17px;--e-global-typography-e9eb9ff-font-weight:300;--e-global-typography-e9eb9ff-line-height:1.6em;--e-global-typography-8697f5a-font-family:"Poppins";--e-global-typography-8697f5a-font-size:15px;--e-global-typography-8697f5a-font-weight:300;--e-global-typography-8697f5a-line-height:1.3em;--e-global-typography-f76aaf1-font-family:"Poppins";--e-global-typography-f76aaf1-font-size:19px;--e-global-typography-f76aaf1-font-weight:300;--e-global-typography-f76aaf1-line-height:1.3em;color:var( --e-global-color-35b519b );font-family:"Poppins", Sans-serif;font-size:18px;font-weight:300;line-height:1.2em;}.elementor-kit-5 a{color:var( --e-global-color-35b519b );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{color:var( --e-global-color-2e83ad0 );background-color:var( --e-global-color-176c373 );border-style:solid;border-width:3px 3px 3px 3px;border-color:var( --e-global-color-2e83ad0 );border-radius:50px 50px 50px 50px;padding:12px 25px 12px 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);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-96ecfd4-font-size:60px;--e-global-typography-96ecfd4-line-height:1.2em;--e-global-typography-96ecfd4-letter-spacing:0.5px;}.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-96ecfd4-font-size:40px;--e-global-typography-96ecfd4-line-height:1.1em;--e-global-typography-96ecfd4-letter-spacing:-0.5px;--e-global-typography-aa023ca-font-size:30px;--e-global-typography-be316d6-font-size:20px;--e-global-typography-b971c38-font-size:18px;--e-global-typography-e9eb9ff-font-size:16px;}.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
}
body{
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
    
}/* End custom CSS */