.elementor-kit-9{--e-global-color-primary:#157734;--e-global-color-secondary:#575756;--e-global-color-text:#000000;--e-global-color-accent:#8EC14D;--e-global-color-0ffd6f6:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-size:40px;font-weight:700;}.elementor-kit-9 h2{font-size:36px;font-weight:700;}.elementor-kit-9 h3{font-size:24px;}.elementor-kit-9 h4{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.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-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 *//* Listen */
ul{
    padding-left: 22px;
}

/*Links Content*/
main a,  .elementor-widget-theme-post-content a{
    color:#000;
    text-decoration: underline !important;
}

main a, .elementor-widget-theme-post-content a:hover{
    color: #000;
    text-decoration:none !important;
}

/*Animationen*/
@-webkit-keyframes fadeInRightCustom {
    from { opacity: 0; 
        transform: translate3d(20%, 0, 0);
    }
      to { opacity: 1; transform: none;}
}
@keyframes fadeInRightCustom {
    from { opacity: 0; 
        transform: translate3d(20%, 0, 0);
    }
      to { opacity: 1; transform: none;
          
      }
}
@-webkit-keyframes fadeInLeftCustom {
    from { opacity: 0; 
        transform: translate3d(-20%, 0, 0);
    }
      to { opacity: 1; transform: none;}
}
@keyframes fadeInLeftCustom {
    from { opacity: 0; 
        transform: translate3d(-20%, 0, 0);
    }
      to { opacity: 1; 
      transform: none;
          
      }
}

div.fadeInRight {
    animation-name: fadeInRightCustom;
    animation-duration: 1s;
}
div.fadeInLeft {
    animation-name: fadeInLeftCustom;
    animation-duration: 1s;
}

/* Footer */
.footertext a{
    color: #fff;
    text-decoration: underline;
}
.footertext a:hover{
    color: #fff;
    text-decoration: none;
}/* End custom CSS */