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

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

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

@font-face {
  font-family: D din;
  src: url('../fonts/D-DIN-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: D dinexp;
  src: url('../fonts/D-DINExp-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --1b1a1a: #1b1a1a;
  --1b3521: #1b3521;
  --5e7062: #5e7062;
  --silver-2: #c7c7c7;
  --white-smoke: #e9e9e9;
  --silver: #bdbdbd;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_1.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;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  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: 24vw;
  max-height: 150px;
}

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

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

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

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

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

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  background-color: var(--1b3521);
  color: #fff;
}

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

.adresse {
  margin-bottom: 5px;
}

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

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

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

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

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

.farbe-der-headings {
  color: var(--5e7062);
  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;
}

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

.nav-menu-1 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu-1.zweitfarbe {
  z-index: 10000;
  flex-flow: row;
}

.icon.small {
  object-fit: contain;
  width: 30px;
  height: 30px;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0%;
  bottom: 100%;
  box-shadow: 0 2px 5px #0003;
}

.logo-wei {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-link-1 {
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 20px;
  font-size: 16px;
}

.nav-link-1.flie-text {
  color: #fff;
  border-bottom: 2px solid #0000;
  font-weight: 500;
}

.nav-link-1.flie-text:hover, .nav-link-1.flie-text.w--current {
  border-bottom: 2px solid var(--silver-2);
}

.background-video1 {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.termin-button.heading-3.highlights:hover {
  background-color: #1b3521;
}

.termin-button.heading-3.highlights.padding {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.slogan1 {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1.3;
}

.slogan1.heading-1 {
  z-index: 10;
  position: relative;
}

.titelvideo-startseite-1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-video {
  color: #fff;
  letter-spacing: 1px;
  background-image: linear-gradient(#0000005e, #0000005e);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-links1 {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1.flie-text {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
}

.paragraph-links1.flie-text.no {
  padding-top: 0;
  padding-bottom: 0;
}

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

.heading-linksb-ndig1 {
  font-size: 22px;
  line-height: 28px;
}

.heading-linksb-ndig1.heading-2 {
  line-height: 1.3;
}

.heading-links-gro-1 {
  text-transform: none;
  margin-top: 10px;
  font-size: 35px;
}

.heading-links-gro-1.heading-1.no {
  margin-top: 0;
}

.section-gro-e-abst-nde1 {
  padding: 120px 10vw;
  position: relative;
}

.section-gro-e-abst-nde1._100vh.midde {
  text-align: center;
}

.div-block-mit-abstand {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.bild-block1 {
  width: 100%;
  position: relative;
}

.div-block-effekt {
  position: relative;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
}

.service-image.top {
  object-position: 50% 0%;
}

.big-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.galerie-div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._2er-grid {
  grid-template-rows: auto;
}

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

.white-div-block {
  border: 1px solid var(--white-smoke);
  color: #333;
  background-color: #fff;
  width: 100%;
  height: 40%;
  padding: 20px;
  text-decoration: none;
}

.white-div-block.full {
  height: 100%;
}

.white-div-block.size {
  height: 35vh;
}

.white-div-block.size-lg {
  height: 45vh;
}

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

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

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

.footer-1 {
  margin-top: auto;
  padding: 40px 140px;
}

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  display: flex;
}

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

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

.galerie-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.galerie-image:hover {
  transform: scale(1.02);
}

.div-block-wei {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

._2-spalten1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.maps1 {
  width: 100%;
  height: 30vh;
  margin-bottom: 40px;
}

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

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

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

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

.success-block.highlights {
  box-shadow: 1px 1px 6px 1px var(--silver-2);
  border-style: none;
}

.heading-mittig1 {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.grid-kontakt {
  grid-column-gap: 0px;
  text-align: left;
  grid-template-rows: auto auto auto;
  grid-template-columns: 40px 1fr;
  justify-items: start;
}

.icon-small {
  object-fit: contain;
  width: 25px;
  height: 25px;
}

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

.link-block-black {
  color: #333;
  text-decoration: none;
}

.submit-button-12 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-55 {
  color: #858585;
  background-color: #fff;
  margin-bottom: -10px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  position: relative;
}

.text-field-3 {
  background-color: #fff;
  padding-top: 15px;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

.text-field-3:hover {
  background-color: #fff;
}

.text-field-3:focus {
  border: 2px solid #496ab1;
}

.form-text-3 {
  color: #969696;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  display: flex;
}

.form-block {
  background-color: #fff;
  padding: 30px 20px 40px;
  box-shadow: 2px 2px 8px 1px #b6b6b6;
}

.checkbox-field-2 {
  text-align: left;
  font-size: 16px;
}

.checkbox {
  width: 15px;
  height: 15px;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

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

.maps-gro {
  width: 100%;
  height: 31vh;
}

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

.link.black {
  color: #333;
}

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

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

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

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

.textarea {
  line-height: 2.2;
}

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

.div-block-kontakt {
  align-items: center;
  width: 100%;
  display: flex;
}

.adresse-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.cover-div {
  color: #333;
  text-decoration: none;
  position: relative;
}

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

.zweitfarbe-2 {
  color: #333;
  background-color: #f7f7f7;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle-12 {
  color: #fffefe;
  padding-left: 0;
  padding-right: 20px;
}

.dropdown-list-13 {
  background-color: var(--1b3521);
}

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

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

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

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

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

.content-wrrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.image-div-50vh {
  width: 100%;
  height: 57vh;
  overflow: hidden;
}

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

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

.quick-stack-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 0;
  padding-right: 0;
}

.slider-2, .lightbox-link-3, .lightbox-link-4 {
  width: 100%;
  height: 100%;
}

.paragraph-62 {
  margin-bottom: 0;
}

.utility-page-wrap4 {
  background-color: var(--5e7062);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.image-101 {
  filter: brightness(23%) invert();
  object-fit: contain;
  width: 50%;
}

.heading-4 {
  color: #fff;
  font-family: Handlee, sans-serif;
}

.text-block {
  color: #fff;
  font-family: Roboto, sans-serif;
}

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

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

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1.zweitfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon {
    color: #fff;
  }

  .icon.small {
    width: 20px;
    height: 20px;
  }

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

  .nav-link-1.flie-text {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .termin-button.heading-3.highlights {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .slogan1 {
    font-size: 40px;
  }

  .slogan1.heading-1 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }

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

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

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

  .kleines-bild1 {
    height: 100%;
  }

  .heading-linksb-ndig1.heading-2.farbe-der-headings, .heading-links-gro-1.heading-1 {
    text-align: center;
  }

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

  .div-block-mit-abstand {
    margin-bottom: 60px;
    padding-right: 20px;
  }

  .galerie-div {
    height: 50vh;
  }

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

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

  .white-div-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .white-div-block.size, .white-div-block.size-lg {
    height: auto;
  }

  .heading-footer.heading-3 {
    overflow-wrap: normal;
    font-size: 16px;
  }

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

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

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

  .div-block-footer1.flie-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: flex;
  }

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

  .div-block-wei.flie-text {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

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

  .impdat {
    min-height: auto;
    padding: 60px;
  }

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

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

  .grid-kontakt.flie-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-block {
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .nav-button {
    color: #000;
  }

  .nav-button.hauptfarbe {
    border: 4px none var(--1b3521);
    background-color: var(--5e7062);
    width: 100%;
    box-shadow: inset 0 2px 9px 0 var(--1b3521);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-kontakt {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

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

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

  .dropdown {
    width: 100%;
  }

  .dropdown-toggle-12 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-list-13.w--open {
    background-color: var(--5e7062);
    position: static;
  }

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

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

  .quick-stack {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .image-div-50vh {
    height: 50vh;
  }

  .quick-stack-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

@media screen and (max-width: 767px) {
  .telefonnummer, .email, .adresse {
    text-align: center;
  }

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

  .divblock1 {
    height: auto;
  }

  .background-video1 {
    width: 100%;
  }

  .slogan1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

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

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

  .div-block-video {
    background-image: linear-gradient(#00000075, #00000075);
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-links1.flie-text {
    font-size: 14px;
    line-height: 1.5;
  }

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

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

  .div-block-mit-abstand {
    margin-bottom: 20px;
  }

  .bild-block1 {
    height: 400px;
  }

  .big-column.zweitfarbe {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .galerie-div {
    height: auto;
  }

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

  .white-div-block {
    height: auto;
    margin-bottom: 0;
    padding: 20px;
  }

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

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

  .div-block-footer1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

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

  .grid-galerie {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

  .maps1 {
    margin-bottom: 20px;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

  .heading-mittig1.heading-1 {
    font-size: 26px;
    line-height: 34px;
  }

  .maos-footer {
    height: auto;
  }

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

  .lightbox-link-40vh {
    height: 25rem;
  }

  .quick-stack {
    width: 100%;
  }

  .image-div-50vh {
    height: 25rem;
  }
}

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

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

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

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

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

  .navbar {
    flex-direction: column;
    min-height: auto;
    padding-right: 0;
  }

  .logo-wei {
    width: 100%;
    max-height: none;
    position: static;
  }

  .background-video1 {
    width: 100vw;
    height: 100%;
  }

  .termin-button.heading-3.highlights.padding {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

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

  .slogan1.heading-1 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-video {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-links1.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-linksb-ndig1.heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

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

  .section-gro-e-abst-nde1.zweitfarbe-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bild-block1 {
    height: 45vh;
  }

  .service-image {
    height: 100%;
  }

  .service-image.to-left {
    object-position: 100% 50%;
  }

  .big-column.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .white-div-block {
    padding: 20px 10px;
  }

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

  .grid-galerie {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    justify-content: space-between;
    display: flex;
  }

  .div-block-wei.flie-text {
    padding: 20px 0;
  }

  .maps1 {
    height: 40vh;
  }

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

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

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

  .form-block {
    margin-left: 0;
    margin-right: 0;
  }

  .maps-gro {
    height: 300px;
  }

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

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

  .image-100 {
    height: 100%;
  }

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

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

#w-node-bc246e86-1a26-e544-de8c-2c381b57f3de-85170880 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_0e364596-dcdc-63aa-e81d-56de1452c58a-8517088d, #w-node-_6324641b-0ca2-5c1e-3abd-3445e9b414ca-8517088d, #w-node-_9b0253c4-13c7-9139-62d7-ef0c8eaa0127-8517088d, #w-node-_42534378-03e1-5747-20aa-9f30653b33f1-8517088d, #w-node-acfb51f8-94c1-99d2-1542-4891752259e0-8517088d, #w-node-_1550b39f-f00c-f6f1-64d4-4d8eb15138fc-8517088d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_960171ce-1a91-299f-bc99-fcd451d06f09-8517088e, #w-node-_8cbae97c-72c1-b85f-8ffd-5cae1d024437-8517088e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_01458d31-bb61-4277-b082-ad15338dd013-7a05de15, #w-node-_01458d31-bb61-4277-b082-ad15338dd024-7a05de15, #w-node-_01458d31-bb61-4277-b082-ad15338dd02d-7a05de15, #w-node-c43213e2-2e52-c51d-45ed-0424d28f0d8d-7a05de15, #w-node-c45c33c0-af9b-7107-8243-f84404de2c0d-7a05de15, #w-node-_269b5d75-501d-49ac-26a8-d99e2c026941-7a05de15, #w-node-_83b5b646-c680-8a66-e3b3-3eb8003131c8-0e859ee6, #w-node-_7bed63e9-c49f-8d0f-1c39-51777cb2cb97-0e859ee6, #w-node-d771e339-86c7-2069-e8d1-b5e696322b0c-0e859ee6, #w-node-_83b5b646-c680-8a66-e3b3-3eb8003131c8-22cd4552, #w-node-_22a45912-5c58-a060-9667-f703f299ccbf-22cd4552, #w-node-b9ace549-2a6f-cc9c-36a1-4a33b656c4ee-22cd4552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bc246e86-1a26-e544-de8c-2c381b57f3de-85170880 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_960171ce-1a91-299f-bc99-fcd451d06f09-8517088e, #w-node-_8cbae97c-72c1-b85f-8ffd-5cae1d024437-8517088e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8cbae97c-72c1-b85f-8ffd-5cae1d024438-8517088e {
    order: 9999;
  }
}


@font-face {
  font-family: 'Lanehum';
  src: url('../fonts/Lanehum.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dincondensed';
  src: url('../fonts/D-DINCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'QuentellCFBold';
  src: url('../fonts/QuentellCFBold-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D din';
  src: url('../fonts/D-DIN-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dinexp';
  src: url('../fonts/D-DINExp-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abyss';
  src: url('../fonts/Abyss.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}