:root {
  --black: #221d1f;
  --wheat: #e0c994;
  --dark-goldenrod: #a58641;
  --black-2: #221d1f1a;
}

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

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

p {
  margin-bottom: 10px;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.jpg');
  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: cover;
  width: 220px;
}

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

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

.telefonnummer {
  margin-bottom: 0;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  background-color: var(--wheat);
  color: #000;
}

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

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: Staatliches, sans-serif;
  font-weight: 700;
}

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

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

.farbe-der-headings {
  color: var(--dark-goldenrod);
}

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

.heading-footer-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Staatliches, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

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

._1 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._1.flie-text {
  color: #fff;
}

.impdat1-2.flie-text {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-footer1-2 {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 20px 80px;
  display: flex;
}

.footer1 {
  color: #fff;
  height: auto;
}

.content {
  z-index: 15;
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button {
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 18px;
}

.button.flie-text:hover {
  border-color: var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
  color: #fff;
}

.button.flie-text {
  color: #fff;
  border-color: #fff;
  transition: all .2s;
}

.button.flie-text:hover {
  color: #fff;
  background-color: #a58641;
  border-color: #a58641;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
}

.background-video.blur {
  z-index: -1;
  filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.section_relative {
  background-image: linear-gradient(#000000b3, #000000b3);
  height: 1100px;
  position: relative;
}

.section_relative.title {
  background-image: linear-gradient(#00000080, #00000080);
  height: 80vh;
  margin-top: 150px;
}

.titelheading {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
}

.nav-menu-1 {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.navbar {
  z-index: 98;
  background-color: var(--black);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 150px;
  padding: 10px 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-1 {
  padding-left: 40px;
  padding-right: 40px;
}

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

.nav-link-1.flie-text:hover {
  color: var(--wheat);
}

.nav-link-1.flie-text.w--current {
  color: var(--wheat);
  background-color: #0000;
}

.content_1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding: 20px;
  display: flex;
  position: relative;
}

.content_1.white {
  justify-content: flex-start;
  height: auto;
}

.content_1._2 {
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.content_1.auto {
  height: auto;
}

.heading_2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

.heading_2.heading-2.farbe-der-headings.auto {
  text-align: left;
  font-size: 16px;
}

.heading_2.heading-2.auto {
  margin-top: 0;
  margin-bottom: 0;
}

.heading_1 {
  text-align: center;
  letter-spacing: 5px;
  margin-top: 0;
  font-size: 40px;
  line-height: 45px;
}

.paragraph_1 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.paragraph_1.flie-text {
  letter-spacing: 1px;
  text-transform: none;
}

.absolute_block {
  z-index: 1;
  opacity: 0;
  border: 2px solid #c59d5f;
  width: 70%;
  height: 70%;
  transition: all .2s;
  display: block;
  position: absolute;
}

.absolute_block:hover {
  opacity: 1;
  width: 90%;
  height: 90%;
}

.section_1 {
  color: #fff;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/AdobeStock_112680216_visu.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 200px 10%;
  position: relative;
}

.section_1.abstand {
  margin-top: 60px;
}

.html-embed-2 {
  opacity: .35;
  text-align: center;
  letter-spacing: 50px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 40px;
  font-size: 300px;
  line-height: 300px;
  position: absolute;
  inset: 0%;
}

.html-embed-2.heading-1.farbe-der-headings {
  z-index: 0;
}

.content_2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content_2.max-width {
  background-color: var(--black-2);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

.paragraph_2 {
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px;
}

.section_2 {
  padding: 200px 10%;
  position: relative;
}

.section_2.zweitfarbe {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image {
  object-fit: contain;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.image.small-invert {
  filter: invert();
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 0;
}

.image.grob {
  width: 30vw;
  height: auto;
}

._3er_grid_1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

._3er_grid_1._2 {
  grid-template-columns: 1fr;
  width: 51%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

._3er_grid_1._2er {
  grid-template-columns: 1fr;
  width: 40%;
}

.image_1 {
  object-fit: contain;
  width: 100%;
  height: 300px;
}

.image_1.team {
  object-fit: cover;
  object-position: 50% 20%;
  height: 60vh;
}

.image_1.team.down {
  object-position: 50% 0%;
}

.section_3 {
  color: #fff;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/AdobeStock_218337038_visu.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 200px 10%;
}

.section_3.abstand {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

._2er_grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
}

.image-2 {
  z-index: 1;
  object-fit: cover;
  width: 30vw;
  height: 60vh;
  position: static;
  inset: 0% auto auto 0%;
}

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

.image-2.down {
  object-position: 50% 0%;
}

.content_3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: relative;
}

.content_3.verticle {
  flex-direction: column;
}

.content_4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content_4.bottom {
  justify-content: flex-end;
}

.paragraph_3.flie-text.auto {
  margin-bottom: 0;
}

.hinweis-preisliste {
  margin-top: 20px;
  font-style: italic;
  font-size: 13px;
  text-align: center;
}

.image-4 {
  opacity: .2;
  height: 400px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-5 {
  opacity: .2;
  height: 600px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-6 {
  opacity: .2;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-7 {
  opacity: .2;
  height: 400px;
  position: absolute;
  inset: auto 0% 1% auto;
}

.image-8 {
  opacity: .2;
  height: 300px;
  position: absolute;
  inset: 38% 5% auto auto;
}

.no-overflow {
  overflow: hidden;
}

.navbar-black.hauptfarbe {
  background-color: #0000;
  height: 150px;
}

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

.impdat.more {
  height: 100%;
}

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

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

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

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

.navlink_content {
  overflow: hidden;
}

.div-block-111 {
  background-color: var(--wheat);
  width: 100%;
  height: 2px;
}

.inhalt-footer {
  width: 100%;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

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

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

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

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

.div-block-112 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-113 {
  height: 100%;
}

.html-embed-4 {
  background-color: #221d1f;
  height: 300px;
}

.mobil {
  display: block;
}

.link-block {
  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.ablaufplan {
  margin-top: 72px;
  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;
}

.link-block-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.div-block-148 {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.html-embed-6 {
  z-index: 100000;
  width: auto;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-149 {
  justify-content: center;
  margin-top: 15px;
  display: flex;
}

.div-block-150 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.image-62 {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.html-embed-7 {
  width: 100%;
  max-width: 700px;
}

.absolute-div {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

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

.price_grid-4er {
  background-color: var(--black);
  color: #fff;
  border-bottom: 1px solid #757575;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr .5fr .5fr;
  width: 100%;
  padding: 25px 20px;
}

.div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

.body-grey {
  background-color: var(--black);
}

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

.grid-17 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.image-63 {
  object-fit: cover;
  width: 100%;
  height: 55vh;
}

.image-63.contain {
  object-fit: contain;
  height: 70vh;
}

.body {
  background-color: var(--black);
}

.landscape {
  display: none;
}

.image-64 {
  width: 100vw;
}

.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: none;
  position: fixed;
  inset: 0%;
}

.popup-inside {
  background-color: #eaeaea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 10px 20px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 11px #000;
}

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

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

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

.heading-89 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-89.bottom-margin {
  margin-bottom: 20px;
}

.paragraph-57 {
  color: #7f7f7f;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-57.darker {
  font-size: 24px;
  line-height: 40px;
}

.paragraph-57.darker:hover {
  color: #4f4f4f;
}

.popup-2 {
  z-index: 200000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.divpopup-2 {
  background-color: var(--black);
  width: 100%;
  max-width: 800px;
  min-height: 150px;
  max-height: 90vh;
  color: var(--wheat);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  overflow: auto;
  box-shadow: 1px 1px 15px #0000005e;
}

.image-popup-2 {
  float: right;
  opacity: .5;
  cursor: pointer;
  background-image: linear-gradient(#0000, #0000);
  width: 30px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 7px;
  transition: background-color .4s, opacity .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-popup-2:hover {
  opacity: 1;
  background-color: #00000024;
  background-image: none;
  border-radius: 5px;
}

.titelvideo {
  margin-top: 0;
  font-size: 50px;
  line-height: 55px;
}

.titelvideo.heading-1 {
  font-size: 35px;
  line-height: 45px;
}

.paragraph-54 {
  margin-top: 0;
  font-size: 16px;
}

.divpopup-3 {
  color: #e0c994;
  text-align: center;
  background-color: #221d1f;
  width: 100%;
  max-width: 800px;
  min-height: 150px;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  overflow: auto;
  box-shadow: 1px 1px 15px #0000005e;
}

.paragraph-58 {
  margin-top: 0;
  font-size: 16px;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.modal1_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin: 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.show-mobile-landscape {
  display: none;
}

.modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-66 {
  object-fit: contain;
  height: 100px;
}

@media screen and (min-width: 1920px) {
  .image-popup-2:hover {
    background-image: linear-gradient(#c5c5c580, #c5c5c580);
  }
}

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

  .div-block-footer1-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .content {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .section_relative.title {
    height: 400px;
    margin-top: 0;
  }

  .titelheading.heading-1 {
    font-size: 50px;
  }

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

  .hauptfarbe-2 {
    background-color: #0000;
    order: 1;
  }

  .hauptfarbe-2.w--open {
    background-color: #0000;
  }

  .icon {
    color: #fff;
  }

  .navbar {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .logo-wei {
    order: -1;
  }

  .content_1 {
    height: auto;
  }

  .content_1.auto {
    padding-left: 0;
    padding-right: 0;
  }

  .heading_1.heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph_1.flie-text {
    line-height: 22px;
  }

  .section_1.abstand {
    margin-top: 10px;
    padding: 100px 60px;
  }

  .html-embed-2.heading-1.farbe-der-headings {
    margin-top: 0;
  }

  .content_2.max-width {
    padding: 40px;
  }

  .paragraph_2.flie-text {
    font-size: 14px;
    line-height: 22px;
  }

  .section_2, .section_2.zweitfarbe {
    padding: 100px 60px;
  }

  .image {
    width: 50px;
    height: 50px;
  }

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

  ._3er_grid_1._2 {
    width: 60%;
  }

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

  .section_3.abstand {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._2er_grid {
    grid-column-gap: 20px;
    grid-row-gap: 80px;
    grid-template-columns: .75fr 1fr;
  }

  .image-2 {
    height: 40vh;
  }

  .image-4 {
    height: 300px;
  }

  .image-5 {
    height: 500px;
  }

  .image-6 {
    height: 400px;
  }

  .image-7 {
    height: 300px;
  }

  .image-8 {
    height: 200px;
  }

  .navbar-black.hauptfarbe {
    display: none;
  }

  .impdat {
    padding-top: 100px;
  }

  .impdat.more {
    overflow: hidden;
  }

  .flie-text-2 {
    width: 100%;
  }

  .success {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .inhalt-footer {
    width: auto;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .html-embed-4 {
    height: 400px;
  }

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

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

  .link-block-2.unten {
    margin-bottom: auto;
  }

  .div-block-148 {
    height: 450px;
    margin-top: auto;
  }

  .image-62 {
    width: 40px;
    height: 40px;
  }

  .price_grid-4er.oben {
    margin-top: 20px;
  }

  .grid-17 {
    grid-column-gap: 10px;
  }

  .image-63 {
    height: 320px;
  }

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

  .popup-inside {
    width: 80%;
  }

  .heading-89.bottom-margin {
    font-size: 34px;
  }

  .bold-text-4 {
    font-size: 22px;
  }

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

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

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

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

  .divblock1 {
    height: auto;
  }

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

  ._1.flie-text {
    align-items: center;
  }

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

  .content {
    justify-content: center;
    padding-bottom: 40px;
  }

  .button.flie-text {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .section_relative {
    height: 500px;
  }

  .section_relative.title {
    height: 320px;
  }

  .titelheading.heading-1 {
    font-size: 40px;
    line-height: 50px;
  }

  .content_1.white {
    padding: 0;
  }

  .content_1._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .content_1.auto {
    padding-top: 20px;
    padding-bottom: 0;
  }

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

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

  .heading_2.heading-2.farbe-der-headings.auto {
    font-size: 14px;
    line-height: 22px;
  }

  .absolute_block {
    display: none;
  }

  .section_1 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section_1.abstand {
    padding: 60px 40px;
  }

  .html-embed-2.heading-1.farbe-der-headings {
    font-size: 200px;
    line-height: 200px;
  }

  .paragraph_2.flie-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .section_2, .section_2.zweitfarbe {
    padding: 60px 40px;
  }

  .image {
    width: 50px;
    height: 50px;
  }

  ._3er_grid_1._2 {
    grid-row-gap: 30px;
    flex-direction: column;
    width: 80%;
    display: flex;
  }

  ._3er_grid_1._2er {
    width: 50%;
  }

  .image_1.team {
    height: 45vh;
  }

  .section_3 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section_3.abstand {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2er_grid {
    grid-row-gap: 22px;
    flex-direction: column;
    display: flex;
  }

  ._2er_grid.switch {
    flex-direction: column-reverse;
  }

  .image-2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .content_3 {
    flex-direction: column;
  }

  .image-4 {
    height: 200px;
  }

  .image-5 {
    height: 400px;
  }

  .image-6 {
    height: 300px;
  }

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

  .impdat.more {
    padding-top: 60px;
  }

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

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

  .grid-2 {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

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

  .maos-footer {
    height: 100px;
  }

  .div-block-112 {
    align-items: center;
  }

  .html-embed-4 {
    height: 350px;
  }

  .link-block-2 {
    width: 35px;
    height: 35px;
    margin-bottom: 0;
  }

  .div-block-148 {
    height: 200px;
    margin-bottom: 20px;
    left: auto;
    right: 0%;
  }

  .html-embed-6 {
    display: none;
  }

  .div-block-150 {
    margin-bottom: 40px;
    padding: 0;
  }

  .price_grid-4er {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    grid-template-columns: 27% 20% 20% 20%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-152 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 85%;
    display: grid;
  }

  .grid-17 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .image-63 {
    height: 360px;
  }

  .image-63.contain {
    height: 85vh;
  }

  .landscape {
    display: inline;
  }

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

  .heading-89.bottom-margin {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .paragraph-57.darker {
    line-height: 30px;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .titelvideo.heading-1 {
    font-size: 22px;
    line-height: 35px;
  }

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .modal1_component {
    justify-content: center;
    align-items: center;
  }

  .image-66 {
    height: 80px;
  }
}

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

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

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

  p {
    font-size: 12px;
    line-height: 17px;
  }

  .logo-img {
    width: 150px;
  }

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

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

  ._1.flie-text {
    justify-content: center;
    align-items: center;
  }

  .div-block-footer1-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .button.flie-text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .section_relative {
    height: 400px;
  }

  .section_relative.title {
    height: 300px;
    overflow: hidden;
  }

  .titelheading.heading-1 {
    font-size: 25px;
    line-height: 25px;
  }

  .hauptfarbe-2 {
    z-index: 1;
  }

  .navbar {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link-1.flie-text {
    padding: 15px 20px;
  }

  .content_1 {
    padding: 10px;
  }

  .content_1.auto {
    width: 100%;
  }

  .heading_2.heading-2 {
    font-size: 14px;
  }

  .heading_2.heading-2.farbe-der-headings {
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .heading_2.heading-2.farbe-der-headings.auto {
    font-size: 14px;
  }

  .heading_1.heading-1 {
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph_1.flie-text {
    letter-spacing: 1px;
  }

  .section_1 {
    padding: 100px 5%;
  }

  .section_1.abstand {
    padding: 40px 20px;
  }

  .html-embed-2.heading-1.farbe-der-headings {
    letter-spacing: 20px;
    font-size: 100px;
    line-height: 100px;
  }

  .content_2.max-width {
    padding: 20px 10px;
  }

  .paragraph_2.flie-text {
    font-size: 14px;
    line-height: 22px;
  }

  .section_2 {
    padding: 40px 20px;
    overflow: hidden;
  }

  .section_2.zweitfarbe {
    padding: 40px 20px;
  }

  .image {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .image.small-invert {
    object-fit: contain;
    width: 40px;
    height: 40px;
  }

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

  ._3er_grid_1._2er {
    width: 80%;
  }

  .image_1 {
    height: 200px;
  }

  .image_1.team {
    height: 45vh;
  }

  .section_3 {
    padding: 100px 5%;
  }

  .section_3.abstand {
    margin-top: 0;
    padding: 40px 20px;
  }

  .image-2 {
    height: 35vh;
  }

  .content_3 {
    flex-direction: column;
  }

  .content_4 {
    align-items: center;
  }

  .image-4 {
    height: 150px;
  }

  .image-5, .image-6, .image-7 {
    height: 200px;
  }

  .image-8 {
    height: 150px;
  }

  .impdat {
    padding: 40px 10px;
  }

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

  .success {
    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: 13px;
    line-height: 28px;
  }

  .inhalt-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

  .html-embed-4 {
    height: 300px;
    overflow: hidden;
  }

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

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

  .div-block-148 {
    height: 300px;
    padding-right: 5px;
  }

  .image-62 {
    width: 30px;
    height: 30px;
  }

  ._1er-grid {
    flex-direction: column;
    place-content: center;
    place-items: center;
    display: flex;
  }

  .price_grid-4er {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr 1fr 1fr;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .image-63 {
    height: 300px;
  }

  .image-63.contain {
    height: 50vh;
  }

  .popup-inside {
    width: 90%;
  }

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

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

  .heading-89.bottom-margin {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .bold-text-4 {
    font-size: 16px;
    line-height: 26px;
  }

  .divpopup-2 {
    padding: 20px;
  }

  .image-popup-2 {
    margin-top: 5px;
    margin-right: 5px;
  }

  .titelvideo.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .divpopup-3 {
    padding: 20px;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_component {
    width: auto;
    height: auto;
  }
}

#w-node-_6ab42154-f29c-23e3-30f0-82d9c3312152-a800dbf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_46b83ffd-f131-f70f-820e-c0a9bce067a2-735bfd88, #w-node-_922da6c5-3330-a028-c078-4c198ba4b8f5-745bfd82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84ae8f7c-364b-ed3f-5bbc-b6856c73cc50-af5bfd8d, #w-node-_4b35ca4c-0ddf-ce59-e938-08bccdab05ed-af5bfd8d, #w-node-b6ffbe35-93bd-2bed-26c5-b8f107777489-af5bfd8d, #w-node-ccedb741-8736-1288-eb5a-129506b16dff-af5bfd8d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 479px) {
  #w-node-_399ca02c-3429-8e33-0c58-eeac22bcb0cb-a800dbf6, #w-node-ad8095f9-744e-7440-938e-6c21a800dc03-a800dbf6 {
    place-self: center;
  }
}


