:root {
  --white: white;
  --454543: #454543;
  --e1d1b8: #e1d1b8;
  --5b484a: #5b484a;
  --b9b1a7: #b9b1a7;
  --d9bf9e: #d9bf9e;
  --8b5843: #8b5843;
  --black: black;
  --e3e1e6: #e3e1e6;
}

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

.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-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: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  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;
}

a {
  text-decoration: none;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_1.avif');
  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-wrap.highlights {
  background-image: none;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 10%;
}

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

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  object-fit: contain;
  width: 250px;
}

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

.logo.w--current {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.telefonnummer {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--454543);
  color: var(--white);
}

.email {
  margin-bottom: 5px;
  line-height: 1.3;
}

.email.white {
  color: #fff;
}

.zweitfarbe {
  background-color: var(--e1d1b8);
}

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

.adresse {
  margin-bottom: 5px;
  line-height: 1.3;
}

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

.heading-1 {
  font-family: Yanone Kaffeesatz, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.heading-2 {
  font-family: Yanone Kaffeesatz, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.heading-3 {
  font-family: Yanone Kaffeesatz, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

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

.farbe-der-headings {
  color: var(--b9b1a7);
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights.heading-3 {
  background-color: var(--d9bf9e);
  color: #333;
}

.terminbutton.highlights.heading-3:hover {
  color: #fff;
}

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

.video {
  height: 100vh;
  display: block;
  position: relative;
}

.titelvideo {
  height: 100%;
}

.titelvideo-div {
  color: #fff;
  background-color: #0000004d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan {
  text-align: center;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 110px;
}

.slogan.heading-1 {
  line-height: 1.3;
}

.link-block-sm {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.heading-footer {
  color: var(--white);
  text-align: left;
  font-size: 25px;
  line-height: 25px;
}

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

.inhalt-footer_20vw {
  justify-content: center;
  align-items: center;
  display: block;
}

.footer_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.div-block-114 {
  filter: invert();
}

.navlink {
  color: #fff;
  letter-spacing: 3px;
  font-size: 18px;
  line-height: 25px;
}

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

.navlink.flie-text:hover {
  color: #8b8b8b;
}

.navlink.flie-text.w--current {
  color: #c2a893;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.bild-zoom-effekt1 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_305628877_visu_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .2s;
  display: flex;
}

.bild-zoom-effekt1:hover {
  background-image: linear-gradient(#fff0, #fff0), url('../images/AdobeStock_305628877_visu_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.impdat {
  padding: 100px 40px;
}

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

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

.heading_success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 15%;
  display: flex;
}

.elfsight_instagram-embed {
  width: 100%;
}

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

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

.grid_links {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid_rechts {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: center;
}

.grid_rechts.kontakt {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
}

.content.highlights {
  background-color: #5b484a;
  height: 100%;
  padding: 50px;
}

.button {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 24px;
}

.button.heading-3 {
  transition: all .2s;
}

.button.heading-3.hauptfarbe {
  background-color: #8b5843;
  line-height: 1.3;
}

.button.heading-3.hauptfarbe:hover {
  background-color: var(--d9bf9e);
}

.mini_heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}

.section1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 15%;
  display: flex;
  position: relative;
}

.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;
  color: #fff;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  background-image: linear-gradient(#00000080, #0000);
  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 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field.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);
}

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

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

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

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

.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;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.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 {
  width: 100%;
}

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

.logo_white {
  filter: invert();
}

.no-overflow {
  width: 100%;
  height: 45vh;
  overflow: hidden;
}

.error-message {
  color: #fff;
  background-color: #e64040;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
}

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

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

.form1 {
  margin-bottom: 0;
}

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

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

.contact-form-success-message.zweitfarbe {
  color: #333;
  font-family: Roboto, sans-serif;
}

.text_field {
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 7.6vh;
  margin-bottom: 20px;
  padding: 18px 24px;
  transition: border .4s, color .4s;
  display: block;
}

.text_field:hover {
  border-color: #1d1f2e80;
}

.text_field:active, .text_field:focus {
  border-color: #1d1f2e;
}

.text_field::placeholder {
  color: #1d1f2e4d;
}

.text_field.cc-textarea {
  height: 15vh;
}

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

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

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

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

.img-sm {
  filter: invert();
  object-fit: contain;
  width: 25px;
}

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

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

.impressum-link, .datenschutz-link {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
}

.nav-men.hauptfarbe {
  z-index: 1000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.menu-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbars {
  width: 100%;
}

.navbars.hauptfarbe {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.nav-link.flie-text {
  color: var(--8b5843);
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
}

.nav-link.flie-text:hover {
  color: #333;
}

.nav-link.flie-text.w--current {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.navbar1 {
  z-index: 90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.image-100 {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.section-5, .section-6 {
  padding: 60px 15%;
  position: relative;
}

.maps {
  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.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

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

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

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-family: Yanone Kaffeesatz, sans-serif;
  display: flex;
}

.paragraph-mittig1 {
  text-align: center;
  font-size: 16px;
}

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

._3er-grid1-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin-bottom: 0;
}

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

.dropdown-button {
  color: var(--white);
  background-color: #8b5843;
  padding-left: 30px;
  padding-right: 45px;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-button.w--open {
  color: var(--white);
}

.dropdown-icon {
  color: #fff;
}

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

.grid-2x1 {
  grid-template-rows: auto;
  place-items: center;
  margin-top: 40px;
}

.text_block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.card {
  height: 100%;
  position: relative;
  box-shadow: 0 1px 7px #8a8a8a80;
}

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

.farbe-der-headings-3 {
  color: var(--8b5843);
  line-height: 1.3;
}

.hauptfarbe-2 {
  background-color: var(--8b5843);
  color: var(--white);
}

.hauptfarbe-2.w--current {
  background-color: var(--d9bf9e);
}

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

.quick-stack_4er {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}

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

.section-5-border-top, .section-51 {
  padding: 60px 15%;
  position: relative;
}

.section-51.zweitfarbe, .section-51.zweitfarbe.min_height {
  min-height: 55vh;
}

.grid_3er_gallery {
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid_3er_gallery.flex {
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.image_100 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.image_100.cover {
  object-position: 50% 15%;
}

.image_100.top_25, .image_100.top_80, .image_100.top_10, .image_100.top_70 {
  object-fit: cover;
  object-position: 50% 30%;
}

.image_block {
  border-radius: 25px;
  width: 100%;
  height: 40vh;
  display: block;
  position: relative;
}

.image-_llightbox {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.image-_llightbox.links {
  object-position: 20% 0%;
}

.image-_llightbox.bottom {
  object-position: 50% 30%;
}

.image-_llightbox.full-bottom {
  object-position: 50% 80%;
}

.image-_llightbox.right {
  object-position: 80% 50%;
}

.lightbox_link {
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.slider_100 {
  background-color: #0000;
  height: 100%;
}

.section-52 {
  padding: 60px 100px;
}

.section-52.highlights-2.hidden {
  display: none;
}

.slide-nav-3 {
  position: relative;
  top: auto;
}

.mask {
  height: 100%;
}

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

.image-_100 {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  min-width: auto;
  height: 100%;
}

.highlights-2 {
  background-color: var(--d9bf9e);
  color: var(--black);
}

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

.heading-link1.heading-1 {
  margin-top: 20px;
}

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

.heading-mittig.heading-1.farbe-der-headings-3 {
  font-size: 35px;
}

.paragraph-link1 {
  font-size: 20px;
  line-height: 30px;
}

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

.section-53 {
  padding: 60px 100px;
  position: relative;
}

.code-embed {
  margin-bottom: 0;
}

.tabs-content {
  padding: 15px;
}

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

.icons_blcok {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-mittig3 {
  text-align: center;
  font-size: 16px;
}

.heading-mittig-sm {
  text-align: center;
  font-size: 30px;
  line-height: 1;
}

.heading-mittig-sm.heading-2 {
  margin-top: 10px;
}

.service-card {
  color: #ab5843;
  width: auto;
  height: 50vh;
  text-decoration: none;
}

.service-card._100 {
  width: 100%;
}

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

.link-block_card.is-auto {
  border: 1px solid var(--8b5843);
  border-radius: 25px;
  padding: 20px 40px 30px;
}

.content-wrapper {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 10vh;
  padding: 20px;
  display: flex;
}

.card-_40vw {
  width: 40vw;
  height: 100%;
  position: relative;
  box-shadow: 0 1px 7px #8a8a8a80;
}

.price_block_center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-3_er {
  width: 100%;
}

.whatsapp-link {
  width: 50px;
  height: 50px;
}

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

.logo_wrapper {
  display: none;
}

.jotform-wrapper {
  width: 100%;
}

._3er-grid-price {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center start;
  margin-left: 0;
  margin-right: 0;
}

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

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

.list_text.flie-text.size {
  font-size: 20px;
}

.lightbox-link_45vh {
  height: 100%;
}

.quick-stack-_gallery.no-top-padding {
  padding-top: 0;
}

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

.content_nospace {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.content_nospace.center {
  color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
}

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

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

.price_grid._1 {
  grid-template-columns: 1fr;
  width: auto;
  margin-top: 16px;
  margin-bottom: 16px;
}

.price_grid._2 {
  margin-top: 16px;
}

.price_card._49 {
  width: 49%;
}

.price_card._100 {
  position: relative;
  left: 50%;
}

.image-101 {
  filter: invert();
}

.no-overflow-2 {
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.div-block-203 {
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 50vh;
  margin-bottom: 20px;
  display: flex;
}

.arrow-3 {
  color: #5b484a;
}

.mask-5 {
  position: static;
  overflow: visible;
}

.slider_wrapper-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.image-106 {
  object-fit: contain;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 7px 3px #0003;
}

.slider-11 {
  background-color: #0000;
  width: 25vw;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.terminbutton-5 {
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 12px 20px;
  font-size: 13.5px;
  line-height: 22px;
}

.terminbutton-5:hover {
  background-color: #292929;
}

.terminbutton-5.main-color.heading-font1 {
  color: #333;
  border-radius: 12px;
  margin-top: 10px;
}

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

.hiddem {
  display: none;
}

.slider_container-2 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.inhalt-div-3 {
  border-bottom: 5px solid #916128;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  transition: all .4s ease-in-out;
  display: flex;
}

.inhalt-div-3:hover {
  transform: translate(0, -10px);
}

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

.kontakt-maps {
  width: 100%;
  height: 45vh;
}

.galerie-button {
  background-color: var(--8b5843);
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.div-block-204 {
  justify-content: center;
  align-items: center;
  height: 200vh;
  display: flex;
}

.button-2 {
  background-color: #8b5843;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-205 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.more-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.code-embed-2 {
  z-index: 10;
}

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

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

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

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

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

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

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

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

.button-3 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

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

.code-embed-3 {
  width: 100%;
  height: 55vw;
  overflow: auto;
}

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

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

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

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

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

.link-formular-2 {
  color: var(--8b5843);
  text-decoration: none;
}

.contact-form-2 {
  width: 100%;
}

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

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

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

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

.text-field-8 {
  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-8:hover {
  border-color: #1d1f2e80;
}

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

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

.text-field-8.cc-textarea {
  height: 100px;
}

.text-field-8.flie-text {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
}

.form1-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.heading-center {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  line-height: 44px;
}

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

.gutschein-link {
  width: 50px;
  height: 50px;
  position: fixed;
  inset: 23% 1% auto auto;
}

.image-107 {
  object-fit: contain;
  width: 110px;
  height: 110px;
}

.image-107.small {
  width: 60px;
  height: 60px;
}

.div-block-206 {
  position: relative;
}

.nav-link.flie-text.abs {
  text-align: center;
  margin-bottom: 0;
  font-size: 17px;
  position: absolute;
  inset: 33% 0% 0%;
}

.nav-link.flie-text.abs.small {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 10px;
}

.div-block-207 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 50% 0% auto auto;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .logo.w--current {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .telefonnummer {
    margin-bottom: 5px;
  }

  .telefonnummer.flie-text {
    text-align: center;
    margin-bottom: 0;
  }

  .email {
    margin-bottom: 5px;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .heading-footer.heading-3 {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .inhalt-footer_20vw {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer.hauptfarbe-2 {
    padding: 40px;
  }

  .footer_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .div-f-r-nav {
    width: auto;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .icon-5 {
    color: #fff;
  }

  .navlink.flie-text {
    text-align: right;
  }

  .nav-menu-3 {
    background-color: #000c;
    width: 100%;
  }

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

  .bild-zoom-effekt1 {
    height: 400px;
  }

  .impdat, .success {
    padding: 60px;
  }

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

  .success_block.highlights {
    padding: 60px;
  }

  .heading_success {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .section-2, .section-2.zweitfarbe {
    padding: 60px;
  }

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

  .grid_links {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .grid_rechts {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    margin: 0 20px;
  }

  .grid_rechts.kontakt {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0;
    display: flex;
  }

  .content.highlights {
    padding: 40px;
  }

  .button.heading-3.hauptfarbe {
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.1;
  }

  .mini_heading.heading-3 {
    text-align: center;
    margin-top: 0;
    line-height: 1.3;
  }

  .section1.highlights {
    padding: 60px;
  }

  .no-overflow {
    width: 100%;
    height: 40vh;
  }

  .no-overflow.small {
    height: 30vh;
  }

  .error-message {
    width: auto;
  }

  .form1 {
    margin-top: 20px;
  }

  .text_field {
    height: 7vh;
    padding: 12px 15px;
  }

  .text_field.cc-textarea {
    height: 13vh;
  }

  .form-wrap {
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-right: 0;
    display: flex;
  }

  .form-grid {
    width: 100%;
  }

  .contact-form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .link {
    text-align: center;
  }

  .inhalt-footer, .impdat-2.flie-text {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-men.hauptfarbe {
    background-color: var(--e1d1b8);
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
  }

  .menu-wrapper {
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .men-icon1 {
    color: #fff;
  }

  .navbars.hauptfarbe {
    flex-flow: column;
    min-width: 100%;
  }

  .nav-link.flie-text {
    text-align: center;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
  }

  .nav-link.flie-text.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--8b5843);
    text-align: center;
    width: 100%;
    padding: 12px 0;
  }

  .image-100 {
    border-radius: 20px;
  }

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

  .image-100.is-vh {
    object-position: 50% 30%;
    height: 40vh;
  }

  .section-5 {
    padding-bottom: 60px;
  }

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

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

  .maps {
    height: 45vh;
  }

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

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

  .paragraph-mittig1 {
    align-self: center;
  }

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

  .dropdown-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .dropdown-button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    line-height: 1.3;
  }

  .grid-2x1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .text_block {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .quick-stack_4er {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding: 0;
  }

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

  .section-5-border-top {
    padding-bottom: 60px;
  }

  .section-5-border-top.zweitfarbe {
    padding: 60px;
  }

  .section-5-border-top.zweitfarbe.is-padding_top {
    padding-bottom: 40px;
  }

  .section-5-border-top.zweitfarbe.is-even_padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-5-border-top.zweitfarbe.is-padding-_bottom {
    padding-top: 40px;
  }

  .section-5-border-top.highlights-2, .section-51.zweitfarbe, .section-51.highlights-2 {
    padding: 60px;
  }

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

  .image_100.top_80, .image_100.top_70 {
    object-position: 50% 80%;
  }

  .image_100.is-top-40 {
    object-position: 50% 40%;
  }

  .image_block {
    height: 45vh;
  }

  .image-_llightbox {
    object-position: 50% 20%;
    border-radius: 20px;
  }

  .image-_llightbox.top, .image-_llightbox.top-_50 {
    object-position: 50% 25%;
  }

  .image-_llightbox.bottom {
    object-position: 50% 50%;
  }

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

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

  .image-_100.navigation-wrapper {
    object-position: 50% 10%;
  }

  .heading-link1.heading-1 {
    margin-top: 10px;
    line-height: 1.3;
  }

  .heading-link1.heading-1.farbe-der-headings-3, .heading-link1.heading-2.farbe-der-headings-3 {
    text-align: center;
  }

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

  .paragraph-link1.flie-text {
    text-align: center;
    line-height: 1.5;
  }

  .paragraph-link1.flie-text.sm-screen-left {
    text-align: left;
  }

  .section-53 {
    padding-bottom: 60px;
  }

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

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

  .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-mittig3 {
    align-self: center;
  }

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

  .heading-mittig-sm.heading-2 {
    margin-top: 10px;
  }

  .service-card {
    height: auto;
  }

  .service-card._100 {
    width: 100%;
  }

  .service-card._50 {
    width: 50%;
  }

  .link-block_card.relative {
    position: relative;
    left: 50%;
  }

  .link-block_card.is-auto {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-_40vw.zweitfarbe {
    width: 100%;
  }

  .quick-stack-3_er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }

  .whatsapp-link {
    top: 35%;
  }

  .logo_wrapper_desktop {
    display: none;
  }

  .logo_wrapper {
    width: 100%;
    display: block;
  }

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

  .cell-center, .cell_center {
    justify-content: flex-start;
    align-items: center;
  }

  .jotform-wrapper {
    height: 90vh;
    overflow: hidden;
  }

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

  ._3er-grid-price {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
  }

  .quick-stack, .quick-stack-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 0;
  }

  .list_text.flie-text {
    line-height: 1.5;
  }

  .list_text.flie-text.size {
    font-size: 18px;
  }

  .quick-stack-4er {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }

  .lightbox-link_45vh {
    width: 100%;
    height: 45vh;
  }

  .quick-stack-_gallery {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 0;
  }

  .quick-stack-_gallery.no-top-padding {
    padding-top: 20px;
  }

  .left-arrow-white, .right-arrow-white {
    width: 55px;
  }

  .left_align_heading_wrapper {
    width: 100%;
  }

  .content_nospace.center {
    padding: 0;
  }

  .price_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .price_card._49 {
    width: 100%;
  }

  .price_card._100 {
    left: 0%;
  }

  .no-overflow-2 {
    width: 100%;
    height: 40vh;
  }

  .no-overflow-2.big {
    height: 60vh;
  }

  .quick-stack-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-203 {
    width: 40vw;
    height: 100%;
  }

  .slider_wrapper-2 {
    width: 100%;
  }

  .slider-11 {
    width: 40vw;
    height: 55vh;
  }

  .inhalt-div-3 {
    height: 100%;
  }

  .inhalt-div-3:hover {
    transform: none;
  }

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

  .kontakt-maps {
    height: 100%;
  }

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

  .more-block {
    margin-top: 0;
  }

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

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

  .code-embed-3 {
    height: 130vw;
  }

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

  .error-message-2 {
    width: auto;
  }

  .gutschein-link {
    top: 25%;
  }

  .nav-link.flie-text.abs {
    top: 24%;
  }
}

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

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

  .divblock1 {
    height: auto;
  }

  .video {
    height: 600px;
  }

  .titelvideo-div {
    padding-bottom: 20px;
  }

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

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

  .bild-zoom-effekt1 {
    min-height: 300px;
  }

  .impdat {
    padding: 40px;
  }

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

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

  .success_block.highlights {
    padding: 40px;
  }

  .heading_success {
    font-size: 25px;
  }

  .section-2, .section-2.zweitfarbe {
    padding: 40px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .grid_links {
    grid-template-columns: 1fr;
    place-items: start;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

  .content.highlights {
    padding: 20px;
  }

  .mini_heading.heading-3 {
    font-size: 19px;
  }

  .section1.highlights {
    padding: 40px;
  }

  .no-overflow, .no-overflow.small {
    height: 40vh;
  }

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

  .checkbox-field-2 {
    margin-top: 10px;
  }

  .text_field {
    width: 100%;
    height: 6.5vh;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 10px 12px;
  }

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

  .text_field.cc-textarea {
    height: 12vh;
    margin-bottom: 20px;
  }

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

  .nav-men.hauptfarbe {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 1.2;
  }

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

  .image-100 {
    border-radius: 15px;
  }

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

  .image-100.is-vh {
    height: 30vh;
  }

  .section-5.zweitfarbe, .section-5.highlights-2 {
    padding: 40px;
  }

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

  .section-6.zweitfarbe {
    padding: 40px;
  }

  .maps {
    width: 100%;
    height: 40vh;
  }

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

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

  .grid-2x1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 20px;
  }

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

  .section-5-border-top.zweitfarbe {
    padding: 40px;
  }

  .section-5-border-top.zweitfarbe.is-padding_top {
    padding-bottom: 10px;
  }

  .section-5-border-top.zweitfarbe.is-even_padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-5-border-top.zweitfarbe.is-padding-_bottom {
    padding-top: 0;
  }

  .section-5-border-top.highlights-2, .section-51.zweitfarbe, .section-51.highlights-2 {
    padding: 40px;
  }

  .grid_3er_gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .image_100 {
    border-radius: 20px;
  }

  .image_100.top_10 {
    object-position: 50% 10%;
  }

  .image_100.top_70 {
    object-position: 50% 70%;
  }

  .image_block {
    border-radius: 20px;
    height: 45vh;
  }

  .image-_llightbox {
    object-position: 50% 10%;
    border-radius: 15px;
  }

  .image-_llightbox.top-_50 {
    object-position: 50% 50%;
  }

  .section-52.highlights-2 {
    padding: 40px;
  }

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

  .heading-link1.heading-1.farbe-der-headings-3 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .heading-link1.heading-2.farbe-der-headings-3 {
    font-size: 30px;
    line-height: 1.3;
  }

  .heading-mittig.heading-1, .heading-mittig.heading-1.farbe-der-headings-3 {
    font-size: 30px;
  }

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

  .section-53.highlights-2 {
    padding: 40px;
  }

  .heading-mittig-sm.heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.3;
  }

  .link-block_card {
    height: 30vh;
  }

  .link-block_card.relative {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    left: 0%;
  }

  .link-block_card.is-auto {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper, .content-wrapper.is-small {
    padding: 0;
  }

  .quick-stack-3_er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .whatsapp-link {
    width: 35px;
    height: 35px;
    top: 33%;
  }

  .quick-stack-5er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 60%;
  }

  .jotform-wrapper {
    height: auto;
  }

  ._3er-grid-price {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .quick-stack, .quick-stack-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

  .quick-stack-4er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .lightbox-link_45vh {
    height: 40vh;
  }

  .quick-stack-_gallery {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow-white, .right-arrow-white {
    width: 50px;
    font-size: 35px;
  }

  .content_nospace.center {
    padding: 20px;
  }

  .price_grid {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .no-overflow-2 {
    height: 40vh;
  }

  .div-block-203 {
    height: 30vh;
  }

  .right_arrow {
    margin-right: -40px;
  }

  .slider-11 {
    width: 300px;
    height: 300px;
  }

  .left_arrow {
    margin-left: -40px;
  }

  .slider_container-2 {
    width: 100%;
    padding: 20px;
  }

  .galerie-button {
    margin-top: 20px;
  }

  .div-block-204 {
    height: auto;
  }

  .code-embed-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

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

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

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

  .code-embed-3 {
    height: 150vw;
  }

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

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

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

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

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

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

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

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

  .text-field-8.cc-textarea {
    margin-bottom: 20px;
  }

  .text-field-8.flie-text {
    width: 100%;
  }

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

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

  .nav-link.flie-text.abs {
    font-size: 15px;
    top: 24%;
  }
}

@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: 200px;
  }

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

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

  .video {
    height: 400px;
  }

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

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

  .footer_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .success_block.highlights {
    padding: 20px;
  }

  .heading_success {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

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

  .maps-gro {
    height: 300px;
  }

  .content.highlights {
    text-align: center;
    align-items: center;
    padding: 15px;
  }

  .button {
    text-align: left;
    letter-spacing: 0;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .button.heading-3.hauptfarbe {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .mini_heading.heading-3 {
    font-size: 18px;
  }

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

  .no-overflow {
    height: 35vh;
  }

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

  .form1 {
    margin-top: 10px;
  }

  .text_field {
    text-align: left;
    height: 6vh;
    padding: 8px 10px;
  }

  .text_field.cc-textarea {
    height: 11vh;
  }

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

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

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

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

  .nav-men.hauptfarbe {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link.flie-text {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 1.1;
  }

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

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

  .section-5.zweitfarbe, .section-5.highlights-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5.highlights-2.header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .maps {
    height: 35vh;
  }

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

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

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

  .paragraph-mittig1.flie-text {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .grid-2x1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 15px;
  }

  .section-5-border-top.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5-border-top.zweitfarbe.is-padding_top {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5-border-top.zweitfarbe.is-even_padding {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .section-5-border-top.zweitfarbe.is-padding-_bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-5-border-top.highlights-2, .section-51.zweitfarbe, .section-51.highlights-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image_100 {
    border-radius: 15px;
  }

  .image_block {
    border-radius: 15px;
    height: 40vh;
  }

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

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

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .heading-link1.heading-1 {
    font-size: 26px;
  }

  .heading-link1.heading-2.farbe-der-headings-3 {
    font-size: 25px;
  }

  .heading-mittig.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
  }

  .heading-mittig.heading-1.farbe-der-headings-3 {
    font-size: 26px;
  }

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

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

  .tabs-content {
    padding-bottom: 10px;
  }

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

  .link-block_card {
    height: 100%;
  }

  .content-wrapper {
    justify-content: flex-end;
    align-items: center;
    min-height: 8vh;
  }

  .content-wrapper.is-small {
    justify-content: flex-end;
    align-items: center;
    min-height: 7vh;
  }

  .quick-stack-3_er {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .quick-stack-5er {
    width: 80%;
  }

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

  ._3er-grid-price {
    flex-flow: column;
  }

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

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

  .quick-stack-4er {
    width: 100%;
  }

  .lightbox-link_45vh {
    height: 35vh;
  }

  .quick-stack-_gallery {
    width: 90%;
  }

  .left-arrow-white, .right-arrow-white {
    width: 45px;
    font-size: 25px;
  }

  .content_nospace.center {
    padding: 10px;
  }

  .no-overflow-2 {
    height: 35vh;
  }

  .quick-stack-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-203 {
    width: 100%;
    height: 100%;
  }

  .slider_wrapper-2 {
    height: auto;
  }

  .slider-11 {
    width: 250px;
    height: 40vh;
  }

  .slider_container-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .inhalt-div-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .code-embed-3 {
    height: 230vw;
    overflow: auto;
  }

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

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

  .divider-11.highlights {
    width: 40vw;
  }

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

  .heading-center.heading-font1 {
    font-size: 30px;
  }

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

  .nav-link.flie-text.abs {
    font-size: 14px;
    top: 24%;
  }
}

#w-node-d4ab4647-cbfd-4a76-b18b-70cacc5b7f84-a99a9cd9 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr 1fr .25fr 1fr;
}

#w-node-cc598ca2-c9dd-9cfd-0880-dc8d233dacbd-4f9bed6e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cc598ca2-c9dd-9cfd-0880-dc8d233dad53-4f9bed6e {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_42026c28-b371-786e-eb84-de91cbf53d8c-cbf53d8b {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_42026c28-b371-786e-eb84-de91cbf53db5-cbf53d8b, #w-node-_42026c28-b371-786e-eb84-de91cbf53de6-cbf53d8b {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_42026c28-b371-786e-eb84-de91cbf53e17-cbf53d8b {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4fe43102-1faa-7b80-a40b-b1195add27fe-3ee05f8c {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a29ef-f42a29ee {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a2a18-f42a29ee {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a2b09-f42a29ee {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a2b22-f42a29ee, #w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a2b53-f42a29ee, #w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a2b84-f42a29ee, #w-node-_7cd13e99-d3d2-8e0e-1e11-09927287444c-f42a29ee, #w-node-_0aec4b08-9466-9b85-3b6a-ef96b77d32b9-f42a29ee, #w-node-_6d90ee5e-afac-d173-c53f-e0bf72894d15-f42a29ee, #w-node-_19aa47e7-f1ff-a945-29bc-4a21fbd58565-f42a29ee, #w-node-f852a9fc-2334-dcc3-cc96-acc57fa022b2-f42a29ee, #w-node-d37ea315-e177-0436-c5b5-b91d3ca98cc9-f42a29ee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b231c99e-2556-800c-ec4c-28164a7263be-7a098657, #w-node-dd5f7710-ffde-fcad-cd81-8147f8916238-7a098658 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd5f7710-ffde-fcad-cd81-8147f8916239-7a098658 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9cc8555f-0674-6d3c-fbc6-18de00982322-7a098658 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cc8555f-0674-6d3c-fbc6-18de00982323-7a098658 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6adf20f2-7b90-a488-990e-060fb2a339ef-7a098658 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6adf20f2-7b90-a488-990e-060fb2a339f0-7a098658 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ad7432a6-e8f2-a35c-30e7-f7d696740db8-7a098658 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad7432a6-e8f2-a35c-30e7-f7d696740db9-7a098658 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_10de7854-0f62-7617-d633-7864025be845-7a098658 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10de7854-0f62-7617-d633-7864025be846-7a098658 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b4ff50d5-3c6a-3bc2-520b-943f263f7f28-7a098658, #w-node-_0d6d508c-02c1-3cb7-a0c5-7d71d8d6cfce-7a098658 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d6d508c-02c1-3cb7-a0c5-7d71d8d6cfcf-7a098658 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-eaec6835-a333-8fd0-5b9d-f66b0ab5fe22-7a098659, #w-node-eaec6835-a333-8fd0-5b9d-f66b0ab5fe30-7a098659, #w-node-eaec6835-a333-8fd0-5b9d-f66b0ab5fe37-7a098659, #w-node-ef918104-1918-cc37-d021-bada9c21df84-7a098659, #w-node-_1e60496f-696f-e8b0-b3b2-0f74e211d858-7a098659 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c31e02b4-2ce1-0aea-11fb-53cf2fdf766f-7a098659 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_543c7a1e-f932-7176-8b12-3402a5b6551b-6e56667d, #w-node-ca4acecd-07a5-cc6b-8b3b-ef478b874707-6e56667d, #w-node-ec70a5e9-3544-92d6-de5c-ebb3d529a2e6-6e56667d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4a07ca59-d8d3-bf12-9e26-7ea797a99444-6e56667d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8f8188d5-5176-b11c-a8d3-02187846bae8-6e56667d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a994df3-2571-e7a7-3b3e-442d7f65706a-6e56667d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_135932ef-b228-9e4a-3f0b-7a8696a61b11-6daf5e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52bde72e-fdfe-e93c-98a0-2813c89cc814-6daf5e16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_2f20dff1-853c-0940-ff89-1909c9e2479b-0c8d363c, #w-node-_2f20dff1-853c-0940-ff89-1909c9e2479c-0c8d363c, #w-node-_6485fcba-0757-b5cf-b72d-157680fa2b09-0c8d363c, #w-node-_5cdae784-dd0f-53c3-f790-1428d443cc1a-0c8d363c, #w-node-_5cdae784-dd0f-53c3-f790-1428d443cc12-d708436c, #w-node-a9ef1d2a-bac5-0ee2-2fd3-40dfa1c45697-d708436c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cdae784-dd0f-53c3-f790-1428d443cc19-d708436c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_5cdae784-dd0f-53c3-f790-1428d443cc1a-d708436c, #w-node-f2b62355-eb2b-4023-1019-0a49fcd9b51a-a23ca5e0, #w-node-f2b62355-eb2b-4023-1019-0a49fcd9b51b-a23ca5e0, #w-node-a3ecabb7-1c65-a4d8-57fd-ef7b56fb8d9e-a23ca5e0, #w-node-_5cdae784-dd0f-53c3-f790-1428d443cc1a-a23ca5e0, #w-node-_5cdae784-dd0f-53c3-f790-1428d443cc12-bafb4380, #w-node-_5cdae784-dd0f-53c3-f790-1428d443cc12-df197c72, #w-node-_5cdae784-dd0f-53c3-f790-1428d443cc12-3605e058 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d4ab4647-cbfd-4a76-b18b-70cacc5b7f84-a99a9cd9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cc598ca2-c9dd-9cfd-0880-dc8d233dacbd-4f9bed6e, #w-node-cc598ca2-c9dd-9cfd-0880-dc8d233dad53-4f9bed6e, #w-node-_42026c28-b371-786e-eb84-de91cbf53d8c-cbf53d8b, #w-node-_42026c28-b371-786e-eb84-de91cbf53db5-cbf53d8b, #w-node-_42026c28-b371-786e-eb84-de91cbf53de6-cbf53d8b, #w-node-_42026c28-b371-786e-eb84-de91cbf53e17-cbf53d8b, #w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a29ef-f42a29ee, #w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a2a18-f42a29ee, #w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a2b09-f42a29ee {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a2b22-f42a29ee, #w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a2b53-f42a29ee, #w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a2b84-f42a29ee, #w-node-_7cd13e99-d3d2-8e0e-1e11-09927287444c-f42a29ee, #w-node-_0aec4b08-9466-9b85-3b6a-ef96b77d32b9-f42a29ee, #w-node-_6d90ee5e-afac-d173-c53f-e0bf72894d15-f42a29ee, #w-node-_19aa47e7-f1ff-a945-29bc-4a21fbd58565-f42a29ee, #w-node-f852a9fc-2334-dcc3-cc96-acc57fa022b2-f42a29ee, #w-node-d37ea315-e177-0436-c5b5-b91d3ca98cc9-f42a29ee {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-dd5f7710-ffde-fcad-cd81-8147f8916238-7a098658 {
    grid-column: span 2 / span 2;
  }

  #w-node-dd5f7710-ffde-fcad-cd81-8147f891623c-7a098658 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9cc8555f-0674-6d3c-fbc6-18de00982322-7a098658 {
    grid-column: span 2 / span 2;
  }

  #w-node-_134999ae-4a12-81d0-45b6-4c7d2cfba6c8-7a098658 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6adf20f2-7b90-a488-990e-060fb2a339ef-7a098658, #w-node-_02f5e2ba-20bf-6b01-1886-b8aca3834824-7a098658, #w-node-ad7432a6-e8f2-a35c-30e7-f7d696740db8-7a098658, #w-node-ad7432a6-e8f2-a35c-30e7-f7d696740dbc-7a098658, #w-node-_10de7854-0f62-7617-d633-7864025be845-7a098658, #w-node-b4ff50d5-3c6a-3bc2-520b-943f263f7f28-7a098658, #w-node-_0d6d508c-02c1-3cb7-a0c5-7d71d8d6cfce-7a098658 {
    grid-column: span 2 / span 2;
  }

  #w-node-fb20c624-9b8d-e050-fce7-937405937ca6-7a098658 {
    grid-column: span 1 / span 1;
  }

  #w-node-c31e02b4-2ce1-0aea-11fb-53cf2fdf766f-7a098659 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_543c7a1e-f932-7176-8b12-3402a5b65519-6e56667d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_543c7a1e-f932-7176-8b12-3402a5b6551b-6e56667d {
    grid-column: span 2 / span 2;
  }

  #w-node-ca4acecd-07a5-cc6b-8b3b-ef478b874705-6e56667d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ca4acecd-07a5-cc6b-8b3b-ef478b874707-6e56667d, #w-node-ec70a5e9-3544-92d6-de5c-ebb3d529a2e6-6e56667d {
    grid-column: span 2 / span 2;
  }

  #w-node-_4a07ca59-d8d3-bf12-9e26-7ea797a99444-6e56667d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4a07ca59-d8d3-bf12-9e26-7ea797a9944f-6e56667d {
    grid-column: span 2 / span 2;
  }

  #w-node-_52bde72e-fdfe-e93c-98a0-2813c89cc814-6daf5e16 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d4ab4647-cbfd-4a76-b18b-70cacc5b7f84-a99a9cd9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cc598ca2-c9dd-9cfd-0880-dc8d233dacbd-4f9bed6e, #w-node-cc598ca2-c9dd-9cfd-0880-dc8d233dad53-4f9bed6e, #w-node-_42026c28-b371-786e-eb84-de91cbf53d8c-cbf53d8b, #w-node-_42026c28-b371-786e-eb84-de91cbf53db5-cbf53d8b, #w-node-_42026c28-b371-786e-eb84-de91cbf53de6-cbf53d8b, #w-node-_42026c28-b371-786e-eb84-de91cbf53e17-cbf53d8b, #w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a29ef-f42a29ee, #w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a2a18-f42a29ee, #w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a2b09-f42a29ee {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a2b22-f42a29ee, #w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a2b53-f42a29ee, #w-node-_1e9d30bc-bf56-7647-0cbf-24f1f42a2b84-f42a29ee, #w-node-_7cd13e99-d3d2-8e0e-1e11-09927287444c-f42a29ee, #w-node-_0aec4b08-9466-9b85-3b6a-ef96b77d32b9-f42a29ee, #w-node-_6d90ee5e-afac-d173-c53f-e0bf72894d15-f42a29ee, #w-node-_19aa47e7-f1ff-a945-29bc-4a21fbd58565-f42a29ee, #w-node-f852a9fc-2334-dcc3-cc96-acc57fa022b2-f42a29ee, #w-node-d37ea315-e177-0436-c5b5-b91d3ca98cc9-f42a29ee, #w-node-c31e02b4-2ce1-0aea-11fb-53cf2fdf766f-7a098659 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c31e02b4-2ce1-0aea-11fb-53cf2fdf7676-7a098659 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4a07ca59-d8d3-bf12-9e26-7ea797a99444-6e56667d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a07ca59-d8d3-bf12-9e26-7ea797a9944f-6e56667d {
    grid-column: span 1 / span 1;
  }

  #w-node-_3a994df3-2571-e7a7-3b3e-442d7f65706a-6e56667d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_52bde72e-fdfe-e93c-98a0-2813c89cc814-6daf5e16 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


