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

:root {
  --purple: #9126a9;
  --blue: #06384f;
  --black: black;
  --white: white;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Roboto, 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(--purple);
  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: 240px;
}

.logo {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  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 {
  background-color: var(--purple);
  color: #fff;
}

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

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

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

.heading-3 {
  font-family: Barlow, 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: var(--blue);
  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 {
  border: 3px solid var(--blue);
  margin-top: 20px;
}

.terminbutton.highlights.flie-text:hover {
  color: #333;
  background-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 {
  color: #fff;
  background-color: #b4b4b4;
}

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

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

.navbars {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: static;
}

.nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.nav-link:hover, .nav-link.w--current {
  color: #f9cb25;
}

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

.navbar-top {
  width: 100%;
}

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

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

.titelvideo-start {
  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;
}

.div-block-video {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  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-video.mitting {
  background-image: linear-gradient(#000000b0, #000000b0);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
}

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

.subheading.heading-2 {
  margin-top: 10px;
}

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

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

.buchstabe-hintergrund.heading-3.farbe2-headings._1 {
  color: #b4b4b480;
  font-size: 60px;
}

.buchstabe-hintergrund.heading-3.farbe2-headings._2 {
  font-size: 80px;
}

.buchstabe-hintergrund.heading-3.farbe2-headings._3 {
  font-size: 100px;
}

.buchstabe-hintergrund.heading-3.farbe2-headings._4 {
  font-size: 120px;
}

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

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

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

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

.terminbuttons.highlights.heading-2 {
  border: 3px solid var(--blue);
  transition: all .2s;
}

.terminbuttons.highlights.heading-2:hover {
  border: 3px solid var(--blue);
  color: var(--black);
  background-color: #fff;
}

.terminbuttons.highlights.heading-2.linkss {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.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-links {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 180%;
}

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

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

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

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

.inhalt-effekt.effekt-versuch._1.kleineres-bild {
  height: 70vh;
}

.inhalt-effekt.effekt-versuch._60vh {
  height: 60vh;
}

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

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

.inhalt-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 20px;
  display: flex;
}

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

.inhalt-untereinander.abst-nde.linkss {
  padding-top: 10px;
  padding-left: 0;
}

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

.divblock-bild.auf500 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/team.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.section-mittig.zweitfarbe {
  position: relative;
}

.section-mittig.zweitfarbe.hidden {
  display: none;
}

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

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

.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.heading-2 {
  z-index: 5;
  position: relative;
}

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

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

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

._3er-grid.margin {
  margin-bottom: 40px;
}

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

.div-block {
  text-align: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
}

.div-block.zweitfarbe {
  color: #686868;
  flex-direction: column;
  width: 100%;
}

.heading-mittig {
  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-mittig.heading-2.farbe-der-headings-1 {
  color: #9126a9;
}

.heading-mittig.heading-2.farbe-der-headings-1.top-0 {
  margin-top: 0;
}

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

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

.heading-mittig._4 {
  font-size: 31px;
}

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

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

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

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

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

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

.text-mittig.flie-text {
  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 {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.footer {
  padding: 60px 140px;
}

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

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

.heading-footer.heading-3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

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

.titelvideo-unterseite.auto {
  background-image: url('../images/attachment_2_iStock-1346125238.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 70vh;
  display: flex;
}

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

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

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

.mitarbeiterbil {
  background-color: var(--purple);
  object-fit: contain;
  width: 100%;
  height: 18vh;
  margin-bottom: 20px;
}

.maps1 {
  width: 100%;
  height: 500px;
}

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

.inhalt-nebeneinander {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.hero {
  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-mittig {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

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

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

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

.form {
  margin-bottom: 0;
}

.checkbox {
  border-radius: 5px;
}

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

.text_field {
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 7.5vh;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Roboto, sans-serif;
  transition: all .4s;
  display: block;
}

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

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

.text_field::placeholder {
  color: #1d1f2e4d;
}

.text_field.cc-textarea {
  height: 15vh;
}

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

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

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

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

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

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

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

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

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

._2er-grid.margin {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

._2er-grid._1-5fr {
  grid-template-columns: 1.5fr 1.5fr;
}

._2er-grid._1-5fr.center {
  align-items: center;
}

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

.image-100.is-top {
  object-position: 50% 25%;
}

.image-100.is-contain {
  object-fit: contain;
}

.image-100.is-absolute {
  filter: blur(5px);
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

.link-block {
  width: 70px;
  height: 70px;
  margin-bottom: 65px;
}

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

.text-spans {
  color: var(--purple);
  font-weight: 900;
}

.contain_bild {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

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

.div-block-mitting {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-mitting.zweitfarbe {
  color: #686868;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.img-partner {
  object-fit: contain;
  height: 15vh;
}

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

.button_wrap {
  margin-top: 10px;
}

.image_block {
  height: 55vh;
  box-shadow: 0 2px 5px #0003;
}

.image_block.small {
  height: 35vh;
  margin-top: 20px;
}

.image_wrap {
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32vh;
  max-height: none;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.code-embed {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.code-embed.auto {
  height: auto;
}

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

.text-links-list.flie-text {
  line-height: 1.5;
}

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

.image.blur {
  filter: blur(5px);
}

.image.abs {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

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

.div-blocks, .slider-4 {
  height: 55vh;
}

.image-wrap {
  height: 50vh;
  position: relative;
}

.landingpage-block {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all .2s;
  display: flex;
  transform: translate(0);
}

.landingpage-block:hover {
  transform: translate(20px)scale(1.1);
}

.quick-stack {
  width: 100vh;
}

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

.section_landingpage {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.image-101.center {
  object-position: 50% 50%;
}

.div-block-115 {
  z-index: 999;
  padding-right: 5px;
  position: fixed;
  inset: auto 0% 50% auto;
}

.link-block-2 {
  width: 50px;
}

.link-block-2:hover {
  transform: scale(1.05);
}

._4er {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: auto;
}

.card-button.hauptfarbe {
  border-radius: 20px;
  padding: 40px;
  text-decoration: none;
  transition: transform .2s linear;
}

.card-button.hauptfarbe:hover {
  transform: scale(1.02);
}

.detail-img-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  place-items: center;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px #0003;
}

.small-image {
  width: 100%;
  height: 20vh;
}

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

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

.crad-cpontent {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

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

.popup-sonnenrente-video {
  z-index: 999;
  background-color: #00000082;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-card {
  background-color: var(--white);
  border-radius: 25px;
  padding: 40px;
  position: relative;
}

.back {
  filter: none;
  height: 3vh;
  position: absolute;
  inset: 15px 15px auto auto;
}

.code-embed-2 {
  height: 50vh;
}

.code-embed-2.padding {
  margin-top: 40px;
}

.popup-w-rmepumpe-alpha-video {
  z-index: 999;
  background-color: #00000082;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.overlay-diagonal {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.diagonal {
  opacity: .3;
  padding: 5px;
  transform: rotate(-30deg);
}

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

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

.small-div {
  border: 1px solid #00000036;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 10px 10px;
  display: flex;
}

.table-text-2 {
  font-size: 15px;
  line-height: 20px;
}

.table-text-2.flie-text {
  color: #686868;
  font-size: 16px;
  line-height: 1.5;
}

.div-75 {
  width: 75%;
}

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

  .men-buttton.hauptfarbe {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .men-buttton.hauptfarbe.w--open {
    background-color: var(--purple);
    background-image: none;
  }

  .nav-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-top.hauptfarbe {
    z-index: 1000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .men-icon {
    color: #fff;
  }

  .titelvideo-start {
    height: 60vh;
  }

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

  .div-block-video {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    inset: 0%;
  }

  .subheading.heading-2 {
    font-size: 30px;
  }

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

  .terminbuttons.highlights.heading-2.sm---lrg-sm-sc {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    position: static;
  }

  .terminbuttons.highlights.heading-2.linkss {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

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

  .inhalt-effekt.effekt-versuch._1.kleineres-bild {
    height: 55vh;
  }

  .inhalt-effekt.effekt-versuch._60vh {
    order: -1;
  }

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

  .inhalt-untereinander {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 20px 0 0;
  }

  .inhalt-untereinander.abst-nde {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .inhalt-untereinander.top {
    padding-top: 60px;
  }

  .divblock-bild.auf500 {
    order: -1;
  }

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

  .section-mittig.zweitfarbe.top, .section-mittig.hauptfarbe.dropdown-list-11-copy, .section-mittig.top {
    padding-top: 80px;
  }

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

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

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

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

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

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

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

  ._3er-grid.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .div-block {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
  }

  .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;
    justify-items: center;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer.hauptfarbe {
    padding: 20px;
  }

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

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

  .titelvideo-unterseite {
    height: 60vh;
  }

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

  .section-gro-e-abst-nde.zweitfarbe.top, .section-gro-e-abst-nde.top {
    padding-top: 80px;
  }

  .mitarbeiterbil {
    height: 23vh;
  }

  .maps1 {
    height: 45vh;
  }

  .inhalt-nebeneinander {
    flex-direction: column;
    width: 90vw;
  }

  .impdat, .impdats {
    padding: 60px;
  }

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

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

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

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

  .error-message {
    width: auto;
  }

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

  .contact-form {
    text-align: left;
  }

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

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

  ._2er-grid.margin {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

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

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

  .div-block-mitting {
    padding: 20px;
  }

  .slider-4 {
    order: -1;
    margin-bottom: 60px;
  }

  .image-wrap {
    order: -1;
  }

  .image-wrap.smaller {
    height: auto;
  }

  .div {
    z-index: 1001;
    width: auto;
    position: static;
    inset: 0% 0% 0% auto;
  }

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

  .landingpage-block:hover {
    transform: none;
  }

  .quick-stack {
    width: 100%;
  }

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

  .image-101 {
    display: block;
  }

  .detail-img-grid {
    flex-flow: column;
    display: flex;
  }

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

  .code-embed-2.padding {
    height: 70vh;
  }

  .diagonal {
    opacity: .4;
  }

  .div-75 {
    width: 100%;
  }
}

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

  .titelvideo-start {
    height: 28rem;
  }

  .titelvideo1 {
    height: 100%;
  }

  .div-block-video {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

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

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

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

  .inhalt-untereinander.top {
    padding-top: 40px;
  }

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

  .section-mittig.hauptfarbe.dropdown-list-11-copy, .section-mittig.top {
    padding-top: 80px;
  }

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

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

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

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

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

  ._3er-grid.margin {
    display: flex;
  }

  ._3er-grid.grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

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

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

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

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

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

  .feature-image.contain.green {
    background-color: #59845c;
    padding-bottom: 20px;
  }

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

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

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

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

  .footer.hauptfarbe {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .heading-footer.heading-3 {
    text-align: center;
    margin-bottom: 5px;
  }

  .titelvideo-unterseite {
    height: 55vh;
  }

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

  .mitarbeiterbil {
    height: 10rem;
  }

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

  .maps1.oben {
    margin-top: 0;
  }

  .impdat, .impdats {
    padding: 40px;
  }

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

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

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

  .heading-success.heading-2 {
    font-size: 28px;
    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-mittig.heading-2.farbe-der-headings {
    font-size: 22px;
    line-height: 25px;
  }

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

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

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

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

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

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

  .link {
    display: block;
  }

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

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

  .contain_bild {
    height: 35vh;
  }

  .div-block-mitting {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-partner {
    height: 12vh;
  }

  .image_block {
    height: 25rem;
  }

  .image_block.small {
    height: 30vh;
  }

  .code-embed {
    margin-top: 20px;
  }

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

  .slider-4 {
    order: -1;
    height: 25rem;
  }

  .image-wrap {
    height: auto;
  }

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

  .detail-img-grid {
    width: 80%;
  }

  .popup-card {
    padding: 20px;
  }

  .code-embed-2 {
    height: 35vh;
  }

  .diagonal {
    opacity: .4;
  }
}

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

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

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

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .flie-text {
    width: 100%;
  }

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

  .titelvideo1 {
    height: 100%;
  }

  .div-block-video {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading.heading-2 {
    margin-bottom: 0;
  }

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

  .buchstabe-hintergrund.heading-3.farbe2-headings {
    margin-top: -18px;
    margin-bottom: -25px;
  }

  .buchstabe-hintergrund.heading-3.farbe2-headings._1 {
    font-size: 35px;
  }

  .terminbuttons.highlights.heading-2.sm---lrg-sm-sc {
    padding: 8px 5px;
  }

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

  .effekt-overlay {
    padding: 20px;
  }

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

  .inhalt-effekt.effekt-versuch._60vh {
    height: auto;
    margin-bottom: 40px;
  }

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

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

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

  .inhalt-untereinander.top {
    padding-top: 20px;
  }

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

  .section-mittig.zweitfarbe.top {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section-mittig.hauptfarbe.dropdown-list-11-copy, .section-mittig.top {
    padding-top: 60px;
  }

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

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

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

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

  .div-block {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .heading-small.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: 50vh;
  }

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

  .section-gro-e-abst-nde.zweitfarbe.top {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .inhalt-mittig-untereinanders {
    padding-top: 20px;
  }

  .inhalt-nebeneinander {
    width: 90vw;
  }

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

  .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-mittig.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 130%;
  }

  .text_field {
    width: 100%;
    height: 6vh;
  }

  .text_field.cc-textarea {
    height: 14vh;
  }

  .form-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

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

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

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

  .dropdown-list-11-copy.w--open {
    padding: 120px 10px 10px;
  }

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

  .link-block {
    width: 50px;
    height: 50px;
  }

  .div-block-mitting {
    flex-direction: column;
  }

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

  .image_block {
    height: auto;
  }

  .field_lable {
    width: 100%;
  }

  .image-wrap {
    margin-bottom: 40px;
  }

  .div {
    z-index: 999;
    width: auto;
    top: 69%;
  }

  .section_landingpage.zweitfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .detail-img-grid {
    width: 100%;
  }

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

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

  .code-embed-2 {
    height: 25vh;
  }

  .code-embed-2.padding {
    height: auto;
  }
}

#w-node-_63a6bd67-e7b9-c4bc-51c3-65ec05d237d4-cf405bea {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_540285c6-d57c-8baf-169a-9e1ff1254064-cf405bea {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-e34c7a8c-e97c-7437-687c-a6ccc7224a64-e64d4a12, #w-node-e34c7a8c-e97c-7437-687c-a6ccc7224a67-e64d4a12, #w-node-_646b91ee-f034-45e4-9aa8-70f7a028820d-e64d4a12, #w-node-e9fad43a-f95c-69e5-4563-52135e5daa30-e64d4a12, #w-node-_7140b01e-8779-4417-1d73-8cfdf35fc32a-e64d4a12, #w-node-_5e0f75ae-d49f-9279-6318-c287ff41681a-e64d4a12, #w-node-_022cd1c0-64a5-e262-a5b6-31d783d2e8cc-e64d4a12, #w-node-f377f1dc-b36c-247c-fddd-badb2f9fa225-e64d4a12, #w-node-_64a76bd6-620a-2838-ed61-98df901f1cd5-e64d4a12, #w-node-_108b6bab-091a-041d-5794-f3f57f13382a-e64d4a12, #w-node-f46762d3-8941-dc9f-19fa-5b9229c13b95-e64d4a12, #w-node-_2ba69c1c-f356-36fb-c0a9-71474c85b44f-e64d4a12, #w-node-a5953b24-c4e1-b770-08db-ac1f1f154700-e64d4a12, #w-node-c44e9fde-ffba-cd44-e4f7-d53490f399f3-e64d4a12, #w-node-_72032ec2-6444-5cea-0289-d8796a3f359e-e64d4a12, #w-node-_76f0ec61-d07d-2769-7478-2a3120adeabc-e64d4a12, #w-node-dbbb7473-fa6b-4d29-899a-e9e4b683e4ef-e64d4a12, #w-node-dbbb7473-fa6b-4d29-899a-e9e4b683e4f3-e64d4a12, #w-node-dbbb7473-fa6b-4d29-899a-e9e4b683e4f6-e64d4a12, #w-node-_558856fb-8877-6d26-009a-f1a4b9d8ff28-e64d4a12, #w-node-_2509d4d5-f4a8-9959-fb77-174a000aa030-e64d4a12, #w-node-cd63dc9e-19f8-d638-3edf-6f9581a32d18-e64d4a12, #w-node-_91a2e58a-4242-ea47-58a2-1ac78cc10a4f-e64d4a12, #w-node-_674c85c0-785f-610a-6e25-f657ef3180b4-e64d4a12, #w-node-a54f2ab5-150c-d472-6399-60744b3651fd-e64d4a12, #w-node-f8a9701c-963d-9a03-95b4-f063237fbd60-e64d4a12, #w-node-ee3fe091-2c90-4468-1b95-a63aca7d2a7a-e64d4a12, #w-node-_62d0780c-17ef-e607-23fd-e24ec56d8afa-e64d4a12, #w-node-_993ed6d5-4051-a9bd-58a6-5be9ef4fa233-e64d4a12, #w-node-_62a1aaae-fd4a-7de2-5a75-3c3a4608d225-e64d4a12, #w-node-e54e4d3d-c137-2644-cad1-cd002ce40f4d-e64d4a12, #w-node-_00bca5da-85ce-25af-3e8b-0c6d4bd082f4-e64d4a12, #w-node-a58241d3-0cae-e4e6-1198-03afd110fdb1-e64d4a12, #w-node-d2cce15c-495e-1ce5-4e64-c136ef4b0ea2-e64d4a12 {
  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;
}