@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 {
  --highlights: #59524c;
  --silver-2: #c7c7c7;
  --secondry: #eee;
  --white-smoke: #e9e9e9;
  --main: #000;
  --silver: #bdbdbd;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.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: center;
  align-items: center;
  display: flex;
}

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

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

.logo-img {
  object-fit: contain;
  height: 16vh;
}

.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-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

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

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

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  color: #333;
  background-color: #eee;
}

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

.adresse {
  margin-bottom: 5px;
  line-height: 1.8;
}

.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(--highlights);
  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 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu.hauptfarbe {
  z-index: 1000;
  background-color: #0000;
}

.navbar {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.nav-link {
  padding: 15px 20px;
  font-size: 16px;
}

.nav-link.flie-text {
  color: #000;
  border-bottom: 2px solid #0000;
  margin-right: 5px;
  font-weight: 500;
}

.nav-link.flie-text:hover {
  border-bottom-color: var(--silver-2);
}

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

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

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

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

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

.slogan.heading-1 {
  z-index: 10;
  line-height: 70px;
  position: relative;
}

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

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

.paragraph-links {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

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

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

._2er-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  width: 100%;
  height: 100%;
}

._4er-grid {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.inhalt-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 1px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-linksb-ndig {
  margin-top: 10px;
  font-size: 22px;
  line-height: 28px;
}

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

.div-block-grauer-rand {
  border: 1px solid var(--silver-2);
  align-items: center;
  padding: 40px;
  display: flex;
}

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

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

.section-gro-e-abst-nde.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divblock-farbig {
  position: absolute;
  inset: 0% 60% 0% 0%;
}

.divblock-farbig.zweitfarbe {
  left: 60%;
  right: 0%;
}

.feature-image {
  z-index: 10;
  object-fit: cover;
  width: 100.041%;
  height: 100%;
  position: relative;
}

.flex-block-nebeneinander {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.div-block-mit-abstand.rechts {
  padding-left: 60px;
  padding-right: 20px;
}

.div-block-mit-abstand.links {
  padding-right: 60px;
}

.bild-block {
  width: 100%;
  height: 70vh;
  position: relative;
}

.block-versetzt {
  z-index: -5;
  border: 10px #bbb;
  width: 99.9588%;
  height: 100%;
  position: absolute;
  inset: -40px 0% 0% -40px;
}

.block-versetzt.zweitfarbe {
  top: -20px;
  left: -20px;
}

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

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

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

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

.div-no-overflow {
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.div-no-overflow.klein {
  height: 55vh;
  margin-bottom: 20px;
}

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

.white-div-block {
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  min-height: 55vh;
  padding: 20px;
}

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

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

.inhalt-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.footer {
  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-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

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

.galerie-image.gro {
  height: 100%;
}

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

.impdat {
  padding: 100px 40px;
}

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

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

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

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

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

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

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

.maos-footer {
  justify-content: center;
  width: 100%;
  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 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

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

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

.spacer {
  height: 20px;
}

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

.background-video {
  width: 100%;
  height: 100%;
}

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

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

.galerie-image-contain {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.list1.flie-text {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  line-height: 1.5;
  display: flex;
}

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

.background-video-100.is-50 {
  width: 100%;
}

.play-pause-button {
  background-color: #fff;
  border-radius: 100%;
  height: 3rem;
}

.text-highlight {
  text-align: center;
  margin-bottom: 20px;
  font-family: Handlee, sans-serif;
  font-size: 22px;
  line-height: 1.3;
}

.success-heading {
  text-align: center;
  font-family: Handlee, sans-serif;
  font-size: 30px;
  line-height: 1.5;
}

.text-telefon {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

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

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

.utility-page.highlights {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 100px 100px;
}

.image {
  filter: brightness(0%) invert();
  object-fit: contain;
  height: 45vh;
  margin-bottom: 10px;
}

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

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

  .logo {
    margin-right: auto;
  }

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

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

  .adresse {
    line-height: 1.6;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu.hauptfarbe {
    background-color: var(--highlights);
    padding: 10px;
    position: absolute;
  }

  .icon {
    color: #fff;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: auto;
    padding: 10px 5vw 10px 4.5vw;
  }

  .nav-link.flie-text {
    color: #fff;
    text-align: center;
    margin-right: 0;
  }

  .termin-button.heading-3.highlights {
    text-align: center;
    font-size: 13px;
  }

  .slogan {
    font-size: 40px;
  }

  .slogan.heading-1 {
    text-align: center;
    font-size: 35px;
    line-height: 1.5;
  }

  .titelvideo-startseite {
    justify-content: flex-end;
    align-items: center;
    height: 65vh;
  }

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

  .paragraph-links.flie-text {
    text-align: center;
    margin-top: 0;
    font-size: 15px;
  }

  .kleines-bild {
    height: 55vh;
  }

  .kleines-bild.is-top {
    object-position: 50% 0%;
  }

  ._2er-grid1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center stretch;
    display: flex;
  }

  ._4er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  ._4er-grid.is-50 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .inhalt-untereinander {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-linksb-ndig.heading-2 {
    text-align: center;
  }

  .heading-linksb-ndig.heading-2.is-small {
    font-size: 20px;
  }

  .div-block-grauer-rand {
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .heading-links-gro.heading-1 {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
  }

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

  .divblock-farbig.hauptfarbe {
    height: 50vh;
    right: 0%;
  }

  .divblock-farbig.zweitfarbe {
    background-color: var(--secondry);
    height: 50vh;
    left: 0%;
  }

  .feature-image {
    height: 100%;
  }

  .flex-block-nebeneinander {
    text-align: center;
    flex-flow: column;
    margin-bottom: 0;
  }

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

  .div-block-mit-abstand.rechts {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .div-block-mit-abstand.links {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bild-block {
    order: -1;
    height: auto;
  }

  .block-versetzt {
    height: 400px;
    top: -20px;
    left: -20px;
  }

  .block-versetzt.zweitfarbe {
    display: none;
  }

  .service-image {
    margin-bottom: 0;
  }

  ._3er-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .div-no-overflow {
    height: 60vh;
  }

  .div-no-overflow.klein {
    margin-bottom: 10px;
  }

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

  .white-div-block {
    width: 100%;
    min-height: auto;
    padding: 20px;
  }

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

  .footer.hauptfarbe {
    background-color: var(--main);
    padding: 40px;
  }

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

  .div-block-footer1.flie-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .titelvideo-unterseite {
    height: 60vh;
  }

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

  ._2-spalten1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .impdat.is-wrap {
    padding: 60px;
  }

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

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

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

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

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

  .nav-button {
    color: #000;
  }

  .nav-button.hauptfarbe {
    text-align: center;
    padding: 15px;
  }

  .nav-button.hauptfarbe.w--open {
    text-align: center;
    background-color: #000;
  }

  .maos-footer {
    min-width: auto;
  }

  .maps-gro {
    height: 100%;
  }

  .impressum-link, .datenschutz-link {
    line-height: 1.3;
  }

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

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

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

  .list.flie-text {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .list1.flie-text {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .background-video-100.is-50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .play-pause-button {
    height: 2.5rem;
  }

  .success-heading {
    margin-top: 10px;
    font-size: 25px;
  }

  .paragraph {
    text-align: center;
  }

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

  .code-embed {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

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

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

  .adresse {
    text-align: center;
    line-height: 1.5;
  }

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

  .divblock1 {
    height: auto;
  }

  .nav-link.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 1.3;
  }

  .background-title-video {
    width: 100%;
  }

  .termin-button.heading-3.highlights {
    font-size: 12px;
  }

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

  .slogan.heading-1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .titelvideo-startseite {
    height: 60vh;
  }

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

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

  .kleines-bild {
    height: 50vh;
  }

  ._2er-grid1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

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

  ._4er-grid.is-50 {
    width: 80%;
  }

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

  .heading-linksb-ndig.heading-2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .heading-linksb-ndig.heading-2.is-small {
    font-size: 18px;
  }

  .div-block-grauer-rand {
    padding: 15px;
  }

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

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

  .divblock-farbig.hauptfarbe {
    height: 45vh;
    right: 0%;
  }

  .divblock-farbig.zweitfarbe {
    width: 100%;
    height: 45vh;
    inset: 0%;
  }

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

  .feature-image.is-top {
    object-position: 50% 35%;
  }

  .feature-image.is-top_20 {
    object-position: 50% 20%;
  }

  .flex-block-nebeneinander {
    flex-direction: column;
    margin-bottom: 0;
  }

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

  .div-block-mit-abstand.rechts {
    padding: 10px 0;
  }

  .div-block-mit-abstand.links {
    padding-left: 0;
    padding-right: 0;
  }

  .bild-block {
    height: auto;
  }

  .block-versetzt {
    height: 300px;
  }

  .block-versetzt.zweitfarbe {
    height: 55vh;
  }

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

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

  ._3er-grid.is-samll {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-no-overflow.klein {
    height: 55vh;
  }

  ._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 {
    min-height: auto;
    margin-bottom: 0;
    padding: 20px;
  }

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

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

  .footer.hauptfarbe {
    padding: 20px;
  }

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

  .div-block-footer1.flie-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .titelvideo-unterseite {
    height: 55vh;
  }

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

  .galerie-image {
    object-position: 50% 50%;
  }

  .galerie-image.gro.is-top {
    object-position: 50% 65%;
  }

  .galerie-image.is-realigned {
    object-position: 50% 14%;
  }

  .galerie-image.is-top_30 {
    object-position: 50% 30%;
  }

  .galerie-image.is-top_60 {
    object-position: 50% 60%;
  }

  .galerie-image.is-top_80 {
    object-position: 50% 80%;
  }

  .maps1 {
    height: 40vh;
  }

  .impdat {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .impdat.is-wrap, .success {
    padding: 40px;
  }

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

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

  .nav-button.hauptfarbe {
    padding: 13px;
  }

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

  .list.flie-text, .list1.flie-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .background-video-100.is-50 {
    width: 80%;
  }

  .play-pause-button {
    height: 2.3rem;
  }

  .text-highlight {
    font-size: 18px;
  }

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

  .paragraph {
    margin-bottom: 0;
  }

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

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

  .logo-img {
    height: 11vh;
  }

  .adresse {
    font-size: 13.5px;
  }

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

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

  .icon {
    font-size: 20px;
  }

  .navbar {
    min-height: auto;
    padding-left: 3.5vw;
    padding-right: 4vw;
  }

  .nav-link.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

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

  .termin-button.heading-3.highlights {
    font-size: 11px;
  }

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

  .slogan.heading-1 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.3;
  }

  .titelvideo-startseite {
    height: 55vh;
  }

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

  .paragraph-links.flie-text {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 13.5px;
  }

  .kleines-bild {
    height: 45vh;
  }

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

  ._4er-grid.is-50 {
    width: 100%;
  }

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

  .heading-linksb-ndig.heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.3;
  }

  .heading-linksb-ndig.heading-2.is-small {
    font-size: 16px;
  }

  .div-block-grauer-rand {
    padding: 10px;
  }

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

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

  .divblock-farbig.hauptfarbe, .divblock-farbig.zweitfarbe {
    height: 40vh;
  }

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

  .bild-block {
    height: auto;
  }

  .block-versetzt {
    top: -10px;
    left: -10px;
  }

  .block-versetzt.zweitfarbe {
    height: 45vh;
    left: 0;
    right: 0%;
  }

  ._3er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 15px;
  }

  ._3er-grid.is-samll {
    width: 100%;
  }

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

  .div-no-overflow {
    height: 50vh;
  }

  .div-no-overflow.klein {
    height: 45vh;
  }

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

  .white-div-block {
    padding: 15px;
  }

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

  .titelvideo-unterseite {
    height: 50vh;
  }

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

  .div-block-wei.flie-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px 0 0;
  }

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

  .impdat.is-wrap {
    padding: 20px;
  }

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

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

  .grid-kontakt {
    width: 100%;
  }

  .form-block {
    padding: 5px 10px;
  }

  .nav-button.hauptfarbe {
    padding: 12px;
  }

  .link {
    font-size: 13.5px;
  }

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

  .impdat-2.flie-text {
    min-height: auto;
    font-size: 13.5px;
  }

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

  .list.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 13.5px;
  }

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

  .background-video-100.is-50 {
    width: 100%;
  }

  .success-heading {
    font-size: 18px;
    line-height: 1.3;
  }

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

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

  .image {
    height: 35vh;
  }

  .code-embed {
    font-size: 5px;
  }
}

#w-node-_83b5b646-c680-8a66-e3b3-3eb8003131c8-79a5e438, #w-node-_83d8c0b1-622f-698d-2f74-7b2a723da130-79a5e438, #w-node-_0e364596-dcdc-63aa-e81d-56de1452c58a-79a5e43d, #w-node-_6324641b-0ca2-5c1e-3abd-3445e9b414ca-79a5e43d, #w-node-_9b0253c4-13c7-9139-62d7-ef0c8eaa0127-79a5e43d, #w-node-_42534378-03e1-5747-20aa-9f30653b33f1-79a5e43d, #w-node-acfb51f8-94c1-99d2-1542-4891752259e0-79a5e43d, #w-node-_1550b39f-f00c-f6f1-64d4-4d8eb15138fc-79a5e43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b2640ac-156b-00a6-30b0-0f70049819a7-79a5e440, #w-node-_66c4197e-5f3f-a7be-fe74-d1ca5ad726f0-79a5e440, #w-node-a7e398de-b2e4-784b-8189-0296fd326483-79a5e440, #w-node-_92e75c9c-eaa5-9eb4-c71b-0ced3a7ae85b-79a5e440, #w-node-_92e75c9c-eaa5-9eb4-c71b-0ced3a7ae863-79a5e440, #w-node-_92e75c9c-eaa5-9eb4-c71b-0ced3a7ae867-79a5e440, #w-node-_57927445-a902-4580-e37d-567479f4bc8a-79a5e440, #w-node-_57927445-a902-4580-e37d-567479f4bc8e-79a5e440, #w-node-_57927445-a902-4580-e37d-567479f4bc88-79a5e440, #w-node-_57927445-a902-4580-e37d-567479f4bc8c-79a5e440 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b35e870c-982d-7965-43ae-e6bb0ef955fc-79a5e440 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1b2640ac-156b-00a6-30b0-0f70049819a7-79a5e440 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66c4197e-5f3f-a7be-fe74-d1ca5ad726f0-79a5e440, #w-node-a7e398de-b2e4-784b-8189-0296fd326483-79a5e440, #w-node-_92e75c9c-eaa5-9eb4-c71b-0ced3a7ae85b-79a5e440, #w-node-_92e75c9c-eaa5-9eb4-c71b-0ced3a7ae863-79a5e440, #w-node-_92e75c9c-eaa5-9eb4-c71b-0ced3a7ae867-79a5e440, #w-node-_57927445-a902-4580-e37d-567479f4bc8a-79a5e440, #w-node-_57927445-a902-4580-e37d-567479f4bc8e-79a5e440, #w-node-_57927445-a902-4580-e37d-567479f4bc88-79a5e440, #w-node-_57927445-a902-4580-e37d-567479f4bc8c-79a5e440 {
    grid-column: span 1 / span 1;
  }
}


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