:root {
  --highlights: #e55b03;
  --main: #363634;
}

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

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.logo {
  justify-content: center;
  align-items: center;
  max-width: 220px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.heading-23 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.schwarzer-button {
  background-color: #000;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.schwarzer-button:hover {
  background-color: #d4af37;
  margin-bottom: 20px;
}

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

.paragraph-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.link-3 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

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

.link-4 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16% 8%;
  justify-content: center;
  justify-items: center;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.linkfooter.w--current {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.section-6 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-6 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

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

.icon {
  color: #000;
  object-fit: contain;
  width: 40px;
  margin-top: 10px;
  margin-right: 20px;
  font-family: Exo, sans-serif;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16%;
  justify-content: center;
  justify-items: center;
}

.button-auf-schwarz-2 {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.button-auf-schwarz-2:hover {
  background-color: #000;
  margin-bottom: 20px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 0;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 10px;
}

.button-auf-schwarz-2._2:hover {
  background-color: #d4af37;
}

.navbar-6 {
  width: 100%;
}

.nav-link {
  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 {
  font-size: 20px;
  font-weight: 400;
}

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

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

.nav-link.flie-text.white:hover, .nav-link.flie-text.white.w--current {
  color: var(--highlights);
}

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

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

.zweitfarbe {
  background-color: #faf7f5;
}

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

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

.heading-2 {
  margin-top: 10px;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

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

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

.video2 {
  color: #fff;
  background-image: linear-gradient(#00000036, #00000036);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

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

.terminbutton {
  text-transform: uppercase;
  margin-right: 5px;
  font-family: Barlow, sans-serif;
}

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

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

.terminbutton.highlights.heading-3 {
  margin-top: auto;
  margin-bottom: 10px;
}

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

.terminbutton.highlights.heading-3.banner {
  margin-top: 10px;
}

.terminbutton.zweitfarbe {
  color: #000;
}

.terminbutton.zweitfarbe:hover {
  background-color: #7c7c7c;
}

.terminbutton.zweitfarbe.heading-3:hover {
  background-color: var(--main);
  color: #fff;
}

.utility-page-wrap {
  background-image: url('../images/5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

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

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

.mehr-erfahren1 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren1:hover {
  background-color: #2e2e2e;
}

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

.impdatfooter {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

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

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

.inhaltstartseite {
  padding: 20px 10px;
}

.impdat1 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #fff;
  flex-flow: column;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
}

.leistungen1 {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0;
  display: flex;
}

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

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

.navlink2 {
  color: #fff;
  text-align: center;
  margin-right: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.navlink2:hover {
  background-color: gray;
}

.navlink2.w--current {
  color: #fff;
  background-color: #949494;
}

.slogan2 {
  font-size: 60px;
  line-height: 65px;
}

.terminbutton2 {
  border-radius: 20px;
}

.leistungsbild-rund2 {
  background-image: url('../images/AdobeStock_251971442-min_visu.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
}

.grauesfeld2 {
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.graues-feld-effekt2 {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

.galerie-bild2 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 800px;
  height: 800px;
  display: block;
}

.bild2 {
  object-fit: cover;
  border-radius: 50%;
  width: 400px;
  height: 400px;
}

.mitarbeiter-nild2 {
  background-image: url('../images/man_1man.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 300px;
  height: 300px;
}

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

.paragraph, .paragraph-17, .paragraph-19 {
  margin-bottom: 10px;
}

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

.header {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 10px 0% auto;
}

.navbar {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.navbar.hauptfarbe {
  z-index: 1000;
  background-color: #3f3f3f00;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.logo-wei {
  background-color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-men.hauptfarbe {
  z-index: 1000;
  background-color: #3f3f3f00;
}

.divblock-video {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 60px 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.titelvideo {
  color: #fff;
  height: 90vh;
  position: relative;
}

.slogan {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 65px;
}

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

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

.title-video {
  height: 100%;
}

.section-gro-e-abst-nde {
  mix-blend-mode: normal;
  padding: 60px 10%;
}

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

._2er-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  align-items: center;
  margin-top: 40px;
}

._2er-grid.kontakt-3 {
  grid-template-columns: .5fr 1fr;
  align-content: stretch;
  align-items: start;
}

.text-linksb-ndig.flie-text.mit {
  text-align: center;
}

.inhalt-untereinander {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.inhalt-untereinander.mit {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  box-shadow: 0 0 20px 2px #0000000f;
}

.heading-linksb-ndig {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 36px;
}

.heading-linksb-ndig.heading-2 {
  margin-bottom: 10px;
  line-height: 1.3;
}

.label {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label.heading-2.farbe-der-headings {
  opacity: 1;
  line-height: 1.3;
}

.abstand-nach-innen {
  padding-left: 20px;
  padding-right: 20px;
}

.divider {
  width: 100px;
  height: 2px;
  margin-bottom: 10px;
  display: inline-block;
}

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

.div-block-wei {
  color: #333;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.heading-klein-linksb-ndig {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 1.3;
}

.heading-klein-linksb-ndig.heading-1 {
  line-height: 1.3;
}

.heading-klein-linksb-ndig.heading-1.mit {
  text-align: center;
  overflow-wrap: anywhere;
  font-size: 25px;
}

.bild-cover {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/new-1-12.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 60px 140px 60px 10%;
}

.bild-cover.bg {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/pexels-hyundaimotorgroup-19233057.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.bild-cover.bg.padding {
  flex: 1;
  padding-top: 120px;
}

.bild-wei-er-rahmen1 {
  object-fit: cover;
  object-position: 50% 0%;
  border: 2px solid #fff;
  width: 100%;
  height: 51vh;
}

.bild-wei-er-rahmen1.cont {
  object-fit: contain;
  background-color: #fff;
}

.bild {
  object-fit: cover;
  width: 100%;
  height: 30vh;
  position: relative;
}

.bild.small {
  width: 80%;
}

.footer-1 {
  padding: 40px 10%;
}

.footer-1.hauptfarbe {
  color: #fff;
}

.footer-1.hauptfarbe.flie-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.abst-nde-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.instagram3 {
  width: 30px;
}

.social-verlinkung3 {
  height: 5vh;
}

.heading-footer3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.heading-footer3.heading-3 {
  text-transform: uppercase;
}

.impdat {
  padding: 100px 40px;
}

.impdat.wrapp {
  overflow-wrap: anywhere;
}

.success {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 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;
  font-family: Open Sans, sans-serif;
}

.heading-success.white {
  color: #fff;
}

.titelvideo-start {
  color: #fff;
  border-radius: 20px;
  height: 90vh;
  margin: 10px;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.link.black {
  color: #333;
}

.footer-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.image-100.abs {
  object-fit: contain;
  background-color: #fff;
}

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

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

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

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

.ablaufplan-big-button-3.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: 80px auto auto 0%;
}

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

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

.link-block {
  width: 6vh;
}

.lightbox {
  height: 50vh;
}

.lightbox._2 {
  height: 100%;
}

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

.background-video-2 {
  z-index: 1;
  width: 100%;
  height: 60vh;
}

.text-span {
  text-decoration: line-through;
}

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

.header-static {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.code-embed-form, .code-embed-map {
  width: 100%;
  height: 100%;
}

.utility-pag {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.error-icon {
  filter: invert() brightness(200%);
  object-fit: contain;
  height: 45vh;
}

._404-error-heading {
  font-weight: 600;
}

.paragraph_center {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

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

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  body {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .logo {
    max-width: none;
  }

  .div-block-34 {
    width: 110px;
  }

  .paragraph-8, .link-3 {
    font-size: 13px;
  }

  .div-block-37 {
    width: auto;
  }

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

  .grid-6 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 13px;
  }

  .section-6 {
    justify-content: space-between;
    padding-left: 0;
    display: block;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0;
  }

  .icon {
    margin-top: 0;
    margin-right: 0;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .nav-link.flie-text {
    text-align: center;
    padding: 15px;
    font-size: 18px;
  }

  .nav-link.flie-text.white {
    color: #333;
    text-align: center;
    padding: 15px;
    font-size: 18px;
  }

  .heading-2.farbe-der-headings {
    font-size: 30px;
    line-height: 35px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .terminbutton.highlights.heading-3 {
    margin-bottom: 0;
    margin-right: 0;
    padding: 8px 12px;
  }

  .terminbutton.highlights.heading-3.banner {
    padding: 8px 12px;
  }

  .terminbutton.zweitfarbe.heading-3 {
    margin-right: 0;
    padding: 8px 12px;
  }

  .terminbutton.zweitfarbe.heading-3:hover {
    color: #fff;
  }

  .terminbutton.zweitfarbe.heading-3.adj {
    margin-bottom: 10px;
  }

  .impdat1 {
    padding-left: 0;
  }

  .leistungen1 {
    padding-bottom: 0;
  }

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

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

  .header {
    padding-left: 5vw;
    position: relative;
    top: 0;
  }

  .navbar.hauptfarbe {
    padding-right: 0;
    position: static;
  }

  .logo-wei {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-men.hauptfarbe {
    background-color: #faf7f5;
    display: none;
    left: 0;
  }

  .men-button.hauptfarbe {
    padding: 16px;
    font-size: 22px;
  }

  .men-button.hauptfarbe.w--open {
    background-color: var(--main);
  }

  .men-icon {
    color: #fff;
  }

  .divblock-video {
    justify-content: flex-end;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .titelvideo {
    height: 70vh;
    padding-left: 0;
    padding-right: 0;
  }

  .slogan.heading-1 {
    text-align: left;
  }

  .slogan.heading-1.farbe-der-headings {
    text-align: center;
    font-size: 45px;
  }

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

  .section-gro-e-abst-nde.zweitfarbe {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  ._2er-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  ._2er-grid.kontakt-3 {
    flex-direction: column;
  }

  ._2er-grid.is-reverse {
    flex-flow: column;
  }

  .text-linksb-ndig.flie-text {
    text-align: center;
  }

  .inhalt-untereinander {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

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

  .heading-linksb-ndig.heading-1 {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    line-height: 1.3;
  }

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

  .label.heading-2.farbe-der-headings {
    text-align: center;
    margin-top: 0;
    font-size: 12px;
  }

  .abstand-nach-innen {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .div-block-wei {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-klein-linksb-ndig.heading-1.farbe-der-headings {
    text-align: center;
    font-size: 20px;
  }

  .heading-klein-linksb-ndig.heading-1.mit {
    font-size: 22px;
  }

  .bild-cover {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .bild-cover.bg.padding {
    flex: 0 auto;
    padding-top: 60px;
  }

  .bild-wei-er-rahmen1 {
    height: 50vh;
  }

  .bild-wei-er-rahmen1.cont {
    height: 45vh;
  }

  .bild.small {
    width: 100%;
  }

  .footer-1.hauptfarbe.flie-text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-footer3.heading-3 {
    font-size: 16px;
  }

  .impdat {
    padding: 60px;
  }

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

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

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

  .heading-success.white.heading-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .titelvideo-start {
    height: 70vh;
  }

  .logo-img {
    width: 8rem;
  }

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

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

  .grid-galerie {
    flex-direction: column;
  }

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

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

  .link-block {
    width: 40px;
    margin-top: 5px;
  }

  .lightbox {
    height: auto;
  }

  .lightbox._2, .lightbox._55vh, .background-video-2 {
    height: 55vh;
  }

  .header-static {
    padding-left: 5vw;
  }

  .utility-pag.highlights {
    padding: 60px;
  }

  .error-icon {
    height: 22rem;
  }

  ._404-error-heading.heading-1 {
    font-size: 35px;
    line-height: 1.2;
  }

  .paragraph_center.flie-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-34 {
    width: 153.531px;
  }

  .paragraph-8, .link-3 {
    margin-left: 0;
  }

  .div-block-37 {
    width: 153.531px;
  }

  .link-4 {
    margin-left: 0;
  }

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

  .section-6 {
    flex-direction: column;
    display: block;
  }

  .div-block-33 {
    align-items: flex-start;
    width: 153.531px;
    padding-left: 0;
    display: flex;
  }

  .icon {
    width: 35px;
  }

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

  .nav-link.flie-text, .nav-link.flie-text.white {
    padding: 12px;
    font-size: 16px;
    line-height: 1.4;
  }

  .video2 {
    height: 70vh;
  }

  .divblock1 {
    height: auto;
  }

  .terminbutton.highlights.heading-3, .terminbutton.highlights.heading-3.banner, .terminbutton.zweitfarbe.heading-3 {
    font-size: 13px;
  }

  .impdatfooter {
    text-align: center;
  }

  .impdat1 {
    padding-left: 0;
  }

  .leistungen1 {
    height: auto;
  }

  .men-button.hauptfarbe {
    padding: 14px;
    font-size: 20px;
  }

  .divblock-video {
    padding: 40px;
  }

  .titelvideo {
    height: 25rem;
  }

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

  .slogan.heading-1.farbe-der-headings {
    font-size: 35px;
  }

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

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

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

  .heading-linksb-ndig.heading-2, .heading-linksb-ndig.heading-1 {
    font-size: 26px;
  }

  .label.heading-2.farbe-der-headings {
    font-size: 11px;
  }

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

  .heading-klein-linksb-ndig.heading-1.farbe-der-headings {
    font-size: 18px;
  }

  .heading-klein-linksb-ndig.heading-1.mit {
    font-size: 20px;
  }

  .bild-cover {
    flex-direction: row;
    padding: 40px;
  }

  .bild-cover.bg.padding {
    padding-top: 40px;
  }

  .bild-wei-er-rahmen1.cont {
    height: 22rem;
  }

  .bild.small {
    height: 16rem;
  }

  .bild.small._22rem {
    height: 22rem;
  }

  .footer-1.hauptfarbe.flie-text {
    text-align: center;
    padding: 20px;
  }

  .abst-nde-footer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

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

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

  .titelvideo-start {
    height: 25rem;
  }

  .logo-img {
    width: 7rem;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro-2 {
    height: 400px;
  }

  .footer-content {
    align-items: center;
  }

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

  .image-100._55vh {
    height: 22rem;
  }

  .grid-galerie {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .link-block {
    width: 35px;
    margin-top: 10px;
  }

  .lightbox, .lightbox._55vh, .background-video-2 {
    height: 22rem;
  }

  .utility-pag.highlights {
    padding: 40px;
  }

  .error-icon {
    height: 20rem;
  }

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

  .paragraph_center.flie-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-8, .link-3, .link-4 {
    font-size: 15px;
  }

  .grid-6 {
    justify-content: start;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

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

  .icon {
    width: 30px;
  }

  .grid-7 {
    justify-content: start;
  }

  .nav-link.flie-text, .nav-link.flie-text.white {
    padding: 10px;
    font-size: 14px;
    line-height: 1.3;
  }

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

  .terminbutton.highlights, .terminbutton.highlights.heading-3, .terminbutton.highlights.heading-3.banner, .terminbutton.zweitfarbe.heading-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .terminbutton.zweitfarbe.heading-3.adj {
    margin-bottom: 10px;
  }

  .mehr-erfahren1 {
    min-width: 150px;
  }

  .impdatlink.flie-text {
    font-size: 13.5px;
  }

  .leistungsbild-rund2, .bild2 {
    width: 200px;
    height: 200px;
  }

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

  .men-button.hauptfarbe {
    padding: 12px;
    font-size: 18px;
  }

  .divblock-video {
    align-items: center;
    padding: 20px;
  }

  .titelvideo {
    height: 22rem;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .slogan.heading-1.farbe-der-headings {
    font-size: 25px;
  }

  .section-gro-e-abst-nde {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

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

  .text-linksb-ndig.flie-text {
    font-size: 13.5px;
  }

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

  .inhalt-untereinander.mit {
    padding: 15px;
  }

  .heading-linksb-ndig {
    font-size: 30px;
  }

  .heading-linksb-ndig.heading-2 {
    font-size: 22px;
    line-height: 30px;
  }

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

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

  .label.heading-2.farbe-der-headings {
    font-size: 10px;
  }

  .abstand-nach-innen {
    width: 100%;
  }

  ._3er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .div-block-wei {
    align-items: center;
    padding: 15px;
  }

  .heading-klein-linksb-ndig {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-klein-linksb-ndig.heading-1.farbe-der-headings {
    font-size: 16px;
  }

  .heading-klein-linksb-ndig.heading-1.mit {
    font-size: 18px;
  }

  .bild-cover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bild-wei-er-rahmen1 {
    height: 300px;
  }

  .bild-wei-er-rahmen1.cont {
    height: 20rem;
  }

  .bild.small, .bild.small._22rem {
    height: auto;
  }

  .footer-1.hauptfarbe.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-footer3.heading-3 {
    font-size: 15px;
  }

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

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

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

  .heading-success.white.heading-1 {
    font-size: 20px;
    line-height: 1.3;
  }

  .titelvideo-start {
    height: 22rem;
  }

  .maps-gro-2 {
    height: 300px;
  }

  .image-100._55vh {
    height: 20rem;
  }

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

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

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

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

  .link-block {
    width: 30px;
  }

  .link-block.adj {
    margin-top: 0;
  }

  .lightbox, .lightbox._55vh, .background-video-2 {
    height: 20rem;
  }

  .utility-pag.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-icon {
    height: 16rem;
  }

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

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

#w-node-cf1809dd-ea36-4436-60b1-9e389b0497f8-271e4468 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7a8a356-278a-9a8b-7f4e-a2d4375a7ab0-271e4468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a132219c-2d60-5e4d-3691-864630af927d-271e4468 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bf62b524-a616-f53d-91c6-07b4f2dbdd64-271e4468 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83eedf08-c60a-47af-c4b0-9defd0a9e3fe-271e446a, #w-node-_83eedf08-c60a-47af-c4b0-9defd0a9e3fe-271e446c, #w-node-cfc33ee1-21cf-173e-ea59-31d32753d977-271e446c, #w-node-_6e729e60-649c-6aa7-64e2-d4c67fe94fd7-271e446c, #w-node-_4130d28d-c623-7da3-0f0f-d10545be45f5-271e446d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a132219c-2d60-5e4d-3691-864630af927d-271e4468 {
    grid-row: span 1 / span 1;
  }

  #w-node-bf62b524-a616-f53d-91c6-07b4f2dbdd64-271e4468 {
    grid-column: span 1 / span 1;
  }

  #w-node-c4dbdbef-5940-a011-0110-73f19bf33349-271e4468 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_83eedf08-c60a-47af-c4b0-9defd0a9e3fe-271e446a, #w-node-_83eedf08-c60a-47af-c4b0-9defd0a9e3fe-271e446c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_43a4a1bc-efc1-135f-ed4d-d8547eaca23f-271e446c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6e729e60-649c-6aa7-64e2-d4c67fe94fd7-271e446c, #w-node-_4130d28d-c623-7da3-0f0f-d10545be45f5-271e446d {
    grid-area: 1 / 1 / 2 / 2;
  }
}


