:root {
  --dark-goldenrod: #b78b00;
  --floral-white: #faf5ef;
  --waves-library-black: #131313;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #222;
  flex-direction: column;
  align-items: center;
  font-family: Onest Variablefont Wght, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  display: flex;
  overflow: visible;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

.gallery__component {
  width: 100%;
  position: relative;
}

.gallery__button-text {
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

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

.text-size-medium.text-color-clay {
  color: #766767;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.gallery__button {
  z-index: 5;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery-popup__image {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .04);
}

.gallery-popup__image-overlay {
  z-index: 3;
  opacity: 0;
  background-image: linear-gradient(rgba(23, 32, 44, .5), rgba(23, 32, 44, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.gallery-popup__image-overlay.is-rounded-1 {
  border-radius: 0;
}

.gallery-popup__image-overlay.is-rounded-2 {
  border-top-right-radius: 8px;
}

.gallery-popup__image-overlay.is-rounded-3 {
  border-bottom-right-radius: 8px;
}

.gallery-popup__image-overlay.is-rounded-1 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery__image.is-corner-nook {
  object-position: 35% 50%;
}

.gallery__image.is-rounded-2 {
  border-top-right-radius: 8px;
}

.gallery__image.is-rounded-1 {
  border-radius: 0;
}

.gallery__image.is-rounded-3 {
  border-bottom-right-radius: 8px;
}

.gallery__image.is-rounded-1 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.container {
  width: 100%;
  max-width: 1400px;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 140px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container.split {
  max-width: none;
  margin-top: 0;
  padding-left: 2rem;
  display: block;
}

.container.center {
  align-items: stretch;
}

.container.slim {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  padding: 40px 40px 40px 0;
  position: relative;
}

.container.slim.dark {
  background-color: rgba(255, 255, 255, 0);
}

.container.info {
  margin-top: 0;
}

.container.info.display-none {
  display: none;
}

.container.grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.info-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.container.slimm {
  align-items: stretch;
  margin-top: 0;
}

.container.slimm.center {
  align-items: center;
}

.container.pictures {
  align-items: stretch;
  margin-top: 0;
}

.gallery-popup__back-button {
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.gallery-popup__back-button:hover {
  background-color: rgba(183, 139, 0, .15);
}

.subheader {
  color: #9b7f6a;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.75rem;
  margin-right: -.75rem;
  display: flex;
}

.row.is-gallery {
  width: auto;
}

.row.inner {
  margin-top: 1.5rem;
}

.row.is-gallery {
  flex-direction: row;
}

.gallery-popup__image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 50%;
  position: relative;
}

.gallery-popup__image-wrapper.gone {
  display: none;
}

.gallery-popup {
  z-index: 100;
  width: 100%;
  height: auto;
  background-color: #f7f4f3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.container__8 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.container__text {
  display: flex;
}

.container__text.is-property-header {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}

.gallery-popup__header {
  z-index: 101;
  width: 100%;
  height: auto;
  min-height: 60px;
  background-color: #f7f4f3;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.subheader_line {
  height: 3px;
  background-color: #9b7f6a;
  padding-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -50%;
  right: 0%;
}

.button {
  color: #f7f4f3;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #9b7f6a;
  border-radius: .25rem;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.button.is-gallery {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #17202c;
  background-color: #f7f4f3;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: .5rem 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button.is-gallery:hover {
  background-color: #e2e8f0;
}

.main-wrapper {
  width: 100%;
}

.subheader__wrapper {
  padding-bottom: .5em;
  position: relative;
}

.col {
  flex: 1;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col.col-lg-12 {
  max-width: 100%;
  flex: 100%;
}

.col.col-lg-7 {
  max-width: 58.33%;
}

.col.col-lg-4 {
  max-width: 33.333%;
  flex: 33.333%;
}

.col.col-lg-5 {
  max-width: 41.6667%;
  flex: 0 41.6667%;
}

.gallery-popup__content {
  width: 100%;
  height: auto;
  max-width: 64rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-template-areas: ".";
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: grid;
  position: relative;
}

.sectionl {
  padding: 6rem 5.5rem;
  position: relative;
}

.is-h3 {
  color: #17202c;
  font-size: 3.052em;
  font-weight: 500;
  line-height: 1.2;
}

.link-block__share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  background-color: #f7f4f3;
  border-radius: 4px;
  padding: .5rem .75rem;
  font-weight: 500;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.link-block__share:hover {
  background-color: #e2e8f0;
}

.page-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}

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

.startseite {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  grid-auto-flow: row dense;
}

.frame-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 820px;
  left: 265px;
}

.vectors-wrapper-2 {
  height: 103px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-3 {
  height: 37px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 39px;
  left: 694px;
}

.text {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
  position: absolute;
  top: 49.4399px;
  left: 330.16px;
}

.section_gallery {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section_gallery.grey {
  background-color: #f7f7f7;
}

.section_gallery.white {
  background-color: #fff;
  background-image: linear-gradient(rgba(252, 251, 246, .6), rgba(245, 244, 234, .6));
  position: relative;
}

.section_gallery.white._1 {
  background-color: #fff;
  position: relative;
}

.section_gallery.slim {
  padding: 60px 6rem 140px;
}

.section_gallery.slim.dark {
  padding-top: 60px;
}

.section_gallery.sub-info {
  background-color: rgba(255, 255, 255, 0);
}

.section_gallery.dark {
  background-color: #faf5ee;
}

.container-3 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.intro {
  height: auto;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pre-head {
  color: #c9a957;
  font-family: Proza Libre;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Marcellus;
  font-size: 5rem;
  font-weight: 600;
  line-height: 130%;
}

.h1.subb {
  margin-bottom: 20px;
}

.h1.subb._2 {
  max-width: 420px;
}

.h1.kontakt {
  margin-bottom: 60px;
  font-size: 3rem;
}

.h1.sub {
  font-size: 3.5rem;
}

.paragraph {
  max-width: 480px;
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph.short {
  max-width: none;
  color: var(--dark-goldenrod);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

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

.paragraph.intro {
  max-width: 28rem;
  color: #222;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 400;
}

.paragraph.intro.sub {
  max-width: 60%;
  margin-bottom: 0;
}

.frame-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.button-2 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.section-3 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 220px;
  display: flex;
}

.container-4 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading.left {
  align-items: flex-start;
}

.pre-head-2 {
  color: #e2ac00;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.h1-2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.frame-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-13 {
  width: 95%;
  height: 100%;
  max-width: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
}

.vectors-wrapper-4 {
  width: 42.997px;
  height: 45.9608px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bullet-point {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.section-4 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 220px;
  display: flex;
}

.h2 {
  color: #333;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 130%;
  display: block;
}

.h2.info {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.h2.left {
  align-self: flex-start;
  display: block;
}

.frame-7 {
  width: 100%;
  max-width: 1000px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.conatiner {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.conatiner.left {
  align-items: stretch;
}

.div {
  width: 30rem;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-frame {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0 0;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  width: 60px;
  height: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-27 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.bullet {
  color: #333;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.bullet-head {
  color: #000;
  text-transform: none;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
}

.frame-34 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.vectors-wrapper-6 {
  width: 60px;
  height: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-35 {
  width: 100%;
  max-width: 407px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-12 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 40px 20px 40px 40px;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
}

.vectors-wrapper-7 {
  width: 80px;
  height: 80px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_footer {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #111;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.footer_nav-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.nav-language {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  padding-right: 0;
  font-size: .9rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .2s;
}

.nav-language.w--current {
  opacity: 1;
}

.nav-language.footer-text, .nav-language.footer-text.w--current {
  color: #fff;
}

.nav-language.en {
  padding-left: 0;
  padding-right: 0;
  font-size: .85rem;
}

.nav-language.de {
  color: #222;
  font-size: .85rem;
}

.nav-language.de.w--current {
  color: #222;
}

.vectors-wrapper-8 {
  height: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-9 {
  width: 80px;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-text {
  opacity: .5;
  color: var(--floral-white);
  text-transform: none;
  flex-direction: row;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-text:hover {
  opacity: 1;
  color: #fff;
}

.nav-text.w--current {
  opacity: 1;
}

.nav-text.display-none {
  display: none;
}

.navigation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.vectors-wrapper-10 {
  width: 113px;
  height: 94px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 48px;
  left: 148px;
}

.navbar-logo-left {
  width: 100%;
  max-width: 1342px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, 0);
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 23.8314px;
  left: 73px;
}

.vectors-wrapper-11 {
  width: auto;
  height: 30px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.navbarcontainer {
  width: 100%;
  max-width: 1118.33px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-content {
  width: 100%;
  max-width: 1118.33px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-menu {
  z-index: 3;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-right: 0;
  font-size: 1614px;
  display: flex;
  position: absolute;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .5;
  color: var(--waves-library-black);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navbar-link:hover {
  opacity: 1;
}

.navbar-link.w--current {
  opacity: 1;
  text-decoration: none;
}

.h1-3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.h1-4 {
  color: #020202;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.hero-heading-left {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 24px;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-3 {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.text-4 {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.column-2 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed {
  max-height: 80px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  bottom: -49px;
  left: 0;
  right: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

.section_navbar {
  z-index: 12;
  width: 100%;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
}

.section_navbar.mobile {
  display: none;
}

.body {
  font-family: Inriasans;
}

.navbar_component {
  z-index: 2;
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.brand {
  align-items: center;
  display: flex;
}

.head-bar {
  z-index: 2;
  width: 100vw;
  height: 40px;
  max-width: none;
  background-color: #fff;
  justify-content: center;
  padding-left: 7%;
  padding-right: 7%;
  display: none;
  position: fixed;
  overflow: visible;
}

.div-block {
  max-width: 1400px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section_contact {
  width: 100%;
  grid-column-gap: 6rem;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.section_contact.sub {
  height: 50vh;
  background-color: #e9e7e0;
}

.image-2 {
  width: 100vw;
  height: auto;
  max-width: none;
  object-fit: cover;
}

.grid {
  max-width: 1200px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  justify-items: stretch;
}

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

.slider-arrow {
  width: 72px;
  height: 72px;
  background-color: #fff;
  top: 0;
  left: 0;
}

.slider-arrow.left {
  background-color: rgba(255, 255, 255, 0);
}

.slider-arrow.right {
  z-index: 3;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  left: auto;
  right: 0;
}

.slide {
  position: relative;
}

.slide.slide-two {
  height: 140px;
}

.slider-mask {
  width: 25%;
  order: 0;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  display: block;
  overflow: visible;
}

.slider-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.extra-img-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.extra-img {
  width: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -97.5%;
}

.extra-img.last-slide {
  top: 0;
  bottom: 0;
  left: auto;
  right: -97.5%;
}

.slider-arrow-icon {
  color: #000;
  font-size: 22px;
}

.main-img {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-content {
  z-index: 2;
  width: 95%;
  height: 140px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-overlay {
  z-index: 1;
  width: 95%;
  background-color: rgba(0, 0, 0, .45);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-overlay.extra-img-overlay {
  width: auto;
}

.slide-nav {
  display: none;
}

.slider {
  height: 200px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  order: 0;
  align-self: auto;
  align-items: center;
  display: none;
  overflow: hidden;
}

.left-fade {
  z-index: 3;
  width: 20%;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), #fafaf9);
  align-self: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-fade {
  z-index: 3;
  width: 20%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fafaf9);
  align-self: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container-6 {
  flex: 0 auto;
}

.jo {
  margin-top: 0;
  margin-bottom: 0;
}

.smoobu {
  width: 200px;
  height: 400px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: relative;
  top: auto;
  bottom: auto;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.image-4 {
  z-index: 4;
  width: auto;
  height: auto;
  max-width: none;
  box-shadow: none;
  object-fit: cover;
  margin-top: 0;
  display: block;
  position: static;
  right: 0;
}

.image-4.subb {
  height: 100%;
}

.image-4.kontakt {
  left: 0;
  right: auto;
}

.split {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.split.benefits {
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  margin-top: 60px;
}

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

.link-block {
  color: snow;
  background-color: #b78301;
  border: 0 solid #b78b00;
  border-radius: 4px;
  order: 0;
  align-self: auto;
  align-items: center;
  margin-top: 20px;
  padding: 12px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 40px rgba(0, 0, 0, .06);
}

.link-block:hover {
  filter: brightness(50%);
}

.button-text {
  color: #f9f9f4;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.button-text.small {
  text-transform: none;
  line-height: 140%;
}

.logo-text {
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.logo-text.white {
  color: #fff;
}

.intro-block {
  z-index: 5;
  height: 700px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 54px 0 0;
  display: flex;
  position: relative;
}

.intro-block.subb {
  justify-content: center;
}

.intro-block.sub {
  height: auto;
  max-width: 800px;
}

.link-block-2 {
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/english.svg');
  background-position: 0 0;
  background-size: cover;
  border: 0 solid #949494;
  border-radius: 100px;
  order: 1;
}

.ausstattung {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-5 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 220px;
  display: flex;
}

.frame-30 {
  width: 100%;
  max-width: 1000px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-6 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 220px;
  display: flex;
}

.frame-36 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.moin {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}

.moin-moin {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
}

.paragraph-2 {
  margin-bottom: 0;
}

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

.grid-2 {
  grid-template-rows: auto;
  padding-left: 0;
}

.info-section {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  padding: 140px 7%;
  display: flex;
}

.info-block {
  max-width: 1400px;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 0;
  display: grid;
}

.body-2 {
  background-color: #f8f8f8;
}

.seperatpr {
  width: 100%;
  height: 1px;
  background-color: #b9b9b9;
  padding-right: 0;
  position: absolute;
  top: 0;
}

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

.gradient-bg {
  z-index: -1;
  opacity: .15;
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.gradient-bg.low {
  opacity: .25;
}

.bg-circle {
  width: 30vw;
  height: 30vw;
  background-color: #455268;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-circle._1 {
  width: 40vw;
  height: 40vw;
  background-color: var(--dark-goldenrod);
  opacity: .69;
  border-radius: 20%;
  margin-top: -16%;
  margin-left: -16%;
}

.bg-circle._2 {
  background-color: var(--dark-goldenrod);
  opacity: .5;
  border-radius: 40%;
  margin-top: -20%;
}

.bg-circle._3 {
  width: 40vw;
  height: 40vw;
  background-color: var(--dark-goldenrod);
  opacity: .59;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle._4 {
  width: 60vw;
  height: 60vw;
  opacity: .27;
  background-color: #ebc85a;
  margin-top: -32%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.bg-circle._5 {
  background-color: #ffe182;
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle._6 {
  width: 40vw;
  height: 40vw;
  background-color: var(--dark-goldenrod);
  opacity: .73;
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.list {
  margin-top: 10px;
  font-family: Proza Libre;
  font-weight: 600;
}

.list.icon.main {
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 28px;
}

.list.light {
  color: #fff;
}

.list.light.big {
  color: #fff;
  margin-top: 0;
  font-size: 2rem;
  line-height: .8;
}

.benefits {
  grid-column-gap: 60px;
  grid-template-rows: auto;
}

.image-5 {
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
}

.div-block-6 {
  width: 50%;
  height: 2px;
  background-color: var(--dark-goldenrod);
  display: none;
}

.grid-3 {
  max-width: 1100px;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
}

.up, .down {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-7 {
  width: 100vw;
  height: 54px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .9);
  flex: 0 auto;
  display: block;
  position: absolute;
  box-shadow: 0 2px 40px 8px rgba(0, 0, 0, .06);
}

.div-block-8 {
  height: 1.5px;
  background-color: #cecece;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-head {
  text-transform: uppercase;
  font-weight: 500;
}

.gallery {
  width: 100%;
  height: 636.898px;
  max-width: 1400px;
  flex-direction: column;
  justify-content: space-between;
  display: block;
}

.html-embed-2 {
  position: relative;
}

.image-6 {
  width: 13px;
  height: 13px;
  margin-left: 10px;
  transform: rotate(-45deg);
}

.div-block-10 {
  flex-direction: column;
  display: flex;
}

.seperator {
  width: 100%;
  height: 2px;
  background-color: #d8d8d8;
}

.seperator.info {
  margin-bottom: 20px;
  display: none;
}

.contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  width: 1rem;
  height: 20px;
  filter: brightness(0%);
  margin-left: 40px;
  font-size: .75rem;
  transform: rotate(-45deg);
}

.image-8 {
  width: 1rem;
  height: 20px;
  margin-right: 1rem;
}

.language-wrapper {
  color: #222;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.language-wrapper.rounded.outline {
  border-color: var(--waves-library-black);
}

.divider {
  width: 1.5px;
  height: 20px;
  background-color: #292929;
}

.divider.desktop {
  width: .075rem;
  height: 1rem;
  background-color: #222;
  margin-bottom: 2px;
  margin-left: .85rem;
  margin-right: .85rem;
  font-size: 0;
}

.info-heading {
  margin-bottom: 20px;
  display: flex;
}

.icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.div-block-11 {
  margin-left: 20px;
}

.spread {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.nav-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-13 {
  width: 100%;
  height: 2px;
  background-color: #494949;
}

.container-7 {
  width: 100%;
  max-width: 1400px;
  flex-direction: column;
  display: flex;
}

.div-block-14 {
  width: 800px;
  height: 600px;
  background-color: #9e9e9e;
}

.waves-gradient-hero-1 {
  z-index: 9;
  height: 220px;
  background-image: linear-gradient(#faebe3, rgba(250, 235, 227, 0));
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #faebe3, rgba(250, 235, 227, 0));
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

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

.waves-image-wrap-hero-1 {
  width: 100%;
  height: 410px;
  border-radius: 12px;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  width: 48%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.waves-gallery-hero-1 {
  width: 100%;
  height: 740px;
  max-width: 550px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---cta-dark {
  height: 52px;
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-dyn-list {
  width: 100vw;
  column-count: 3;
  flex-wrap: wrap;
  padding-left: 4%;
  padding-right: 4%;
}

.gallery-item {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: opacity .3s;
}

.gallery-item:hover {
  opacity: .65;
}

.image-9 {
  width: 200px;
}

.picture {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: none;
  object-fit: cover;
}

.lightbox {
  width: 100%;
  height: 100%;
  display: block;
}

.grid2 {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.div-block-15 {
  justify-content: center;
  display: flex;
}

.header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header.left {
  align-items: flex-start;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  justify-items: start;
  display: none;
}

.div-block-18 {
  max-height: 100%;
}

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

.hero-section-copy {
  width: 100%;
  height: 100vh;
  background-color: rgba(183, 139, 1, .05);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
  padding-top: 0;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-section-copy.sub {
  height: 70vh;
  background-color: #e9e7e0;
}

.hero-section-copy {
  width: 100%;
  height: 100vh;
  background-color: rgba(183, 139, 1, .05);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
  padding-top: 0;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-section-copy.sub {
  height: 70vh;
  background-color: #e9e7e0;
}

.hero-section-copy {
  width: 100%;
  height: 100vh;
  background-color: rgba(183, 139, 1, .05);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
  padding-top: 0;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-section-copy.sub {
  height: 70vh;
  background-color: #e9e7e0;
}

.section_hero {
  width: 100%;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f7f7;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_hero.sub {
  background-color: #e9e7e0;
  background-image: none;
}

.section_hero.desktop {
  height: auto;
  min-height: 100svh;
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  background-color: #f3ece9;
  background-image: none;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-left: 0;
  padding-right: 0%;
}

.section_hero.desktop.sub {
  min-height: auto;
  grid-template-columns: 1fr .75fr;
}

.section_hero.mobile {
  display: block;
}

.section_hero.mobile.subp {
  display: none;
}

.kontakt-block {
  z-index: 5;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.integ {
  max-width: 140px;
  text-align: center;
}

.subb-title-pic {
  width: 40vw;
  height: 100%;
  background-image: url('../images/0feec929-37ae-43e2-b5a3-f467a12d2190.webp');
  background-position: 50% 30%;
  background-size: cover;
  position: absolute;
  right: 0;
}

.subb-title-pic._1 {
  background-image: url('../images/Rellinger_Kirche_02-min.jpg');
}

.body-3 {
  font-size: 20px;
}

.nav-mobile {
  opacity: 1;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  padding-right: 10px;
  font-family: Proza Libre;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.nav-mobile:hover {
  opacity: 1;
}

.nav-mobile.footer-text {
  color: #fff;
}

.nav-mobile.en {
  padding-left: 10px;
  padding-right: 0;
}

.nav-copy {
  opacity: 1;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  padding-right: 10px;
  font-family: Proza Libre;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.nav-copy:hover {
  opacity: 1;
}

.nav-copy.footer-text {
  color: #fff;
}

.nav-copy.en {
  padding-left: 10px;
  padding-right: 0;
}

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

.image-10.sub {
  width: 100%;
  height: 60vh;
}

.body-4 {
  font-family: Proza Libre;
}

.gallery__component-2 {
  position: relative;
}

.gallery__button-text-2 {
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}

.gallery__button-2 {
  z-index: 5;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery-popup__image-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-4 {
  color: #f7f4f3;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #9b7f6a;
  border-radius: .25rem;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.button-4.is-gallery {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #17202c;
  background-color: #f7f4f3;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.button-4.is-gallery:hover {
  background-color: #e2e8f0;
}

.more {
  background-color: #b78402;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.symbol-div {
  background-color: #fff;
  background-image: linear-gradient(165deg, #fff, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 3rem;
  display: flex;
  box-shadow: 6px 6px 30px rgba(0, 0, 0, .08);
}

.symbol-div.more {
  background-color: #d19f00;
  background-image: none;
  border-radius: 0;
  text-decoration: none;
  transition: all .3s;
}

.symbol-div.more:hover {
  filter: brightness(60%);
}

.gallery-popup__image-3 {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-popup__back-button-2 {
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.gallery-popup__back-button-2:hover {
  background-color: #e2e8f0;
}

.gallery__component-3 {
  position: relative;
}

.gallery__button-text-3 {
  letter-spacing: 0;
  text-transform: none;
}

.gallery__button-3 {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container-8 {
  width: 100%;
  max-width: 1120px;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-5 {
  color: #f7f4f3;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #9b7f6a;
  border-radius: .25rem;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.button-5.is-gallery {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #17202c;
  background-color: #f7f4f3;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: .5rem;
  font-weight: 500;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-5.is-gallery:hover {
  background-color: #e2e8f0;
}

.section-7 {
  padding: 6rem 5.5rem;
  position: relative;
}

.image-11 {
  max-width: none;
}

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

.div-block-20 {
  width: 20rem;
  height: 12rem;
  background-color: #c7a1a1;
  background-image: url('../images/1c8bde2e-2685-443f-b09f-f28f3f033e6a.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: auto;
}

.bild-2 {
  width: 20rem;
  height: 12rem;
  background-color: #c7a1a1;
  background-image: url('../images/Bildschirm­foto-2023-07-02-um-21.46-2.png');
  background-position: 50%;
  background-size: cover;
  margin-right: -45rem;
  display: none;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: auto;
  box-shadow: 0 2px 60px 10px rgba(0, 0, 0, .2);
}

.bild-1 {
  width: 20rem;
  height: 12rem;
  background-color: #c7a1a1;
  background-image: url('../images/1c8bde2e-2685-443f-b09f-f28f3f033e6a.webp');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: auto;
  box-shadow: 0 2px 60px 10px rgba(0, 0, 0, .2);
}

.popup {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  padding-top: 0%;
  position: relative;
}

.popup.gone {
  display: none;
}

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

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

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

.div-block-21 {
  height: 32rem;
}

.footer-nav {
  opacity: 1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-right: 0;
  font-size: .85rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.footer-nav:hover {
  opacity: .5;
}

.footer-nav.w--current {
  color: #fff;
  transition: all .3s;
}

.footer-nav.footer-text, .footer-nav.footer-text.w--current {
  color: #fff;
}

.footer-nav.en {
  padding-left: 0;
  padding-right: 0;
}

.hero-picture {
  width: 100%;
  height: 100%;
  background-image: url('../images/Bei_Bernadette_Titel1_min_half.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
}

.bg-image {
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-image._1 {
  z-index: 3;
}

.bg-image._1.mobile {
  display: none;
}

.gradient {
  z-index: 2;
  height: 50vw;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gradient.bottom {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_ausstattung {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section_ausstattung.grey {
  background-color: #f7f7f7;
}

.section_ausstattung.white {
  background-color: #fff;
  background-image: linear-gradient(rgba(252, 251, 246, .6), rgba(245, 244, 234, .6));
  position: relative;
}

.section_ausstattung.white._1 {
  background-color: #fff;
  position: relative;
}

.section_ausstattung.slim {
  padding: 60px 6rem 140px;
}

.section_ausstattung.slim.dark {
  padding-top: 60px;
}

.section_ausstattung.sub-info {
  background-color: rgba(255, 255, 255, 0);
}

.section_ausstattung.dark {
  background-color: #faf5ee;
}

.margin-xhuge {
  margin: 8rem;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
}

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

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.background-color-white {
  background-color: #fff;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-weight-semibold.text-color-white.font-satisfy {
  font-family: Satisfy, sans-serif;
  font-weight: 400;
}

.text-size-large.telefon {
  text-decoration: none;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.w--current {
  text-decoration: none;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 72rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large.info-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  position: relative;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.text-color-white {
  color: #fff;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

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

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.text-color-grey {
  color: #766767;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2.margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h2.max-width-medium, .heading-style-h2.max-width-custom-1 {
  max-width: 24rem;
}

.heading-style-h2.text-color-white {
  z-index: 3;
  position: relative;
}

.heading-style-h2.text-color-white.text-align-center.subheading {
  padding-top: 2rem;
}

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

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

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-full.navbar {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.padding-global {
  padding-left: 6%;
  padding-right: 6%;
}

.padding-global.max-width-full.max-height-full.align-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.padding-global.navbar {
  flex-direction: row;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-weight-light, .text-weight-light.margin-top.margin-small {
  font-weight: 200;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.padding-section-large.max-height-full.align-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 5rem;
  display: flex;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-large.display-none {
  display: none;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

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

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.form_message-success {
  padding: 1.25rem;
}

.padding-huge {
  padding: 6rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-6.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-6.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button-6.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-6.is-large {
  padding: 1rem 2rem;
}

.button-6.is-small {
  padding: .5rem 1.25rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  z-index: 3;
  color: #fff;
  font-size: 7.75vh;
  font-weight: 600;
  line-height: 1.1;
  display: block;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.background-image-wrapper {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg-image_2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.bg-image_2._1 {
  z-index: 3;
}

.bg-image_3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.bg-image_3._1, .hero_component {
  z-index: 3;
}

.body-5 {
  font-family: Roboto;
}

.max-height-full {
  height: 100%;
}

.background-image_gradient {
  z-index: 4;
  height: 24rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-image_darken {
  z-index: 4;
  background-color: rgba(0, 0, 0, .1);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery_component {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.gallery_parallax {
  position: relative;
}

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

.gallery_parallax_image-1 {
  height: 28rem;
  object-fit: cover;
  border-radius: .2rem;
}

.button_basic {
  color: #fff;
  background-color: #766767;
  border: 1.5px solid #766767;
  border-radius: .2rem;
  padding: .9rem 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.button_basic:hover {
  filter: brightness(75%);
}

.button_basic.margin-top.margin-medium {
  color: #766767;
  transition: all .3s;
}

.button_basic.margin-top.margin-medium:hover {
  color: #fff;
  background-color: #766767;
}

.gallery_parallax_image-2 {
  width: 14rem;
  height: 8rem;
  object-fit: cover;
  border-radius: .2rem;
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: -2rem;
  right: auto;
  box-shadow: 0 2px 20px 1px rgba(0, 0, 0, .05);
}

.furnishing_component {
  width: 100%;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.furnishing_image {
  width: 100%;
  height: 36rem;
  max-height: 44rem;
  object-fit: cover;
  border-radius: .2rem;
}

.furnishing_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.furnishing_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-color: #766767;
  flex-direction: column;
  display: flex;
}

.furnishing_item._2 {
  background-color: #766767;
}

.icon-1x1-huge {
  width: 4.5rem;
  height: 4.5rem;
}

.icon-1x1-huge.more {
  height: 2rem;
  background-color: rgba(183, 132, 2, 0);
  margin-top: 2.5rem;
}

.section_rating {
  width: 100%;
  height: 10rem;
  background-color: #776767;
}

.gallery_parallax_image-3 {
  width: 14rem;
  height: 10rem;
  object-fit: cover;
  border-radius: .2rem;
  position: absolute;
  top: 4rem;
  bottom: auto;
  left: auto;
  right: -2rem;
  box-shadow: 0 2px 20px 1px rgba(0, 0, 0, .05);
}

.gallery_pop-up {
  z-index: 999;
  width: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(246, 240, 238, .9);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.footer_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo_component {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .5;
  flex-direction: column;
  align-self: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.logo_component:hover {
  opacity: 1;
}

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

.padding-section-huge {
  flex-direction: column;
  padding-top: 14rem;
  padding-bottom: 14rem;
  display: flex;
}

.padding-section-huge.max-height-full.align-bottom {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.scroll-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: 0%;
  right: 0%;
}

.scroll-animation {
  width: 1rem;
}

.logo-image {
  width: 3rem;
}

.logo_text {
  color: #fff;
  font-family: Satisfy, sans-serif;
  font-size: 2rem;
}

.logo-icon {
  width: 2.75rem;
  filter: invert();
  order: -1;
  align-self: flex-start;
}

.body-6 {
  overflow: hidden;
}

.logo_subline {
  color: #fff;
  margin-top: .8rem;
  font-family: Onest Variablefont Wght, sans-serif;
  font-size: .9rem;
  font-weight: 300;
}

.button_full {
  color: #fff;
  background-color: #766767;
  border: 1.5px solid #766767;
  padding: 1rem 1.5rem;
  text-decoration: none;
}

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

.contact_component {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.link {
  text-decoration: none;
}

.contact-text {
  color: #222;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
}

.contact_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.contact_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.footer_link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .5;
  color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer_link:hover {
  opacity: 1;
}

.footer_link.w--current {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.footer-seperator {
  width: 100%;
  height: 1.5px;
  background-color: #524e4d;
}

.contact_item_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact_item_icon-wrapper {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #766767;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

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

.lightbox-link {
  width: 100%;
  object-fit: cover;
  border-radius: .2rem;
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.close-button {
  justify-content: flex-end;
  align-self: flex-end;
  margin-bottom: 2rem;
  padding-top: 4rem;
  padding-right: 4rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.close-icon {
  width: 1.5rem;
}

.div-block-22 {
  width: 80%;
  height: 1px;
  background-color: #fff;
  margin-top: 1rem;
}

.background-image_gradient-top {
  z-index: 4;
  height: 24rem;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .34));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-text {
  text-transform: none;
  font-family: Satisfy, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.navar-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.left-arrow, .right-arrow, .slide-nav-2 {
  display: none;
}

.hero-slider {
  min-height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mask {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-slide {
  height: 100%;
}

.container-gallery {
  width: 100%;
  max-width: 54rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-gallery.info-grif {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-section-gallery {
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 8rem;
  display: flex;
}

.padding-section-gallery.max-height-full.align-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.navbar_background {
  z-index: 1;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
}

.read-more-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .5;
  cursor: pointer;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.read-more-button:hover {
  opacity: 1;
}

.icon-1x1-tiny {
  width: .75rem;
  height: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rotate-90 {
  transform: rotate(90deg);
}

.nav-wrapper-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.contact-button.rounded.outline {
  border-color: var(--waves-library-black);
}

.rounded {
  border-radius: .25rem;
}

.contact-toggle {
  color: #fff;
  background-color: #766767;
  padding: .75rem 2rem;
}

.contact-toggle.rounded {
  background-color: #766767;
  padding: .75rem 2rem;
  transition: all .2s;
}

.contact-toggle.rounded:hover {
  filter: brightness(70%);
}

.contact-toggle.rounded.outline {
  border-color: var(--waves-library-black);
}

.language-item {
  height: 100%;
  opacity: .5;
  color: var(--waves-library-black);
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.language-item:hover, .language-item.w--current {
  opacity: 1;
}

.outline {
  border: 1.5px solid #fff;
}

.nav-copy {
  opacity: .35;
  color: var(--waves-library-black);
  text-align: left;
  text-transform: uppercase;
  padding-right: 0;
  font-size: .9rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.nav-copy:hover, .nav-copy.w--current {
  opacity: 1;
}

.nav-copy.footer-text, .nav-copy.footer-text.w--current {
  color: #fff;
}

.nav-copy.en {
  padding-left: 0;
  padding-right: 0;
  font-size: .85rem;
}

.nav-copy.de {
  color: #222;
  font-size: .85rem;
}

.nav-copy.de.w--current {
  color: #222;
}

.read-more {
  overflow: hidden;
}

.read-more.text-weight-light {
  font-weight: 200;
}

.spacer-small-readmore {
  width: 100%;
  padding-top: 1rem;
}

.contact-button-1 {
  color: var(--waves-library-black);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.dropdown-list {
  background-color: #c08a8a;
  margin-top: .5rem;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-list.rounded.outline.w--open {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.contact-button-2 {
  color: var(--waves-library-black);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.slider-ausstattung {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sub_hero {
  width: 100%;
  height: 50vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #faf5ef;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.sub_hero.sub {
  background-color: #e9e7e0;
  background-image: none;
}

.sub_hero.desktop {
  height: auto;
  min-height: 100svh;
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  background-color: #f3ece9;
  background-image: none;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-left: 0;
  padding-right: 0%;
}

.sub_hero.desktop.sub {
  min-height: auto;
  grid-template-columns: 1fr .75fr;
}

.sub_hero.mobile {
  display: block;
}

.sub_hero.mobile.subp {
  display: none;
}

.darken-layer {
  z-index: 2;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_hero-copy {
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f7f7;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_hero-copy.sub {
  background-color: #e9e7e0;
  background-image: none;
}

.section_hero-copy.desktop {
  height: auto;
  min-height: 100svh;
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  background-color: #f3ece9;
  background-image: none;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-left: 0;
  padding-right: 0%;
}

.section_hero-copy.desktop.sub {
  min-height: auto;
  grid-template-columns: 1fr .75fr;
}

.section_hero-copy.mobile {
  display: block;
}

.section_hero-copy.mobile.subp {
  display: none;
}

.div-block-23 {
  margin-bottom: -4rem;
}

.div-block-24 {
  z-index: 5;
  margin-bottom: -4rem;
  position: relative;
}

.icon-1x1-large-copy {
  width: 2.5rem;
  height: 2.5rem;
}

.scroll-text {
  color: var(--floral-white);
  font-size: 1rem;
}

.scroll-text.w--current {
  text-decoration: none;
}

.mobile-nav-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: none;
}

.logo-icon-footer {
  width: 2.25rem;
}

.logo-text-footer {
  color: var(--floral-white);
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Satisfy, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.logo-text-footer.white {
  color: #fff;
}

.language-seperator {
  width: 1.5px;
  height: 50%;
  background-color: #d8d8d8;
}

.language-seperator.info {
  margin-bottom: 20px;
  display: none;
}

.page-layer {
  display: none;
}

.footer_contact-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.footer-contact-link {
  width: 2rem;
  height: 2rem;
  opacity: .5;
  color: #fff;
  flex-direction: column;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.footer-contact-link:hover {
  opacity: 1;
}

.spacer-navbar {
  height: 4rem;
}

.sub-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.signatur {
  margin-top: 2rem;
  font-family: Satisfy, sans-serif;
  font-size: 1.2rem;
}

.background-image_gradient-copy {
  z-index: 4;
  height: 24rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-link {
  opacity: 1;
  color: var(--waves-library-black);
  text-decoration: none;
  transition: all .2s;
}

.contact-link:hover {
  opacity: .5;
}

.contact-button-1-copy {
  color: var(--waves-library-black);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-text {
  text-transform: none;
  font-size: .95rem;
  font-weight: 500;
}

.read-less-text {
  display: none;
}

.personal-text-wrapper {
  display: block;
}

.padding-section-contact {
  flex-direction: column;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
}

.padding-section-contact.max-height-full.align-bottom {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.copyright {
  z-index: 4;
  color: #b6b6b6;
  font-size: .8rem;
  position: absolute;
  top: auto;
  bottom: .5rem;
  left: auto;
  right: .5rem;
}

@media screen and (max-width: 991px) {
  .gallery__button-text {
    display: none;
  }

  .gallery-popup__image-overlay.is-rounded-3 {
    border-bottom-left-radius: 8px;
  }

  .gallery__image.is-rounded-2 {
    border-top-right-radius: 8px;
  }

  .gallery__image.is-rounded-1 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .gallery__image.is-rounded-3 {
    border-bottom-left-radius: 8px;
  }

  .gallery__image.is-rounded-1 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .container.split {
    padding-top: 0;
    display: block;
  }

  .container.split.subb {
    margin-top: 100px;
    padding-top: 0;
  }

  .container.info-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .container.slimm {
    margin-top: 0;
  }

  .row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .row.is-gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .row.inner {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: .5rem;
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .row.is-gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .container__text.is-property-header {
    justify-content: flex-start;
  }

  .col.col-lg-12 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col.col-lg-8.col-md-6 {
    max-width: 50%;
    flex: 50%;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .col.col-lg-8.col-md-6.col-sm-12, .col.col-lg-7.col-sm-12 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col.col-lg-7.col-md-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-lg-4.col-md-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-lg-4.col-md-6.col-sm-12 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col.col-lg-5.col-md-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-lg-5.col-md-5.col-sm-12 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .gallery-popup__content, .sectionl {
    padding: 4rem 2rem;
  }

  .link-block__share {
    align-self: center;
    align-items: center;
  }

  .link_text {
    font-size: 1rem;
  }

  .section_gallery.slim {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .h1 {
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .h1.subb {
    font-size: 40px;
  }

  .h1.kontakt {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 28px;
  }

  .paragraph.short {
    color: #333;
  }

  .paragraph.intro {
    max-width: 70%;
    margin-bottom: 0;
  }

  .div {
    width: 25rem;
    flex-direction: column;
  }

  .contact-frame {
    transition: all .3s;
  }

  .contact-frame:active {
    filter: brightness(50%);
  }

  .bullet-head {
    font-size: 18px;
  }

  .nav-language {
    padding-right: 0;
  }

  .nav-language.de, .nav-language.de.w--current {
    margin-right: 10px;
  }

  .nav-text:hover {
    opacity: .5;
  }

  .nav-text:active {
    opacity: 1;
  }

  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    width: 100%;
    max-width: none;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, .9);
    padding-top: 1rem;
    padding-bottom: 2rem;
    display: none;
    position: absolute;
  }

  .navbar-link {
    width: 200px;
    flex: 0 auto;
    justify-content: center;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .navbar-link:hover {
    opacity: .5;
  }

  .navbar-link:active {
    opacity: 1;
  }

  .container-5 {
    flex-direction: column;
    align-items: center;
  }

  .section_navbar.mobile {
    display: block;
  }

  .navbar_component {
    height: 54px;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .brand {
    align-self: auto;
  }

  .brand.w--current {
    align-self: center;
  }

  .section_contact {
    grid-column-gap: 2rem;
    grid-template-columns: 1.5fr .75fr;
    justify-content: center;
    align-items: center;
    justify-items: stretch;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section_contact.sub {
    height: 50vh;
    padding-bottom: 0;
  }

  .slider {
    height: 24vh;
  }

  .smoobu {
    width: 100%;
    height: 150px;
    background-color: #fff;
  }

  .image-4 {
    width: 100vw;
    height: 520px;
    max-width: 100vw;
  }

  .image-4.subb {
    width: 50vw;
    height: 100%;
    max-width: none;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-4.kontakt {
    width: 40vw;
    height: 100%;
  }

  .link-block:hover {
    filter: none;
  }

  .link-block:active {
    filter: brightness(50%);
    transform: scale(.95);
  }

  .intro-block {
    height: auto;
    background-color: var(--floral-white);
    align-items: stretch;
    padding: 4rem;
  }

  .intro-block.subb {
    height: auto;
    padding-top: 0;
  }

  .list {
    font-size: 16px;
  }

  .image-5 {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  .grid-3 {
    width: 90%;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-7 {
    top: 0;
    left: 0;
    right: 0;
  }

  .gallery {
    height: auto;
  }

  .language-wrapper {
    height: 2rem;
    justify-content: center;
  }

  .language-wrapper.rounded.outline {
    height: 2rem;
    position: relative;
  }

  .mobile-menu {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .mobile-menu.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-2 {
    filter: brightness(0%);
    margin-top: -2px;
    padding-top: 0;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .gallery-item {
    margin-top: 0;
  }

  .hero-section-copy {
    height: auto;
    justify-content: flex-start;
    padding-bottom: 100px;
  }

  .hero-section-copy.sub {
    height: 50vh;
    padding-bottom: 0;
  }

  .hero-section-copy {
    height: auto;
    justify-content: flex-start;
    padding-bottom: 100px;
  }

  .hero-section-copy.sub {
    height: 50vh;
    padding-bottom: 0;
  }

  .hero-section-copy {
    height: auto;
    justify-content: flex-start;
    padding-bottom: 100px;
  }

  .hero-section-copy.sub {
    height: 50vh;
    padding-bottom: 0;
  }

  .section_hero {
    height: 100svh;
    justify-content: flex-start;
  }

  .section_hero.sub {
    height: 50vh;
    padding-bottom: 0;
  }

  .section_hero.desktop {
    display: none;
  }

  .section_hero.mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
  }

  .kontakt-block {
    height: auto;
    align-items: stretch;
    padding-top: 0;
  }

  .kontakt-block.subb {
    height: auto;
    padding-top: 0;
  }

  .nav-mobile {
    padding-right: 0;
  }

  .nav-mobile.de, .nav-mobile.de.w--current {
    margin-right: 10px;
  }

  .nav-copy {
    padding-right: 0;
  }

  .nav-copy.de, .nav-copy.de.w--current {
    margin-right: 10px;
  }

  .image-10.subp {
    width: 100%;
    height: 480px;
  }

  .gallery__button-text-2 {
    display: block;
  }

  .symbol-div.more:hover {
    filter: none;
  }

  .symbol-div.more:active {
    filter: brightness(75%);
    transform: scale(.9);
  }

  .gallery__button-text-3 {
    display: none;
  }

  .section-7 {
    padding: 4rem 2rem;
  }

  .image-12 {
    height: 500px;
    max-width: none;
  }

  .footer-nav {
    padding-right: 0;
  }

  .footer-nav:hover {
    opacity: 1;
  }

  .footer-nav:active {
    opacity: .5;
  }

  .footer-nav.de, .footer-nav.de.w--current {
    margin-right: 10px;
  }

  .bg-image._1.desktop {
    display: none;
  }

  .bg-image._1.mobile {
    display: block;
  }

  .section_ausstattung.slim {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

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

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .max-width-full.navbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

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

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

  .icon-1x1-medium {
    z-index: 3;
    position: relative;
  }

  .icon-1x1-large {
    z-index: 2;
    position: relative;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-global.max-width-full.max-height-full {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .padding-global.navbar {
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.max-height-full.align-bottom {
    padding-bottom: 8rem;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .background-image-wrapper {
    height: 100%;
  }

  .gallery_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .gallery_parallax {
    width: 80%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .gallery_parallax_image-1 {
    width: 100%;
    height: 20rem;
  }

  .button_basic:hover {
    filter: none;
  }

  .button_basic:active {
    filter: brightness(75%);
    transform: scale(.95);
  }

  .gallery_parallax_image-2 {
    width: 12rem;
    height: 8rem;
    bottom: 2rem;
    left: -4rem;
  }

  .furnishing_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .furnishing_image {
    height: 26rem;
    max-height: none;
  }

  .gallery_parallax_image-3 {
    width: 12rem;
    height: 8rem;
    right: -4rem;
  }

  .logo_component:hover {
    opacity: .5;
  }

  .logo_component:active {
    opacity: 1;
  }

  .logo_component.w--current {
    text-decoration: none;
  }

  .padding-section-huge {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .scroll-wrapper {
    bottom: 1rem;
  }

  .scroll-animation {
    width: .75rem;
    height: 1rem;
  }

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

  .footer_link {
    flex: 0 auto;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .close-button {
    padding-right: 6%;
  }

  .logo-text {
    font-size: 1.6rem;
  }

  .navar-wrapper {
    display: flex;
  }

  .image-slide._1 {
    background-image: url('../images/1_1-min.jpg');
    background-position: 49%;
    background-size: cover;
  }

  .padding-section-gallery {
    padding-bottom: 6rem;
  }

  .nav-wrapper-right {
    display: none;
  }

  .contact-toggle.rounded:hover {
    filter: none;
  }

  .contact-toggle.rounded:active {
    filter: brightness(70%);
    transform: scale(.95);
  }

  .contact-toggle.rounded.outline {
    border-color: var(--waves-library-black);
  }

  .nav-copy {
    padding-right: 0;
  }

  .nav-copy.de, .nav-copy.de.w--current {
    margin-right: 10px;
  }

  .contact-button-1.padding-xsmall {
    justify-content: flex-start;
  }

  .lottie {
    width: 1rem;
    height: 1rem;
  }

  .lottie-animation {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .html-embed-3 {
    display: none;
  }

  .sub_hero.sub {
    height: 50vh;
    padding-bottom: 0;
  }

  .sub_hero.desktop {
    display: none;
  }

  .sub_hero.mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
  }

  .section_hero-copy {
    height: auto;
    justify-content: flex-start;
  }

  .section_hero-copy.sub {
    height: 50vh;
    padding-bottom: 0;
  }

  .section_hero-copy.desktop {
    display: none;
  }

  .section_hero-copy.mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
  }

  .div-block-23 {
    margin-bottom: -4rem;
  }

  .div-block-24 {
    width: 80%;
  }

  .icon-1x1-large-copy {
    z-index: 2;
    position: relative;
  }

  .lottie-animation {
    width: 4rem;
    height: 4rem;
  }

  .scroll-text {
    font-size: .9rem;
  }

  .mobile-nav-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .logo-text-footer {
    font-size: 1.25rem;
  }

  .page-layer {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .footer-contact-link:hover {
    opacity: .5;
  }

  .footer-contact-link:active {
    opacity: 1;
  }

  .contact-button-1-copy.padding-xsmall {
    justify-content: flex-start;
  }

  .padding-section-contact {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .text-size-medium {
    font-size: 1rem;
  }

  .gallery-popup__image-overlay.is-rounded-1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .gallery-popup__image-overlay.is-rounded-2 {
    border-top-right-radius: 0;
  }

  .gallery-popup__image-overlay.is-rounded-3 {
    border-bottom-left-radius: 8px;
  }

  .gallery-popup__image-overlay.is-rounded-1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .gallery__image.is-rounded-2 {
    border-top-right-radius: 0;
  }

  .gallery__image.is-rounded-1 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .gallery__image.is-rounded-3 {
    border-bottom-left-radius: 8px;
  }

  .gallery__image.is-rounded-1 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .container.split {
    padding-left: 0;
    padding-right: 0;
  }

  .container.pictures {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .row.is-gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .gallery-popup {
    display: none;
  }

  .subheader__wrapper {
    display: flex;
  }

  .col.col-lg-7.col-sm-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-lg-5.col-md-5.col-sm-12 {
    max-width: none;
    flex-basis: 100%;
  }

  .sectionl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .is-h3 {
    font-size: 2rem;
  }

  .h1 {
    font-size: 44px;
  }

  .h1.subb._2 {
    max-width: none;
  }

  .paragraph.short {
    max-width: 70vw;
  }

  .h2 {
    text-align: center;
    font-size: 32px;
  }

  .h2.info {
    font-size: 22px;
  }

  .vectors-wrapper-11 {
    height: 24px;
  }

  .section_navbar.mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section_contact {
    grid-column-gap: 0rem;
    grid-template-rows: minmax(200px, .75fr) auto;
    grid-template-columns: 1.5fr;
    justify-content: flex-start;
    align-items: start;
    padding-right: 0;
  }

  .section_contact.sub {
    height: 640px;
  }

  .image-4.subb {
    width: 100vw;
    height: 400px;
  }

  .image-4.kontakt {
    width: 100vw;
    height: 320px;
    margin-top: 450px;
    padding-top: 0;
  }

  .split {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .intro-block {
    padding-top: 4rem;
  }

  .intro-block.subb {
    margin-top: 330px;
  }

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

  .seperator.info {
    margin-bottom: 0;
  }

  .icon {
    width: 26px;
    height: 26px;
  }

  .div-block-11 {
    margin-left: 10px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gallery-dyn-list {
    column-count: 2;
  }

  .gallery-item {
    min-width: 50%;
  }

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

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

  .hero-section-copy.sub {
    height: 700px;
    height: 700px;
    height: 700px;
  }

  .section_hero.sub {
    height: 700px;
  }

  .kontakt-block {
    justify-content: center;
    margin-top: 60px;
    padding-top: 0;
    padding-left: 4rem;
  }

  .kontakt-block.subb {
    margin-top: 328px;
  }

  .subb-title-pic {
    width: 100vw;
    height: 400px;
  }

  .section-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-12 {
    height: 300px;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .container-large.info-grid {
    grid-template-columns: 1fr;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h2.max-width-custom-1 {
    max-width: 16rem;
  }

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

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

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

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .gallery_parallax_image-1 {
    height: 16rem;
  }

  .gallery_parallax_image-2, .gallery_parallax_image-3 {
    width: 10rem;
    height: 6rem;
  }

  .padding-section-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .logo-icon {
    width: 2.25rem;
  }

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

  .close-button {
    padding-top: 2rem;
  }

  .logo-text {
    font-size: 1.5rem;
  }

  .padding-section-gallery {
    padding-bottom: 4rem;
  }

  .sub_hero {
    height: 40svh;
  }

  .sub_hero.sub, .section_hero-copy.sub {
    height: 700px;
  }

  .scroll-text {
    font-size: .8rem;
  }

  .logo-icon-footer {
    width: 2rem;
  }

  .language-seperator.info {
    margin-bottom: 0;
  }

  .sub-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-section-contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .text-size-medium.text-color-clay.ausstattung {
    font-size: .9rem;
  }

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

  .container.pictures {
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .row.inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .gallery-popup {
    display: none;
  }

  .gallery-popup__header {
    min-height: 50px;
    padding: .5rem;
  }

  .col.col-lg-8.col-md-6.col-sm-12 {
    max-width: 100%;
  }

  .col.col-lg-4.col-md-6.col-sm-12 {
    display: none;
  }

  .col.col-lg-5.col-md-5.col-sm-12 {
    flex-direction: row;
    display: block;
  }

  .gallery-popup__content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding: 2rem 1rem;
    display: flex;
  }

  .sectionl {
    padding: 32px 24px;
  }

  .section_gallery.slim {
    padding: 2rem 2rem 4rem;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 9vw;
  }

  .h1.subb {
    max-width: 80vw;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .h1.subb._2 {
    max-width: 70vw;
  }

  .paragraph.short {
    max-width: 80vw;
  }

  .paragraph.intro {
    max-width: 100%;
    margin-bottom: 0;
  }

  .h2 {
    align-self: auto;
    font-size: 8vw;
  }

  .h2.info {
    font-size: 18px;
  }

  .div {
    width: auto;
  }

  .frame-27 {
    padding-left: 0;
    padding-right: 0;
  }

  .bullet-head {
    font-size: 16px;
  }

  .footer_nav-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
  }

  .frame-23 {
    align-items: center;
  }

  .vectors-wrapper-11 {
    height: 24px;
  }

  .section_navbar.mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand.footer-text {
    padding-left: 0;
  }

  .section_contact.sub {
    height: 660px;
  }

  .image-4 {
    width: 100vw;
    height: 360px;
  }

  .image-4.subb {
    height: 300px;
  }

  .logo-text {
    font-size: 14px;
  }

  .intro-block {
    height: auto;
    padding: 2rem 2rem 4rem;
  }

  .intro-block.subb {
    margin-top: 340px;
  }

  .grid-2 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bg-circle._2 {
    background-color: #4353ff;
  }

  .bg-circle._3 {
    background-color: #3fa1f7;
  }

  .bg-circle._4 {
    background-color: #20c788;
  }

  .bg-circle._5 {
    background-color: #ffab9d;
  }

  .bg-circle._6 {
    background-color: #ff6382;
  }

  .grid-3 {
    width: 90vw;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
    margin-bottom: 39px;
  }

  .up, .down {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-7 {
    width: 16px;
    height: 16px;
  }

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

  .icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }

  .mobile-menu {
    right: -1rem;
  }

  .spread {
    flex-direction: column;
    align-items: center;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gallery-dyn-list {
    column-gap: 8px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .gallery-item {
    min-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

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

  .header.left {
    align-items: center;
  }

  .div-block-17 {
    width: 92vw;
  }

  .hero-section-copy.sub {
    height: 600px;
    height: 600px;
    height: 600px;
  }

  .section_hero.sub {
    height: 600px;
  }

  .kontakt-block {
    height: auto;
    margin-top: 80px;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .kontakt-block.subb {
    margin-top: 240px;
  }

  .image-10 {
    height: 360px;
  }

  .image-10.subp {
    height: 440px;
  }

  .symbol-div {
    padding: 1rem;
  }

  .symbol-div.more {
    transform: translate(0);
  }

  .section-7 {
    padding: 32px 24px;
  }

  .bg-image._1 {
    display: none;
  }

  .section_ausstattung.slim {
    padding: 2rem 2rem 4rem;
  }

  .section_ausstattung.sub-info {
    padding-top: 40px;
  }

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

  .icon-1x1-large.ausstattung {
    width: 2rem;
    height: 2rem;
  }

  .padding-global.navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large.max-height-full.align-bottom {
    padding-bottom: 6rem;
  }

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

  .gallery_parallax {
    width: 90%;
  }

  .gallery_parallax_image-1 {
    height: 12rem;
  }

  .gallery_parallax_image-2 {
    width: 8rem;
    height: 5rem;
    bottom: 1rem;
    left: -1rem;
  }

  .furnishing_image {
    height: 18rem;
  }

  .furnishing_item-wrapper, .furnishing_item-wrapper.margin-top.margin-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .gallery_parallax_image-3 {
    width: 8rem;
    height: 5rem;
    top: 2rem;
    right: -1rem;
  }

  .padding-section-huge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .scroll-wrapper {
    bottom: 1rem;
  }

  .logo-icon {
    width: 2rem;
  }

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

  .contact_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .sub_hero {
    height: auto;
    min-height: 50svh;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sub_hero.sub, .section_hero-copy.sub {
    height: 600px;
  }

  .icon-1x1-large-copy.ausstattung {
    width: 2rem;
    height: 2rem;
  }

  .sub-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-section-contact {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

#w-node-_8d0b6ccb-fc99-62fe-b030-c26b2948a92a-4a93ada9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eafb38d6-d7ad-920e-1700-4cdc9d56f246-4a93ada9 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1152f4c3-133b-9829-6913-afad8dd9b844-4a93ada9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c6cc267e-75d7-1987-d673-c9821713014a-4a93ada9, #w-node-_34c6d7ab-3381-a966-9cb2-52dac3a92960-4a93ada9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6908e18d-2d81-0f9d-4db4-6f8a1a7e2fe2-4a93ada9 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-aa3c5d5b-b58f-1eb5-80e3-1a9fe1dc60d3-4a93ada9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfd21398-57b1-43d0-d40b-51d4aa2447a7-4a93ada9, #w-node-_6c4b955c-862d-b120-7639-11a25e37c256-4a93ada9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ce3a0eb7-8fde-163f-bb96-83c79ac8ee8b-4a93ada9, #w-node-efde104d-b6d3-0721-36e4-36605e0f6ee0-4a93ada9, #w-node-_31b8225a-81ea-1ac4-1530-b4e3f8075530-4a93ada9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_878997d0-7a1e-46a9-c20b-070626500925-4a93ada9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f4636642-cdf0-940f-95e4-f554aaecb1cc-4a93ada9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_61a6d35b-2643-5bcb-0148-1fa97b48fd7c-4a93ada9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_088fd85a-f1b0-00b1-bf2a-3870f2c3fc97-4a93ada9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3f719d00-51a2-66be-a631-0d5d2c211b90-4a93ada9, #w-node-_0c19de30-ae9e-bce9-6b47-539ff4f4df46-4a93ada9, #w-node-_5f84f44f-67e3-af3f-4ae6-be5b19c08680-4a93ada9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abdf710c-0657-3d40-02fb-939b2d61a90f-4a93ada9 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-dae0bd6b-823b-56fd-ff03-7f66dca1daa2-4a93ada9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c546daa-79a2-d031-0f50-29cfa086d62b-4a93ada9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_817c514d-6725-b792-0e3e-5c3671d9cc96-4a93ada9, #w-node-c0ee92fb-e01a-66ab-e8d6-b2ac35852ffb-4a93ada9, #w-node-_6ed59a40-4f48-28c3-0723-a37f15127be3-4a93ada9, #w-node-e2338452-490b-6b68-eac6-366a313a8acc-4a93ada9, #w-node-d2afe3a7-a8ff-84a1-1505-6e874c59e948-45f468d1, #w-node-ec9434a2-3335-3424-78f8-df5b54a26d4c-45f468d1, #w-node-_809f148d-4d5d-26d2-ad92-e1a4876b571b-4a93adab, #w-node-_809f148d-4d5d-26d2-ad92-e1a4876b572a-4a93adab, #w-node-f36739a2-2c89-e36d-ce42-692fbaf37216-4a93adac, #w-node-f36739a2-2c89-e36d-ce42-692fbaf37225-4a93adac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e51d-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e522-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e527-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e52c-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e532-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e538-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e53e-4a93adb0 {
  justify-self: start;
}

#w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e64b-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e664-4a93adb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e667-4a93adb0 {
  justify-self: start;
}

#w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e669-4a93adb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e66c-4a93adb0 {
  justify-self: start;
}

#w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e6d5-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e6df-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e6e0-4a93adb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e74e-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e753-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e758-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e75d-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e762-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e767-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e771-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e776-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e77b-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e780-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e785-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e78a-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e78f-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e794-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e799-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e79e-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7a3-4a93adb0 {
  justify-self: start;
}

#w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7a7-4a93adb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7a8-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7ad-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7b2-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7b7-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7cc-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7d1-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7d6-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7db-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7e0-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7e5-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7ef-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7f4-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7f9-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e7fe-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e803-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e808-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e80d-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e812-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e817-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e81c-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e821-4a93adb0 {
  justify-self: start;
}

#w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e825-4a93adb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e826-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e82b-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e830-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e835-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e847-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e84c-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e851-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e856-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e85b-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e860-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e865-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e86a-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e86f-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e874-4a93adb0 {
  justify-self: start;
}

#w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e878-4a93adb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e879-4a93adb0 {
  justify-self: start;
}

#w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e87c-4a93adb0, #w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e8ff-4a93adb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b911350f-59fe-fb78-3e6f-3c5b1f24e95b-4a93adb0 {
  justify-self: start;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d0f-2054b9bf {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d11-2054b9bf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d13-2054b9bf, #w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d15-2054b9bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d17-2054b9bf {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d19-2054b9bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d1b-2054b9bf, #w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d1d-2054b9bf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d1f-2054b9bf, #w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d21-2054b9bf, #w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d23-2054b9bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d25-2054b9bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d27-2054b9bf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d29-2054b9bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d2b-2054b9bf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d2d-2054b9bf, #w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d2f-2054b9bf, #w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d31-2054b9bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d33-2054b9bf {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d35-2054b9bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d37-2054b9bf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-af05165b-0c89-a6c2-3085-ba9eb5e07d39-2054b9bf, #w-node-_17bab09b-44a4-ee24-c587-26b5706bcae3-2054b9bf, #w-node-e2338452-490b-6b68-eac6-366a313a8acc-2054b9bf, #w-node-f36739a2-2c89-e36d-ce42-692fbaf37216-0725e240, #w-node-f36739a2-2c89-e36d-ce42-692fbaf37225-0725e240, #w-node-c8294b74-0f19-0c03-77d3-48f23367f3ed-2bd1342b, #w-node-c8294b74-0f19-0c03-77d3-48f23367f3fc-2bd1342b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f7e0ba6c-17f3-07c7-b177-558f8c8c0a28-4a93ada9, #w-node-f7e0ba6c-17f3-07c7-b177-558f8c8c0a28-2054b9bf {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f7e0ba6c-17f3-07c7-b177-558f8c8c0a28-4a93ada9 {
    order: 9999;
  }

  #w-node-_2d00f84a-b3a0-73dd-1902-0dc5762b67ae-4a93ada9 {
    order: -9999;
  }

  #w-node-f7e0ba6c-17f3-07c7-b177-558f8c8c0a28-2054b9bf {
    order: 9999;
  }

  #w-node-_2d00f84a-b3a0-73dd-1902-0dc5762b67ae-2054b9bf {
    order: -9999;
  }
}


@font-face {
  font-family: 'Onest Variablefont Wght';
  src: url('../fonts/Onest-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satisfy';
  src: url('../fonts/Satisfy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}