@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

:root {
  --orange: #ffac12;
  --white-smoke: whitesmoke;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

body {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

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

h5 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #000;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container.container-warum-hd {
  background-image: linear-gradient(#000c, #000c);
  padding-left: 10px;
  padding-right: 10px;
}

.display-heading {
  z-index: 999;
  color: #fff;
  letter-spacing: -.04em;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 70px;
  line-height: 1.1;
  position: relative;
}

.hero-paragraph {
  color: #fff9;
  max-width: 550px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.hero-block {
  color: #000;
  background-color: #fff;
  border-top-right-radius: 35px;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  color: #fff;
  background-color: #ffac12;
  border-top-right-radius: 20px;
  align-items: center;
  padding: 20px 32px;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.button.button-space {
  margin-top: 32px;
}

.logo {
  width: 250px;
}

.nav-menu {
  color: #3f0a3d;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.navigation {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  align-items: center;
  min-height: 90px;
  padding: 20px 4%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.brand {
  margin-right: 20px;
}

.line-break {
  background-color: #dddddd73;
  width: 1px;
  min-height: 25px;
  margin-left: 14px;
  margin-right: 32px;
}

.nav-link-plain {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  transition: all .35s;
}

.nav-link-plain:hover {
  color: #fff9;
}

.nav-link-plain.w--current {
  color: var(--orange);
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

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

.footer-link.link-color {
  color: var(--orange);
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 140px;
  display: flex;
}

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

.footer-wrapper {
  align-items: center;
  display: flex;
}

.footer-title {
  color: var(--orange);
  margin-bottom: 22px;
  font-size: 17px;
}

.secondary-link {
  color: #fff;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer {
  background-color: #271a00;
  background-image: linear-gradient(61deg, #000, #271a00);
  padding: 132px 3% 100px;
}

.footer-top {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  display: flex;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.content-section {
  background-color: #fff;
  border: 1px #525252;
  padding: 100px 4%;
  position: relative;
}

.content-section.section-contact {
  background-color: #fff;
}

.property-section {
  background-color: var(--white-smoke);
  padding: 100px 4%;
  display: block;
}

.title-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.title-line {
  background-color: var(--orange);
  background-image: none;
  border-radius: 20px;
  width: 100%;
  max-width: 170px;
  min-height: 4px;
  margin-top: 20px;
  margin-bottom: 12px;
}

.title-line.line-immo {
  margin-left: auto;
  margin-right: auto;
}

.title-line.tl-dl {
  margin-top: 140px;
}

.filter-block {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 48px;
  padding: 42px;
  box-shadow: 8px 80px 55px -50px #00000021;
}

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

.property-card {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 18px 18px 45px #0000001a;
}

.property-image-wrap {
  height: 230px;
  overflow: hidden;
}

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

.property-content {
  border-bottom: 1px solid #0000001a;
  padding: 32px 24px;
}

.room-feature-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature {
  color: #000;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.feature.centre-lines {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
}

.feature-icon {
  margin-right: 6px;
}

.content-grid {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  margin-top: 140px;
}

.content-grid.grid-contact {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-grid.grid-contact.grid-contact-mobile {
  display: none;
}

.content-grid.ueber-mich-grid {
  margin-top: 30px;
}

.content-grid.impressum-grid, .content-grid.dsgvo-grid {
  margin-top: 0;
}

.paragraph-large {
  text-align: left;
  max-width: 520px;
  font-size: 18px;
}

.paragraph-large.p-special {
  color: #333;
  padding-bottom: 20px;
  font-size: 20px;
}

.content-h2 {
  color: #000;
  margin-bottom: 32px;
}

.button-dark {
  color: #fff;
  background-color: #000;
  border-top-right-radius: 20px;
  align-items: center;
  margin-top: 32px;
  padding: 20px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5%;
  display: flex;
}

.content-wrap.special-wrap {
  margin-top: 60px;
  padding-top: 0%;
}

.content-wrap.special-wrap.kontact-wrap {
  margin-top: 30px;
}

.content-image {
  border-top-right-radius: 100px;
  width: 100%;
  box-shadow: 0 62px 54px #00000040;
}

.content-image.img-ueber-mich {
  margin-top: 180px;
}

.content-image.img-dl {
  margin-top: 40px;
}

.container-large {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.plain-link-wrap {
  align-items: center;
  display: flex;
}

.text-block, .button-text {
  margin-right: 8px;
}

.bg-block-grey {
  z-index: -1;
  background-color: var(--white-smoke);
  min-height: 25%;
  position: absolute;
  inset: auto 0% 0%;
}

.collection-item {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.content-grid-reverse {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  justify-items: end;
  margin-top: 100px;
  margin-bottom: 40px;
}

.bg-block-top-grey {
  z-index: -1;
  background-color: var(--white-smoke);
  min-height: 25%;
  position: absolute;
  inset: 0% 0% auto;
}

.content-section-dark {
  background-color: #000;
  background-image: url('../images/1---_DSC5058-Enhanced-NR.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 142px 3%;
  position: relative;
}

.content-centre-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: #fff;
  margin-bottom: 32px;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.text-span {
  color: var(--orange);
}

.tabs {
  flex-direction: column-reverse;
  display: flex;
}

.avatar {
  margin-right: 10px;
}

.tab-button {
  background-color: #fff;
  justify-content: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.tab-button.w--current {
  color: #fff;
  background-color: #000;
}

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

.avatar-type {
  color: #979797;
  font-size: 15px;
  font-weight: 400;
}

.avatar-name {
  letter-spacing: -.04em;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
}

.author-wrap {
  align-items: center;
  display: flex;
}

.quote-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.quote-wrap {
  padding-bottom: 72px;
}

.title-line-full {
  background-image: linear-gradient(275deg, black, var(--orange));
  border-radius: 20px;
  width: 500px;
  min-height: 4px;
  margin: 140px auto 44px;
  position: static;
  inset: 45% 0% auto;
  overflow: hidden;
}

.quote-text {
  color: #000;
  letter-spacing: -.04em;
  width: 500px;
  margin: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.notice {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 16px 3%;
  display: flex;
}

.notice-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.notice-text {
  color: #fff;
  text-align: center;
  margin-right: 10px;
}

.div-block {
  background-color: var(--orange);
  color: #000;
  border-top-right-radius: 12px;
  margin-right: 8px;
  padding: 4px 10px;
  font-weight: 500;
}

.header-dark {
  background-color: #000;
  padding: 40px 4% 60px;
  position: relative;
}

.property-title-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.property-text-light {
  color: #ffffff94;
}

.grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.property-detail {
  background-color: var(--white-smoke);
  padding: 142px 3%;
  position: relative;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.property-detail-text {
  color: var(--white-smoke);
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  position: sticky;
  top: 32px;
  box-shadow: 23px 23px 34px #0000001a;
}

.property-list {
  flex-wrap: wrap;
  display: flex;
}

.clear-filters {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.clear-filter {
  color: #f48f0b;
}

.clear-filter.jetboost-filter-none-ev8m {
  color: #f48f0b;
  padding-top: 2px;
  padding-bottom: 2px;
}

.checkbox-filter {
  white-space: nowrap;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.dropdown-list {
  padding-top: 4px;
}

.dropdown-list.w--open {
  z-index: 99;
  background-color: #0000;
  min-width: 410px;
  padding-top: 15px;
  box-shadow: 0 35px 55px #00000014;
}

.checkbox-wrap {
  padding: 15px;
}

.dropdown {
  background-color: #f6f6f6;
  border-radius: 50px;
  margin: 12px 0;
}

.filter-form {
  justify-content: flex-start;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
  min-height: 52px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
}

.checkbox-filters {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-filters.w--redirected-checked {
  background-color: #f48f0b;
  background-size: 13px;
}

.filter-form-block {
  margin-bottom: 0;
}

.dropdown-base {
  background-color: #fff;
  border-radius: 15px;
  overflow: auto;
}

.gallery-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.collection-item-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gallery-item {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view {
  background-color: var(--orange);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
  position: relative;
  inset: 0%;
}

.image-37 {
  width: 25px;
}

.text-block-2 {
  color: var(--orange);
}

.paragraph-large-white {
  color: #ffffffa1;
  font-size: 20px;
  display: block;
}

.slider-section {
  position: relative;
}

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

.slide-image {
  z-index: 3;
  background-image: linear-gradient(5deg, #000000cf, #000000a6 44%, #0000), url('../images/6791fc34b590c17e75a40414_Hero-Image-02-1-modified.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.slide-image.slide-image-two {
  background-image: linear-gradient(5deg, #000, #000000a6 53%, #0000), url('../images/Hero-Image-01-1.png');
}

.left-arrow {
  display: none;
}

.slider {
  height: 80vh;
  min-height: 750px;
}

.slide-content-wrap {
  z-index: 9;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 60px 3%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide {
  overflow: hidden;
}

.slider-content {
  z-index: 99;
  display: block;
  position: static;
  inset: 0%;
}

.slide-nav {
  justify-content: flex-end;
  margin-bottom: 35px;
  padding-right: 106px;
  display: none;
}

.right-arrow {
  display: none;
}

.avatar-base {
  background-color: #f5f5f5;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  padding: 22px 25px;
  display: flex;
}

.avatar-wrap {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  overflow: hidden;
}

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

.agent-link {
  color: #ffac12;
}

.agent-name {
  font-size: 15px;
  font-weight: 700;
}

.white-block {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 23px 23px 34px #0000001a;
}

.title-block {
  border-bottom: 1px solid #0000001a;
  padding: 20px;
}

.content-wrapper {
  padding: 24px;
}

.collection-list-wrapper {
  width: 100%;
}

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

.div-block-56 {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.feature-wrap {
  align-items: center;
  font-size: 16px;
  display: flex;
}

.filter-icon {
  margin-right: 6px;
}

.text-field {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  min-height: 60px;
  margin-bottom: 14px;
}

.button-submit {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding: 20px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.text-field-large {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  min-height: 130px;
  margin-bottom: 14px;
}

.room-features {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.flowbase-close {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
}

.flowbase-close:hover {
  transform: scale(.85);
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-component-footer {
  border-top: 1px solid #122b6914;
  display: flex;
}

.global-fixed {
  z-index: 9999;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #fff;
  background-image: url('../images/CTA-Chalk-Dot.svg'), linear-gradient(166deg, #fff0 50%, #fff6), linear-gradient(#f3f0ff, #f0f6ff);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, auto;
  border: 1px solid #212a780a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 16px 3%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.global-canner-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.div-block-771 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.global-fixed-banner-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.global-fixed-logo {
  width: 44px;
}

.global-banner-title {
  color: #11023b;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(167deg, #11023b, #11023bdb 60%, #311572);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.global-paragraph {
  color: #262556;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 12px #9b8eff4d, inset 0 1px #9b8eff99, 0 -1px 1px #5b29ffcc, 0 0 0 1px #6e5bff;
}

.global-button-primary:hover {
  background-color: #7f6fff;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.image-39, .image-40 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  font-size: 20px;
}

.list {
  line-height: 30px;
}

.div-block-772 {
  width: 500px;
  height: 300px;
}

.text-field-2 {
  margin-left: 10px;
  margin-right: 40px;
  overflow: clip;
}

.textarea {
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: block;
  position: relative;
}

.form {
  border-radius: 7px;
  margin-top: 40px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 0 5px 2px #0003;
}

.grid-5 {
  grid-column-gap: 14px;
  grid-template-rows: auto auto auto;
  grid-template-areas: ". ."
                       ". ."
                       "Area Area";
}

.text-field-3, .text-field-4, .text-field-5, .text-field-6 {
  border-radius: 7px;
}

.submit-button {
  background-color: var(--orange);
  color: #333;
  border: 1px solid #919191;
  border-radius: 0 15px 0 0;
  width: 100%;
  margin-top: 20px;
  font-weight: 700;
}

.link {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 700;
}

.link.link-phone {
  margin-top: 0;
  font-size: 28px;
  text-decoration: none;
}

.link.link-mail {
  font-size: 28px;
  text-decoration: none;
}

.image-41, .image-42 {
  margin-bottom: 10px;
  margin-right: 20px;
}

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

.heading-3 {
  color: #333;
  margin-bottom: 20px;
}

.heading-4 {
  margin-bottom: 20px;
}

.paragraph-2 {
  color: #333;
}

.image-43 {
  border-top-right-radius: 100px;
  margin-left: 0;
  box-shadow: 0 62px 54px #0003;
}

.column {
  height: 330px;
  position: relative;
}

.image-44 {
  border-top-right-radius: 100px;
  margin-left: 60px;
  box-shadow: 0 62px 54px #0003;
}

.columns.column-dl {
  margin-top: 60px;
  margin-bottom: 220px;
}

.heading-5 {
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: 50px;
}

.column-2 {
  padding-left: 60px;
  padding-right: 60px;
}

.list-item-6, .list-item-7, .list-item-8 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.list-item-9 {
  font-size: 20px;
  line-height: 24px;
}

.image-45 {
  border-top-right-radius: 100px;
  margin-left: auto;
  margin-right: 60px;
  display: block;
  box-shadow: 0 62px 54px #0003;
}

.list-item-10, .list-item-11 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.list-item-12 {
  font-size: 20px;
  line-height: 24px;
}

.heading-6 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.column-3 {
  padding-left: 100px;
  padding-right: 100px;
}

.columns-2 {
  margin-bottom: 60px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-areas: ". Area";
}

.columns-3 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-773 {
  margin-left: 100px;
}

.link-2 {
  color: #0004ff;
  text-decoration: underline;
}

.code-embed {
  display: none;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #000;
  border-radius: 15px;
  max-width: 45rem;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  color: #fff;
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_prefs_submit {
  background-color: #000;
  padding: .5rem 1rem;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_allow {
  background-color: var(--orange);
  color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #000;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff0;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #ddd0;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.fs-consent_open-prefs_icon {
  color: var(--orange);
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link {
  color: #fff;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  color: #fff;
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs_description {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox_field-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox {
  margin-top: 0;
  margin-right: .5rem;
}

.link-3 {
  color: var(--orange);
  text-decoration: underline;
}

.bold-text, .bold-text-2 {
  color: #fff;
}

.fs-consent_banner-2 {
  z-index: 9999;
  background-color: #000;
  border-radius: 15px;
  max-width: 45rem;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_paragraph-2 {
  color: #fff;
  margin-bottom: 0;
}

.fs-consent_allow-2 {
  background-color: var(--orange);
  color: #fff;
  border-top-right-radius: 15px;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_decline-2 {
  color: #333;
  background-color: #ddd;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper-2 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs-2 {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_form-2 {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs-2 {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #ddd0;
  border-top-right-radius: 15px;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_open-prefs_wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-top-right-radius: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.fs-consent_open-prefs_icon-2 {
  color: var(--orange);
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link-2 {
  color: #fff;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_decline-3 {
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: #000;
  border-top-right-radius: 15px;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_checkbox_field-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label-2 {
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs_description-2 {
  margin-bottom: 0;
  font-size: 12px;
}

.link-4 {
  color: var(--orange);
  text-decoration: underline;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #312b6b;
  border: 2px solid #312b6b;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #312b6b;
  background-color: #f5f5f5;
  border-color: #312b6b;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_label {
  color: #312b6b;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_trigger {
  display: block;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
  display: block;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_button {
  background-color: #312b6b;
  border: 2px solid #312b6b;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #312b6b;
  background-color: #fff;
  border-color: #312b6b;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_text-link {
  color: #312b6b;
  border-bottom: 2px solid #312b6b;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_button-2 {
  background-color: var(--orange);
  border: 2px #000;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button-2.fs-cc-button-alt {
  color: var(--orange);
  background-color: #fff0;
  border-style: none;
  border-color: #000;
}

.fs-cc-banner_text-link-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--orange);
  color: #fff;
  -webkit-text-stroke-color: #4f4f4f;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_close-icon-2 {
  color: var(--orange);
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_form-2 {
  background-color: #242424;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_trigger-2 {
  display: none;
}

.fs-cc-prefs_text-2 {
  color: #c2c2c2;
  font-size: .75rem;
}

.fs-cc-prefs_submit-hide-2 {
  background-color: #450056;
  display: none;
}

.fs-cc-prefs_overlay-2 {
  z-index: -1;
  background-color: #58585833;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_component-2 {
  z-index: 998;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #292926cc;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_text-2 {
  color: #c2c2c2;
  margin-right: 1.5rem;
}

.fs-cc-manager_icon-2 {
  width: 2rem;
  height: 2rem;
}

.fs-cc-manager_button-2 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #333;
  cursor: pointer;
  background-color: #141520cc;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button-2:hover {
  color: #4353ff;
}

.fs-cc-banner_button-2 {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  border-color: var(--orange);
  color: var(--orange);
  -webkit-text-stroke-color: #c2c2c2;
  background-color: #f5f5f500;
}

.fs-cc-prefs_label-2 {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_title-2 {
  color: #c2c2c2;
  -webkit-text-stroke-color: #c2c2c2;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.link-5 {
  color: #0004ff;
  text-decoration: underline;
}

.slide-2 {
  height: 500px;
}

.slider-2 {
  width: 920px;
  height: 680px;
  margin-left: auto;
  margin-right: auto;
}

.heading-9 {
  text-align: left;
  display: block;
}

.heading-9.preis {
  margin-left: auto;
}

.paragraph-3 {
  font-size: 18px;
}

.div-block-775 {
  width: 250px;
}

.paragraph-4 {
  text-align: right;
  font-size: 24px;
  font-weight: 700;
}

.heading-11 {
  margin-bottom: 40px;
  font-size: 36px;
}

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

.image-47 {
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
}

.heading-12 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
}

.heading-12.obergeschoss {
  margin-left: 0;
  font-size: 24px;
}

.paragraph-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-778 {
  z-index: 999;
  background-color: #00000080;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.paragraph-6.lightbox-text {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
}

.lightbox-link, .image-48 {
  position: relative;
}

.link-block {
  border: 3px solid var(--orange);
  width: 400px;
  padding: 10px;
}

.heading-immos {
  font-size: 26px;
}

@media screen and (max-width: 991px) {
  .container.container-warum-hd {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-container {
    min-height: auto;
    position: relative;
  }

  .nav-menu {
    color: #fff;
    background-color: #000;
    height: auto;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .line-break {
    display: none;
  }

  .nav-link-plain {
    color: #fff;
    width: 100%;
  }

  .nav-link-plain:hover {
    color: #fff;
  }

  .menu-button-green {
    color: #fff;
    border: 1px solid #ffffff1a;
  }

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

  .footer-bottom {
    flex-direction: column;
  }

  .footer-grid-01 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
  }

  .content-grid.grid-contact {
    display: none;
  }

  .content-grid.grid-contact.grid-contact-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 44px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content-wrap {
    padding-top: 0%;
  }

  .collection-item {
    width: 50%;
  }

  .content-grid-reverse {
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .heading-2 {
    margin-bottom: 32px;
  }

  .title-line-full {
    margin-top: 60px;
  }

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

  .property-detail {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .slider {
    height: 80vh;
  }

  .image-43 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns-3 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .div-block-773 {
    min-width: 500px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text-2 {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .container.container-warum-hd {
    padding-left: 10px;
    padding-right: 10px;
  }

  .display-heading {
    font-size: 62px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

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

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

  .title-line.tl-dl {
    margin-top: 0;
  }

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

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

  .collection-item {
    width: 100%;
  }

  .tabs-menu {
    flex-direction: column;
  }

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

  .notice {
    display: none;
  }

  .dropdown-list.w--open {
    min-width: 250px;
  }

  .dropdown-base {
    max-height: 350px;
  }

  .collection-item-2 {
    width: 50%;
  }

  .slider {
    min-height: 760px;
  }

  .slide-content-wrap {
    background-image: none;
    background-position: 0 100%;
    background-repeat: repeat;
    background-size: 125px;
  }

  .image-43 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-44 {
    margin-left: 0;
  }

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

  .div-block-773 {
    min-width: auto;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title-2 {
    font-size: 1.25rem;
  }

  .heading-9 {
    font-size: 38px;
  }
}

@media screen and (max-width: 479px) {
  .container.container-warum-hd {
    padding-left: 10px;
    padding-right: 10px;
  }

  .display-heading {
    font-size: 40px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

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

  .filter-block {
    padding: 20px;
  }

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

  .feature.centre-lines {
    border: 1px #000;
  }

  .content-grid.dsgvo-grid {
    display: block;
  }

  .content-h2 {
    font-size: 40px;
  }

  .content-image.img-ueber-mich {
    margin-top: 0;
  }

  .heading {
    font-size: 40px;
  }

  .title-line-full {
    width: 300px;
    inset: 14% 0% auto;
  }

  .quote-text {
    width: 300px;
  }

  .header-content-left {
    margin-bottom: 20px;
  }

  .property-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dropdown-list.w--open {
    width: 100%;
    min-width: auto;
    padding-top: 10px;
  }

  .dropdown {
    margin-bottom: 0;
    margin-left: 0;
  }

  .filter-form {
    flex-flow: column wrap-reverse;
    justify-content: flex-start;
    display: flex;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .slide-content-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .room-features {
    grid-template-columns: 1fr 1fr;
  }

  .global-component-banner {
    display: none;
  }

  .heading-3 {
    font-size: 26px;
  }

  .paragraph-2 {
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: visible;
  }

  .image-43 {
    margin-left: auto;
  }

  .heading-5, .heading-6 {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-773 {
    min-width: auto;
    margin-left: 0;
  }

  .heading-7 {
    font-size: 40px;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_button-2 {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

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

  .heading-8 {
    width: 100%;
    max-width: 100%;
    font-size: 28px;
    overflow: visible;
  }

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

  .heading-10 {
    font-size: 32px;
  }

  .paragraph-4 {
    font-size: 20px;
  }

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

  .div-block-778 {
    background-color: #00000080;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .paragraph-6 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .paragraph-6.lightbox-text {
    color: #fff;
  }

  .lightbox-link {
    position: relative;
  }
}

#w-node-_3569002a-1610-c0b0-5e59-cc3601aaffa1-75a403dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ae8e5a4-3c72-b855-0800-ec19072cd980-75a403dc, #w-node-_1380be92-8a2e-8210-8a8f-ba68eaa3026c-75a403dc {
  grid-area: Area;
}

#w-node-a1e049f8-1b8a-afec-e571-619db3fcc3aa-75a403de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c4b6e2ff-e3c2-d9c8-1d32-636e9a70918d-96e7f7b7, #Vorname.w-node-c4b6e2ff-e3c2-d9c8-1d32-636e9a709191-96e7f7b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69d34034-b954-88c7-0ff8-79ed56b4d157-96e7f7b7 {
  grid-area: Area;
}

#w-node-d32511fb-ffe9-07ef-d18f-75e35b2c500f-96e7f7b7, #Vorname-2.w-node-d32511fb-ffe9-07ef-d18f-75e35b2c5015-96e7f7b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d32511fb-ffe9-07ef-d18f-75e35b2c5022-96e7f7b7 {
  grid-area: Area;
}

@media screen and (max-width: 767px) {
  #w-node-_6d64b614-971f-79fc-b10f-04edff546694-ff546687 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6d64b614-971f-79fc-b10f-04edff546694-ff546687 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_880fd555-301a-06a5-e0ed-95174d89e622-75a403dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}