:root {
  --zweitfarbe: #e7ebe3;
  --brown: #af706b;
  --white: white;
  --green: #72815e;
  --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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_15e959eb33ff0bb50fe9c62cc_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;
  width: 25vw;
  margin-top: 0;
  margin-bottom: 0;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
}

.hauptfarbe {
  color: #fff;
  background-color: #72815e;
}

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

.highlights {
  color: #fff;
  background-color: #af706b;
}

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

.heading-1 {
  font-family: Marcellus SC, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-2 {
  font-family: Marcellus SC, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: ZCOOL XiaoWei, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.flie-text {
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #72815e;
  line-height: 1.3;
}

.navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar.hauptfarbe {
  z-index: 10;
  color: #fff;
  position: sticky;
  top: 0;
}

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

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

.success-block.highlights {
  color: #fff;
}

.logo-postion {
  z-index: 10;
  filter: brightness(0%) invert();
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5vw;
  position: relative;
}

.navbar-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100vw;
  max-height: 100vh;
  padding-top: 15vh;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-menu-2.hauptfarbe {
  color: #fff;
}

.nav-link-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  position: static;
}

.nav-link-4:hover {
  color: #919191;
  width: 100%;
}

.menu-button-1 {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button-1.hauptfarbe {
  background-image: linear-gradient(#465116, #465116);
}

.icon {
  color: #000;
  width: 25px;
  height: 25px;
}

.icon.invert {
  filter: invert();
  object-fit: contain;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 20px;
}

.rahmen-unten {
  border: 5px solid #fff;
  border-top-style: none;
  width: 90%;
  height: 20vh;
}

.titelvideo1-3 {
  color: #fff;
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-text {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.slogan1 {
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 80px;
  font-weight: 400;
  line-height: 85px;
}

.slogan1.heading-1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1.3;
}

.rahmen-oben {
  border: 5px solid #fff;
  border-bottom-style: none;
  align-items: flex-end;
  width: 90%;
  height: 20vh;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.wei-er-rahmen {
  border: 5px solid var(--zweitfarbe);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
}

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

.titelvideo-start-3 {
  height: 90vh;
  position: relative;
}

.divider {
  width: 20vw;
  height: 4px;
  margin-bottom: 10px;
}

.divider.highlights {
  width: 15vw;
  margin-bottom: 20px;
}

.inhalt-mittig-untereinander-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.heading-mittig.heading-1 {
  z-index: 5;
  font-size: 32px;
  position: relative;
}

.section-gro-e-abst-nde1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw 15vh;
  display: flex;
}

.section-gro-e-abst-nde1-2.zweitfarbe {
  background-color: var(--zweitfarbe);
}

.section-gro-e-abst-nde1-2.zweitfarbe.klein {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.inhalt-mittig1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 16px;
}

.inhalt-mittig1.flie-text {
  padding-bottom: 0;
}

.section1 {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section1.zweitfarbe {
  padding-left: 0;
}

.text-ber-bild1 {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.feature-image._100 {
  height: 100%;
}

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

.image-big1 {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.heading-mittig-klein1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 28px;
  line-height: 30px;
}

.heading-mittig-klein1.heading-2 {
  line-height: 1.3;
}

._3er-grid-2 {
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  margin: 0 20px;
}

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

._2er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
}

._2er-grid.outline {
  border: 1px solid #979797;
  flex-flow: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
}

._2er-grid.outline.top {
  align-items: start;
}

.feature-image-mask {
  justify-content: space-between;
  width: 100%;
  height: 60vh;
  margin-right: 0;
  display: flex;
  position: relative;
}

.feature-image-mask.versetzt {
  height: 55vh;
  position: relative;
  top: 40px;
  right: 40px;
  overflow: hidden;
}

.feature-image-mask.versetzt.links {
  top: 40px;
  left: 40px;
  right: auto;
}

.text-links1 {
  font-size: 16px;
}

.text-links1.flie-text {
  margin-bottom: 0;
  display: block;
}

.hintergrund-wei {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.hintergrund-wei.versetzt {
  background-color: #fff;
  height: auto;
  position: relative;
  right: 40px;
}

.hintergrund-wei.versetzt.rechts {
  padding-left: 40px;
  padding-right: 0;
  right: -40px;
}

.hintergrund-wei.versetzt.zweitfarbe {
  background-color: var(--zweitfarbe);
}

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.highlights {
  color: #000;
}

.mehr-erfahren2.highlights.heading-1 {
  background-color: var(--brown);
  color: #fff;
  border: 1px solid #af706b;
  line-height: 1.3;
}

.mehr-erfahren2.highlights.heading-1:hover {
  border-color: var(--white);
  background-color: #72815e;
}

.heading-links1 {
  text-transform: uppercase;
  margin-top: 10px;
}

.heading-links1.heading-1 {
  font-size: 32px;
}

.bild-cover-section1 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#fff, #0000), url('../images/AdobeStock_416175172.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: center;
  height: 45vh;
  padding: 5vh 10vw;
  display: flex;
}

.bild-cover-1 {
  background-image: linear-gradient(#4f4f4f57, #4f4f4f57), url('../images/AdobeStock_54746418.webp');
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-wei-1 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60%;
  padding: 60px;
  display: flex;
}

.titelvideo-unterseiten {
  height: 70vh;
  position: relative;
}

.heading-block1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: relative;
}

.div-block-farbig-1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-farbig-1:hover {
  background-color: #f8f8f8;
}

.maps1-2 {
  width: 100%;
  height: 50vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

.icon-1 {
  object-fit: contain;
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}

.success-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.impdat-3.flie-text {
  padding-top: 100px;
}

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

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

.footer-1.hauptfarbe {
  margin-top: auto;
  padding-bottom: 10px;
}

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

.heading-footer.heading-3 {
  font-family: Marcellus SC, sans-serif;
}

.inhalt-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field-3 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field-3.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #fff;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block-3 {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

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

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

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

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form-2 {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.link.black {
  color: #333;
}

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

.impdat-2.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  font-size: 16px;
  display: flex;
}

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

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

.div-block-43 {
  display: block;
}

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

.navlink3.flie-text:hover {
  color: #d3d3d3;
  font-size: 14px;
  font-weight: 400;
}

.navlink3.flie-text.w--current {
  color: #d3d3d3;
}

.men-3.hauptfarbe {
  z-index: 10000;
}

.navlinks3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navlinks3.hauptfarbe {
  color: #fff;
}

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

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

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

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

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

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

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

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

.dropdown-button-2 {
  color: #fff;
  background-color: #72815e;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-button-2.w--open {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-block {
  width: 100%;
  margin-top: 15px;
}

.dropdown-content-4 {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: static;
  overflow: hidden;
}

.list-4 {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.hintergrund-wei-zweit {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-block-social {
  z-index: 200;
  width: 45px;
  position: fixed;
  inset: 45% 1% auto auto;
}

.icon-100 {
  color: #000;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.list {
  font-size: 16px;
}

.list.flie-text {
  display: block;
}

.html-embed-11, .form-wrapper {
  width: 100%;
}

.success-txt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Marcellus SC, sans-serif;
  line-height: 1.3;
}

.form-holder {
  width: 100%;
}

._2er_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 10px;
}

.video-wrapper {
  width: 40%;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
}

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

  .icon.invert {
    margin-right: 0;
  }

  .rahmen-unten {
    height: 10vh;
  }

  .titelvideo1-3 {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

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

  .rahmen-oben {
    height: 10vh;
  }

  .wei-er-rahmen {
    padding: 8vh 12vw;
  }

  .div-block-video1 {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    inset: 0%;
  }

  .titelvideo-start-3 {
    height: 60vh;
  }

  .inhalt-mittig-untereinander-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-mittig.heading-1 {
    font-size: 21px;
  }

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

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .inhalt-mittig1.flie-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .section1 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section1.zweitfarbe {
    padding: 60px;
  }

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

  .feature-image {
    height: 100%;
    margin-top: 0;
  }

  .image-big1 {
    height: 50vh;
  }

  ._3er-grid-2 {
    grid-column-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

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

  ._2er-grid.outline {
    flex-flow: column;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .feature-image-mask {
    height: 30vh;
    margin-right: 0;
  }

  .feature-image-mask.versetzt {
    order: -9999;
    height: 55vh;
    top: auto;
    right: auto;
  }

  .feature-image-mask.versetzt.links {
    height: 55vh;
    top: auto;
    left: auto;
  }

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

  .hintergrund-wei.versetzt {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    right: auto;
  }

  .hintergrund-wei.versetzt.rechts {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    right: auto;
  }

  .heading-links1.heading-1 {
    text-align: center;
    font-size: 23px;
  }

  .heading-links1.heading-1.left {
    text-align: left;
  }

  .bild-cover-section1 {
    background-image: linear-gradient(#3434345e, #3434345e), url('../images/AdobeStock_416175172.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 60px;
  }

  .bild-cover-1 {
    padding: 60px;
  }

  .div-block-wei-1 {
    width: 100%;
    height: auto;
    padding: 40px;
  }

  .titelvideo-unterseiten {
    height: 60vh;
  }

  .div-block-farbig-1 {
    padding-bottom: 20px;
  }

  .maps1-2 {
    height: 45vh;
  }

  .success-2 {
    height: 60vh;
  }

  .impdat-3.flie-text {
    padding: 60px;
  }

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

  .div-block-footer1.flie-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .heading-footer.heading-3 {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .inhalt-footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-icon-3 {
    color: #fff;
  }

  .navlink3.flie-text {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .men-3.hauptfarbe {
    background-color: var(--brown);
  }

  .men-button3.w--open {
    background-color: #fff;
  }

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

  .men-button3.hauptfarbe.w--open, .navlinks3.hauptfarbe {
    background-color: var(--green);
  }

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

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

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

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

  .dropdown-content-4.w--open {
    padding-right: 0;
  }

  .list-4 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-11 {
    height: 100%;
    overflow: auto;
  }

  .form-wrapper {
    height: auto;
  }

  .icon-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .form-holder {
    width: 100%;
  }

  .video-wrapper {
    width: 50%;
    height: 80vh;
  }
}

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

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

  .divblock1 {
    height: auto;
  }

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

  .nav-menu-2.hauptfarbe {
    padding-top: 20vh;
  }

  .rahmen-unten {
    height: 50px;
  }

  .titelvideo1-3 {
    height: 100%;
  }

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

  .slogan1.heading-1 {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
  }

  .rahmen-oben {
    height: 50px;
  }

  .wei-er-rahmen {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

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

  .titelvideo-start-3 {
    height: 55vh;
  }

  .heading-mittig.heading-1 {
    margin-top: 0;
    font-size: 23px;
    line-height: 30px;
  }

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

  .inhalt-mittig1 {
    height: auto;
  }

  .section1.zweitfarbe {
    padding: 40px;
  }

  .image-big1 {
    height: 45vh;
  }

  .heading-mittig-klein1 {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-mittig-klein1.heading-2 {
    font-size: 22px;
  }

  ._3er-grid-2 {
    grid-row-gap: 15px;
    flex-flow: column;
    margin: 0 0 15px;
    display: flex;
  }

  ._3er-grid-2._2er {
    grid-row-gap: 15px;
  }

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

  ._2er-grid.outline {
    padding: 10px;
  }

  .feature-image-mask {
    height: 300px;
    margin-right: 0;
  }

  .feature-image-mask.versetzt {
    height: 45vh;
  }

  .hintergrund-wei.versetzt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hintergrund-wei.versetzt.rechts {
    padding-left: 0;
  }

  .heading-links1.heading-1 {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }

  .bild-cover-section1 {
    padding: 40px;
  }

  .bild-cover-1 {
    height: auto;
    min-height: auto;
    padding: 40px;
  }

  .div-block-wei-1 {
    width: 100%;
    padding: 20px;
  }

  .heading-links1-3.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .titelvideo-unterseiten {
    height: 55vh;
  }

  .div-block-farbig-1 {
    height: auto;
  }

  .maps1-2 {
    height: 40vh;
  }

  .icon-1 {
    height: 40px;
    margin-bottom: 10px;
  }

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

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

  .impdat-3.flie-text {
    padding: 40px;
  }

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

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

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

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

  .image-wrapper, .image-100 {
    height: auto;
  }

  .list-4 {
    width: 80%;
  }

  .link-block-social {
    width: 37px;
  }

  .html-embed-11 {
    overflow: auto;
  }

  .form-wrapper {
    overflow: visible;
  }

  .success-txt {
    font-size: 23px;
  }

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

  .video-wrapper {
    width: 70%;
    height: 70vh;
  }
}

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

  .logo-img {
    width: 52vw;
  }

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

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

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

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

  .nav-menu-2.hauptfarbe {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .icon.invert {
    width: 25px;
    height: 25px;
  }

  .rahmen-unten {
    height: 30px;
  }

  .titelvideo1-3 {
    height: 100%;
  }

  .slogan1 {
    font-size: 40px;
    line-height: 45px;
  }

  .slogan1.heading-1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .rahmen-oben {
    height: auto;
    padding-top: 10px;
  }

  .wei-er-rahmen {
    padding: 4vh 10vw;
  }

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

  .titelvideo-start-3 {
    height: 350px;
  }

  .divider.highlights {
    width: 40vw;
  }

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

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

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

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

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

  .heading-mittig-klein1 {
    font-size: 20px;
    line-height: 20px;
  }

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

  ._3er-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin: 0 0 15px;
  }

  .feature-image-mask.versetzt.links {
    height: 45vh;
  }

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

  .hintergrund-wei.versetzt.rechts {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mehr-erfahren2 {
    min-width: 150px;
  }

  .heading-links1.heading-1 {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }

  .bild-cover-section1 {
    height: 40vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bild-cover-1 {
    height: auto;
    padding: 40px 20px;
  }

  .div-block-wei-1 {
    width: 100%;
    padding: 10px;
  }

  .heading-links1-3.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .titelvideo-unterseiten {
    height: 50vh;
  }

  .heading-block1 {
    width: 100vw;
  }

  .maps1-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icon-1 {
    height: 40px;
    margin-bottom: 10px;
  }

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

  .impdat-3.flie-text {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .maps-gro {
    height: 300px;
  }

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

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

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .list-4 {
    width: 100%;
    font-size: 14px;
  }

  .hintergrund-wei-zweit {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .link-block-social {
    width: 32px;
  }

  .list.flie-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .success-txt {
    font-size: 17px;
    line-height: 25px;
  }

  .video-wrapper {
    width: 100%;
    height: 60vh;
  }
}

#w-node-_2e33bf91-06c2-8e69-af18-f5ac37f7fac0-6b2d0fc9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce1c303f-9a83-66fe-fa5c-ff46fa076e3d-6b2d0fd4, #w-node-ef4c4a72-17a9-6e3b-a3aa-5b09c27467bb-6b2d0fd4, #w-node-_5a6eabe1-8c99-f9bd-6b4c-ce3af3706eef-6b2d0fd4, #w-node-e9afb9b6-c665-c91f-441b-dd2a8057f1c7-6b2d0fd4, #w-node-f5cb6e50-6f07-7dbb-b47f-956ea5dd118f-6b2d0fd4, #w-node-_354aab13-1ad0-9109-ae74-8f397b7b4a63-6b2d0fd4, #w-node-_321533a4-b24a-1081-99b5-99d23cfadb15-6b2d0fd4, #w-node-_35e9841b-d5b8-6228-4c2a-4872d2dd957c-6b2d0fd4, #w-node-_030d67d1-b7d8-8525-0460-f5636e902709-6b2d0fd4, #w-node-_5789c92d-d597-5ec1-eb26-f387ec128f14-6b2d0fd4, #w-node-_3dc79233-79b4-4bfd-f898-470cde7b9bdc-6b2d0fd4, #w-node-_97e96bba-bc0b-478f-da7b-78c98bf76797-6b2d0fda, #w-node-ec3ce28e-332d-347f-8828-bd664bf2c5eb-5f91077d, #w-node-ec3ce28e-332d-347f-8828-bd664bf2c5ef-5f91077d, #w-node-ec3ce28e-332d-347f-8828-bd664bf2c5f1-5f91077d, #w-node-_58a57bcc-443f-ec37-daf0-09d87e85f844-5f91077d, #w-node-_58a57bcc-443f-ec37-daf0-09d87e85f84b-5f91077d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_02f951b5-ffa7-a2ae-d2df-671c13e926f4-6b2d0fc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e3b25db-afac-d5e9-cc9e-c7835d904125-6b2d0fc9, #w-node-_1e3b25db-afac-d5e9-cc9e-c7835d90412b-6b2d0fc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


