@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 {
  --lavander: #e79af3;
  --purple: #9a53a9;
  --silver-2: #c7c7c7;
  --silver: #bdbdbd;
  --white-smoke: #e9e9e9;
}

.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-direction: column;
  justify-content: space-around;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

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

.logo-img {
  object-fit: contain;
  max-height: 130px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-right: auto;
  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;
}

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

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

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  background-color: var(--lavander);
  color: #333;
}

.highlights {
  background-color: var(--purple);
  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 {
  line-height: 1.5;
}

.farbe-der-headings {
  color: var(--purple);
  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%;
  padding: 10px 3%;
  display: flex;
  box-shadow: 0 0 7px 1px #81818133;
}

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

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

.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: #000;
}

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

.slogan1.heading-1 {
  z-index: 10;
  text-align: center;
  line-height: 70px;
  position: relative;
}

.titelvideo-startseite-1 {
  background-color: var(--lavander);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

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

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

.paragraph-links1.flie-text.white {
  color: #fff;
}

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

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

.inhalt-untereinander1 {
  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-ndig1 {
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
}

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

.div-block-grauer-rand1 {
  border: 1px solid var(--purple);
  height: 100%;
  padding: 40px;
  transition: all .5s;
}

.div-block-grauer-rand1:hover {
  transform: scale(1.05);
}

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

.section-gro-e-abst-nde1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 10vw;
  display: flex;
  position: relative;
}

.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-nebeneinander1 {
  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-block1 {
  width: 100%;
  height: 65vh;
  position: relative;
}

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

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

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

.service-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.div-no-overflow {
  aspect-ratio: 1;
  width: 100%;
  max-width: 50vh;
  height: 43vh;
  overflow: hidden;
}

.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%;
  padding-left: 60px;
  padding-right: 60px;
  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-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);
}

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

.div-block-wei.flie-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 0 2px 7px 0 var(--purple);
  justify-content: center;
  align-items: center;
}

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

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

.icon-small {
  object-fit: contain;
  width: 1.563rem;
  height: 1.563rem;
}

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

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

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

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

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

.link.insta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

.heading-links-gro-2 {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-size: 40px;
}

.lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65vh;
  margin-top: 10px;
  display: flex;
}

.lightbox._100 {
  height: 100%;
}

