:root {
  --dim-grey: #4b4b4b;
  --orange: orange;
  --grey: #888;
  --white-smoke: #f0f0f0;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.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;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

h1 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.2em;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1em;
}

h4 {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 20px;
}

p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.6em;
}

a {
  text-decoration: underline;
}

img {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 700;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 350px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  color: var(--dim-grey);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.style {
  display: none;
}

.text-h1.white {
  color: #fff;
}

.text-h2 {
  font-size: 2.5em;
}

.text-h2.center {
  text-align: center;
}

.text-h3.form {
  color: var(--orange);
  font-weight: 500;
}

.text-p20.white.m-top-60 {
  margin-top: 60px;
}

.text-p20.white.uppercase {
  text-transform: uppercase;
}

.text-p20.white.uppercase.normal {
  font-weight: 400;
}

.text-p20.center {
  text-align: center;
}

.text-p20.orange {
  color: var(--orange);
}

.text-p20.orange.mid {
  padding-left: 0;
  padding-right: 0;
}

.text-p20.grey {
  color: var(--grey);
}

.text-p20.grey:hover {
  color: silver;
}

.text-p20.m-top-10 {
  margin-top: 10px;
}

.text-p20.m-top-10.m-right-20 {
  margin-right: 20px;
}

.text-p20.width80 {
  width: 80%;
}

.text-p20.m-right-5 {
  margin-right: 5px;
}

.text-p20.m-left-5 {
  margin-left: 5px;
}

.text-p20.hide {
  display: none;
}

.text-link16 {
  color: var(--dim-grey);
  text-transform: uppercase;
  margin-right: 5px;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.text-link16.white.non-caps {
  text-transform: none;
}

.text-link16.white.m-bottom-5 {
  margin-bottom: 5px;
}

.text-link16.underline {
  margin-top: 5px;
  text-decoration: underline;
}

.link-block {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block.m-right-30 {
  margin-right: 30px;
}

.link-block.flex-h-e-s {
  justify-content: flex-end;
  align-items: flex-start;
}

.link-block.m-top-80.res-location {
  margin-top: 40px;
}

.link-arrow {
  margin-top: -3px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-80 {
  margin-top: 80px;
}

.m-top-60 {
  margin-top: 60px;
}

.main {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.main-content {
  z-index: 1;
  width: 100%;
  max-width: 1920px;
}

.section-hero {
  z-index: 999;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  min-height: 850px;
  max-height: 1080px;
  display: flex;
  position: relative;
}

.section-hero.s {
  height: auto;
  min-height: 600px;
  max-height: 600px;
}

.section-hero.xl {
  overflow: hidden;
}

.img-hero-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-hero {
  width: 100%;
  height: 100%;
}

.img-hero.bot {
  object-position: 50% 50%;
}

.hero-content {
  width: 85%;
  max-width: 1920px;
  position: relative;
}

.hero-content.m-bottom40 {
  z-index: 6;
  margin-bottom: 40px;
}

.text-wrap {
  color: var(--dim-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-wrap.width75 {
  align-items: flex-start;
  width: 55%;
}

.text-wrap.width75.center {
  text-align: center;
  width: 80%;
}

.text-wrap.width75.float-right {
  text-align: right;
  align-items: flex-end;
}

.text-wrap.width75.float-right.flex-v-e-c {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-wrap.width75.flex-v-s-c {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-wrap.width75.flex-v-s-c.p-min {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-wrap.width30 {
  width: 30%;
}

.text-wrap.width30.pos2 {
  z-index: 2;
  position: relative;
}

.text-wrap.width30.center {
  flex-direction: column;
}

.text-wrap.width30.center.pos2 {
  width: 50%;
}

.text-wrap.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrap.flex-h-s-e {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.text-wrap.flex-h-c-s {
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-wrap.flex-h-c-s.m-right-40 {
  margin-right: 40px;
  text-decoration: none;
}

.text-wrap.full-width {
  width: 100%;
}

.text-wrap.full-width.flex-h-s-s {
  flex-direction: row;
  display: flex;
}

.text-wrap.full-width.hide {
  display: none;
}

.text-wrap.flex-h-s-e {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-wrap.width80 {
  width: 80%;
}

.text-wrap.width80.center.m-top-10 {
  margin-top: 10px;
}

.text-wrap.width40 {
  align-items: flex-start;
  width: 40%;
}

.text-wrap.width40.center {
  text-align: center;
  align-items: center;
}

.text-wrap.width40.center.m-top-40 {
  align-items: center;
}

.text-wrap.width50.inner-text {
  padding-left: 40px;
}

.text-wrap.width50.c-c {
  text-align: center;
  align-items: center;
}

.text-wrap.width50.center {
  text-align: center;
}

.text-wrap.width55 {
  width: 55%;
}

.text-wrap.width55.m-top-20.l-width-75, .text-wrap.width55.m-top-20.l-width-80 {
  width: 75%;
}

.text-wrap.width55.m-top-20.team {
  width: 55%;
  min-width: 600px;
  max-width: none;
}

.text-wrap.flex-v-s-c {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-wrap.flex-v-s-c.width50.inner-text {
  padding-left: 60px;
}

.text-wrap.flex-v-s-c.slide {
  padding-right: 20px;
}

.text-wrap.m-top-20.price-range {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-wrap.flex-h-s-s {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.text-wrap.immo-search-box {
  border-bottom: 1px solid #efefef;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 5px;
  display: flex;
}

.text-wrap.text-home {
  width: 50%;
}

.text-wrap.width50 {
  align-items: flex-start;
  width: 50%;
}

.text-wrap.width50.float-right {
  text-align: right;
  align-items: flex-end;
}

.text-wrap.width50.float-right.flex-v-e-c {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-wrap.head-footer {
  margin-bottom: 50px;
  margin-left: 20px;
}

.text-wrap.flex-h-s-sb {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.text-wrap.inner {
  margin-left: 160px;
}

.text-wrap.width47-5 {
  width: 47.5%;
}

.text-wrap.width47-5.m-top-60.bg-grey {
  background-color: var(--white-smoke);
  padding: 60px 40px;
}

.text-wrap.standort {
  flex-flow: wrap;
  margin-bottom: 20px;
  display: flex;
}

.text-wrap.standort.block {
  margin-bottom: 0;
  display: block;
}

.text-wrap.result {
  margin-top: 20px;
}

.text-wrap.center-s {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrap.width100 {
  width: 100%;
}

.text-wrap.width100.m-top-60.relative {
  position: relative;
}

.text-wrap.m-top-40 {
  text-align: center;
}

.white {
  color: #fff;
}

.m-top-40 {
  margin-top: 40px;
}

.hero-immo-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-immo-box {
  background-color: rgba(255, 165, 0, .4);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-top: 80px;
  margin-bottom: 20px;
  display: flex;
}

.immo-box-header {
  border-radius: 10px 10px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.title-p24 {
  font-size: 1.2em;
  font-weight: 400;
}

.title-p24.white {
  color: #fff;
}

.title-p24.width80 {
  width: 100%;
}

.title-p24.width80.center {
  text-align: center;
}

.title-p24.width80.center.orange {
  color: var(--orange);
}

.title-p24.grey {
  color: var(--grey);
}

.title-p24.orange {
  color: var(--orange);
  letter-spacing: 1px;
}

.title-p24.orange.m-right-5 {
  margin-right: 5px;
}

.title-p24.orange.m-right-5.none-underline {
  line-height: 1.6em;
  text-decoration: none;
}

.title-p24.orange.center {
  text-align: center;
}

.title-p24.m-left-5 {
  margin-left: 5px;
}

.title-p24.m-right-5 {
  margin-right: 5px;
}

.grid-immo-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.grid-immo-box.fr4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-immo-box.home {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.immo-box-inner.width70.home {
  width: 95%;
}

.immo-box-inner.width70.review {
  width: 100%;
}

.immo-box-inner.width70 {
  width: 90%;
}

.grid-element-immo-box {
  color: var(--dim-grey);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 5px 5px 12px 1px rgba(0, 0, 0, .25);
}

.grid-element-immo-box.grey {
  background-color: var(--orange);
  box-shadow: none;
  justify-content: center;
  transition: box-shadow .2s;
}

.grid-element-immo-box.grey:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
}

.grid-element-immo-box.white-bg {
  background-color: #fff;
  min-width: 175px;
}

.grid-element-immo-box.start {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: box-shadow .2s;
}

.img-wrap {
  z-index: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.img-wrap.width50 {
  width: 50%;
}

.img-wrap.width50.max-h950 {
  max-height: none;
}

.img-wrap.box {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.img-wrap.bg-grey {
  background-color: var(--white-smoke);
}

.img-wrap.pos-1 {
  z-index: -1;
}

.img-wrap.light-grey {
  background-color: #f7f7f7;
  height: 300px;
  overflow: hidden;
}

.img-wrap.width35 {
  width: 40%;
}

.img-wrap.width35.center {
  justify-content: center;
  align-items: flex-end;
  width: 35%;
  display: flex;
}

.img-wrap.width35.center.height100 {
  width: 40%;
  height: 100%;
}

.img-wrap.width35.center.height100.s {
  display: none;
}

.img-wrap.partner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 250px;
  height: 100%;
  max-height: 100px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.img-wrap.full {
  height: 100%;
}

.img-wrap.m-h100 {
  width: 100%;
  height: 100%;
}

.img-wrap.hide-menu {
  display: none;
}

.img-wrap.stars {
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.img-wrap.overlay-play {
  background-color: rgba(0, 0, 0, .35);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-wrap.icon {
  width: 30%;
}

.img-wrap.location {
  border-radius: 0;
  min-height: 450px;
  overflow: hidden;
}

.img-immo-box {
  width: 100%;
  margin-bottom: 20px;
}

.chatbot {
  z-index: 9999999;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section.m-top100 {
  margin-top: 100px;
}

.section.m-top100.m-bottom-100 {
  margin-bottom: 100px;
}

.section.m-top100.immo {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.m-top100.m-bottom-160 {
  margin-bottom: 160px;
}

.section.bg {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.bg.full {
  flex-wrap: wrap;
  height: 1080px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg.full.butschnew {
  align-items: stretch;
  height: auto;
  min-height: 900px;
}

.section.bg.full-home {
  flex-wrap: wrap;
  height: 1080px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg.full-home.tipps {
  align-content: flex-start;
  height: auto;
}

.section.m-top-160.m-bottom-100 {
  margin-bottom: 100px;
}

.section.m-top-160.m-bottom-160 {
  margin-bottom: 160px;
}

.section.bg-grey {
  background-color: var(--white-smoke);
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.m-top-240 {
  margin-top: 240px;
}

.section.m-top-240._404 {
  align-items: flex-start;
  height: 60vh;
}

.section.m-bottom-120 {
  margin-bottom: 120px;
}

.section-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  overflow: visible;
}

.section-content.aefase {
  min-height: 100vh;
}

.section-content.m-headline {
  margin-top: 70px;
}

.section-content.sdafasdf {
  margin-bottom: 70px;
}

.section-content.butschnew {
  background-color: rgba(0, 0, 0, .7);
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.immo-box {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.immo-box.review, .content-row {
  width: 100%;
}

.content-row.flex-h-c-sb {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.content-row.flex-h-c-sb.border-line-top {
  border-top: 1px solid #8b8b8b;
}

.content-row.flex-h-c-sb.border-line-top.m-top-160.p-bottop-50 {
  min-height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-row.flex-h-c-sb.border-line-top.p-bottop-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-row.flex-h-c-sb.wrap-enable {
  flex-wrap: wrap;
}

.content-row.flex-h-c-sb.height800 {
  align-items: center;
  height: 800px;
}

.content-row.flex-v-c-c {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-row.flex-v-c-c.pos2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.content-row.flex-v-c-c.pos2.butschnew {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 40px 40px 40px 80px;
}

.content-row.flex-v-c-c.m-bottom-100 {
  margin-bottom: 100px;
}

.content-row.rel {
  position: relative;
}

.content-row.rel.m-top-40.flex-h-t-l {
  height: 645px;
  overflow: hidden;
}

.content-row.flex-h-c-c {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-row.flex-h-c-c.wrap-enable {
  flex-wrap: wrap;
}

.content-row.flex-h-s-sb {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-row.flex-h-s-sb.wrap {
  flex-wrap: wrap;
  align-items: stretch;
}

.content-row.flex-v-s-s {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-row.tipps {
  overflow: auto;
}

.m-top-30 {
  margin-top: 30px;
}

.btn {
  background-color: var(--orange);
  text-transform: uppercase;
  border-radius: 7.5px;
  padding: 12px 40px;
  font-size: .9em;
  font-weight: 400;
}

.btn.m-top-60 {
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.btn.m-top-60:hover {
  background-color: #ff921c;
}

.btn.next, .btn.prev {
  color: #fff;
  border-style: none;
}

.btn.m-right-20 {
  margin-right: 20px;
}

.img-immobilie {
  object-position: 50% 50%;
  height: 100%;
}

.img-immobilie.pos-left {
  object-fit: cover;
  object-position: 0% 50%;
}

.img-immobilie.m {
  object-fit: contain;
}

.fa-font {
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-weight: 400;
}

.fa-font.m-right-10 {
  margin-right: 10px;
}

.fa-font.m-left-10 {
  margin-left: 10px;
}

.section-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding-left: 7.5%;
  display: flex;
}

.section-content-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 7.5%;
  display: flex;
}

.section-content-left.m-zero {
  margin-top: 0;
  margin-bottom: 0;
}

.section-content-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.slide {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.img-slider {
  width: 100%;
  height: 100%;
}

.slider-overlay {
  text-align: center;
  background-color: rgba(75, 75, 75, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-overlay.m {
  transition: opacity .2s;
}

.partner-wrap {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
  overflow: hidden;
}

.slider-container {
  width: 100%;
  position: relative;
  overflow: auto;
}

.slider-container.dot-slide {
  width: 75%;
  margin-left: 160px;
}

.slider-container.p-shadow {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-button-next {
  z-index: 99999;
  cursor: pointer;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  right: -40px;
}

.slide-button-next.nav-dot {
  position: static;
}

.slide-button-next.start {
  margin-left: 60px;
  position: static;
}

.slide-button-next.big-slide {
  right: 20px;
}

.box-wrap {
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  width: 400px;
  min-width: 400px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  box-shadow: -7px 7px 10px rgba(0, 0, 0, .25);
}

.box-wrap.inner {
  align-items: center;
  width: auto;
  min-width: 250px;
  max-width: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, .25);
}

.box-wrap.employees {
  box-shadow: none;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.box-wrap.tipps {
  width: 100%;
  min-width: 220px;
  max-width: none;
  margin-bottom: 2%;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, .25);
}

.box-wrap.immo-search {
  flex-wrap: nowrap;
  width: 48%;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, .25);
}

.box-wrap.active-slide {
  transition: transform .2s;
  transform: translate(0, -20px);
}

.img-box-slider {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 300px;
}

.box-text-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.box-text-content.lightgrey-bg {
  background-color: #f7f7f7;
  height: 300px;
}

.box-text-content.lightgrey-bg.center, .box-text-content.center {
  align-items: center;
}

.link-wrap {
  text-decoration: none;
}

.link-wrap.text {
  color: var(--dim-grey);
  text-transform: uppercase;
  font-size: .9em;
  line-height: 1em;
  text-decoration: none;
}

.link-wrap.text.m-top-20 {
  font-weight: 400;
}

.link-wrap.flex-h-s-s {
  display: flex;
}

.slide-button-prev {
  z-index: 99999;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  left: -40px;
}

.slide-button-prev.tipps, .slide-button-prev.nav-dot {
  position: static;
}

.slide-button-prev.nav-dot.m-right-20 {
  margin-right: 20px;
}

.slide-button-prev.start {
  margin-right: 60px;
  position: static;
}

.slide-button-prev.big-slide {
  left: 20px;
}

.text-link18 {
  color: var(--dim-grey);
  text-transform: uppercase;
  margin-right: 5px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.text-link18.orange {
  color: var(--orange);
}

.slides-container {
  width: 100%;
  display: flex;
}

.footer-content {
  background-color: #242322;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-img-bg-wrap {
  width: 100%;
  position: relative;
}

.img-footer-bg {
  min-width: 100vw;
  min-height: 800px;
  max-height: 1080px;
}

.footer-text-overlay {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  width: 85%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 7.5%;
  right: 0%;
}

.form-wrap {
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.form-wrap.full {
  width: 100%;
}

.form-wrap.full.m-top-40.m-bottom-80 {
  margin-bottom: 80px;
  position: relative;
}

.footer-card-wrap {
  justify-content: space-between;
  width: 55%;
  display: flex;
}

.footer-card {
  border: 2px solid var(--orange);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 49%;
  height: 420px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.footer-card:hover {
  border-color: #ffbf4a;
}

.footer-img-overlay {
  z-index: 2;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #242322);
  height: 250px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-block-footer {
  height: 100%;
  margin-bottom: 0;
}

.form-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.form-container.width50 {
  width: 50%;
}

.form-input-content {
  width: 100%;
}

.form-input {
  border: 1px #000;
  border-radius: 5px;
  width: 100%;
  height: 70px;
}

.form-input.footer-field {
  padding-top: 35px;
  padding-bottom: 35px;
}

.form-input.footer-field.press:active, .form-input.footer-field.press:focus {
  z-index: 3;
}

.form-input.grey-bg {
  background-color: var(--white-smoke);
  color: var(--dim-grey);
}

.form-input.grey-bg.m {
  height: 50px;
}

.title-h3 {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1em;
}

.title-h3.orange {
  color: var(--orange);
}

.form-input-wrap {
  width: 100%;
}

.footer-main {
  width: 85%;
  margin-bottom: 20px;
}

.title-p30 {
  color: var(--orange);
  font-size: 1.5em;
  font-weight: 700;
}

.svg-img-footer {
  margin-right: 20px;
  padding-top: 5px;
}

.title-p22 {
  font-size: 1.1em;
  font-weight: 400;
}

.title-p22.white {
  color: #fff;
}

.title-p22.white.light {
  font-weight: 300;
}

.title-p22.m-top-20.light-grey {
  color: var(--grey);
  font-weight: 300;
}

.title-p22.light {
  font-size: 1.2em;
  line-height: 1.6em;
}

.m-top-160 {
  margin-top: 160px;
}

.footer-link-box {
  width: 30%;
}

.footer-social-wrap {
  justify-content: space-between;
  width: 370px;
  display: flex;
}

.text-overlay-head {
  position: absolute;
  top: 35%;
  bottom: auto;
  left: 7.5%;
  right: auto;
}

.text-overlay-head.mid {
  z-index: 999;
  top: 25%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-overlay-head.arrow {
  top: 50%;
  left: 2.5%;
}

.section-bg {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-bg.butschnew {
  width: 100%;
  min-height: 100%;
  position: relative;
}

.img-bg.full {
  width: 100%;
  height: 100%;
}

.box-container.tipps {
  grid-column-gap: 15px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.box-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.box-grid.m-top-40 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.box-grid.m-top-40.s {
  grid-template-rows: auto;
}

.grid-employees {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-employees.m-top-40 {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
}

.img-employees {
  max-height: 520px;
}

.box-overlay {
  z-index: 2;
  background-color: rgba(9, 50, 80, .66);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box-overlay-content {
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.title-p84 {
  font-size: 4.2em;
  font-weight: 700;
  line-height: 1.25em;
}

.title-p84.width70, .title-p84.width80 {
  width: 80%;
  font-size: 4em;
}

.img-employee-overlay {
  z-index: 3999;
  height: 60%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 10%;
}

.img-employee-overlay.big {
  z-index: 2;
  width: 90%;
  height: auto;
  left: 5%;
  right: 5%;
}

.img-service {
  border-radius: 10px;
  width: 100%;
}

.immo-search-wrap {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.button-square {
  color: var(--dim-grey);
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.button-square.active-slide-navdot2 {
  background-color: var(--orange);
}

.nav-dot-wrap {
  z-index: 99;
  justify-content: center;
  align-items: stretch;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 7.5%;
  left: 0%;
  right: 0%;
}

.nav-dot-wrap.s {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.box-row {
  grid-column-gap: 2%;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  padding: 15px;
  display: grid;
}

.m-bottom-240 {
  margin-bottom: 240px;
}

.title-p40 {
  color: var(--orange);
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25em;
}

.img-slide {
  object-fit: contain;
  object-position: 75% 50%;
}

.title-p32 {
  color: var(--orange);
  font-size: 1.6em;
  font-weight: 700;
}

.title-p32.reg.white {
  color: var(--white-smoke);
}

.title-p32.nav-dot-slide {
  color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-container-left, .form-container-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 47.5%;
  display: flex;
}

.form-block {
  width: 100%;
}

.form-block.flex-h-s-e {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.form.flex-v-e-s {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.form.flex-v-e-s.width80 {
  width: 80%;
}

.form.flex-v-e-s.width100 {
  width: 100%;
}

.form.flex-h-e-sb {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.form-block-contact {
  width: 100%;
}

.select-field {
  border: 1px #000;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  height: 70px;
}

.select-field.m {
  height: 50px;
  margin-bottom: 0;
}

.text-area {
  background-color: var(--white-smoke);
  border: 1px #000;
  border-radius: 5px;
  width: 100%;
  min-width: 100%;
  max-width: 1100%;
  min-height: 220px;
  margin-top: -50px;
  padding-top: 19px;
}

.text-area.m {
  min-height: 150px;
  margin-top: 20px;
}

.text-p18 {
  font-size: 1em;
  font-weight: 300;
}

.text-p18.m-top-10 {
  margin-top: 5px;
}

.text-p18.m-top-10.bold {
  margin-top: 0;
  font-weight: 500;
}

.checkbox {
  border-color: var(--dim-grey);
  border-radius: 5px;
  width: 14px;
  height: 14px;
  margin-top: 5px;
}

.google-maps-wrap {
  position: relative;
}

.text-wrap-inner {
  width: 75%;
}

.img-partner {
  object-fit: contain;
}

.search-dropdown-wrap {
  width: 24%;
}

.form-block-immo-search {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.immo-select-field {
  background-color: var(--white-smoke);
  border: 1px #000;
  border-radius: 7.5px;
  height: 75px;
  margin-top: 5px;
  margin-bottom: 0;
}

.immo-select-field:hover, .immo-select-field:active, .immo-select-field:focus {
  background-color: var(--white-smoke);
  border-style: none;
}

.search-dopdown-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.button-wrap {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.form-label {
  color: var(--dim-grey);
  margin-bottom: -46px;
  margin-left: 18px;
  font-size: 1em;
  font-weight: 300;
}

.form-label.area {
  margin-top: 30px;
  margin-bottom: 0;
}

.form-label.anim-form-label-up {
  opacity: 0;
}

.form-field {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}

.form-field.width49 {
  width: 49%;
}

.shadow-overlay-team {
  z-index: 4;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000);
  height: 150px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.maps-adress-wrap {
  z-index: 999;
  background-color: #fff;
  width: 40%;
  padding: 20px 40px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 100px;
  right: auto;
  box-shadow: 7px 7px 20px -1px rgba(0, 0, 0, .2);
}

.sold-overlay {
  background-color: rgba(255, 165, 0, .75);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-wrap.s, .slider-wrap.l {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

.arrow-wrap {
  justify-content: flex-start;
  display: flex;
}

.arrow-wrap.inner {
  margin-top: 100px;
  margin-left: 160px;
}

.button-circle {
  background-color: rgba(255, 165, 0, .22);
  border-radius: 20px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  margin-right: 5%;
  display: flex;
}

.button-circle.active-slide-navdot {
  background-color: rgba(255, 165, 0, .22);
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 15%;
  display: flex;
  position: relative;
}

.nav-dot-inner {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.line {
  background-color: var(--orange);
  width: 100%;
  height: 2px;
  position: absolute;
}

.button-circle-dark {
  background-color: var(--orange);
  border-radius: 20px;
  width: 13px;
  height: 13px;
}

.nav-dot-container {
  margin-left: 160px;
}

.button-numb {
  color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
  display: flex;
}

.button-numb.mid {
  width: 15px;
}

.auto-slide {
  justify-content: flex-start;
  display: flex;
}

.auto-slide-container {
  display: flex;
}

.arrow-immo-search {
  z-index: 4;
}

.arrow-immo-search-wrap-1 {
  z-index: 4;
  color: var(--white-smoke);
  justify-content: flex-end;
  align-items: center;
  width: 28%;
  margin-right: -45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-immo-search-wrap-1.active {
  color: var(--orange);
}

.text-arrow-button {
  z-index: 10;
  color: var(--dim-grey);
  font-size: 1.3em;
  font-weight: 400;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 6%;
  right: auto;
}

.text-arrow-button.sec {
  color: var(--dim-grey);
  left: 25%;
}

.html-kreditrechner {
  width: 100%;
}

.radio-button {
  margin-top: 0;
  margin-right: 10px;
}

.radio-button.salutation {
  margin-top: 5px;
}

.radio-button-field {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.radio-button-content {
  margin-top: 40px;
}

.form-step-1, .form-step-2, .form-step-3, .form-step-4 {
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form-content.width50 {
  width: 50%;
}

.form-content.width70 {
  width: 70%;
}

.salutation-wrap {
  display: flex;
}

.radio-field {
  margin-right: 30px;
}

.richtext-wissenswertes {
  width: 80%;
}

.c-grid.slider-container.p-shadow {
  display: none;
  overflow: visible;
}

.c-list.grundriss {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-list.galerie {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.c-list.standort {
  flex-wrap: wrap;
  display: none;
}

.c-item {
  margin-right: 1%;
  display: flex;
}

.c-item.galerie {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 275px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.c-item.standort {
  flex-flow: row;
  width: 40%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.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: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_button {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  border-radius: 5px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--orange);
  color: var(--orange);
  background-color: #fff;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_label {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_button {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--orange);
  color: var(--orange);
  background-color: #f5f5f5;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: rgba(3, 5, 36, .6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white-smoke);
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 24px 32px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_title {
  color: var(--dim-grey);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--orange);
  color: var(--orange);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
}

.maps-placeholder {
  border: 2px solid var(--orange);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-content-70 {
  width: 70%;
}

.text-content-25 {
  width: 25%;
}

.grundriss-wrap {
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.rundgang-block {
  width: 100%;
}

.title-p62 {
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.25em;
}

.c-list-wrap.galerie {
  width: 100%;
}

.galerie-wrap {
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.image-gallery {
  width: 24%;
}

.lightbox-grundriss {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.fa-icon {
  color: var(--orange);
  text-align: center;
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.fa-icon.s {
  width: 50px;
  margin-right: 10px;
  font-size: 1.5em;
}

.li-list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.umgebung-wrap {
  margin: 100px 40px;
}

.standort-container {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.standort-container.hide {
  justify-content: flex-start;
  display: none;
}

.standort-element {
  align-items: center;
  width: 50%;
  margin-bottom: 20px;
  display: flex;
}

.empty-state {
  display: none;
}

.partner-logo-container {
  grid-column-gap: 60px;
  display: flex;
}

.form-success {
  background-color: #ffdb99;
  width: 100%;
}

.form-success.form-success-blank {
  background-color: rgba(255, 255, 255, 0);
}

.form-error {
  width: 100%;
}

.arrow-immo-search-wrap-2 {
  z-index: 3;
  color: var(--white-smoke);
  justify-content: flex-end;
  align-items: center;
  width: 28%;
  margin-right: -45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-immo-search-wrap-2.active {
  color: var(--orange);
}

.arrow-immo-search-wrap-3 {
  z-index: 2;
  color: var(--white-smoke);
  justify-content: flex-end;
  align-items: center;
  width: 28%;
  margin-right: -45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-immo-search-wrap-3.active {
  color: var(--orange);
}

.arrow-immo-search-wrap-4 {
  z-index: 1;
  color: var(--white-smoke);
  justify-content: flex-end;
  align-items: center;
  width: 28%;
  margin-right: -45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-immo-search-wrap-4.active {
  color: var(--orange);
}

.hidden {
  display: none;
}

.submit-button {
  background-color: #000;
}

.good-element, .fail-element {
  display: none;
}

.checkbox-field-2 {
  width: 100%;
}

.good-element-footer, .fail-element-footer {
  display: none;
}

.text-container {
  justify-content: space-between;
  display: flex;
}

.loadingscreen {
  z-index: 1;
  background-color: rgba(255, 255, 255, .7);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.loadingscreen.hidden {
  display: none;
}

.loading-symbol {
  border-style: solid;
  border-width: 4px;
  border-color: #cecece #cecece #cecece var(--orange);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.form-step-5 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.currency-wrap {
  justify-content: flex-start;
  display: flex;
}

.price-range-block {
  background-color: #e9e9e9;
  width: 50%;
  height: 10px;
  position: relative;
}

.price-range-block.active {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 26%;
}

.price-range-stripe {
  background-color: var(--dim-grey);
  width: 2px;
  height: 20px;
  position: absolute;
}

.form-success-msg, .form-error-msg {
  width: 100%;
}

._404-error-headline {
  color: var(--orange);
}

.slider-container-card-home {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 60px;
  padding-left: 7.5%;
  padding-right: 7.5%;
  display: flex;
  overflow: auto;
}

.card-spacer {
  width: 7.5%;
  min-width: 7.5%;
}

.button-spacer {
  width: 40px;
}

.title-p30-2 {
  color: orange;
  font-size: 1.5em;
  font-weight: 700;
}

.grid-specs {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.rundgang-wrap {
  width: 100%;
}

.image-grundriss {
  width: 30%;
}

.lightbox-galerie {
  grid-column-gap: 1%;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.slides-container-card-home {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.box-row-immo {
  grid-column-gap: 2%;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.nav-burger-wrap {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  display: flex;
  position: relative;
}

.img-logo-wrap {
  max-width: auto;
	height: 90%;
}

.navbar {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
}

.nav-content {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.nav-link-text {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nav-bg-block {
  transition: opacity .2s;
  display: none;
}

.nav-bg-block.hidden {
  width: 100%;
  height: 100vh;
}

.img-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nav-burger-line {
  background-color: #fff;
  width: 100%;
  height: 3px;
  transition: opacity .2s;
  position: relative;
}

.nav-burger-line.burger-line-mid {
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-burger-line.burger-line-cross {
  position: absolute;
  top: 0;
}

.nav-link-wrap {
  z-index: 99;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-link-wrap.nav-link-logo {
  z-index: 999;
}

.nav-link-wrap.nav-link-menu {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  background-color: var(--dim-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 100vh;
  padding-top: 100px;
  padding-left: 5%;
  transition: transform .4s;
  position: absolute;
  top: 0;
  left: -400px;
  transform: translate(0);
}

.nav-link-wrap.nav-link-menu.menu-open {
  transform: translate(100%);
}

.nav-link-line {
  background-color: var(--orange);
  width: 100%;
  height: 3px;
  transition: transform .25s;
  position: absolute;
  bottom: 0;
  transform: translate(0, 5px);
}

.nav-link {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link.dropdown {
  cursor: pointer;
  display: block;
}

.nav-bg {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
  width: 100%;
  height: 120px;
  position: absolute;
}

.nav-dropdown-link {
  max-width: 200px;
  text-decoration: none;
}

.nav-dropdown-wrap {
  width: 100%;
  min-width: 200px;
  margin-top: 15px;
  display: block;
  position: relative;
}

.nav-dropdown-wrap.hidden {
  display: none;
}

.grid-nav-dropdown {
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.text-wrap-2 {
  color: #4b4b4b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-wrap-2.flex-h-s-sb {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.text-wrap-2.flex-h-s-sb.m-top-20 {
  width: 100%;
  max-width: 200px;
  margin-top: 0;
}

.text-link-p20 {
  color: #fff;
}

.text-card-description {
  width: 100%;
  height: 120px;
  margin-top: 20px;
  overflow: hidden;
}

.div-block {
  height: 500px;
}

.img-immo-box-star {
  width: 100%;
}

.banner {
  background-color: var(--orange);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
  transition: transform .2s;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.banner:hover {
  transform: scale(1.03);
}

.video-wrap {
  width: 100%;
  position: relative;
}

.chat {
  z-index: 99;
  position: fixed;
  top: auto;
  bottom: 2.5%;
  left: auto;
  right: 2.5%;
}

.img-icon {
  width: 50px;
}

.grid-element-immo-box2 {
  color: #4b4b4b;
  cursor: pointer;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 5px 5px 12px 1px rgba(0, 0, 0, .25);
}

.grid-element-immo-box2.start-s {
  transition: box-shadow .2s;
}

.grid-immo-box-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.text-wrap-3 {
  color: #4b4b4b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.img-immo-box-2 {
  margin-bottom: 20px;
}

.form-detached-house, .form-apartment, .form-apartment-house {
  display: none;
}

.form-valuation-result {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-locations {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: start;
  justify-content: start;
  width: 100%;
}

.img-location {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 450px;
}

.img-location.right {
  object-position: 45% 50%;
}

.img-location-overlay {
  border: 1px solid var(--grey);
  background-color: rgba(75, 75, 75, .65);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-location-container {
  flex-flow: row;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.grid-element-location{
  width: 34%;
}

@media screen and (min-width: 1440px) {
  a {
    color: var(--dim-grey);
  }

  li {
    margin-bottom: 5px;
  }

  .text-h2 {
    font-size: 3.3em;
  }

  .text-h2.width75 {
    text-align: left;
    width: 75%;
  }

  .text-p20.white.uppercase {
    text-transform: uppercase;
  }

  .text-p20.white.uppercase.normal {
    font-weight: 400;
  }

  .text-p20.white.medium {
    font-weight: 500;
  }

  .text-link16.underline {
    text-transform: none;
    text-decoration: underline;
  }

  .section-hero.xl {
    overflow: hidden;
  }

  .img-hero-wrap.team {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-wrap.width75.center {
    width: 75%;
  }

  .text-wrap.flex-h-c-s.m-top-60 {
    text-decoration: none;
  }

  .text-wrap.full-width.hide {
    display: none;
  }

  .text-wrap.width40.center.m-top-40 {
    align-items: center;
  }

  .text-wrap.width50.c-c {
    text-align: center;
    align-items: flex-start;
  }

  .text-wrap.width55.m-top-20.team {
    width: 55%;
  }

  .text-wrap.text-home {
    width: 40%;
  }

  .text-wrap.head-footer {
    margin-bottom: 50px;
    margin-left: 20px;
  }

  .text-wrap.result, .grid-immo-box.home {
    width: 100%;
  }

  .immo-box-inner.width70.home {
    width: 95%;
  }

  .immo-box-inner.width70.review {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .immo-box-inner.full {
    width: 100%;
  }

  .immo-box-inner.width70 {
    width: 70%;
  }

  .grid-element-immo-box {
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, .25);
  }

  .grid-element-immo-box:hover {
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, .5);
  }

  .grid-element-immo-box.grey {
    width: 100%;
  }

  .grid-element-immo-box.start {
    padding: 40px;
  }

  .img-wrap, .img-wrap.hide-menu {
    display: block;
  }

  .img-wrap.stars {
    width: 45%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .img-wrap.overlay-play {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    min-height: 700px;
    display: flex;
    top: 0%;
    right: 0%;
  }

  .img-wrap.review {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .img-wrap.location {
    min-height: 600px;
  }

  .section-content.butschnew {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .immo-box.m-top-80 {
    margin-top: 80px;
  }

  .immo-box.review {
    width: 100%;
  }

  .content-row.flex-v-c-c.pos2.butschnew {
    padding-left: 140px;
  }

  .content-row.rel.m-top-40.flex-h-t-l {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .btn.prev {
    color: #fff;
    border-style: none;
  }

  .btn.m-right-20 {
    margin-right: 20px;
  }

  .img-immobilie.m {
    height: 100%;
  }

  .section-content-left {
    margin-top: 0;
    margin-bottom: 0;
  }

  .img-slider {
    min-height: 100%;
  }

  .box-wrap {
    min-width: 400px;
    max-width: 400px;
  }

  .box-wrap.inner {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .15);
  }

  .box-wrap.employees {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .box-wrap.tipps {
    flex-wrap: nowrap;
    min-width: auto;
    max-width: none;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .25);
  }

  .box-wrap.immo-search {
    width: 23%;
  }

  .link-wrap.text.m-top-20.full-width {
    width: 100%;
  }

  .link-wrap.text.m-top-20.full-width.center {
    text-align: center;
  }

  .slide-button-prev.tipps {
    max-height: 40px;
  }

  .footer-card {
    text-decoration: none;
  }

  .form-input.footer-field.press {
    margin-bottom: 30px;
  }

  .title-p22.white.uppercase {
    text-transform: uppercase;
  }

  .title-p22.m-top-20.light-grey {
    color: #8b8b8b;
  }

  .title-p22.light {
    font-weight: 300;
  }

  .text-overlay-head.mid {
    z-index: 5;
  }

  .section-bg {
    z-index: -1;
  }

  .section-bg.butschnew {
    width: 100%;
  }

  .box-grid.m-top-40 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-employees.m-top-40 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-employees.m-top-40._3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .box-overlay-content {
    margin-bottom: 40px;
  }

  .title-p84.width80 {
    width: 80%;
  }

  .img-employee-overlay {
    height: 70%;
  }

  .img-employee-overlay.big {
    max-height: 700px;
    right: 5%;
  }

  .button-square {
    margin-left: 10px;
    margin-right: 10px;
  }

  .box-row {
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .img-slide {
    object-fit: cover;
  }

  .title-p32.reg {
    font-weight: 400;
  }

  .title-p32.reg.white {
    color: #fff;
  }

  .form-container-left.start {
    justify-content: flex-start;
  }

  .form-block.flex-h-s-e {
    flex-direction: column;
  }

  .select-field {
    border-top-style: none;
    border-right-style: none;
    border-right-color: rgba(0, 0, 0, 0);
  }

  .google-maps-wrap {
    position: relative;
  }

  .form-block-immo-search {
    justify-content: space-between;
  }

  .immo-select-field {
    margin-bottom: 0;
  }

  .form-label {
    margin-top: 20px;
    margin-bottom: -46px;
  }

  .form-field {
    width: 100%;
    margin-top: 0;
  }

  .maps-adress-wrap {
    width: 30%;
  }

  .sold-overlay {
    background-color: rgba(255, 165, 0, .75);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-numb {
    margin-left: 10px;
    margin-right: 10px;
  }

  .auto-slide {
    width: 100%;
    overflow: hidden;
  }

  .arrow-immo-search-wrap-1.active {
    justify-content: flex-start;
  }

  .c-item {
    display: flex;
  }

  .standort-container {
    justify-content: flex-start;
  }

  .standort-container.hide {
    justify-content: flex-start;
    display: none;
  }

  .standort-element {
    width: 40%;
  }

  .empty-state {
    background-color: rgba(221, 221, 221, 0);
    display: none;
  }

  .form-success {
    background-color: #ffdb99;
  }

  .arrow-immo-search-wrap-2, .arrow-immo-search-wrap-3 {
    justify-content: flex-start;
    margin-right: -48px;
  }

  .arrow-immo-search-wrap-4 {
    justify-content: flex-start;
    margin-right: 0;
  }

  .good-element, .fail-element {
    display: none;
  }

  .slider-container-card-home {
    width: 100%;
    overflow: auto;
  }

  .box-row-immo {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .nav-burger-wrap {
    display: none;
  }

  .nav-bg-block.hidden {
    width: auto;
    height: auto;
  }

  .nav-link-wrap.nav-link-menu {
    z-index: 9999;
    grid-row-gap: 0px;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 100%;
    padding-top: 0;
    padding-left: 0%;
    transition: none;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    overflow: visible;
  }

  .nav-link {
    color: var(--white-smoke);
    overflow: visible;
  }

  .nav-link.nav-active {
    color: var(--orange);
  }

  .nav-bg {
    width: 100%;
    height: 120px;
    position: absolute;
  }

  .nav-dropdown-link {
    background-color: rgba(0, 0, 0, .75);
    border-radius: 10px;
    min-width: 225px;
    max-width: 260px;
    padding: 20px;
    text-decoration: none;
  }

  .nav-dropdown-link:hover {
    transform: scale(1.05);
  }

  .nav-dropdown-wrap {
    z-index: 999999;
    display: flex;
    position: absolute;
    top: 63px;
    left: -200px;
  }

  .grid-nav-dropdown {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-wrap-2.flex-h-s-sb.m-top-20 {
    margin-top: 20px;
  }

  .img-nav-dropdown {
    max-width: 40px;
  }

  .text-link-p20 {
    font-size: 1em;
    text-decoration: none;
  }

  .banner {
    background-color: var(--orange);
    border-radius: 10px 0 0 10px;
    padding: 10px 20px;
    text-decoration: none;
    transition: transform .2s;
    position: absolute;
    top: 10%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .banner:hover {
    transform: scale(1.03);
  }

  .grid-element-immo-box2 {
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, .25);
  }

  .grid-element-immo-box2:hover {
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, .5);
  }

  .img-location {
    min-height: 600px;
  }

  .img-location-overlay {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 16px;
  }

  .text-h2.width75 {
    text-align: left;
  }

  .text-p20.grey:hover {
    color: #b6b6b6;
  }

  .text-wrap.width75.float-right.flex-v-e-c, .text-wrap.width75.flex-v-s-c {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-wrap.width30 {
    width: 80%;
  }

  .text-wrap.width80.res-m-100 {
    width: 100%;
  }

  .text-wrap.width40.res {
    width: 60%;
  }

  .text-wrap.width55.m-top-20 {
    width: 100%;
  }

  .text-wrap.width55.m-top-20.l-width-80 {
    width: 80%;
  }

  .text-wrap.width55.m-top-20.team {
    min-width: 400px;
    max-width: 550px;
  }

  .text-wrap.width55.m-top-20.team.cms-site {
    width: 80%;
  }

  .text-wrap.flex-v-s-c.width50.inner-text {
    padding-left: 20px;
  }

  .text-wrap.text-home {
    width: 70%;
  }

  .text-wrap.inner {
    margin-left: 60px;
  }

  .text-wrap.width47-5.m-top-60 {
    width: 100%;
  }

  .immo-box-header {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-immo-box.fr4 {
    grid-template-columns: 1fr 1fr;
  }

  .immo-box-inner.width70.home {
    width: 90%;
  }

  .immo-box-inner.width70.review {
    width: 100%;
  }

  .immo-box-inner.full {
    width: 100%;
    max-width: 500px;
  }

  .grid-element-immo-box.start {
    padding: 20px;
  }

  .img-wrap.width50.max-h950 {
    height: auto;
    min-height: 100%;
  }

  .img-wrap.width50.max-h950.phone {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-wrap.light-grey {
    height: 270px;
  }

  .img-wrap.width35.center {
    flex-direction: column;
    justify-content: flex-end;
  }

  .img-wrap.width35.center.height100 {
    width: 40%;
  }

  .img-wrap.width35.center.height100.s {
    display: none;
  }

  .img-wrap.footer {
    height: 1100px;
  }

  .img-wrap.m-h100 {
    height: 100%;
  }

  .img-wrap.slide {
    min-height: 600px;
  }

  .img-wrap.stars {
    width: 60%;
  }

  .img-wrap.review {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .img-immo-box {
    margin-bottom: 10px;
  }

  .section.bg.full {
    height: 700px;
    padding-top: 40px;
  }

  .section.bg.full.butschnew {
    align-items: stretch;
    padding-top: 0;
  }

  .section.bg.full-home {
    height: 1000px;
    padding-top: 40px;
  }

  .section.m-top-80.m-bottom-80 {
    margin-top: 0;
  }

  .section-content {
    width: 90%;
  }

  .section-content.butschnew {
    width: 65%;
  }

  .immo-box {
    width: 80%;
  }

  .content-row.flex-h-c-sb.m-top-40 {
    flex-wrap: wrap;
  }

  .content-row.rel.m-top-40 {
    padding-left: 20px;
    padding-right: 19px;
  }

  .content-row.rel.m-top-40.flex-h-t-l {
    padding-left: 0;
    padding-right: 0;
  }

  .btn.m-top-60 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-immobilie {
    height: 100%;
  }

  .img-immobilie.m {
    height: 70%;
  }

  .slide.start {
    min-height: 600px;
  }

  .img-slider {
    width: auto;
    min-height: 600px;
  }

  .slider-container.dot-slide {
    margin-left: 60px;
  }

  .slider-container.res-slide {
    min-height: 600px;
  }

  .slide-button-next {
    right: -20px;
  }

  .box-wrap.inner {
    width: auto;
    min-width: auto;
  }

  .box-wrap.tipps {
    width: 100%;
  }

  .box-text-content.lightgrey-bg {
    height: 270px;
  }

  .slide-button-prev {
    left: -20px;
  }

  .footer-bg-row {
    min-height: 100%;
  }

  .footer-img-bg-wrap {
    height: 1100px;
  }

  .img-footer-bg {
    height: 100%;
    max-height: 1400px;
  }

  .footer-text-overlay {
    height: 100%;
    margin-top: 20px;
  }

  .form-wrap {
    width: 100%;
  }

  .footer-card-wrap {
    width: 100%;
    margin-top: 60px;
  }

  .form-container.width50.m-top-40 {
    width: 75%;
  }

  .section-bg.butschnew {
    min-height: 100%;
  }

  .img-bg {
    height: 100%;
  }

  .box-grid.m-top-40, .grid-employees.m-top-40 {
    grid-template-columns: 1fr 1fr;
  }

  .title-p84.width70, .title-p84.width80 {
    width: 100%;
  }

  .img-service {
    height: 100%;
  }

  .button-square {
    margin-right: 5px;
  }

  .box-row {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .title-p40 {
    font-size: 1.5em;
  }

  .img-slide {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 70%;
  }

  .form.flex-v-e-s.width80, .form.flex-v-e-s.width100 {
    align-items: flex-start;
    width: 100%;
  }

  .form-field {
    width: 100%;
  }

  .maps-adress-wrap {
    width: 40%;
  }

  .sold-overlay {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .arrow-wrap.inner, .nav-dot-container {
    margin-left: 60px;
  }

  .form-step-1, .form-step-2, .form-step-3, .form-step-4 {
    flex-wrap: wrap;
  }

  .form-content.width50 {
    width: 75%;
  }

  .form-content.width70 {
    width: 100%;
  }

  .c-item {
    width: 48%;
    height: 600px;
    margin-bottom: 2%;
    margin-right: 1%;
  }

  .c-item.galerie {
    max-width: 200px;
  }

  .c-item.home {
    align-items: flex-start;
    width: auto;
  }

  .maps-placeholder {
    width: 40%;
  }

  .title-p62 {
    font-size: 2.75em;
  }

  .galerie-wrap.m-top-60 {
    width: 100%;
  }

  .image-gallery {
    width: 32%;
  }

  .standort-container.hide {
    justify-content: flex-start;
    display: none;
  }

  .standort-element {
    width: 40%;
  }

  .form-step-5 {
    display: flex;
  }

  .card-spacer {
    width: 20px;
    min-width: 20px;
  }

  .lightbox-galerie {
    grid-column-gap: 1%;
    grid-row-gap: 10px;
  }

  .nav-burger-wrap {
    cursor: pointer;
    display: flex;
  }

  .nav-content {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bg-block {
    opacity: .5;
    background-color: #999;
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .nav-bg-block.hidden {
    display: none;
  }

  .nav-link-wrap.nav-link-logo {
    z-index: 999;
  }

  .nav-link-wrap.nav-link-menu {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 400px;
    height: 100vh;
    padding-top: 100px;
    padding-left: 5%;
    transition: transform .4s;
    display: flex;
    position: absolute;
    top: 0;
    left: -400px;
    transform: translate(0);
  }

  .nav-link {
    height: 40px;
    margin-left: 0;
  }

  .nav-link.dropdown {
    height: auto;
    display: block;
  }

  .nav-dropdown-wrap {
    display: flex;
  }

  .grid-nav-dropdown {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .text-wrap-2.flex-h-s-sb.m-top-20 {
    align-items: center;
  }

  .text-link-p20 {
    margin-right: 10px;
  }

  .img-vid {
    width: 100px;
  }

  .video-wrap {
    object-fit: cover;
  }

  .video {
    object-fit: cover;
    padding-bottom: 0;
  }

  .grid-locations {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .grid-element-location {
    width:100%;
  }

  .img-location-icon {
    object-fit: contain;
    width: 40px;
    height: 40px;
  }

  .grid-location-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 14px;
  }

  .text-h1.white {
    font-size: 3em;
  }

  .text-h2 {
    font-size: 2em;
  }

  .text-p20.white.m-top-60 {
    margin-top: 20px;
  }

  .text-p20.width80.m-top-20 {
    width: 100%;
  }

  .section-hero {
    justify-content: flex-end;
    height: 50vh;
    min-height: 500px;
  }

  .section-hero.xl {
    height: 80vh;
  }

  .text-wrap.width75.float-right.flex-v-e-c {
    width: 100%;
    margin-top: 20px;
  }

  .text-wrap.width75.flex-v-s-c {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-wrap.width30.center.pos2 {
    width: 60%;
  }

  .text-wrap.flex-h-s-e.width30 {
    justify-content: flex-start;
    width: 100%;
  }

  .text-wrap.width80.center {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .text-wrap.width80.center.m-top-10 {
    align-items: flex-start;
  }

  .text-wrap.width40.center, .text-wrap.width40.res, .text-wrap.width50.c-c {
    width: 80%;
  }

  .text-wrap.width55.m-top-20 {
    width: 100%;
  }

  .text-wrap.width55.m-top-20.l-width-75, .text-wrap.width55.m-top-20.l-width-80 {
    width: 90%;
  }

  .text-wrap.width55.m-top-20.team {
    max-width: 400px;
  }

  .text-wrap.width55.m-top-20.team.cms-site {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .text-wrap.flex-v-s-c.width50.inner-text {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .text-wrap.text-home {
    width: 80%;
    margin-bottom: 20px;
  }

  .text-wrap.width50.float-right.flex-v-e-c {
    text-align: left;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .text-wrap.flex-h-s-sb {
    flex-direction: row;
    display: flex;
  }

  .text-wrap.inner {
    margin-left: 10px;
  }

  .text-wrap.width47-5.m-top-60 {
    width: 100%;
  }

  .hero-immo-box {
    width: 80%;
    margin-top: 20px;
  }

  .title-p24.m-top-40 {
    text-align: left;
  }

  .grid-immo-box {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-immo-box.home {
    grid-row-gap: 5px;
  }

  .immo-box-inner.width70.home {
    width: 95%;
  }

  .immo-box-inner.width70 {
    width: 100%;
  }

  .grid-element-immo-box.grey {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-element-immo-box.start {
    padding: 40px;
  }

  .img-wrap.width50 {
    width: 100%;
  }

  .img-wrap.width50.max-h950 {
    max-height: 350px;
  }

  .img-wrap.width50.max-h950.phone {
    margin-bottom: 60px;
  }

  .img-wrap.width35.center {
    flex-direction: column;
    justify-content: flex-end;
  }

  .img-wrap.width35.center.height100 {
    display: none;
  }

  .img-wrap.width35.center.height100.s {
    display: flex;
  }

  .img-wrap.m-h100 {
    height: 100%;
  }

  .img-wrap.stars {
    max-width: 200px;
  }

  .img-wrap.icon {
    width: 20%;
    max-width: 100px;
  }

  .img-immo-box {
    margin-bottom: 10px;
  }

  .section.m-top100.phone {
    margin-top: 0;
  }

  .section.bg.full {
    padding-top: 40px;
  }

  .section.bg.full.butschnew {
    min-height: 800px;
  }

  .section.bg.full-home {
    padding-top: 40px;
  }

  .section.m-top-80.m-bottom-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section-content.butschnew, .immo-box {
    width: 100%;
  }

  .content-row.flex-h-c-sb {
    flex-flow: wrap;
  }

  .content-row.flex-h-c-sb.height800 {
    height: auto;
  }

  .content-row.flex-h-c-sb.reverse-res {
    flex-wrap: wrap-reverse;
  }

  .content-row.flex-h-c-sb.reserve-side-s {
    justify-content: flex-start;
  }

  .content-row.flex-v-c-c.pos2.butschnew {
    padding-left: 7.5%;
  }

  .content-row.flex-h-c-c.m-bottom-40 {
    margin-bottom: 40px;
  }

  .content-row.flex-h-s-sb {
    flex-wrap: wrap;
  }

  .btn.m-top-60 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn.m-top-60.width100 {
    width: 100%;
  }

  .img-immobilie {
    object-fit: cover;
    width: 100%;
  }

  .img-immobilie.m {
    height: 100%;
  }

  .section-content-left {
    flex-direction: column;
    padding-left: 7.5%;
  }

  .slider-container.dot-slide {
    margin-left: 10px;
  }

  .box-wrap.inner {
    align-items: center;
  }

  .box-wrap.employees {
    min-width: 225px;
    max-width: 225px;
  }

  .box-wrap.tipps {
    width: 100%;
    min-width: 250px;
  }

  .box-wrap.immo-search, .form-container.width50.m-top-40 {
    width: 100%;
  }

  .title-p22.white.light.center {
    text-align: center;
  }

  .footer-link-box {
    width: 100%;
    margin-bottom: 10px;
  }

  .img-bg {
    height: 100%;
  }

  .img-bg.full {
    object-position: 60% 50%;
  }

  .box-grid.m-top-40, .grid-employees.m-top-40 {
    grid-template-columns: 1fr 1fr;
  }

  .box-overlay-content {
    align-items: flex-start;
  }

  .title-p84 {
    font-size: 3em;
  }

  .title-p84.white {
    font-size: 2.5em;
  }

  .title-p84.width70 {
    width: 100%;
    font-size: 3em;
  }

  .title-p84.width80 {
    width: 100%;
  }

  .img-employee-overlay {
    height: 50%;
    right: 0%;
  }

  .nav-dot-wrap.s {
    margin-top: 60px;
  }

  .box-row {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .form-container-left {
    width: 100%;
  }

  .form-container-right {
    width: 100%;
    margin-top: 40px;
  }

  .form.flex-v-e-s.width80, .form.flex-v-e-s.width100, .text-wrap-inner {
    width: 100%;
  }

  .search-dropdown-wrap {
    width: 49%;
  }

  .form-block-immo-search {
    flex-wrap: wrap;
  }

  .search-dopdown-container {
    flex-wrap: wrap;
    width: 100%;
  }

  .maps-adress-wrap {
    width: 60%;
    left: 40px;
  }

  .slider-wrap.s {
    width: 100%;
    margin-top: 40px;
  }

  .slider-wrap.l {
    width: 100%;
  }

  .arrow-wrap.inner {
    margin-top: 40px;
    margin-left: 10px;
  }

  .nav-dot-container {
    margin-left: 10px;
  }

  .text-arrow-button.sec {
    left: 40%;
  }

  .radio-field {
    margin-right: 20px;
  }

  .c-item {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
    margin-right: 1%;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .maps-placeholder {
    width: 60%;
    left: 40px;
  }

  .text-content-70 {
    width: 100%;
  }

  .text-content-25 {
    width: 100%;
    margin-top: 40px;
  }

  .title-p62 {
    font-size: 2.75em;
  }

  .image-gallery {
    width: 49%;
  }

  .lightbox-grundriss {
    flex-wrap: wrap;
  }

  .fa-icon {
    font-size: 2em;
  }

  .price-range-block {
    width: 40%;
  }

  .price-range-block.active {
    right: 31%;
  }

  .grid-specs {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-grundriss {
    width: 100%;
  }

  .box-row-immo {
    justify-content: center;
    align-items: center;
  }

  .text-wrap-2.flex-h-s-sb {
    flex-direction: row;
    display: flex;
  }

  .img-immo-box-2 {
    width: 50px;
  }

  .grid-locations {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 12px;
  }

  .text-p20.width80.m-top-20 {
    width: 100%;
  }

  .text-link16.underline {
    margin-top: 10px;
  }

  .link-block:hover {
    filter: contrast(147%);
  }

  .section-hero.xl {
    height: 95vh;
  }

  .hero-content {
    width: 90%;
    margin-top: 60px;
  }

  .hero-content.m-bottom40 {
    margin-bottom: 10px;
  }

  .text-wrap.width75, .text-wrap.width75.center {
    width: 100%;
  }

  .text-wrap.width75.float-right.flex-v-e-c {
    text-align: left;
    align-items: flex-start;
    margin-top: 20px;
  }

  .text-wrap.width30.center.pos2 {
    width: 100%;
  }

  .text-wrap.flex-h-s-e {
    flex-wrap: wrap;
  }

  .text-wrap.flex-h-c-s.m-right-40 {
    margin-right: 10px;
  }

  .text-wrap.full-width.flex-h-s-s {
    flex-wrap: wrap;
  }

  .text-wrap.flex-h-s-e.width30 {
    justify-content: flex-start;
    width: 100%;
  }

  .text-wrap.width40.res {
    width: 80%;
  }

  .text-wrap.width50.c-c {
    width: 100%;
  }

  .text-wrap.width55 {
    width: 90%;
  }

  .text-wrap.width55.m-top-20, .text-wrap.width55.m-top-20.l-width-75, .text-wrap.width55.m-top-20.l-width-80 {
    width: 100%;
  }

  .text-wrap.width55.m-top-20.team {
    min-width: 300px;
    max-width: 300px;
  }

  .text-wrap.flex-v-s-c.width50.inner-text {
    padding-left: 0;
  }

  .text-wrap.m-top-20.price-range {
    flex-wrap: wrap;
  }

  .text-wrap.text-home {
    width: 100%;
    margin-bottom: 40px;
  }

  .text-wrap.width50 {
    width: 100%;
  }

  .text-wrap.width50.float-right.flex-v-e-c {
    text-align: left;
    align-items: flex-start;
    margin-top: 20px;
  }

  .text-wrap.inner {
    margin-left: 10px;
  }

  .text-wrap.standort {
    margin-bottom: 10px;
  }

  .text-wrap.standort.block, .text-wrap.center-s {
    text-align: center;
  }

  .hero-immo-box {
    width: 100%;
    margin-top: 10px;
  }

  .immo-box-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-immo-box {
    grid-column-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .grid-immo-box.home {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
  }

  .immo-box-inner.width70.home {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-element-immo-box.grey {
    width: 100%;
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-element-immo-box.white-bg {
    width: 100%;
    min-width: auto;
    height: 100%;
  }

  .grid-element-immo-box.start {
    width: 100%;
  }

  .img-wrap.width50.max-h950 {
    width: 100%;
    margin-top: 20px;
  }

  .img-wrap.box.s {
    width: 150px;
  }

  .img-wrap.box.l {
    width: 60%;
  }

  .img-wrap.width35.center {
    width: 100%;
  }

  .img-wrap.width35.center.height100 {
    display: none;
  }

  .img-wrap.footer {
    height: 1600px;
  }

  .img-wrap.m-h100 {
    height: 100%;
  }

  .img-wrap.stars {
    width: 80%;
  }

  .section.bg.full {
    height: 600px;
    padding-top: 40px;
  }

  .section.bg.full.butschnew {
    min-height: 1000px;
  }

  .section.bg.full-home {
    padding-top: 40px;
  }

  .section.m-top-160 {
    margin-top: 60px;
  }

  .section.bg-grey {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.m-top-240.m-bottom-120 {
    margin-top: 60px;
  }

  .section-content {
    width: 90%;
  }

  .content-row.flex-h-c-sb, .content-row.flex-h-c-sb.border-line-top.m-top-160.p-bottop-50, .content-row.flex-h-c-sb.border-line-top.p-bottop-50 {
    flex-wrap: wrap;
  }

  .content-row.rel.m-top-40.flex-h-t-l {
    padding-left: 0;
    padding-right: 0;
  }

  .btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn.m-top-20.s-100 {
    width: 100%;
  }

  .img-immobilie.m {
    height: 100%;
  }

  .partner-wrap {
    overflow: auto;
  }

  .slider-container.dot-slide {
    width: 100%;
    margin-left: 10px;
  }

  .slider-container.res-slide {
    height: 400px;
  }

  .slide-button-next {
    right: -10px;
  }

  .slide-button-next.start {
    margin-left: 40px;
  }

  .slide-button-next.big-slide {
    right: 5px;
  }

  .box-wrap {
    width: 350px;
    min-width: 350px;
  }

  .box-wrap.inner {
    align-items: center;
  }

  .box-wrap.employees {
    min-width: 250px;
    max-width: 325px;
  }

  .box-wrap.tipps {
    width: 100%;
    margin-bottom: 5%;
    margin-right: 0%;
  }

  .box-wrap.immo-search {
    width: 100%;
    margin-right: 0;
  }

  .slide-button-prev {
    left: -10px;
  }

  .slide-button-prev.start {
    margin-right: 40px;
  }

  .slide-button-prev.big-slide {
    left: 5px;
  }

  .slides-container {
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-img-bg-wrap {
    height: 1600px;
  }

  .footer-card-wrap {
    flex-wrap: wrap;
  }

  .footer-card {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }

  .form-container.width50.m-top-40 {
    width: 100%;
  }

  .footer-link-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-overlay-head {
    z-index: 9999999;
  }

  .text-overlay-head.up-s {
    top: 15%;
  }

  .img-bg {
    height: 100%;
  }

  .box-grid.m-top-40 {
    grid-template-columns: 1fr;
  }

  .img-box {
    width: 35%;
  }

  .grid-employees.m-top-40 {
    grid-template-columns: 1fr;
  }

  .title-p84 {
    font-size: 2em;
  }

  .title-p84.white {
    font-size: 2em;
  }

  .title-p84.width70 {
    font-size: 2.5em;
  }

  .title-p84.width80, .title-p84.width80.res {
    font-size: 3em;
  }

  .img-employee-overlay {
    height: 50%;
  }

  .nav-dot-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .form.flex-v-e-s.width80, .form.flex-v-e-s.width100 {
    width: 100%;
  }

  .form.flex-h-e-sb {
    flex-wrap: wrap;
  }

  .text-wrap-inner {
    width: 100%;
  }

  .img-partner {
    max-width: 150px;
  }

  .search-dropdown-wrap {
    width: 100%;
    margin-top: 10px;
  }

  .form-block-immo-search {
    flex-wrap: wrap;
  }

  .search-dopdown-container {
    flex-wrap: wrap;
    width: 100%;
  }

  .form-field {
    width: 100%;
  }

  .maps-adress-wrap {
    width: 100%;
    top: 0%;
    bottom: auto;
    left: 0;
  }

  .arrow-wrap.inner, .nav-dot-container {
    margin-left: 10px;
  }

  .arrow-immo-search-wrap-1 {
    width: 35%;
    margin-right: -45px;
  }

  .text-arrow-button {
    display: none;
  }

  .radio-button-content {
    width: 100%;
  }

  .form-step-1, .form-step-4 {
    flex-wrap: wrap;
  }

  .form-content.width50 {
    width: 100%;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .maps-placeholder {
    width: 100%;
    top: 20%;
    bottom: auto;
    left: 0;
  }

  .title-p62 {
    font-size: 2.5em;
  }

  .image-gallery {
    width: 100%;
  }

  .li-list-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .umgebung-wrap {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .standort-container.hide {
    display: none;
  }

  .standort-element {
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }

  .arrow-immo-search-wrap-2, .arrow-immo-search-wrap-3, .arrow-immo-search-wrap-4 {
    width: 35%;
    margin-right: -45px;
  }

  .form-step-5 {
    flex-wrap: wrap;
  }

  .currency-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .price-range-block {
    width: 100%;
  }

  .price-range-block.active {
    width: 60%;
    right: 20%;
  }

  .grid-specs {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-wrap.nav-link-menu.menu-open {
    padding-left: 10%;
    left: -400px;
    transform: translate(100%);
  }

  .grid-element-immo-box2.start-s {
    width: 150px;
  }

  .grid-immo-box-2 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .img-immo-box-2 {
    width: 40px;
  }

  .img-immo-box-2.big {
    width: 70px;
  }
}

#w-node-_9ce49b26-086f-4358-b544-608698aae90a-0ee743cc, #w-node-ba006045-3ab3-893f-0892-3b5e3b4b2d31-0ee743cc, #w-node-_9060b794-34c9-763c-4f94-18a791beb9d8-0ee743cc, #w-node-_706d113a-bece-a5c3-9fad-0b568e1548da-fae743d0, #w-node-_706d113a-bece-a5c3-9fad-0b568e1548e3-fae743d0, #w-node-_706d113a-bece-a5c3-9fad-0b568e1548ec-fae743d0, #w-node-_706d113a-bece-a5c3-9fad-0b568e1548f5-fae743d0, #w-node-_706d113a-bece-a5c3-9fad-0b568e1548fe-fae743d0, #w-node-_706d113a-bece-a5c3-9fad-0b568e154907-fae743d0, #w-node-_264dccd4-a972-cbe6-bc31-27a854693483-ace743d3, #w-node-_212a827c-72b0-153a-d069-66496f2dbb11-44e743d8, #w-node-a384d1a3-bc8f-c1df-0be6-39809384b171-51e743e0, #w-node-_4d1baa04-b578-c812-e5ff-a34dd67bc26c-7ae743e6, #w-node-_0d918695-8be4-ff76-7adc-6fb9baf9c714-05e743e8, #w-node-_8f88f7fa-3963-f0ed-eac5-49f3cea54d8e-05e743e8, #w-node-_78bc3580-3137-027c-7641-d74bccbb0646-b89bdfcc, #w-node-_78bc3580-3137-027c-7641-d74bccbb064c-b89bdfcc, #w-node-_78bc3580-3137-027c-7641-d74bccbb0652-b89bdfcc, #w-node-c5a2b81d-3534-adb3-f8a5-be2fca926f95-30c63018, #w-node-c5a2b81d-3534-adb3-f8a5-be2fca926fc8-30c63018 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-c4f821c8-ea31-d8ae-03c0-141856d43c4c-0ee743cc, #w-node-b9792cf5-4c0b-e0f4-0df3-442d03e6095f-0ee743cc, #w-node-_9ce5f8fc-7863-f9a3-8d34-712c6cdd4cc8-0ee743cc, #w-node-_43347350-d34d-8c28-7cb6-f72fcee17e09-0ee743cc, #w-node-_05c75598-60de-1930-7e13-5bed2e291a4c-0ee743cc, #w-node-_3660b487-4fca-0150-9169-9d943da8e0e0-0ee743cc, #w-node-f1304476-7493-a8b3-5c5f-0d55f7b4f348-03e743e1, #w-node-f1304476-7493-a8b3-5c5f-0d55f7b4f35d-03e743e1, #w-node-f1304476-7493-a8b3-5c5f-0d55f7b4f372-03e743e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #buttonHouse.w-node-_78bc3580-3137-027c-7641-d74bccbb0644-b89bdfcc, #buttonMulti.w-node-_78bc3580-3137-027c-7641-d74bccbb064a-b89bdfcc, #buttonApartment.w-node-_78bc3580-3137-027c-7641-d74bccbb0650-b89bdfcc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 free solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}