:root {
  --black: black;
  --green: #b6ca49;
  --pastle-green: #f1f4dc;
  --white: white;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.highlights {
  background-image: none;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 5%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  object-fit: contain;
  height: 100%;
  display: inline-block;
}

.logo {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 25vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
  text-decoration: none;
  display: flex;
}

.logo.w--current {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.telefonnummer {
  margin-bottom: 5px;
}

.ffnungszeiten {
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
}

.hauptfarbe {
  color: var(--black);
  background-color: #f1f4dc;
}

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  color: #000;
  background-color: #eee;
}

.highlights {
  color: var(--black);
  background-color: #d1dd8e;
}

.adresse {
  margin-bottom: 5px;
}

.google-maps {
  width: 100%;
}

.heading-1 {
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-2.farbe-der-headings {
  font-size: 32px;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.flie-text {
  font-family: Didact Gothic, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #bc5;
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.container-_navbar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-men.hauptfarbe {
  z-index: 1000;
}

.navbar1 {
  z-index: 9999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: sticky;
  top: 0%;
}

.nav-link {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link:hover {
  color: gray;
}

.nav-link.w--current {
  color: #ebe3de;
}

.nav-link.flie-text {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .6s;
}

.nav-link.flie-text:hover {
  color: #bdc97d;
  border-bottom: 2px solid #bdc97d;
  font-weight: 400;
}

.nav-link.flie-text.w--current {
  color: #bdc97d;
  border-bottom: 2px solid #bdc97d;
}

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  padding-top: 12px;
  padding-bottom: 12px;
}

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.titelvideo1 {
  color: #fff;
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.subheading1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

.slogan1 {
  font-size: 90px;
  line-height: 90px;
}

.inhalt-mittig-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

._2er-grid1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
}

.feature-image-mask {
  object-fit: contain;
  width: 7rem;
  height: 7rem;
}

.galeriebild1 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.link-formular {
  text-decoration: none;
}

.impdat {
  padding: 100px 40px;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.success1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.success1.heading-1 {
  font-family: Montserrat, sans-serif;
}

.div-block-footer1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: grid;
}

.footer-2 {
  padding: 60px 140px;
}

.footer-2.hauptfarbe {
  padding-bottom: 10px;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.inhalt-footer {
  height: 100%;
}

.navbar {
  z-index: 99999;
  background-color: #464166;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.container-9 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu_button {
  z-index: 999999;
  width: 70px;
  height: 70px;
  padding: 0;
}

.menu_button.w--open {
  background-color: #0000;
}

.hamburger_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
}

.hamburger_horizontal_line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.hamburger_vertical_line {
  background-color: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
}

.nav_menu {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu_wrapper {
  background-color: #000c;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_left {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AnyConv.com__611d04b90a488a7863d47e6c_AdobeStock_336877320_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_right {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: auto;
}

.menu_right_container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.menu_head {
  text-align: left;
}

.menu-paragraph {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.menu_form_block {
  width: 100%;
}

.menu_form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text_area {
  text-transform: uppercase;
  border: 1px #000;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

.text_area.flie-text {
  transition: all .2s;
}

.text_area.flie-text:hover {
  box-shadow: 0 5px 12px -10px #000;
}

.submit_button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #333;
  width: 150px;
  min-width: auto;
  margin-top: 10px;
  font-size: 12px;
  transition: all .2s;
}

.submit_button:hover {
  background-color: #000;
}

.submit_button.flie-text {
  margin-bottom: 10px;
}

.submit_button.flie-text:hover {
  box-shadow: 0 9px 12px -8px #00000080;
}

.nav_link {
  font-size: 16px;
  line-height: 24px;
}

.nav_link.flie-text {
  border-bottom: 1px solid #f0f0f0;
  transition: all .2s;
}

.nav_link.flie-text:hover {
  transform: scale(1.1);
  box-shadow: 0 7px 8px -5px #00000080;
}

.nav_link.flie-text.w--current {
  color: #333;
  box-shadow: 0 7px 8px -5px #00000080;
}

.navbar_navlinks {
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
  display: flex;
}

.white {
  filter: invert();
  margin-right: auto;
}

.content_3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.heading {
  letter-spacing: 1px;
  font-size: 50px;
  line-height: 120%;
}

.heading.heading-1 {
  color: #333;
  font-size: 48px;
  line-height: 1.3;
}

.heading.heading-1.farbe-der-headings {
  color: #bc5;
}

.paragraph {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.paragraph.flie-text {
  font-family: Didact Gothic, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.heading_1 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.heading_1.heading-1 {
  margin-top: 5px;
  font-size: 32px;
  line-height: 1.1;
}

.heading_1.heading-1.farbe-der-headings {
  letter-spacing: .5px;
  font-size: 44px;
  font-weight: 500;
}

.heading_center {
  text-align: center;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 35px;
}

.heading_center.heading-1 {
  line-height: 1.3;
}

.paragraph_center {
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph_center.flie-text {
  color: var(--black);
  font-family: Didact Gothic, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.content_1 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

.checkbox-2 {
  border-radius: 5px;
}

.footer {
  padding: 20px 100px;
}

.footer.highlights-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
}

.section_1 {
  padding: 100px;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 100%;
  display: flex;
}

.maps-gro {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.link-block {
  color: var(--black);
  text-decoration: none;
  display: block;
}

.embed-maps {
  width: 100%;
  height: 100%;
}

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-flow: column;
  justify-content: flex-start;
  min-height: auto;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 60px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.logo-div {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.content_3-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20vw;
  display: flex;
}

.paragraph-2 {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-2.flie-text {
  font-size: 22px;
  line-height: 1.5;
}

.clr-div {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 7rem;
}

.hauptfarbe-2 {
  color: var(--black);
  background-color: #f1f4dc;
}

.image-100-normal {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.highlights-2 {
  background-color: #b6ca49;
}

.content_1-alighn-right {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px 0;
  display: flex;
}

.content_1-align-left {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0;
  display: flex;
}

._3er_grid-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 60%;
  margin-bottom: 1rem;
}

.footer2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 23vw;
  display: flex;
}

.footer2.hauptfarbe-2 {
  align-items: center;
}

.paragraph-font2 {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-font2.flie-text {
  color: #333;
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 12.5px;
  line-height: 1.5;
  text-decoration: none;
}

.link-black {
  color: #000;
  text-decoration: none;
  transition: all .6s;
}

.link-black:hover {
  color: #b8ca53;
}

.small-icon {
  width: 2rem;
  height: 2rem;
}

.small-icon.highlights-2 {
  background-color: #b6ca4957;
  border-radius: 850px;
  width: 1rem;
  height: .5rem;
  margin-top: 10px;
  transform: rotate(129deg);
}

.cell {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2px;
}

.heading_1-margins {
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 45px;
}

.heading_1-margins.heading-1 {
  margin-top: 5px;
  font-size: 32px;
  line-height: 1.1;
}

.heading_1-margins.heading-1.farbe-der-headings {
  text-align: center;
  margin-left: 2rem;
  margin-right: 2rem;
  font-size: 20px;
  line-height: 1.4;
}

.heading_left {
  text-align: left;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 35px;
}

.heading_left.heading-1 {
  line-height: 1.3;
}

.heading_left.heading-1.farbe-der-headings {
  letter-spacing: .5px;
  font-weight: 600;
}

.quick-stack-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
}

.content_3-center-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20vw;
  display: flex;
}

.paragraph-left {
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-left.flie-text {
  width: 100%;
  font-family: Didact Gothic, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-left-bold {
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-left-bold.flie-text {
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.image-101 {
  object-fit: contain;
}

.cell-3 {
  justify-content: flex-start;
  align-items: center;
}

.association-logo {
  object-fit: contain;
  width: 100%;
  height: 20vh;
}

.para-wrap {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: stretch;
  width: 80%;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.paragraph-center-small {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-center-small.flie-text {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Didact Gothic, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-center-small.flie-textt {
  width: 100%;
  font-family: Didact Gothic, sans-serif;
  font-size: 11px;
  line-height: 1.8;
}

.text-span {
  font-size: 26px;
}

.clr-div-2 {
  margin-bottom: 20px;
  padding: 10px 7rem;
}

.heading_left-small {
  text-align: left;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 35px;
}

.heading_left-small.heading-1 {
  line-height: 1.3;
}

.heading_left-small.heading-1.farbe-der-headings {
  font-weight: 600;
}

.link-block-2 {
  color: var(--black);
  margin-top: 1rem;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
}

.black {
  color: #000;
  text-decoration: none;
}

.paragraph-footer {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-footer.flie-text {
  font-family: Didact Gothic, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.image-100-no {
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

._100-2 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 20vh;
  margin-top: 10px;
  padding-left: 220px;
  display: flex;
}

.hover-div {
  display: inline-block;
  position: relative;
}

.nav-link-3-dropdown {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3-dropdown:hover {
  color: gray;
}

.nav-link-3-dropdown.w--current {
  color: #ebe3de;
}

.nav-link-3-dropdown.flie-text {
  width: 100%;
  min-width: 12vw;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #f2f2f2;
  margin-left: 2px;
  margin-right: 2px;
  padding: 8px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .6s;
  display: flex;
  position: absolute;
  inset: auto 0% -56%;
}

.nav-link-3-dropdown.flie-text:hover {
  color: #bdc97d;
  border-bottom: 2px solid #bdc97d;
  font-weight: 400;
}

.nav-link-3-dropdown.flie-text.w--current {
  color: #bdc97d;
  border-bottom: 2px solid #bdc97d;
}

.wrapper-icon {
  z-index: 9999999;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  margin-right: 5vw;
  display: flex;
  position: absolute;
  inset: 3.3vh 2vw 0% auto;
}

.icon-social {
  width: 2rem;
  height: 2rem;
}

.content_2-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.section-2 {
  padding: 10vh 10vw;
}

.section-2.zweitfarbe {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2er_grid-3 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  height: 100%;
  margin-top: 30px;
}

.card--wrapper {
  transform-origin: 100%;
  width: 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: none;
}

.icon-2 {
  object-fit: contain;
  width: 80px;
  height: 80px;
}

.accordion-item-wrapper-white-4 {
  background-color: #24242400;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion-item-wrapper-white-4.space {
  margin-bottom: 20px;
}

.arrow-left-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left-2.white-back {
  background-color: #fff;
}

.accordion-tab-button-dark {
  cursor: pointer;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.accordion-tab-button-dark.highlights-2 {
  border-radius: 0;
}

.accordion-pane-2 {
  background-color: #0000;
  display: block;
  overflow: hidden;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding: 20px 0;
  display: flex;
}

.arrow-div {
  filter: invert();
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-question-header-4 {
  color: #000;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Didact Gothic, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.arrow-right-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right-2.white-back {
  background-color: #fff;
}

._6er-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.card-backshadow {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 130vh;
  padding: 35px;
  display: flex;
}

._2er {
  grid-template-rows: auto;
  place-items: center stretch;
  width: 100%;
  margin-top: 20px;
}

.text-centered {
  text-align: center;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 140%;
}

._1-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inhalt-mittig-untereinander-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon-9 {
  object-fit: contain;
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}

.div-block-farbig-3 {
  text-align: center;
  background-color: #bbcc56;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.div-block-farbig-3:hover {
  background-color: #f8f8f8;
}

._3er-grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-center {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  line-height: 44px;
}

.heading-center.heading-font2.heading-color {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.timeline-circle {
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: sticky;
  top: 50vh;
}

.timeline-left {
  text-align: right;
}

.timeline-center {
  text-align: right;
  justify-content: center;
  display: flex;
}

.timeline-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.timeline-progress {
  z-index: 10;
  background-color: #000;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline-wraper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-wraper.highlights {
  margin-top: 20px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.timeline-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
}

.paragraph-rechts {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-rechts.flie-text {
  text-align: left;
  font-family: Didact Gothic, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.box-card-2 {
  perspective: 1000px;
  color: #fff;
  width: 100%;
  height: 30vh;
  text-decoration: none;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.left-side-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.icon-10 {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

.right-side-3 {
  backface-visibility: hidden;
  transform-origin: 100%;
  width: 100%;
  transform-style: preserve-3d;
  background-color: #bbcc56;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(90deg)rotateZ(0)translate(100%);
}

.heading-small {
  letter-spacing: 1px;
  font-size: 50px;
  line-height: 120%;
}

.heading-small.heading-1 {
  color: #333;
  font-size: 30px;
  line-height: 1.3;
}

.heading-mitting {
  letter-spacing: 1px;
  font-size: 50px;
  line-height: 120%;
}

.heading-mitting.heading-1 {
  color: #333;
  text-align: left;
  font-size: 48px;
  line-height: 1.3;
}

.bild-section-cover1-2 {
  color: #fff;
  background-image: linear-gradient(#f1f4dc4a, #f1f4dc4a), url('../images/attachment_1_Februae-24-25.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.image-contain {
  object-fit: contain;
  width: 100%;
  height: 50vh;
}

.image-contain.auto {
  height: auto;
}

.card-backshadow-home {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 108vh;
  padding: 35px 20px;
  display: flex;
  box-shadow: 0 2px 5px 3px #0003;
}

.quick-stack-btm {
  grid-column-gap: 0px;
  grid-row-gap: 7px;
  width: 100%;
  padding: 0 20px 0 0;
}

.card-backshadow-home-2nd {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 108vh;
  padding: 35px 0;
  display: flex;
  box-shadow: 0 2px 5px 3px #0003;
}

.paragraph_center-20px {
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph_center-20px.flie-text {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Didact Gothic, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.accordion-tab-button-dark-2nd {
  cursor: pointer;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.accordion-tab-button-dark-2nd.highlights-2 {
  border-radius: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.accordion-item-wrapper-white-4-2ndbtn {
  background-color: #24242400;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-2-2ndcard {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  width: 100%;
  padding: 0 10px 10px;
}

.image-100-normal-praxis {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-height: 60vh;
  margin-top: 0;
  margin-bottom: 0;
}

.image-100-normal-praxis.imagebigframe {
  object-fit: fill;
}

.image-100-normal-praxis.topimage {
  filter: blur(3px);
  width: 100%;
}

.image-100-normal-praxis.blurimage {
  object-fit: cover;
  width: 80%;
  margin-left: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bilder-grid {
  grid-template-rows: auto;
}

.image-circle {
  border-radius: 100%;
  width: 20vw;
  height: 60vh;
  overflow: hidden;
}

.image-ber-mich {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

._2er-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  width: 100%;
  margin-bottom: 20px;
}

.butterfly-animation-wrapper {
  height: 100%;
  margin-left: 10px;
  position: relative;
}

.butterfly-animation-img-1 {
  object-fit: contain;
  width: 20vw;
  height: 100%;
  padding: 20px 80px;
}

.butterfly-animation-img-2 {
  opacity: 0;
  object-fit: contain;
  width: 20vw;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  inset: 0% 0% 0% 10%;
}

.butterfly-animation-img-3 {
  opacity: 0;
  object-fit: contain;
  width: 15vw;
  height: 90%;
  position: absolute;
  inset: 0% 0% 0% 25%;
}

.butterfly-animation-img-4 {
  opacity: 0;
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bannerimage {
  object-fit: cover;
  width: 28vw;
  height: 42vh;
  margin-left: 50px;
}

.bannerimage.con {
  object-fit: contain;
}

.no-overflow {
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
}

.content_3-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.image-1 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 35vh;
  position: static;
  inset: 0% auto auto 0%;
}

.image-1.contain {
  object-fit: contain;
}

.image-1._80 {
  object-position: 50% 65%;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
}

.image-1.down {
  object-position: 50% 40%;
}

.section_4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20vw;
  display: flex;
}

.quick-stack-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.jotform-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.jotform-embed {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.logo-link {
  color: #b6ca49;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading_center-2 {
  text-align: center;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 35px;
}

.heading_center-2.heading-1 {
  line-height: 1.3;
}

.maps-1 {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 100%;
  display: flex;
}

.content_3-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.link-2 {
  color: var(--black);
  text-decoration: none;
  transition: all .5s;
}

.link-2:hover {
  color: var(--green);
}

.nav-link-dd.flie-text {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.dropdown-list {
  background-color: #fff;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.form1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form1.paragraph-font {
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.form-text {
  font-family: Raleway, sans-serif;
}

.text-field-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-4:hover {
  border-color: #1d1f2e80;
}

.text-field-4:active, .text-field-4:focus {
  border-color: #1d1f2e;
}

.text-field-4::placeholder {
  color: #1d1f2e4d;
}

.text-field-4.cc-textarea {
  height: 100px;
}

.send-button {
  text-transform: uppercase;
}

.send-button:hover {
  background-color: #292929;
}

.send-button.highlights:hover {
  background-color: #161616;
}

.send-button.highlights.flie-text {
  color: #fff;
  margin-top: 20px;
}

.form-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: end start;
}

.heading-left {
  font-size: 35px;
  line-height: 120%;
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.field-label {
  text-align: left;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.field-label.small {
  margin-top: -15px;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .utility-page-content {
    bottom: 10%;
  }

  .logo.w--current {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 20vh;
    margin-top: 0;
    display: flex;
  }

  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .heading-2.farbe-der-headings {
    text-align: center;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .container-_navbar {
    min-width: 100%;
  }

  .nav-men.hauptfarbe {
    background-color: #f1f4dc;
    width: 100%;
    padding: 10px;
    display: block;
    position: absolute;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--green);
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--green);
  }

  .nav-link.flie-text {
    text-align: center;
    border-bottom: 2px solid #0000;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.2;
  }

  .navbar-6.hauptfarbe {
    padding-top: 0;
    padding-bottom: 0;
  }

  .men-icon1 {
    filter: drop-shadow(0 2px 5px #000000b3);
    color: #fff;
  }

  .subheading1.heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .slogan1.heading-1 {
    margin-top: 10px;
    font-size: 70px;
    line-height: 50px;
  }

  ._2er-grid1 {
    margin-top: 20px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .impdat {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success-block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .success-block.highlights {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success1.heading-1 {
    font-size: 28px;
  }

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .footer-2.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-footer.heading-3 {
    font-size: 18px;
  }

  .inhalt-footer {
    text-align: center;
  }

  .menu_container_left {
    width: 30%;
  }

  .menu_container_right {
    width: 70%;
  }

  .navbar_navlinks {
    flex-wrap: wrap;
  }

  .content_3 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading.heading-1 {
    font-size: 30px;
  }

  .paragraph.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .heading_1 {
    font-size: 28px;
    line-height: 35px;
  }

  .heading_1.heading-1.farbe-der-headings {
    font-size: 27px;
  }

  .content_1 {
    align-items: center;
    padding: 0;
  }

  .footer.highlights-2 {
    background-color: var(--green);
    padding: 10px 20px;
  }

  .section_1 {
    padding: 60px;
  }

  .maos-footer {
    min-width: auto;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .logo-div {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .content_3-center {
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-2.flie-text {
    font-size: 18px;
  }

  .content_1-alighn-right, .content_1-align-left {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  ._3er_grid-footer {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer2.hauptfarbe-2 {
    background-color: var(--pastle-green);
  }

  .paragraph-font2.flie-text {
    text-align: center;
  }

  .small-icon.highlights-2 {
    width: 30px;
  }

  .cell {
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content_3-center-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-left.flie-text, .paragraph-left-bold.flie-text {
    text-align: center;
  }

  .association-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .para-wrap {
    flex-flow: column;
    align-items: center;
  }

  .list-wrapper {
    width: 100%;
  }

  .clr-div-2.hauptfarbe-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph-footer.flie-text {
    text-align: center;
  }

  ._100-2 {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .hover-div {
    width: 100%;
    display: inline-block;
  }

  .nav-link-3-dropdown.flie-text {
    z-index: 5;
    text-align: center;
    background-color: #0000;
    border-bottom: 2px solid #0000;
    flex-flow: row;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    inset: auto 0% 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .wrapper-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    filter: brightness(0%) invert();
    justify-content: center;
    align-items: center;
    margin-right: 3vw;
    top: 0;
    right: 0;
  }

  .icon-social {
    width: 1.8rem;
    height: 1.8rem;
  }

  .content_2-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .section-2.zweitfarbe {
    padding: 60px;
  }

  ._2er_grid-3 {
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

  .card--wrapper {
    position: static;
  }

  .accordion-item-wrapper-white-4 {
    margin-bottom: 20px;
  }

  .accordion-pane-2 {
    width: 100%;
  }

  ._6er-grid1 {
    margin-top: 0;
    display: block;
  }

  .card-backshadow {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._2er {
    flex-flow: column;
    display: flex;
  }

  .icon-9 {
    margin-bottom: 10px;
  }

  .div-block-farbig-3 {
    padding-bottom: 20px;
  }

  ._3er-grid-5 {
    flex-flow: column;
    display: flex;
  }

  .heading-center.heading-font2.heading-color {
    font-size: 25px;
    line-height: 30px;
  }

  .container-10 {
    flex-flow: column;
    display: flex;
  }

  .box-card-2 {
    height: auto;
  }

  .left-side-3 {
    position: static;
  }

  .right-side-3 {
    position: static;
    transform: none;
  }

  .heading-mitting.heading-1 {
    text-align: center;
    font-size: 30px;
  }

  .bild-section-cover1-2 {
    height: 50vh;
    padding-right: 0;
  }

  .image-contain.auto {
    height: 50vh;
  }

  .card-backshadow-home {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quick-stack-btm {
    padding-right: 0;
  }

  .card-backshadow-home-2nd {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .accordion-item-wrapper-white-4-2ndbtn {
    margin-bottom: 20px;
  }

  .image-circle {
    width: auto;
    height: 40vh;
  }

  ._2er-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .bannerimage.con {
    object-fit: contain;
  }

  .content_3-3 {
    flex-flow: column;
    display: flex;
  }

  .image-1._80 {
    width: auto;
  }

  .section_4, .section_4.zweitfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jotform-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .logo-link {
    width: 24vh;
  }

  .heading_center-2.heading-1 {
    font-size: 18px;
  }

  .list-wrap {
    width: 100%;
  }

  .maps-1 {
    min-width: auto;
  }

  .content_3-1 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .link-2 {
    font-size: 15px;
  }

  .dropdown {
    text-align: center;
    width: 100%;
  }

  .nav-link-dd.flie-text {
    width: 100%;
  }

  .dropdown-list {
    position: relative;
  }

  .text-block {
    text-align: center;
  }

  .error-message {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .logo.w--current {
    height: 17vh;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 25px;
  }

  .divblock1 {
    height: auto;
  }

  .men-buttton1.hauptfarbe {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1;
  }

  .titelvideo1 {
    height: 100%;
  }

  .subheading1 {
    font-size: 25px;
    line-height: 25px;
  }

  .subheading1.heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .slogan1.heading-1 {
    font-size: 50px;
    line-height: 50px;
  }

  .inhalt-mittig-untereinander.zweitfarbe.effekt {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2er-grid1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature-image-mask {
    width: auto;
    height: 15vh;
    margin-right: 0;
  }

  .impdat {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success {
    height: auto;
    padding: 40px 20px;
  }

  .success-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success1.heading-1 {
    font-size: 23px;
  }

  .div-block-footer1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav_menu {
    min-height: auto;
  }

  .menu_wrapper {
    flex-direction: column;
    justify-content: center;
    min-height: auto;
  }

  .menu_container_left {
    width: 100%;
    min-height: 30vh;
  }

  .menu_container_right {
    width: 100%;
    min-height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu_right_container {
    width: 90%;
  }

  .menu_form_block {
    width: 100%;
  }

  .content_3 {
    padding: 20px;
  }

  .heading {
    font-size: 50px;
    line-height: 50px;
  }

  .heading.heading-1 {
    font-size: 25px;
  }

  .heading_1 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading_1.heading-1.farbe-der-headings {
    font-size: 19px;
    line-height: 1.2;
  }

  .heading_center.heading-1 {
    font-size: 23px;
  }

  .section_1 {
    padding: 40px;
  }

  .maos-footer {
    height: auto;
  }

  .maps-gro {
    height: 400px;
  }

  .content_3-center {
    padding: 40px;
  }

  .content_1-alighn-right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading_1-margins.heading-1.farbe-der-headings {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }

  .heading_left.heading-1.farbe-der-headings {
    text-align: center;
  }

  .quick-stack-3 {
    margin-top: 10px;
  }

  .content_3-center-2 {
    padding: 40px;
  }

  .paragraph-left.flie-text {
    font-size: 14px;
  }

  .paragraph-footer.flie-text {
    color: #333;
  }

  .nav-link-3-dropdown.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 1;
  }

  .icon-social {
    width: 1.2rem;
    height: 1.3rem;
  }

  .section-2.zweitfarbe {
    padding: 40px;
  }

  ._2er_grid-3 {
    margin-top: 20px;
  }

  .accordion-tab-button-dark {
    width: 90vw;
  }

  .accordion-tab-button-dark.highlights-2 {
    width: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .accordion-question-header-4 {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1em;
  }

  .card-backshadow {
    padding: 20px;
  }

  .div-block-farbig-3 {
    height: auto;
  }

  ._3er-grid-5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .timeline-progress {
    display: none;
  }

  .timeline-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .timeline-item.invert {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .paragraph-rechts.flie-text {
    text-align: center;
  }

  .heading-small {
    font-size: 50px;
    line-height: 50px;
  }

  .heading-small.heading-1 {
    font-size: 22px;
  }

  .heading-mitting {
    font-size: 50px;
    line-height: 50px;
  }

  .bild-section-cover1-2 {
    height: 40vh;
    min-height: auto;
  }

  .card-backshadow-home-2nd {
    padding: 20px 10px;
  }

  .accordion-tab-button-dark-2nd {
    width: 90vw;
  }

  .accordion-tab-button-dark-2nd.highlights-2 {
    width: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .quick-stack-2-2ndcard {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .image-100-normal-praxis.imagebigframe {
    height: 60vh;
  }

  .bilder-grid, ._2er-grid {
    flex-flow: column;
    display: flex;
  }

  .bannerimage {
    height: 17vh;
  }

  .content_3-3 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .image-1 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .section_4, .section_4.zweitfarbe {
    padding: 40px;
  }

  .jotform-wrapper {
    padding: 20px;
  }

  .logo-link {
    width: 21vh;
  }

  .maps-1 {
    height: auto;
  }

  .content_3-1 {
    padding: 20px;
  }

  .link-2 {
    font-size: 14px;
    line-height: 1;
  }

  .nav-link-dd.flie-text {
    padding-left: 40px;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .text-field-4 {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-4::placeholder {
    text-align: center;
  }

  .text-field-4.cc-textarea {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .logo-img {
    margin-left: auto;
    margin-right: auto;
  }

  .logo {
    width: auto;
    height: 16vh;
  }

  .logo.w--current {
    height: 14vh;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .flie-text {
    overflow-wrap: anywhere;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .men-buttton1.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: .8;
  }

  .subheading1 {
    font-size: 20px;
    line-height: 20px;
  }

  .subheading1.heading-2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .slogan1.heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  .inhalt-mittig-untereinander {
    padding: 20px 10px;
  }

  .inhalt-mittig-untereinander.zweitfarbe {
    width: 100%;
    padding: 20px 10px;
  }

  .feature-image-mask {
    height: 90px;
  }

  .impdat {
    padding-left: 20px;
    padding-right: 20px;
  }

  .success-block.highlights {
    padding: 20px;
  }

  .success1 {
    font-size: 20px;
    line-height: 30px;
  }

  .success1.heading-1 {
    font-size: 15px;
    line-height: 1.3;
  }

  .div-block-footer1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content_3 {
    padding: 0;
  }

  .heading {
    font-size: 40px;
    line-height: 40px;
  }

  .heading.heading-1 {
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.flie-text {
    font-size: 14px;
  }

  .heading_1 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading_1.heading-1.farbe-der-headings {
    font-size: 18px;
  }

  .heading_center {
    font-size: 20px;
    line-height: 25px;
  }

  .heading_center.heading-1 {
    font-size: 18px;
  }

  .paragraph_center {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph_center.flie-text {
    font-size: 14px;
  }

  .footer.highlights-2 {
    text-align: center;
  }

  .section_1 {
    padding: 40px 20px;
  }

  .maps-gro {
    height: 300px;
  }

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .logo-div {
    flex-flow: column;
  }

  .content_3-center {
    padding: 40px 20px;
  }

  .paragraph-2 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-2.flie-text {
    font-size: 16px;
  }

  .clr-div.hauptfarbe-2 {
    padding: 20px;
  }

  ._3er_grid-footer {
    width: auto;
  }

  .footer2.hauptfarbe-2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .paragraph-font2 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .small-icon.highlights-2 {
    margin-bottom: 20px;
  }

  .heading_1-margins {
    font-size: 30px;
    line-height: 40px;
  }

  .heading_1-margins.heading-1.farbe-der-headings {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .heading_left {
    font-size: 20px;
    line-height: 25px;
  }

  .heading_left.heading-1.farbe-der-headings {
    font-size: 17px;
  }

  .content_3-center-2 {
    padding: 40px 20px;
  }

  .paragraph-left {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-left.flie-text {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .paragraph-left-bold {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .para-wrap {
    width: 100%;
  }

  .list-wrapper {
    width: auto;
  }

  .paragraph-center-small {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .heading_left-small {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-footer {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-3-dropdown.flie-text {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    line-height: .8;
  }

  .section-2.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2er_grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10px;
  }

  .accordion-tab-button-dark {
    padding-left: 10px;
  }

  .accordion-pane-content {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-div {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

  .accordion-question-header-4 {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  ._6er-grid1 {
    margin-top: 0;
  }

  .card-backshadow {
    min-width: 200px;
    padding: 20px;
  }

  .icon-9 {
    height: 30px;
  }

  .timeline-wraper.highlights {
    padding-left: 10px;
    padding-right: 10px;
  }

  .timeline-item, .timeline-item.invert {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph-rechts {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .left-side-3 {
    padding: 20px;
  }

  .heading-small {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-small.heading-1 {
    font-size: 19px;
    line-height: 1.1;
  }

  .heading-mitting {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-mitting.heading-1 {
    font-size: 20px;
    line-height: 1.1;
  }

  .bild-section-cover1-2 {
    height: 45vh;
  }

  .image-contain.auto {
    object-fit: cover;
    height: 40vh;
  }

  .card-backshadow-home {
    min-width: 200px;
    padding: 20px;
  }

  .card-backshadow-home-2nd {
    min-width: 200px;
    padding: 10px;
  }

  .paragraph_center-20px {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph_center-20px.flie-text {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-tab-button-dark-2nd {
    padding-left: 10px;
  }

  .accordion-tab-button-dark-2nd.highlights-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack-2-2ndcard {
    padding-left: 0;
    padding-right: 0;
  }

  .image-100-normal-praxis {
    height: 50vh;
    max-height: 50vh;
  }

  .image-100-normal-praxis.imagebigframe.con {
    object-fit: contain;
    object-position: 50% 0%;
  }

  .bilder-grid {
    width: 100%;
  }

  .bannerimage {
    width: auto;
    height: 13vh;
    margin-left: 0;
  }

  .image-1 {
    height: 200px;
  }

  .section_4, .section_4.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .jotform-wrapper {
    padding: 0 10px;
  }

  .logo-link {
    width: 17vh;
  }

  .heading_center-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading_center-2.heading-1, .superscript {
    font-size: 16px;
  }

  .content_3-1 {
    padding: 0;
  }

  .link-2 {
    font-size: 13px;
  }

  .dropdown {
    width: 100%;
  }

  .nav-link-dd.flie-text {
    padding-left: 40px;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .heading-left.heading-font1 {
    font-size: 25px;
  }
}

#w-node-_2705d14f-3f4f-ebc4-c0ae-eefa633d018b-7ec1feaa {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

#w-node-d59d9447-e5a4-8747-c521-89a0fce217b8-7ec1feaa {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-d59d9447-e5a4-8747-c521-89a0fce217e1-7ec1feaa {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_1fe5a1ab-e6a2-6d63-4cf6-1190892e6cd6-8db12140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e0965c3-53a3-3b73-fba4-9ec57b20b829-8db12140 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_3e0965c3-53a3-3b73-fba4-9ec57b20b85c-8db12140 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-e1ed14f6-8183-879e-02e5-b372fc4fa945-e37aee50 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_478ded59-bea1-e7af-f431-c343da0ef1ad-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1b1-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1b3-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1a5-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1a6-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1a8-e37aee50, #w-node-b45ad63c-8401-da8d-f125-538faab64f6c-e37aee50, #w-node-b45ad63c-8401-da8d-f125-538faab64f70-e37aee50, #w-node-b45ad63c-8401-da8d-f125-538faab64f72-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1b5-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1b6-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1b8-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1bd-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1c1-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1c3-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1c5-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1c6-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1c8-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1cd-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1d3-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1d5-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1d7-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1d8-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1da-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1df-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1e3-e37aee50, #w-node-_478ded59-bea1-e7af-f431-c343da0ef1e5-e37aee50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88ed39bc-ab8c-ec93-3b9a-cf171577aecf-0e6df048, #w-node-_0be51f9a-3899-0d41-a9e6-529d8b2815b6-0e6df048, #w-node-_5c614c45-fcda-c708-5e94-1d3e08a410f8-0e6df048, #w-node-_425bfeda-d9e0-02b5-f6fe-e93ed8b9ac1c-0e6df048, #w-node-_46fc0e1a-4c11-e00c-d2d0-ceab67fe4983-0e6df048, #w-node-a80b707a-a875-5c01-b88c-4fb42865a43a-0e6df048, #w-node-_4e75b766-3030-d6e9-d5e9-fee4b895bfd0-0e6df048, #w-node-e84d6736-c370-268f-414c-e86c5ed09d7e-0e6df048, #w-node-_903319c2-b3f8-35ce-5770-8bd7c2dfbef5-0e6df048, #w-node-_69ab0e37-7eec-a215-f9da-1b1eba15ec49-0e6df048 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2705d14f-3f4f-ebc4-c0ae-eefa633d018b-7ec1feaa {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-d59d9447-e5a4-8747-c521-89a0fce217b8-7ec1feaa {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d59d9447-e5a4-8747-c521-89a0fce217e1-7ec1feaa {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3e0965c3-53a3-3b73-fba4-9ec57b20b829-8db12140 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3e0965c3-53a3-3b73-fba4-9ec57b20b85c-8db12140 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1ed14f6-8183-879e-02e5-b372fc4fa945-e37aee50 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2705d14f-3f4f-ebc4-c0ae-eefa633d018b-7ec1feaa {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}


