@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-VariableFont_wdthwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-VariableFont_wdthwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Robotoserif;
  src: url('../fonts/RobotoSerif_36pt-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: Robotoserif;
  src: url('../fonts/RobotoSerif_36pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-VariableFont_wdthwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}

:root {
  --text-color: #435241;
  --gold-dark: #c0a761;
  --grey-light: #f8f7f3;
  --white: #fcfcfb;
  --gold-medium: #d6be7b;
  --gold-light: #f4e2b0;
  --green: #094221;
  --green-dark: #1a3017;
  --grey: #7a7f79;
  --black: #000;
  --transparent: #fff0;
  --glass-border: #e1e1e199;
  --navbar-bg: #fff0;
  --navbar-height: 155px;
  --tippgeber-border-grey: #aeaeae;
  --gold-medium-50: #d6be7b80;
  --testimonial-green: #89aa6e;
  --gold-dark-50: #ded2af;
  --navbar-text: #fcfcfb;
  --navbar-logo-mobil-width: 50px;
  --navbar-logo-width: 95px;
  --burger-line-1-width: 23px;
  --buger-line-3-width: 20px;
  --navbar-logo: white;
  --navbar-open-bg: #094221;
}

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

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

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

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

body {
  color: var(--text-color);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h1 {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Robotoserif, Times New Roman, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

h2 {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Robotoserif, Times New Roman, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

h3 {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Robotoserif, Times New Roman, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
}

h4 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 112%;
}

p {
  color: var(--text-color);
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

a {
  color: var(--gold-dark);
  line-height: 26px;
  text-decoration: none;
  transition: color .3s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 16px;
  line-height: 26px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 16px;
  line-height: 26px;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.container.header-unterseite {
  z-index: 2;
  background-color: var(--grey-light);
  max-width: none;
  display: flex;
  position: relative;
}

.container.header-unterseite.white-bg {
  background-color: var(--white);
}

.btn-shape {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-110%);
}

.btn-wrap-3 {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 112%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.style-gide-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.btn-wrap-filled {
  background-color: var(--gold-medium);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 42px;
  transition: background-color .3s;
  display: flex;
}

.btn-wrap-filled.submit-btn {
  width: 100%;
}

.style-gide-group-title {
  color: #0c0407;
  font-weight: 600;
  line-height: 112%;
}

.style-gide-headings-holder-item {
  background-color: #f9f9f9;
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.style-gide-nav {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.style-gide-group-title-wrap {
  margin-bottom: 8px;
}

.style-gide-nav-link {
  color: #0c0407;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.style-gide-nav-link.w--current {
  color: #fcfcfb;
  background-color: #000;
}

.colors-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.style-gide-button-holder-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.colors-holder-item-bottom {
  background-color: #f9f9f9;
  padding: 16px;
}

.style-gide-color {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.blog-rich-text h1 {
  font-size: 34px;
  line-height: 40px;
}

.blog-rich-text h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.blog-rich-text h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 34px;
}

.blog-rich-text p {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 26px;
}

.blog-rich-text img {
  border-radius: 2px;
  height: auto;
  margin-bottom: 60px;
}

.blog-rich-text blockquote {
  color: var(--white);
  letter-spacing: -.01em;
  -webkit-text-stroke-color: white;
  background-color: #2c251c;
  border-left-style: none;
  border-radius: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.blog-rich-text ol {
  margin-top: 10px;
  padding-left: 17px;
}

.blog-rich-text li {
  background-image: url('../images/list-item-icon.svg');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 4px;
  padding-left: 15px;
  line-height: 24px;
}

.blog-rich-text ul {
  margin-top: 10px;
  padding-left: 0;
  list-style-type: none;
}

.blog-rich-text h4 {
  margin-top: 20px;
  font-size: 22px;
  line-height: 32px;
}

.blog-rich-text h5 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
}

.blog-rich-text h6 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}

.btn-wrap-2 {
  z-index: 1;
  color: #3d342a;
  letter-spacing: -.01em;
  -webkit-text-stroke-color: #3d342a;
  background-color: #0000;
  border: 1px solid #e0e0e066;
  border-radius: 10px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 112%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.style-gide-headings-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.section-spacing {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section-spacing.desktop-only {
  display: block;
}

.btn-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
}

.style-gide-left {
  width: 100%;
  max-width: 300px;
  position: sticky;
  top: 20px;
}

.style-gide-button-holder-item {
  padding: 15px;
}

.colors-holder-item {
  border-radius: 8px;
  width: 100%;
  max-width: 235px;
  overflow: hidden;
}

.style-gide-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.colors-holder-item-top {
  background-color: var(--gold-light);
  width: 100%;
  height: 150px;
}

.colors-holder-item-top.gold-dark {
  background-color: var(--gold-dark);
}

.colors-holder-item-top.gold-light {
  background-color: var(--gold-light);
}

.colors-holder-item-top.gold-medium {
  background-color: var(--gold-medium);
}

.colors-holder-item-top._4 {
  background-color: var(--white);
}

.colors-holder-item-top._5 {
  background-color: var(--green);
}

.colors-holder-item-top._6 {
  background-color: var(--green-dark);
}

.colors-holder-item-top._7 {
  background-color: var(--text-color);
}

.colors-holder-item-top._8 {
  background-color: var(--grey);
}

.colors-holder-item-top._9 {
  background-color: var(--grey-light);
}

.colors-holder-item-top._12 {
  background-color: var(--black);
}

.style-gide-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.page-wrapper.unterseite {
  --text-color: #435241;
  --gold-dark: #c0a761;
  --grey-light: #f8f7f3;
  --white: #fcfcfb;
  --gold-medium: #d6be7b;
  --gold-light: #f4e2b0;
  --green: #094221;
  --green-dark: #1a3017;
  --grey: #7a7f79;
  --black: #000;
  --glass-border: #e1e1e199;
  --navbar-bg: #fcfcfb;
  --navbar-height: 120px;
  --testimonial-green: #89aa6e;
  --gold-dark-50: #ded2af;
  --navbar-text: #c0a761;
  --navbar-logo-mobil-width: 50px;
  --navbar-logo-width: 70px;
  --navbar-logo: var(--black);
  --navbar-open-bg: #094221;
}

.nav-open {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.nav-dropdown {
  width: 100%;
  margin-left: 0;
}

.footer-section {
  z-index: 2;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--green), var(--green-dark));
  padding-top: 40px;
  padding-bottom: 28px;
  position: relative;
  overflow: clip hidden;
}

.footer-bottom-layout {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  padding-bottom: 72px;
  display: flex;
}

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

.footer-logo-wrap {
  margin-bottom: 25px;
  text-decoration: none;
}

.footer-logo {
  width: 100%;
  max-width: 100px;
}

.footer-text-wrap {
  width: 100%;
  max-width: 305px;
}

.hero-section {
  background-image: url('../images/maerkische-grundwert-immobilienmakler-beelitz-header-desktop.jpg');
  background-position: 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  min-height: 700px;
}

.hero-content {
  justify-content: flex-end;
  align-items: center;
  height: 300px;
  min-height: 700px;
  display: flex;
  position: relative;
}

.hero-top-tag-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.properties-section {
  z-index: 2;
  background-color: var(--grey-light);
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
  position: relative;
}

.properties-section.section-spacing-color-white {
  padding-top: 140px;
  padding-bottom: 80px;
}

.common-content.about-heading {
  text-align: left;
  margin-bottom: 0;
}

.common-content.products-details, .common-content.auszeichnungen-heading {
  text-align: center;
  margin-bottom: 40px;
}

.common-content.unterseite-header-right {
  background-color: var(--grey-light);
  text-align: left;
  width: 50%;
  max-width: 600px;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 80px 20px 70px 40px;
}

.common-content.unterseite-header-right.white-bg {
  background-color: var(--white);
}

.common-content.centering {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.common-content.centering.padding-bottom-20px {
  padding-bottom: 20px;
}

.common-content.desktop-centering {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.common-content.desktop-centering.no-padding-bottom {
  padding-bottom: 0;
}

.common-content.desktop-centering.padding-bottom-20px {
  padding-bottom: 20px;
}

.common-content.centering-desktop-only {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.common-title-wrap {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

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

.properties-btn-wrap {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.geschichte-mission-sektion {
  padding-top: 80px;
  padding-bottom: 80px;
}

._2-col-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-col-content-geschichte {
  flex: 0 auto;
  align-self: stretch;
  width: 50%;
  display: block;
  overflow: hidden;
}

.left-col-content-geschichte.align-top {
  align-self: flex-start;
  padding-right: 30px;
}

.about-thumb {
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

.right-col-content {
  flex: 0 auto;
  width: 50%;
  max-width: 50%;
  overflow: hidden;
}

.choose-thumb-wrap {
  border-radius: 24px;
  overflow: hidden;
}

.choose-text-wrap {
  width: 100%;
  max-width: 461px;
  margin-top: 125px;
  margin-bottom: 32px;
}

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

.counter-btn-wrap {
  margin-top: 40px;
}

.process-thumb-wrap {
  border-radius: 24px;
  width: 100%;
  max-width: 540px;
  overflow: hidden;
}

.process-tag-wrap {
  letter-spacing: -.05em;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: 2px solid #e8e8e8;
  border-radius: 28px;
  height: 40px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.5;
  display: inline-flex;
}

.process-title-wrap {
  margin-bottom: 16px;
}

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

.faq-container {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq {
  border-bottom: 1px solid var(--gold-dark);
  padding-top: 10px;
  padding-bottom: 0;
}

.faq-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.faq-title {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.faq-icon {
  z-index: 1;
  flex: none;
  width: 12px;
  height: 12px;
  position: relative;
}

.faq-icon-plus {
  background-color: var(--gold-medium);
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.faq-icon-minus {
  background-color: var(--gold-medium);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.faq-text-wrap {
  width: 95%;
  padding-bottom: 0;
  overflow: hidden;
}

.faq-text {
  color: var(--text-color);
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.service-hero-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-hero-thumb-wrap, .mission-thumb-wrap {
  border-radius: 24px;
  overflow: hidden;
}

.mission-text-wrap {
  width: 100%;
  max-width: 461px;
  margin-top: 125px;
  margin-bottom: 20px;
}

.mission-list-wrap {
  margin-bottom: 32px;
}

.values-list-wrap {
  margin-top: 16px;
  margin-bottom: 32px;
}

.values-box-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.realtor-contact-wrap {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 28px;
  width: 100%;
  max-width: 794px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.b-details-text-wrap {
  width: 100%;
  max-width: 853px;
  margin-bottom: 20px;
}

.blog-layout-title-wrap {
  margin-bottom: 40px;
}

.privacy-hero-section {
  margin-top: 100px;
  padding-top: 80px;
}

.privacy-hero-content {
  text-align: center;
}

.privacy-hero-title-wrap {
  margin-bottom: 20px;
}

.privacy-hero-title {
  line-height: 96%;
}

.privacy-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.privacy-layout {
  max-width: 1040px;
}

.privacy-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.privacy-content-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.error-section {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 70px;
}

.error-content {
  text-align: center;
  width: 100%;
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
}

.error-title {
  font-size: 300px;
  font-weight: 500;
  line-height: 1;
}

.error-sub-title-wrap {
  margin-bottom: 12px;
}

.error-text-wrap {
  margin-bottom: 40px;
}

.error-text {
  font-size: 18px;
  line-height: 150%;
}

.error-btn-wrap {
  justify-content: center;
  display: flex;
}

.changelog-hero-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.changelog-hero-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.password-form {
  text-align: center;
  width: 100%;
  max-width: 566px;
  margin: 60px auto 0;
}

.password-form-label {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 112%;
}

.password-form-input {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  width: 100%;
  height: 48px;
  margin-bottom: 20px;
}

.agents-layout-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 4px;
  margin-right: 4px;
  display: grid;
}

.d-properties-hero-title-wrap {
  margin-bottom: 20px;
}

.d-properties-hero-location-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.d-properties-hero-banner-wrap {
  border-radius: 24px;
  margin-bottom: 0;
  overflow: hidden;
}

.d-properties-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.d-properties-left {
  max-width: calc(100% - 280px);
  padding-top: 140px;
  padding-bottom: 140px;
  padding-right: 40px;
}

.d-properties-right {
  background-color: var(--grey-light);
  width: 280px;
  max-width: 280px;
  min-height: 100vh;
  padding: 140px 40px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-property {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 40px;
}

.property-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

.d-property-amenities-wrap {
  margin-bottom: 40px;
}

.d-properties-right-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 140px;
}

.d-properties-right-author-wrap {
  z-index: 1;
  flex: none;
  position: relative;
}

.d-properties-right-author {
  object-fit: cover;
  border-radius: 100%;
  width: 82px;
  height: 82px;
  overflow: hidden;
}

.d-properties-right-author-name-wrap {
  margin-bottom: 4px;
}

.a-details-hero-title-wrap {
  margin-bottom: 20px;
}

.a-details-hero-text-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.a-details-hero-box {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 32px;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.a-details-left {
  width: 100%;
  max-width: 590px;
}

.a-details-right {
  width: 100%;
  max-width: 387px;
}

.checkout-right {
  background-color: #f7f7f7;
  border-radius: 28px;
  flex: 1;
  max-width: 490px;
  padding: 28px;
}

.web-payments {
  margin-bottom: 16px;
}

.customer-info-wrap {
  background-color: #f7f7f7;
  border-radius: 28px;
  margin-bottom: 16px;
  padding: 28px;
}

.shipping-address-wrap {
  background-color: #f7f7f7;
  border-radius: 28px;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 28px;
}

.shipping-method-wrap, .payment-info-wrap {
  background-color: #f7f7f7;
  border-radius: 28px;
  margin-bottom: 16px;
  padding: 28px;
}

.order-items-wrap {
  background-color: #f7f7f7;
  border-radius: 28px;
  margin-bottom: 0;
  padding: 28px;
}

.text-reveal-wrap {
  text-align: left;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.agents-marquee-layout {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.agents-marquee {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.properties-form {
  z-index: 10;
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 12px 12px 28px;
  display: flex;
  position: relative;
}

.a-listing-cms {
  width: 100%;
  max-width: 785px;
  margin-top: 40px;
}

.search-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.p-category-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-layout {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-card-title-wrap {
  margin-bottom: 10px;
}

.search-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.search-form-wrap {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  max-width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

.search-form-input {
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding: 19.5px 20px;
}

.search-form-icon-btn {
  background-image: url('../images/search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  font-size: 0;
  position: absolute;
  inset: 50% 8px auto auto;
  transform: translate(0, -50%);
}

.process-layout-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.error-message {
  border-radius: 12px;
  margin-top: 20px;
  padding: 16px;
  line-height: 1.2;
}

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

.section-row {
  position: relative;
  overflow: visible;
}

.section-row.nav-bar-wrapper {
  z-index: 999;
  border-bottom: 1px solid var(--glass-border);
  background-color: var(--navbar-bg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 100px;
  transition: height .3s, background-color .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 2px #0000001a;
}

.dropdown-wrapper {
  will-change: transform;
  border-bottom: 1px solid #594c3b33;
  margin-top: 20px;
  padding-bottom: 5px;
}

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

.h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.h2.margin-bottom-40px {
  margin-bottom: 40px;
}

.h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 34px;
}

.h3.margin-bottom-30px {
  margin-bottom: 30px;
}

.common-text-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.common-text-wrap.max-width-830px {
  max-width: 830px;
}

.kontaktformular-submit-button {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
}

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

.text-field-right-col {
  float: none;
  border: 1px solid var(--tippgeber-border-grey);
  background-color: #fff0;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 26px;
  transition: border-color .3s;
}

.text-field-right-col:focus {
  border-color: var(--gold-light);
}

.link-3 {
  display: inline-block;
}

.link-3:hover {
  color: var(--gold-medium);
}

.form-2 {
  overflow: visible;
}

.columns-7 {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 15px;
}

.column-15 {
  padding-left: 0;
}

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

.cta-button {
  background-color: var(--gold-medium);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: padding-box;
  width: 196px;
  height: 42px;
  display: block;
}

.cta-button.submit {
  display: none;
}

.cta-button.submit.g-recaptcha {
  transition: background-color .2s;
  display: none;
}

.cta-button.submit.g-recaptcha:hover {
  background-color: var(--gold-dark);
}

.textarea-2 {
  border: 1px solid var(--tippgeber-border-grey);
  background-color: #fff0;
  min-height: 200px;
  padding-bottom: 20px;
  line-height: 26px;
  transition: border-color .3s;
}

.textarea-2:focus {
  border-color: var(--gold-light);
  color: var(--text-color);
}

.columns-6 {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}

.checkbox-field {
  margin-top: 20px;
}

.select-field-2 {
  border: 1px solid var(--tippgeber-border-grey);
  background-color: #fff0;
  height: 42px;
  margin-bottom: 25px;
  padding-left: 12px;
  padding-right: 20px;
  line-height: 26px;
  transition: border-color .3s;
}

.select-field-2:focus {
  border-color: var(--gold-light);
}

.text-field-left-col {
  border: 1px solid var(--tippgeber-border-grey);
  background-color: #fff0;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 26px;
  transition: border-color .3s;
}

.text-field-left-col:focus {
  border-color: var(--gold-light);
}

.footer-bottom-middle {
  transition: color .3s;
}

.footer-text-wrap-left {
  width: 100%;
  max-width: 450px;
  margin-bottom: 20px;
}

.footer-kontakt-link-block {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-kontakt-link-block:hover {
  color: var(--gold-medium);
}

.footer-kontakt-item {
  vertical-align: middle;
  flex: 0 auto;
  align-self: flex-start;
  padding-left: 10px;
  display: block;
}

.social-media-icons-footer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 20px;
  display: flex;
}

.socialiconembed-2 {
  line-height: 0;
}

.socialiconembed-2:hover {
  color: var(--gold-dark);
}

.footer-social-media-link-icon {
  color: var(--white);
}

.h3-footer {
  color: var(--white);
  margin-bottom: 15px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.footer-link-text {
  color: var(--white);
  margin-bottom: 20px;
}

.footer-link-text:hover {
  color: var(--gold-medium);
}

.footer-link {
  display: block;
}

.icon-handy-footer {
  flex-flow: row;
  width: 23px;
}

.icon-mail {
  background-color: var(--gold-medium);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
}

.icon-mail.button-77-icon {
  position: relative;
}

.icon-mail.outline {
  border: 1px solid var(--gold-dark);
  background-color: var(--transparent);
  color: var(--gold-dark);
  transition: background-color .3s, color .3s;
}

.icon-mail.outline:hover {
  background-color: var(--gold-dark);
  color: var(--white);
}

.icon-map {
  width: 23px;
  height: 21px;
}

.icon-map.colored {
  color: var(--gold-dark);
}

.div-block-30 {
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 45px;
  display: flex;
}

.link-block-cta {
  text-decoration: none;
  display: block;
}

.link-5 {
  color: var(--gold-medium);
  display: inline-block;
}

.link-5:hover {
  color: var(--gold-dark);
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.content-wrapper.cookie {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
}

.right-side-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 25px;
  display: flex;
}

.cta-button-container-header {
  background-color: var(--gold-medium);
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 210px;
  padding-left: 14px;
  padding-right: 14px;
  transition: color .3s cubic-bezier(.455, .03, .515, .955), border-color .3s cubic-bezier(.455, .03, .515, .955), background-color .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.cta-button-container-header:hover {
  background-color: var(--gold-dark);
}

.cta-button-container-header.cookie {
  justify-content: center;
  margin-top: 0;
}

.paragraph-9 {
  text-align: left;
  max-width: 71%;
  margin-right: auto;
  font-size: 14px;
}

.cookie-outer {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 2px -2px 50px 3px #0000001a;
}

.cta-button-header {
  float: none;
  clear: both;
  text-transform: uppercase;
  object-fit: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 700;
  display: block;
  position: static;
}

.cta-button-header.cookie {
  font-size: 12px;
}

.header-text-wrap {
  position: relative;
  inset: 0% 0% 0% auto;
}

.left-side-header {
  background-image: none;
  width: 50%;
  position: relative;
}

.left-side-header.verkauf {
  background-image: url('../images/maerkische-grundwert-immobilienmakler-beelitz-immobilie-verkaufen-header.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-side-header.vermieten {
  background-image: url('../images/maerkische-grundwert-immobilienmakler-beelitz-immobilie-vermieten-header.webp');
  background-position: 44%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-side-header.suche {
  background-image: url('../images/maerkische-grundwert-header-kaufen.webp');
  background-position: 44%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-side-header.wertermittlung {
  background-image: url('../images/maerkische-grundwert-header-wertermittlung.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom-40px {
  margin-bottom: 40px;
}

.tablet-header-image {
  display: none;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #5ebfcb;
  border: 1px solid #354747;
  border-radius: 8px;
  justify-content: center;
  padding: 18px 24px;
  font-weight: 500;
  line-height: 1.125em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #5ebfcb;
  border-color: #5ebfcb;
  transform: scale3d(1.06, 1.06, 1.01);
}

.btn-primary.bg-secondary-blue {
  background-color: #1d2451;
  border-color: #1d2451;
}

.btn-primary.bg-secondary-blue:hover {
  background-color: #1d2451;
  border-color: #354747;
}

.btn-primary.bg-secondary-blue.small {
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
  transition: border-color .3s, background-color .3s, transform .3s;
}

.btn-primary.bg-secondary-blue.small {
  align-self: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
  transition: border-color .3s, background-color .3s, transform .3s;
}

.btn-primary.bg-secondary-blue.small:hover {
  background-color: #1d2451;
  border-color: #1d2451;
}

.btn-primary.bg-secondary-blue.small.margin-top-40px {
  margin-top: 40px;
}

.padding-bottom-40px {
  padding-bottom: 40px;
}

.tooltip-container {
  z-index: 120;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.gruende-slide {
  margin-right: 20px;
}

.suchprofil-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 40px;
}

.splide {
  position: relative;
}

.splide.margin-top-40px {
  margin-top: 40px;
}

.splide__slide {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.splide__slide:first-child {
  padding-left: 0;
}

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

.splide__track {
  overflow: hidden;
}

.splide__track.padding-bottom-20px {
  padding-bottom: 20px;
}

.icon-whatsapp {
  background-color: var(--gold-medium);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
}

.icon-whatsapp.button-77-icon {
  position: relative;
}

.icon-whatsapp.outline {
  border: 1px solid var(--gold-dark);
  background-color: var(--transparent);
  color: var(--gold-dark);
  transition: background-color .3s, color .3s;
}

.icon-whatsapp.outline:hover {
  background-color: var(--gold-dark);
  color: var(--white);
}

.div-block-35, .div-block-36 {
  flex-flow: column;
  display: flex;
}

.hero-vertical-centered-block {
  border: 1px solid var(--glass-border);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 2px;
  width: 406px;
  padding: 30px;
}

.white {
  color: var(--white);
  font-weight: 400;
}

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

.highlight {
  color: var(--gold-dark);
  font-style: italic;
  font-weight: 400;
}

.bewertungs-score-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.bewertungs-score-container.centering {
  justify-content: center;
}

.edge {
  background-color: var(--white);
  pointer-events: none;
  width: 50%;
  height: 7vw;
  position: absolute;
  bottom: -1px;
}

.edge.edge-right {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  width: calc(50% + 20px);
  right: 0;
}

.edge.edge-left {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  width: calc(50% + 20px);
  left: 0;
}

.vorteile-sektion {
  z-index: 2;
  background-color: var(--white);
  padding-top: 70px;
  padding-bottom: 80px;
  transition: color .4s, background-color .3s;
  position: relative;
}

.slide {
  text-align: center;
}

.slide.vorteile-slide {
  max-width: 300px;
}

.slide.testimonial-slide {
  max-width: 650px;
}

.slide.gruende-slide {
  justify-content: center;
  max-width: 300px;
  height: 100%;
  margin-top: 20px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.vorteile-title {
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.vorteile-icon {
  margin-bottom: 20px;
}

.vorteile-icon.margin-bottom-26px {
  margin-bottom: 26px;
}

.btn-text-filled {
  font-weight: 400;
}

.btn-wrap-outline {
  border: 2px solid var(--gold-medium-50);
  color: var(--gold-medium);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 42px;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.btn-wrap-outline:hover {
  background-color: var(--gold-medium);
  color: var(--white);
}

.btn-wrap-outline.margin-top-30px {
  margin-top: 20px;
}

.btn-text-outline {
  font-weight: 400;
}

.btn-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-container.margin-top-40px {
  margin-top: 40px;
}

.btn-container.align-left-margin-top-40px {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.btn-container.margin-top-20px {
  margin-top: 20px;
}

.btn-container.align-left-margin-top-60px {
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}

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

.services-sektion {
  padding-top: 80px;
  padding-bottom: 140px;
}

.two-col-headline {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.headline-col {
  width: 50%;
}

.services-cards-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-card {
  grid-row-gap: 0px;
  border: 1px solid var(--gold-medium);
  flex-flow: column;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: start space-between;
  place-items: stretch stretch;
  display: grid;
  position: relative;
}

.services-card-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
}

.services-card-text-container {
  padding: 30px 20px 86px;
}

.testimonial-sektion {
  z-index: 2;
  background-image: url('../images/maerkische-grundwert-immobilienmakler-bildmarke.svg'), linear-gradient(to bottom, var(--testimonial-green), var(--testimonial-green));
  color: var(--white);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 450px, auto;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.testimonial-text {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

.tippgeber-sektion {
  padding-top: 140px;
  padding-bottom: 80px;
}

.tippgeber-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 20px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.tippgeber-text-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.timeline-lane {
  background-color: var(--gold-dark);
  width: 1px;
  height: 100%;
  margin-left: 10px;
}

.dot {
  border: 4px solid var(--gold-dark-50);
  background-color: var(--gold-dark);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.dot.middle {
  top: 50%;
}

.dot.bottom {
  top: auto;
  bottom: 0;
}

.kontakt-wrap {
  border: 1px solid var(--tippgeber-border-grey);
  width: 50%;
  padding: 40px 34px;
}

.kontakt-wrap.tippgeber {
  width: 100%;
}

.kontakt-wrap.expose {
  width: 100%;
  margin-top: 80px;
}

.immobilienwissen-section {
  padding-top: 80px;
  padding-bottom: 140px;
}

.immobilienwissen-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.immobilienwissen-layout.margin-bottom-80px {
  margin-bottom: 80px;
}

.immobilienwissen-thumb-wrap {
  align-self: stretch;
  width: 50%;
  display: block;
  overflow: hidden;
}

.immobilienwissen-content {
  width: 50%;
}

.immobilienwissen-cards-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.immobilienwissen-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.blog-headline {
  margin-bottom: 10px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.immobilienwissen-card-date {
  color: var(--grey);
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
}

.button-77 {
  background-color: var(--gold-medium);
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: padding-box;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 196px;
  height: 42px;
  display: inline-flex;
  position: relative;
}

.button-77.margin-left-40px {
  margin-right: 40px;
}

.service-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.headline-left-col {
  width: 50%;
}

.arrow-embedded {
  display: inline;
}

.link-arrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--gold-dark);
  justify-content: flex-start;
  align-items: center;
  transition-property: none;
  display: inline-flex;
}

.about-us-header-section {
  padding-top: 70px;
  padding-bottom: 80px;
  transition: color .4s, background-color .3s;
}

.team-section {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  max-width: 40%;
}

.team-member-info-container {
  flex: 1;
}

.icon-handy-button {
  background-color: var(--gold-medium);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 9px;
  display: flex;
}

.icon-handy-button.button-77-icon {
  position: relative;
}

.icon-handy-button.outline {
  border: 1px solid var(--gold-dark);
  background-color: var(--transparent);
  color: var(--gold-dark);
  transition: color .3s, background-color .3s;
}

.icon-handy-button.outline:hover {
  background-color: var(--gold-dark);
  color: var(--white);
}

.icon-button {
  color: var(--white);
  display: inline-block;
}

.team-member-contact-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.gold-text {
  color: var(--gold-dark);
}

.gold-text.margin-bottom-10px {
  margin-bottom: 10px;
}

.gold-text.margin-top-20px {
  margin-top: 20px;
}

.team-member-text {
  margin-bottom: 20px;
}

.gruende-sektion {
  z-index: 2;
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  transition: color .4s, background-color .3s;
  position: relative;
}

.gruende-slide-title {
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.gruende-slide-number {
  background-color: var(--white);
  color: var(--gold-medium);
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Robotoserif, Times New Roman, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  display: block;
  position: absolute;
  top: -20px;
}

.gruende-slide-container {
  border: 1px solid var(--gold-medium);
  text-align: center;
  padding: 40px 20px;
}

.section {
  z-index: 2;
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.adresse-link-block {
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.adresse-link-block:hover {
  color: var(--gold-medium);
}

.faq-icon-border {
  border: 2px solid var(--gold-medium);
  border-radius: 50%;
  padding: 6px;
}

.team-sektion {
  padding-top: 80px;
  padding-bottom: 80px;
}

.timeline-sektion {
  padding-top: 0;
  padding-bottom: 0;
  transition: color .4s, background-color .3s;
}

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

.section_timeline {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

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

.padding-section-medium.no-padding-top {
  padding-top: 0;
}

.padding-section-medium.tablet-only {
  display: none;
}

._2-column_item_component {
  grid-column-gap: 70px;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.dot-2 {
  z-index: 2;
  border: 4px solid var(--gold-dark-50);
  background-color: var(--gold-dark);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: sticky;
  top: 50svh;
}

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

._2-column_image {
  width: 100%;
  height: 100%;
}

.grid-more-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 30px;
  padding-top: 20px;
}

.timeline_progress_fill {
  background-color: var(--gold-medium);
  width: 2px;
  height: 50svh;
  position: fixed;
  top: 0;
  bottom: 0;
}

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

.keyitem {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.timeline_progress {
  z-index: 1;
  background-color: var(--gold-medium-50);
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 100%;
}

.checkmark {
  align-self: flex-start;
}

.timeline_progress_wrapper {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.weg-zum-verkauf-sektion {
  z-index: 2;
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 0;
  transition: color .4s, background-color .3s;
  position: relative;
}

.topline-timeline {
  color: var(--tippgeber-border-grey);
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.section-timeline-bottom {
  z-index: 2;
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 140px;
  transition: color .4s, background-color .3s;
  position: relative;
}

.btn-container-left {
  float: left;
  clear: both;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: block;
}

.btn-container-left.margin-top-60px {
  clear: right;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.kontaktformular-headline {
  margin-bottom: 30px;
}

.headline-wrapper-1 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.headline-wrapper-2 {
  max-width: 450px;
}

.headline-wrapper-3 {
  width: 350px;
}

.highlight-hell {
  color: var(--gold-light);
  font-style: italic;
  font-weight: 400;
}

.hero-section-ueber-uns {
  background-image: url('../images/maerkische-grundwert-header-unternehmen.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  min-height: 700px;
}

.headline-wrapper-4 {
  width: 300px;
}

.hero-content-home {
  justify-content: flex-end;
  align-items: center;
  height: 300px;
  min-height: 700px;
  display: flex;
  position: relative;
}

.faq-section-2, .section-2 {
  z-index: 2;
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.icon-mail-footer, .icon-whatsapp-footer {
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-right: 3px;
  display: flex;
}

._2-col-layout-mission {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.right-col-content-mission {
  width: 50%;
  padding-right: 30px;
}

.right-col-content-mission.align-top {
  align-self: flex-start;
}

.headline-wrapper-5 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.headline-wrapper-6 {
  width: 365px;
}

.vorteile-verkauf-sektion {
  z-index: 2;
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 80px;
  transition: color .4s, background-color .3s;
  position: relative;
}

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

.btn-text-filled-unterseite {
  z-index: 2;
  font-weight: 400;
  position: relative;
}

.headline-wrapper-8 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.headline-wrapper-9 {
  width: 350px;
}

.headline-wrapper-10 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.headline-wrapper-11 {
  width: 370px;
}

.link-wrapper-margin-bottom-20px {
  margin-bottom: 20px;
}

.ueber-uns-sektion {
  padding-top: 80px;
  padding-bottom: 140px;
}

.headline-wrapper-12, .headline-wrapper-13 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.headline-wrapper-14 {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.headline-wrapper-15 {
  width: 350px;
}

.headline-wrapper-16 {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.headline-wrapper-17 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.headline-wrapper-18 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.left-col-content-text {
  width: 50%;
  padding-right: 10px;
  display: block;
}

.right-col-content-img {
  align-self: stretch;
  width: 50%;
  overflow: hidden;
}

.headline-wrapper-19 {
  width: 450px;
}

.icon-button-outline {
  display: inline-block;
}

.highlight-subline {
  color: var(--gold-dark);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.kontakt-sektion {
  padding-top: 140px;
  padding-bottom: 80px;
}

.kontakt-2-cols {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 20px 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.left-side-col {
  width: 50%;
}

.immobilienmakler-details-contact-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.oeffnungszeiten-2-cols {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 30px;
  display: flex;
}

.headline-wrapper-20 {
  width: 330px;
}

.karte-embedded {
  margin-top: 100px;
}

.text-field-row {
  float: none;
  border: 1px solid var(--tippgeber-border-grey);
  background-color: #fff0;
  margin-bottom: 25px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 26px;
  transition: border-color .3s;
}

.text-field-row:focus {
  border-color: var(--gold-light);
}

.text-block-6 {
  border-bottom: 1px solid var(--gold-dark);
  line-height: 1;
}

.mieterselbstauskunft-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 26px;
  margin-top: 20px;
  display: flex;
}

.mieterselbstauskunft-link:hover {
  color: var(--gold-medium);
}

.code-embed-2 {
  display: flex;
}

.sticky-contact {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  will-change: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
  display: flex;
  position: fixed;
  right: 0;
  transform: translate(340px);
}

.arrow-icon-contact {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(90deg);
}

.closed-contact-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--gold-medium);
  pointer-events: auto;
  cursor: pointer;
  will-change: auto;
  backface-visibility: hidden;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 20px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  transform: translate(41px)rotate(-90deg);
}

.closed-contact-block:hover {
  padding-bottom: 25px;
}

.open-contact-block {
  z-index: 1;
  background-color: var(--green-dark);
  background-image: linear-gradient(-135deg, var(--green), var(--green-dark));
  pointer-events: auto;
  will-change: auto;
  backface-visibility: hidden;
  padding: 20px;
  display: block;
  position: relative;
}

.sticky-contact-links {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.sticky-contact-links:hover {
  color: var(--gold-medium);
}

.sticky-contact-links.margin-bottom-40px {
  margin-bottom: 40px;
}

.sticky-contact-image {
  width: 300px;
}

.sticky-contact-wrapper {
  z-index: 99;
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: inline-flex;
  position: fixed;
  top: 0;
  right: 0;
}

.close-sticky-contact {
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-start;
  width: 15px;
  height: 15px;
  margin-bottom: 30px;
  display: flex;
}

.close-sticky-contact:hover {
  color: var(--gold-medium);
}

.align-right {
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  display: flex;
}

.sticky-contact-headlines {
  font-size: 20px;
  font-weight: 700;
}

.icon-handy-sticky-sidebar {
  flex-flow: row;
  width: 19px;
}

.icon-mail-contact-sidebar, .icon-whatsapp-contact-sidebar {
  justify-content: center;
  align-items: center;
  width: 19px;
  display: flex;
}

.checkbox-contact-form {
  margin-top: 6px;
}

.headline-wrapper-21 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.service-card-img-wrapper {
  aspect-ratio: 4 / 3;
  max-width: calc(100% + 2px);
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

.blog-left {
  max-width: calc(100% - 450px);
  padding-top: 140px;
  padding-bottom: 140px;
  padding-right: 40px;
}

.blog-right {
  background-color: var(--grey-light);
  max-width: 450px;
  padding: 140px 40px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-wrapper:hover {
  color: var(--gold-medium);
}

.privacy-section-2 {
  padding-bottom: 70px;
}

.section-spacing-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link-dropdown {
  font-size: 18px;
  line-height: 28px;
}

.nav-link-mobil {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 28px;
}

.nav-link-mobil:hover {
  background-color: #fff0;
}

.menu {
  color: #fcfcfb;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.nav-link-mobil--button {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 5px;
}

.nav-link-mobil--button:hover {
  background-color: #fff0;
}

.nav-link-mobil--button.button-navbar-mobil {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  margin-top: 25px;
  margin-right: 0;
  padding: 6px 20px;
  font-weight: 400;
  transition: border-color .3s, background-color .3s;
  display: block;
}

.nav-link-mobil--button.button-navbar-mobil:hover {
  border-color: var(--gold-dark);
  background-color: var(--gold-dark);
  color: #fcfcfb;
}

.menu-dropdown-link {
  color: var(--white);
  text-align: center;
  cursor: pointer;
  margin-left: 0;
  padding: 5px 0;
  font-size: 16px;
  line-height: 26px;
}

.menu-dropdown-link:hover {
  color: var(--gold-dark);
}

.menu-dropdown-link.w--current {
  color: #fcfcfb;
  font-weight: 600;
}

.dropdown-column-wrapper {
  background-color: #0000;
  margin-top: 10px;
  position: relative;
}

.logo-navbar {
  width: var(--navbar-logo-mobil-width);
  padding-top: 8px;
}

.menu-button-mobile {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% 50px 0% auto;
}

.nav-bar {
  z-index: 999;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-left: 50px;
  padding-right: 90px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-items {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.nav-margin-top {
  color: var(--gold-light);
}

.nav-margin-top:hover {
  color: #c0a761;
}

.mobile-nav-logo {
  z-index: 2;
  display: block;
  position: relative;
}

.full-screen-menu {
  z-index: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  will-change: opacity, backdrop-filter, display;
  color: var(--navbar-text);
  background-color: #094221;
  background-image: radial-gradient(circle, #094221, #1a3017);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100lvh;
  padding: 50px;
  display: none;
  position: fixed;
  inset: 0% 0% 0;
  overflow: scroll;
}

.menu-button-mobile-close {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
  inset: 0 40px 0% auto;
}

.div-block {
  display: none;
}

.dropdown-toggle-navbar-mobil {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.menu-desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-navbar {
  color: var(--navbar-text);
  background-color: #0000;
  border: 1px solid #fcfcfb;
  border-radius: 1px;
  margin-right: 40px;
  padding: 10px 40px;
  font-weight: 400;
  transition: background-color .3s, background-color .3s;
}

.button-navbar:hover {
  color: #fcfcfb;
  background-color: #c0a761;
  border-color: #c0a761;
}

.burger-line {
  background-color: var(--navbar-text);
  color: var(--navbar-text);
  width: 30px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.burger-line.line-1 {
  width: var(--burger-line-1-width);
}

.burger-line.line-3-close {
  width: var(--buger-line-3-width);
  transform: translate(0, -8px)rotate(-45deg);
}

.burger-line.line-2-close {
  width: 28px;
  margin-right: -2px;
}

.burger-line.line-1-close {
  width: var(--burger-line-1-width);
  transform: translate(0, 8px)rotate(45deg);
}

.burger-line.line-2 {
  width: 28px;
}

.burger-line.line-3 {
  width: var(--buger-line-3-width);
}

.standard-link:hover {
  color: var(--gold-medium);
}

.headline-wrapper-22 {
  width: 270px;
}

.sticky-wrapper {
  position: sticky;
  top: 140px;
}

.headline-wrapper-23 {
  width: 400px;
}

.footer-copyright-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.footer-code-copyright {
  align-self: center;
}

.footer-copyright-text {
  color: #999;
  text-align: center;
  align-self: baseline;
  font-size: 14px;
  line-height: 14px;
}

.footer-copyright-text.copyright-middle-padding {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  padding-left: 10px;
  padding-right: 10px;
}

.copyright-brandingstuff-link {
  color: #999;
  font-weight: 500;
  line-height: 14px;
}

.copyright-brandingstuff-link:hover {
  color: #fff;
}

.copyright-brandingstuff-link:active {
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .nav-open {
    cursor: auto;
    display: none;
  }

  .nav-dropdown {
    width: auto;
    margin-left: auto;
  }

  .hero-section {
    background-image: linear-gradient(180deg, #0000001a, #4f4f4f1a 18%, var(--transparent) 53%), url('../images/maerkische-grundwert-immobilienmakler-beelitz-header-desktop.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .common-content.unterseite-header-right {
    margin-top: 146px;
  }

  .d-properties-layout {
    min-height: 400px;
    position: relative;
  }

  .d-properties-left, .d-properties-right {
    padding-top: 186px;
  }

  .d-properties-right-info-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-row.nav-bar-wrapper {
    height: var(--navbar-height);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .common-text-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text-wrap-left {
    max-width: 550px;
  }

  .content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .left-side-header.vermieten, .left-side-header.suche {
    background-position: 50%;
  }

  .team-section {
    grid-column-gap: 60px;
  }

  ._2-col-layout-mission {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .karte-embedded {
    margin-top: 120px;
  }

  .blog-left, .blog-right {
    padding-top: 186px;
  }

  .menu {
    color: var(--navbar-text);
    font-size: 16px;
  }

  .menu-dropdown-link {
    color: var(--text-color);
    text-align: left;
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .menu-dropdown-link.w--current {
    color: #435241;
  }

  .nav-dropdown-margin-top {
    color: #fcfcfb;
    background-color: #fff0;
    margin-top: 140px;
    margin-left: 0;
    padding: 0;
  }

  .logo-navbar {
    width: var(--navbar-logo-width);
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .dropdown-toggle-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-mobile {
    display: none;
  }

  .nav-bar {
    box-shadow: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-margin-top {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-margin-top.margin-right-20px {
    margin-right: 20px;
  }

  .mobile-nav-logo, .full-screen-menu, .menu-button-mobile-close {
    display: none;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: grid;
  }

  .menu-desktop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    place-items: center stretch;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .button-navbar {
    border-color: var(--navbar-text);
    color: var(--navbar-text);
    margin-right: 0;
  }

  .left-menue-side {
    justify-content: space-between;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .services-card {
    grid-template-rows: auto auto auto;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    background-position: 100% 100%;
  }

  .hero-content, .hero-content-home {
    min-height: 75vh;
  }
}

@media screen and (max-width: 991px) {
  .container.header-unterseite {
    flex-flow: row;
    display: block;
  }

  .btn-wrap-3 {
    width: 100%;
  }

  .style-gide-layout {
    flex-flow: column;
  }

  .style-gide-nav {
    display: none;
  }

  .blog-rich-text img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-rich-text blockquote {
    border-radius: 16px;
  }

  .btn-wrap-2 {
    width: 100%;
  }

  .section-spacing.desktop-only {
    display: none;
  }

  .style-gide-left {
    z-index: 10;
    background-color: #fff;
    border-radius: 8px;
    max-width: 100%;
  }

  .footer-section {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .footer-bottom-layout {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 40px;
    display: grid;
  }

  .footer-text-wrap {
    max-width: 400px;
  }

  .hero-section {
    background-image: url('../images/maerkische-grundwert-immobilienmakler-beelitz-header-desktop.jpg');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    justify-content: space-between;
  }

  .hero-content {
    min-height: 500px;
  }

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

  .properties-section.section-spacing-color-white {
    padding-top: 100px;
  }

  .common-content.about-heading {
    max-width: 100%;
  }

  .common-content.unterseite-header-right {
    z-index: 2;
    width: 100%;
    max-width: 100%;
    padding-top: 60px;
    padding-left: 20px;
  }

  .common-content.centering-desktop-only.margin-bottom-20px {
    text-align: left;
  }

  .common-content.centering-desktop-only.margin-bottom-20px.tablet-full-width {
    max-width: 100%;
  }

  .common-title-wrap.centering {
    text-align: center;
  }

  .common-title-wrap.tablet-left-aligned {
    margin-left: 0;
  }

  .common-title {
    font-size: 40px;
  }

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

  .properties-btn-wrap {
    text-align: center;
    display: block;
  }

  ._2-col-layout {
    flex-flow: column-reverse;
  }

  .text-wrap {
    max-width: 100%;
  }

  .left-col-content-geschichte {
    width: 100%;
  }

  .left-col-content-geschichte.align-top {
    padding-right: 0;
  }

  .about-thumb {
    display: block;
  }

  .right-col-content {
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .choose-thumb-wrap {
    border-radius: 20px;
  }

  .choose-text-wrap {
    max-width: 100%;
    margin-top: 40px;
  }

  .counter-btn-wrap {
    margin-top: 20px;
  }

  .blog-layout {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-container {
    max-width: none;
  }

  .service-hero-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .mission-text-wrap {
    margin-top: 20px;
  }

  .values-box-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .privacy-hero-section, .privacy-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .privacy-content {
    margin-bottom: 40px;
  }

  .error-title {
    font-size: 200px;
  }

  .changelog-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .password-form {
    margin-top: 40px;
  }

  .password-form-label {
    font-size: 36px;
  }

  .agents-layout-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .d-properties-section {
    padding-bottom: 40px;
  }

  .d-properties-layout {
    flex-flow: column;
  }

  .d-properties-left {
    max-width: 100%;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .d-properties-right {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 40px 20px;
    position: static;
  }

  .d-properties-right-info-wrap {
    position: static;
  }

  .d-properties-right-author {
    width: 67px;
    height: 67px;
  }

  .a-details-hero-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-radius: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }

  .a-details-left, .a-details-right {
    max-width: 100%;
  }

  .checkout-right {
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .customer-info-wrap, .shipping-address-wrap, .shipping-method-wrap, .payment-info-wrap, .order-items-wrap {
    border-radius: 16px;
    padding: 20px;
  }

  .properties-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .search-section {
    padding-bottom: 40px;
  }

  .p-category-layout, .search-result-layout {
    grid-template-columns: 1fr 1fr;
  }

  .process-layout-wrapper {
    flex-flow: column;
  }

  .common-text-wrap.tablet-100-percent {
    max-width: 100%;
  }

  .footer-text-wrap-left {
    max-width: none;
  }

  .link-block-cta {
    display: block;
  }

  .content-wrapper {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .right-side-buttons {
    flex-flow: column;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .cta-button-container-header.cookie {
    justify-content: center;
    padding-right: 20px;
    display: flex;
  }

  .paragraph-9 {
    max-width: 63%;
  }

  .cta-button-header {
    display: block;
  }

  .header-text-wrap {
    max-width: 100%;
  }

  .left-side-header {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .tablet-header-image {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: 50% 100%;
    width: 100%;
    display: inline-block;
    position: relative;
  }

  .content-unterseite {
    padding-right: 0;
  }

  .header-unterseite-mobil-image-container {
    height: 100%;
    position: relative;
  }

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

  .splide__track {
    z-index: 20;
  }

  .btn-container.margin-top-20px.desktop-only {
    display: none;
  }

  .services-sektion {
    padding-bottom: 100px;
  }

  .services-cards-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .services-card {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 40% 1fr;
  }

  .services-card-bottom {
    align-self: flex-end;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .services-card-text-container {
    padding: 40px 30px 20px;
  }

  .testimonial-sektion {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tippgeber-sektion {
    padding-top: 100px;
  }

  .tippgeber-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 30px 1fr;
    grid-auto-flow: column dense;
  }

  .tippgeber-text-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .immobilienwissen-section {
    padding-bottom: 100px;
  }

  .immobilienwissen-layout.margin-bottom-80px {
    flex-flow: column;
  }

  .immobilienwissen-thumb-wrap, .immobilienwissen-content {
    width: 100%;
  }

  .immobilienwissen-text-wrap {
    max-width: 100%;
  }

  .immobilienwissen-cards-container {
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .button-77.margin-top-60px {
    margin-top: 60px;
  }

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

  .team-member-image {
    max-width: 200px;
  }

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

  .padding-section-medium.tablet-only {
    padding-bottom: 0;
    display: block;
  }

  ._2-column_item_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
    grid-template-columns: 3px 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .dot-2 {
    margin-left: -9px;
  }

  ._2-column_image {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

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

  .timeline_progress_wrapper {
    justify-content: flex-start;
  }

  .weg-zum-verkauf-sektion {
    padding-top: 80px;
  }

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

  .headline-wrapper-3 {
    width: 100%;
  }

  .hero-section-ueber-uns {
    flex-flow: column;
    justify-content: space-between;
    min-height: 500px;
  }

  .faq-section-2, .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._2-col-layout-mission {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .right-col-content-mission {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .right-col-content-mission.align-top {
    padding-right: 0;
  }

  .headline-wrapper-6 {
    width: 100%;
  }

  .vorteile-verkauf-sektion {
    padding-top: 100px;
  }

  .headline-wrapper-11 {
    width: 100%;
  }

  .ueber-uns-sektion {
    padding-bottom: 100px;
  }

  .left-col-content-text {
    width: 100%;
  }

  .right-col-content-img {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .headline-wrapper-19 {
    width: 100%;
  }

  .kontakt-sektion {
    padding-top: 100px;
  }

  .kontakt-2-cols {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 30px 1fr;
    grid-auto-flow: column dense;
  }

  .service-card-img-wrapper {
    aspect-ratio: 3 / 2;
    width: 100%;
    max-width: 100%;
    height: calc(100% + 2px);
    max-height: calc(100% + 2px);
    margin-bottom: -1px;
    margin-right: 0;
    position: relative;
    overflow: hidden;
  }

  .blog-left {
    max-width: 100%;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .blog-right {
    width: 100%;
    max-width: 100%;
    padding: 40px 20px;
    position: static;
  }

  .privacy-section-2 {
    padding-bottom: 40px;
  }

  .section-spacing-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .menu-button-mobile {
    right: 20px;
  }

  .nav-bar {
    padding-left: 20px;
    padding-right: 60px;
  }

  .menu-button-mobile-close {
    right: 10px;
  }

  .sticky-wrapper.mobile-unsticky {
    position: static;
  }

  .footer-copyright-text-wrap {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }

  .style-gide-layout {
    flex-flow: column;
  }

  .colors-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .blog-rich-text h1 {
    margin-bottom: 17px;
    font-size: 28px;
    line-height: 34px;
  }

  .blog-rich-text h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .blog-rich-text h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .blog-rich-text img {
    border-radius: 16px;
  }

  .blog-rich-text blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 16px;
  }

  .section-spacing {
    height: auto;
  }

  .style-gide-left {
    z-index: 10;
    background-color: #fff;
    border-radius: 8px;
    max-width: 100%;
  }

  .footer-bottom-layout {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }

  .footer-text-wrap {
    max-width: none;
  }

  .hero-section {
    background-image: url('../images/maerkische-grundwert-header-mobil.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .hero-content {
    justify-content: center;
    align-items: flex-start;
    min-height: 400px;
    padding-top: 140px;
  }

  .properties-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .properties-section.section-spacing-color-white {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .common-content.unterseite-header-right {
    padding-top: 40px;
  }

  .common-content.centering.padding-bottom-20px {
    padding-bottom: 20px;
  }

  .common-content.desktop-centering {
    text-align: left;
  }

  .common-content.centering-desktop-only.margin-bottom-20px.tablet-full-width {
    padding-bottom: 0;
  }

  .common-title-wrap {
    text-align: left;
  }

  .common-title-wrap.mobile-left-aligned, .common-title-wrap.tablet-left-aligned {
    margin-left: 0;
  }

  .common-title {
    font-size: 30px;
  }

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

  .geschichte-mission-sektion {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._2-col-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .left-col-content-geschichte {
    align-self: stretch;
    width: 100%;
  }

  .about-thumb {
    width: 100%;
    display: block;
  }

  .right-col-content {
    width: 100%;
  }

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

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

  .mission-list-wrap {
    margin-bottom: 30px;
  }

  .realtor-contact-wrap {
    padding: 20px;
  }

  .privacy-hero-title {
    font-size: 48px;
  }

  .privacy-hero-text {
    font-size: 14px;
  }

  .error-title {
    font-size: 150px;
  }

  .error-text {
    font-size: 16px;
  }

  .password-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .password-form-label {
    font-size: 30px;
  }

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

  .d-properties-hero-banner-wrap {
    border-radius: 20px;
  }

  .d-properties-left {
    padding-bottom: 80px;
  }

  .a-details-hero-box {
    flex-flow: column-reverse;
    padding: 20px;
  }

  .properties-form {
    border-radius: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }

  .p-category-layout, .search-result-layout {
    grid-template-columns: 1fr;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .h3.no-margin-bottom {
    margin-bottom: 0;
  }

  .column-17 {
    padding-left: 0;
  }

  .columns-7 {
    padding-bottom: 0;
  }

  .column-15 {
    padding-bottom: 8px;
    padding-right: 0;
  }

  .column-16 {
    padding-bottom: 8px;
    padding-left: 0;
  }

  .text-field-left-col {
    max-width: 100%;
  }

  .div-block-30 {
    flex-direction: column;
  }

  .link-block-cta {
    align-self: stretch;
  }

  .right-side-buttons {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-left: 0;
  }

  .cta-button-container-header {
    width: 100%;
  }

  .paragraph-9 {
    max-width: 100%;
  }

  .cta-button-header.cookie {
    font-size: 13px;
  }

  .btn-primary {
    padding: 14px 20px;
  }

  .suchprofil-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h1 {
    margin-bottom: 17px;
    font-size: 28px;
    line-height: 34px;
  }

  .hero-vertical-centered-block {
    width: 100%;
  }

  .vorteile-sektion {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-sektion {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .two-col-headline {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .two-col-headline.centering-mobil {
    text-align: center;
  }

  .headline-col {
    width: 100%;
  }

  .services-card {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .testimonial-sektion {
    background-image: url('../images/maerkische-grundwert-immobilienmakler-bildmarke.svg'), linear-gradient(to bottom, var(--testimonial-green), var(--testimonial-green));
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 60%, auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tippgeber-sektion {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .kontakt-wrap {
    width: 100%;
  }

  .immobilienwissen-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .immobilienwissen-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .immobilienwissen-thumb-wrap {
    align-self: stretch;
    width: 100%;
  }

  .immobilienwissen-content {
    width: 100%;
  }

  .immobilienwissen-cards-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .headline-left-col {
    width: 100%;
  }

  .about-us-header-section, .gruende-sektion {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-sektion {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  ._2-column_item_component {
    grid-row-gap: 3rem;
    grid-template-columns: 3px 1fr;
    grid-auto-flow: row;
  }

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

  .weg-zum-verkauf-sektion {
    padding-top: 60px;
  }

  .section-timeline-bottom {
    padding-bottom: 80px;
  }

  .kontaktformular-headline {
    margin-bottom: 20px;
  }

  .headline-wrapper-1 {
    width: 400px;
    margin-left: 0;
    margin-right: 0;
  }

  .headline-wrapper-2 {
    width: 360px;
    margin-left: 0;
    margin-right: 0;
  }

  .headline-wrapper-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-section-ueber-uns {
    background-position: 50%;
    min-height: 400px;
  }

  .headline-wrapper-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-content-home {
    justify-content: center;
    align-items: flex-start;
    padding-top: 140px;
  }

  .faq-section-2, .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .right-col-content-mission {
    width: 100%;
  }

  .headline-wrapper-5 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .vorteile-verkauf-sektion {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .headline-wrapper-8, .headline-wrapper-9, .headline-wrapper-10, .headline-wrapper-11 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .ueber-uns-sektion {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .headline-wrapper-12 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .headline-wrapper-13, .headline-wrapper-14, .headline-wrapper-15 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .headline-wrapper-16 {
    width: auto;
  }

  .headline-wrapper-17, .headline-wrapper-18 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .left-col-content-text {
    align-self: stretch;
    width: 100%;
  }

  .right-col-content-img {
    width: 100%;
  }

  .headline-wrapper-19 {
    margin-left: 0;
    margin-right: 0;
  }

  .kontakt-sektion {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .kontakt-2-cols {
    flex-flow: column;
  }

  .left-side-col, .headline-wrapper-20 {
    width: 100%;
  }

  .headline-wrapper-21 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .service-card-img-wrapper {
    width: calc(100% + 2px);
    max-width: none;
    max-height: none;
    margin-bottom: 0;
    margin-right: -1px;
  }

  .blog-left {
    padding-bottom: 80px;
  }

  .section-spacing-2 {
    height: auto;
  }

  .menu-dropdown-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .menu-items {
    border-right-style: none;
    border-right-width: 0;
    padding-right: 0;
  }

  .button-navbar {
    display: none;
  }

  .headline-wrapper-22, .headline-wrapper-23 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .btn-wrap-filled {
    width: 100%;
  }

  .style-gide-headings-holder-item {
    padding: 16px;
    overflow: hidden;
  }

  .colors-holder {
    flex-flow: column;
  }

  .style-gide-button-holder-layout {
    grid-template-columns: 1fr;
  }

  .blog-rich-text h1 {
    margin-bottom: 30px;
  }

  .blog-rich-text h3 {
    line-height: 34px;
  }

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

  .section-spacing.no-spacing {
    padding-left: 18px;
    padding-right: 18px;
  }

  .colors-holder-item, .style-gide-right {
    max-width: 100%;
  }

  .footer-bottom-layout {
    padding-bottom: 40px;
  }

  .hero-section {
    min-height: 99svh;
  }

  .common-content.unterseite-header-right {
    padding-top: 20px;
  }

  .choose-thumb-wrap {
    border-radius: 12px;
  }

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

  .process-thumb-wrap {
    border-radius: 12px;
  }

  .blog-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .faq {
    border-radius: 2px;
  }

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

  .faq-text-wrap {
    width: 100%;
  }

  .service-hero-layout {
    grid-template-columns: 1fr;
  }

  .about-hero-thumb-wrap, .mission-thumb-wrap {
    border-radius: 12px;
  }

  .values-box-wrap {
    grid-template-columns: 1fr;
  }

  .realtor-contact-wrap {
    border-radius: 12px;
  }

  .privacy-hero-section {
    margin-top: 80px;
  }

  .privacy-hero-title {
    font-size: 36px;
  }

  .error-section {
    margin-top: 80px;
  }

  .error-title {
    font-size: 139px;
  }

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

  .d-properties-hero-banner-wrap {
    border-radius: 12px;
  }

  .d-properties-left {
    padding-top: 120px;
  }

  .a-details-hero-box, .checkout-right, .customer-info-wrap, .shipping-address-wrap, .shipping-method-wrap, .payment-info-wrap, .order-items-wrap {
    border-radius: 12px;
  }

  .section-row.nav-bar-wrapper {
    height: 80px;
  }

  .h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .text-field-right-col {
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 17px;
    line-height: 27px;
  }

  .cta-button.submit.g-recaptcha {
    width: 100%;
  }

  .textarea-2 {
    font-size: 17px;
    line-height: 27px;
  }

  .select-field-2 {
    height: 52px;
  }

  .text-field-left-col {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 17px;
    line-height: 27px;
  }

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

  .icon-mail {
    width: 55px;
    height: 55px;
    padding: 15px;
  }

  .link-block-cta {
    text-align: center;
    margin-top: 5px;
  }

  .content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .right-side-buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-top: 15px;
  }

  .cta-button-container-header, .btn-primary {
    width: 100%;
  }

  .h1 {
    margin-bottom: 30px;
  }

  .splide.margin-top-40px.margin-bottom-40px.margin-top-mobil-30px {
    margin-top: 30px;
  }

  .splide__track.padding-bottom-20px.padding-bottom-mobil-10px {
    padding-bottom: 10px;
  }

  .icon-whatsapp {
    width: 55px;
    height: 55px;
    padding: 15px;
  }

  .hero-vertical-centered-block {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    text-align: center;
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .white.smaller {
    font-size: 28px;
  }

  .bewertungs-score-container {
    justify-content: center;
    align-items: center;
  }

  .btn-wrap-outline {
    width: 100%;
    height: 60px;
  }

  .btn-container {
    width: 100%;
  }

  .btn-container.margin-top-40px, .btn-container.align-left-margin-top-40px, .btn-container.margin-top-20px, .btn-container.align-left-margin-top-60px {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .services-card-bottom, .services-card-text-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tippgeber-grid {
    grid-column-gap: 10px;
  }

  .kontakt-wrap {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .button-77 {
    width: 100%;
    height: 60px;
  }

  .button-77.button-77-unterseite {
    align-items: center;
  }

  .team-section {
    grid-row-gap: 80px;
  }

  .team-member-card {
    flex-flow: column;
  }

  .team-member-image {
    max-width: 100%;
  }

  .icon-handy-button {
    width: 55px;
    height: 55px;
    padding: 13px 14px 14px;
  }

  .team-member-contact-buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

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

  .btn-container-left.margin-top-60px {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .headline-wrapper-1, .headline-wrapper-2 {
    width: 100%;
  }

  .hero-content-home {
    min-height: 99svh;
    padding-top: 100px;
  }

  .headline-wrapper-8, .headline-wrapper-11, .headline-wrapper-14, .headline-wrapper-15, .headline-wrapper-17 {
    text-align: left;
  }

  .headline-wrapper-19 {
    width: 100%;
  }

  .kontakt-2-cols {
    grid-column-gap: 10px;
  }

  .immobilienmakler-details-contact-buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .headline-wrapper-20 {
    width: 100%;
  }

  .karte-embedded {
    margin-top: 80px;
  }

  .text-field-row {
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 17px;
    line-height: 27px;
  }

  .sticky-contact {
    transform: translate(100vw);
  }

  .open-contact-block {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .sticky-contact-image {
    width: 100%;
  }

  .sticky-contact-wrapper {
    display: none;
  }

  .vertical-align-mobil {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .svh-wrapper {
    width: 100%;
    height: 100svh;
    padding-top: 20px;
  }

  .blog-left {
    padding-top: 120px;
  }

  .nav-bar {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-copyright-text.copyright-middle-padding {
    border-left-style: none;
    border-right-style: none;
  }
}

#w-node-ae02c310-15a4-8d4c-b145-ac6ecdbe1c18-ba493e95 {
  place-self: stretch stretch;
}

#w-node-b153d3be-230c-dcfd-1268-d084cd527b97-ba493e95 {
  place-self: start stretch;
}

#w-node-_8631d592-e3ac-c4b1-141d-51aed0543351-ba493e95 {
  align-self: end;
}

#w-node-_72723643-dd7b-5e8f-86f4-b8baa6f7ade3-ba493e95 {
  place-self: stretch stretch;
}

#w-node-_93dc4476-081d-2f0f-81e9-32143fdf0257-ba493e95 {
  align-self: start;
}

#w-node-_72723643-dd7b-5e8f-86f4-b8baa6f7ade6-ba493e95 {
  align-self: stretch;
}

#w-node-_72723643-dd7b-5e8f-86f4-b8baa6f7adeb-ba493e95 {
  align-self: end;
}

#w-node-_961753a8-9097-256b-e817-78e7b3316c40-ba493e95 {
  place-self: stretch stretch;
}

#w-node-_2c664b34-a5ab-75a1-a268-7732b4833870-ba493e95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_961753a8-9097-256b-e817-78e7b3316c43-ba493e95 {
  align-self: start;
}

#w-node-_961753a8-9097-256b-e817-78e7b3316c48-ba493e95 {
  align-self: end;
}

#w-node-aec01a39-e2ee-1285-ea10-208ec4d700f0-ba493e95 {
  justify-self: start;
}

#w-node-_419dff49-ba85-e642-2a21-2f9e42cde522-cb92e9ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_65f5f7bf-2bcc-d840-bebe-49db42e49127-cb92e9ea, #w-node-ae2ab435-e6bb-052e-f00c-9f68d4ff14ac-cb92e9ea, #w-node-_844f6ebe-253e-4947-b42d-3045ff2dab6b-cb92e9ea, #w-node-_9721dc67-7267-46f5-f676-731a69b96f9c-cb92e9ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80ad-cb92e9ea {
  align-self: end;
}

#w-node-_419dff49-ba85-e642-2a21-2f9e42cde522-42981cd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_65f5f7bf-2bcc-d840-bebe-49db42e49127-42981cd3, #w-node-ae2ab435-e6bb-052e-f00c-9f68d4ff14ac-42981cd3, #w-node-_844f6ebe-253e-4947-b42d-3045ff2dab6b-42981cd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9721dc67-7267-46f5-f676-731a69b96f9c-42981cd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80ad-42981cd3 {
  align-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-_93dc4476-081d-2f0f-81e9-32143fdf0257-ba493e95 {
    justify-self: stretch;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_9350f3cd-5002-4bc8-5715-0d5ec45557b0-c45557ab {
    place-self: center stretch;
  }

  #w-node-_4b04cbf6-79ec-421a-09aa-0f0d4e0002bc-c45557ab {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-b6edf444-b6a1-337b-13bc-88257d6c09e2-c45557ab {
    place-self: center;
  }

  #w-node-_9350f3cd-5002-4bc8-5715-0d5ec45557c3-c45557ab {
    justify-self: end;
  }

  #w-node-_9350f3cd-5002-4bc8-5715-0d5ec45557cc-c45557ab {
    justify-self: center;
  }

  #w-node-_1eca5833-7721-ac52-8bec-234a495c615e-c45557ab {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_9350f3cd-5002-4bc8-5715-0d5ec45557d7-c45557ab {
    place-self: center;
  }

  #w-node-_9350f3cd-5002-4bc8-5715-0d5ec45557da-c45557ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b153d3be-230c-dcfd-1268-d084cd527b97-ba493e95, #w-node-_93dc4476-081d-2f0f-81e9-32143fdf0257-ba493e95, #w-node-_2c664b34-a5ab-75a1-a268-7732b4833870-ba493e95 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-ba12940c-8b5a-2d0b-e131-a0bf033c83a6-ba493e95 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_396ae094-6908-4349-39b3-37d859dbd630-b5b180a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_857e9113-74f6-4e02-7480-c4b30ba48823-b5b180a5 {
    justify-self: start;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e806f-cb92e9ea {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e8071-cb92e9ea {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e8075-cb92e9ea, #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e807f-cb92e9ea {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80a3-cb92e9ea {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80ac-cb92e9ea {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80ae-cb92e9ea {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80e2-cb92e9ea {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e8103-cb92e9ea {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_6538a95b-b390-cfbb-72b1-0aff357c405a-cb92e9ea {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e806f-42981cd3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e8071-42981cd3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e8075-42981cd3, #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e807f-42981cd3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80a3-42981cd3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80ac-42981cd3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80ae-42981cd3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80e2-42981cd3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e8103-42981cd3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_6538a95b-b390-cfbb-72b1-0aff357c405a-42981cd3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-aa9eea69-a861-5889-cda1-c1e4e6139265-603ea43a {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ae02c310-15a4-8d4c-b145-ac6ecdbe1c18-ba493e95 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b153d3be-230c-dcfd-1268-d084cd527b97-ba493e95 {
    grid-row: span 1 / span 1;
  }

  #w-node-_396ae094-6908-4349-39b3-37d859dbd630-b5b180a5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1a284693-654e-e4a6-0bfa-223de8da4bef-b5b180a5 {
    order: 9999;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e806f-cb92e9ea {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e8071-cb92e9ea, #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80a3-cb92e9ea {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80a8-cb92e9ea, #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80ac-cb92e9ea {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80ae-cb92e9ea, #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e8103-cb92e9ea {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e8108-cb92e9ea, #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e806f-42981cd3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e8071-42981cd3, #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80a3-42981cd3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80a8-42981cd3, #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80ac-42981cd3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e80ae-42981cd3, #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e8103-42981cd3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b230ae12-2c48-9c53-d5a2-88b02d7e8108-42981cd3 {
    grid-area: 2 / 2 / 3 / 3;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-VariableFont_wdthwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-VariableFont_wdthwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Robotoserif';
  src: url('../fonts/RobotoSerif_36pt-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Robotoserif';
  src: url('../fonts/RobotoSerif_36pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-VariableFont_wdthwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}