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

:root {
  --main: #043a28;
  --highlight: #39841d;
  --grey: #202628;
  --white: white;
  --black: black;
}

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

body {
  color: #333;
  flex-flow: 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(--main);
  color: #fff;
  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;
}

.logo-img {
  object-fit: contain;
  width: 16vw;
}

.logo {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

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

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

.hauptfarbe {
  color: #fff;
  background-color: #043a28;
}

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: Barlow, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

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

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

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

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

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

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

.terminbutton.highlights.flie-text {
  margin-top: 20px;
}

.terminbutton.highlights.flie-text:hover {
  background-color: var(--grey);
}

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

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

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

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

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

.farbe2-headings {
  color: #b4b4b4;
  line-height: 1.3;
}

.drittefarbe {
  color: #fff;
  background-color: #b4b4b4;
}

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

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

.navbar1 {
  z-index: 999;
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
}

.navbar1.zweitfarbe {
  box-shadow: 0 2px 5px #0003;
}

.nav-link {
  font-size: 12px;
  font-weight: 400;
}

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

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

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

.nav-link.flie-text:hover {
  color: #39841d;
}

.nav-link.flie-text.w--current {
  color: var(--highlight);
}

.navbar-main {
  background-color: #0000;
  margin-left: auto;
  position: static;
}

.logo-wei {
  filter: invert();
}

.titelvideo-start-1 {
  height: 90vh;
  position: relative;
}

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

.video-text {
  color: #fff;
  clip-path: polygon(0 0, 89% 0, 50% 100%, 0% 100%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  padding-left: 10vw;
  padding-right: 30%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.subheading.heading-2.farbe2-headings {
  text-shadow: 0 1px 1px #000000ed;
  line-height: 1.3;
}

.slogan1 {
  text-align: left;
  text-transform: uppercase;
  border: 3px #fff;
  margin-top: 10px;
  font-size: 60px;
  line-height: 65px;
}

.slogan1.heading-1 {
  text-shadow: 0 1px 1px #000000e8;
  border-style: none;
  line-height: 1.3;
}

.buchstabe-hintergrund {
  z-index: -5;
  margin-top: -10px;
  margin-bottom: -35px;
  font-size: 100px;
  line-height: 35px;
  position: relative;
}

.buchstabe-hintergrund.heading-3.farbe2-headings {
  z-index: 0;
  margin-top: -20px;
}

.terminbutton-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 22px;
}

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

.terminbutton-2.highlights {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

.terminbutton-2.highlights.heading-2 {
  transition: all .2s;
}

.terminbutton-2.highlights.heading-2:hover {
  background-color: var(--main);
}

.effekt-balken4 {
  background-color: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.effekt-balken2 {
  background-color: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-links1 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 180%;
}

.text-links1.flie-text {
  line-height: 1.5;
}

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

.inhalt-effekt {
  padding-left: 0;
  padding-right: 0;
}

.inhalt-effekt.effekt-versuch {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.inhalt-effekt.effekt-versuch {
  color: #fff;
  height: 100%;
  position: relative;
}

.inhalt-effekt.effekt-versuch._1 {
  height: 50vh;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.inhalt-untereinander1.abst-nde {
  padding: 60px 10vw 40px;
}

.inhalt-untereinander1.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.effekt-balken1 {
  z-index: 3;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.effekt-balken3 {
  background-color: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.effekt-inlay {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.effekt-inlay.top {
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}

.heading-links {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 170%;
}

.heading-links.heading-1 {
  z-index: 5;
  margin-bottom: 20px;
  line-height: 1.3;
  position: relative;
}

.heading-links.heading-3 {
  line-height: 1.2;
}

._2-3-grid1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  width: 100%;
}

.text-mittig-effekt1 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 150%;
}

.text-mittig-effekt1.gro {
  font-size: 25px;
  line-height: 150%;
}

.text-mittig-effekt1.gro.heading-1 {
  display: block;
}

.text-mittig-effekt1.heading-2 {
  z-index: 5;
  width: 100%;
  position: relative;
}

.heading-links-klein1 {
  text-align: left;
  margin-top: 0;
  font-size: 24px;
}

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

._3er-grid._2er {
  grid-template-columns: 1fr 1fr;
  width: 60%;
}

.heading-mittig1 {
  z-index: 5;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 1.3;
  position: relative;
}

.heading-mittig1.heading-1 {
  text-transform: none;
}

.img-cover {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 38%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.divider {
  width: 100px;
  height: 2px;
  margin-top: 0;
}

.divider.highlights {
  display: block;
  position: relative;
}

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

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

.heading-small1 {
  z-index: 5;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  position: relative;
}

.heading-small1.heading-2 {
  margin-bottom: 10px;
}

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

.text-mittig1 {
  text-align: center;
  font-size: 14px;
  line-height: 180%;
}

.text-mittig1.flie-text {
  margin-bottom: 0;
  line-height: 1.5;
}

.bild-section-cover1 {
  color: #fff;
  background-image: linear-gradient(#00000069, #00000069), url('../images/608c0cd2b6a480276a78b403_AdobeStock_168409302_visu.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 100px;
  display: flex;
  position: static;
}

.div-block-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.footer-2 {
  z-index: 10;
  padding: 60px 10vw 10px;
  position: sticky;
  bottom: 0;
}

.footer-2.drittefarbe-2.flie-text {
  background-color: var(--grey);
  padding-top: 40px;
  position: sticky;
}

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

.inhalt-footer {
  height: 100%;
}

.titelvideo-unterseite {
  height: 70vh;
  position: relative;
}

.section-gro-e-abst-nde1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 10vw;
  display: flex;
}

.galerie-img1 {
  object-fit: cover;
  width: 100%;
  height: 45vh;
}

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

.inhalt-mittig-untereinander-1._100 {
  height: 45vh;
}

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

._2er-grid1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.maps1 {
  width: 100%;
  height: 50vh;
}

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

.inhalt-nebeneinander1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

.success-block.highlights {
  border-color: var(--main);
}

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

.heading-success.heading-2 {
  font-size: 32px;
}

.hero {
  z-index: 500;
  background-color: #fff;
  margin-left: 0;
}

.menu {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  padding-top: 170px;
  padding-left: 0;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.menu_1 {
  background-color: #1a1919;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 18px;
}

.txt_menu {
  z-index: 1;
  position: relative;
}

.menu_3 {
  background-color: #1a1919;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 38px;
}

.link_block_menu {
  color: #1a1919;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #9c9c9c4d;
  border-left: 1px solid #0000000d;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 4vw;
  padding-bottom: 4vw;
  font-size: 2.2vw;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0;
}

.menu_2 {
  background-color: #1a1919;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 28px;
}

.menu_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.navigation_background {
  z-index: 2;
  background-color: #fff;
  border-right: 1px solid #9c9c9c4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.logo_navbar {
  z-index: 98;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 7px;
  margin-left: 40px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.img_menu {
  z-index: 0;
  position: absolute;
  inset: 0;
}

.img_menu.leistungen {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0ce789a6a22bc3b4735f_AdobeStock_172159077_visu-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img_menu.aktuelles {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0cd285ee640e2c6676a1_AdobeStock_307058274_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img_menu.home {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0ce8d9082338c965ebfd_AdobeStock_80037008_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img_menu.kontakt {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0cd2b6a480276a78b403_AdobeStock_168409302_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img_menu.galerie {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0cd4813a4960c3c467e4_AdobeStock_173208835_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img_menu.team {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0cd351dd0384d6b35013_AdobeStock_188613389_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hamburger {
  z-index: 100;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: fixed;
  inset: 60px 40px auto auto;
}

.menu_item_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

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

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

.subheading-mittig3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

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

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

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

.form1 {
  margin-bottom: 0;
}

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

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

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

.text-area:hover {
  border-color: #1d1f2e80;
  box-shadow: 0 11px 20px -5px #00000080;
}

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

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

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

.form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

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

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

.link.black {
  color: var(--highlight);
  font-weight: 500;
}

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

.impdat-3.flie-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: 10px 0 0;
  display: flex;
}

.impressum-link {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 5px;
  text-decoration: none;
}

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

.html-embed-3 {
  height: 100%;
}

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

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

._2er-grid.invert.pasding {
  margin-top: 50px;
}

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

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

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

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

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

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

.code-embed {
  background-color: #545454;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1;
}

.section-mittig1-icons {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vh 10vw;
  display: flex;
}

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

.icon-wrapper {
  width: auto;
  height: 12vh;
}

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

.image-100-contain._100 {
  width: 88%;
}

.divider-icon {
  background-color: #fff;
  width: .125rem;
  height: 80%;
  margin: auto;
}

.navlink-dropdown {
  font-size: 12px;
}

.navlink-dropdown.flie-text {
  color: #fff;
}

.navlink-dropdown.flie-text:hover {
  color: #d6d6d6;
}

.dropdown-nav {
  font-size: 12px;
}

.dropdown-nav.flie-text {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-nav.flie-text.w--current {
  color: #39841d;
  font-size: 14px;
}

.list1.flie-text.sub-list {
  padding-left: 60px;
  list-style-type: square;
}

.divider-section {
  height: 2vh;
}

.icon-wrapper-1 {
  width: 4rem;
  height: 4rem;
  padding: 5px;
}

.icon-wrapper-1.highlights {
  background-color: #39841d8a;
  border-radius: 50%;
}

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

.section-mittig1-bild {
  background-image: url('../images/Klimawandel-_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25vh 10vw;
  display: flex;
}

.div-block1-mittig {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
}

.div-block1-mittig.zweitfarbe {
  color: #686868;
  width: 100%;
}

.effekt-overlay-dark {
  z-index: 2;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inhalt-untereinander1-links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 5vw;
  padding-right: 10vw;
  display: flex;
}

.inhalt-untereinander1-links.abst-nde {
  padding-top: 60px;
  padding-bottom: 40px;
}

.inhalt-untereinander1-links-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 10vw;
  padding-right: 5vw;
  display: flex;
}

.inhalt-untereinander1-links-2.abst-nde {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.inhalt-untereinander1-links-2.abst-nde.zweitfarbe {
  justify-content: center;
  align-items: center;
}

.inhalt-untereinander1-links-2.abst-nde.top {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 5vw;
}

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

.card.zweitfarbe {
  text-decoration: none;
  transition: all .4s;
}

.card.zweitfarbe:hover {
  transform: scale(1.02);
}

.bild-wrapper-card {
  width: 100%;
  height: 40vh;
}

.accordion-pane {
  overflow: hidden;
}

.accordion-pane.zweitfarbe {
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 20px 0;
}

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

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

.accordion-question-header {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

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

.inhalt-effekt-100 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.feature-image-sticky {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.list1-links {
  text-align: left;
}

.div-block1-mittig-100 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block1-mittig-100.zweitfarbe {
  color: #686868;
  background-color: #efefef;
  width: 100%;
}

.inhalt-nebeneinander1-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.accordion-question-header-large {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.accordion-question-header-large.heading-1 {
  flex: none;
  font-size: 25px;
}

.accordion-question-header-large.heading-2 {
  font-size: 18px;
}

.heading-wrapper {
  display: flex;
}

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

.link-block {
  width: auto;
  height: 15vh;
}

.link-block.footer {
  width: 15vw;
  height: auto;
}

.link-block.footer.big {
  height: 20vh;
}

._2-er-grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

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

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

.grid-header {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 25px;
  grid-template-columns: 25px 1fr;
  align-items: center;
}

.navbar-top {
  justify-content: space-between;
  padding: 10px 10vw;
  display: flex;
}

.icon-100 {
  object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
}

.nav-small {
  margin-bottom: 0;
}

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

.slider-100 {
  background-color: #ddd;
  width: 100%;
  height: 100%;
}

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

.inhalt-effekt-80-vh {
  height: 80vh;
  padding-left: 0;
  padding-right: 0;
}

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

.drittefarbe-2 {
  color: #fff;
  background-color: #202628;
}

.divider-footer {
  width: 80%;
  height: .3rem;
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-img-footer {
  width: 18vw;
}

.faq-wrapper {
  overflow-wrap: anywhere;
  width: 100%;
}

.tabbtn {
  color: #333;
  text-align: center;
  background-color: #0000;
}

.tabbtn.flie-text {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
}

.tabbtn.flie-text.w--current {
  background-color: #0000;
  font-weight: 700;
}

.link1.farbe-der-headings {
  font-weight: 500;
  text-decoration: none;
}

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

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

.social-media-icon {
  width: 1.7rem;
  height: 1.7rem;
}

.heading-mittig1-title {
  z-index: 5;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 32px;
  line-height: 1.3;
  position: relative;
}

.heading-mittig1-title.heading-1 {
  text-transform: none;
}

.small-icon {
  object-fit: contain;
  width: 2.625rem;
}

.icon-9 {
  z-index: 10;
  background-color: #39841d8a;
  border: 1px solid #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  position: relative;
}

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

.text-mittig-3 {
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  color: #000;
  background-color: #fff;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  border-radius: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px 1px #cecece;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.lottie-100 {
  width: 100%;
  height: 100%;
}

.div-block1-mittig-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-align: center;
  background-color: #0000008c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 40px;
  display: flex;
}

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

.icon-wrapper-kontakt-2 {
  width: 2rem;
  height: 2rem;
}

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

._2er-grid-2-top-margin {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

._2er-grid-2-top-margin.hide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.code-embed-3 {
  width: 100%;
  height: auto;
}

.tabs {
  width: 100%;
}

.footer-card {
  padding: 20px;
}

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

.image-qr {
  object-fit: contain;
  height: 22vh;
}

.image-qr.auto {
  height: auto;
  max-height: 22vh;
}

.logo-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.dropdown-toggle {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 1.5px;
}

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

.link-6 {
  color: var(--main);
  font-weight: 700;
  text-decoration: none;
}

.horizontal_list {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.underline_none {
  flex: 0 auto;
  display: flex;
}

.social_icon.big {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all .2s;
  display: flex;
}

.social_icon.big:hover {
  opacity: 1;
}

.code-embed-4, .code-embed-5, .code-embed-6, .code-embed-7, .code-embed-8 {
  background-color: #545454;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1;
}

.pre-loader {
  z-index: 9999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo-preloader {
  object-fit: contain;
  height: 20vh;
}

.inhalt-untereinander1-links-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.inhalt-untereinander1-links-3.abst-nde {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.faq-wrapper-2 {
  width: 100%;
  margin-top: 20px;
}

.heading-mittig {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 170%;
}

.heading-mittig.heading-1 {
  z-index: 5;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
  position: relative;
}

.heading-mittig-klein {
  text-align: center;
  margin-top: 0;
  font-size: 24px;
}

.text-mittig {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 180%;
}

.text-mittig.flie-text {
  line-height: 1.5;
}

.image-effect2 {
  width: 100%;
  height: 100%;
}

.image-100-h-auto {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 85vh;
  position: sticky;
  top: 15%;
}

.inhalt-untereinander1-links-2-padding {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 15vh 5vw 15vh 10vw;
  display: flex;
  position: relative;
}

.inhalt-untereinander1-links-2-padding.last {
  position: relative;
}

.inhalt-untereinander1-links-padding {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 15vh 10vw 15vh 5vw;
  display: flex;
  position: relative;
}

.inhalt-untereinander1-links-padding.last {
  position: relative;
}

.image-100-h-auto-contain {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 85vh;
  position: sticky;
  top: 15%;
}

.link-extern {
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 10px;
  overflow: hidden;
}

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

.image-100-contain-100.cl {
  background-color: #f8d8ba;
}

.arrow-up {
  object-fit: contain;
  width: 3rem;
}

.link-block-3 {
  position: fixed;
  bottom: 3%;
  right: 1%;
}

.link-block-3.left {
  left: 1%;
  right: auto;
}

.tab-menu {
  width: 100%;
}

.tab-menu.mid {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tabbtn-2 {
  color: #333;
  text-align: center;
  background-color: #0000;
}

.tabbtn-2.flie-text {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
}

.tabbtn-2.flie-text.w--current {
  background-color: #0000;
  font-weight: 700;
}

.message {
  text-align: center;
}

.link-block-4 {
  z-index: 9999;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-block-4.w--current {
  z-index: 9999;
  position: fixed;
  inset: auto 2% 2% auto;
}

.image-101 {
  width: 40px;
}

.code-embed-9 {
  width: 100%;
  position: relative;
  left: -20px;
}

.popupmain {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-mittig1-2 {
  z-index: 5;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 1.3;
  position: relative;
}

.heading-mittig1-2.heading-1 {
  text-transform: none;
}

.image-107 {
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-107:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.popup-inside {
  background-color: #eaeaea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 10px 20px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 11px #000;
}

.popup-inside:hover {
  box-shadow: 4px 0 16px 4px #000;
}

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

.grid-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: .5fr .5fr .6fr 1fr .75fr;
}

.div-block-115 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 9px;
  display: flex;
}

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

.lightbox-link-2 {
  display: none;
}

.div-block-116 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.code-embed-10 {
  background-color: #545454;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1;
}

.div-block-117 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 2vw;
  padding-right: 10vw;
  display: flex;
}

.inhalt-untereinander1-links-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 10vw;
  padding-right: 5vw;
  display: flex;
}

.inhalt-untereinander1-links-4.abst-nde {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.terminbutton-3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 22px;
}

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

.terminbutton-3.highlights {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

.terminbutton-3.highlights.heading-2 {
  transition: all .2s;
}

.terminbutton-3.highlights.heading-2:hover {
  background-color: #043a28;
}

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

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

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

.max-width-large.align-center {
  background-color: #ffffff96;
  padding: 20px;
}

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

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

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

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

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

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

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

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

.modal1_content-wrapper {
  background-color: #fff;
  background-image: url('../images/pexels-valeriya-756686.webp');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.modal1_component {
  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%;
}

.quick-stack {
  margin-top: 40px;
}

.slider-101 {
  background-color: #ddd0;
  width: 100%;
  height: 45vh;
}

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

.slide {
  width: 100%;
  height: auto;
}

.image-109 {
  object-fit: cover;
  width: 100%;
  height: 45vh;
}

.lightbox-link-3 {
  width: 100%;
  height: auto;
}

.arrow {
  display: none;
}

.logo-wrap-25vh {
  height: 25vh;
  margin-top: 40px;
}

.slider-102 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

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

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

.modal1_component-3 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.image-55vh.size {
  height: 60vh;
}

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

.modal1_content-wrapper-2.ize {
  max-height: 90vh;
  padding-top: 3rem;
}

.lightbox-link-5 {
  width: 100%;
}

.slider-103 {
  background-color: #0000;
  height: auto;
  position: sticky;
  top: 15%;
}

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

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

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

.modal1_component-4 {
  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%;
}

.lightbox-link-6 {
  height: 65vh;
}

.image-110 {
  object-fit: contain;
  height: 65vh;
}

.image-small {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 16vh;
  margin-right: 2vw;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

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

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

.lightbox-link-7.auto {
  height: 50vh;
}

.inhalt-nebeneinander1-grid2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.flex-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-wrap-small-contain {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-wrap-small-contain.sticky {
  position: sticky;
}

.code-embed-12 {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
}

.link-7 {
  color: var(--main);
  font-weight: 500;
  text-decoration: none;
}

.popup-2 {
  z-index: 200000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.divpopup-2 {
  text-align: center;
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  min-height: 150px;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  overflow: auto;
  box-shadow: 1px 1px 15px #0000005e;
}

.image-popup-2 {
  float: right;
  opacity: .5;
  cursor: pointer;
  background-image: linear-gradient(#0000, #0000);
  width: 30px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 7px;
  transition: background-color .4s, opacity .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-popup-2:hover {
  opacity: 1;
  background-color: #00000024;
  background-image: none;
  border-radius: 5px;
}

.titelvideo {
  margin-top: 0;
  font-size: 50px;
  line-height: 55px;
}

.titelvideo.heading-1 {
  font-size: 35px;
  line-height: 45px;
}

.paragraph-54 {
  margin-top: 0;
  font-size: 16px;
}

.form-wrap-1, .inhalt-untereinander1-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.inhalt-untereinander1-4.abst-nde {
  padding: 60px 10vw 40px;
}

.inhalt-untereinander1-4.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.link-8 {
  color: var(--highlight);
  font-weight: 700;
  text-decoration: none;
}

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

.hide {
  display: none;
}

@media screen and (min-width: 1920px) {
  .popup-2 {
    display: none;
  }

  .divpopup-2 {
    min-height: 150px;
  }

  .image-popup-2 {
    width: 30px;
    padding: 7px;
    transition: background-color .6s, opacity .4s;
  }

  .image-popup-2:hover {
    background-image: linear-gradient(#c5c5c580, #c5c5c580);
  }
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 14rem;
  }

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

  .adresse {
    text-align: center;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men {
    color: #fff;
    background-color: #39841d;
    width: 100%;
    padding: 10px 20px;
    position: absolute;
  }

  .nav-men.hauptfarbe {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .men-buttton.hauptfarbe {
    padding: 16px;
  }

  .men-buttton.hauptfarbe.w--open {
    background-color: #043a28;
  }

  .nav-link.flie-text {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.flie-text:hover {
    color: #043a28;
  }

  .nav-link.flie-text.w--current {
    color: var(--white);
    font-weight: 700;
  }

  .navbar-main {
    width: 100%;
  }

  .men-icon {
    color: #fff;
  }

  .titelvideo-start-1 {
    height: 60vh;
  }

  .titelvideo1 {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

  .video-text {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    inset: 0%;
  }

  .subheading.heading-2.farbe2-headings {
    font-size: 25px;
  }

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

  .terminbutton-2.highlights.heading-2 {
    line-height: 1.3;
  }

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

  .text-links1.flie-text.left {
    text-align: left;
  }

  .inhalt-effekt.effekt-versuch {
    width: 100%;
    height: 55vh;
    min-height: auto;
  }

  .inhalt-effekt.effekt-versuch.auto {
    height: auto;
  }

  .inhalt-effekt.effekt-versuch._1 {
    height: 40vh;
    min-height: auto;
  }

  .inhalt-untereinander1.abst-nde.zweitfarbe {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .inhalt-untereinander1.center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-mittig1 {
    padding: 60px;
    display: flex;
  }

  .heading-links.heading-1 {
    text-align: center;
    font-size: 28px;
  }

  ._2-3-grid1 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .text-mittig-effekt1 {
    font-size: 22px;
  }

  .text-mittig-effekt1.gro.heading-1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .text-mittig-effekt1.heading-2 {
    font-size: 18px;
    line-height: 1.3;
  }

  .heading-links-klein1.heading-1 {
    text-align: center;
    font-size: 22px;
  }

  ._3er-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

  ._3er-grid._2er {
    width: 100%;
  }

  .heading-mittig1 {
    font-size: 22px;
  }

  .heading-small1.heading-2 {
    text-align: center;
  }

  ._4er-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._4er-grid.invert {
    flex-flow: column-reverse wrap;
  }

  ._4er-grid.invert.no {
    flex-flow: column;
  }

  .bild-section-cover1 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-2.drittefarbe-2.flie-text {
    padding: 40px;
    position: static;
  }

  .heading-footer.heading-3 {
    text-align: center;
    font-size: 16px;
  }

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

  .titelvideo-unterseite {
    height: 70vh;
  }

  .section-gro-e-abst-nde1 {
    padding: 60px;
  }

  .inhalt-mittig-untereinander-1._100 {
    order: 9999;
  }

  ._2er-grid1 {
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .inhalt-nebeneinander1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    width: auto;
  }

  .impdat-2 {
    padding: 60px;
  }

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

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

  .menu {
    display: none;
  }

  .txt_menu {
    font-size: 1.8vw;
  }

  .txt_menu.heading-3 {
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 22px;
  }

  .menu_grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .error-message {
    width: auto;
  }

  .form-wrap {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .form-wrap.flie-text {
    width: 100%;
    padding-bottom: 0;
  }

  .impdat-3.flie-text {
    flex-flow: column;
    min-height: auto;
    padding-bottom: 10px;
  }

  .impressum-link.is-border {
    border-right-width: 0;
  }

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

  ._2er-grid.invert {
    flex-direction: column-reverse;
    display: flex;
  }

  ._2er-grid.invert.no {
    flex-flow: column;
  }

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

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

  .section-mittig1-icons {
    padding: 40px;
    display: flex;
  }

  .section-mittig1-icons.highlights {
    padding: 20px 60px;
  }

  .icon-wrapper {
    height: 4rem;
  }

  .image-100-contain {
    width: 100%;
    max-width: none;
  }

  .image-100-contain._100 {
    width: 70%;
  }

  .dropdown-list.highlights {
    position: relative;
  }

  .dropdown-list.highlights.w--open {
    background-color: var(--main);
    padding: 15px 10px;
    position: relative;
  }

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

  .navlink-dropdown.flie-text:hover, .navlink-dropdown.flie-text.w--current {
    color: #39841d;
  }

  .dropdown-nav.flie-text {
    color: #fff;
  }

  .dropdown-nav.flie-text.w--current {
    color: #000;
  }

  .list1.flie-text.referenzen {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    display: flex;
  }

  .divider-section.highlights {
    height: 1.5vh;
  }

  .section-mittig1-bild {
    padding: 60px;
    display: flex;
  }

  .div-block1-mittig {
    padding: 20px;
  }

  .inhalt-untereinander1-links {
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
  }

  .inhalt-untereinander1-links.abst-nde {
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .inhalt-untereinander1-links.abst-nde.first {
    order: -1;
  }

  .inhalt-untereinander1-links.abst-nde.last {
    order: 1;
  }

  .inhalt-untereinander1-links.first {
    order: -1;
  }

  .inhalt-untereinander1-links-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inhalt-untereinander1-links-2.abst-nde {
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .inhalt-untereinander1-links-2.abst-nde.last {
    order: 1;
  }

  .inhalt-untereinander1-links-2.abst-nde.top {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }

  .accordion-pane {
    width: 100%;
  }

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

  .feature-image-sticky {
    height: 60vh;
  }

  .div-block1-mittig-100 {
    padding: 20px;
  }

  .inhalt-nebeneinander1-grid {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .link-block {
    height: 12vh;
  }

  .link-block.footer {
    width: 10rem;
  }

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

  .sm-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: none;
  }

  ._2er-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navbar-top.highlights {
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
  }

  .icon-100 {
    width: 1.4rem;
  }

  .nav-small {
    margin-bottom: 5px;
    text-decoration: none;
  }

  .nav-small.flie-text {
    margin-bottom: 0;
  }

  .inhalt-effekt-80-vh {
    order: 0;
    width: 100%;
    height: 60vh;
  }

  .divider-footer.highlights {
    width: 50%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .logo-img-footer {
    width: 10rem;
    max-width: none;
  }

  .social-media-icon {
    width: 1.4rem;
    height: 1.4rem;
  }

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

  ._3er-grid-2 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-mittig-3.flie-text.farbe-der-headings {
    font-size: 16px;
  }

  .services-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .div-block1-mittig-2 {
    padding: 20px;
  }

  .icon-wrapper-kontakt-2 {
    width: 1.8rem;
    height: 1.8rem;
  }

  .footer-card.zweitfarbe {
    text-align: center;
  }

  .image-qr {
    height: 18vh;
  }

  .logo-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .imag3e-contain {
    object-fit: cover;
  }

  .imag3e-contain.contain {
    object-fit: contain;
  }

  .horizontal_list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .social_icon.big {
    width: 30px;
    padding: 0;
  }

  .inhalt-untereinander1-links-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inhalt-untereinander1-links-3.abst-nde {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .heading-mittig-klein.heading-2 {
    font-size: 22px;
  }

  .image-effect2._1 {
    order: -9999;
  }

  .image-100-h-auto {
    height: 60vh;
  }

  .inhalt-untereinander1-links-2-padding {
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
  }

  .inhalt-untereinander1-links-2-padding.last {
    order: 1;
  }

  .inhalt-untereinander1-links-padding {
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
  }

  .inhalt-untereinander1-links-padding.last {
    order: 1;
  }

  .image-100-h-auto-contain {
    height: 60vh;
  }

  .image-100-contain-100.cl {
    background-color: #0000;
  }

  .arrow-up {
    width: 2.5rem;
  }

  .dropdown-15 {
    width: 100%;
  }

  .icon-101 {
    color: #fff;
  }

  .dropdown-16 {
    width: 100%;
  }

  .icon-102 {
    color: #fff;
  }

  .section-50 {
    overflow-wrap: anywhere;
    overflow: hidden;
  }

  .img-wrapper {
    width: 100%;
    height: 60vh;
  }

  .code-embed-9 {
    left: 0;
  }

  .popup-inside {
    width: 80%;
    height: 80vh;
    overflow: auto;
  }

  ._3er-grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

  .grid-18 {
    display: none;
  }

  .lightbox-link-2 {
    display: block;
  }

  .div-block-116 {
    padding-top: 20px;
  }

  .div-block-117 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .inhalt-untereinander1-links-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inhalt-untereinander1-links-4.abst-nde {
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .terminbutton-3.highlights.heading-2 {
    line-height: 1.3;
  }

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

  ._2er-grid-3.invert {
    flex-direction: column-reverse;
    display: flex;
  }

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

  .slide {
    height: 100%;
  }

  .image-109 {
    object-fit: cover;
  }

  .lightbox-link-3 {
    height: 100%;
  }

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

  .image-55vh {
    height: auto;
  }

  .modal1_content-wrapper-2 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal1_content-wrapper-3 {
    width: auto;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .image-small {
    height: 16vh;
  }

  .inhalt-nebeneinander1-grid2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr;
    place-content: start;
    place-items: stretch stretch;
    width: 100%;
  }

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

  .form-wrap-1 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .form-wrap-1.flie-text {
    width: 100%;
    padding-bottom: 0;
  }

  .inhalt-untereinander1-4.abst-nde.zweitfarbe {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .inhalt-untereinander1-4.center {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: 11rem;
  }

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

  .email {
    text-align: center;
  }

  .adresse {
    text-align: center;
    font-size: 13px;
  }

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

  .divblock1 {
    height: auto;
  }

  .men-buttton.hauptfarbe {
    padding: 10px;
  }

  .nav-link.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .titelvideo-start-1 {
    height: 28rem;
  }

  .titelvideo1 {
    height: 100%;
  }

  .video-text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading.heading-2.farbe2-headings {
    font-size: 22px;
  }

  .slogan1.heading-1 {
    font-size: 26px;
  }

  .buchstabe-hintergrund {
    font-size: 70px;
  }

  .buchstabe-hintergrund.heading-3.farbe2-headings {
    margin-top: -30px;
  }

  .inhalt-effekt.effekt-versuch, .inhalt-effekt.effekt-versuch._1 {
    height: 25rem;
  }

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

  .inhalt-untereinander1.abst-nde.zweitfarbe, .section-mittig1, .section-mittig1.zweitfarbe {
    padding: 40px;
  }

  .effekt-inlay.top {
    padding-bottom: 100px;
  }

  .heading-links.heading-1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.3;
  }

  ._2-3-grid1 {
    grid-template-columns: 1fr;
  }

  .text-mittig-effekt1 {
    letter-spacing: 7px;
    font-size: 18px;
  }

  .text-mittig-effekt1.gro.heading-1 {
    font-size: 18px;
  }

  .heading-links-klein1.heading-1 {
    text-align: center;
    font-size: 18px;
  }

  ._3er-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading-mittig1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .heading-mittig1.heading-2 {
    font-size: 22px;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-small1.heading-2 {
    font-size: 14px;
    line-height: 170%;
  }

  .text-mittig1.flie-text {
    font-size: 13px;
  }

  .bild-section-cover1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-footer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-2.drittefarbe-2.flie-text {
    padding: 40px 20px;
  }

  .heading-footer.heading-3 {
    text-align: center;
    font-size: 16px;
  }

  .inhalt-footer {
    width: 100%;
  }

  .section-gro-e-abst-nde1 {
    padding: 40px;
  }

  .mitarbeiterbil1 {
    height: 25rem;
  }

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

  .maps1 {
    height: 25rem;
  }

  .impdat-2 {
    padding: 40px;
  }

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

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

  .heading-success.heading-2 {
    font-size: 21px;
    line-height: 1.3;
  }

  .hero {
    margin-left: 0;
  }

  .menu {
    padding-top: 100px;
    padding-left: 0;
  }

  .txt_menu.heading-3 {
    font-size: 5vw;
  }

  .menu_grid {
    grid-row-gap: 0px;
    border-top: 5px solid #a5a5a5;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .navigation_background {
    width: 100%;
    height: 100px;
  }

  .logo_navbar {
    width: 210px;
    margin-top: 0;
    margin-left: 20px;
  }

  .hamburger {
    inset: 25px 20px auto auto;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

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

  .text-area {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

  .form-wrap {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

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

  .link {
    font-size: 13px;
    display: block;
  }

  .impdat-3.flie-text {
    flex-flow: row;
  }

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

  .impressum-link.is-border {
    font-size: 13px;
  }

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

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

  ._2er-grid.invert {
    flex-direction: column-reverse;
    display: flex;
  }

  .section-mittig1-icons.highlights {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .icon-wrapper {
    height: 3rem;
  }

  .image-100-contain._100 {
    width: 65%;
  }

  .list1.flie-text {
    padding-left: 20px;
  }

  .list1.flie-text.referenzen {
    padding-left: 30px;
  }

  .divider-section.highlights {
    height: 1vh;
  }

  .section-mittig1-bild {
    padding: 40px;
  }

  .div-block1-mittig {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-untereinander1-links, .inhalt-untereinander1-links.abst-nde {
    padding: 40px;
  }

  .inhalt-untereinander1-links.last {
    order: 1;
  }

  .inhalt-untereinander1-links-2.abst-nde {
    padding: 40px;
  }

  .inhalt-untereinander1-links-2.abst-nde.top {
    padding-top: 30px;
  }

  .bild-wrapper-card {
    height: 25rem;
  }

  .accordion-question-header {
    font-size: 1.4em;
  }

  .accordion-question-header.flie-text {
    font-size: 1em;
  }

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

  .accordion-tab-button.highlights {
    width: auto;
  }

  .feature-image-sticky {
    height: 25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .list1-links.flie-text {
    padding-left: 20px;
  }

  .div-block1-mittig-100 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-question-header-large {
    font-size: 1.4em;
  }

  .accordion-question-header-large.heading-2 {
    padding-left: 0;
    line-height: 27px;
  }

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

  .accordion-tab-button-space.highlights {
    width: 100%;
  }

  .link-block {
    height: 10vh;
  }

  .link-block.footer {
    width: 6rem;
  }

  ._2-er-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .sm-grid {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._2er-grid-2 {
    flex-direction: column;
    display: flex;
  }

  .grid-header {
    display: flex;
  }

  .navbar-top.highlights {
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon-100 {
    width: 1.2rem;
    height: 1.2rem;
  }

  .nav-small.flie-text {
    font-size: 13px;
  }

  .feature-image-contain {
    margin-left: auto;
    margin-right: auto;
  }

  .inhalt-effekt-80-vh {
    height: 25rem;
  }

  .divider-footer.highlights {
    width: 15%;
    height: .2rem;
  }

  .logo-img-footer {
    width: 10rem;
  }

  .heading-mittig1-title {
    font-size: 25px;
    line-height: 1.3;
  }

  ._3er-grid-2 {
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .lottie-100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block1-mittig-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icons-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .icon-wrapper-kontakt-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  ._2er-grid-2-top-margin {
    flex-direction: column;
    display: flex;
  }

  .footer-card.zweitfarbe {
    padding: 10px;
  }

  .image-qr {
    height: 7vh;
  }

  .image-qr.auto {
    max-height: 5rem;
  }

  .logo-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
  }

  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

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

  .social_icon.big {
    width: 20px;
    height: 20px;
  }

  .inhalt-untereinander1-links-3.abst-nde {
    padding: 40px;
  }

  .heading-mittig.heading-1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.3;
  }

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

  .image-100-h-auto {
    height: 25rem;
  }

  .inhalt-untereinander1-links-2-padding, .inhalt-untereinander1-links-padding {
    padding: 40px;
  }

  .image-100-h-auto-contain {
    height: 25rem;
  }

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

  .bold-text-10 {
    font-size: 16px;
  }

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

  .heading-mittig1-2.heading-2 {
    font-size: 22px;
  }

  .image-107 {
    width: 25px;
    height: 25px;
  }

  .popup-inside {
    width: 95%;
  }

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

  .div-block-117 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inhalt-untereinander1-links-4.abst-nde {
    padding: 40px;
  }

  ._2er-grid-3 {
    grid-template-columns: 1fr;
  }

  ._2er-grid-3.invert {
    flex-direction: column-reverse;
    display: flex;
  }

  .max-width-large.align-center {
    padding: 20px;
    overflow: auto;
  }

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

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

  .margin-bottom.margin-large {
    overflow: auto;
  }

  .show-mobile-landscape {
    filter: invert();
    display: block;
  }

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

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component, .modal1_component-3 {
    justify-content: center;
    align-items: center;
  }

  .image-55vh, .image-55vh.size {
    height: auto;
  }

  .modal1_content-wrapper-2 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_content-wrapper-2.ize {
    overflow: auto;
  }

  .modal1_content-wrapper-3 {
    max-height: none;
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component-4 {
    justify-content: center;
    align-items: center;
  }

  .lightbox-link-7.auto, .image-wrap-small-contain {
    height: auto;
  }

  .titelvideo.heading-1 {
    font-size: 22px;
    line-height: 35px;
  }

  .form-wrap-1 {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .inhalt-untereinander1-4 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .inhalt-untereinander1-4.abst-nde.zweitfarbe {
    padding: 40px;
  }
}

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

  .logo-img {
    width: 10rem;
  }

  .logo.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .flie-text {
    overflow-wrap: anywhere;
    width: 100%;
  }

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

  .nav-men {
    padding-left: 15px;
    padding-right: 15px;
  }

  .men-buttton.hauptfarbe {
    padding: 12px;
  }

  .nav-link.flie-text {
    padding: 10px 0;
    font-size: 13px;
  }

  .titelvideo1 {
    height: 100%;
  }

  .video-text {
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading.heading-2.farbe2-headings {
    margin-top: 10px;
    font-size: 16px;
  }

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

  .buchstabe-hintergrund.heading-3.farbe2-headings {
    margin-top: -20px;
  }

  .inhalt-effekt.effekt-versuch {
    min-height: auto;
  }

  .inhalt-untereinander1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inhalt-untereinander1.abst-nde {
    padding: 20px;
  }

  .inhalt-untereinander1.abst-nde.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-mittig1, .section-mittig1.zweitfarbe {
    padding: 40px 20px;
  }

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

  .text-mittig-effekt1 {
    letter-spacing: 3px;
    font-size: 13px;
  }

  .text-mittig-effekt1.gro.heading-1, .text-mittig-effekt1.heading-2, .heading-links-klein1.heading-1 {
    font-size: 16px;
  }

  .heading-mittig1 {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-mittig1.heading-2 {
    font-size: 17px;
  }

  .heading-small1.heading-2 {
    line-height: 1.4;
  }

  .bild-section-cover1 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .titelvideo-unterseite {
    height: 60vh;
  }

  .section-gro-e-abst-nde1 {
    padding: 40px 20px;
  }

  .inhalt-mittig-untereinander-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .inhalt-mittig-untereinander-1._100 {
    height: auto;
  }

  .mitarbeiterbil1 {
    object-position: 50% 100%;
    height: auto;
    max-height: 25rem;
  }

  ._2er-grid1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .inhalt-nebeneinander1 {
    width: auto;
  }

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

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

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

  .heading-success.heading-2 {
    font-size: 15px;
  }

  .menu {
    height: 87vh;
  }

  .txt_menu.heading-3 {
    font-size: 7vw;
  }

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

  .navigation_background {
    z-index: 20;
  }

  .maps-gro {
    height: 300px;
  }

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 130%;
  }

  .text-area {
    width: 100%;
    height: 6vh;
  }

  .text-area.cc-textarea {
    height: 14vh;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

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

  .impdat-3.flie-text {
    flex-flow: column;
    min-height: auto;
  }

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

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

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

  .section-mittig1-icons {
    padding: 20px;
  }

  .section-mittig1-icons.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-wrapper {
    height: 2.5rem;
  }

  .image-100-contain._100 {
    width: 80%;
  }

  .navlink-dropdown.flie-text {
    font-size: 13px;
  }

  .list1.flie-text {
    width: auto;
  }

  .list1.flie-text.referenzen {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
  }

  .section-mittig1-bild {
    padding: 40px 20px;
  }

  .div-block1-mittig {
    flex-direction: column;
  }

  .effekt-overlay-dark {
    padding: 20px;
  }

  .inhalt-untereinander1-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-untereinander1-links.abst-nde {
    padding: 40px 20px;
  }

  .inhalt-untereinander1-links-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inhalt-untereinander1-links-2.abst-nde {
    padding: 40px 20px;
  }

  .inhalt-untereinander1-links-2.abst-nde.top {
    padding-top: 20px;
  }

  .bild-wrapper-card {
    height: auto;
  }

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

  .arrow-div {
    margin-right: 0;
  }

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

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

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

  .div-block1-mittig-100 {
    flex-direction: column;
  }

  .inhalt-nebeneinander1-grid {
    width: auto;
  }

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

  .accordion-question-header-large.heading-2 {
    font-size: 15px;
    line-height: 20px;
  }

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

  .accordion-tab-button-space.highlights {
    width: auto;
  }

  .link-block {
    height: 8vh;
  }

  .link-block.footer {
    width: 5rem;
  }

  ._2er-grid-2 {
    margin-bottom: 10px;
  }

  .grid-header {
    justify-content: center;
    align-items: center;
  }

  .navbar-top.highlights {
    flex-direction: column;
  }

  .social-media-icon {
    height: 1.2rem;
  }

  .heading-mittig1-title {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-mittig1-title.heading-1 {
    font-size: 20px;
    line-height: 1.3;
  }

  ._3er-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-mittig-3.flie-text.farbe-der-headings {
    font-size: 15px;
  }

  .services-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 15px;
  }

  .div-block1-mittig-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .icon-wrapper-kontakt-2 {
    width: 1.3rem;
    height: 1.3rem;
  }

  ._2er-grid-2-top-margin {
    margin-bottom: 10px;
  }

  .footer-card.zweitfarbe {
    margin-top: 10px;
  }

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

  .dropdown-toggle {
    padding: 10px 0;
  }

  .inhalt-untereinander1-links-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inhalt-untereinander1-links-3.abst-nde {
    padding: 40px 20px;
  }

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

  .heading-mittig-klein.heading-2 {
    font-size: 16px;
  }

  .inhalt-untereinander1-links-2-padding, .inhalt-untereinander1-links-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-100-h-auto-contain.auto {
    height: 22rem;
    margin-top: auto;
    margin-bottom: auto;
  }

  .tab-menu.mid {
    flex-flow: column;
  }

  .bold-text-10 {
    font-size: 15px;
  }

  .bold-text-11 {
    font-size: 16px;
  }

  .img-wrapper {
    height: 50vh;
  }

  .heading-mittig1-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-mittig1-2.heading-2 {
    font-size: 20px;
  }

  .image-107 {
    width: 20px;
    height: 20px;
  }

  .popup-inside {
    width: 90%;
  }

  .div-block-117 {
    padding: 8px 20px;
  }

  .inhalt-untereinander1-links-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inhalt-untereinander1-links-4.abst-nde {
    padding: 40px 20px;
  }

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

  .modal1_component {
    width: auto;
    height: auto;
  }

  .quick-stack {
    padding: 0;
  }

  .slider-101 {
    height: 100%;
    margin-bottom: 10px;
  }

  .image-109 {
    height: 25vh;
  }

  .modal1_component-3 {
    width: auto;
    height: auto;
  }

  .image-55vh, .image-55vh.size {
    height: auto;
  }

  .modal1_content-wrapper-2.ize {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .slide-2 {
    height: 100%;
  }

  .modal1_content-wrapper-3 {
    width: 90%;
  }

  .modal1_component-4 {
    width: auto;
    height: auto;
  }

  .lightbox-link-6, .image-110 {
    height: auto;
  }

  .image-small.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .inhalt-nebeneinander1-grid2 {
    width: auto;
  }

  .popup-2 {
    display: none;
  }

  .divpopup-2 {
    padding: 20px;
  }

  .image-popup-2 {
    margin-top: 5px;
    margin-right: 5px;
  }

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

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

  .form-wrap-1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .inhalt-untereinander1-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inhalt-untereinander1-4.abst-nde {
    padding: 20px;
  }

  .inhalt-untereinander1-4.abst-nde.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_259e4b57-03ba-5c68-ee02-ec300415a339-19b3f04a, #w-node-b02c1655-cd9c-21ec-591d-51234ce91787-19b3f04a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ace8900a-5c3d-2317-91cb-c540f558fc98-f558fc96, #w-node-ace8900a-5c3d-2317-91cb-c540f558fc99-f558fc96, #w-node-ace8900a-5c3d-2317-91cb-c540f558fc9d-f558fc96, #w-node-ace8900a-5c3d-2317-91cb-c540f558fc9e-f558fc96, #w-node-ace8900a-5c3d-2317-91cb-c540f558fca3-f558fc96, #w-node-ace8900a-5c3d-2317-91cb-c540f558fca5-f558fc96, #w-node-ace8900a-5c3d-2317-91cb-c540f558fca7-f558fc96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20771e28-fe30-2cd8-29a0-03457eba0909-19b3f07d {
  grid-area: 9 / 2 / 10 / 2;
}

#w-node-_08ac29d7-717c-aafe-0016-1116d128c520-19b3f082 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c889d16d-4a67-ef8f-9dfe-0dc82b61735a-19b3f083, #w-node-f751fa18-b6ef-c4f0-b2aa-6b53e62bbe00-19b3f083 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff0a37cd-2125-b5f1-cc98-534a45f538b6-5fe58325 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3052ed3a-c439-c26e-577c-bca7c423bb80-cf025028, #w-node-_2dcc9832-7927-d0f7-85d1-2ad3176899f9-fb7a55f8, #w-node-_66e9a8e4-81ff-c5be-1010-93d2663224a2-446ce7a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2133b12a-0afb-f714-0911-2df0da178f55-da178f46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_08ac29d7-717c-aafe-0016-1116d128c520-19b3f082 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d4155e2b-7d8f-a798-df01-af2f9d9f1a92-19b3f04a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Formula';
  src: url('../fonts/Formula.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}