:root {
  --red: #b00;
  --black: black;
  --pink: #f9ba9f;
  --white: white;
  --hauptfarbe: #231f20;
}

.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;
  font-family: Montserrat, 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.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 {
  width: 159px;
}

.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 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.email {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

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

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

.adresse {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

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

.heading-1 {
  font-family: Acme, sans-serif;
  font-weight: 400;
}

.heading-2 {
  font-family: Acme, sans-serif;
  font-weight: 600;
}

.heading-3 {
  font-family: Acme, sans-serif;
  font-weight: 700;
}

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

.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 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-1.red {
  z-index: 1000;
  background-color: var(--red);
}

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

.icon {
  object-fit: contain;
  width: 75px;
  height: 100%;
}

.navbar {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 40px;
  display: flex;
  position: relative;
}

.navbar.red {
  z-index: 1000;
  background-color: #b00;
}

.nav-link-1 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-1.flie-text {
  color: #fff;
  font-weight: 500;
  transition: all .2s;
}

.nav-link-1.flie-text:hover {
  background-color: #ff000047;
  font-size: 14px;
}

.nav-link-1.flie-text.w--current {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.nav-link-1.flie-text.red {
  width: 100%;
  height: auto;
  color: var(--red);
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-1.flie-text.red:hover {
  background-color: var(--pink);
  font-size: 14px;
}

.nav-link-1.flie-text.red.w--current {
  background-color: var(--red);
  color: var(--white);
  text-decoration: none;
}

.text-wrap {
  z-index: 5;
  color: #fff;
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 300px;
  padding-right: 300px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-wrap.abs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0009;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  margin-left: 20px;
  padding: 40px;
}

.background-video {
  height: 100%;
}

.section-relative {
  height: 65vh;
  position: relative;
}

.section-relative._10px {
  height: 70vh;
  margin-top: 10px;
}

.text-block {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
}

.text-block.heading-3.left {
  text-align: left;
}

.section-2 {
  padding: 100px;
  position: relative;
  overflow: hidden;
}

.section-2._10px {
  margin-top: 10px;
}

.section-2._10px.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-2._10px.grid._1 {
  grid-template-columns: 20% 1fr;
  place-items: start center;
  padding: 0;
}

.paragraph {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

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

.paragraph.flie-text.left.vw {
  font-size: .9375vw;
}

.paragraph.flie-text.small {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}

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

.small-heading.heading-1 {
  overflow-wrap: anywhere;
}

.small-heading.heading-1.space {
  margin-bottom: 40px;
}

.paragraph-links {
  font-size: 16px;
  line-height: 1.3;
}

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

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

.paragraph-links.flie-text.box {
  margin-bottom: 0;
  padding: 10px;
}

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

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

._2er-grid._2 {
  grid-template-columns: .75fr 1fr;
  width: 100%;
}

._2er-grid._3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.relative {
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.inhalt-rechts {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.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 {
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-1 {
  padding: 60px 140px;
}

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

.no-overflow {
  overflow: hidden;
}

.no-overflow.zweitfarbe {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.no-overflow.zweitfarbe.images {
  margin-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-overflow.zweitfarbe.mid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.no-overflow.zweitfarbe.auto {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.no-overflow.zweitfarbe.none {
  padding-top: 20px;
  display: none;
}

.no-overflow.zweitfarbe.mittig {
  text-align: center;
}

.grid {
  grid-template-rows: auto;
  margin-top: 15px;
}

.impdat {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 40px;
  display: flex;
}

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

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

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

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

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

.maps-gro._35vh {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  height: 35vh;
  display: flex;
}

.maps-gro._60vh {
  height: 60vh;
  margin-bottom: 40px;
}

.link {
  color: var(--white);
  text-decoration: none;
  display: block;
}

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

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

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

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

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

.page {
  padding: 5vh 5vw;
}

.code-embed {
  width: 100%;
  height: 100vh;
}

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

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

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

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

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

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

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

.image-100.contain._40vh {
  height: 40vh;
}

.image-100.contain.small {
  width: 25%;
}

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

.image-100._75vh {
  object-fit: contain;
  height: 75vh;
  margin-bottom: 40px;
}

.image-100._50 {
  width: 45%;
}

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

.image-100.cover {
  filter: blur(1px);
}

.image-100.contain-abs {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.image-100.topp {
  object-position: 50% 5%;
}

.image-100._100 {
  object-position: 50% 30%;
}

.dropdown-toggle-16 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-toggle-16:hover {
  background-color: #ff000047;
}

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

.dd._150 {
  width: 100%;
}

.nav {
  background-color: #fff;
  width: 250px;
  padding: 10px;
}

.nav.padding {
  top: 0;
  left: 100%;
}

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

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

.div.zweitfarbe._20vh {
  height: 25vh;
  padding-left: 10px;
  padding-right: 10px;
}

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

._3er {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

._3er.space {
  margin-bottom: 40px;
}

._3er.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

._3er.grid.white {
  background-color: #fff;
}

.div-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 20px 30px;
  display: flex;
}

.card.zweitfarbe {
  text-decoration: none;
  transition: all .2s cubic-bezier(.95, .05, .795, .035);
}

.card.zweitfarbe:hover {
  color: var(--red);
  text-decoration: none;
  transform: translate(0, -5px);
}

.card.white {
  background-color: #fff;
}

.img-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vh;
  display: flex;
}

.text {
  color: var(--red);
  font-size: 16px;
  line-height: 1.3;
}

.tabs-menu.highlights {
  padding-left: 20px;
}

.tab {
  color: #fff;
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.tab:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.tab.w--current {
  color: #fff;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

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

.sm {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-div {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link1 {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.faq-single-block {
  border-radius: 10px;
  transition: all .2s ease-in;
  box-shadow: 1px 1px 4px #6d6d6d;
}

.faq-dropdown-content {
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
}

.faq-icon {
  font-size: 20px;
}

.faq-dropdown {
  width: 100%;
}

.faq-dropdown-button {
  border: 1px solid #dfdfdf;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 40px;
}

.faq-main-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.answer-block {
  border-radius: 15px;
  padding: 20px 40px;
  transition: all .2s ease-in;
  overflow: clip;
}

.text-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: .5px solid #999;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.popupmain {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popupmain._1, .popupmain._2, .popupmain._3, .popupmain._4, .popupmain._5, .popupmain._6, .popupmain._7, .popupmain._8, .popupmain._9, .popupmain._10, .popupmain._10 {
  display: none;
}

.popup-inside {
  background-color: #eaeaea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  min-height: 55vh;
  max-height: 90vh;
  padding: 20px 40px;
  display: flex;
  position: relative;
  overflow: scroll;
  box-shadow: 0 1px 11px #000;
}

.popup-inside:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.image-107 {
  opacity: .5;
  cursor: pointer;
  object-fit: contain;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-107:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.readmore {
  background-color: var(--red);
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  text-decoration: none;
}

.dropdown-18 {
  margin-top: 20px;
  margin-left: 0;
}

.dropdown-list-18 {
  background-color: #0000;
  padding-top: 20px;
  position: relative;
}

.dropdown-toggle-17 {
  background-color: var(--red);
  color: #fff;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

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

._100 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  height: 100%;
  display: grid;
}

.link-block {
  width: 100%;
  height: 100%;
}

.slider-arrow {
  font-size: 30px;
}

.nav-link-text {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-text.flie-text {
  color: #fff;
  font-weight: 500;
  transition: all .2s;
}

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

.nav-link-text.flie-text.w--current {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.dropdown-toggle {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-toggle:hover {
  background-color: #ff000047;
}

.dropdown-toggle.pad-0 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.link-2, .link-3 {
  color: var(--red);
}

.utility-page-wrap-3 {
  background-color: var(--red);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.utility-page-content-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

._404-img {
  filter: contrast(200%) invert();
  object-fit: contain;
  width: 5rem;
}

.heading-404 {
  font-size: 38px;
}

.link-4 {
  color: var(--red);
  text-decoration: none;
}

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    background-color: #000;
  }

  .nav-menu-1.red {
    background-color: var(--black);
    justify-content: flex-start;
    align-items: center;
    max-height: 70vh;
    padding: 8px 10px;
    overflow: auto;
  }

  .hauptfarbe-2 {
    width: 100%;
    padding: 16px;
    font-size: 22px;
  }

  .hauptfarbe-2.w--open {
    background-color: var(--black);
  }

  .icon {
    color: #fff;
    text-align: center;
    width: 100%;
  }

  .navbar.red {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .nav-link-1.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.5;
  }

  .text-wrap {
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-wrap.abs {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-relative._10px {
    height: 60vh;
  }

  .text-block.heading-3.left {
    text-align: center;
  }

  .section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-2._10px.grid._1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph.flie-text.left.vw {
    text-align: center;
    font-size: 16px;
  }

  .small-heading.heading-1 {
    text-align: center;
    margin-top: 10px;
    line-height: 1.3;
  }

  .small-heading.heading-1.space {
    margin-bottom: 10px;
  }

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

  .paragraph-links.flie-text.box {
    text-align: left;
  }

  .paragraph-links.flie-text.faq {
    text-align: left;
    width: 95%;
    margin-bottom: 0;
  }

  .paragraph-links.flie-text.faq-txt, .paragraph-links.flie-text.list {
    text-align: left;
  }

  ._2er-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  ._2er-grid.iamges._2er {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  ._2er-grid._3 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .relative {
    width: 100%;
    height: 55vh;
  }

  .relative.full {
    width: 60%;
  }

  .inhalt-rechts {
    padding: 0;
  }

  .heading-footer.heading-3 {
    letter-spacing: 0;
    margin-top: 0;
  }

  .inhalt-footer {
    width: auto;
    margin-left: 0;
  }

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

  .div-block-footer1 {
    padding-bottom: 0;
  }

  .no-overflow.zweitfarbe {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .no-overflow.zweitfarbe.images {
    padding-top: 0;
  }

  .no-overflow.zweitfarbe.mid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .impdat {
    padding: 60px;
  }

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

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

  .heading-success.heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1.3;
  }

  .maps-gro._35vh {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .maps-gro._60vh {
    height: 55vh;
    margin-bottom: 20px;
  }

  .page {
    padding: 4vw;
  }

  .code-embed {
    height: 80vh;
  }

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

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

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

  .image-100.contain._40vh {
    height: 20vh;
  }

  .image-100.contain.small {
    width: auto;
    height: 10vh;
  }

  .image-100.contain.is-small {
    width: auto;
    height: 14vh;
  }

  .image-100._75vh {
    height: 55vh;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .image-100._50.contain {
    width: 100%;
    height: 15vh;
  }

  .image-100._45vh {
    height: 55vh;
  }

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

  .image-100.mid {
    object-position: 50% 50%;
  }

  .image-100._100 {
    object-position: 50% 30%;
  }

  .dropdown-toggle-16 {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.5;
  }

  .dd {
    width: 100%;
  }

  .nav.w--open {
    background-color: var(--black);
    width: 100%;
    position: relative;
    left: 0%;
  }

  .nav.is-white {
    background-color: var(--white);
  }

  .div-left {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div.zweitfarbe._20vh {
    height: 10vh;
  }

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

  .card.zweitfarbe {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
  }

  .card.white {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
  }

  .img-wrapper {
    height: 45vh;
  }

  .tabs-menu.highlights {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .sm {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .faq-icon {
    font-size: 18px;
  }

  .faq-dropdown-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-main-block {
    margin-top: 20px;
  }

  .answer-block {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-div {
    text-align: center;
    flex-flow: column;
    width: 100%;
  }

  .popup-inside {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .image-107 {
    width: 25px;
    height: 25px;
  }

  .dropdown-18 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .dropdown-toggle-17 {
    font-size: 18px;
  }

  ._100 {
    flex-flow: row;
    display: flex;
  }

  .link-block {
    width: 45px;
    height: 45px;
  }

  .slider-arrow {
    width: 5vw;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5;
  }

  ._404-img {
    margin-bottom: 10px;
  }

  .heading-404 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 1.3;
  }
}

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

  .divblock1 {
    height: auto;
  }

  .nav-menu-1.red {
    overflow: auto;
  }

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

  .nav-link-1.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4;
  }

  .text-wrap {
    justify-content: flex-end;
    padding-bottom: 100px;
  }

  .text-wrap.abs {
    padding-left: 40px;
    padding-right: 40px;
  }

  .background-video {
    min-height: 550px;
  }

  .section-relative {
    height: 500px;
  }

  .section-relative._10px {
    height: 28rem;
  }

  .text-block.heading-3.left {
    font-size: 20px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

  .paragraph-links.flie-text.faq {
    white-space: pre-wrap;
  }

  .paragraph-links.flie-text.list {
    text-align: left;
  }

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

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

  .relative {
    width: 100%;
    height: auto;
  }

  .relative.full {
    width: 70%;
  }

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

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

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

  .no-overflow.zweitfarbe._1 {
    padding: 5px;
  }

  .impdat {
    padding: 40px;
  }

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

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

  .heading-success.heading-2 {
    font-size: 25px;
    font-weight: 500;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .maps-gro._35vh {
    flex-flow: column;
  }

  .maps-gro._60vh {
    height: 25rem;
  }

  .image-100 {
    height: auto;
  }

  .image-100.contain._40vh {
    height: 15vh;
  }

  .image-100.contain.small {
    height: 5rem;
  }

  .image-100._75vh {
    object-fit: cover;
    height: 25rem;
  }

  .image-100._50.contain {
    height: 7rem;
  }

  .image-100._45vh {
    height: 25rem;
  }

  .image-100.cover {
    height: 100%;
    position: relative;
  }

  .image-100.contain-abs {
    height: 100%;
  }

  .image-100.linkss {
    object-position: 0% 50%;
  }

  .image-100._100 {
    object-position: 50% 30%;
    height: 22rem;
  }

  .dropdown-toggle-16 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4;
  }

  .nav.is-white.w--open {
    padding: 8px;
  }

  .div-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div.zweitfarbe._20vh {
    height: auto;
  }

  .div.zweitfarbe.padding {
    width: 100%;
  }

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

  ._3er.space {
    margin-bottom: 20px;
  }

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

  ._3er.grid.highlights {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .img-wrapper {
    height: auto;
  }

  .tab {
    font-size: 15px;
  }

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

  .faq-single-block {
    width: 100%;
  }

  .faq-icon {
    font-size: 16px;
  }

  .faq-dropdown-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .faq-main-block {
    flex-flow: column;
    display: flex;
  }

  .popup-inside {
    width: 85%;
  }

  .image-107 {
    width: 22px;
    height: 22px;
  }

  .dropdown-18 {
    margin-top: 10px;
  }

  .dropdown-toggle-17 {
    font-size: 16px;
  }

  .link-block {
    width: 40px;
    height: 40px;
  }

  .slider-arrow {
    font-size: 25px;
  }

  .dropdown-toggle {
    line-height: 1.4;
  }

  ._404-img {
    width: 3rem;
  }

  .heading-404 {
    font-size: 25px;
  }
}

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

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

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

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

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

  .nav-menu-1.red {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .nav-link-1.flie-text {
    font-size: 13.5px;
    line-height: 1.3;
  }

  .text-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-wrap.abs {
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-video {
    min-height: 300px;
  }

  .section-relative {
    height: 400px;
  }

  .text-block.heading-3.left {
    font-size: 18px;
  }

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

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

  .small-heading.heading-1 {
    margin-top: 10px;
    font-size: 20px;
  }

  .paragraph-links {
    font-size: 14px;
    line-height: 20px;
  }

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

  .paragraph-links.flie-text.box {
    overflow-wrap: normal;
    font-size: 11px;
  }

  .paragraph-links.flie-text.faq {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    width: 90%;
  }

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

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

  .relative {
    height: auto;
  }

  .relative.full {
    width: 100%;
  }

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

  .no-overflow.zweitfarbe {
    padding: 15px;
  }

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

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

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

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

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

  .maps-gro {
    height: 300px;
  }

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

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

  .code-embed {
    height: 70vh;
  }

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

  .image-100 {
    height: auto;
  }

  .image-100.contain._40vh {
    height: 10vh;
  }

  .image-100.contain.small {
    height: 3rem;
  }

  .image-100.contain.is-small {
    height: 12vh;
  }

  .image-100._75vh {
    margin-top: 0;
  }

  .image-100._50.contain {
    height: 6rem;
  }

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

  .image-100.align {
    object-position: 25% 50%;
  }

  .image-100._100 {
    object-position: 50% 30%;
    height: 12rem;
  }

  .dropdown-toggle-16 {
    line-height: 1.3;
  }

  .nav.is-white.w--open {
    padding: 5px;
  }

  .div.zweitfarbe._20vh {
    height: auto;
  }

  ._3er.space {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  ._3er.grid, ._3er.grid.highlights, ._3er.grid.white {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .card.zweitfarbe, .card.white {
    padding: 15px 15px 10px;
  }

  .img-wrapper {
    height: auto;
  }

  .tab {
    font-size: 14px;
  }

  .faq-icon {
    margin-right: 10px;
  }

  .faq-dropdown-button {
    padding: 12px 15px;
  }

  .answer-block {
    padding: 15px 15px 5px;
  }

  .popup-inside {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-107 {
    width: 20px;
    height: 20px;
  }

  .dropdown-toggle-17 {
    font-size: 15px;
  }

  .link-block {
    width: 35px;
    height: 35px;
  }

  .slider-arrow {
    width: 7vw;
    font-size: 22px;
  }

  .nav-link-text.flie-text, .nav-link-text.flie-text:hover {
    font-size: 13.5px;
  }

  .dropdown-toggle {
    line-height: 1.3;
  }

  .link-2, .link-3 {
    color: var(--black);
    text-decoration: none;
  }

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

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

#w-node-_3219b262-8561-20ac-8112-77ac03f4f0a4-5685b186 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_97276867-500d-7e60-1212-5aa5e32b8873-5685b186 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e1a43a6b-8be5-654d-cbfc-d7fd92eb5dce-5685b186, #w-node-_974ebb5b-bbc4-ab88-e8f5-69286f12015f-5685b186 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff54f32b-30b4-12bb-85fc-deb8020b2a6b-5685b186 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a68f6326-e94d-ce02-7365-c5e9e9743bd6-a466f025, #w-node-_9105bcb4-6393-4179-2b1c-c7c769977504-a466f025, #w-node-_9c10f009-4a72-9fb0-cadd-109ab3140856-a466f025, #w-node-b64d625f-e2d7-29f6-0202-b51d7cef0a16-a466f025, #w-node-_729b6264-26c7-0d48-da43-918708ca1d80-a466f025, #w-node-_8f50b598-f4e6-8d10-500b-2270deb34d9d-a466f025, #w-node-_827ea0fe-0073-3b5d-ac21-b64aec84f0e1-a466f025, #w-node-_5df95101-0309-c413-fca0-89a9b3c35bdb-a466f025, #w-node-_72c4c17b-c28f-c9fd-cad1-0645828c51c8-a466f025, #w-node-_00bf581a-172c-b11c-2f91-4ed5dde5c713-a466f025, #w-node-f5599027-5084-6803-5cc2-efe7b9c15adc-a466f025, #w-node-fbb00a2d-74b2-8b75-568c-3d9b876663a8-e2d6f89e, #w-node-fbb00a2d-74b2-8b75-568c-3d9b876663c2-e2d6f89e, #w-node-fbb00a2d-74b2-8b75-568c-3d9b876663dc-e2d6f89e, #w-node-fbb00a2d-74b2-8b75-568c-3d9b876663f2-e2d6f89e, #w-node-fbb00a2d-74b2-8b75-568c-3d9b87666419-e2d6f89e, #w-node-fbb00a2d-74b2-8b75-568c-3d9b8766642b-e2d6f89e, #w-node-fbb00a2d-74b2-8b75-568c-3d9b8766643b-e2d6f89e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58b9f984-9c90-0caf-55bd-3339dfa23f6c-36248d46 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3a57c0ca-796a-57a0-3a88-b1e7cdb32f09-36248d46, #w-node-_64f98688-4992-b34c-7492-627c80027e58-36248d46, #w-node-fd29c729-abc0-5450-8903-feac2f0bf134-36248d46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07a894a7-b1a1-5fcb-a0f2-ab668bbe2fee-36248d46 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cd2743d3-18ee-a943-c254-89a95d10285a-13b58e7e, #w-node-cd2743d3-18ee-a943-c254-89a95d10285c-13b58e7e, #w-node-cd2743d3-18ee-a943-c254-89a95d10285e-13b58e7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b7eda1-fe3c-bc8b-6338-a0eabc90ab28-de112a2b {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-e5b7eda1-fe3c-bc8b-6338-a0eabc90ac3c-de112a2b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_1145b5d6-49cc-1da4-a032-f9cbc3dd5b07-5685b186 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


