.elementor-kit-6{--e-global-color-primary:#004733;--e-global-color-secondary:#F3ECD9;--e-global-color-text:#313131;--e-global-color-accent:#61CE70;--e-global-color-5d94217:#94D24F;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:22px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:29px;--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;--e-global-typography-e0ab70e-font-family:"Helvetica";--e-global-typography-e0ab70e-font-size:42px;--e-global-typography-e0ab70e-font-weight:600;--e-global-typography-e0ab70e-line-height:50px;--e-global-typography-c7af9d2-font-family:"Helvetica";--e-global-typography-c7af9d2-font-size:32px;--e-global-typography-c7af9d2-line-height:38px;--e-global-typography-731a765-font-family:"Helvetica";--e-global-typography-731a765-font-size:26px;--e-global-typography-731a765-font-weight:600;--e-global-typography-731a765-line-height:32px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#5A7920;font-weight:600;}.elementor-kit-6 a:hover{color:#94D24F;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-kit-6{--e-global-typography-primary-font-size:18px;--e-global-typography-primary-line-height:24px;--e-global-typography-e0ab70e-font-size:34px;--e-global-typography-e0ab70e-line-height:38px;--e-global-typography-c7af9d2-font-size:24px;--e-global-typography-c7af9d2-line-height:30px;--e-global-typography-731a765-font-size:24px;--e-global-typography-731a765-line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ******************************** */
/* MEHR ANZEIGEN-Funktion */
/* Standard-Zustand (Frontend) */
#hidden-1, #hidden-2, #hidden-3 {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
/* Ausnahme im Elementor-Editor: immer sichtbar */
.elementor-editor-active #hidden-1,
.elementor-editor-active #hidden-2,
.elementor-editor-active #hidden-3{
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible !important;
}


/* ******************************** */
/* Liste formatieren */
/* List mit Geankenstrich und ohne Einzug */
ul {
  list-style: none;        /* Bullet Points entfernen */
  margin: 0 0 0.9rem 0;    /* unten 0.9rem Abstand lassen */
  padding: 0;              /* linken Einzug entfernen */
}
ul li {
  position: relative;
  padding-left: 1.2em;     /* Platz für den Gedankenstrich schaffen */
}
ul li::before {
  content: "–";            /* Gedankenstrich einfügen */
  position: absolute;
  left: 0;
}

/* ******************************** */
/* Zellenhöne der Grids bei 1-spaltiger Ansicht anpassen */
@media screen and (max-width: 768px) {
  .mobilegrid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; /* nur mobil */
  }
}

/* ******************************** */
/* Popup scrollbar machen */
#scrollable-popup {
  max-height: 90vh; /* Maximale Höhe auf 80% der Ansichtshöhe setzen */
  overflow-y: auto; /* Vertikales Scrollen aktivieren */
}



.copyright {
    display: none !important;
}


/* Standardzustand: roter Button, weiße Schrift */
.wpcf7 form input[type="submit"],
.wpcf7 form button {
  background-color: #d72626 !important;
  color: white !important;
  border: 1px s#d72626 !important;
  border-radius: 3px;
  padding: .5rem 1rem;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
}

/* Hover: weißer Button, rote Schrift, rote Umrandung */
.wpcf7 form input[type="submit"]:hover,
.wpcf7 form button:hover {
  background-color: white !important;
  color: #d72626 !important;
  border: 1px #d72626 !important;
}

/* Gravity Forms Feld Anzahl: Anweisung ausblenden */
#gfield_instruction_1_11 {
    display: none;
}


/* Gravity Button */
body .gform_wrapper .gform_footer input[type="submit"] {background-color: #d72626 !important;
font-size: 22px !important;
padding: 16px !important;
}
body .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #b51f1f !important;
}/* End custom CSS */