:root {
  --main: #393434;
  --zei: #dad5d5;
  --highlights: #898989;
  --white: white;
  --black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  flex-flow: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

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

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.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;
  height: 12vh;
}

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

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

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

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

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

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

.heading-2 {
  font-family: Fira Sans, sans-serif;
  font-weight: 300;
}

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

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

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

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

.nav-link {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link:hover {
  color: gray;
}

.nav-link.w--current {
  color: #ebe3de;
}

.nav-link.flie-text {
  font-family: Questrial, sans-serif;
}

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

.navbar-main {
  width: 100%;
}

.navbar-main.hauptfarbe {
  z-index: 1000;
}

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

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

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

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

.success-wrap.highlights {
  color: #fff;
  border-style: none;
  width: auto;
  height: auto;
  padding: 100px;
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-men.hauptfarbe {
  z-index: 1000;
}

.titelvideo1-3 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-video1 {
  color: #fff;
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1 {
  font-size: 50px;
  line-height: 55px;
}

.slogan1.heading-1 {
  text-align: center;
  text-transform: none;
  font-size: 70px;
  line-height: 75px;
  transition: all .2s;
}

.footer-image {
  margin-right: 10px;
}

.footertext1 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-2 {
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-2.hauptfarbe {
  padding-left: 100px;
  padding-right: 100px;
}

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

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

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

.maps {
  width: 50%;
}

.div-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  width: 50%;
  margin-bottom: 40px;
  display: grid;
}

.div-block-footer1 {
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

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

.footer.hauptfarbe {
  padding-bottom: 10px;
  padding-left: 15vw;
  padding-right: 15vw;
}

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

.title_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.title_block {
  color: #fff;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  font-size: 70px;
  font-style: normal;
  line-height: 80px;
}

.button {
  padding: 15px 30px;
  font-size: 16px;
}

.button.flie-text {
  background-image: linear-gradient(135deg, #0000 83%, #ffffff4d 83%, #ffffff4d);
  transition: all .2s;
}

.button.flie-text.highlights:hover, .button.flie-text.highlights.btn-desktop:hover {
  background-color: var(--main);
}

.button.flie-text.highlights.resp-btn {
  display: none;
}

.button.flie-text.grey {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(135deg, #0000 83%, #0000004d 83%, #0000004d);
  border: 1px solid #000;
}

.button.flie-text.grey:hover {
  background-color: var(--main);
  filter: invert(0%);
  color: #fff;
  background-image: linear-gradient(135deg, #0000 83%, #0000004d 83%, #0000004d);
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: end;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.content-div-block {
  width: 100%;
  height: 100%;
  padding: 40px;
}

.content-div-block.mittig {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-div-block.mittig.highlights.white_line {
  border-right: 5px solid #ffffff4d;
}

.content-div-block.highlights {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-div-block.highlights.mittig {
  justify-content: flex-start;
  align-items: center;
}

.checkbox-field-2 {
  text-align: left;
  margin-bottom: 0;
}

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

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

.icon1.kleiner {
  width: 58px;
  height: 58px;
}

.grid-versetzt {
  z-index: 5;
  grid-column-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2.5fr;
  margin-top: -5%;
  position: relative;
  box-shadow: 0 7px 20px -14px #00000080;
}

.section1 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 30vh;
  padding-left: 15vw;
  padding-right: 10vw;
  display: flex;
}

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

.heading_center_small.heading-1 {
  font-size: 20px;
  line-height: 1.5;
}

.heading_left_small {
  font-size: 30px;
  line-height: 35px;
}

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

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

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

.paragraph-text.flie-text.adj {
  margin-bottom: 10px;
}

.section_1 {
  padding: 100px 15vw;
  position: relative;
}

.section_1.zweitfarbe {
  flex: 0 auto;
  overflow: hidden;
}

.section_1.zweitfarbe.stretch {
  flex: 1;
}

.grid-content {
  z-index: 1;
  grid-template-rows: auto;
  position: relative;
}

.content {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  padding: 60px 200px 60px 60px;
  display: flex;
}

.heading_left {
  font-size: 50px;
  line-height: 60px;
}

.image {
  object-fit: cover;
  width: 30vw;
  height: 55vh;
  transition: all .2s;
  position: absolute;
  inset: 10% 0% 0% auto;
}

.image.is-width:hover {
  transform: none;
}

.section_2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 15vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_2.zweitfarbe.galerie {
  padding-left: 10vw;
  padding-right: 10vw;
}

.heading_center {
  text-align: center;
  font-size: 50px;
  line-height: 60px;
}

.heading_center.heading-1 {
  z-index: 1;
  line-height: 1.3;
  position: relative;
}

._3er_grid {
  z-index: 1;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}

.no_overflow {
  height: 65vh;
  overflow: hidden;
}

.no_overflow.rel {
  position: relative;
  left: 50%;
}

.no_overflow.vid {
  background-color: var(--highlights);
}

.content_1 {
  color: #333;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

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

.section-2 {
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
}

.section-2.highlights {
  justify-content: space-between;
}

.icons {
  object-fit: contain;
  width: 5rem;
  transition: all .2s;
}

.divider {
  background-color: #ffffff4d;
  width: 3px;
  height: 100px;
  margin-left: 60px;
  margin-right: 60px;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.tab-link {
  background-color: var(--highlights);
  color: #fff;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 22px;
  transform: skew(-30deg);
}

.tab-link.flie-text {
  transition: all .2s;
}

.tab-link.flie-text:hover, .tab-link.flie-text.w--current {
  background-color: var(--main);
  color: #fff;
}

.tab-link.flie-text.w--current:hover {
  background-color: var(--highlights);
}

.textblock {
  font-weight: 700;
  transform: skew(30deg);
}

.tabs-content {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 40px;
}

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

.image_1:hover {
  transform: scale(1.02);
}

.image_1.con {
  object-fit: contain;
}

.content_2 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  position: relative;
  box-shadow: 0 7px 20px -14px #00000080;
}

._2er_grid {
  grid-template-rows: auto;
  width: 100%;
}

.error-message {
  color: #fff;
  background-color: red;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.checkbox-field-3 {
  text-align: left;
  margin-top: 20px;
}

.form1 {
  margin-bottom: 0;
}

.checkbox-2 {
  border-radius: 5px;
}

.contact-form-success-message {
  border: 1px solid #ececed;
}

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-right: 60px;
  padding-right: 60px;
}

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

.contact-form {
  margin-top: 20px;
}

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

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

.maps_footer {
  width: auto;
}

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

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

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

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

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

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

.reviews {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffb3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  padding: 60px;
  display: flex;
  position: relative;
}

.sm-fixed {
  z-index: 1000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 40%;
  bottom: 40%;
  right: 1%;
}

.sm-link {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  transition: all .2s ease-in-out;
  overflow: clip;
  box-shadow: 0 2px 10px 2px #0003;
}

.sm-link:hover {
  transform: scale(1.01)translate(0, -2px);
  box-shadow: 0 2px 10px 2px #00000080;
}

.social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
  display: flex;
}

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

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

.tabs {
  width: 100%;
}

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

._4er-grid {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}

.no_overflow-2 {
  height: 15vh;
  overflow: hidden;
}

.success-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.body {
  justify-content: space-between;
}

.utility-page_component404 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.utility-page_wrapper.text-color-alternate {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  max-width: none;
}

.utility-page_image {
  filter: brightness(0%) invert();
  object-fit: contain;
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

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

.kontakt-icons, .fixed-icon {
  object-fit: contain;
}

.field-text {
  font-family: Questrial, sans-serif;
}

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

.list-text.flie-text {
  margin-bottom: 10px;
  line-height: 1.3;
}

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

.daten-text.flie-text {
  margin-bottom: 0;
  line-height: 1.3;
}

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

  .men-icon1 {
    color: #fff;
  }

  .nav-link.flie-text {
    min-width: 100%;
    color: var(--main);
    text-align: center;
    padding: 15px 0;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

  .container {
    min-width: 100%;
  }

  .nav-men.hauptfarbe {
    z-index: 1000;
    background-color: var(--zei);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .men-buttton1.hauptfarbe {
    text-align: center;
    min-width: 100%;
    padding: 15px 0;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--main);
  }

  .div-block-video1 {
    width: 70%;
    padding-left: 100px;
  }

  .slogan1.heading-1 {
    margin-top: 10px;
    font-size: 40px;
    line-height: 50px;
  }

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

  .success {
    padding: 60px;
  }

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

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

  .heading-footer.heading-3 {
    text-align: center;
    line-height: 1.3;
  }

  .title_section {
    height: 75vh;
  }

  .background-video {
    height: 100%;
  }

  .title_block {
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

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

  .button.flie-text.highlights {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button.flie-text.grey {
    line-height: 1.3;
  }

  .content-div-block.highlights.mittig.flie-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon1 {
    width: auto;
    height: 3rem;
  }

  .icon1.kleiner {
    width: auto;
    height: 2.5rem;
  }

  .grid-versetzt {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .section1 {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section1.zweitfarbe {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading_center_small.heading-2 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.3;
  }

  .heading_left_small.heading-2 {
    text-align: center;
  }

  .heading_left_small.heading-1 {
    text-align: center;
    font-size: 26px;
    line-height: 1.3;
  }

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

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

  .section_1.zweitfarbe {
    padding: 60px;
  }

  .section_1.zweitfarbe.top {
    padding-top: 10px;
  }

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

  .content {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 40px;
  }

  .heading_left.heading-1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 1.3;
  }

  .image {
    order: -9999;
    width: 100%;
    height: 45vh;
    position: static;
  }

  .image:hover {
    transform: none;
  }

  .image.is-width {
    width: 100%;
    height: 45vh;
  }

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

  .heading_center.heading-1 {
    font-size: 35px;
  }

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

  .no_overflow {
    height: 60vh;
  }

  .icon {
    width: 4.5rem;
    height: 4.5rem;
  }

  .paragraph_center.flie-text {
    line-height: 1.3;
  }

  .section-2.highlights {
    padding: 60px;
  }

  .icons {
    width: 4.9rem;
  }

  .divider {
    height: 90px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .tab-link.flie-text {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 30px;
  }

  .tab-link.flie-text.w--current {
    padding: 15px 30px;
  }

  .textblock {
    line-height: 1.3;
  }

  .tabs-content {
    margin-bottom: 20px;
  }

  .image_1:hover {
    transform: scale(1.02);
  }

  .image_1.con:hover {
    transform: none;
  }

  .content_2 {
    margin-top: 20px;
  }

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

  .error-message {
    width: auto;
  }

  .form-wrap {
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .maps_footer {
    width: 100%;
  }

  .link {
    text-align: center;
  }

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

  .impdat-2.flie-text {
    text-align: center;
  }

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

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

  .reviews {
    width: 100%;
    padding: 40px;
  }

  .sm-fixed {
    inset: auto 1% 5% auto;
  }

  .sm-link {
    width: 2.75rem;
    height: 2.75rem;
  }

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

  .map-wrap {
    width: 100%;
  }

  ._4er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
  }

  .no_overflow-2 {
    height: 5rem;
  }

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

  .field-label {
    font-family: Questrial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
  }

  .field-text {
    text-align: left;
    font-family: Questrial, sans-serif;
    line-height: 1.3;
  }

  .field-text.cc-text {
    line-height: 3;
  }

  .list-text.flie-text, .daten-text.flie-text {
    text-align: left;
  }
}

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

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

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

  .divblock1 {
    height: auto;
  }

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

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

  .men-buttton1.hauptfarbe {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .titelvideo1-3 {
    height: 60vh;
  }

  .div-block-video1 {
    width: 100%;
    padding-left: 20px;
  }

  .footertext1 {
    margin-bottom: 10px;
  }

  .footer-2.hauptfarbe {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .maps, .div-footer {
    width: 100%;
  }

  .div-block-footer1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer.hauptfarbe {
    padding: 20px;
  }

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

  .inhalt-footer {
    width: auto;
  }

  .title_section {
    height: 22rem;
  }

  .title_block {
    justify-content: flex-end;
    padding: 40px;
  }

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

  .button.flie-text.highlights {
    padding: 12px 25px;
    font-size: 15px;
    line-height: 1.3;
  }

  .button.flie-text.highlights.btn-desktop {
    display: none;
  }

  .button.flie-text.highlights.resp-btn {
    display: block;
  }

  .button.flie-text.grey {
    padding: 12px 20px;
  }

  .grid-2 {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .content-div-block.mittig.highlights.white_line {
    border-right-style: none;
    padding: 20px;
  }

  .checkbox-field-2 {
    padding-top: 5px;
  }

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

  .form-block {
    text-align: left;
  }

  .grid-versetzt {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0%;
    display: flex;
  }

  .section1 {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section1.zweitfarbe {
    padding: 40px;
  }

  .heading_center_small.heading-2 {
    font-size: 26px;
  }

  .heading_center_small.heading-1 {
    font-size: 18px;
  }

  .heading_left_small.heading-2 {
    text-align: center;
  }

  .heading_left_small.heading-1 {
    font-size: 24px;
  }

  .paragraph-text.flie-text {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .section_1.zweitfarbe {
    padding: 40px;
  }

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

  .content {
    width: 100%;
    padding-right: 40px;
  }

  .heading_left.heading-1 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .image {
    width: 100%;
    height: 22rem;
    position: static;
  }

  .image:hover {
    transform: none;
  }

  .image.is-width {
    object-fit: contain;
    background-color: #898989;
    width: 100%;
    height: 22rem;
  }

  .section_2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

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

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

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

  .no_overflow {
    height: 25rem;
  }

  .icon {
    width: 4rem;
    height: 4rem;
  }

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

  .section-2.highlights {
    flex-flow: row;
    padding: 20px;
  }

  .icons {
    width: 3.5rem;
  }

  .divider {
    height: 70px;
    margin: 20px 0;
  }

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

  .textblock {
    font-size: 15px;
  }

  .tabs-content {
    margin-bottom: 20px;
  }

  .image_1.top {
    object-position: 50% 30%;
  }

  .content_2 {
    margin-top: 10px;
    padding: 20px;
  }

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

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .html-embed-6 {
    height: 18rem;
  }

  .html-embed-6.adj {
    height: 10rem;
  }

  .reviews {
    width: 100%;
    padding-right: 40px;
  }

  .map-wrap {
    flex-flow: column;
    display: flex;
  }

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

  .no_overflow-2 {
    height: 4rem;
  }

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

  .field-text {
    margin-bottom: 0;
  }

  .field-text.cc-text {
    line-height: 2.5;
  }

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

  .daten-text.flie-text {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

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

  .utility-page-content {
    width: 225px;
  }

  .logo-img {
    height: 4rem;
  }

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

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

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

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

  .men-buttton1.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .titelvideo1-3 {
    height: 100%;
  }

  .div-block-video1 {
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .div-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer.hauptfarbe {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .title_section {
    height: 50vh;
  }

  .title_block {
    padding: 20px;
  }

  .heading.heading-1 {
    font-size: 28px;
  }

  .button.flie-text.highlights {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .79rem;
  }

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

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

  .content-div-block.highlights.mittig.flie-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form {
    width: 100%;
  }

  .form-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .field-wrap {
    width: 99.9998%;
  }

  .grid-versetzt {
    margin-top: 0%;
  }

  .section1 {
    width: 100%;
    padding-top: 20px;
  }

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

  .heading_center_small.heading-2 {
    font-size: 24px;
  }

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

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

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

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

  .content {
    padding: 10px;
  }

  .heading_left.heading-1 {
    font-size: 25px;
  }

  .image {
    height: 20rem;
  }

  .image.is-width {
    height: auto;
    max-height: 22rem;
  }

  .section_2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section_2.zweitfarbe, .section_2.zweitfarbe.galerie {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading_center.heading-1 {
    font-size: 25px;
  }

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

  .no_overflow {
    height: 23rem;
  }

  .icon {
    width: 3.5rem;
    height: 3.5rem;
  }

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

  .section-2.highlights {
    flex-flow: row;
    padding: 20px;
  }

  .icons {
    width: 39px;
    max-width: none;
  }

  .divider {
    height: 30px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 10px;
  }

  .tab-link.flie-text {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link.flie-text.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .textblock {
    text-align: center;
    font-size: 14px;
  }

  .tabs-content {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .content_2 {
    margin-top: 0;
    padding: 15px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .maps-gro {
    height: 300px;
  }

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

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

  .impressum-link, .datenschutz-link {
    font-size: 14px;
  }

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

  .reviews {
    padding: 20px;
  }

  .sm-fixed {
    bottom: 21%;
  }

  .sm-link {
    width: 30px;
    height: 30px;
  }

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

  .utility-page_image {
    width: 14rem;
  }

  .list-text.flie-text {
    padding-left: 20px;
    font-size: 14px;
  }

  .wrap {
    overflow-wrap: anywhere;
  }

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

#w-node-d9a78a9e-1caa-e1fb-8508-844d8e712f6f-e8ac11fd {
  grid-area: 4 / 2 / 5 / 2;
}

#w-node-_96acb151-b8a7-b19f-e046-d8470cfcea7c-e8ac1200, #w-node-_96acb151-b8a7-b19f-e046-d8470cfcea92-e8ac1200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96acb151-b8a7-b19f-e046-d8470cfceac1-e8ac1200 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_68ed25da-3094-ac9f-fe88-5fbb8ba92a98-e8ac1203 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_96b055c3-2f80-6c14-241d-751ff169c757-e8ac11f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_96b055c3-2f80-6c14-241d-751ff169c757-e8ac11f2 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_96b055c3-2f80-6c14-241d-751ff169c764-e8ac11f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


