:root {
  --gold: #deca81;
  --black: black;
  --white: white;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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-color: var(--gold);
  background-image: linear-gradient(90deg, #8c612e, var(--gold) 50%, #8b612f);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

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

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

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

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

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

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

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

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

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

.flie-text {
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

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

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

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

.terminbutton.highlights {
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  color: var(--white);
  background-color: #161616;
}

.terminbutton.highlights.abs-pos {
  z-index: 1;
  position: absolute;
  inset: auto 30px 30px auto;
}

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

.terminbutton.highlights:hover {
  background-color: #161616;
}

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

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

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

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.footer3 {
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.footer3.hauptfarbe {
  background-color: var(--black);
  color: #fff;
  margin-top: auto;
  padding: 40px 10%;
}

.social-verlinkung3 {
  margin-right: 10px;
}

.heading_footer {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

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

.inhalt-footer3 {
  color: #fff;
}

.inhalt-footer3.flie-text {
  margin-top: 20px;
}

.rounded-block {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  min-height: auto;
}

.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-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  line-height: 1.3;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 15vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

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

.navbar-divider {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

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

.logo-wei {
  display: none;
}

.logo-wei.desktop {
  filter: none;
  display: block;
}

.nav-menu-1 {
  z-index: 100000;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

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

.nav-link-1.flie-text.w--current {
  border-bottom: 2px solid #fff;
  font-size: 16px;
  font-weight: 600;
}

.navlink_content {
  overflow: hidden;
}

.background-video {
  height: 100%;
}

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

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

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

.section_relative {
  background-color: #00000070;
  height: 80vh;
  position: relative;
}

.section_1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
  overflow: hidden;
}

.section_1.offwhitebg {
  background-color: #f5f5f5;
}

._2er_grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center start;
}

._2er_grid.flex_top {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
}

._2er_grid.flex_top.vertical {
  grid-template-columns: 1fr;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

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

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

.content_block.center {
  align-items: center;
}

.heading {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
}

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

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

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

.heading.heading-1.small.small-margin.mittig, .heading.heading-1.mid {
  text-align: center;
}

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

.paragraph.flie-text {
  z-index: 5;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

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

.paragraph.flie-text.margin-top {
  margin-top: 15px;
}

.link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

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

.section_2 {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.heading_1 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}

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

.heading_1.heading-1.black {
  color: var(--white);
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: end;
  margin-top: 20px;
}

.field-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.field-label.flie-text {
  line-height: 1.5;
}

.field-label.flie-text.black {
  color: var(--white);
}

.submit_button {
  background-color: #000;
  font-size: 16px;
}

.submit_button.flie-text {
  border: 1px solid #000;
  transition: all .2s;
}

.submit_button.flie-text:hover {
  color: #000;
  background-color: #fff;
}

.submit_button.flie-text.section3 {
  margin-top: 10px;
}

.submit_button.flie-text.golden {
  background-color: var(--gold);
  color: #333;
  margin-left: 40px;
}

.image_1 {
  object-fit: cover;
  width: 100%;
  height: 60vh;
  margin-top: 40px;
}

.divider {
  background-color: #f1f1f1;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.smaller {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
}

.content_image {
  background-image: linear-gradient(#fffc, #fffc), url('../images/IMG-20220408-WA0045.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 50vw;
  padding: 60px 40px;
}

.white_block {
  background-color: #fff;
  height: 69vh;
  padding: 40px;
}

.galerie_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.image_2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: inline-block;
}

.image_2._100vh {
  object-position: 50% 100%;
  height: 100%;
}

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

.section_3 {
  padding: 10vh 100px;
  overflow: hidden;
}

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

.grid-5._3-col {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-5._2col {
  grid-template-columns: 1fr 1fr;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph_footer {
  font-size: 16px;
  line-height: 28px;
}

.paragraph_footer.flie-text {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}

.paragraph_footer.flie-text.black {
  color: #000;
}

.heading_2 {
  font-size: 30px;
  line-height: 40px;
}

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

.absolute_div {
  z-index: 5;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  padding: 100px 10%;
  position: absolute;
  inset: 0%;
}

.absolute_image_div {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/60d0bc6fa5a7728fdd300f6e_AdobeStock_235808312_visu_160d0bc6fa5a7728fdd300f6e_AdobeStock_235808312_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 180%;
  margin-top: -5%;
  position: absolute;
  inset: 0%;
}

.content_block_1 {
  min-height: 91.2vh;
  padding-top: 20px;
}

.content_block_1.small {
  min-height: auto;
}

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

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

.no_overflow._100 {
  width: 100%;
  height: 100%;
}

.no_overflow._100.immobilien {
  width: 31vw;
  height: 46vh;
}

.circle {
  border: 1px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
}

.circle.white {
  border-color: #fff;
}

.checkbox-field {
  text-align: left;
}

.paragraph_3.flie-text.black {
  color: var(--white);
}

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

.link-formular.farbe-der-headings {
  color: var(--gold);
}

.relative_button {
  background-color: #deca81;
  margin-top: 20px;
  padding: 15px 20px;
  position: relative;
}

.button {
  background-color: #000;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.platzhalter {
  font-size: 12px;
  line-height: 12px;
}

.navbar_block {
  height: 250px;
}

.navbar_block.hauptfarbe {
  height: 15vh;
}

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

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

.link-block {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.link-block.black {
  color: #333;
}

.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: #fff;
  text-decoration: none;
}

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

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

.content_block-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.image-40vh {
  object-fit: cover;
  width: 100%;
  height: 40vh;
  overflow: visible;
}

.image-40vh._50 {
  width: 50%;
}

.icons-grid-1 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.25fr 1fr 2.25fr;
  place-items: start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.icons-grid-1.redesighn {
  grid-template-columns: auto 2.25fr auto 2.25fr auto 2.25fr;
  place-items: center start;
}

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

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

.straightgrid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

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

._3er {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

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

.tabbutton {
  background-color: #000;
  font-size: 16px;
}

.tabbutton.flie-text {
  color: #fff;
  border: 1px solid #000;
  transition: all .2s;
}

.tabbutton.flie-text:hover {
  color: #000;
  background-color: #fff;
}

.tabbutton.flie-text.w--current {
  background-color: var(--white);
  color: var(--black);
}

.tabbutton.flie-text-copy {
  color: #fff;
  border: 1px solid #000;
  transition: all .2s;
}

.tabbutton.flie-text-copy:hover {
  color: #000;
  background-color: #fff;
}

.tabbutton.flie-text-copy.w--current {
  background-color: var(--white);
  color: var(--black);
}

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

.flex-block {
  justify-content: space-between;
}

.html-embed-14 {
  z-index: 200;
  position: fixed;
  inset: auto 0% 0% auto;
}

.superscript {
  font-size: 14px;
  line-height: .5;
}

.dropdown-button-2 {
  color: #333;
  background-color: #deca81;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-block {
  width: 100%;
}

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

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

.html-embed-15 {
  width: 100%;
}

.html-embed-15._1, .html-embed-15.wiesenblick {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  color: #333;
}

.content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-wrap.btm-margin {
  margin-bottom: 40px;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-168 {
  margin-bottom: 60px;
  position: relative;
}

.gallery-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}

.list-4 {
  padding-top: 10px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 300;
}

.slider {
  width: 100%;
  height: 100%;
}

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

.cell {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

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

.heading-88 {
  margin-top: 0;
}

.heading-88.heading-3 {
  font-size: 24px;
}

.left-arrow, .right-arrow, .slide-nav {
  z-index: 6;
}

.grid-wrapper, .grid-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

._3er-2 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

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

.back-ground-video {
  z-index: 1;
  width: 100%;
}

.back-ground-video.main {
  height: 100%;
}

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

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

.lightbox-link._50 {
  width: 50%;
}

.lightbox-link.auto {
  height: 60vh;
}

.grid-7 {
  grid-template-rows: auto;
}

.div-block-169 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.small {
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  .divblock1 {
    padding-bottom: 20px;
  }

  .footer3.hauptfarbe {
    padding: 20px 60px;
  }

  .rounded-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
  }

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

  .success {
    padding: 60px;
  }

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

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

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

  .navbar {
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 0 40px;
  }

  .icon {
    color: #fff;
  }

  .hauptfarbe-2 {
    border: 1px solid var(--gold);
  }

  .hauptfarbe-2.w--open {
    background-color: var(--black);
  }

  .logo-wei {
    margin-right: auto;
    display: block;
  }

  .logo-wei.desktop {
    display: none;
  }

  .nav-menu-1 {
    background-color: #000;
    background-image: linear-gradient(#ab8345, #d7cf8b);
  }

  .nav-link-1.flie-text {
    text-align: center;
    width: 100%;
  }

  .navlink_content {
    width: 100%;
  }

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

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

  .section_relative {
    height: 60vh;
  }

  .section_1 {
    padding: 60px;
  }

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

  ._2er_grid.flex_top {
    justify-content: start;
    justify-items: start;
  }

  ._2er_grid.one-column {
    grid-column-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .content_block {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

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

  .heading.heading-1.small.small-margin, .paragraph.flie-text, .paragraph.flie-text.center {
    text-align: center;
  }

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

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

  .submit_button.flie-text.golden.no-margin {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .image_1 {
    margin-top: 0;
  }

  .divider {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .content_image {
    width: 100%;
    padding: 20px;
  }

  .white_block {
    height: 50vh;
    padding: 20px;
  }

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

  .image_2 {
    height: 40vh;
  }

  .section_3.zweitfarbe {
    padding: 60px;
  }

  .grid-5 {
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 10px;
    display: flex;
  }

  .grid-5._2col {
    width: 100%;
  }

  .grid-5.redesign {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .absolute_div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    display: flex;
  }

  .content_block_1 {
    width: 100%;
    min-height: auto;
  }

  .content_block_1.mid {
    justify-content: center;
    align-items: center;
  }

  .no_overflow._100 {
    height: 60vh;
  }

  .no_overflow._100.immobilien {
    width: 100%;
  }

  .no_overflow._100.first {
    order: -1;
  }

  .circle.white {
    margin-top: 5px;
  }

  .navbar_block.hauptfarbe {
    height: 18vh;
  }

  .content_block-center {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .image-40vh {
    height: 40vh;
  }

  .icons-grid-1 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

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

  .straightgrid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  ._3er {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .flex-block {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
  }

  .html-embed-15._1, .html-embed-15.wiesenblick, .content-wrap {
    width: 100%;
  }

  .flex-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

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

  .cell.left {
    flex-flow: column;
  }

  .cell.right {
    display: block;
  }

  .cell-2 {
    display: none;
  }

  ._3er-2 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._4er-grid.other {
    grid-template-columns: 1fr 1fr;
  }

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

  .lightbox-link.auto {
    height: auto;
  }

  .div-block-169 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
}

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

  .divblock1 {
    height: auto;
  }

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

  .heading_footer.heading-1 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
  }

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

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

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

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

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

  .content {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .section_relative {
    height: 55vh;
  }

  .section_1 {
    padding: 40px;
  }

  ._2er_grid.flex_top {
    flex-direction: column;
    display: flex;
  }

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

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

  .section_2 {
    height: 89vh;
  }

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

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

  .submit_button.flie-text {
    order: 1;
  }

  .submit_button.flie-text.golden.no-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image_1 {
    height: 50vh;
  }

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

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

  .image_2 {
    height: 100%;
  }

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

  .section_3.zweitfarbe {
    padding: 40px;
  }

  .grid-5 {
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

  .absolute_div {
    padding: 40px;
  }

  .no_overflow, .no_overflow._100 {
    height: 50vh;
  }

  .maos-footer {
    height: auto;
  }

  .maps-gro {
    height: 100%;
  }

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

  .image-40vh {
    height: 50vh;
  }

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

  .straightgrid {
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    align-items: stretch;
  }

  ._3er {
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .tabbutton.flie-text, .tabbutton.flie-text-copy {
    text-align: center;
  }

  .flex-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .flex-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-88.heading-3 {
    font-size: 21px;
  }

  ._3er-2 {
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

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

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

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

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-img {
    width: 167px;
  }

  .logo.w--current {
    padding-top: 4px;
  }

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

  .flie-text.klein {
    font-size: 12px;
    line-height: 17px;
  }

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

  .footer3.hauptfarbe {
    text-align: left;
    padding-left: 0%;
    padding-right: 0;
  }

  .heading_footer {
    font-size: 18px;
    line-height: 28px;
  }

  .inhalt-footer3.flie-text {
    text-align: left;
  }

  .rounded-block {
    min-width: 200px;
  }

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

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

  .heading-22 {
    font-size: 17px;
    line-height: 23px;
  }

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

  .hauptfarbe-2 {
    padding: 10px;
  }

  .nav-menu-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-1.flie-text {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .nav-link-1.flie-text.w--current {
    font-size: 14px;
  }

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

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

  .section_relative {
    height: 60vh;
  }

  .section_1 {
    padding: 40px 20px;
  }

  ._2er_grid.flex_top.vertical {
    padding: 15px;
  }

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

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

  .heading.heading-1.small {
    text-align: center;
    font-size: 22px;
  }

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

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

  .paragraph.flie-text {
    font-size: 15px;
    line-height: 1.4;
  }

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

  .section_2 {
    height: 90vh;
  }

  .heading_1 {
    font-size: 35px;
    line-height: 45px;
  }

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

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

  .submit_button.flie-text.golden.no-margin {
    margin-bottom: 10px;
  }

  .image_1 {
    height: 45vh;
  }

  .content_image {
    padding: 5px;
  }

  .white_block {
    width: 100%;
    padding: 10px;
  }

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

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

  .heading_2.heading-1 {
    text-align: center;
    font-size: 20px;
  }

  .absolute_div {
    padding: 20px;
  }

  .content_block_1 {
    width: 100%;
  }

  .no_overflow {
    height: 45vh;
  }

  .circle {
    width: 38px;
    height: 38px;
    padding: 8px;
  }

  .navbar_block.hauptfarbe {
    height: 12vh;
  }

  .maps-gro {
    height: 100%;
  }

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

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

  .image-40vh {
    height: 45vh;
  }

  .icons-grid-1 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 3.75fr;
    justify-items: start;
  }

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

  .straightgrid, ._3er {
    grid-template-columns: 1fr;
  }

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

  .dropdown-button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .gallery-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .list-4 {
    font-size: 15px;
    line-height: 21px;
  }

  .quick-stack-2 {
    width: 100%;
    margin-bottom: 10px;
  }

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

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

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

#w-node-dd5d32bb-83ed-49d6-81d5-4b72e4d0f7e2-417cae4b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_9e39fc91-7235-3026-ebff-d02eb6584752-cdb453af {
  justify-self: center;
}

#w-node-aea974d3-f953-2ab4-ddef-7d02214395b2-2143959d {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-aea974d3-f953-2ab4-ddef-7d02214395b6-2143959d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c715467-99f6-d058-2ef4-4f1eca83bb45-cd21bd83 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a540f930-8eb2-61f8-aeb2-0296115baa67-9a55f7ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a540f930-8eb2-61f8-aeb2-0296115baa69-9a55f7ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a540f930-8eb2-61f8-aeb2-0296115baa6b-9a55f7ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a540f930-8eb2-61f8-aeb2-0296115baa6d-9a55f7ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a540f930-8eb2-61f8-aeb2-0296115baa6f-9a55f7ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a540f930-8eb2-61f8-aeb2-0296115baa71-9a55f7ed, #w-node-a540f930-8eb2-61f8-aeb2-0296115baa73-9a55f7ed, #w-node-_9111deff-a2e7-a2f1-2c96-bfe32154bcd5-9a55f7ed, #w-node-_9111deff-a2e7-a2f1-2c96-bfe32154bce0-9a55f7ed, #w-node-_9111deff-a2e7-a2f1-2c96-bfe32154bce8-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f32-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f34-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f36-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f38-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f3a-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f3c-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f3e-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f40-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f42-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f44-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f46-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f48-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f4a-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f4c-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f4e-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f50-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f52-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f54-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f56-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f58-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f5a-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f5c-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f5e-9a55f7ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f60-9a55f7ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f65-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f67-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f6b-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f6d-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f72-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f74-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f76-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f78-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f7a-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f7c-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f7e-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f80-9a55f7ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f82-9a55f7ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f87-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f89-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f93-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f95-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f97-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f99-9a55f7ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f9b-9a55f7ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fa4-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fa6-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fa8-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3faa-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3faf-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fb1-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fb3-9a55f7ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fb5-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fb7-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fb9-9a55f7ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fbb-9a55f7ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fbd-9a55f7ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fbf-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fc8-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fca-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fcc-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fce-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fd0-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fd2-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fd6-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fd8-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fda-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fdc-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fde-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fe0-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fe2-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fe4-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fe6-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fe8-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fea-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fec-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fee-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3ff0-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3ff2-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3ff4-9a55f7ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59b67d28-97f3-531a-1b58-f6177f0d3ff6-9a55f7ed, #w-node-f94725cc-28f5-7fbd-8d0e-f9ae534aa370-9a55f7ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f94725cc-28f5-7fbd-8d0e-f9ae534aa372-9a55f7ed {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cc1d8d0a-6740-862e-0b4c-aee91b8486a1-85679109 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc1d8d0a-6740-862e-0b4c-aee91b8486a3-85679109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc1d8d0a-6740-862e-0b4c-aee91b8486a5-85679109 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc1d8d0a-6740-862e-0b4c-aee91b8486a7-85679109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc1d8d0a-6740-862e-0b4c-aee91b8486a9-85679109 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc1d8d0a-6740-862e-0b4c-aee91b8486ab-85679109, #w-node-cc1d8d0a-6740-862e-0b4c-aee91b8486ad-85679109, #w-node-b406f6b4-882d-17e0-1a3d-72ec266c81f2-85679109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efca-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efce-85679109 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efd8-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efda-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efdc-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efde-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efe0-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efe2-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efe4-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efe6-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efe8-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efea-85679109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efec-85679109 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efee-85679109 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be5faeca-f0da-fbdd-2bfa-bee641e4eff3-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4eff5-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4effe-85679109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be5faeca-f0da-fbdd-2bfa-bee641e4f000-85679109 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be5faeca-f0da-fbdd-2bfa-bee641e4f002-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4f007-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4f009-85679109, #w-node-a343d529-8589-34d0-abed-87398b8fa03a-35ced626, #w-node-a6445583-39b8-6000-6b66-bfa9208163d6-35ced626 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c43d33bb-e8af-90a1-4142-300de2e8338e-05b21c7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c43d33bb-e8af-90a1-4142-300de2e83390-05b21c7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c43d33bb-e8af-90a1-4142-300de2e83392-05b21c7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c43d33bb-e8af-90a1-4142-300de2e83394-05b21c7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c43d33bb-e8af-90a1-4142-300de2e83396-05b21c7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c43d33bb-e8af-90a1-4142-300de2e83398-05b21c7e, #w-node-c43d33bb-e8af-90a1-4142-300de2e8339a-05b21c7e, #w-node-_9e265009-f145-541a-3300-c6bd9be25171-05b21c7e, #w-node-_9e265009-f145-541a-3300-c6bd9be25193-05b21c7e, #w-node-_9e265009-f145-541a-3300-c6bd9be251c0-05b21c7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_743e3888-f672-2722-0e7b-60d846ed7cc6-05b21c7e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_743e3888-f672-2722-0e7b-60d846ed7d24-05b21c7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_9e39fc91-7235-3026-ebff-d02eb6584752-cdb453af {
    justify-self: center;
  }

  #w-node-_8c715467-99f6-d058-2ef4-4f1eca83bb45-cd21bd83 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ce5ccdc3-774d-10d3-afdc-73d173404573-417caea5 {
    justify-self: start;
  }

  #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f60-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3f82-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fb5-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fb7-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fb9-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3fbd-9a55f7ed, #w-node-_59b67d28-97f3-531a-1b58-f6177f0d3ff6-9a55f7ed {
    grid-column: span 1 / span 1;
  }

  #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efce-85679109 {
    grid-column: span 3 / span 3;
  }

  #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efec-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4efee-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4f000-85679109 {
    grid-column: span 1 / span 1;
  }

  #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4f017-85679109, #w-node-be5faeca-f0da-fbdd-2bfa-bee641e4f01d-85679109 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aea974d3-f953-2ab4-ddef-7d02214395b1-2143959d {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-aea974d3-f953-2ab4-ddef-7d02214395b2-2143959d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aea974d3-f953-2ab4-ddef-7d02214395b6-2143959d {
    grid-column: span 1 / span 1;
  }

  #w-node-a343d529-8589-34d0-abed-87398b8fa048-35ced626, #w-node-a6445583-39b8-6000-6b66-bfa9208163d4-35ced626 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