.lightbox._100.margin {
  height: 75vh;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lightbox._100.margin.sm {
  height: 90vh;
}

.heading-linksb-ndig2 {
  text-align: center;
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
}

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

.paragraph-mitting {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-mitting.flie-text {
  margin-bottom: 0;
  line-height: 1.5;
}

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

.div-block-grauer-rand1-copy {
  border: 1px solid var(--purple);
  width: 66%;
  height: 100%;
  padding: 40px;
  transition: all .5s;
}

.div-block-grauer-rand1-copy:hover {
  transform: scale(1.05);
}

.image-1 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

._2-1-grid {
  grid-template-rows: auto;
  margin-top: 20px;
}

.list-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.kleines-bild12 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.telefonnummer-1 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
}

.email-1 {
  margin-bottom: 5px;
  font-size: 16px;
}

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

.card {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-wrapper {
  background-color: #fff;
  height: 100%;
  margin-top: 0;
  padding: 20px;
}

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

.link-list {
  color: #333;
  margin-bottom: 0;
  font-size: 16px;
  text-decoration: none;
}

.link-list:hover, .link-list.flie-text:hover {
  color: var(--purple);
}

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

.div-block-grauer-rand1-2 {
  border: 1px solid #6c3084;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  transition: all .5s;
  display: flex;
}

.div-block-grauer-rand1-2:hover {
  transform: scale(1.05);
}

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

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

.titelbild {
  object-fit: cover;
  object-position: 50% 85%;
  width: 50%;
  height: 60vh;
}

.icon-18px {
  filter: invert();
  object-fit: contain;
  width: 1.125rem;
  height: 1.125rem;
}

.text-blcok {
  z-index: 4;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: absolute;
  inset: auto 0% 5%;
}

.heading-links-gro-2-small {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-size: 20px;
}

.heading-links-gro-2-small.heading-1.farbe-der-headings {
  color: var(--purple);
}

.text-block {
  z-index: 4;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: static;
  inset: auto 0% 0%;
}

.heading-links-gro-2-small-2 {
  color: var(--purple);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-size: 20px;
}

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

.utility-page-wrap-404.highlights {
  padding-left: 100px;
  padding-right: 100px;
}

.utility-page-content-404 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-404 {
  filter: contrast(200%) invert();
  width: 8rem;
  margin-bottom: 20px;
}

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

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

.wrapp {
  overflow-wrap: anywhere;
}

.pink-link {
  color: var(--lavander);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 6rem;
    max-height: none;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

  .icon {
    color: #fff;
    font-size: 20px;
  }

  .navbar {
    padding: 0 5vw;
  }

  .nav-link.flie-text {
    color: #fff;
    text-align: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

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

  .termin-button.heading-3.highlights {
    text-align: center;
    font-size: 13.5px;
    line-height: 1.4;
  }

  .slogan1 {
    font-size: 40px;
  }

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

  .titelvideo-startseite-1 {
    justify-content: center;
    align-items: center;
    height: 95vh;
  }

  .div-block-video {
    z-index: 20;
    width: 100%;
    height: 100%;
    padding: 60px;
    position: relative;
    inset: 0% 0% auto;
  }

  .paragraph-links1.flie-text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }

  .paragraph-links1.flie-text.no-padding {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .kleines-bild1 {
    height: 60vh;
  }

  .kleines-bild1.is-left-80 {
    object-position: 80% 50%;
  }

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

  .inhalt-untereinander1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .div-block-grauer-rand1:hover {
    transform: none;
  }

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

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

  .divblock-farbig.zweitfarbe {
    height: 50vh;
    inset: 0% 0% auto;
  }

  .divblock-farbig.highlights {
    width: 100%;
    height: 50vh;
    inset: 0% 0% auto;
  }

  .feature-image {
    height: 100%;
  }

  .flex-block-nebeneinander1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .flex-block-nebeneinander1.is-invert {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

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

  .div-block-mit-abstand.rechts, .div-block-mit-abstand.links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bild-block1 {
    height: 60vh;
  }

  .bild-block1.is-small {
    width: 70%;
  }

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

  .block-versetzt1.zweitfarbe {
    width: 105%;
    height: 63vh;
    display: none;
    top: -10px;
    left: -10px;
  }

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

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

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

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

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

  .div-block-footer1.flie-text {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .galerie-image.is-left_100, .galerie-image.is-left_80 {
    object-position: 100% 50%;
  }

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

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

  .impdat {
    padding: 60px;
  }

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

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

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

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

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

  .nav-button {
    color: #000;
  }

  .nav-button.hauptfarbe {
    background-color: var(--purple);
    padding: 15px;
  }

  .impdat-2.flie-text {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

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

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

  .image-div {
    height: 100%;
  }

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

  .lightbox._100 {
    height: 60%;
    margin-top: 0;
  }

  .heading-linksb-ndig2.heading-2.farbe-der-headings {
    font-size: 20px;
  }

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

  ._4er-grid2 {
    grid-column-gap: 15px;
    margin-top: 20px;
  }

  .div-block-grauer-rand1-copy {
    width: 50%;
    padding: 20px;
  }

  .div-block-grauer-rand1-copy:hover {
    transform: none;
  }

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

  .kleines-bild12 {
    height: 60vh;
  }

  .kleines-bild12.is-left_80 {
    object-position: 80% 50%;
  }

  .telefonnummer-1 {
    margin-bottom: 5px;
  }

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

  .email-1 {
    margin-bottom: 5px;
  }

  .email-1.flie-text {
    text-align: center;
    font-size: 15px;
  }

  .image-wrapper {
    width: 100%;
    height: 55vh;
  }

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

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

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

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

  .div-block-grauer-rand1-2 {
    padding: 20px;
  }

  .div-block-grauer-rand1-2:hover {
    transform: none;
  }

  .div-block-grauer-rand1-2.is-relative {
    position: relative;
    left: 50%;
  }

  .kleines-bild1-2 {
    height: 55vh;
  }

  ._4er-grid1-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 30px;
  }

  .titelbild {
    width: 100%;
    height: 60vh;
  }

  .text-blcok {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: static;
    bottom: 4%;
  }

  .heading-links-gro-2-small.heading-1 {
    font-size: 18px;
  }

  .text-block {
    width: 100%;
    padding: 0;
  }

  .heading-links-gro-2-small-2.heading-1 {
    font-size: 18px;
  }

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

@media screen and (max-width: 767px) {
  .logo-img {
    width: 5rem;
  }

  .footer-text, .email, .adresse {
    text-align: center;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .background-video1 {
    width: 100%;
  }

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

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

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

  .titelvideo-startseite-1 {
    height: auto;
  }

  .div-block-video {
    background-image: linear-gradient(#0000004d, #0000004d);
    padding: 20px 40px;
  }

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

  .paragraph-links1.flie-text.no-padding {
    font-size: 14px;
  }

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

  .kleines-bild1 {
    height: 25rem;
  }

  ._2er-grid1 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    display: flex;
  }

  .inhalt-untereinander1 {
    width: 100%;
    min-width: auto;
    height: auto;
    margin-top: 7px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .feature-image {
    height: 100%;
  }

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

  .flex-block-nebeneinander1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .flex-block-nebeneinander1.is-invert {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    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-block1 {
    height: 25rem;
  }

  .bild-block1.is-small {
    width: 100%;
    height: 25rem;
  }

  .block-versetzt1 {
    height: 300px;
  }

  .block-versetzt1.zweitfarbe {
    height: 23.5rem;
  }

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

  .div-no-overflow {
    width: 100%;
    max-width: none;
    height: 25rem;
  }

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

  .inhalt-footer {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

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

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

  .div-block-footer1.flie-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-galerie {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .galerie-image.gro {
    height: 400px;
  }

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

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

  .impdat.wrapp {
    padding: 40px;
  }

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

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

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

  .heading-mittig1.heading-1 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.5;
  }

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

  .maos-footer {
    height: 100px;
  }

  .link {
    text-align: center;
  }

  .impdat-2.flie-text {
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .lightbox._100 {
    height: auto;
  }

  .lightbox._100.margin.sm {
    height: 50vh;
  }

  .heading-linksb-ndig2.heading-2.farbe-der-headings {
    font-size: 20px;
  }

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

  ._4er-grid2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

  .div-block-grauer-rand1-copy {
    width: 100%;
    padding: 15px;
  }

  ._2-1-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .list-4 {
    padding-left: 20px;
  }

  .kleines-bild12 {
    height: 25rem;
  }

  .telefonnummer-1 {
    text-align: center;
  }

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

  .email-1 {
    text-align: center;
  }

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

  .image-wrapper {
    height: 25rem;
  }

  ._2-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 0;
  }

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

  .list-link.flie-text {
    padding-left: 20px;
  }

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

  ._2er.is-felx {
    width: 100%;
  }

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

  .div-block-grauer-rand1-2.is-relative {
    left: 0%;
  }

  .kleines-bild1-2 {
    height: 25rem;
  }

  ._4er-grid1-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .titelbild {
    height: 25rem;
  }

  .heading-links-gro-2-small.heading-1 {
    font-size: 16px;
  }

  .heading-links-gro-2-small-2.heading-1 {
    font-size: 17px;
  }

  .utility-page-content-404 {
    width: 100%;
  }

  .image-404 {
    width: 3rem;
  }

  .list-text.flie-text {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
  }
}

@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 {
    width: 4.5rem;
  }

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

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

  .icon {
    font-size: 18px;
  }

  .navbar {
    min-height: auto;
  }

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

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

  .termin-button.heading-3.highlights {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }

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

  .slogan1.heading-1 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .div-block-video {
    color: #fff;
    background-image: linear-gradient(#0000004d, #0000004d);
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .kleines-bild1.is-left, .kleines-bild1.is-left-80 {
    object-position: 25% 50%;
  }

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

  .inhalt-untereinander1 {
    min-width: auto;
    margin-top: 5px;
  }

  .heading-linksb-ndig1.heading-2 {
    margin-bottom: 5px;
    font-size: 20px;
  }

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

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

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

  .feature-image.is-top {
    object-position: 70% 25%;
  }

  .feature-image.is-top.is-left {
    object-position: 90% 25%;
  }

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

  .flex-block-nebeneinander1, .flex-block-nebeneinander1.is-invert {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .block-versetzt1.zweitfarbe {
    left: 0;
    right: 0%;
  }

  .service-image {
    height: 20rem;
  }

  .service-image.top {
    height: 100%;
  }

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

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

  .grid-galerie {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

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

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

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

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

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

  .heading-mittig1.heading-1 {
    margin-top: 10px;
    font-size: 18px;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

  .lightbox._100, .lightbox._100.margin, .lightbox._100.margin.sm {
    height: auto;
  }

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

  .heading-linksb-ndig2.heading-2.farbe-der-headings {
    font-size: 19px;
  }

  ._4er-grid2, ._2-1-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .kleines-bild12.is-left_70 {
    object-position: 70% 50%;
  }

  .kleines-bild12.is-left_80 {
    object-position: 90% 50%;
  }

  .text-wrapper {
    padding: 15px;
  }

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

  ._2er {
    margin-top: 10px;
  }

  .div-block-grauer-rand1-2 {
    padding: 15px 15px 10px;
  }

  .kleines-bild1-2.is-left_25 {
    object-position: 25% 50%;
  }

  ._4er-grid1-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    margin-top: 15px;
  }

  .text-blcok {
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: -3%;
  }

  .heading-links-gro-2-small.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }

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

  .image-404 {
    margin-bottom: 3px;
  }

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

#w-node-_14b1bdbb-928f-d3b3-ddec-f929939ba392-b3b9cc03 {
  grid-area: 3 / 1 / 4 / 3;
  justify-self: center;
}

#w-node-_9dc2d238-cfa8-661a-0772-635107c4774a-b3b9cc12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_14b1bdbb-928f-d3b3-ddec-f929939ba392-b3b9cc03 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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