:root {
  --grau: #4c4c4c;
  --kütüp-library--dark-slate-grey: #264653;
  --gold: #cfb474;
  --kütüp-library--white: white;
  --kütüp-library--dark-slate-grey-x: #2e5261;
  --kütüp-library--dim-grey: #6e6e6e;
  --kütüp-library--burntsienna: #e76f51;
  --kütüp-library--white-smoke: #eeece9;
  --kütüp-library--dim-grey-2: #524c44;
}

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

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

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

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.body {
  background-color: #fafafa;
  padding-top: 85px;
}

.container {
  width: 1025px;
  max-width: 1025px;
}

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

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.kutup-button-green {
  color: #fff;
  background-color: #cfb474;
  border-radius: 0;
  margin-right: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green:hover {
  background-color: #cfb474b3;
}

.kutup-section {
  background-color: #eeecea;
  padding: 90px 5%;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-large-container.eigenheim {
  padding-left: 50px;
  padding-right: 50px;
}

.kutup-display-2 {
  color: var(--grau);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-display-2.pd {
  font-weight: 400;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-features-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kutup-featrues-flex {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-features-line-block {
  grid-column-gap: 10px;
  border: 2px solid var(--kütüp-library--dark-slate-grey);
  color: var(--kütüp-library--dark-slate-grey);
  border-radius: 40px;
  flex: none;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.kutup-photo-wrapper {
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 86%;
  height: 570px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #264653;
}

.kutup-section-2 {
  padding: 90px 5%;
}

.kutup-display-3 {
  color: var(--grau);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-features-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.kutup-features-wrapper {
  border: 1px dotted var(--gold);
  flex-flow: column;
  flex: 1;
  align-items: center;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.kutup-divider-30px {
  min-width: 100%;
  height: 30px;
}

.kutup-features-title {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1;
}

.kutup-paragraph {
  color: var(--grau);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.kutup-paragraph.gold {
  color: var(--gold);
}

.kutup-paragraph.mitte {
  text-align: center;
}

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

.kutup-paragraph.large {
  margin-bottom: 0;
  font-size: 23px;
}

.kutup-medium-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-medium-container.referenz {
  max-width: none;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-small-top-text {
  color: var(--gold);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-author-title {
  color: var(--grau);
  margin-right: 10px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-author-title.d {
  font-weight: 400;
}

.kutup-client-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.kutup-testimonials-section {
  background-color: #eeece9;
  padding: 80px 5%;
}

.kutup-testimonials-section.marquee {
  padding-left: 0%;
  padding-right: 0%;
}

.kutup-testimonials-section.referenzen-portfolio {
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.kutup-start-flex {
  grid-column-gap: 2px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.kutup-client-wrapper-2 {
  width: 100%;
  color: var(--kütüp-library--dark-slate-grey);
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  margin-left: 1em;
  padding: 35px 32px 25px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.kutup-client-wrapper-2.erfolgreich-verkauft {
  position: relative;
  overflow: hidden;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 400px;
  height: 400px;
  padding: 0;
  /* Platzhalter, bis CMS (bildUrl) per JS als background-image gesetzt ist */
  background-color: #e8e8e8;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.kutup-client-wrapper-2.erfolgreich-verkauft .erfolgreich-verkauft-name {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  margin-top: auto;
  padding: 1.25rem 1.5rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  text-align: left;
  font-weight: 600;
}

.kutup-section-3 {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-display-4 {
  color: var(--grau);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-faq-content {
  text-align: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.kutup-faq-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.kutup-stripe-1 {
  background-color: #cfb474;
  width: 2px;
  height: 100%;
}

.kutup-stripe-2 {
  background-color: #cfb474;
  width: 100%;
  height: 2px;
  position: absolute;
}

.kutup-faq-wrapper {
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.kutup-faq-componenet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kutup-faq-title-content {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kutup-faq-title {
  color: var(--grau);
  font-size: 21px;
  font-weight: 700;
}

.kutup-faq-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.kutup-faq-top-part {
  background-color: #fff;
  border-bottom: 1px solid #29335c26;
  align-items: center;
  display: flex;
}

.kutup-faq-plus-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.kutup-section-4 {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-display-5 {
  color: var(--grau);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-divider-40px {
  height: 40px;
}

.kutup-photo-wrapper-2 {
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/Ruben-Helbig-Immobilienmakler-Schwalm-Eder-Kreis.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 86%;
  height: 570px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-nav-link {
  color: var(--gold);
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  transition: opacity .3s;
}

.kutup-nav-link:hover {
  color: #cfb47580;
}

.kutup-nav-link.w--current {
  color: var(--grau);
}

.kutup-nav-link.kontakt-mobile {
  background-color: var(--gold);
  color: var(--kütüp-library--white);
  display: none;
}

.kutup-flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-flex-divider.kutup-center {
  justify-content: center;
}

.kutup-dropdown-arrow {
  color: var(--kütüp-library--dark-slate-grey-x);
  margin-right: 12px;
  font-size: 12px;
  font-weight: 300;
}

.kutup-dropdown-list {
  padding: 2px;
}

.kutup-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-link {
  color: var(--kütüp-library--dark-slate-grey-x);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link:hover {
  color: var(--kütüp-library--dark-slate-grey);
}

.kutup-dropdown-toggle {
  color: #264653;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 600;
}

.kutup-dropdown-toggle:hover {
  color: #264653cc;
}

.kutup-dropdown {
  font-weight: 700;
}

.kutup-first-element {
  order: -1;
}

.kutup-nav-component-3 {
  background-color: #fff;
  padding: 15px 3%;
  position: fixed;
  inset: 0% 0% auto;
}

.kutup-nav-container-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.kutup-last-item {
  order: 1;
}

.kutup-button-green-2 {
  color: #fff;
  background-color: #cfb474;
  border-radius: 0;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green-2:hover {
  background-color: #5b5b5b;
}

.kutup-button-green-2.w--current {
  background-color: var(--gold);
}

.kutup-shrink-item {
  z-index: 1;
  flex: 1;
  position: relative;
}

.kutup-hero-1 {
  background-color: #cfb474;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  padding: 100px 5%;
  display: flex;
}

.kutup-hero-photo {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Immobilienmakler-Schwalm-Eder-Kreis-Ruben-Helbig.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 99%;
  max-width: 540px;
  min-height: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-hero-title-1 {
  color: var(--kütüp-library--white);
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 30px;
  right: 30px;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.kutup-footer-1 {
  background-color: #fff;
  border-top: 2px solid #cfb475;
  padding: 50px 5%;
}

.kutup-footer-flex {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.kutup-footer-horizontal-flex {
  grid-column-gap: 20px;
  display: flex;
}

.kutup-footer-link {
  color: #cfb474;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: #cfb47580;
}

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

.kutup-copyright {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.kutup-button-with-line {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-line {
  background-color: var(--kütüp-library--burntsienna);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.kutup-button-green-3 {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green-3:hover {
  background-color: #3f6474;
}

.kutup-hero-3 {
  background-color: #eeece9;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.kutup-hero-title-3 {
  color: var(--grau);
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.kutup-max-w-width-940px {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-subhead-dark {
  color: var(--grau);
  font-size: 18px;
  font-weight: 700;
}

.kutup-hero-icon {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.text-block-2 {
  color: var(--gold);
  font-weight: 400;
  line-height: 25px;
}

.kutup-button-green-4 {
  background-color: var(--gold);
  color: #fff;
  border-radius: 0;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green-4:hover {
  background-color: #cfb475b3;
}

.kutup-section-5 {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-large-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.kutup-max-w-width-640px-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-small-top-text-2 {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-15px {
  height: 15px;
}

.kutup-divider-20px-2 {
  height: 20px;
}

.kutup-display-6 {
  color: var(--grau);
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-divider-40px-2 {
  height: 40px;
}

.kutup-checkbox-label {
  color: var(--grau);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.kutup-field {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  height: 60px;
  margin-bottom: 0;
  padding-left: 14px;
  font-weight: 400;
}

.kutup-field::placeholder {
  color: var(--kütüp-library--dim-grey);
  font-size: 14px;
  font-weight: 700;
}

.kutup-field.kutup-select {
  background-color: #fff;
  padding-left: 0;
  padding-right: 12px;
}

.kutup-field._2 {
  height: 150px;
}

.kutup-request-form {
  width: 620px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-select-field {
  color: #686868;
  background-color: #fff;
  border: 1px #000;
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 14px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-select-field:active, .kutup-select-field:focus {
  color: #111;
}

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

.kutup-form-grid.anfragen {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.kutup-checkbox {
  background-color: #fff;
  border: 1px solid #29335c33;
  width: 17px;
  min-width: 17px;
  max-width: 17px;
  height: 17px;
  min-height: 17px;
  max-height: 17px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.kutup-checkbox.w--redirected-checked {
  border-color: var(--gold);
  background-color: var(--gold);
  background-image: none;
  min-width: 17px;
  max-width: 17px;
  min-height: 17px;
  max-height: 17px;
}

.success-message {
  background-color: var(--gold);
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}

.kutup-checkbox-field {
  font-size: 15px;
  display: flex;
}

.kutup-gray-link-2 {
  color: #818181;
  font-weight: 700;
}

.kutup-divider-30px-2 {
  height: 30px;
}

.kutup-hero-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 700px;
  display: grid;
}

.kutup-hero-left-part {
  background-color: #eeece9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 105px 10%;
  display: flex;
}

.kutup-hero-right-part {
  background-image: url('../images/23773.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.kutup-hero-right-part._2 {
  background-image: url('../images/inside-weather-Uxqlfigh6oE-unsplash-min.jpg');
  background-position: 50% 20%;
}

.kutup-hero-title-2 {
  color: var(--grau);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.kutup-divider-10px {
  height: 10px;
}

.kutup-form-block {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-button-subscribe {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 39px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  top: 10px;
  right: 14px;
}

.kutup-button-subscribe:hover {
  color: #fff;
  background-color: #3f6474;
  background-image: none;
}

.kutup-form-input {
  color: #575757cc;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  min-height: 80px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-form-input::placeholder {
  font-weight: 700;
}

.kutup-other-font {
  font-weight: 500;
}

.relative-form {
  position: relative;
}

.kutup-paragraph-2 {
  color: var(--kütüp-library--dim-grey);
  font-size: 16px;
  font-weight: 700;
}

.kutup-request-form-2 {
  max-width: 100%;
  margin: 60px auto 0;
}

.kutup-request-form-2.obejekt-template {
  margin-top: 0;
}

.tabs {
  width: 1025px;
  max-width: 100%;
}

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

.tab-link-tab-1 {
  border: 2px solid var(--gold);
  width: 49%;
  height: 50px;
  color: var(--gold);
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: all .4s ease-in-out;
  display: flex;
}

.tab-link-tab-1:hover, .tab-link-tab-1.w--current {
  background-color: var(--gold);
  color: var(--kütüp-library--white);
}

.div-block {
  padding-bottom: 15px;
}

.image {
  background-image: url('../images/Fassade-Immobilien-Schwalm-Eder-Kreis.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  margin-right: 4px;
  padding: 25px;
}

.image.grau {
  opacity: .74;
}

.image.kleiner {
  height: 200px;
}

.kutup-social-wrapper-flex-2 {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-section-6 {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-large-container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-small-top-text-3 {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-15px-2 {
  height: 15px;
}

.kutup-author-title-2 {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
}

.kutup-display-7 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-divider-40px-3 {
  height: 40px;
}

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

.kutup-team-image-square {
  border-radius: 5px;
  width: 100%;
}

.kutup-display-8 {
  color: var(--grau);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-features-flex-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-between;
  display: flex;
}

.kutup-features-wrapper-2 {
  flex: 1;
}

.kutup-divider-30px-3 {
  height: 30px;
}

.kutup-features-title-2 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1;
}

.kutup-divider-60px-2 {
  height: 60px;
}

.kutup-paragraph-3 {
  color: var(--kütüp-library--dim-grey);
  font-size: 16px;
  font-weight: 700;
}

.quick-stack-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0;
  display: grid;
}

.hintergrund {
  background-color: #fafafa;
  width: 100%;
}

.inhalt {
  padding: 25px;
}

.inhalt.wei {
  background-color: var(--kütüp-library--white);
}

.title {
  color: #d7b66d;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 25px;
}

.kurzbeschreibung {
  font-size: 15px;
}

.bold-text {
  font-weight: 400;
  line-height: 30px;
}

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

.text-block-3 {
  background-color: var(--gold);
  color: #fafafa;
  padding: 10px 15px;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.text-block-3.verkauft {
  background-color: var(--kütüp-library--burntsienna);
}

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

.link-block {
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.link-block:hover {
  transform: scale(1.02);
}

.kutup-button-green-5 {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green-5:hover {
  background-color: #3f6474;
}

.kutup-display-9 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-features-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kutup-featrues-flex-2 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-features-line-block-2 {
  grid-column-gap: 10px;
  border: 2px solid var(--kütüp-library--dark-slate-grey);
  color: var(--kütüp-library--dark-slate-grey);
  border-radius: 40px;
  flex: none;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.kutup-photo-wrapper-3 {
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 86%;
  height: 570px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-4 {
  color: #264653;
}

.kutup-flex-divider-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-flex-divider-2.kutup-center {
  justify-content: center;
}

.kutup-button-with-line-2 {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-line-2 {
  background-color: var(--kütüp-library--burntsienna);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.kutup-shrink-item-2 {
  z-index: 1;
  flex: 1;
  position: relative;
}

.kutup-hero-4 {
  background-color: #eeece9;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.kutup-hero-4.rechtlich {
  min-height: 40vh;
}

.kutup-hero-title-4 {
  color: var(--grau);
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.kutup-max-w-width-940px-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-subhead-dark-2 {
  color: var(--kütüp-library--dim-grey);
  font-size: 18px;
  font-weight: 700;
}

.kutup-hero-icon-2 {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.kutup-max-w-width-640px-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-divider-20px-3 {
  height: 20px;
}

.kutup-statistics-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kutup-statistics-block {
  background-color: var(--kütüp-library--white-smoke);
  color: var(--kütüp-library--dim-grey-2);
  border-radius: 0;
  flex-direction: column;
  flex: 0 47%;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 25px 35px;
  font-weight: 700;
  display: flex;
}

.kutup-statistic-number {
  border-bottom-color: #ffffff4d;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.quick-stack-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-bottom: 25px;
  padding: 0;
}

.div-block-3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

/* detail_objekte — Objektdaten: feste Label-Spalte, goldene Werte starten auf einer Linie */
.quick-stack-4 > .w-layout-cell:first-child > .div-block-3 {
  display: grid;
  grid-template-columns: 12.75rem minmax(0, 1fr);
  column-gap: 1rem;
  align-items: start;
  justify-content: start;
  padding-bottom: 0.45rem;
}

.quick-stack-4 > .w-layout-cell:first-child > .div-block-3 .kutup-paragraph {
  margin-bottom: 0;
}

.quick-stack-4 > .w-layout-cell:first-child > .div-block-3 .kutup-paragraph:not(.gold) {
  padding-right: 0;
}

.quick-stack-4 > .w-layout-cell:first-child > .div-block-3 .kutup-paragraph.gold {
  text-align: left;
  min-width: 0;
  line-height: 1.35;
}

@media screen and (max-width: 991px) {
  .quick-stack-4 > .w-layout-cell:first-child > .div-block-3 {
    grid-template-columns: 11rem minmax(0, 1fr);
    column-gap: 0.75rem;
  }
}

@media screen and (max-width: 479px) {
  .quick-stack-4 > .w-layout-cell:first-child > .div-block-3 {
    grid-template-columns: minmax(7.25rem, 36%) minmax(0, 1fr);
    column-gap: 0.5rem;
  }
}

.div-block-4 {
  padding-bottom: 20px;
}

.div-block-5 {
  z-index: 100;
  padding-bottom: 25px;
  padding-right: 25px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.ort {
  color: var(--grau);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.ort.pd {
  font-weight: 400;
}

.div-block-6 {
  padding-right: 30px;
}

.kutup-section-7 {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-large-container-4 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-max-w-width-640px-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-small-top-text-4 {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-display-10 {
  color: var(--grau);
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kutup-logo-image {
  z-index: 2;
}

.kutup-divider-40px-4 {
  height: 40px;
}

.video {
  width: 80%;
}

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

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 50px;
  padding: 0;
}

.image2 {
  background-image: url('../images/Immobilie-Schwalm-Eder-Kreis.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  height: 500px;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #eeece9;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 66%;
  height: 500px;
  padding: 50px;
  display: flex;
  overflow: scroll;
}

/* referenzen.html: Käufer-Block, dann Verkäufer-Block untereinander (volle Breite) */
.div-block-8.mellowedit-referenz-card-text {
  flex-flow: column;
  align-items: stretch;
  justify-content: flex-start;
  grid-row-gap: 28px;
  row-gap: 28px;
  height: auto;
  min-height: 500px;
  overflow: visible;
}

/* Bildhöhe = Höhe der Textbox (Flex-Stretch), mindestens wie bisher */
.collection-item-2:has(.mellowedit-referenz-card-text) {
  align-items: stretch;
}

.collection-item-2:has(.mellowedit-referenz-card-text) .image2 {
  height: auto;
  min-height: 500px;
  align-self: stretch;
  flex-shrink: 0;
}

.div-block-8.mellowedit-referenz-card-text > div:first-child,
.div-block-8.mellowedit-referenz-card-text > .div-block-17 {
  flex: none;
  width: 100%;
  min-width: 0;
}

.div-block-8.mellowedit-referenz-card-text .div-block-17 {
  text-align: left;
}

.div-block-8.mellowedit-referenz-card-text .div-block-21 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.text-block-5 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.kutup-flex-divider-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-flex-divider-3.kutup-center {
  justify-content: center;
}

.kutup-button-with-line-3 {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-line-3 {
  background-color: var(--kütüp-library--burntsienna);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.kutup-shrink-item-3 {
  z-index: 1;
  flex: 1;
  position: relative;
}

.kutup-button-green-6 {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green-6:hover {
  background-color: #3f6474;
}

.kutup-large-container-5 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-divider-30px-4 {
  height: 30px;
}

.kutup-divider-60px-3 {
  height: 60px;
}

.kutup-hero-5 {
  background-color: #eeece9;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.kutup-hero-title-5 {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.kutup-max-w-width-940px-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-subhead-dark-3 {
  color: var(--kütüp-library--dim-grey);
  font-size: 18px;
  font-weight: 700;
}

.kutup-hero-icon-3 {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.youtube {
  width: 80%;
}

.div-block-9 {
  width: 700px;
  height: 400px;
}

.div-block-9.header {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-10 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.video-2.hidden {
  display: none;
}

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

.rh-header {
  background-color: #eeecea;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 90px 5%;
  display: flex;
}

.rh-header.referenzen {
  padding-top: 20px;
}

.rich-text-block {
  font-size: 18px;
  line-height: 25px;
}

.kauf-oder-miete {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button {
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 5px;
  position: relative;
}

.radio-button.w--redirected-checked {
  background-color: var(--gold);
  border: 1px #000;
}

.radio-button-field {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  font-weight: 700;
  position: relative;
}

.radio-button-label {
  color: #333;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.link, .link-2 {
  color: var(--gold);
}

.link-3 {
  color: #cfb474;
}

.link-4 {
  color: var(--gold);
}

.link-block-2 {
  text-decoration: none;
}

.text-block-6 {
  color: var(--gold);
  font-size: 100px;
  line-height: 50px;
}

.slide {
  width: 50%;
  padding-left: 1rem;
}

.slider {
  background-color: #0000;
}

.slide-nav {
  display: none;
}

.fs-marquee_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.marquee-list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  display: flex;
}

.is-vertical {
  flex-flow: column;
  height: 35rem;
}

.marquee-item {
  backface-visibility: hidden;
  width: 30rem;
  max-width: 90vw;
  transition-property: transform opacity;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: relative;
}

.marquee-item.box.erfolgreich-verkauft {
  min-width: 50vw;
}

.fs-marquee_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.collection-item {
  align-items: stretch;
  display: flex;
}

.kutup-divider-30px-copy {
  min-width: 100%;
  height: 30px;
}

.div-block-12 {
  background-color: #fafafa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: -30px;
  left: -20px;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

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

.image-2 {
  opacity: .75;
  filter: saturate(0%);
  height: 50px;
}

.visible-mobile {
  display: none;
}

.div-block-14 {
  background-color: var(--kütüp-library--white);
  padding: 1rem;
}

.cell {
  align-items: stretch;
}

.image-3 {
  filter: saturate(0%);
}

.block-quote {
  font-style: italic;
}

.quick-stack-7, .quick-stack-8 {
  padding: 0;
}

.cell-2 {
  justify-content: space-between;
}

.fs-marquee-pictures_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fs-marquee-pictures_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
}

.fs-marquee-pictures_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.fs-marquee-pictures_item {
  backface-visibility: hidden;
  width: 200px;
  height: 130px;
  transition-property: transform opacity;
  background-color: #f5f5f5;
  background-image: url('../images/Fassade-Immobilien-Schwalm-Eder-Kreis.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-marquee-pictures_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--kütüp-library--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.div-block-15.hidden-desktop {
  display: none;
}

.kutup-paragraph-copy {
  color: var(--grau);
  text-align: left;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.kutup-paragraph-copy.gold {
  color: var(--gold);
}

.kutup-paragraph-copy.mitte {
  text-align: center;
}

.kutup-paragraph-copy.no-margin {
  margin-bottom: 0;
}

.quick-stack-9 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.link-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--grau);
  text-decoration-color: var(--grau);
  align-items: center;
  display: flex;
}

.link-block-3:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--grau);
  text-decoration-color: var(--grau);
}

.image-4 {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-16._2 {
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
}

.cell-3 {
  justify-content: flex-start;
}

.collection-item-2 {
  flex-flow: row;
  display: flex;
}

.collection-item-2.reverse {
  flex-flow: row-reverse;
}

.collection-list-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.div-block-17 {
  text-align: right;
}

.div-block-18 {
  width: 100%;
}

.hidden {
  display: none;
}

.image-5 {
  width: 70px;
}

.collection-list-wrapper {
  color: var(--gold);
  margin-top: 50px;
  margin-bottom: 25px;
  padding-top: 0;
}

.link-5 {
  color: var(--gold);
  text-decoration: none;
}

.div-block-20 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.code-embed {
  height: 100%;
}

.image-6 {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .kutup-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-features-grid {
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .kutup-featrues-flex {
    align-items: center;
  }

  .kutup-photo-wrapper {
    object-position: 50% 50%;
  }

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

  .kutup-features-flex {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    align-content: stretch;
  }

  .kutup-features-wrapper {
    flex: 0 45%;
  }

  .kutup-client-grid {
    grid-column-gap: 20px;
  }

  .kutup-section-3, .kutup-section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-photo-wrapper-2 {
    object-position: 50% 50%;
  }

  .kutup-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-nav-menu {
    background-color: #fff;
  }

  .kutup-dropdown-arrow {
    margin-right: 30px;
  }

  .kutup-menu-button {
    order: 1;
    padding-top: 15px;
    padding-left: 30px;
  }

  .kutup-menu-button.w--open {
    background-color: #0000;
  }

  .kutup-dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown {
    width: 100%;
  }

  .kutup-last-item {
    order: 1;
  }

  .kutup-hero-1 {
    min-height: auto;
  }

  .kutup-hero-photo {
    max-width: 440px;
    min-height: 450px;
  }

  .kutup-hero-title-1 {
    font-size: 40px;
  }

  .kutup-hero-3 {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .kutup-hero-title-3 {
    font-size: 70px;
  }

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

  .kutup-hero-2 {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    min-height: auto;
    display: flex;
  }

  .kutup-hero-right-part {
    min-height: 600px;
  }

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

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

  .kutup-features-flex-2 {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    align-content: stretch;
  }

  .kutup-features-wrapper-2 {
    flex: 0 45%;
  }

  .kutup-features-grid-2 {
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .kutup-featrues-flex-2 {
    align-items: center;
  }

  .kutup-photo-wrapper-3 {
    object-position: 50% 50%;
  }

  .kutup-hero-4 {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .kutup-hero-title-4 {
    font-size: 70px;
  }

  .kutup-statistics-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

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

  .kutup-hero-5 {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .kutup-hero-title-5 {
    font-size: 70px;
  }

  .rh-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-photo-wrapper {
    height: 500px;
  }

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

  .kutup-display-3 {
    font-size: 40px;
  }

  .kutup-client-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .kutup-section-3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-display-4 {
    font-size: 40px;
  }

  .kutup-section-4 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-display-5 {
    font-size: 40px;
  }

  .kutup-photo-wrapper-2 {
    height: 500px;
  }

  .kutup-hero-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-hero-photo {
    max-width: 80%;
    min-height: 420px;
  }

  .kutup-hero-title-1 {
    text-align: center;
    left: auto;
    right: auto;
  }

  .kutup-footer-horizontal-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .kutup-hero-title-3 {
    font-size: 50px;
  }

  .kutup-section-5 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-hero-left-part {
    padding: 70px 10%;
  }

  .kutup-hero-right-part {
    min-height: 500px;
  }

  .kutup-hero-title-2 {
    font-size: 50px;
  }

  .kutup-section-6 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-team-grid-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .kutup-display-8, .kutup-display-9 {
    font-size: 40px;
  }

  .kutup-photo-wrapper-3 {
    height: 500px;
  }

  .kutup-hero-title-4 {
    font-size: 50px;
  }

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

  .ort {
    font-size: 40px;
  }

  .kutup-section-7 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-hero-title-5 {
    font-size: 50px;
  }

  .rh-header {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-top: 60px;
  }

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

  .kutup-display-2 {
    font-size: 40px;
    line-height: 1.1;
  }

  .kutup-divider-60px {
    height: 50px;
  }

  .kutup-featrues-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-features-line-block {
    margin-right: 0;
  }

  .kutup-photo-wrapper {
    width: 100%;
    height: 300px;
  }

  .kutup-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-display-3 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-features-flex {
    grid-row-gap: 35px;
  }

  .kutup-features-wrapper {
    flex: 0 auto;
  }

  .kutup-paragraph.large {
    z-index: 10;
    font-size: 18px;
  }

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

  .kutup-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-display-4 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-display-5 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-photo-wrapper-2 {
    width: 100%;
    height: 400px;
  }

  .kutup-nav-link.kontakt-mobile {
    display: block;
  }

  .kutup-flex-divider {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-flex-divider.kutup-center {
    align-items: center;
  }

  .kutup-mobile-portrait-hide {
    display: none;
  }

  .kutup-nav-component-3 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .kutup-hero-photo {
    justify-content: center;
    align-items: center;
    min-height: 250px;
  }

  .kutup-hero-title-1 {
    font-size: 30px;
    bottom: 50%;
    left: 20px;
    right: 20px;
  }

  .kutup-footer-horizontal-flex {
    justify-content: center;
  }

  .kutup-hero-3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-hero-title-3 {
    text-align: left;
    font-size: 40px;
  }

  .kutup-hero-title-3.mitte {
    text-align: center;
  }

  .kutup-section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-display-6 {
    font-size: 32px;
  }

  .kutup-field.kutup-select {
    margin-bottom: 10px;
  }

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

  .kutup-form-grid.anfragen {
    grid-template-columns: 1fr;
  }

  .kutup-checkbox {
    flex: none;
  }

  .kutup-hero-left-part {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .kutup-hero-right-part {
    min-height: 340px;
  }

  .kutup-hero-title-2 {
    font-size: 30px;
  }

  .kutup-button-subscribe {
    width: 100%;
    min-height: 50px;
    position: relative;
    top: 0;
    right: 0;
  }

  .kutup-form-input {
    min-height: 60px;
  }

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

  .tab-link-tab-1 {
    width: 100%;
  }

  .kutup-section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-display-7 {
    font-size: 32px;
  }

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

  .kutup-display-8 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-features-flex-2 {
    grid-row-gap: 35px;
  }

  .kutup-features-wrapper-2 {
    flex: 0 auto;
  }

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

  .kutup-display-9 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-featrues-flex-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-features-line-block-2 {
    margin-right: 0;
  }

  .kutup-photo-wrapper-3 {
    width: 100%;
    height: 300px;
  }

  .kutup-flex-divider-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-flex-divider-2.kutup-center {
    align-items: center;
  }

  .kutup-hero-4 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-hero-title-4 {
    font-size: 40px;
  }

  .kutup-statistics-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .ort {
    font-size: 40px;
    line-height: 1.1;
  }

  .div-block-6 {
    width: 100%;
  }

  .kutup-section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-display-10 {
    font-size: 32px;
  }

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

  .image2 {
    width: 100%;
    height: 350px;
  }

  .collection-item-2:has(.mellowedit-referenz-card-text) .image2 {
    height: auto;
    min-height: 280px;
    aspect-ratio: 5 / 4;
    align-self: stretch;
  }

  .div-block-8 {
    width: 100%;
    height: auto;
    padding: 15px 10px;
  }

  .div-block-8.mellowedit-referenz-card-text {
    grid-row-gap: 20px;
    row-gap: 20px;
    min-height: 0;
  }

  .kutup-flex-divider-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-flex-divider-3.kutup-center {
    align-items: center;
  }

  .kutup-shrink-item-3 {
    max-width: 100%;
  }

  .kutup-hero-5 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-hero-title-5 {
    font-size: 40px;
  }

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

  .div-block-9.header {
    padding-top: 50px;
  }

  .div-block-9.no-height {
    height: auto;
  }

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

  .rh-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kauf-oder-miete {
    min-height: 50px;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .marquee-item {
    width: 100vw;
    max-width: none;
  }

  .div-block-13 {
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .image-2 {
    height: 30px;
  }

  .image-2.hidden-mobile, .div-block-platzhalter-grid {
    display: none;
  }

  .visible-mobile {
    display: block;
  }

  .hidden-mobile {
    display: none;
  }

  .div-block-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 5px 5px 15px;
  }

  .div-block-15.hidden-desktop {
    display: block;
  }

  .image-4 {
    width: 40px;
    height: 40px;
  }

  .div-block-16._2, .collection-item-2 {
    flex-flow: column;
  }

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

  .image-5 {
    width: 50px;
  }
}

#w-node-ca56d259-5e65-6056-a007-185b5e18850c-57d86564 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0be5d90e-2fdc-976d-c517-50a7162ebe61-57d86564, #w-node-_0be5d90e-2fdc-976d-c517-50a7162ebe62-57d86564 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94b84e52-7aa9-7acd-2223-d65d356460fd-57d86564 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4a7c9caa-6c86-0db2-af5c-471a03962913-57d86564, #w-node-_348ea64c-d21a-e44f-da27-0a330434d252-57d86564, #w-node-_20b14fd2-2230-d8d6-01d7-f08c81fb7828-57d86564, #w-node-aa79a706-f874-da56-99f3-5ffc4e54f512-57d86564, #w-node-_5911135a-37b0-ee09-f479-5cefec999de4-57d86564, #w-node-_5911135a-37b0-ee09-f479-5cefec999de5-57d86564, #w-node-_7b3edec5-6a9e-894a-cc44-ab951b0c6022-57d86564, #w-node-_7b3edec5-6a9e-894a-cc44-ab951b0c6023-57d86564, #w-node-_9ff67c0a-802c-06eb-73d5-aab0aa6c831f-57d86564, #w-node-_9ff67c0a-802c-06eb-73d5-aab0aa6c8320-57d86564, #w-node-_245f32d7-04c1-4b76-2c7d-970e0f8b304f-57d86564, #w-node-_245f32d7-04c1-4b76-2c7d-970e0f8b3050-57d86564, #w-node-c6d0a0a0-c56d-806b-a249-c89753d9b085-57d86564, #w-node-c6d0a0a0-c56d-806b-a249-c89753d9b086-57d86564 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ae052a0b-3333-4ef9-fbce-35328c953e0a-8965eafe, #w-node-ae052a0b-3333-4ef9-fbce-35328c953e2c-8965eafe, #Name.w-node-f876afa4-e9dd-646e-4773-d0c9b4590290-8965eafe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Besondere-W-nsche.w-node-_7c0827cb-4fce-0a9e-270f-8c84d04d8c5f-8965eafe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ae052a0b-3333-4ef9-fbce-35328c953e0a-da01c61f, #w-node-ae052a0b-3333-4ef9-fbce-35328c953e2c-da01c61f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ca8ec84-0a04-d597-185f-5366f8b91bd6-da01c61f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-edac1ea4-060c-fb9e-efc6-cd684f9f8f70-1b7a4502, #w-node-edac1ea4-060c-fb9e-efc6-cd684f9f8f7f-1b7a4502 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b1e7c7b-ba89-d949-5282-f0917d9a2664-1b7a4502 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9c6a78c2-d0c2-1d2f-5873-10dca4cd35b8-1b7a4502 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_8de77f01-fc95-a459-fd6e-db1aff89d866-c4ca3c49 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8de77f01-fc95-a459-fd6e-db1aff89d8ba-c4ca3c49, #w-node-_8de77f01-fc95-a459-fd6e-db1aff89d8bb-c4ca3c49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de77f01-fc95-a459-fd6e-db1aff89d8d2-c4ca3c49 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8de77f01-fc95-a459-fd6e-db1aff89d8ef-c4ca3c49, #w-node-_8de77f01-fc95-a459-fd6e-db1aff89d8f0-c4ca3c49, #w-node-_8de77f01-fc95-a459-fd6e-db1aff89d8f3-c4ca3c49, #w-node-_8de77f01-fc95-a459-fd6e-db1aff89d8f4-c4ca3c49, #w-node-_8de77f01-fc95-a459-fd6e-db1aff89d8f7-c4ca3c49, #w-node-_8de77f01-fc95-a459-fd6e-db1aff89d8f8-c4ca3c49, #w-node-_8de77f01-fc95-a459-fd6e-db1aff89d8fb-c4ca3c49, #w-node-_8de77f01-fc95-a459-fd6e-db1aff89d8fc-c4ca3c49, #w-node-_8de77f01-fc95-a459-fd6e-db1aff89d900-c4ca3c49, #w-node-_8de77f01-fc95-a459-fd6e-db1aff89d901-c4ca3c49, #w-node-_8de77f01-fc95-a459-fd6e-db1aff89d904-c4ca3c49, #w-node-_8de77f01-fc95-a459-fd6e-db1aff89d905-c4ca3c49, #w-node-_8de77f01-fc95-a459-fd6e-db1aff89d908-c4ca3c49, #w-node-_8de77f01-fc95-a459-fd6e-db1aff89d909-c4ca3c49 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7d779ac-4ebe-59fc-3fd5-ef91b6579077-26d67362 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d7d779ac-4ebe-59fc-3fd5-ef91b65790cb-26d67362, #w-node-d7d779ac-4ebe-59fc-3fd5-ef91b65790cc-26d67362 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7d779ac-4ebe-59fc-3fd5-ef91b65790e3-26d67362 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d7d779ac-4ebe-59fc-3fd5-ef91b6579100-26d67362, #w-node-d7d779ac-4ebe-59fc-3fd5-ef91b6579101-26d67362, #w-node-d7d779ac-4ebe-59fc-3fd5-ef91b6579104-26d67362, #w-node-d7d779ac-4ebe-59fc-3fd5-ef91b6579105-26d67362, #w-node-d7d779ac-4ebe-59fc-3fd5-ef91b6579108-26d67362, #w-node-d7d779ac-4ebe-59fc-3fd5-ef91b6579109-26d67362, #w-node-d7d779ac-4ebe-59fc-3fd5-ef91b657910c-26d67362, #w-node-d7d779ac-4ebe-59fc-3fd5-ef91b657910d-26d67362, #w-node-d7d779ac-4ebe-59fc-3fd5-ef91b6579111-26d67362, #w-node-d7d779ac-4ebe-59fc-3fd5-ef91b6579112-26d67362, #w-node-d7d779ac-4ebe-59fc-3fd5-ef91b6579115-26d67362, #w-node-d7d779ac-4ebe-59fc-3fd5-ef91b6579116-26d67362, #w-node-d7d779ac-4ebe-59fc-3fd5-ef91b6579119-26d67362, #w-node-d7d779ac-4ebe-59fc-3fd5-ef91b657911a-26d67362 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba2b2828-9bd0-d1a1-25e3-357bfb075499-37b1fed6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ba2b2828-9bd0-d1a1-25e3-357bfb0754ed-37b1fed6, #w-node-ba2b2828-9bd0-d1a1-25e3-357bfb0754ee-37b1fed6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba2b2828-9bd0-d1a1-25e3-357bfb075505-37b1fed6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ba2b2828-9bd0-d1a1-25e3-357bfb075522-37b1fed6, #w-node-ba2b2828-9bd0-d1a1-25e3-357bfb075523-37b1fed6, #w-node-ba2b2828-9bd0-d1a1-25e3-357bfb075526-37b1fed6, #w-node-ba2b2828-9bd0-d1a1-25e3-357bfb075527-37b1fed6, #w-node-ba2b2828-9bd0-d1a1-25e3-357bfb07552a-37b1fed6, #w-node-ba2b2828-9bd0-d1a1-25e3-357bfb07552b-37b1fed6, #w-node-ba2b2828-9bd0-d1a1-25e3-357bfb07552e-37b1fed6, #w-node-ba2b2828-9bd0-d1a1-25e3-357bfb07552f-37b1fed6, #w-node-ba2b2828-9bd0-d1a1-25e3-357bfb075533-37b1fed6, #w-node-ba2b2828-9bd0-d1a1-25e3-357bfb075534-37b1fed6, #w-node-ba2b2828-9bd0-d1a1-25e3-357bfb075537-37b1fed6, #w-node-ba2b2828-9bd0-d1a1-25e3-357bfb075538-37b1fed6, #w-node-ba2b2828-9bd0-d1a1-25e3-357bfb07553b-37b1fed6, #w-node-ba2b2828-9bd0-d1a1-25e3-357bfb07553c-37b1fed6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56fbb488-440c-b701-9b14-9cc7af22becb-6328cd5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_56fbb488-440c-b701-9b14-9cc7af22bf1f-6328cd5e, #w-node-_56fbb488-440c-b701-9b14-9cc7af22bf20-6328cd5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56fbb488-440c-b701-9b14-9cc7af22bf37-6328cd5e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_56fbb488-440c-b701-9b14-9cc7af22bf54-6328cd5e, #w-node-_56fbb488-440c-b701-9b14-9cc7af22bf55-6328cd5e, #w-node-_56fbb488-440c-b701-9b14-9cc7af22bf58-6328cd5e, #w-node-_56fbb488-440c-b701-9b14-9cc7af22bf59-6328cd5e, #w-node-_56fbb488-440c-b701-9b14-9cc7af22bf5c-6328cd5e, #w-node-_56fbb488-440c-b701-9b14-9cc7af22bf5d-6328cd5e, #w-node-_56fbb488-440c-b701-9b14-9cc7af22bf60-6328cd5e, #w-node-_56fbb488-440c-b701-9b14-9cc7af22bf61-6328cd5e, #w-node-_56fbb488-440c-b701-9b14-9cc7af22bf65-6328cd5e, #w-node-_56fbb488-440c-b701-9b14-9cc7af22bf66-6328cd5e, #w-node-_56fbb488-440c-b701-9b14-9cc7af22bf69-6328cd5e, #w-node-_56fbb488-440c-b701-9b14-9cc7af22bf6a-6328cd5e, #w-node-_56fbb488-440c-b701-9b14-9cc7af22bf6d-6328cd5e, #w-node-_56fbb488-440c-b701-9b14-9cc7af22bf6e-6328cd5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-ca56d259-5e65-6056-a007-185b5e18850c-57d86564 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #Besondere-W-nsche.w-node-_7c0827cb-4fce-0a9e-270f-8c84d04d8c5f-8965eafe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b1e7c7b-ba89-d949-5282-f0917d9a2664-1b7a4502 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9c6a78c2-d0c2-1d2f-5873-10dca4cd35b8-1b7a4502, #w-node-_8de77f01-fc95-a459-fd6e-db1aff89d866-c4ca3c49, #w-node-d7d779ac-4ebe-59fc-3fd5-ef91b6579077-26d67362, #w-node-ba2b2828-9bd0-d1a1-25e3-357bfb075499-37b1fed6, #w-node-_56fbb488-440c-b701-9b14-9cc7af22becb-6328cd5e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


