@charset "UTF-8";
/**
 * Variables
 */
/**
 * Filter Seite 
 */
.sm_realestate-listing {
  position: relative;
  padding: 0 15px;
}
.sm_realestate-listing__wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .sm_realestate-listing__wrapper {
    width: calc(50% - 25px);
  }
}
.sm_realestate-listing--short .sm_realestate-listing__wrapper {
  width: 100%;
}
.sm_realestate-listing--projects .sm_realestate-listing__items {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.sm_realestate-listing--projects .sm_realestate-listing__items > div {
  width: 100%;
}
@media (min-width: 768px) {
  .sm_realestate-listing--projects .sm_realestate-listing__items > div {
    width: calc(50% - 2rem);
  }
}
@media (min-width: 992px) {
  .sm_realestate-listing--projects .sm_realestate-listing__items > div {
    width: calc(33.33333% - 2rem);
  }
}
.sm_realestate-listing__item {
  color: #1f2844;
  margin-bottom: 4rem;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0.175em 0.25em 0px rgba(9, 0, 48, 0.2);
  background: #f2f7f8;
}
.sm_realestate-listing--filter .sm_realestate-listing__item {
  background: #ffffff;
}
@media (min-width: 1100px) {
  .sm_realestate-listing--filter .sm_realestate-listing__item {
    display: flex;
  }
  .sm_realestate-listing--filter .sm_realestate-listing__item > div {
    width: 50%;
  }
}
.sm_realestate-listing__item__status {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background: #1f2844;
  color: #fff;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.005em;
  z-index: 5;
  transform: rotate(-45deg);
  transform-origin: 83px 69px;
  width: 150px !important;
  text-align: center;
}
.sm_realestate-listing__item__wohnflaeche, .sm_realestate-listing__item__anzahl_zimmer, .sm_realestate-listing__item__gesamtpreis, .sm_realestate-listing__item__price {
  letter-spacing: 0.005em;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  padding: 3px 0;
  position: relative;
  line-height: 1.7;
}
.sm_realestate-listing__item__wohnflaeche:before, .sm_realestate-listing__item__anzahl_zimmer:before, .sm_realestate-listing__item__gesamtpreis:before, .sm_realestate-listing__item__price:before {
  width: 35px;
  margin-left: -10px;
  text-align: center;
  top: 0;
  line-height: 28px;
  display: inline-block;
  font-family: "FontAwesomeRegular";
}
.sm_realestate-listing__item__wohnflaeche:before {
  content: "";
}
.sm_realestate-listing__item__anzahl_zimmer:before {
  content: "";
}
.sm_realestate-listing__item__gesamtpreis:before {
  content: "";
}
.sm_realestate-listing__item__price:before {
  content: "";
}
.sm_realestate-listing--projects .sm_realestate-listing__item {
  margin-bottom: 1rem;
}
.sm_realestate-listing__item__title {
  margin-top: -3px;
  line-height: 1.4;
  font-size: 24.5px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Arsenal", sans-serif;
  hyphens: auto;
  padding-bottom: 1rem;
  margin-bottom: 1.1rem;
  position: relative;
}
.sm_realestate-listing__item__title a {
  color: #1f2844;
}
.sm_realestate-listing__item__title:after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #66c8b9;
}
.sm_realestate-listing--slideshow .sm_realestate-listing__item__title:after {
  left: 50%;
  margin-left: -2.5rem;
}
.sm_realestate-listing__item__title--map {
  margin: 0 0 10px 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Arsenal", sans-serif;
  hyphens: auto;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .sm_realestate-listing__item__title--map {
    font-size: 20px;
  }
}
.sm_realestate-listing__item__title--map a {
  color: #1f2844;
}
.sm_realestate-listing__item__image {
  background: #ccc;
  aspect-ratio: 1.7777777778;
  margin-bottom: 0;
  width: 100%;
}
.sm_realestate-listing--slideshow .sm_realestate-listing__item__image {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.sm_realestate-listing__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 768px) {
  .sm_realestate-listing__item__image img {
    border-radius: 5px 0 0 5px;
  }
}
.sm_realestate-listing__item__image .owl-stage, .sm_realestate-listing__item__image .owl-carousel > div, .sm_realestate-listing__item__image .owl-carousel, .sm_realestate-listing__item__image .item, .sm_realestate-listing__item__image .owl-item {
  height: 100%;
}
.sm_realestate-listing__item__content {
  padding: 2rem;
}
@media (min-width: 1100px) {
  .sm_realestate-listing--filter .sm_realestate-listing__item__content {
    padding: 3rem 2rem;
  }
}
.sm_realestate-listing--slideshow .sm_realestate-listing__item__content {
  min-height: 70vh;
  padding: 4rem 12%;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 767px) {
  .sm_realestate-listing--slideshow .sm_realestate-listing__item__content {
    padding: 2rem 20% 4rem;
    min-height: 60vh;
  }
}
.sm_realestate-listing--slideshow .sm_realestate-listing__item__content .sm_realestate-listing__item__city {
  margin-top: auto;
}
.sm_realestate-listing--slideshow .sm_realestate-listing__item__content .sm_realestate-listing__item__title a {
  color: #fff !important;
  text-decoration: none;
  font-size: 38.5px;
}
.sm_realestate-listing--slideshow .sm_realestate-listing__item__content .sm_realestate-listing__item__wohnflaeche, .sm_realestate-listing--slideshow .sm_realestate-listing__item__content .sm_realestate-listing__item__gesamtpreis, .sm_realestate-listing--slideshow .sm_realestate-listing__item__content .sm_realestate-listing__item__anzahl_zimmer, .sm_realestate-listing--slideshow .sm_realestate-listing__item__content .sm_realestate-listing__item__price {
  font-size: 17.5px;
  letter-spacing: 0.0875px;
}
.sm_realestate-listing--slideshow .sm_realestate-listing__item__content .sm_realestate-listing__item__button a {
  border-color: #fff;
}
.sm_realestate-listing__item__city {
  font-size: 12px;
  color: #66c8b9;
  margin-bottom: 0.15rem;
}
.sm_realestate-listing__item__objektart {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 0.2rem 0.4rem;
}
.sm_realestate-listing__item__button a {
  z-index: 1;
  margin-top: 1rem;
  letter-spacing: 0.025em;
  font-size: 14px;
  display: inline-block;
  border-radius: 3rem;
  font-weight: normal;
  padding: 0.6rem 3.75rem 0.6rem 1.75rem;
  background: transparent;
  color: #1f2844;
  border: 2px solid #66c8b9;
  text-decoration: none;
  position: relative;
  font-family: "Rubik", sans-serif;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.sm_realestate-listing--slideshow .sm_realestate-listing__item__button a {
  background: #f2f7f8;
}
.sm_realestate-listing__item__button a:hover {
  border-color: #f2f7f8;
  background-color: #66c8b9;
  text-decoration: none !important;
  color: #fff !important;
}
.sm_realestate-listing__item__button a:after {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  display: block;
  width: 2rem;
  height: 100%;
  right: 1.5rem;
  top: 0;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2366c8b9' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 80% auto;
  z-index: 1;
  color: #fff;
  position: absolute;
}
.sm_realestate-listing__item__button a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.sm_realestate-listing__map {
  height: 600px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .sm_realestate-listing__map {
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 25px);
  }
  .sm_realestate-listing__map #facetwp-map {
    height: 100vh !important;
    border-radius: 5px;
    overflow: hidden;
  }
}
.sm_realestate-listing__map > div {
  height: 100%;
}
@media (min-width: 768px) {
  .sm_realestate-listing__map > div {
    position: sticky;
    top: 0;
    height: 100vh;
  }
}
.sm_realestate-listing__map > div > div:last-child {
  bottom: 0;
}
.sm_realestate-listing__map #facetwp-map {
  height: 100% !important;
}
.sm_realestate-listing__state:last-child .sm_realestate-listing__state__item:last-child {
  margin-bottom: 0;
}
.sm_realestate-listing__state__title {
  font-family: "Arsenal", sans-serif;
  font-size: 18px;
  color: #1f2844;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.sm_realestate-listing__counter {
  margin-bottom: 4rem;
  border-top: 1px solid #ccc;
  text-align: center;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
.sm_realestate-listing__counter .facetwp-counts {
  display: inline;
}
.sm_realestate-listing__filter {
  background: #B9C6D6;
  padding: 1rem 1rem 20px 1rem;
  border-radius: 5px 5px 0 0;
}
.sm_realestate-listing__filter .facetwp-input-wrap {
  width: 100%;
}
.sm_realestate-listing__filter .facetwp-icon {
  margin-right: 0.5rem;
  background-image: url("");
}
.sm_realestate-listing__filter input.facetwp-search {
  height: auto !important;
  width: 100% !important;
  border: 0 !important;
  background: #fff !important;
  padding: 0.5rem 1rem !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  font-family: inherit !important;
  box-shadow: 0em 0.175em 0.25em 0em rgba(9, 0, 48, 0.2) !important;
  border-radius: 1.5rem !important;
}
.sm_realestate-listing__filter input.facetwp-search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #66c8b9;
  opacity: 1;
  /* Firefox */
}
.sm_realestate-listing__filter input.facetwp-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #66c8b9;
}
.sm_realestate-listing__filter input.facetwp-search::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #66c8b9;
}
.sm_realestate-listing .fwp-submit {
  text-align: left;
  margin-bottom: 2rem;
  height: auto !important;
  width: 100% !important;
  border: 0 !important;
  background: #66c8b9;
  padding: 0.5rem 1rem !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  color: #fff;
  font-family: inherit !important;
  box-shadow: 0em 0.175em 0.25em 0em rgba(9, 0, 48, 0.2) !important;
  border-radius: 1.5rem !important;
  background-position: calc(100% - .75rem) 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
@media (min-width: 768px) {
  .sm_realestate-listing .fwp-submit {
    margin-bottom: 3rem;
  }
}
.sm_realestate-listing .fwp-submit:hover {
  background-color: #000 !important;
}
.sm_realestate-listing .facetwp-checkbox {
  background: transparent !important;
  position: relative;
}
.sm_realestate-listing .facetwp-checkbox:after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.sm_realestate-listing .facetwp-checkbox.checked:after {
  background: #66c8b9;
}
.sm_realestate-listing .noUi-horizontal {
  height: 8px;
}
.sm_realestate-listing .noUi-target {
  background: #ddd;
  padding: 0 4px;
}
.sm_realestate-listing .noUi-connect {
  background: #fff;
}
.sm_realestate-listing .noUi-horizontal .noUi-handle {
  cursor: pointer;
  border: 2px solid #fff;
  background: #66c8b9;
  border-radius: 0;
  width: 14px;
  height: 14px;
  right: -5px;
  top: -4px;
}
.sm_realestate-listing__search {
  position: relative;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 1rem;
  background: #B9C6D6;
  padding: 0 1rem 0 1rem;
  border-radius: 0 0 5px 5px;
}
.sm_realestate-listing--short .sm_realestate-listing__search {
  border-radius: 5px;
  padding: 25px 25px 0 25px;
}
@media (min-width: 768px) {
  .sm_realestate-listing--short .sm_realestate-listing__search {
    padding: 50px 50px 0 50px;
  }
}
.sm_realestate-listing__search .facetwp-slider-reset {
  display: none;
}
.sm_realestate-listing__search__item {
  letter-spacing: 0.025em;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .sm_realestate-listing__search__item {
    width: calc(50% - .5rem);
  }
}
.sm_realestate-listing__search__item:first-child {
  width: 100%;
}
.sm_realestate-listing__search__item:hover > div {
  display: block;
}
.sm_realestate-listing__search__item__title {
  font-family: "Rubik", sans-serif;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  background-color: #fff;
  padding: 0.5rem 1rem;
  box-shadow: 0em 0.175em 0.25em 0em rgba(9, 0, 48, 0.2);
  border-radius: 21px;
  color: #66c8b9;
  cursor: pointer;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  background-position: calc(100% - .75rem) 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2366c8b9' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}
.sm_realestate-listing__search__item:hover .sm_realestate-listing__search__item__title {
  border-radius: 21px 21px 0 0;
  box-shadow: 0em 0.175em 0.25em 0em rgba(9, 0, 48, 0.2);
  background-color: #66c8b9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  color: #fff;
}
.sm_realestate-listing__search__item__facet {
  display: none;
  position: absolute;
  top: calc(100% - 21px);
  left: 0;
  width: 100%;
  color: #fff;
  background: #66c8b9;
  padding: 1rem 1rem 0.5rem;
  border-radius: 0 0 1.5rem 1.5rem;
  box-shadow: 0;
  z-index: 99;
  font-size: 14px;
  /*
				> div:first-child {
					border-bottom: 1px solid #ddd;
					margin: 0 -1rem 1rem;
					padding: 0 1rem .5rem;
					font-weight: 500;
					text-transform: uppercase;
				}
				*/
}
.sm_realestate-listing .facetwp-facet {
  margin-bottom: 0;
}
.sm_realestate-listing__reset {
  text-align: left;
  font-size: 14px;
}
.sm_realestate-listing__reset ul {
  margin: 0;
  padding: 0;
}
.sm_realestate-listing__reset .facetwp-selection-label {
  opacity: 0.6;
  display: none;
}
.sm_realestate-listing__reset .facetwp-selection-value {
  border: 2px solid #1f2844;
  background: #fff;
  border-radius: 2rem;
  line-height: 1.4;
  padding: 7px 37px 7px 21px !important;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  text-align: right;
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  background-position: calc(100% - 15px) 50% !important;
  margin-right: 15px !important;
  margin-bottom: 15px !important;
  color: #1f2844;
}
.sm_realestate-listing__reset .facetwp-selection-value:hover {
  border-color: #fff;
  background-color: #66c8b9;
  color: #fff;
}
.sm_realestate-listing__map-items > div {
  padding: 0;
  font-weight: 400;
  font-size: 12px;
}
.sm_realestate-listing__map-items > div:before {
  font-size: 12px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .sm_realestate-listing__map-items > div {
    font-size: 14px;
  }
  .sm_realestate-listing__map-items > div:before {
    font-size: 14px;
    line-height: 24px;
  }
}
.facetwp-map-filtering {
  display: none;
}
/**
 * Einzelseite 
 */
.sm_realestate-single__section {
  padding: 4rem 2rem;
  position: relative;
}
@media (min-width: 1200px) {
  .sm_realestate-single__section {
    padding: 8rem 4rem;
  }
}
.sm_realestate-single__section__row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sm_realestate-single__section__row {
    flex-direction: row;
  }
}
.sm_realestate-single__section__row-col {
  width: 100%;
}
@media (min-width: 768px) {
  .sm_realestate-single__section__row-col-inner {
    margin: 0 25px;
  }
}
.sm_realestate-single__section__button {
  display: block;
  margin-bottom: 1.5rem;
  text-align: center;
  width: 100%;
}
.sm_realestate-single__section__button a {
  cursor: pointer;
  margin: 0 auto;
  background: rgba(242, 247, 248, 0.78);
  padding: 6px 20px;
  border: 2px solid #66c8b9;
  font-family: "Rubik", sans-serif;
  border-radius: 2rem;
  display: inline-block;
  font-size: 1rem;
  color: #1f2844;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.sm_realestate-single__section__button a.full {
  display: block;
}
.sm_realestate-single__section__button a:after {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #66c8b9;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
  font-family: "FontAwesomeRegular";
  content: "";
}
.sm_realestate-single__section__button a:hover {
  background: #66c8b9;
  color: #fff;
}
.sm_realestate-single__section__button a:hover:after {
  color: #000;
}
.sm_realestate-single__section:first-child {
  padding: 0;
}
.sm_realestate-single__section__inner {
  position: relative;
}
.sm_realestate-single__section > div {
  max-width: 720px;
  margin: 0 auto;
}
.sm_realestate-single__section:after {
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' version='1.1' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0,0v50h50C22.4,50,0,0,0,0z'%3E%3C/path%3E%3Cpath d='M50,50h50V0C100,0,77.6,50,50,50z'%3E%3C/path%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
}
.sm_realestate-single__section.plan:after, .sm_realestate-single__section.map:after, .sm_realestate-single__section.object:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23F2F7F8;' version='1.1' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0,0v50h50C22.4,50,0,0,0,0z'%3E%3C/path%3E%3Cpath d='M50,50h50V0C100,0,77.6,50,50,50z'%3E%3C/path%3E%3C/svg%3E");
}
.sm_realestate-single__section.description {
  background: #fff;
  padding-top: 7rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .sm_realestate-single__section.description {
    padding-top: 12rem;
  }
}
.sm_realestate-single__section.description > div {
  max-width: 100%;
  margin: 0 auto;
}
.sm_realestate-single__section.description:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23ECEFF4;' version='1.1' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0,0v50h50C22.4,50,0,0,0,0z'%3E%3C/path%3E%3Cpath d='M50,50h50V0C100,0,77.6,50,50,50z'%3E%3C/path%3E%3C/svg%3E");
}
.sm_realestate-single__section.description .sm_realestate-single__section__title:after {
  left: 50% !important;
  margin-left: -2rem !important;
}
.sm_realestate-single__section.description .sm_realestate-single__section__top-title, .sm_realestate-single__section.description .sm_realestate-single__section__title {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.sm_realestate-single__section.address {
  background-position: 50% !important;
  background-size: cover !important;
}
.sm_realestate-single__section.address > div {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
}
.sm_realestate-single__section.address .sm_realestate-single__section__row {
  padding: 5rem 0;
  align-items: stretch;
}
.sm_realestate-single__section.address .sm_realestate-single__section__row-col {
  margin: 15px 0;
}
.sm_realestate-single__section.address .sm_realestate-single__section__row-col-inner {
  background-color: #f2f7f8;
  padding: 30px;
  border-radius: 5px;
  height: 100%;
}
.sm_realestate-single__section.address:after {
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23fff;' version='1.1' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0,0v50h50C22.4,50,0,0,0,0z'%3E%3C/path%3E%3Cpath d='M50,50h50V0C100,0,77.6,50,50,50z'%3E%3C/path%3E%3C/svg%3E");
}
.sm_realestate-single__section.address .sm_realestate-single__section__description {
  margin-bottom: 0;
}
.sm_realestate-single__section.slideshow > div, .sm_realestate-single__section.map > div {
  max-width: 100%;
}
.sm_realestate-single__section__description {
  color: #1f2844;
  font-weight: 400;
  font-size: 18.2px;
  line-height: 25.4833px;
  color: #1f2844;
  margin-bottom: 2.5rem;
  font-family: "Rubik", sans-serif;
}
@media (min-width: 768px) {
  .sm_realestate-single__section__description {
    margin-bottom: 4rem;
  }
}
.sm_realestate-single__section__description.small {
  font-size: 15.4px;
  line-height: 21.56px;
}
.sm_realestate-single__section__description.large {
  font-size: 19.6px;
  font-weight: 27.4333px;
  font-weight: 500;
}
.sm_realestate-single__section.map {
  padding: 0;
}
.sm_realestate-single__section.map > .sm_realestate-single__section__inner {
  line-height: 0;
}
.sm_realestate-single__section.map .acf-map {
  width: 100%;
  height: 500px;
  border: 0;
  margin: 0;
}
.sm_realestate-single__section.map .acf-map img {
  max-width: inherit !important;
}
.sm_realestate-single__section.address {
  background: #fff;
}
.sm_realestate-single__section.object {
  background: #ECEFF4;
}
.sm_realestate-single__section.equipment {
  background: #F2F7F8;
}
.sm_realestate-single__section.equipment > div {
  margin-bottom: 4rem;
}
.sm_realestate-single__section.equipment > div:last-child {
  margin-bottom: 0;
}
.sm_realestate-single__section.plan {
  background: #fff;
}
.sm_realestate-single__section.plan:after {
  display: none;
}
.sm_realestate-single__section__images__item {
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .sm_realestate-single__section__images__item {
    margin-bottom: 5rem;
  }
}
.sm_realestate-single__section__images__item img {
  display: block;
  margin: 0 auto 1rem;
  max-height: 35rem;
  width: auto;
}
.sm_realestate-single__section__images__item__button {
  cursor: pointer;
  margin: 0 auto;
  background: rgba(242, 247, 248, 0.78);
  padding: 6px 20px;
  border: 2px solid #66c8b9;
  font-family: "Rubik", sans-serif;
  border-radius: 2rem;
  display: inline-block;
  font-size: 1rem;
  color: #1f2844;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.sm_realestate-single__section__images__item__button.full {
  display: block;
}
.sm_realestate-single__section__images__item__button:after {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #66c8b9;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
  font-family: "FontAwesomeRegular";
  content: "";
}
.sm_realestate-single__section__images__item__button:hover {
  background: #66c8b9;
  color: #fff;
}
.sm_realestate-single__section__images__item__button:hover:after {
  color: #000;
}
.sm_realestate-single__section__images__item:hover > div {
  background: #66c8b9;
  color: #fff;
}
.sm_realestate-single__section.items {
  background: #F2F7F8;
}
.sm_realestate-single__section.items > div {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
}
.sm_realestate-single__section.items:after {
  bottom: -20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %23F2F7F8;' version='1.1' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0,0c0,0,22.4,50,50,50s50-50,50-50'%3E%3C/path%3E%3C/svg%3E");
}
.sm_realestate-single__section.contact {
  background: #F2F7F8;
}
.sm_realestate-single__section.contact > div {
  max-width: 1200px;
  margin: 0 auto;
}
.sm_realestate-single__section.contact .sm_realestate-single__section__title {
  text-transform: uppercase;
}
.items .sm_realestate-single__section__inner__items {
  margin-bottom: 2rem;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.items .sm_realestate-single__section__inner__items__title {
  margin-top: 2rem;
  font-size: 24.5px;
  color: #1f2844;
  width: 100%;
  font-weight: 700;
  font-family: "Arsenal", sans-serif;
  padding-bottom: 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.items .sm_realestate-single__section__inner__items__title:first-child {
  margin-top: 0;
}
.items .sm_realestate-single__section__inner__items__title:after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #66c8b9;
}
.items .sm_realestate-single__section__inner__items__item {
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
}
.items .sm_realestate-single__section__inner__items__item .item {
  box-shadow: 0px 0.175em 0.25em 0px rgba(9, 0, 48, 0.2);
  background: #fff;
  margin: 0 20px 20px 0;
  border-radius: 5px;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.items .sm_realestate-single__section__inner__items__item .item .label {
  color: #66c8b9;
}
.items .sm_realestate-single__section__inner__items__item .item .value {
  margin-left: auto;
  color: #1f2844;
}
.items .sm_realestate-single__section__inner__items__item .item .value:first-letter {
  text-transform: uppercase;
}
.items .sm_realestate-single__section__inner__items__item .item p:last-child {
  margin-bottom: 0;
}
.sm_realestate-single__section__top-title {
  font-size: 11.9px;
  color: #66c8b9;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.595px;
}
.sm_realestate-single__section__person {
  padding: 30px;
  background: #eff0f5;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .sm_realestate-single__section__person {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
.sm_realestate-single__section__person__image {
  margin-bottom: 30px;
  width: 60%;
}
@media (min-width: 992px) {
  .sm_realestate-single__section__person__image {
    margin-bottom: 0;
    width: 35%;
  }
}
.sm_realestate-single__section__person__description {
  color: #1f2844;
  font-weight: 400;
  font-size: 15.4px;
  line-height: 21.56px;
  color: #1f2844;
  font-family: "Rubik", sans-serif;
}
.sm_realestate-single__section__person__description p:last-child {
  margin-bottom: 0;
}
.sm_realestate-single__section__title {
  color: #1f2844;
  letter-spacing: -0.525px;
  position: relative;
  margin: 0 0 2rem 0;
  padding-bottom: 1.5rem;
  font-size: 35px;
  line-height: 49px;
  font-family: "Arsenal", sans-serif;
}
.sm_realestate-single__section__title:after {
  display: block;
  position: absolute;
  width: 4rem;
  height: 2px;
  left: 0;
  content: "";
  bottom: -1px;
  background: #66c8b9;
}
.sm_realestate-single__section__title.small {
  font-size: 21px;
  line-height: 29.4px;
}
.sm_realestate-single__section__items {
  margin-bottom: 4rem;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.sm_realestate-single__section__items__item {
  color: #1f2844;
  font-family: "Rubik", sans-serif;
  position: relative;
  width: 50%;
}
.sm_realestate-single__section__items__item .inner {
  margin: 0 10px 20px;
  box-shadow: 0px 0.175em 0.25em 0px rgba(9, 0, 48, 0.2);
  background: #f2f7f8;
  border-radius: 5px;
  padding: 55px 20px 16px;
  position: relative;
}
.sm_realestate-single__section__items__item .inner:before {
  color: #66c8b9;
  width: 40px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  top: 15px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  content: "";
  font-size: 21px;
  font-family: "FontAwesomeRegular";
}
@media (min-width: 768px) {
  .sm_realestate-single__section__items__item {
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .sm_realestate-single__section__items__item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .sm_realestate-single__section__items__item {
    width: 16.66666%;
  }
}
.sm_realestate-single__section__items__item.adresse .inner:before {
  content: "";
}
.sm_realestate-single__section__items__item.baujahr .inner:before {
  content: "";
}
.sm_realestate-single__section__items__item.wohnflaeche .inner:before {
  content: "";
}
.sm_realestate-single__section__items__item.etage .inner:before {
  content: "";
}
.sm_realestate-single__section__items__item.kaufpreis .inner:before {
  content: "";
}
.sm_realestate-single__section__items__item.badezimmer .inner:before {
  content: "";
}
.sm_realestate-single__section__items__item.schlafzimmer .inner:before {
  content: "";
}
.sm_realestate-single__section__items__item.zimmer .inner:before {
  content: "";
}
.sm_realestate-single__section__items__item.verfuegbar_ab .inner:before {
  content: "";
}
.sm_realestate-single__slideshow {
  position: relative;
}
.sm_realestate-single__slideshow .owl-nav .owl-prev span, .sm_realestate-single__slideshow .owl-nav .owl-next span {
  display: none;
}
.sm_realestate-single__slideshow img {
  height: 70vh;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.sm_realestate-single__slideshow__open {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: calc(100% + 1.5rem);
  left: 0;
  width: 100%;
  z-index: 10;
}
.sm_realestate-single__slideshow__open div {
  cursor: pointer;
  margin: 0 auto;
  background: rgba(242, 247, 248, 0.78);
  padding: 6px 20px;
  border: 2px solid #66c8b9;
  font-family: "Rubik", sans-serif;
  border-radius: 2rem;
  display: inline-block;
  font-size: 1rem;
  color: #1f2844;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.sm_realestate-single__slideshow__open div:after {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #66c8b9;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
  font-family: "FontAwesomeRegular";
  content: "";
}
.sm_realestate-single__slideshow__open div:hover {
  background: #66c8b9;
  color: #fff;
}
.sm_realestate-single__slideshow__open div:hover:after {
  color: #000;
}
.sm_realestate-listing--filter .sm_realestate-listing__item__image .owl-carousel .owl-prev, .sm_realestate-listing--filter .sm_realestate-listing__item__image .owl-carousel .owl-next, .sm_realestate-listing--projects .sm_realestate-listing__item__image .owl-carousel .owl-prev, .sm_realestate-listing--projects .sm_realestate-listing__item__image .owl-carousel .owl-next {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  opacity: 0;
}
.sm_realestate-listing--filter .sm_realestate-listing__item__image .owl-carousel:hover .owl-prev, .sm_realestate-listing--filter .sm_realestate-listing__item__image .owl-carousel:hover .owl-next, .sm_realestate-listing--projects .sm_realestate-listing__item__image .owl-carousel:hover .owl-prev, .sm_realestate-listing--projects .sm_realestate-listing__item__image .owl-carousel:hover .owl-next {
  opacity: 1;
}
.sm_realestate-listing__item__image .owl-carousel .owl-nav .owl-prev, .sm_realestate-listing__item__image .owl-carousel .owl-nav .owl-next, .sm_realestate-listing--slideshow .owl-carousel .owl-nav .owl-prev, .sm_realestate-listing--slideshow .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  color: #fff;
  background: transparent !important;
  border-radius: 5px;
  margin-top: -25px;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 99;
}
.sm_realestate-listing__item__image .owl-carousel .owl-nav .owl-prev span, .sm_realestate-listing__item__image .owl-carousel .owl-nav .owl-next span, .sm_realestate-listing--slideshow .owl-carousel .owl-nav .owl-prev span, .sm_realestate-listing--slideshow .owl-carousel .owl-nav .owl-next span {
  opacity: 0;
  display: none;
}
.sm_realestate-listing__item__image .owl-carousel .owl-nav .owl-prev:after, .sm_realestate-listing__item__image .owl-carousel .owl-nav .owl-next:after, .sm_realestate-listing--slideshow .owl-carousel .owl-nav .owl-prev:after, .sm_realestate-listing--slideshow .owl-carousel .owl-nav .owl-next:after {
  font-size: 42px;
  color: #fff;
  font-family: "FontAwesomeRegular";
}
.sm_realestate-listing--filter .sm_realestate-listing__item__image .owl-carousel .owl-nav .owl-prev:after, .sm_realestate-listing--filter .sm_realestate-listing__item__image .owl-carousel .owl-nav .owl-next:after, .sm_realestate-listing--filter .sm_realestate-listing--slideshow .owl-carousel .owl-nav .owl-prev:after, .sm_realestate-listing--filter .sm_realestate-listing--slideshow .owl-carousel .owl-nav .owl-next:after {
  font-size: 30px;
}
.sm_realestate-listing__item__image .owl-carousel .owl-nav .owl-prev, .sm_realestate-listing--slideshow .owl-carousel .owl-nav .owl-prev {
  left: 1rem;
}
.sm_realestate-listing--filter .sm_realestate-listing__item__image .owl-carousel .owl-nav .owl-prev, .sm_realestate-listing--filter .sm_realestate-listing--slideshow .owl-carousel .owl-nav .owl-prev {
  left: 5px;
}
.sm_realestate-listing__item__image .owl-carousel .owl-nav .owl-prev:after, .sm_realestate-listing--slideshow .owl-carousel .owl-nav .owl-prev:after {
  content: "";
}
.sm_realestate-listing__item__image .owl-carousel .owl-nav .owl-next, .sm_realestate-listing--slideshow .owl-carousel .owl-nav .owl-next {
  right: 1rem;
}
.sm_realestate-listing--filter .sm_realestate-listing__item__image .owl-carousel .owl-nav .owl-next, .sm_realestate-listing--filter .sm_realestate-listing--slideshow .owl-carousel .owl-nav .owl-next {
  right: 5px;
}
.sm_realestate-listing__item__image .owl-carousel .owl-nav .owl-next:after, .sm_realestate-listing--slideshow .owl-carousel .owl-nav .owl-next:after {
  content: "";
}
#sm_realestate-single .sm_realestate-single__slideshow .owl-nav .owl-prev, #sm_realestate-single .sm_realestate-single__slideshow .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  margin-top: -25px;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 99;
  background-size: 50% auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
#sm_realestate-single .sm_realestate-single__slideshow .owl-nav .owl-prev span, #sm_realestate-single .sm_realestate-single__slideshow .owl-nav .owl-next span {
  opacity: 0;
}
#sm_realestate-single .sm_realestate-single__slideshow .owl-nav .owl-prev {
  left: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
#sm_realestate-single .sm_realestate-single__slideshow .owl-nav .owl-next {
  right: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
#glightbox-body .goverlay {
  background: rgba(255, 255, 255, 0.92);
}
#glightbox-body .gcontainer > button {
  background: transparent;
  width: 50px;
  height: 50px;
  opacity: 1;
}
#glightbox-body .gcontainer > button path {
  fill: #66c8b9;
}
#glightbox-body.glightbox-clean .gslide-media {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#glightbox-body .gslide-image img {
  max-width: 100vw !important;
  width: 80vw !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm_realestate-listing--projects .sm_realestate-listing__items[data-items="9"] .sm_realestate-listing__item:last-child:nth-child(odd) {
    display: none;
  }
}
@media (min-width: 992px) {
  .sm_realestate-listing--projects .sm_realestate-listing__items[data-items="9"] .sm_realestate-listing__item:last-child:nth-child(3n+1) {
    display: none;
  }
  .sm_realestate-listing--projects .sm_realestate-listing__items[data-items="9"] .sm_realestate-listing__item:last-child:nth-child(3n+2) {
    display: none;
  }
}
@media (min-width: 992px) {
  .sm_realestate-listing--projects .sm_realestate-listing__items[data-items="9"] .sm_realestate-listing__item:nth-last-child(2):nth-child(3n+1) {
    display: none;
  }
}
