.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-6f1bcd5:#007266;--e-global-color-f364de9:#71AAA4;--e-global-color-e249ea0:#D9A900;--e-global-color-353c74b:#FFFFFF;--e-global-color-3abbfe7:#000000;--e-global-color-fcab2c8:#D2E4E2;--e-global-color-76d4c46:#8E8E8E;--e-global-color-0679deb:#D1D1D1;--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:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-2de074d-font-family:"Open Sans";--e-global-typography-2de074d-font-size:17px;--e-global-typography-2de074d-font-weight:300;--e-global-typography-2de074d-line-height:1.4em;--e-global-typography-0814d40-font-family:"Open Sans";--e-global-typography-0814d40-font-size:17px;--e-global-typography-0814d40-font-weight:500;--e-global-typography-0814d40-line-height:1.4em;--e-global-typography-1a0087e-font-family:"Montserrat";--e-global-typography-1a0087e-font-size:54px;--e-global-typography-1a0087e-font-weight:600;--e-global-typography-1a0087e-line-height:1.2em;--e-global-typography-bbf756c-font-family:"Montserrat";--e-global-typography-bbf756c-font-size:32px;--e-global-typography-bbf756c-font-weight:600;--e-global-typography-bbf756c-line-height:1.25em;--e-global-typography-60e22a2-font-size:22px;--e-global-typography-60e22a2-font-weight:600;--e-global-typography-60e22a2-line-height:1.3em;--e-global-typography-77afc11-font-family:"Montserrat";--e-global-typography-77afc11-font-weight:500;--e-global-typography-77afc11-text-transform:uppercase;--e-global-typography-77afc11-letter-spacing:2px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-1a0087e-font-size:46px;}.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-2de074d-font-size:16px;--e-global-typography-1a0087e-font-size:32px;--e-global-typography-60e22a2-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
width:100%;
overflow-x:hidden;
}
			

p{
    hyphens: auto;
}

h2, h3, h4, h5{
    hyphens:auto;
}


/* 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 */