:root {
  --steel-blue: #0397bd;
  --firebrick: #c80000;
}

.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-direction: 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(--steel-blue);
  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 {
  width: 250px;
}

.logo {
  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-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
  display: none;
}

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

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

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  flex-direction: row;
  margin-bottom: 5px;
  display: flex;
}

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

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

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

.heading-3 {
  font-family: Barlow, sans-serif;
  font-weight: 600;
}

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

.farbe-der-headings {
  color: #c80000;
}

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

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

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

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

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

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

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

.farbe2-headings {
  color: #b4b4b4;
}

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

.nav-men.hauptfarbe {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

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

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

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

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

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

.nav-link.flie-text:hover {
  color: var(--steel-blue);
}

.nav-link.flie-text.w--current {
  background-color: var(--steel-blue);
  color: #fff;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.nav-link.flie-text.dropdown {
  background-color: #0000;
  padding: 0;
}

.nav-link.flie-text.dropdown:hover {
  background-color: #0000;
}

.navbar-top {
  width: 100%;
}

.navbar-top.hauptfarbe {
  z-index: 1000;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.titelvideo-start {
  height: 75vh;
  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-color: #00000061;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.subheading.heading-2.farbe2-headings {
  color: #fff;
}

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

.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;
  color: #0397bd;
  z-index: 0;
  margin-top: -20px;
}

.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 {
  background-color: var(--steel-blue);
}

.terminbuttons.highlights.heading-3 {
  padding: 10px 15px;
  font-family: Roboto, sans-serif;
}

.terminbuttons.highlights.heading-3:hover {
  background-color: var(--steel-blue);
}

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

.text-links.flie-text.sp {
  text-align: center;
  margin-top: 57px;
  text-decoration: none;
}

.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 {
  height: auto;
  position: relative;
}

.inhalt-effekt.effekt-versuch._1.kleineres-bild {
  height: 100%;
}

.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 {
  height: auto;
  padding: 60px 40px 40px;
}

.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/download-5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
  min-height: auto;
}

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

.effekt-inlay {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  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;
  position: relative;
}

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

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

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

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

.text-mittig-effekt.heading-2 {
  z-index: 5;
  font-family: Barlow, sans-serif;
  position: relative;
}

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

.heading-links-klein.heading-1.farbe-der-headings {
  color: var(--steel-blue);
}

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

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

.div-block {
  text-align: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 40px;
  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-family: Barlow, sans-serif;
  font-size: 25px;
  line-height: 30px;
  position: relative;
}

.heading-mittig.heading-2.farbe-der-headings {
  color: var(--steel-blue);
}

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

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

.divider.highlights, .divider.zweitfarbe {
  background-color: var(--steel-blue);
}

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

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

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

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

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

.text-mittig.flie-text {
  color: #000;
  margin-top: 20px;
}

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

.text-mittig.flie-text.margin-bottom-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.inhalt-50 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.bild-section-cover {
  color: #fff;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/AdobeStock_189148247.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  padding-left: 100px;
  padding-right: 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 {
  margin-top: auto;
  padding-bottom: 10px;
}

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

.heading-footer.heading-3.flie-text {
  font-family: Barlow, sans-serif;
}

.inhalt-footer {
  flex-direction: column;
  height: 100%;
  display: flex;
}

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

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

.heading-block {
  width: 50vw;
  position: relative;
}

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

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

.mitarbeiterbil {
  object-fit: contain;
  border-radius: 50%;
  height: 40vh;
}

._2er-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.heading-link.heading-1.farbe2-headings {
  color: var(--steel-blue);
}

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

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

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

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

.submit-but.highlights.flie-text {
  background-color: var(--steel-blue);
}

.select-field {
  color: #949494;
  background-color: #fff;
}

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

.text-field {
  height: 30px;
}

.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;
  width: 784px;
  height: 400px;
  display: flex;
}

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

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

.image {
  object-fit: contain;
  width: 800px;
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}

.image-2 {
  width: 250px;
}

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

.subheading-sm.heading-2.farbe2-headings {
  color: #fff;
  font-family: Barlow, sans-serif;
}

