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

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

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

:root {
  --neon-green: #257532;
  --white: white;
  --black: black;
}

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

.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;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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(--neon-green);
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  color: var(--white);
  justify-content: center;
  align-items: center;
  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 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.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 {
  margin-bottom: 0;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #000;
}

.email {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

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

.highlights {
  color: #333;
  background-color: #8add37;
}

.adresse {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.adresse.heading {
  text-align: center;
  margin-bottom: 10px;
}

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

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

.heading-2 {
  font-family: Vollkorn, serif;
  line-height: 1.3;
}

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

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

.farbe-der-headings {
  color: #8add37;
  -webkit-text-stroke-color: #00e946;
  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 {
  margin-top: 20px;
}

.terminbutton.highlights.flie-text:hover {
  color: #fff;
}

.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 {
  background-color: #e8e8e8;
}

.container-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.nav-men-1 {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar1 {
  z-index: 9999;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 60px;
  display: flex;
  position: static;
  top: 0%;
  right: 0%;
}

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

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

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

.nav-link-3.flie-text.w--current {
  color: #939393;
}

.nav-link-3.flie-text:hover {
  color: #31ff53;
}

.nav-link-3.flie-text.w--current {
  color: #31ff53;
  -webkit-text-stroke-color: #31ff53;
}

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

.nav-link-3.flie-text:hover {
  color: #31ff53;
  -webkit-text-stroke-color: #31ff53;
  text-transform: capitalize;
}

.nav-link-3.flie-text.w--current {
  color: #00008b;
  text-transform: capitalize;
  padding-right: 10px;
}

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.titelvideo-start-1 {
  background-color: #8add37;
  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;
}

.div-block-video1 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-video1.fixed {
  position: static;
}

.subheading {
  margin-bottom: 20px;
  line-height: 45px;
}

.subheading.heading-2.farbe-der-headings.font {
  font-family: Vollkorn, serif;
  font-size: 32px;
}

.subheading.heading-2.farbe-der-headings {
  color: #257532;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.subheading.heading-2.farbe-der-headings-22 {
  color: #8add37;
  text-align: left;
  font-size: 32px;
}

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

.slogan1.heading-1 {
  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;
  font-family: Vollkorn, serif;
}

.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 {
  background-color: #8add37;
  border: 1px solid #000;
  transition: all .2s;
  box-shadow: 0 2px 4px 2px #0003;
}

.terminbutton-2.highlights.heading-2:hover {
  color: #fff;
  background-color: #8add37;
}

.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: 16px;
  line-height: 180%;
}

.text-links1.flie-text {
  margin-bottom: 20px;
  padding-right: 0;
  line-height: 1.5;
  list-style-type: disc;
}

.text-links1.flie-text.centertext {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.8;
}

.text-links1.flie-text.centertext.newtext {
  margin-left: 160px;
  margin-right: 160px;
  padding-left: 0;
  padding-right: 0;
}

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

.text-links1.flie-text.service {
  margin-bottom: 0;
}

.text-links1._20px {
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.effekt-overlay {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.effekt-overlay.dark {
  background-image: linear-gradient(#00000080, #00000080);
}

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

.inhalt-effekt.effekt-versuch {
  position: relative;
}

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

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

.inhalt-untereinander1 {
  z-index: 100;
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inhalt-untereinander1.abst-nde {
  background-color: #e8e8e8;
  padding: 60px 40px 40px;
  position: static;
}

.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 {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  display: flex;
  position: relative;
  top: auto;
}

.section-mittig1.margin {
  padding-bottom: 100px;
}

.section-mittig1.margin.second {
  padding-bottom: 0;
}

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

.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;
  font-size: 38px;
  line-height: 1.5;
  position: relative;
}

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

.heading-links.heading-1.farbe-der-headings.spc {
  margin-top: 20px;
}

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

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

.text-mittig-effekt1.gro.heading-1 {
  color: #fff;
}

.text-mittig-effekt1.heading-2 {
  z-index: 5;
  font-size: 38px;
  position: relative;
}

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

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

.heading-links-klein1.heading-1.farbe-der-headings.center {
  text-align: center;
  font-weight: 900;
}

.heading-links-klein1.heading-1.farbe-der-headings {
  color: #257532;
  -webkit-text-stroke-color: #257532;
}

.heading-links-klein1.heading-1.farbe-der-headings.center {
  color: #8add37;
  text-align: center;
}

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

._3er-grid.new {
  grid-template-columns: 1fr 1fr;
}

._3er-grid._2nd_grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 40px;
  display: flex;
  box-shadow: 2px 2px 5px 2px #8add37;
}

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

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

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

.divider.highlights {
  background-color: #8add37;
}

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

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

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

.text-mittig1.flie-text.text_margin {
  margin-left: 15%;
  margin-right: 15%;
  padding-right: 0%;
}

.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-footer1 {
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.div-block-footer1.contact {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

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

.footer-2.hauptfarbe {
  border-top: 10px #8add37;
  padding-bottom: 10px;
}

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

.heading-footer.heading-3 {
  font-family: Vollkorn, serif;
}

.heading-footer.heading-3.footer {
  padding-left: 0;
}

.inhalt-footer {
  flex-flow: column;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.inhalt-footer.contact {
  flex-flow: column;
  display: flex;
}

.titelvideo-unterseite {
  background-color: #8add37;
  height: 80vh;
  position: relative;
}

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

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

.galerie-img1.rel {
  position: relative;
  overflow: hidden;
}

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

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

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

.hero {
  margin-left: 0;
  position: relative;
  overflow: visible;
}

.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 {
  color: #8add37;
}

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

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

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

.form1 {
  margin-bottom: 0;
}

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

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

.text-area {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  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 {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-right: 60px;
  padding-right: 0;
}

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

.link {
  color: #fff;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 40px;
  text-decoration: none;
}

.link.newlink {
  font-family: Roboto, sans-serif;
}

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

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

.impdat-3.flie-text {
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

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

.impressum-link.footer {
  padding-left: 0;
}

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

.datenschutz-link.footer {
  padding-left: 0;
}

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

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

._2er-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  align-items: center;
}

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

.image-100.galary_images {
  width: 100vw;
  height: 45vh;
}

.image-100.galary_images.contain {
  z-index: 5;
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.image-100.galary_images.bg {
  filter: blur(6px);
}

.image-100.galary_images-rel {
  width: 100vw;
  height: 45vh;
}

.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: 140px;
  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;
}

.sm-icon {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 5vh;
  display: flex;
}

.sm-icon.contact {
  justify-content: center;
  align-items: center;
}

.image-101 {
  object-fit: contain;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}

.image-102 {
  object-fit: contain;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 0;
}

.bold {
  font-weight: 700;
}

.text-span {
  font-size: 18px;
  font-weight: 700;
}

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

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

.body {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.body-2 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.heading-block1-copy {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.dropdown-16 {
  color: #fff;
}

.dropdown-toggle-12 {
  color: #fff;
  padding: 0 20px 0 0;
}

.icon-8 {
  color: #fff;
}

.dropdown-list-14 {
  color: #fff;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  position: absolute;
  top: auto;
}

.dropdown-link {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.dropdown-link:hover {
  color: #31ff53;
  -webkit-text-stroke-color: #31ff53;
}

.dropdown-link.w--current {
  color: #fff;
}

.dropdown-link.w--current:hover {
  color: #31ff53;
}

.text-span-3 {
  color: #000;
  text-align: center;
  padding-left: 60px;
}

.logo-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 30%;
  margin-left: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

.dropdown-18 {
  color: #fff;
}

.dropdown-list-16 {
  color: #fff;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  position: absolute;
  top: auto;
}

.navlinks {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  transition: all .3s;
}

.navlinks:hover, .navlinks.w--current {
  color: #8add37;
}

.navlinks.padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.loading_page {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loading_page.hauptfarbe {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  overflow: hidden;
}

.image-105 {
  height: 25vh;
}

.tab.highlights {
  background-color: #023d1f;
  margin-left: 10px;
  margin-right: 10px;
}

.tab.highlights.w--current {
  background-color: var(--neon-green);
  outline-offset: 0px;
  color: var(--white);
  outline: 1px solid #8add37;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-text {
  color: #8add37;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.navbar1-2 {
  justify-content: space-between;
  display: flex;
}

.navbar1-2.main-color {
  background-color: var(--black);
}

.tabs {
  margin-top: 20px;
}

.dropdown-19, .icon-9 {
  color: #fff;
}

.logo-img-7 {
  filter: brightness(122%);
  object-fit: contain;
  height: 20vh;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.icon-11 {
  filter: invert(0%);
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-right: 10px;
}

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

.inhalt-effekt-1.effekt-versuch-1 {
  height: 80vh;
  position: relative;
}

.inhalt-effekt-1.effekt-versuch-1-size {
  height: auto;
  position: relative;
}

.heading-center {
  text-align: left;
  margin-top: 0;
  font-size: 25px;
}

.heading-center.heading-1.farbe-der-headings.center {
  color: #8add37;
  text-align: center;
}

.heading-center.heading-1.farbe-der-headings {
  text-align: center;
  -webkit-text-stroke-color: #257532;
}

.heading-center.heading-1.farbe-der-headings {
  color: #257532;
  -webkit-text-stroke-color: #257532;
}

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

.list-item {
  margin-left: 20px;
  list-style-type: disc;
}

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

._2er-grid-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 20px;
}

.toggle-switch {
  z-index: 9999;
  cursor: pointer;
  background-color: #8add37;
  justify-content: center;
  align-items: center;
  width: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 15% 0% auto auto;
}

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

.titelvideo-start {
  background-color: #84b284;
  height: 70vh;
  position: relative;
}

.background-video-2 {
  z-index: 5;
  width: 100%;
  height: 100%;
}

.code-embed {
  width: 100%;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  place-items: center;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 80vh;
}

.slide-arrows {
  display: none;
}

.slide-navs {
  background-color: #0000004d;
}

.slide-navs.flex-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.slide-navs.flex-row.bottom {
  margin-top: auto;
  margin-bottom: 0;
  display: none;
  bottom: 0;
}

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

.text-size {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 135%;
}

.text-size.paragraph-font {
  font-family: Vollkorn, serif;
  font-size: 30px;
  line-height: 160%;
}

.list-4 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.section-green {
  background-color: #023d1f;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 100px;
  display: flex;
}

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

.inhalt-untereinander1-2 {
  z-index: 100;
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  display: flex;
}

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

.text-links1-list.flie-text {
  text-align: left;
  width: auto;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5;
}

.div-block-172 {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100px;
  height: 70px;
  position: absolute;
  inset: 52% 10% 0% auto;
}

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

.bt {
  font-size: 18px;
}

.section-divider-gradient {
  background-image: linear-gradient(#023d1f, #8add37);
  height: 3vh;
}

.highlights-2 {
  color: #333;
  background-color: #023d1f;
}

.heading-block1-2 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-werapper {
  position: static;
}

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

.titelvideo-unterseite-2.highlights-2.nofixed {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 80vh;
  display: flex;
}

.text-span-bold {
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}

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

.code-embed-2 {
  margin-right: 0;
}

.icon-12 {
  color: #fff;
}

.navbar1-3 {
  z-index: 10;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 60px;
  display: flex;
  position: static;
  right: 0;
}

.dropdown-20 {
  color: #fff;
}

.logo-img-8 {
  filter: brightness(122%);
  object-fit: contain;
  height: 20vh;
  margin-top: 0;
  margin-bottom: 0;
}

.field-label {
  color: #fff;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.field-label.field2 {
  margin-top: 20px;
}

.checkbox-label {
  color: #fff;
}

.checkbox-field-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

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

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

.bold-smaller {
  font-weight: 700;
}

.submit-button-2 {
  background-color: var(--black);
  width: 15vw;
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.submit-button-2:hover {
  background-color: var(--white);
  color: var(--black);
}

.image-257 {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.list-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.logo-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40vw;
  display: flex;
}

.logo-heading {
  color: #8add37;
  text-align: center;
  -webkit-text-stroke-color: #8add37;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 20px;
  line-height: 20px;
}

.logo-subheading {
  color: #8add37;
  -webkit-text-stroke-color: #8add37;
  margin-top: 0;
  margin-bottom: 0;
  font-family: TextaAltHeavy, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.mask-2 {
  height: 100%;
}

.inhalt-white {
  z-index: 100;
  width: 100%;
  height: 100%;
  color: var(--white);
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.jotform-wrapper {
  width: 100%;
}

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

.text-links1-left.flie-text {
  margin-bottom: 20px;
  padding-right: 0;
  line-height: 1.5;
  list-style-type: disc;
}

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

.text-links1-list2.flie-text {
  margin-bottom: 20px;
  padding-right: 0;
  line-height: 1.5;
  list-style-type: disc;
}

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

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

.text-links1-left2.flie-text {
  margin-bottom: 20px;
  padding-right: 0;
  line-height: 1.5;
  list-style-type: disc;
}

.text-links1-left2.flie-text.service {
  margin-bottom: 0;
}

.maps1-3 {
  width: 100%;
  height: 100%;
}

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

.code-embed-3 {
  color: #000;
}

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .adresse {
    text-align: center;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .container-8 {
    max-width: 100%;
  }

  .nav-men-1 {
    z-index: 100;
    background-color: var(--neon-green);
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .navbar1 {
    flex-flow: column;
    padding: 10px 0 0;
    position: relative;
  }

  .men-buttton1 {
    text-align: center;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .men-buttton1.hauptfarbe.w--open {
    background-image: linear-gradient(#383838, #383838);
  }

  .navbar-6.hauptfarbe {
    width: 100%;
  }

  .men-icon1 {
    color: #fff;
  }

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

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

  .div-block-video1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 60px;
    display: flex;
    inset: 0%;
  }

  .subheading.heading-2 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

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

  .subheading.heading-2.farbe-der-headings-22 {
    text-align: center;
    font-size: 25px;
    line-height: 1.5;
  }

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

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

  .text-links1.flie-text.centertext.newtext {
    margin-left: 0;
    margin-right: 0;
  }

  .text-links1._20px {
    text-align: center;
    font-size: 16px;
  }

  .effekt-overlay {
    background-image: linear-gradient(#00000080, #00000080);
  }

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

  .inhalt-effekt.effekt-versuch {
    min-height: 400px;
  }

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

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

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

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

  .section-mittig1.margin.second {
    padding-bottom: 60px;
  }

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

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

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

  ._3er-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  ._3er-grid.new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  ._3er-grid._2nd_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .card-wrapper {
    padding: 20px;
  }

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

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

  .div-block-footer1.contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-2.hauptfarbe {
    text-align: center;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .inhalt-footer {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .titelvideo-unterseite {
    height: 60vh;
  }

  .section-gro-e-abst-nde1, .impdat, .impdat-2, .success {
    padding: 60px;
  }

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

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

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

  .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 {
    text-align: center;
  }

  .error-message {
    width: auto;
  }

  .form-wrap {
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link, .link.newlink {
    padding-right: 0;
  }

  .link.center {
    margin-bottom: 0;
  }

  .impdat-3.flie-text {
    align-items: center;
    min-height: auto;
  }

  ._2er-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

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

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

  ._4er-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

  .dropdown-toggle-12 {
    width: 100%;
  }

  .dropdown-link {
    text-align: left;
  }

  .text-span-3 {
    padding-left: 0;
  }

  .dropdown-list-16.w--open {
    position: relative;
  }

  .navlinks {
    text-align: left;
    padding: 10px;
  }

  .tab.highlights {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tabs-menu {
    flex-flow: column;
  }

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

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

  .logo-img-7 {
    height: 10vh;
  }

  .icon-11 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .inhalt-effekt-1.effekt-versuch-1 {
    width: 100%;
    height: 50vh;
  }

  .inhalt-effekt-1.effekt-versuch-1-size {
    height: 50vh;
    min-height: auto;
  }

  ._3er-grid-1 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
    margin-bottom: 10px;
    display: flex;
  }

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

  .toggle-switch {
    width: 50px;
  }

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

  .titelvideo-start, .slider-2 {
    height: 50vh;
  }

  .text-size.paragraph-font {
    text-align: center;
    font-size: 25px;
    line-height: 140%;
  }

  .list-4 {
    font-size: 16px;
  }

  .section-green {
    padding: 60px;
  }

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

  .text-links1-list.flie-text {
    width: 80%;
    padding-left: 40px;
  }

  .titelvideo-unterseite-2 {
    height: 70vh;
  }

  .titelvideo-unterseite-2.highlights-2 {
    height: 50vh;
  }

  .field-label.field2 {
    text-align: center;
  }

  .submit-button-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-257 {
    width: 30px;
    height: 30px;
  }

  .inhalt-white {
    padding: 60px;
  }

  .content-holder {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .form {
    flex-flow: column;
    align-items: center;
    display: block;
  }

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

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

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

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

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

  .maps1-3 {
    height: 45vh;
    margin-top: 20px;
  }
}

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

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

  .email, .adresse {
    text-align: center;
  }

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

  .divblock1 {
    height: auto;
  }

  .navbar1 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

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

  .titelvideo1 {
    height: 100%;
  }

  .div-block-video1 {
    width: 100%;
    padding: 40px;
  }

  .subheading.heading-2.farbe-der-headings.font {
    font-size: 26px;
    line-height: 1.3em;
  }

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

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

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

  .text-links1.flie-text {
    text-align: center;
    padding-right: 0;
  }

  .text-links1.flie-text.centertext.newtext {
    margin-left: 0;
    margin-right: 0;
  }

  .text-links1.flie-text.center {
    text-align: center;
    padding-right: 0;
  }

  .effekt-overlay {
    padding: 20px;
  }

  .effekt-overlay.dark {
    background-image: linear-gradient(#00000080, #00000080);
    height: 50vh;
    padding: 40px;
    position: relative;
  }

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

  .inhalt-untereinander1 {
    padding: 40px;
  }

  .inhalt-untereinander1.abst-nde {
    justify-content: center;
    align-items: center;
    padding: 40px;
  }

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

  .section-mittig1.margin.second {
    padding-bottom: 40px;
  }

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

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

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

  .text-mittig-effekt1.gro.heading-1 {
    letter-spacing: 5px;
    font-size: 19px;
  }

  .text-mittig-effekt1.heading-2 {
    font-size: 19px;
  }

  .text-mittig-effekt1.heading-2.farbe-der-headings {
    font-size: 21px;
  }

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

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

  ._3er-grid._2nd_grid {
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .card-wrapper {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-mittig1 {
    margin-top: 10px;
    font-size: 25px;
    line-height: 1.3;
  }

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

  .text-mittig1.flie-text.text_margin {
    margin-left: 0%;
    margin-right: 0%;
  }

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

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

  .div-block-footer1.contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .heading-footer.heading-3.footer {
    text-align: center;
    padding-left: 0;
  }

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

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

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

  .heading-success.heading-2 {
    font-size: 24px;
    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;
  }

  .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 {
    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 {
    display: block;
  }

  .link.center {
    padding-right: 0;
  }

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

  .impressum-link.footer {
    padding-left: 0;
  }

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

  .datenschutz-link.footer {
    padding-left: 0;
  }

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

  .sm-icon {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .image-101 {
    width: 30px;
    height: 30px;
    margin-top: 0;
  }

  .div-block-center {
    justify-content: center;
    align-items: center;
  }

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

  .text-span-3 {
    padding-left: 0;
  }

  .logo-img-5 {
    width: 150px;
  }

  .tab.highlights {
    margin-top: 0;
  }

  .tabs {
    width: 100%;
  }

  .logo-img-7 {
    width: auto;
  }

  .icon-11 {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  ._3er-grid-1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

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

  .titelvideo-start {
    height: 50vh;
  }

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

  .text-size.paragraph-font {
    font-size: 25px;
  }

  .section-green {
    padding: 40px;
  }

  .text-links1-list.flie-text {
    width: 100%;
    padding-left: 20px;
  }

  .titelvideo-unterseite-2.highlights-2 {
    height: 55vh;
  }

  .logo-img-8 {
    width: 150px;
  }

  .field-label {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
  }

  .checkbox-label {
    font-size: 15px;
  }

  .list-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-text {
    width: auto;
  }

  .inhalt-white {
    padding: 40px;
  }

  .bold-text-14 {
    font-weight: 500;
  }

  .text-links1-left.flie-text {
    text-align: left;
    padding-right: 40px;
  }

  .text-links1-list2.flie-text, .text-links1-left2.flie-text {
    text-align: center;
    padding-right: 0;
  }

  .maps1-3 {
    height: 40vh;
  }
}

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

  .telefonnummer {
    margin-bottom: 0;
  }

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

  .flie-text {
    width: 100%;
  }

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

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

  .titelvideo1 {
    height: 100%;
  }

  .div-block-video1 {
    align-items: flex-start;
    width: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

  .text-links1.flie-text {
    overflow-wrap: anywhere;
    padding-right: 0;
    font-size: 14px;
  }

  .text-links1.flie-text.centertext.newtext {
    line-height: 1.7;
  }

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

  .text-links1.flie-text.service {
    padding-right: 0;
  }

  .text-links1._20px {
    font-size: 14px;
    line-height: 150%;
  }

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

  .effekt-overlay.dark {
    height: 40vh;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .effekt-inlay {
    overflow-wrap: anywhere;
  }

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

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

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

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

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

  .text-mittig-effekt1.heading-2 {
    font-size: 17px;
  }

  .text-mittig-effekt1.heading-2.farbe-der-headings {
    font-size: 18px;
  }

  .heading-links-klein1.heading-1.farbe-der-headings.center {
    font-size: 20px;
  }

  .card-wrapper {
    flex-direction: column;
    padding: 10px;
  }

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

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

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

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

  .titelvideo-unterseite {
    height: 60vh;
  }

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

  .galerie-img1 {
    height: 45vh;
  }

  .impdat, .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: 19px;
  }

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

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

  .link {
    padding-right: 0;
  }

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

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

  .image-100.galary_images {
    height: 45vh;
  }

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

  .image-102 {
    width: 30px;
    height: 30px;
  }

  .logo-img-7 {
    width: auto;
    height: 6vh;
  }

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

  .inhalt-effekt-1.effekt-versuch-1-size {
    height: 45vh;
    min-height: auto;
  }

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

  .list-item {
    margin-left: 0;
  }

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

  .toggle-switch {
    width: 40px;
  }

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

  .titelvideo-start, .slider-2 {
    height: 40vh;
  }

  .text-size {
    font-size: 15px;
    line-height: 22px;
  }

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

  .list-4 {
    font-size: 14px;
  }

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

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

  .text-links1-list.flie-text {
    padding-right: 0;
    font-size: 14px;
  }

  .titelvideo-unterseite-2 {
    height: 60vh;
  }

  .text-span-bold {
    font-size: 16px;
    line-height: 1.5;
  }

  .field-label {
    font-size: 14px;
  }

  .checkbox-label {
    text-align: left;
  }

  .submit-button-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

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

  .list-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .logo-text {
    font-size: 9px;
  }

  .logo-heading {
    font-size: 15px;
  }

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

  .text-links1-left.flie-text, .text-links1-list2.flie-text, .text-links1-left2.flie-text {
    overflow-wrap: anywhere;
    padding-right: 0;
    font-size: 14px;
  }

  .text-links1-left2.flie-text.service {
    padding-right: 0;
  }
}

#w-node-_2a9944b9-e5a2-57e9-5a72-c8bdb0d80580-20efccb3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2a9944b9-e5a2-57e9-5a72-c8bdb0d80583-20efccb3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4779f69b-5152-33ec-f538-73679b520c80-20efccb3, #w-node-_6084f5d6-8868-031c-f09b-da1c28401f9f-20efccb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b483ad2-f5de-0bda-d58d-7345cd0eec04-20efccb3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bd367720-7829-a4f6-e768-94f4bac45f69-20efccb3 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-cbb74999-a47d-55d7-a02a-211b66f207b5-20efccb3, #w-node-cbb74999-a47d-55d7-a02a-211b66f207bb-20efccb3, #w-node-cbb74999-a47d-55d7-a02a-211b66f207c1-20efccb3, #w-node-cbb74999-a47d-55d7-a02a-211b66f207cd-20efccb3, #w-node-cbb74999-a47d-55d7-a02a-211b66f207c4-20efccb3, #w-node-cbb74999-a47d-55d7-a02a-211b66f207e2-20efccb3, #w-node-cbb74999-a47d-55d7-a02a-211b66f207dc-20efccb3, #w-node-cbb74999-a47d-55d7-a02a-211b66f207df-20efccb3, #w-node-cbb74999-a47d-55d7-a02a-211b66f207f7-20efccb3, #w-node-cbb74999-a47d-55d7-a02a-211b66f20800-20efccb3, #w-node-cbb74999-a47d-55d7-a02a-211b66f207e8-20efccb3, #w-node-cbb74999-a47d-55d7-a02a-211b66f207eb-20efccb3, #w-node-cbb74999-a47d-55d7-a02a-211b66f207ee-20efccb3, #w-node-cbb74999-a47d-55d7-a02a-211b66f207f4-20efccb3, #w-node-cbb74999-a47d-55d7-a02a-211b66f207fd-20efccb3, #w-node-cbb74999-a47d-55d7-a02a-211b66f20803-20efccb3, #w-node-f0bbc10f-b915-12cc-0633-d49b04a0a842-20efccb3, #w-node-_8035d8a1-5d3e-fecf-99a8-3a8fb6776a3e-20efccb3, #w-node-_695e170c-6869-c89a-061f-eb28216d22ab-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b7751-20efccb3, #w-node-fe4217a1-78d9-6aa4-2480-3f3294a95853-20efccb3, #w-node-_93cc472f-6a58-c486-dc56-6349a33a2674-20efccb3, #w-node-d5154324-8353-9d26-d3cd-27c19d08bf62-20efccb3, #w-node-_5600767d-4acd-7b0c-e20a-8d21b9808ed5-20efccb3, #w-node-_300aa79a-d452-8831-3af1-f7fdb11881e8-20efccb3, #w-node-_25a01acd-cc65-ba77-1161-616c08302e70-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b7733-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b7735-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b7737-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b7739-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b773b-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b773d-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b773f-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b7741-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b7743-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b7745-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b7748-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b774b-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b774d-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b774f-20efccb3, #w-node-_18122af7-c827-f5af-3473-84ed504328d9-20efccb3, #w-node-_57702ca7-4a7f-21d5-79f7-f689399b7753-20efccb3, #w-node-fb737af9-6d36-c49a-91d0-0af0fc18e4b1-20efccb3, #w-node-_265b4dc0-e580-c8d1-9f2c-126da11bebb6-20efccb3, #w-node-ab75d6b8-fa6d-0a05-2499-4e9d5813c278-20efccb3, #w-node-_240d0a92-5cce-27b3-6d93-1696fed4d81f-20efccb3, #w-node-a5544b9e-b1d1-71e9-c906-f4b228c3b606-20efccb3, #w-node-f763b808-1e6f-5517-b1f6-00ccc45c2abc-20efccb3, #w-node-fb737af9-6d36-c49a-91d0-0af0fc18e4b4-20efccb3, #w-node-fb737af9-6d36-c49a-91d0-0af0fc18e4b7-20efccb3, #w-node-fb737af9-6d36-c49a-91d0-0af0fc18e4ba-20efccb3, #w-node-fb737af9-6d36-c49a-91d0-0af0fc18e4bd-20efccb3, #w-node-a7005d49-daec-03f2-22cd-c92de5cb0122-20efccb3, #w-node-_3f390c82-921c-6a76-a3a3-1406bfb2f798-20efccb3, #w-node-_39c942ec-dbfb-6a85-241e-26fa9fa2f9fd-20efccb3, #w-node-a7005d49-daec-03f2-22cd-c92de5cb0125-20efccb3, #w-node-a7005d49-daec-03f2-22cd-c92de5cb0128-20efccb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5daa6da7-7b01-52e7-6e1e-7020ac403243-20efccb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ade6fcee-8f80-75d3-9b5a-c80fd8cafb3d-bcdc1e4f, #w-node-_0a4860d0-95ff-8dcc-7684-80f32bf74c53-eae7319c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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