@font-face {
  font-family: Qinder butter;
  src: url('../fonts/Qinder-Butter.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --highlights: #7bb92d;
  --main: #176f23;
  --white: white;
  --black: black;
  --highlights-orange: #f08013;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  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-color: var(--highlights);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

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

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

.heading-einstellungen {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.heading-einstellungen._2 {
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.logo-img {
  object-fit: contain;
  width: 60%;
  height: 10vh;
}

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.logo.abs {
  transition: all .2s;
  position: absolute;
  inset: 35% 5% auto auto;
}

.logo.abs:hover {
  transform: scale(1.1);
}

.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;
  font-size: 14px;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--main);
  color: #fff;
}

.email {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.3;
}

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

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

.adresse {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.section-einstellungen {
  padding-bottom: 40px;
  padding-left: 140px;
  padding-right: 140px;
}

.block-logo-einstellungen {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  max-width: 400px;
  padding: 10px 5px;
  display: flex;
}

.inhalt-einstellungen {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

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

.heading-1 {
  font-family: Archivo Narrow, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-2 {
  font-family: Archivo Narrow, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

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

.farbe-der-headings {
  color: var(--highlights);
  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;
}

.terminbutton.highlights.flie-text {
  background-color: var(--main);
  border-radius: 20px;
  margin-top: 20px;
}

.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;
}

.logo-wei {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.nav-menu-1 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  z-index: 999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

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

.nav-link-1 {
  border-radius: 20px;
  padding: 10px;
  font-size: 15px;
}

.nav-link-1.flie-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.nav-link-1.flie-text:hover {
  color: #7bb92d;
}

.nav-link-1.flie-text.w--current {
  background-color: var(--main);
  color: #7bb92d;
}

.titelsection {
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.titelsection.unterseite {
  height: 90vh;
}

.background-video {
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 100%;
}

.div-block-video {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0003, #0003);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 40px 50vw 40px 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-links {
  margin-top: 0;
  font-size: 45px;
  line-height: 55px;
}

.heading-links.heading-1 {
  width: 100%;
  line-height: 1.3;
}

.heading-links.heading-1._150 {
  width: 150%;
}

.heading-links.heading-1.align-center, .heading-links.mittig {
  text-align: center;
}

.heading {
  margin-top: 0;
  font-size: 35px;
  line-height: 35px;
}

.heading.heading-3 {
  line-height: 1.3;
}

.divider {
  width: 100%;
  height: 10px;
}

.divider.highlights {
  margin-bottom: 10px;
}

.paragraph {
  margin-top: 0;
  font-size: .9vw;
}

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

.paragraph.flie-text.space {
  margin-bottom: 20px;
}

.paragraph.mittig {
  text-align: center;
}

.button {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1vw;
  line-height: 24px;
}

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

.button.flie-text:hover {
  filter: contrast(200%);
}

.button.flie-text.highlights {
  font-size: 14px;
  line-height: 1.5;
}

.button.flie-text.highlights:hover {
  background-color: var(--main);
  filter: none;
}

.button.flie-text.highlights-2, .button.flie-text.hauptfarbe {
  font-size: 14px;
}

.button.flie-text.highlights {
  line-height: 1.5;
}

.button.flie-text.highlights:hover {
  filter: none;
  background-color: #176f23;
}

.icons {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.icons.wei {
  filter: none;
}

.section1 {
  padding: 10vh 10vw;
  position: relative;
  overflow: hidden;
}

.heading-links-klein {
  margin-top: 0;
  font-size: 1.8vw;
  line-height: 1.3;
}

.heading-links-klein.heading-3, .heading-links-klein.heading-3.farbe-der-headings {
  line-height: 1.3;
}

.heading-links-klein.heading-3.list1 {
  margin-bottom: 0;
}

.heading-links-klein.heading-3.space {
  margin-bottom: 10px;
  font-size: 28px;
}

.heading-links-klein.mittig {
  text-align: center;
}

.heading-links-klein.mittig.heading-3, .heading-links-klein.heading-1 {
  line-height: 1.3;
}

._2er-grid-no-overflow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  margin-top: 40px;
  overflow: visible;
}

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

.inhalt-footer {
  height: 100%;
}

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

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

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.impdat {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 10vw;
  display: flex;
}

.datenschtz-embed {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

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

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.success-block.highlights {
  width: 60vw;
  height: 57.5vh;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

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

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

._3er-card {
  z-index: 10;
  grid-column-gap: 0px;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 70vw;
  position: absolute;
  inset: -100px auto auto;
  box-shadow: 3px 3px 44px #0000001a;
}

.inhalt-nebeneinander {
  align-items: flex-start;
  display: flex;
}

.inhalt-nebeneinander.abstand-unten {
  margin-bottom: 20px;
}

.inhalt-untereinander {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.inhalt-untereinander.flie-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.inhalt-untereinander.flie-text.links {
  justify-content: center;
  align-items: flex-start;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circle2 {
  z-index: -1;
  opacity: .2;
  width: 13.1vw;
  position: absolute;
  inset: auto -100px 0% auto;
}

.circle2.abs {
  z-index: 0;
}

.section-gro-e-abst-nde {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-gro-e-abst-nde.unten-abstand, .section-gro-e-abst-nde.unten-abstand.zweitfarbe {
  z-index: 0;
}

.section-gro-e-abst-nde.abstand-seite {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-gro-e-abst-nde.overflow {
  overflow: visible;
}

.section-gro-e-abst-nde.overflow.zweitfarbe-2 {
  background-color: #f0801324;
}

.section-gro-e-abst-nde.overflow.zweitfarbe-2.hide {
  display: none;
}

.content {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content.zoom {
  padding-left: 40px;
  transition: all .4s;
}

.content.zoom:hover {
  transform: scale(1.1);
}

.circle1 {
  z-index: -1;
  opacity: .2;
  width: 26.1vw;
  position: absolute;
  inset: -5% auto auto -50px;
}

.circle1.abs {
  z-index: 0;
}

.inhalt-untereinander-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.inhalt-untereinander-2:hover {
  transform: scale(1.05);
}

.inhalt-untereinander-2.effekt {
  justify-content: space-between;
}

.inhalt-untereinander-2.effekt.no-shadow {
  box-shadow: none;
  transition-property: none;
}

.inhalt-untereinander-2.effekt.no-shadow._100 {
  padding-top: 100px;
}

.inhalt-untereinander-2.no-overflow {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s ease-out;
  overflow: hidden;
}

.inhalt-untereinander-2.no-overflow:hover {
  transform: scale(1.05);
}

.image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 65vh;
  transition: all .4s;
  display: flex;
}

.image-wrapper:hover {
  transform: scale(1.03);
}

.lottie {
  width: 13.1vw;
  height: 26.5vh;
}

.heading-mittig {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 55px;
}

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

.heading-mittig.klein {
  font-size: 25px;
  line-height: 1.3;
}

.circle3 {
  z-index: -1;
  opacity: .2;
  height: 57.5vh;
  position: absolute;
  inset: auto 20px 2% auto;
}

.circle4 {
  z-index: -1;
  opacity: .2;
  height: 46.4vh;
  position: absolute;
  inset: 15% auto auto -200px;
}

.image-home1 {
  filter: blur(25px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .6s;
  box-shadow: 3px 3px 44px #0000001a;
}

.image-home1:hover {
  transform: scale(1.1);
}

.image-home1.left {
  object-position: 15% 50%;
}

.image-home-2 {
  z-index: 1;
  object-fit: cover;
  width: 80%;
  height: 40vh;
  transition: transform .6s;
  position: absolute;
  top: 300px;
  left: auto;
  right: 0%;
  box-shadow: 3px 3px 44px #0000001a;
}

.image-home-2:hover {
  transform: scale(1.04);
}

._2er_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.html-embed-2 {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
}

.inhalt-footer3 {
  color: #fff;
}

.inhalt-footer3.flie-text {
  margin-top: 20px;
}

.social-verlinkung3 {
  margin-right: 10px;
}

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

.heading_footer {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

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

.circle {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.circle.white {
  border-color: #fff;
}

.footer1 {
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.footer1.hauptfarbe {
  background-color: var(--main);
  color: #fff;
  margin-top: auto;
  padding: 40px 10vw;
}

.icon_social_footer {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.icon_social_footer.invert {
  filter: invert();
}

._4er-grid {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
}

.img-45vh {
  object-fit: cover;
  object-position: 80% 50%;
  height: 45vh;
}

.img-45vh.contain {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 35vh;
}

.inhalt-mittig {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 10px 10px;
  display: flex;
}

.inhalt-mittig.highlights {
  justify-content: flex-start;
  align-items: center;
}

.inhalt-mittig.highlights.mittig {
  justify-content: center;
  align-items: center;
  transition: all .3s ease-out;
}

.inhalt-mittig.highlights.hover {
  transition: all .3s ease-out;
}

.inhalt-mittig.highlights-2 {
  padding-bottom: 40px;
}

.inhalt-mittig.highlights-2.hover {
  transition: all .2s;
}

.inhalt-mittig.card-1 {
  color: #000;
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/e9aa91754b2f63cdcd32293291f817f5_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.heading-mittig-klein {
  font-size: 1.3vw;
  line-height: 25px;
}

.heading-mittig-klein.heading-3 {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.heading-mittig-klein.heading-3.big {
  font-size: 26px;
  font-weight: 700;
}

.submit-button-12 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.link.black {
  color: var(--black);
}

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

.untereinander.highlight {
  background-color: var(--highlights);
  border-radius: 25px;
  max-width: 15vw;
  padding: 20px;
}

.icon-round {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin-right: 15px;
  padding: 15px;
}

._3-4-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 20px;
}

.galerie {
  flex-direction: row-reverse;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: 20px;
  display: flex;
}

.tab-content-galerie, .tabs-content {
  width: 100%;
  height: 100%;
}

.galerie-tab {
  filter: grayscale(50%);
  margin-bottom: 20px;
  padding: 0;
}

.galerie-tab.w--current {
  filter: grayscale(0%);
  background-image: none;
  padding: 0;
}

.galerie-thumbnail {
  object-fit: cover;
  width: 20vw;
  height: 100%;
}

.img-galerie {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 80vh;
}

.link-block {
  background-color: var(--white);
  border: 3px solid #176f23;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45vh;
  display: flex;
  position: static;
  inset: auto auto 48%;
  overflow: hidden;
}

.link-block.round {
  border-radius: 50%;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 10px 10px 10px 15px;
  display: flex;
}

.link-block.round.hauptfarbe {
  transition: all .2s;
}

.link-block.round.hauptfarbe:hover {
  filter: contrast(200%);
}

.link-block.no-overflow {
  overflow: hidden;
}

.link-block.first {
  border-width: 8px;
  transition: all .4s;
}

.link-block.first:hover {
  transform: scale(1.03);
}

.icon-klein {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.img-left, .img-right {
  object-fit: cover;
  border-radius: 10px;
  width: 26.1vw;
  height: 66.3vh;
}

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

.contact-form-wrap {
  z-index: 10;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.contact-form-wrap.flie-text {
  background-color: #7bb92d;
  border-radius: 20px;
  display: none;
}

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

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

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

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

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

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

.link-formular.farbe-der-headings {
  color: var(--white);
}

.text-field-4 {
  color: #000;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 7.2vh;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  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: 13.3vh;
}

.text-field-4.selection-option {
  text-transform: none;
  height: 8vh;
  font-weight: 400;
}

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

.form1 {
  margin-bottom: 0;
}

.form-text {
  color: #fff;
}

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

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

.impdat-2.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  display: flex;
}

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

.dic-block-grauer-rand1 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
}

._2er-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  place-items: center stretch;
  width: 100%;
}

._2er-grid1.top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr .75fr;
  place-items: center;
}

.block_for_icon {
  width: 100%;
  height: 70vh;
}

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.termin-button.heading-3.highlights {
  border-radius: 20px;
  transition: all .2s;
}

.termin-button.heading-3.highlights:hover {
  transform: translate(0, -5px);
  box-shadow: 0 11px 20px 1px #00000080;
}

._6er-grid1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.heading-linksb-ndig1 {
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
}

.heading-linksb-ndig1.heading-2 {
  line-height: 1.3;
}

.paragraph-links1 {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1.flie-text {
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-links1.flie-text._1 {
  list-style-type: decimal;
}

.div-grey {
  background-color: var(--highlights);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_img {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8vh 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

._3er_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.html-embed-6 {
  position: fixed;
  inset: auto 0% 10% auto;
}

.highlights-2 {
  background-color: var(--highlights-orange);
  color: #000;
}

.farbe-der-headings-1 {
  color: var(--highlights-orange);
  line-height: 1.3;
}

.zweitfarbe-2 {
  color: #000;
  background-color: #f0801352;
}

.icon-iamge {
  object-fit: contain;
  border-radius: 50%;
  width: 3rem;
}

.div-block {
  background-color: var(--white);
  border-radius: 50%;
  width: 3rem;
}

._3er_grid-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bold-text-5 {
  font-weight: 400;
}

.spacer {
  height: 20px;
}

.paragraph-ablaufplan-2 {
  color: #5f5f5f;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-ablaufplan-2.listpara {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-ablaufplan-2.infos {
  color: #575757;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-ablaufplan-2.infos.abstand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-ablaufplan-2.center {
  text-align: center;
}

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

.close-pop-up {
  object-fit: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 120px 120px auto auto;
}

.dropdown-13 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.wrapy {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.dropdown-14 {
  z-index: 0;
  border-radius: 60px;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  transition: all .2s;
  display: block;
  box-shadow: 1px 1px 12px #0000001f;
}

.dropdown-14:hover {
  transform: scale(1.05);
}

.button-flex-popup {
  z-index: 0;
  color: #d4af37;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  display: flex;
}

.button-flex-popup.w--open {
  z-index: 3;
  vertical-align: bottom;
  background-image: url('../images/cancel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  max-width: 40px;
  height: 40px;
  padding-top: 30px;
  display: block;
  position: fixed;
  top: 220px;
  right: 320px;
  overflow: hidden;
}

.ablaufplan-spalteninhalt-2 {
  width: 100%;
}

.platzhalter-ablaufplan {
  width: 10px;
  height: 10px;
}

.section-49 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.grid-links-programme {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.button-ablaufplan-popup {
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
}

.grid-ablaufplan {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.ansprechpartner-paragraph-2 {
  color: gray;
  background-color: #0000;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.ansprechpartner-paragraph-2.special.klein {
  font-size: 15px;
}

.divblock-fortschritt {
  z-index: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.balken-1 {
  background-image: linear-gradient(to right, #d4af37 4% 20%, #e7e7e7 20%);
  border-radius: 60px;
  width: 100%;
  height: 15px;
}

.balken-1._4 {
  background-image: linear-gradient(to right, #d4af37 65%, #e7e7e7 65%);
}

.balken-1._6 {
  background-image: linear-gradient(to right, #d4af37 100%, #e7e7e7);
}

.balken-1._3 {
  background-image: linear-gradient(to right, #d4af37 42%, #e7e7e7 42%);
}

.div-block-142 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-142.shadow {
  align-items: stretch;
  padding: 20px;
  box-shadow: 1px 1px 12px #0000001f;
}

.dropdown-list-11-copy {
  position: relative;
}

.dropdown-list-11-copy.w--open {
  background-color: #0000;
  padding: 40px 30px 20px;
}

.dropdown-list-11-copy.popup {
  background-color: #00000080;
  padding: 100px;
  position: fixed;
  inset: 0%;
}

.dropdown-list-11-copy.popup._2 {
  z-index: 1000;
  display: none;
  position: fixed;
}

.dropdown-list-11-copy.popup._2.w--open {
  z-index: 5;
  display: flex;
}

.heading-79 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-61 {
  text-align: right;
  margin-left: 20px;
  font-size: 20px;
}

.zahl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

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

.dropdown-toggle-11 {
  color: #fff;
  background-color: #d4af37;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 24px;
  display: flex;
}

.dropdown-toggle-11:hover {
  transform: scale(1);
}

.pop-up-div {
  z-index: 10;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center end;
  position: absolute;
  inset: 0%;
}

.section-balken {
  padding: 300px 40px 40px;
}

.heading-ablaufplan-3 {
  height: 70px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.heading-ablaufplan-3.special {
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.haken {
  object-fit: contain;
}

.div-block-116 {
  z-index: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-56 {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 400px;
  margin-top: 20px;
}

.image-56.links {
  object-position: 70% 0%;
}

.dropdown-list-12 {
  z-index: 100;
}

.dropdown-list-12.w--open {
  z-index: 100;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px 25px 10px;
  display: flex;
  box-shadow: 1px 1px 20px #00000026, 1px 1px 20px #00000045;
}

.dropdown-12 {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-12.wei-er-rand {
  z-index: 0;
  background-color: #fff;
  border-radius: 60px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px 1px 12px #0000001f;
}

.ablaufplan-spalte-2 {
  border: 2px solid gray;
  flex-flow: wrap;
  flex: 1;
  align-content: space-between;
  align-items: stretch;
  width: 48%;
  min-width: 300px;
  margin-bottom: 10px;
  padding: 30px;
  display: flex;
}

.ablaufplan-spalte-2.gold {
  border-color: #d4af37;
}

.ablaufplan-spalte-2.gold.speciale {
  width: auto;
}

.ablaufplan-spalte-2.gold._100 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.ablaufplan-spalte-2.gold._100.white {
  background-color: #fff;
  flex-flow: column;
}

.ablaufplan-spalte-2.gold._100.white.scroll {
  flex-flow: column;
  overflow: scroll;
}

.ablaufplan-spalte-2.gold._100.small {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ablaufplan-spalte-2.gold._100.small.white {
  background-color: #fff;
}

.ablaufplan-spalten-inhalt-3 {
  width: 100%;
  min-height: 400px;
  padding-bottom: 20px;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  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;
  position: relative;
}

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

.ablaufplan-big-button-3.dropdowntoogle.w--open {
  z-index: 4;
  color: #0000;
  background-color: #0000;
  background-image: url('../images/cancel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  padding-left: 40px;
  padding-right: 0;
  transition-property: none;
  display: block;
  position: fixed;
  inset: 120px 130px auto auto;
  overflow: hidden;
}

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

.ablaufplan-big-button-3.heading-79.green {
  z-index: 0;
  background-color: #52cd60;
  position: relative;
}

.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;
}

.heading-80 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.heading-80.absolut {
  text-align: center;
  width: 200px;
  font-size: 18px;
  position: absolute;
  top: 20px;
}

.div-block-147 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: block;
}

.div-block-165 {
  display: none;
}

.div-block-145 {
  z-index: 500;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px 60px 50px;
  position: relative;
  overflow: auto;
}

.bubble {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/sprechblase.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 190px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: -190px -120px auto auto;
  overflow: auto;
}

.lottie-info {
  height: 3rem;
}

.dropdown-list-11 {
  width: 100%;
  position: relative;
}

.dropdown-list-11.w--open {
  background-color: #0000;
  padding: 30px 20px 20px;
}

.download-hilfsprogramme {
  width: 40px;
  height: 40px;
}

.circle-2 {
  background-color: #e7e7e7;
  border: 1px solid #d4af37;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 12px #0000001f;
}

.circle-2.erl {
  background-color: #d4af37;
  transition: all .2s;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.div-block-167 {
  z-index: 0;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.list-3 {
  color: silver;
  border: 1px solid #d1d1d1;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 35px;
}

.heading-86 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.text-sprechblase {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.html-embed-10 {
  width: 100%;
}

.form-label {
  font-size: 1rem;
  line-height: 1.15;
}

.form-select {
  color: #333;
  background-color: #0000;
  border: 1px solid #333;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.1;
}

.field-label {
  color: #fff;
}

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

.grid-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-links1 {
  font-size: 16px;
  line-height: 22px;
}

.heading-links1.flie-text {
  font-weight: 700;
  line-height: 1.5;
}

._3er-grid {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.partner-logos {
  background-color: var(--white);
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: block;
}

.partner-logos.contain {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
}

.partner-logos._80px {
  height: 80px;
}

.partner-logos._80px.blue {
  background-color: #fff;
}

.partner-logos._80px.invert {
  filter: blur(5px);
}

.partner-div {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.partner-div.effekt {
  justify-content: space-between;
}

.partner-div.effekt.no-shadow {
  box-shadow: none;
  transition-property: none;
}

.partner-div.effekt.no-shadow:hover {
  transform: none;
}

.partner-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.partner-heading.highlights {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50vh;
}

.logo-wrap {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px #0003;
}

.logo-wrap:hover {
  transform: scale(1.1);
}

.logo-wrap.round {
  overflow: hidden;
}

.heading-mittig-small {
  text-align: center;
  font-size: 50px;
  line-height: 55px;
}

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

.heading-mittig-small.klein {
  font-size: 18px;
  line-height: 1.3;
}

.heading-mittig-small.klein.left {
  text-align: left;
}

.heading-mittig-small.klein.link-1 {
  color: #333;
}

.partners-grid {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.footer-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.text-span {
  color: var(--highlights);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--highlights);
}

.image-90 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dropdown {
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  transition: all .2s;
}

.dropdown:hover {
  transform: scale(1.02);
}

.lottie-animation-4 {
  filter: hue-rotate(45deg);
  width: 40px;
  height: 40px;
  margin-left: auto;
}

.lottie-animation-4.no-filter {
  filter: none;
}

.content_2-2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  display: grid;
  position: relative;
  box-shadow: 0 7px 20px -14px #00000080;
}

.heading_left_small {
  font-size: 30px;
  line-height: 35px;
}

.form-titel {
  font-size: 16px;
  line-height: 22px;
}

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

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

.link-6:hover {
  text-decoration: underline;
}

.list {
  padding-left: 20px;
  font-size: 1vw;
  list-style-type: disc;
}

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

.list.flie-text.morepad {
  padding-left: 40px;
}

.list-item {
  margin-bottom: 10px;
}

.list-item.popup {
  cursor: pointer;
}

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

.link-7:hover {
  color: var(--highlights);
  text-decoration: underline;
}

.link-7.effect {
  cursor: pointer;
}

.list-item-2 {
  color: #333;
}

.d {
  background-color: var(--highlights);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_mitting {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
  position: relative;
  overflow: clip;
}

.paragraph-center {
  text-align: center;
  margin-top: 0;
  font-size: 1vw;
}

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

.paragraph-center.mittig {
  text-align: center;
}

.text-span-2 {
  color: var(--highlights);
  font-size: 20px;
}

.italic-text {
  width: 1rem;
  font-style: normal;
  font-weight: 700;
}

.heading-mitting {
  text-align: center;
  margin-top: 0;
  font-size: 2.5vw;
  line-height: 55px;
}

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

.heading-mitting.mittig {
  text-align: center;
}

.content-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

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

.grid-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr 1fr;
  width: 100%;
  margin-bottom: 10px;
}

.grid-18.zweitfarbe-1 {
  width: 80vw;
}

.div-block-1 {
  border: 1px solid var(--highlights);
  padding: 20px;
}

.div-block-169 {
  border: 1px solid var(--main);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.paragraph-links1-list {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1-list.flie-text {
  font-weight: 400;
  line-height: 1.5;
}

.top-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: sticky;
  top: 5.7%;
}

.top-grid.top-0 {
  top: 0;
}

.section1-overflow {
  padding: 10vh 10vw;
  position: relative;
}

.div-block-1col {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-1col.highlights {
  border-color: var(--main);
}

.div-block-1col.highlights:hover {
  background-color: var(--highlights);
}

.div-block-2col {
  border: 1px solid var(--highlights);
  width: 6.5vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-2col.highlights {
  border-color: var(--main);
}

.div-block-2col.highlights:hover {
  background-color: var(--highlights);
}

.div-block-3col {
  border: 1px solid var(--highlights);
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-3col.highlights {
  border-color: var(--main);
}

.div-block-3col.highlights:hover {
  background-color: var(--highlights);
}

.zweitfarbe-1 {
  color: #000;
  background-color: #d9eac3;
}

.button-nav {
  text-align: center;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

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

.button-nav.flie-text:hover {
  filter: contrast(200%);
}

.button-nav.flie-text.highlights {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.button-nav.flie-text.highlights:hover {
  filter: none;
}

.button-nav.flie-text.hauptfarbe {
  font-size: 12px;
}

.lightbox {
  width: 40vw;
  height: auto;
  margin-top: 10px;
}

.image-100-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .5s;
  position: relative;
}

.image-100-contain.hover {
  transition: all .2s;
}

.img-45vh-2 {
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  min-height: 35vh;
}

.img-45vh-2.contain {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 35vh;
}

.img-45vh-2.hover {
  height: 100%;
  transition: all .2s;
}

.img-45vh-2.hover:hover {
  overflow: hidden;
}

.img-45vh-2.hover.center {
  object-position: 50% 80%;
}

._2er_grid_1 {
  grid-template-columns: 1fr;
}

.heading-link {
  margin-top: 0;
  font-size: 45px;
  line-height: 35px;
}

.heading-link.heading-3 {
  line-height: 1.3;
}

.paragraph-2 {
  margin-top: 0;
  font-size: 22px;
}

.paragraph-2.mittig {
  text-align: center;
}

._3er_grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-12vw {
  object-fit: cover;
  width: 8vw;
  position: absolute;
  inset: auto 2% 4% auto;
}

.image-wrapper-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 80vh;
  transition: all .5s;
  display: flex;
  position: relative;
}

.image-wrapper-2.is-sticky {
  height: auto;
  position: sticky;
  top: 15%;
}

.image-home2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .6s;
  box-shadow: 3px 3px 44px #0000001a;
}

.image-home2:hover {
  transform: scale(1.1);
}

.image-home2.left {
  object-position: 15% 50%;
}

.slide-image-block {
  width: 100%;
  height: 50vh;
  position: relative;
}

.slide-image-back {
  filter: blur(25px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-image-front {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  transition: all .2s;
  position: static;
  inset: 0%;
}

.slide-image-front.oben {
  transition-duration: .6s;
}

.slide-image-front.oben:hover {
  transform: scale(1.04);
}

.slide-image-front.oben.contain {
  object-fit: cover;
}

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

.inhalt-untereinander3 {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 44px #0000001a;
}

.inhalt-untereinander3.effekt {
  box-shadow: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  transition-property: none;
}

.inhalt-untereinander3.effekt.no-shadow {
  z-index: 999;
  box-shadow: none;
  transition-property: none;
  position: sticky;
  top: 0;
}

.inhalt-untereinander3.effekt.no-shadow:hover {
  transform: none;
}

._2er_grid-100 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  place-items: stretch stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

._2er_grid-100.ajust-the-size {
  grid-template-columns: .8fr 1fr;
}

.image-homecotain {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .6s;
  position: absolute;
  inset: 0%;
  box-shadow: 3px 3px 44px #0000001a;
}

.image-homecotain:hover {
  transform: scale(1.04);
}

.image-homecotain.left {
  object-position: 15% 50%;
}

.div-block-2col-r1 {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 6.5vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-2col-r1.highlights {
  border-color: var(--main);
}

.div-block-2col-r1.highlights:hover {
  background-color: var(--highlights);
}

.div-block-1col-r1 {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-1col-r1.highlights {
  border-color: var(--main);
}

.div-block-1col-r1.highlights:hover {
  background-color: var(--highlights);
}

.div-block-3col-r1 {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-170 {
  display: flex;
}

.card1 {
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 6px 3px #00000014;
}

.card1.highlights {
  color: #fff;
  border-radius: 10px;
  flex-flow: column;
  padding: 40px 20px 20px;
  transition: all .4s;
}

.card1.highlights:hover {
  transform: scale(1.04);
}

.card1.highlights._1 {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.card1.highlights._3 {
  padding: 20px;
}

.card1.padding {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  transition: all .4s;
  display: flex;
}

.card1.padding:hover {
  transform: scale(1.04);
}

.grid-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.paragraph-mit {
  text-align: center;
  margin-top: 0;
  font-size: 16px;
}

.paragraph-mit.mittig {
  text-align: center;
}

.headingmit {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 45px;
  line-height: 55px;
}

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

.headingmit.heading-1.unten.down-10 {
  margin-bottom: 10px;
}

.headingmit.mittig {
  text-align: center;
}

.logo-img-1 {
  object-fit: contain;
  height: 5vh;
  padding-top: 0;
}

.text-span-3 {
  font-weight: 700;
}

.white1 {
  background-color: #fff;
}

.image-home1-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .6s;
  box-shadow: 3px 3px 44px #0000001a;
}

.image-home1-2:hover {
  transform: scale(1.04);
}

.image-home1-2.left {
  object-position: 15% 50%;
}

.dropdown-toggle-12 {
  padding: 0 35px 0 0;
}

.list-item-3 {
  margin-bottom: 20px;
}

.grid-20 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
}

.heading-links-2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 40px;
}

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

.heading-links-2.mittig {
  text-align: center;
}

.div-block-1col-r {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-1col-r.highlights {
  border-color: var(--main);
}

.div-block-1col-r.highlights:hover {
  background-color: var(--highlights);
}

.div-block-2nd-row {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-2nd-row.highlights {
  border-color: var(--main);
}

.div-block-2nd-row.highlights:hover {
  background-color: var(--highlights);
}

.div-block-2nd-r-3-c {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 6.5vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-2nd-r-3-c.highlights {
  border-color: var(--main);
}

.div-block-2nd-r-3-c.highlights:hover {
  background-color: var(--highlights);
}

.div-block-3row {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-3row.highlights {
  border-color: var(--main);
}

.div-block-3row.highlights:hover {
  background-color: var(--highlights);
}

.div-block-3rdcl {
  border: 1px solid var(--highlights);
  width: 6.5vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-3rdcl.highlights {
  border-color: var(--main);
}

.div-block-3rdcl.highlights:hover {
  background-color: var(--highlights);
}

.div-block-4row {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-4row.highlights {
  border-color: var(--main);
}

.div-block-4row.highlights:hover {
  background-color: var(--highlights);
}

.div-block-3rd-col-4th-row {
  border: 1px solid var(--highlights);
  width: 6.5vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-3rd-col-4th-row.highlights {
  border-color: var(--main);
}

.div-block-3rd-col-4th-row.highlights:hover {
  background-color: var(--highlights);
}

.div-block-5h-row {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-5h-row.highlights {
  border-color: var(--main);
}

.div-block-5h-row.highlights:hover {
  background-color: var(--highlights);
}

.div-block-5th-row-3c {
  border: 1px solid var(--highlights);
  width: 6.5vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-5th-row-3c.highlights {
  border-color: var(--main);
}

.div-block-5th-row-3c.highlights:hover {
  background-color: var(--highlights);
}

.div-block-6th-row {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-6th-row.highlights {
  border-color: var(--main);
}

.div-block-6th-row.highlights:hover {
  background-color: var(--highlights);
}

.div-block-6th-r-3c {
  border: 1px solid var(--highlights);
  width: 6.5vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-6th-r-3c.highlights {
  border-color: var(--main);
}

.div-block-6th-r-3c.highlights:hover {
  background-color: var(--highlights);
}

.div-block7th-row {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block7th-row.highlights {
  border-color: var(--main);
}

.div-block7th-row.highlights:hover {
  background-color: var(--highlights);
}

.div-block-7r-3c {
  border: 1px solid var(--highlights);
  width: 6.5vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-7r-3c.highlights {
  border-color: var(--main);
}

.div-block-7r-3c.highlights:hover {
  background-color: var(--highlights);
}

.div-block-2col-copy {
  border: 1px solid var(--highlights);
  width: 6.5vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-2col-copy.highlights {
  border-color: var(--main);
}

.div-block-2col-copy.highlights:hover {
  background-color: var(--highlights);
}

.div-block-8th-row {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-8th-row.highlights {
  border-color: var(--main);
}

.div-block-8th-row.highlights:hover {
  background-color: var(--highlights);
}

.div-block-8r-3c {
  border: 1px solid var(--highlights);
  width: 6.5vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-8r-3c.highlights {
  border-color: var(--main);
}

.div-block-8r-3c.highlights:hover {
  background-color: var(--highlights);
}

.div-block-9th-row {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-9th-row.highlights {
  border-color: var(--main);
}

.div-block-9th-row.highlights:hover {
  background-color: var(--highlights);
}

.div-block-9r-3c {
  border: 1px solid var(--highlights);
  width: 6.5vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-9r-3c.highlights {
  border-color: var(--main);
}

.div-block-9r-3c.highlights:hover {
  background-color: var(--highlights);
}

.div-block-10row {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-10row.highlights {
  border-color: var(--main);
}

.div-block-10row.highlights:hover {
  background-color: var(--highlights);
}

.div-block-10r-3c {
  border: 1px solid var(--highlights);
  width: 6.5vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-10r-3c.highlights {
  border-color: var(--main);
}

.div-block-10r-3c.highlights:hover {
  background-color: var(--highlights);
}

.div-block-11-row {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-11-row.highlights {
  border-color: var(--main);
}

.div-block-11-row.highlights:hover {
  background-color: var(--highlights);
}

.div-blocc11r-3c {
  border: 1px solid var(--highlights);
  width: 6.5vw;
  padding: 20px 10px;
  transition: all .4s;
}

.div-blocc11r-3c.highlights {
  border-color: var(--main);
}

.div-blocc11r-3c.highlights:hover {
  background-color: var(--highlights);
}

.div-block-12-rowx {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-12-rowx.highlights {
  border-color: var(--main);
}

.div-block-12-rowx.highlights:hover {
  background-color: var(--highlights);
}

.div-block-12-r-3-c {
  border: 1px solid var(--highlights);
  width: 6.5vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-12-r-3-c.highlights {
  border-color: var(--main);
}

.div-block-12-r-3-c.highlights:hover {
  background-color: var(--highlights);
}

.div-block-13-row {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-13-row.highlights {
  border-color: var(--main);
}

.div-block-13-row.highlights:hover {
  background-color: var(--highlights);
}

.div-block-1col-copy {
  border: 1px solid var(--highlights);
  cursor: pointer;
  width: 18vw;
  padding: 20px;
  transition: all .4s;
}

.div-block-1col-copy.highlights {
  border-color: var(--main);
}

.div-block-1col-copy.highlights:hover {
  background-color: var(--highlights);
}

.div-block-13-r-3c {
  border: 1px solid var(--highlights);
  width: 6.5vw;
  padding: 20px 10px;
  transition: all .4s;
}

.div-block-13-r-3c.highlights {
  border-color: var(--main);
}

.div-block-13-r-3c.highlights:hover {
  background-color: var(--highlights);
}

.code-embed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.content-mitig {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.content-mitig.top-margins {
  margin-top: 60px;
}

.paragraph-mitig {
  text-align: center;
  margin-top: 0;
  font-size: .9vw;
}

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

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

.paragraph-mitig.mittig {
  text-align: center;
}

.slide-image-block-2 {
  width: 100%;
  height: 75svh;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.slide-image-block-2.height {
  height: 90vh;
  margin-top: 0;
}

.image-wrapper-50vh {
  height: 60vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
}

.heading-wrapper {
  margin-top: 60px;
}

.dropdown-toggle-13, .dropdown-toggle-14, .dropdown-toggle-15 {
  padding-left: 0;
  padding-right: 25px;
}

.section-gro-e-abst-nde-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw 25vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-gro-e-abst-nde-2.unten-abstand {
  z-index: 0;
  padding-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

.section-gro-e-abst-nde-2.unten-abstand.zweitfarbe {
  z-index: 0;
}

.section-gro-e-abst-nde-2.abstand-seite {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-gro-e-abst-nde-2.overflow {
  overflow: visible;
}

.section-gro-e-abst-nde-2.overflow.zweitfarbe-2 {
  background-color: #f0801324;
}

.logo-text {
  font-family: Archivo Narrow, sans-serif;
}

.logo-text.heading-1 {
  color: #1c8e2c;
}

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

.content-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.list-no-bullets {
  padding-left: 20px;
  font-size: 16px;
}

._3er-grid-3 {
  grid-template-columns: .5fr 1fr .5fr;
  place-items: center;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-center {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-right: 0;
}

.image-center.hover {
  transition: all .2s;
  overflow: clip;
}

.image-center.hover:hover {
  transform: scale(1.1);
}

.icon-image {
  filter: invert();
  object-fit: contain;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.icon-image.invert {
  filter: none;
}

.image-101 {
  width: 11vw;
}

.inhalt-untereinander-mittig {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.div-block-172 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-40vh {
  object-fit: cover;
  width: 100%;
  height: 40vh;
  transition: all .6s;
  box-shadow: 3px 3px 44px #0000001a;
}

.image-40vh:hover {
  transform: scale(1.04);
}

.image-40vh.left {
  object-position: 15% 50%;
}

._3er-grid-2 {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

._2er-grid-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
  place-items: center stretch;
  margin-top: 30px;
  margin-bottom: 30px;
}

.icon-wrap {
  width: 50px;
}

.icon-40px {
  width: 40px;
}

.pop-up {
  z-index: 1000;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 10vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.table-wrap {
  overflow: scroll;
}

.close {
  cursor: pointer;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 10% 8% auto auto;
}

.cross-icon-invert {
  filter: invert();
  width: 100%;
}

.content2 {
  background-color: var(--white);
  border: 3px solid #176f23;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45vh;
  padding: 20px;
  transition: all .5s;
  display: flex;
}

.content2:hover {
  transform: scale(1.03);
}

.content2.hauptfarbe {
  transition: all .2s;
}

.content2.hauptfarbe:hover {
  transform: scale(1.03);
}

._3er-grid-relative {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr 1.5fr 1.5fr;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.div-block-173 {
  width: 100%;
  height: 100%;
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img-100 {
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 100%;
}

.img-100.contain {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 35vh;
}

.img-100.hover {
  transition: all .2s;
}

.img-100.hover:hover {
  transform: scale(1.1);
}

.bild-wrapper-hero {
  justify-content: center;
  align-items: center;
  height: 55svh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-175 {
  position: relative;
  top: 100px;
}

.field-label-2, .field-label-3, .field-label-4 {
  color: #fff;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide-nav, .left-arrow, .right-arrow {
  display: none;
}

.heading-87 {
  text-align: center;
  font-size: 45px;
}

.div-block-176 {
  width: 100%;
}

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

.link-8:hover {
  color: var(--highlights);
}

.grid-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-177 {
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.mask {
  width: 100%;
  height: 100%;
}

.section1-bild {
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Qualitätsmanagement_img.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 10vh 10vw;
  position: relative;
  overflow: hidden;
}

.image-100-contain-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

._2er_grid-100-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  place-items: start center;
  margin-top: 20px;
  margin-bottom: 20px;
}

._2er_grid-100-top.ajust-the-size {
  grid-template-columns: .8fr 1fr;
}

.bild-wrapper-hero-sticky {
  height: 70vh;
  margin-top: 10vh;
}

.section-gro-e-abst-nde-3 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
  position: relative;
}

.section-gro-e-abst-nde-3.unten-abstand {
  z-index: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.section-gro-e-abst-nde-3.unten-abstand.zweitfarbe {
  z-index: 0;
}

.section-gro-e-abst-nde-3.abstand-seite {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-gro-e-abst-nde-3.overflow {
  overflow: visible;
}

.section-gro-e-abst-nde-3.overflow.zweitfarbe-2 {
  background-color: #f0801324;
}

.overlay-block {
  z-index: 5;
  color: #fff;
  background-color: #00000057;
  padding: 5%;
  position: relative;
}

.image-100-abs {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.icon-image-iver {
  object-fit: contain;
  width: 45px;
  height: 45px;
}

.blur-overlay {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-img-2 {
  object-fit: contain;
  width: 60%;
  height: 14vh;
}

.heading-88 {
  text-align: center;
  font-size: 45px;
}

.slide-image-block-2-90vh {
  width: 100%;
  height: 90svh;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  overflow: hidden;
}

.slide-image-block-2-90vh.height {
  height: 90vh;
  margin-top: 0;
}

.inhalt-untereinander-kontakt {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.inhalt-untereinander-kontakt.flie-text {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-icons {
  color: #fff;
}

.dropdown-nav {
  margin-left: 0;
  margin-right: 0;
}

.inhalt-untereinander-mittig-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card {
  z-index: 1;
  width: 30vw;
  height: 100%;
  padding: 20px;
}

.slider-2 {
  background-color: #ddd0;
  width: 80vw;
  height: 65vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

.icon-2, .icon-3 {
  background-color: #176f23;
  border-radius: 100%;
}

.section_mitting-padding-5vw {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
  position: relative;
  overflow: clip;
}

.container {
  width: 100%;
}

.image-container {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 45vh;
  transition: all .2s;
  display: flex;
  position: relative;
}

.image-container:hover {
  transform: scale(1.03);
}

.image-container.effekt {
  justify-content: space-between;
}

.image-container.effekt.no-shadow {
  box-shadow: none;
  transition-property: none;
}

.image-container.effekt.no-shadow._100 {
  padding-top: 100px;
}

.image-container.no-overflow {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s ease-out;
  overflow: hidden;
}

.image-container.no-overflow:hover {
  transform: scale(1.05);
}

.img-cover-100 {
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 100%;
}

.img-cover-100.contain {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 35vh;
}

.img-cover-100.hover {
  transition: all .5s;
}

.img-cover-100.hover:hover {
  overflow: hidden;
}

.img-cover-100.hover.center {
  object-position: 50% 80%;
}

.div-block-178 {
  width: 65vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-179 {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  width: 65vw;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.image-100-top-align {
  object-fit: cover;
  object-position: 100% 30%;
  width: 100%;
  height: 100%;
}

.icon-4 {
  background-color: #176f23;
  border-radius: 100%;
}

.list-item-4 {
  margin-bottom: 10px;
}

.slider-3 {
  background-color: #ddd0;
  width: 60%;
  height: 45vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

.card2 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.card2.abst {
  padding-left: 20px;
  padding-right: 20px;
}

.image-100-top-align-copy {
  object-fit: cover;
  object-position: 50% -100%;
  width: 100%;
  height: 100%;
}

.slider-4 {
  background-color: #ddd0;
  width: 70vw;
  height: 80vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-180 {
  width: 50%;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flex-block {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #bcddc09c;
  width: 55vw;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.div-block-181 {
  position: absolute;
  inset: 0%;
}

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

.content-container {
  width: 55vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.heading-links-klein-20px {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}

.heading-links-klein-20px.heading-3, .heading-links-klein-20px.heading-3.farbe-der-headings {
  line-height: 1.3;
}

.heading-links-klein-20px.heading-3.list1 {
  margin-bottom: 0;
}

.heading-links-klein-20px.heading-3.space {
  margin-bottom: 10px;
  font-size: 28px;
}

.heading-links-klein-20px.mittig {
  text-align: center;
}

.heading-links-klein-20px.mittig.heading-3, .heading-links-klein-20px.heading-1 {
  line-height: 1.3;
}

.paragraph-links-14px {
  font-size: .9vw;
  line-height: 22px;
}

.paragraph-links-14px.flie-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-links-14px.flie-text._1 {
  list-style-type: decimal;
}

.content-mitting {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32vh;
  padding: 20px;
  transition: all .5s;
  display: flex;
}

.content-mitting.hauptfarbe {
  transition: all .2s;
}

.content-mitting.hauptfarbe:hover {
  transform: scale(1.05);
}

.content-mitting.highlights {
  height: 45vh;
  transition: all .5s;
}

.content-mitting.highlights:hover, .content-mitting.highlights-2:hover {
  transform: scale(1.03);
}

.heading-lmitting-klein-20px {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.heading-lmitting-klein-20px.heading-3 {
  font-size: 18px;
  line-height: 1.3;
}

.heading-lmitting-klein-20px.heading-3.farbe-der-headings {
  line-height: 1.3;
}

.heading-lmitting-klein-20px.heading-3.list1 {
  margin-bottom: 0;
}

.heading-lmitting-klein-20px.heading-3.space {
  margin-bottom: 10px;
  font-size: 28px;
}

.heading-lmitting-klein-20px.mittig {
  text-align: center;
}

.heading-lmitting-klein-20px.mittig.heading-3, .heading-lmitting-klein-20px.heading-1 {
  line-height: 1.3;
}

.image-container-45vh {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 45vh;
  transition: all .2s;
  display: flex;
  position: relative;
}

.image-container-45vh:hover {
  transform: scale(1.03);
}

.image-container-45vh.effekt {
  justify-content: space-between;
}

.image-container-45vh.effekt.no-shadow {
  box-shadow: none;
  transition-property: none;
}

.image-container-45vh.effekt.no-shadow._100 {
  padding-top: 100px;
}

.image-container-45vh.no-overflow {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s ease-out;
  overflow: hidden;
}

.image-container-45vh.no-overflow:hover {
  transform: scale(1.05);
}

.paragraph-14px {
  text-align: center;
  margin-top: 0;
  font-size: .9vw;
}

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

.paragraph-14px.flie-text.space {
  margin-bottom: 20px;
}

.paragraph-14px.mittig {
  text-align: center;
}

.nav-link-2 {
  border-radius: 20px;
  padding: 10px;
  font-size: 15px;
}

.nav-link-2.flie-text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.nav-link-2.flie-text:hover {
  color: #7bb92d;
}

.nav-link-2.flie-text.w--current {
  background-color: var(--main);
  color: #7bb92d;
}

.link1 {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.divider-10px {
  height: 7px;
}

.text-span-4 {
  font-size: 25px;
}

._2er_grid-gap-20px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-items: center stretch;
  width: 90%;
  margin-bottom: 20px;
}

.section-gro-e-abst-nde-6vh {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6vh 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-gro-e-abst-nde-6vh.unten-abstand {
  z-index: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.section-gro-e-abst-nde-6vh.unten-abstand.zweitfarbe {
  z-index: 0;
}

.section-gro-e-abst-nde-6vh.abstand-seite {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-gro-e-abst-nde-6vh.overflow {
  overflow: visible;
}

.section-gro-e-abst-nde-6vh.overflow.zweitfarbe-2 {
  background-color: #f0801324;
}

.heading-links-2-5vw {
  margin-top: 0;
  font-size: 2.5vw;
  line-height: 55px;
}

.heading-links-2-5vw.heading-1 {
  width: 100%;
  line-height: 1.3;
}

.heading-links-2-5vw.heading-1._150 {
  width: 150%;
}

.heading-links-2-5vw.heading-1.align-center, .heading-links-2-5vw.mittig {
  text-align: center;
}

.paragraph-1vw {
  margin-top: 0;
  font-size: 1vw;
}

.paragraph-1vw.flie-text {
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-1vw.flie-text.space {
  margin-bottom: 20px;
}

.paragraph-1vw.mittig {
  text-align: center;
}

.heading-mitting-2-5vw {
  text-align: center;
  margin-top: 0;
  font-size: 2.5vw;
  line-height: 55px;
}

.heading-mitting-2-5vw.heading-1 {
  width: 100%;
  line-height: 1.3;
}

.heading-mitting-2-5vw.heading-1._150 {
  width: 150%;
}

.heading-mitting-2-5vw.heading-1.align-center, .heading-mitting-2-5vw.mittig {
  text-align: center;
}

.heading-mitting-klein-20px {
  text-align: center;
  margin-top: 0;
  font-size: 1.8vw;
  line-height: 30px;
}

.heading-mitting-klein-20px.heading-3, .heading-mitting-klein-20px.heading-3.farbe-der-headings {
  line-height: 1.3;
}

.heading-mitting-klein-20px.heading-3.list1 {
  margin-bottom: 0;
}

.heading-mitting-klein-20px.heading-3.space {
  margin-bottom: 10px;
  font-size: 28px;
}

.heading-mitting-klein-20px.mittig {
  text-align: center;
}

.heading-mitting-klein-20px.mittig.heading-3, .heading-mitting-klein-20px.heading-1 {
  line-height: 1.3;
}

.paragraph-mitting {
  text-align: center;
  margin-top: 0;
  font-size: 1vw;
}

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

.paragraph-mitting.flie-text.space {
  margin-bottom: 20px;
}

.paragraph-mitting.mittig {
  text-align: center;
}

.heading-links-copy {
  text-align: center;
  margin-top: 0;
  font-size: 45px;
  line-height: 55px;
}

.heading-links-copy.heading-1 {
  width: 100%;
  line-height: 1.3;
}

.heading-links-copy.heading-1._150 {
  width: 150%;
}

.heading-links-copy.heading-1.align-center, .heading-links-copy.mittig {
  text-align: center;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.lightbox-link-2:hover {
  transform: scale(1.03);
}

.paragraph-center-1-3-vw {
  text-align: center;
  margin-top: 0;
  font-size: 1.2vw;
}

.paragraph-center-1-3-vw.flie-text {
  font-size: 14px;
}

.paragraph-center-1-3-vw.mittig {
  text-align: center;
}

.image-home1-2-left-align {
  object-fit: cover;
  object-position: 15% 50%;
  width: 100%;
  height: 100%;
  transition: all .6s;
  box-shadow: 3px 3px 44px #0000001a;
}

.image-home1-2-left-align:hover {
  transform: scale(1.04);
}

.image-home1-2-left-align.left {
  object-position: 15% 50%;
}

.image-102 {
  object-fit: contain;
  border-radius: 100%;
  width: 25px;
  height: 25px;
}

.left-arrow-2, .right-arrow-2 {
  background-color: var(--main);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.left-arrow-3 {
  background-color: var(--main);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.right-arrow-3 {
  background-color: var(--main);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.heading-mit {
  text-align: center;
  margin-top: 0;
  font-size: 45px;
  line-height: 55px;
}

.heading-mit.heading-1 {
  width: 100%;
  line-height: 1.3;
}

.heading-mit.heading-1._150 {
  width: 150%;
}

.heading-mit.heading-1.align-center {
  text-align: center;
}

.heading-mit.heading-1.mittig {
  width: auto;
}

.heading-mit.mittig {
  text-align: center;
}

.container-2 {
  width: 100%;
  max-width: 200%;
}

.content-white-card-with-orange-background {
  background-color: var(--white);
  border: 3px solid #f08013;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45vh;
  padding: 20px;
  transition: all .5s;
  display: flex;
}

.content-white-card-with-orange-background:hover {
  transform: scale(1.03);
}

.content-white-card-with-orange-background.hauptfarbe {
  transition: all .2s;
}

.content-white-card-with-orange-background.hauptfarbe:hover {
  transform: scale(1.05);
}

.content-white-card-with-orange-background.highlights {
  transition: all .5s;
}

.content-white-card-with-orange-background.highlights:hover, .content-white-card-with-orange-background.highlights-2:hover {
  transform: scale(1.03);
}

.card3 {
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 6px 3px #00000014;
}

.card3.highlights {
  color: #fff;
  border-radius: 10px;
  flex-flow: column;
  padding: 40px;
  transition: all .4s;
}

.card3.highlights:hover {
  transform: scale(1.04);
}

.card3.padding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  transition: all .4s;
  display: flex;
}

.card3.padding:hover {
  transform: scale(1.04);
}

.nav-link-1-margin-10px {
  border-radius: 20px;
  margin-right: 10px;
  padding: 10px;
  font-size: 15px;
}

.nav-link-1-margin-10px.flie-text {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.nav-link-1-margin-10px.flie-text:hover {
  color: #7bb92d;
}

.nav-link-1-margin-10px.flie-text.w--current {
  background-color: var(--main);
  color: #7bb92d;
}

.div-block-182-copy {
  width: 100%;
}

.paragraph-copy {
  margin-top: 0;
  font-size: .9vw;
}

.paragraph-copy.flie-text {
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-copy.flie-text.space {
  margin-bottom: 20px;
}

.paragraph-copy.mittig {
  text-align: center;
}

.wrapp {
  overflow-wrap: anywhere;
}

.div-block-183 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--highlights);
  flex-flow: column;
  width: 100%;
  padding: 2px;
  display: none;
}

.image-103 {
  width: 100%;
}

.image-104 {
  filter: contrast(200%) invert(200%);
  height: 10rem;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .3fr 1fr;
  margin-bottom: 5px;
}

.lightbox-link-4 {
  text-decoration: none;
}

.list-item-5 {
  margin-bottom: 10px;
}

.imagewrap {
  margin: 10px;
}

.imagewrap.hidden {
  margin: 20px 20px 20px 0;
  display: none;
}

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

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin: 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.hide-mobile-landscape {
  filter: invert();
}

.modal1_content-wrapper {
  background-color: #fff;
  background-image: linear-gradient(#ffffff57, #ffffff57), url('../images/pexels-element5-712320.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component {
  z-index: 10000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.code-embed-2 {
  width: 100%;
}

.modal1_component-2 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.embed {
  white-space: normal;
  word-break: normal;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.impressum-link-highlight {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.code-embed-3 {
  width: auto;
  height: 50vh;
}

.div-block-184 {
  background-color: #f7fbf2;
}

.div-block-184.mobile-show {
  display: none;
}

.button-2 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.text-size-medium {
  font-size: 1.25rem;
}

.modal1_content-wrapper-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component-3 {
  z-index: 9991;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-185 {
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.code-embed-4 {
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.button-div-fix-small {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 49%;
  left: auto;
  right: 1%;
}

.link-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #7bb92d;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-block-2:hover {
  transform: scale(1.1);
}

.image-106 {
  filter: invert();
  object-fit: contain;
  width: 55px;
  height: 55px;
}

.image-106.invert {
  filter: brightness(200%);
  width: 40px;
  height: 35px;
}

.small-heading-2 {
  margin-top: 10px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  display: none;
}

.div-block-187 {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.code-embed-5 {
  width: 100%;
  height: 80vh;
  overflow: visible;
}

.background-video-2 {
  z-index: 1;
  width: 100%;
  height: 35vh;
}

.div-block-188 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .heading-einstellungen {
    line-height: 42px;
  }

  .telefonnummer {
    margin-bottom: 5px;
  }

  .hauptfarbe.w--open {
    position: relative;
  }

  .email {
    margin-bottom: 5px;
  }

  .adresse {
    text-align: center;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    background-color: var(--highlights);
    height: 50vh;
    padding: 20px;
    overflow: auto;
  }

  .navbar {
    z-index: 100;
  }

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

  .nav-link-1.flie-text.fest {
    width: 150px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-video {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    inset: 0%;
  }

  .heading-links.heading-1 {
    width: auto;
  }

  .paragraph.flie-text.klein {
    word-break: break-all;
    font-size: 12px;
  }

  .section1 {
    padding: 100px 5%;
  }

  .heading-links-klein.heading-3, .heading-links-klein.heading-3.farbe-der-headings, .heading-links-klein.heading-2 {
    font-size: 18px;
  }

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

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

  .footer-1.hauptfarbe, .div-block-footer1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impdat {
    padding: 60px;
  }

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

  ._3er-card {
    width: 100vw;
  }

  .inhalt-nebeneinander {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-nebeneinander.abstand-unten {
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-untereinander.flie-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-untereinander.flie-text.links {
    justify-content: center;
    align-items: center;
  }

  .section-gro-e-abst-nde.unten-abstand {
    padding: 100px 60px;
  }

  .section-gro-e-abst-nde.unten-abstand.zweitfarbe {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-gro-e-abst-nde.abstand-seite, .section-gro-e-abst-nde.overflow.zweitfarbe, .section-gro-e-abst-nde.overflow.zweitfarbe-2, .section-gro-e-abst-nde.zweitfarbe {
    padding: 100px 60px;
  }

  .content {
    text-align: center;
    flex-flow: column;
    order: -9999;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .content.zoom {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .content.last {
    order: 1;
  }

  .inhalt-untereinander-2 {
    z-index: 0;
  }

  .inhalt-untereinander-2.effekt.no-shadow {
    overflow: hidden;
  }

  .image-wrapper {
    width: 100%;
    height: 55vh;
  }

  .circle3 {
    height: 300px;
  }

  .circle4 {
    height: 250px;
    left: -150px;
  }

  .image-home1 {
    width: 100%;
    height: 350px;
  }

  .image-home-2 {
    width: 100%;
    position: static;
    top: 300px;
  }

  ._2er_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .footer1.hauptfarbe {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .img-45vh {
    height: 55vh;
  }

  .heading-mittig-klein.heading-3.big {
    font-size: 20px;
  }

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

  .untereinander.highlight {
    max-width: none;
  }

  .icon-round.highlights {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: var(--main);
  }

  .link-block.first {
    order: -1;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .error-message {
    width: auto;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .impdat-2.flie-text {
    justify-content: space-between;
    align-items: center;
  }

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

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

  .inhalt-untereinander1 {
    flex-direction: column;
  }

  .heading-linksb-ndig1.heading-2.klein {
    text-align: center;
    font-size: 18px;
  }

  .paragraph-links1.flie-text.listt {
    text-align: left;
  }

  .section_img.highlights {
    padding: 100px 60px;
  }

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

  .close-pop-up {
    top: 80px;
    right: 80px;
  }

  .wrapy {
    grid-template-columns: 50% 50%;
  }

  .dropdown-14 {
    margin-bottom: 10px;
    padding: 20px;
  }

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

  .ablaufplan-spalteninhalt-2 {
    padding-left: 10px;
  }

  .section-49 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .div-block-142 {
    margin-right: 0;
  }

  .heading-79 {
    font-size: 18px;
  }

  .paragraph-61 {
    font-size: 14px;
  }

  .dropdown-toggle-11 {
    font-size: 18px;
  }

  .pop-up-div {
    padding: 60px;
  }

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

  .heading-ablaufplan-3 {
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .image-56 {
    object-fit: contain;
    object-position: 0% 50%;
    margin-top: 0;
  }

  .image-56.links {
    object-position: 0% 0%;
  }

  .ablaufplan-spalte-2 {
    display: block;
  }

  .ablaufplan-spalten-inhalt-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .heading-80.absolut {
    width: 100%;
  }

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

  .bubble {
    background-image: url('../images/sprechblase.png');
    width: 150px;
    right: -80px;
    overflow: visible;
  }

  .heading-86 {
    font-size: 18px;
  }

  .text-sprechblase {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

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

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

  .partner-div {
    z-index: 0;
  }

  .heading-mittig-small.klein.left {
    text-align: center;
    font-size: 16px;
  }

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

  .content-links {
    text-align: center;
    order: -9999;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .content-links.last {
    order: 0;
    padding-top: 0;
  }

  .content-links.first {
    order: -9999;
  }

  .footer-div.flie-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .content_2-2 {
    flex-flow: column;
    display: flex;
  }

  .dropdown_content, .dropdown_title {
    width: 100%;
  }

  .list.flie-text {
    text-align: left;
  }

  .section_mitting {
    padding: 100px 60px;
  }

  .paragraph-center.flie-text.klein {
    font-size: 12px;
  }

  .grid-18.zweitfarbe-1 {
    width: 100%;
  }

  .grid-18.zweitfarbe-1.weg {
    grid-template-columns: .25fr .25fr .25fr .25fr .25fr .25fr 1fr;
    display: none;
  }

  .top-grid {
    grid-template-columns: .5fr .75fr .25fr .25fr .25fr .25fr .5fr;
    top: 8%;
  }

  .section1-overflow {
    padding: 100px 5%;
  }

  .div-block-1col.highlights, .div-block-2col.highlights, .div-block-3col.highlights {
    width: auto;
    padding: 5px;
  }

  .button-nav.flie-text.highlights {
    text-align: left;
    width: 100%;
  }

  .img-45vh-2 {
    height: 55vh;
    min-height: auto;
  }

  ._3er_grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-wrapper-2 {
    width: auto;
    height: 55vh;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-home2 {
    width: 100%;
    height: 350px;
  }

  .slide-image-front {
    padding-top: 0;
  }

  .slide-image-front.oben {
    object-position: 50% 30%;
  }

  .slide-image-front.oben.contain {
    object-fit: contain;
  }

  .content-2 {
    text-align: center;
    order: -9999;
    align-items: center;
  }

  .inhalt-untereinander3 {
    z-index: 0;
  }

  ._2er_grid-100 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  ._2er_grid-100.ajust-the-size {
    flex-flow: column;
    display: flex;
  }

  ._2er_grid-100.abst {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-homecotain, .div-block-2col-r1 {
    width: 100%;
  }

  .div-block-1col-r1 {
    width: auto;
    padding: 5px;
  }

  .card1.highlights {
    padding: 20px 10px 10px;
  }

  .headingmit.heading-1.unten.down-10 {
    font-size: 45px;
  }

  .image-home1-2 {
    width: 100%;
  }

  .image-home1-2.left {
    height: 55vh;
  }

  .dropdown-toggle-12 {
    width: 100%;
  }

  .div-block-2nd-row {
    width: auto;
    padding: 5px;
  }

  .div-block-2nd-r-3-c {
    width: 100%;
  }

  .div-block-3row {
    width: auto;
    padding: 5px;
  }

  .div-block-3rdcl {
    width: 100%;
  }

  .div-block-4row, .div-block-3rd-col-4th-row {
    width: auto;
    padding: 5px;
  }

  .div-block-5h-row {
    width: auto;
  }

  .div-block-5th-row-3c, .div-block-6th-row, .div-block-6th-r-3c, .div-block7th-row, .div-block-7r-3c, .div-block-8th-row, .div-block-8r-3c, .div-block-9th-row, .div-block-9r-3c, .div-block-10row, .div-block-10r-3c, .div-block-11-row {
    width: auto;
    padding: 5px;
  }

  .div-blocc11r-3c {
    width: auto;
  }

  .div-block-12-rowx, .div-block-12-r-3-c, .div-block-13-row, .div-block-13-r-3c {
    width: auto;
    padding: 5px;
  }

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

  .slide-image-block-2 {
    height: 55vh;
    padding-top: 0;
  }

  .image-wrapper-50vh {
    width: 100%;
    height: 55vh;
    padding-top: 0;
  }

  .section-gro-e-abst-nde-2.unten-abstand {
    padding: 100px 60px;
  }

  .section-gro-e-abst-nde-2.unten-abstand.zweitfarbe {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .content-3, .content-3.last {
    text-align: center;
    order: -9999;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .image-40vh {
    width: 100%;
    height: 350px;
  }

  ._3er-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .table-wrap {
    padding: 20px;
  }

  .content2 {
    height: auto;
  }

  ._3er-grid-relative {
    flex-flow: column;
    grid-template-columns: 1.5fr;
    display: flex;
  }

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

  .bild-wrapper-hero {
    width: 100%;
    top: 0;
  }

  .section1-bild {
    padding: 100px 5%;
  }

  ._2er_grid-100-top {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .bild-wrapper-hero-sticky {
    width: 100%;
    height: 55vh;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .section-gro-e-abst-nde-3 {
    padding: 100px 60px;
  }

  .section-gro-e-abst-nde-3.unten-abstand.zweitfarbe {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .logo-img-2 {
    width: auto;
    height: 5vh;
  }

  .slide-image-block-2-90vh {
    height: 55svh;
  }

  .inhalt-untereinander-kontakt {
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-nav {
    width: 100%;
  }

  .image-container {
    z-index: 0;
  }

  .content-mitting.highlights {
    height: auto;
  }

  .image-container-45vh {
    z-index: 0;
    height: 45vh;
  }

  ._2er_grid-gap-20px {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-gro-e-abst-nde-6vh.unten-abstand.zweitfarbe {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-gro-e-abst-nde-6vh.unten-abstand.zweitfarbe-2 {
    padding: 100px 60px;
  }

  .heading-mitting-klein-20px.heading-3.farbe-der-headings {
    font-size: 18px;
  }

  .image-home1-2-left-align {
    width: 100%;
  }

  .content-white-card-with-orange-background {
    height: auto;
  }

  .card3.padding._2.last {
    justify-content: flex-start;
  }

  .div-block-182, .div-block-115 {
    width: 100%;
  }

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

  .div-block-183 {
    display: flex;
  }

  .lightbox-link-3 {
    width: 100%;
  }

  .imagewrap.hidden {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .div-block-184.mobile-show {
    display: flex;
  }

  .modal1_content-wrapper-2 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .button-div-fix-small {
    z-index: 10;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    top: 75%;
  }

  .link-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 5px;
  }

  .link-block-2.w--current {
    flex-flow: column;
  }

  .image-106 {
    width: 30px;
    height: 30px;
  }

  .image-106.invert {
    width: 35px;
    height: 35px;
  }

  .small-heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Archivo Narrow, sans-serif;
    font-size: 16px;
    line-height: 17px;
    display: block;
  }

  .div-block-186 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .code-embed-5 {
    height: 70vh;
  }
}

@media screen and (max-width: 767px) {
  .heading-einstellungen {
    font-size: 32px;
    line-height: 38px;
  }

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

  .divblock1 {
    height: auto;
  }

  .titelsection {
    height: 28rem;
  }

  .titelsection.unterseite {
    height: 450px;
  }

  .div-block-video {
    padding: 20px;
  }

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

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

  .button.flie-text.highlights {
    letter-spacing: 0;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .heading-links-klein.heading-3, .heading-links-klein.heading-3.farbe-der-headings, .heading-links-klein.heading-3.list1, .heading-links-klein.heading-1 {
    font-size: 16px;
  }

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

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

  .impdat {
    padding: 40px;
  }

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

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

  .success-block.highlights {
    width: auto;
    height: auto;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: auto;
  }

  ._3er-card {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    position: static;
  }

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

  .section-gro-e-abst-nde {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-gro-e-abst-nde.unten-abstand, .section-gro-e-abst-nde.abstand-seite, .section-gro-e-abst-nde.overflow.zweitfarbe, .section-gro-e-abst-nde.overflow.zweitfarbe-2, .section-gro-e-abst-nde.zweitfarbe {
    padding: 60px 40px;
  }

  .content {
    padding: 0;
  }

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

  .image-wrapper {
    height: 25rem;
  }

  .image-home1, .image-home-2 {
    height: 250px;
  }

  .social-verlinkung3 {
    margin-right: 0;
  }

  .footer_grid {
    grid-template-columns: 1fr;
  }

  .heading_footer.heading-1 {
    margin-bottom: 5px;
  }

  .circle {
    width: 35px;
    height: 35px;
  }

  ._4er-grid {
    grid-template-columns: 1fr;
  }

  .img-45vh {
    height: 25rem;
  }

  .heading-mittig-klein.heading-3.big {
    font-size: 18px;
  }

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

  .icon-round.highlights {
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  ._3-4-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .galerie {
    flex-direction: column;
  }

  .tabs-menu {
    margin-left: 0;
  }

  .galerie-thumbnail {
    width: 100%;
    height: 200px;
  }

  .img-galerie {
    min-height: 400px;
  }

  .link-block {
    height: 25rem;
  }

  .wrapper {
    flex-direction: column;
    margin-top: 20px;
  }

  .img-left, .img-right {
    height: 400px;
  }

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-form-wrap.flie-text {
    padding: 20px;
  }

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

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

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  ._6er-grid1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .inhalt-untereinander1 {
    align-items: center;
    height: auto;
    padding: 20px 0;
  }

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

  .paragraph-links1.flie-text.listt {
    padding-left: 20px;
  }

  .section_img.highlights {
    padding: 60px 40px;
  }

  ._3er_grid, ._3er_grid-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .close-pop-up {
    top: 40px;
    right: 40px;
  }

  .wrapy {
    grid-template-columns: 100%;
  }

  .ablaufplan-spalteninhalt-2 {
    min-height: 250px;
  }

  .section-49 {
    padding-left: 10px;
  }

  .divblock-fortschritt {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .balken-1 {
    height: 5px;
  }

  .balken-1._4 {
    height: 10px;
  }

  .div-block-142.shadow {
    max-width: none;
  }

  .paragraph-61 {
    margin-left: 0;
  }

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

  .div-block-146 {
    margin-left: 0;
  }

  .dropdown-toggle-11 {
    flex-direction: column;
    padding: 10px 30px 10px 20px;
  }

  .pop-up-div {
    padding: 20px;
  }

  .grid-16 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-balken {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ablaufplan-spalten-inhalt-3 {
    min-height: 250px;
  }

  .ablaufplan-big-button-3.dropdowntoogle.w--open {
    top: 130px;
    right: 50px;
  }

  .heading-80.absolut {
    font-size: 14px;
    top: 10px;
  }

  .div-block-147 {
    grid-column-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-145 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .circle-2, .circle-2.erl {
    width: 20px;
    height: 20px;
  }

  .heading-links1.flie-text {
    text-align: left;
    font-size: 14px;
  }

  ._3er-grid {
    grid-template-columns: 1fr;
  }

  .heading-mittig-small.klein.left {
    font-size: 15px;
  }

  .partners-grid {
    grid-template-columns: 1fr;
  }

  .footer-div.flie-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .content_2-2 {
    padding: 20px;
  }

  .section_mitting {
    padding: 60px 40px;
  }

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

  .grid-18.zweitfarbe-1.weg {
    display: none;
  }

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

  .button-nav.flie-text.highlights {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .img-45vh-2 {
    height: 25rem;
  }

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

  .heading-link.heading-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .image-wrapper-2 {
    height: 15rem;
  }

  .image-home2 {
    height: 250px;
  }

  .slide-image-front.oben.contain {
    object-fit: cover;
  }

  .content-2 {
    padding: 20px 10px;
  }

  .card1.highlights {
    order: -9999;
  }

  .card1.highlights._1 {
    order: 1;
  }

  .card1.highlights._3 {
    order: 3;
  }

  .card1.padding, .card1.padding._4 {
    order: 4;
  }

  .card1.padding.set {
    order: 2;
  }

  .grid-19 {
    flex-flow: column;
    display: flex;
  }

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

  .headingmit.heading-1.unten {
    margin-bottom: 0;
  }

  .headingmit.heading-1.unten.down-10 {
    margin-bottom: 0;
    font-size: 35px;
  }

  .logo-img-1 {
    height: 2rem;
  }

  .image-home1-2.left {
    height: 25rem;
  }

  .heading-links-2.heading-1 {
    font-size: 35px;
    line-height: 35px;
  }

  .slide-image-block-2.set {
    height: 40vh;
  }

  .image-wrapper-50vh {
    height: 25rem;
  }

  .section-gro-e-abst-nde-2.unten-abstand {
    padding: 60px 40px;
  }

  .content-3, .content-3.last {
    padding: 0;
  }

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

  .image-center.first {
    order: -1;
  }

  .image-40vh {
    height: 250px;
  }

  ._3er-grid-2 {
    grid-template-columns: 1fr;
  }

  ._2er-grid-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .content2 {
    padding: 20px 10px;
  }

  ._3er-grid-relative {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bild-wrapper-hero {
    height: 25rem;
  }

  .bild-wrapper-hero.auto {
    height: auto;
  }

  .div-block-177 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 5px;
  }

  .bild-wrapper-hero-sticky {
    height: 25rem;
  }

  .section-gro-e-abst-nde-3 {
    padding: 60px 40px;
  }

  .logo-img-2 {
    height: 2rem;
  }

  .slide-image-block-2-90vh {
    height: auto;
  }

  .image-container {
    height: 25rem;
  }

  .div-block-178 {
    width: 75vw;
  }

  .div-block-179 {
    width: 64vw;
  }

  .slider-4 {
    width: 80vw;
  }

  .div-block-180 {
    width: 100%;
  }

  .flex-block {
    width: 65vw;
  }

  .content-container {
    width: 65vw;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-links-14px.flie-text.listt {
    padding-left: 20px;
  }

  .content-mitting {
    padding: 20px 10px;
  }

  .content-mitting.highlights {
    height: auto;
  }

  .content-mitting.highlights.first {
    order: -1;
  }

  .image-container-45vh {
    height: 25rem;
  }

  ._2er_grid-gap-20px._100 {
    width: 100%;
  }

  .section-gro-e-abst-nde-6vh.unten-abstand.zweitfarbe-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-links-2-5vw.heading-1, .heading-mitting-2-5vw.heading-1, .heading-links-copy.heading-1, .heading-mit.heading-1 {
    font-size: 35px;
    line-height: 35px;
  }

  .content-white-card-with-orange-background {
    height: auto;
    padding: 20px 10px;
  }

  .card3.padding._2 {
    order: 2;
  }

  .card3.padding._2.last {
    order: 9999;
  }

  .nav-link-1-margin-10px.flie-text {
    font-size: 13px;
  }

  .div-block-183 {
    display: flex;
  }

  .image-104 {
    height: 5rem;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .3fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .imagewrap.hidden {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .show-mobile-landscape {
    filter: invert();
    display: block;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component, .modal1_component-2 {
    justify-content: center;
    align-items: center;
  }

  .code-embed-3 {
    height: auto;
  }

  .div-block-184.mobile-show {
    display: block;
  }

  .modal1_content-wrapper-2 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component-3 {
    justify-content: center;
    align-items: center;
  }

  .button-div-fix-small {
    top: 75%;
  }

  .link-block-2 {
    width: auto;
    height: auto;
  }

  .image-106.invert {
    width: 30px;
    height: 30px;
  }
}

@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%;
  }

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-einstellungen {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

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

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

  .logo-wei {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navbar {
    flex-direction: column;
  }

  .titelsection.unterseite {
    height: 550px;
  }

  .div-block-video {
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
  }

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

  .heading.heading-3 {
    font-size: 18px;
    line-height: 20px;
  }

  .divider.highlights {
    height: 5px;
  }

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

  .icons {
    margin-bottom: 10px;
  }

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

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

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

  .datenschtz-embed {
    width: 100%;
    overflow: hidden;
  }

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

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

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

  .maps-gro {
    height: 300px;
  }

  .maos-footer {
    min-width: 220px;
  }

  ._3er-card {
    width: 100%;
  }

  .section-gro-e-abst-nde {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .section-gro-e-abst-nde.unten-abstand {
    padding: 40px 20px;
  }

  .section-gro-e-abst-nde.unten-abstand.zweitfarbe {
    padding: 10px 5px;
  }

  .section-gro-e-abst-nde.abstand-seite, .section-gro-e-abst-nde.overflow.zweitfarbe, .section-gro-e-abst-nde.overflow.zweitfarbe-2, .section-gro-e-abst-nde.zweitfarbe {
    padding: 40px 20px;
  }

  .content {
    width: 100%;
  }

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

  .heading-mittig.klein {
    font-size: 20px;
  }

  .circle3 {
    height: 200px;
  }

  ._2er_grid {
    width: 100%;
  }

  .html-embed-2 {
    max-width: 100%;
  }

  .inhalt-footer3.flie-text {
    text-align: left;
  }

  .heading_footer {
    font-size: 18px;
    line-height: 28px;
  }

  .circle {
    width: 30px;
    height: 30px;
  }

  .footer1.hauptfarbe {
    text-align: left;
  }

  .heading-mittig-klein.heading-3.big {
    font-size: 16px;
  }

  .tabs-menu {
    margin-left: 0;
  }

  .galerie-thumbnail {
    height: 120px;
  }

  .img-galerie {
    min-height: 300px;
  }

  .img-left, .img-right {
    height: 300px;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-form-wrap.flie-text {
    padding: 10px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

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

  .dic-block-grauer-rand1 {
    padding: 20px;
  }

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

  .inhalt-untereinander1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-linksb-ndig1.heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

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

  .section_img.highlights {
    padding: 40px 20px;
  }

  ._3er_grid, ._3er_grid-copy {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-ablaufplan-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .ablaufplan-spalteninhalt-2 {
    padding-left: 0;
  }

  .ansprechpartner-paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .ansprechpartner-paragraph-2.special.klein {
    font-size: 14px;
  }

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

  .dropdown-list-11-copy.w--open {
    padding: 120px 10px 10px;
  }

  .heading-79 {
    font-size: 15px;
  }

  .paragraph-61 {
    text-align: center;
    margin-left: 0;
  }

  .dropdown-toggle-11 {
    text-align: center;
    white-space: normal;
  }

  .grid-16 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .heading-ablaufplan-3 {
    height: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-ablaufplan-3.special {
    font-size: 20px;
  }

  .image-56 {
    width: 100%;
    min-width: auto;
    height: 80vw;
  }

  .ablaufplan-spalte-2 {
    flex: 0 auto;
    width: auto;
    min-width: auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ablaufplan-spalten-inhalt-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .ablaufplan-big-button-3.dropdowntoogle.w--open {
    right: 40px;
  }

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

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

  .heading-80.absolut {
    font-size: 10px;
  }

  .div-block-147 {
    grid-template-columns: 1fr;
    width: 99.9999%;
    padding: 10px;
  }

  .bubble {
    width: 100px;
    height: 120px;
    top: -110px;
    right: -50px;
  }

  .dropdown-list-11.w--open {
    padding: 0;
  }

  .grid-15 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .list-3 {
    padding-left: 30px;
  }

  .heading-86 {
    font-size: 16px;
  }

  .text-sprechblase {
    font-size: 12px;
  }

  .heading-links1.flie-text {
    text-align: center;
  }

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

  .heading-mittig-small.klein.left {
    font-size: 14px;
  }

  .dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animation-4 {
    flex: none;
  }

  .list.flie-text.morepad {
    padding-left: 20px;
  }

  .section_mitting {
    padding: 40px 20px;
  }

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

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

  .paragraph-links1-list.flie-text {
    text-align: center;
  }

  .section1-overflow {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .img-45vh-2.link {
    object-position: 20% 50%;
  }

  .heading-link.heading-3 {
    font-size: 18px;
    line-height: 20px;
  }

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

  ._3er_grid-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .content-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  ._2er_grid-100 {
    width: 100%;
    margin-bottom: 20px;
  }

  ._2er_grid-100.abst {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-homecotain {
    height: 400px;
    position: relative;
  }

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

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

  .headingmit.heading-1.unten.down-10 {
    margin-bottom: 0;
    font-size: 25px;
  }

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

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

  .slide-image-block-2.set {
    height: auto;
  }

  .section-gro-e-abst-nde-2.unten-abstand {
    padding: 40px 20px;
  }

  .section-gro-e-abst-nde-2.unten-abstand.zweitfarbe {
    padding: 10px 5px;
  }

  .section-gro-e-abst-nde-2.abstand-seite {
    padding-left: 5px;
    padding-right: 5px;
  }

  .content-3 {
    width: 100%;
  }

  .content2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  ._3er-grid-relative {
    display: flex;
  }

  .section1-bild {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._2er_grid-100-top {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-gro-e-abst-nde-3 {
    padding: 40px 20px;
  }

  .section-gro-e-abst-nde-3.unten-abstand.zweitfarbe {
    padding: 10px 5px;
  }

  .section-gro-e-abst-nde-3.abstand-seite {
    padding-left: 5px;
    padding-right: 5px;
  }

  .slide-image-block-2-90vh {
    height: 45vh;
  }

  .card {
    width: 100%;
  }

  .img-cover-100.hover.link {
    object-position: 20% 50%;
  }

  .div-block-178 {
    width: 70vw;
  }

  .div-block-179 {
    background-color: #fff3;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .flex-block {
    overflow: auto;
  }

  .content-container {
    padding-left: 0;
    overflow: visible;
  }

  .paragraph-links-14px.flie-text, .paragraph-links-14px.flie-text.listt {
    text-align: left;
  }

  .content-mitting {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .content-mitting.highlights {
    justify-content: center;
    align-items: center;
  }

  .image-container-45vh {
    height: 20rem;
  }

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

  ._2er_grid-gap-20px {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-gro-e-abst-nde-6vh.unten-abstand.zweitfarbe {
    padding: 10px 5px;
  }

  .section-gro-e-abst-nde-6vh.unten-abstand.zweitfarbe-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-gro-e-abst-nde-6vh.abstand-seite {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-links-2-5vw.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .heading-mitting-2-5vw.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .heading-links-copy.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-center-1-3-vw.flie-text {
    font-size: 14px;
  }

  .image-home1-2-left-align.left {
    width: 85%;
  }

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

  .content-white-card-with-orange-background {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .card3.padding._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .imagewrap.hidden {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    display: none;
  }

  .image-105 {
    width: 100%;
    height: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_component, .modal1_component-2, .modal1_component-3 {
    width: auto;
    height: auto;
  }

  .div-block-185 {
    flex-flow: column;
  }

  .button-div-fix-small {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    inset: auto 1% 1% auto;
  }

  .link-block-2 {
    flex-flow: row;
    height: auto;
  }

  .image-106 {
    width: 25px;
    height: 25px;
  }

  .small-heading-2 {
    text-align: center;
  }

  .code-embed-5 {
    height: 60vh;
  }

  .background-video-2 {
    min-height: 100%;
    overflow: hidden;
  }
}

#w-node-_07db776c-c63a-2a61-a57e-23d65558b6e6-f9d87b40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39352d65-d755-53e5-897b-829c16c79cc2-f9d87b40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2090e9ce-2a6b-4fb3-7284-2eeaadf177eb-f9d87b40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4652db0-2751-c9f3-4e8c-9839d3e01fd0-f9d87b46 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a4652db0-2751-c9f3-4e8c-9839d3e01fde-f9d87b46 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_65a14976-2f15-7d84-ad43-7b5ea64028be-f9d87b46 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_65a14976-2f15-7d84-ad43-7b5ea64028bf-f9d87b46 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a4652db0-2751-c9f3-4e8c-9839d3e01feb-f9d87b46 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a4652db0-2751-c9f3-4e8c-9839d3e01ff8-f9d87b46 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9ed166d7-8af7-9993-752e-99c8e0dea3f0-f9d87b46 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9ed166d7-8af7-9993-752e-99c8e0dea3fe-f9d87b46 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9ed166d7-8af7-9993-752e-99c8e0dea40a-f9d87b46 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_9ed166d7-8af7-9993-752e-99c8e0dea418-f9d87b46 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9ed166d7-8af7-9993-752e-99c8e0dea42c-f9d87b46 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3452e4d1-103d-cd5c-04ff-9909a0172535-f9d87b49, #w-node-_4eb25ade-33f0-ceff-1f6c-6fe0b6fcbc59-f9d87b49, #w-node-cc35a705-35a8-4fd2-75d9-4583343734e6-f9d87b49, #w-node-_477b34e3-3945-e0f6-8862-031f0cf9a5be-f9d87b49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8a377c6-5995-ec91-7c71-88ddb0c0cdce-f9d87b49 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_37567088-0942-a571-e843-6069af869937-f9d87b49 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37567088-0942-a571-e843-6069af869949-f9d87b49 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_81a2f40b-3fa6-9e32-b324-3f1827102566-f9d87b49 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_22886b52-0e55-0a94-afe0-63152fb7aa98-f9d87b49 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ee0b5038-6339-1946-8e0e-07c41c87b71b-f9d87b49 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_723f8b05-0d4e-9cc1-190e-908022983099-f9d87b49 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_6185cf36-a578-5431-eba6-70c863ff1741-f9d87b49 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_8213a08b-242c-f5af-698a-9e14a70961af-f9d87b49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8c942b2-b4ff-0149-6d93-99a48d555342-f9d87b4b {
  align-self: start;
}

#w-node-_7689e203-eee8-8ed2-63a5-83d256849765-f9d87b4b {
  grid-area: 1 / 1 / 2 / 3;
}

#Anrede.w-node-_7689e203-eee8-8ed2-63a5-83d256849767-f9d87b4b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2571503e-c0bb-fd69-d762-40646a6b3e5e-f9d87b4e, #w-node-_84de6016-9c3f-f745-3f01-b48d5db6d79d-f9d87b4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5095d1a-9a47-3c6e-fc6a-073dddad94f4-58bc489a {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-c5095d1a-9a47-3c6e-fc6a-073dddad950c-58bc489a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d803e6a-f14a-2c45-d1f4-0a099a3ccdd3-f69dfb5c {
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_2090e9ce-2a6b-4fb3-7284-2eeaadf177df-f9d87b40 {
    order: -9999;
  }

  #w-node-_37567088-0942-a571-e843-6069af869937-f9d87b49, #w-node-_37567088-0942-a571-e843-6069af869949-f9d87b49, #w-node-_81a2f40b-3fa6-9e32-b324-3f1827102566-f9d87b49, #w-node-_22886b52-0e55-0a94-afe0-63152fb7aa98-f9d87b49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ee0b5038-6339-1946-8e0e-07c41c87b71b-f9d87b49 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_37567088-0942-a571-e843-6069af869972-f9d87b49 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_37567088-0942-a571-e843-6069af869974-f9d87b49 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_37567088-0942-a571-e843-6069af869976-f9d87b49 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_37567088-0942-a571-e843-6069af869978-f9d87b49 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_20ad2415-651e-00a1-28f2-472a44903733-f9d87b4e, #w-node-eadb88bd-95ff-d79b-81be-4bb1ad67cc0b-f69dfb5c {
    order: -9999;
  }
}


@font-face {
  font-family: 'Qinder butter';
  src: url('../fonts/Qinder-Butter.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}