.elementor-kit-11{--e-global-color-primary:#6A9128;--e-global-color-secondary:#761245;--e-global-color-text:#7A7A7A;--e-global-color-accent:#556246;--e-global-color-57af8ac:#FFFFFF;--e-global-color-a1ca22c:#E8EFE0;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{font-family:"Open Sans", Sans-serif;font-size:15px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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, body {
  overflow-x: hidden;
}
/* Startzustand: unsichtbar, aber initialisierbar */ #hidden-section {   max-height: 0;   overflow: hidden;   opacity: 0;   visibility: hidden;   transition: max-height .4s ease, opacity .4s ease, visibility 0s linear .4s; }  /* Sichtbar nach Klick */ #hidden-section.is-active {   max-height: 5000px;           /* ausreichend groß wählen */   opacity: 1;   visibility: visible;   transition: max-height .4s ease, opacity .4s ease, visibility 0s; }/* End custom CSS */