:root {
  --sienna: #7f6244;
  --tan: #005f6a;
  --client-s-color: #88857e;
  --dark-green: #006501;
  --dark-slate-grey: #333a2a;
  --linen: linen;
  --peach-puff: #dfc9b3;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  flex-direction: 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;
}

p {
  margin-bottom: 10px;
}

.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;
  height: 15vh;
}

.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;
  display: none;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

.div-ffnungszeiten {
  color: var(--client-s-color);
}

.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: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: var(--dark-green);
  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;
}

.terminbutton.highlights.flie-text {
  margin-top: 20px;
}

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

.form-text {
  line-height: 1.3;
}

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

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

.div-block-41.highlights {
  color: #fff;
  margin-top: auto;
}

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

.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 {
  border-right: 5px solid #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.slogan1 {
  text-align: left;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 85px;
}

.slogan1.heading-1 {
  margin-top: 10px;
  margin-bottom: 20px;
  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 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60vw;
  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: 120vh;
  position: relative;
}

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

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

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

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

.heading-mittig.heading-1 {
  z-index: 5;
  color: var(--dark-slate-grey);
  position: relative;
}

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

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

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

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

.feature-image._100 {
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.feature-image._100.contain {
  background-image: url('../images/attachment_2_IMG-20230330-WA0070.webp');
  background-position: 0 0;
  background-size: auto;
  height: 50vh;
}

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

.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 {
  color: var(--client-s-color);
  line-height: 1.3;
}

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

._2er-grid.outline {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #979797;
  align-items: center;
  padding: 20px;
  position: relative;
}

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

.feature-image-mask.versetzt {
  height: 100%;
  position: relative;
  top: auto;
  right: auto;
}

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

.text-links1.flie-text {
  color: var(--client-s-color);
}

.text-links1.flie-text.rel {
  z-index: 10;
  position: relative;
}

.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 {
  z-index: 100;
  background-color: #fff0;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  position: relative;
  right: auto;
}

.hintergrund-wei.versetzt.rechts {
  background-color: #fff;
  justify-content: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 20px;
  right: auto;
}

.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 {
  z-index: 100;
  background-color: var(--tan);
  color: #fff;
  line-height: 1.3;
  position: relative;
}

.mehr-erfahren2.highlights.heading-1:hover {
  background-color: var(--sienna);
}

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

.heading-links1.heading-1 {
  z-index: 10;
  color: var(--client-s-color);
  position: relative;
}

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

.bild-cover-section1.grey {
  background-image: linear-gradient(#0000001a, #0000001a);
  background-position: 0 0;
}

.bild-cover-1 {
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/60659decb3fd3c5d80d8b266_AdobeStock_268842093_visu_160659decb3fd3c5d80d8b266_AdobeStock_268842093_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  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;
}

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

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

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

.icon-1.invert {
  filter: invert() grayscale();
  object-fit: contain;
}

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

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

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

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

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

.footer-1 {
  margin-top: auto;
  padding: 40px 140px 20px;
}

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

.inhalt-footer {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
  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;
}

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

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

.text-field-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-4:hover {
  border-color: #1d1f2e80;
}

.text-field-4:active, .text-field-4:focus {
  border-color: #1d1f2e;
}

.text-field-4::placeholder {
  color: #1d1f2e4d;
}

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

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

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

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

.form1 {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  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: row;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.datenschutz-link {
  color: #fff;
  margin-left: 60px;
  text-decoration: none;
}

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

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

.navlink3 {
  letter-spacing: 1px;
  border: 1px solid #0000;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

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

.navlink3.flie-text:hover {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.navlink3.flie-text.w--current {
  color: #fff;
  border-color: #ffffff9c;
}

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

.navlinks3.hauptfarbe {
  color: #fff;
}

.navbar3 {
  z-index: 1000;
  position: sticky;
  top: 0;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  line-height: 1.3;
}

.textarea-2 {
  line-height: 3;
}

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

.quick-stack, .quick-stack-left {
  border: 1px solid #979797;
  margin-top: 40px;
}

.cell {
  justify-content: center;
}

.dropdown-block {
  width: 100%;
}

.dropdown-button {
  background-color: var(--tan);
  color: #fff;
  text-transform: uppercase;
  font-family: Marcellus SC, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1px;
}

.dropdown-button:hover {
  background-color: var(--sienna);
}

.dropdown-content-3 {
  color: var(--client-s-color);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: static;
  overflow: hidden;
}

.side-para {
  text-align: left;
  font-size: 17px;
  line-height: 25px;
}

.side-para.flie-text {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.cell-2 {
  justify-content: center;
}

.list-4 {
  color: var(--client-s-color);
  font-family: Roboto, sans-serif;
  line-height: 1.5;
}

.div-block-166 {
  width: 100%;
  height: 10vh;
  margin-top: 60px;
}

.div-block-166.hauptfarbe {
  background-color: var(--tan);
  justify-content: center;
  align-items: center;
  height: 6vh;
  margin-top: auto;
  display: flex;
}

.div-block-167 {
  opacity: .15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.section-50 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10vw 60px;
  display: flex;
}

.heading-mittig-klein1-copy.heading-2 {
  color: #000;
  font-style: italic;
  line-height: 1.3;
}

.cell-3 {
  justify-content: center;
}

.text-mittig1-copy {
  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.cell-4 {
  justify-content: center;
}

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

.feature-image-copy._100 {
  object-fit: contain;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

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

.heading-mittig-copy.heading-1 {
  z-index: 5;
  color: var(--client-s-color);
  position: relative;
}

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

.heading-mittig-klein1-copy.heading-2 {
  color: var(--linen);
  line-height: 1.3;
}

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

.heading-mittig-klein1-slogan.heading-2 {
  color: var(--dark-slate-grey);
  -webkit-text-stroke-width: 0px;
  font-size: 30px;
  font-style: italic;
  line-height: 1.3;
}

.absolute-img {
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-span-2 {
  font-size: 16px;
}

.small-logo {
  object-fit: contain;
  height: 20vh;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

  .div-block-41.highlights {
    padding: 60px;
  }

  .rahmen-unten {
    height: 10vh;
  }

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

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

  .rahmen-oben {
    height: 10vh;
  }

  .wei-er-rahmen {
    width: 80%;
  }

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

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

  .divider.highlights {
    margin-bottom: 10px;
  }

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

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

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

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

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

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

  .feature-image._100.bottom {
    object-position: 50% 0%;
  }

  .feature-image._100.contain {
    height: auto;
  }

  .heading-mittig-klein1.heading-2.farbe-der-headings {
    font-size: 22px;
    line-height: 1.2;
  }

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

  ._2er-grid.outline {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

  .hintergrund-wei.versetzt {
    align-items: center;
    padding: 20px;
    right: auto;
  }

  .hintergrund-wei.versetzt.rechts {
    padding: 20px;
    right: auto;
  }

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

  .bild-cover-section1 {
    height: auto;
    padding: 60px;
  }

  .bild-cover-section1._45vh {
    height: 45vh;
  }

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

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

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

  .maps1-2 {
    height: 45vh;
    margin-top: 20px;
  }

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

  .success-2 {
    flex-direction: column;
    justify-content: space-around;
    height: 80vh;
    padding: 60px;
  }

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

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

  .div-block-footer1, .footer-1.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .error-message {
    width: auto;
  }

  .datenschutz-link {
    margin-left: 20px;
  }

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

  .navlink3.flie-text {
    text-align: center;
    margin-right: 0;
    font-size: 14px;
  }

  .men-3 {
    z-index: 1000;
    background-color: var(--sienna);
    text-align: center;
    padding: 10px;
  }

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

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

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

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

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

  .quick-stack, .quick-stack-left {
    margin-top: 20px;
  }

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

  .dropdown-content-3.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .side-para.flie-text {
    text-align: center;
    margin-bottom: 10px;
  }

  .list-4 {
    color: var(--client-s-color);
  }

  .div-block-166.hauptfarbe {
    margin-top: 20px;
  }

  .div-block-167 {
    display: flex;
  }

  .section-50 {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .heading-mittig-copy.heading-1.size, .heading-mittig-copy.heading-1 {
    font-size: 25px;
  }

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

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

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

  .logo-img {
    height: 12vh;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .div-block-41.highlights {
    width: 100%;
    padding: 40px;
  }

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

  .rahmen-unten {
    height: 50px;
  }

  .titelvideo1-3 {
    height: 100%;
  }

  .rahmen-oben {
    height: 50px;
  }

  .wei-er-rahmen {
    width: 400px;
  }

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

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

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

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

  .inhalt-mittig1 {
    height: auto;
  }

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

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

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

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

  ._2er-grid.outline {
    flex-direction: column;
    padding: 10px;
    display: flex;
  }

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

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

  .hintergrund-wei.versetzt {
    padding: 20px;
  }

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

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

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

  .bild-cover-section1._45vh {
    height: 35vh;
    padding: 40px;
  }

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

  .div-block-wei-1 {
    width: 90%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .titelvideo-unterseiten {
    height: 60vh;
  }

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

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

  .maps1-2 {
    height: 30vh;
  }

  .icon-1.invert {
    height: 30px;
  }

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

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

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .text-field-4 {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-4::placeholder {
    text-align: center;
  }

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

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

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    padding: 10px;
  }

  .quick-stack-left {
    margin-top: 10px;
    padding: 10px;
  }

  .div-block-166.hauptfarbe {
    height: 5vh;
  }

  .section-50 {
    padding: 40px;
  }

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

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

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

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

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

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

  .small-logo {
    height: 15vh;
  }
}

@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 {
    object-fit: contain;
    height: 10vh;
  }

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

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

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

  .div-block-41.highlights {
    padding: 20px;
  }

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

  .rahmen-unten {
    height: 30px;
  }

  .titelvideo1-3 {
    height: 100%;
  }

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

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

  .wei-er-rahmen {
    width: 100%;
    max-width: 350px;
    padding-right: 20px;
  }

  .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 {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 25px;
  }

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

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

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

  .heading-mittig-klein1.heading-2.farbe-der-headings {
    font-size: 18px;
  }

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

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

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

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

  .bild-cover-section1, .bild-cover-section1._45vh {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-wei-1 {
    width: 90%;
  }

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

  .heading-block1 {
    width: 100vw;
  }

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

  .maps1-2 {
    margin-top: 10px;
  }

  .icon-1.invert {
    height: 30px;
  }

  .success-2 {
    height: 90vh;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .maps-gro {
    height: 300px;
  }

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

  .text-field-4 {
    width: 100%;
  }

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

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

  .datenschutz-link {
    margin-left: 10px;
  }

  .men-button3.hauptfarbe {
    padding: 5px;
  }

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

  .quick-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    padding: 10px;
  }

  .quick-stack-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 10px;
  }

  .dropdown-button {
    text-align: center;
    width: 100%;
  }

  .dropdown-content-3.w--open {
    padding-bottom: 0;
  }

  .side-para.flie-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-166.hauptfarbe {
    height: 5vh;
  }

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

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

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

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

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

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

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

  .small-logo {
    height: 10vh;
  }
}

#w-node-_569530c0-c63a-3959-5603-421523f1bffe-3b1398d4, #w-node-_27ec6911-578c-3da0-10ea-1e4f71cfc669-3b1398d4, #w-node-_8fa8c7db-3b73-dd9b-4f2d-9911cf6f1988-3b1398d4, #w-node-ab6f843c-6073-c5c9-ac9b-5dca3dea7223-3b1398d4, #w-node-_753f71d9-3cdd-fb37-1b33-456f0758cafa-3b1398d4, #w-node-_07d3ed88-c19f-f6cf-dda6-9e2511451838-3b1398d4, #w-node-_9a0f184a-5e97-e24a-7096-d2b006449e4a-3b1398d4, #w-node-bffe511d-41f9-e098-ae41-0c43499f4992-3b1398d4, #w-node-_745979a8-9fee-98dc-a62e-116fb22ac7ea-3b1398d4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_569530c0-c63a-3959-5603-421523f1bffe-3b1398d4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_569530c0-c63a-3959-5603-421523f1c000-3b1398d4 {
    order: -9999;
  }

  #w-node-_27ec6911-578c-3da0-10ea-1e4f71cfc669-3b1398d4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_27ec6911-578c-3da0-10ea-1e4f71cfc66a-3b1398d4, #w-node-_27ec6911-578c-3da0-10ea-1e4f71cfc68a-3b1398d4 {
    order: -9999;
  }

  #w-node-_8fa8c7db-3b73-dd9b-4f2d-9911cf6f1988-3b1398d4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8fa8c7db-3b73-dd9b-4f2d-9911cf6f19a9-3b1398d4 {
    order: -9999;
  }

  #w-node-ab6f843c-6073-c5c9-ac9b-5dca3dea7223-3b1398d4, #w-node-_753f71d9-3cdd-fb37-1b33-456f0758cafa-3b1398d4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_753f71d9-3cdd-fb37-1b33-456f0758cb1b-3b1398d4 {
    order: -9999;
  }

  #w-node-_07d3ed88-c19f-f6cf-dda6-9e2511451838-3b1398d4, #w-node-_9a0f184a-5e97-e24a-7096-d2b006449e4a-3b1398d4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9a0f184a-5e97-e24a-7096-d2b006449e53-3b1398d4 {
    order: -9999;
  }

  #w-node-bffe511d-41f9-e098-ae41-0c43499f4992-3b1398d4, #w-node-_745979a8-9fee-98dc-a62e-116fb22ac7ea-3b1398d4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_745979a8-9fee-98dc-a62e-116fb22ac80b-3b1398d4 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9a0f184a-5e97-e24a-7096-d2b006449e4a-3b1398d4 {
    grid-template-rows: auto;
    grid-template-columns: 100%;
  }
}