.ablaufplan-big-button-2 {
  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-2:hover {
  transform: scale(1.03);
}

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

.ablaufplan-big-button-2.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-2.black:hover {
  transform: none;
}

.icon {
  color: #fff;
}

.dropdown-list {
  box-shadow: 1px 1px 3px #000;
}

.dropdown-list.w--open {
  box-shadow: 1px 1px 5px 1px var(--steel-blue);
  background-color: #0397bd;
  border-radius: 5px;
}

.dropdown {
  color: #fff;
  text-align: left;
}

.dropdown:hover {
  background-color: #10b2db;
}

.dropdown.w--current {
  color: #fff;
  background-color: #006a85;
}

.div-block-phone {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  padding: 11px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.service-page-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}

.image-container {
  width: 100%;
  height: 45vh;
}

.image-container._100 {
  height: 100%;
}

.image-container._80 {
  height: 60vh;
}

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

.flexbox-h {
  flex-wrap: wrap;
  display: flex;
}

.flexbox-h.justify-center {
  justify-content: center;
}

.flexbox-h.justify-center.margin-top-20 {
  margin-top: 20px;
}

.service {
  background-color: var(--steel-blue);
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 20vh;
  margin: 10px;
  padding: 20px;
  display: flex;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  transition: color .3s cubic-bezier(.455, .03, .515, .955);
}

.footer-link:hover {
  color: var(--steel-blue);
}

.slider {
  height: 100%;
}

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

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

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

.html-embed {
  margin-bottom: 0;
}

.div-block-wahstapp {
  z-index: 500;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

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

.link-block, .daten-lnk {
  color: #fff;
  text-decoration: none;
}

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men.hauptfarbe {
    background-color: #383838;
    padding: 10px;
  }

  .men-buttton.hauptfarbe {
    background-color: var(--steel-blue);
    text-align: center;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-link.flie-text.w--current {
    border-radius: 0;
    font-size: 14px;
  }

  .navbar-top.hauptfarbe {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .men-icon {
    color: #fff;
  }

  .titelvideo-start {
    height: 60vh;
  }

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

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

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

  .effekt-balken4 {
    height: 90%;
  }

  .effekt-balken2 {
    width: 90%;
  }

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

  .text-links.flie-text.sp {
    margin-top: 40px;
  }

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

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

  .inhalt-untereinander {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 0;
  }

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

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

  .effekt-balken1 {
    background-color: #fff;
    height: 90%;
  }

  .effekt-balken3 {
    width: 90%;
  }

  .divblock-bild.auf500 {
    order: -1;
    width: 100%;
    height: 45vh;
  }

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

  .section-mittig.top {
    padding-top: 80px;
  }

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

  ._2-3-grid {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1.25fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

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

  .text-mittig-effekt.heading-2 {
    font-size: 21px;
  }

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

  ._3er-grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    margin-top: 40px;
    display: flex;
  }

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

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

  .feature-image, .feature-image.conatin {
    height: 55vh;
  }

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

  .inhalt-50 {
    width: 100%;
    padding: 60px;
  }

  .bild-section-cover {
    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;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

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

  .heading-footer.heading-3.flie-text {
    font-size: 14px;
  }

  .inhalt-footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .titelvideo-unterseite {
    height: 60vh;
  }

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

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

  ._2er-grid {
    width: 100%;
  }

  .heading-link.heading-1.farbe2-headings {
    text-align: center;
  }

  .maps {
    height: 50vh;
  }

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

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

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

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

  .heading-success.heading-2 {
    font-size: 31px;
    line-height: 1.4em;
  }

  .image {
    width: 400px;
  }

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

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

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

  .dropdown-list.w--open {
    position: static;
  }

  .div-block-phone {
    z-index: 1000;
    margin-right: 0;
    position: fixed;
    top: 45%;
    bottom: auto;
  }

  .service-page-grid {
    flex-flow: column;
    display: flex;
  }

  .image-container._100 {
    height: 55vh;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .div-block-two {
    flex-flow: column;
    display: flex;
  }

  .dropdown-2 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .form-text-3.flie-text {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .men-buttton.hauptfarbe, .men-buttton.hauptfarbe.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .titelvideo-start {
    height: 55vh;
  }

  .titelvideo1 {
    height: 100%;
  }

  .div-block-video {
    width: 100%;
    padding-left: 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;
  }

  .text-links.flie-text.sp {
    margin-top: 20px;
    line-height: 140%;
  }

  .text-links.flie-text {
    line-height: 140%;
  }

  .inhalt-effekt.effekt-versuch._1.kleineres-bild {
    height: auto;
    min-height: 45vh;
    display: flex;
  }

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

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

  .inhalt-untereinander.kon {
    padding-top: 0;
  }

  .divblock-bild.auf500 {
    min-height: auto;
  }

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

  .section-mittig.top {
    padding-top: 80px;
  }

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

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

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

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

  .text-mittig-effekt.gro.heading-1 {
    font-size: 24px;
    line-height: 145%;
  }

  .text-mittig-effekt.heading-2 {
    font-size: 19px;
    line-height: 27px;
  }

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

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

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

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

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

  .feature-image.conatin {
    height: 45vh;
  }

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

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

  .text-mittig.flie-text {
    font-size: 15px;
    line-height: 140%;
  }

  .text-mittig.flie-text.margin-top-20 {
    font-size: 14px;
    line-height: 20px;
  }

  .inhalt-50 {
    padding: 40px;
  }

  .bild-section-cover {
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .inhalt-footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .titelvideo-unterseite {
    height: 55vh;
  }

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

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

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

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

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

  .maps {
    height: 45vh;
  }

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

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

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

  .success-block.highlights {
    width: auto;
  }

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

  .image {
    width: 300px;
  }

  .subheading-sm.heading-2.farbe2-headings {
    margin-bottom: 0;
    font-size: 25px;
  }

  .image-container._100, .image-container._80 {
    height: 45vh;
  }

  .service {
    width: 100%;
  }

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

@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 {
    overflow-wrap: anywhere;
  }

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

  .titelvideo-start {
    height: 50vh;
  }

  .titelvideo1 {
    height: 100%;
  }

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

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

  .buchstabe-hintergrund.heading-3.farbe2-headings {
    margin-top: -20px;
    margin-bottom: -38px;
    font-size: 60px;
  }

  .effekt-overlay {
    padding: 20px;
  }

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

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

  .inhalt-untereinander.abst-nde, .section-mittig {
    padding: 40px 20px;
  }

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

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

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

  .heading-links.heading-1.center {
    font-size: 20px;
    line-height: 28px;
  }

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

  .text-mittig-effekt.gro.heading-1 {
    font-size: 20px;
  }

  .text-mittig-effekt.heading-2 {
    font-size: 16px;
    line-height: 22px;
  }

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

  .icons {
    margin-bottom: 10px;
  }

  ._3er-grid {
    margin-top: 20px;
  }

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

  .div-block.zweitfarbe {
    padding: 10px;
  }

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

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

  .feature-image, .feature-image.conatin {
    height: 35vh;
  }

  .inhalt-50 {
    height: auto;
    padding: 0;
  }

  .bild-section-cover {
    height: auto;
    padding: 40px 20px;
  }

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

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

  .titelvideo-unterseite {
    height: 50vh;
  }

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

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

  .mitarbeiterbil {
    height: 35vh;
  }

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

  .heading-link.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .maps {
    height: 35vh;
  }

  .inhalt-nebeneinander {
    width: auto;
  }

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

  .image {
    width: 294px;
  }

  .subheading-sm.heading-2.farbe2-headings {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
  }

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

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

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

  .div-block-phone {
    inset: auto 0% 100px auto;
  }

  .image-container, .image-container._100, .image-container._80 {
    height: 35vh;
  }
}

#w-node-dd04c82f-a018-c59e-5bc9-393ed7579f10-bb7c84cb, #w-node-_0e74d5d3-d927-a576-daa0-824cc32cf9b7-bb7c84cb, #w-node-_0e06386d-0642-a274-4355-a751c9249d8a-bb7c84cb, #w-node-_6262f524-ee89-7a10-4ad9-64fe9cf36565-bb7c84cb, #w-node-_1633c990-5796-17c2-7b97-3e9ae54084a6-bb7c84cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b92cb42e-5860-d825-55b2-17b77db055e0-b67c84d9 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_3d819217-0cd0-0d8c-b938-7d89b85a2998-0ec06f46 {
  align-self: start;
}

#w-node-_3d819217-0cd0-0d8c-b938-7d89b85a29a0-0ec06f46 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_119ae544-ca4d-4825-bc9f-e8e18961eae8-be6d6a40 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_413dbd18-f605-52dc-0673-8c2f828ac2d5-b67c84d9 {
    order: 9999;
  }
}


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