@charset "UTF-8";
@import url(../fonts/_flaticon.css);
.inx-container {
  width: 100%;
  max-width: 80em;
  margin: 0 auto;
  font-size: 16px !important;
  line-height: 1.6; }
  .inx-container:not(:last-child) {
    margin-bottom: 32px; }
  .inx-container .uk-icon > svg:nth-child(2) {
    display: none; }

.inx-quiet-bg {
  background-color: var(--inx-color-bg-muted-default); }

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
  margin-left: 0; }

.inx-print-only {
  display: none; }

@media print {
  .inx-container {
    max-width: 100%;
    font-size: 6pt !important; }
    .inx-container h1 {
      margin-top: 1em; }
    .inx-container img,
    .inx-container img.lazyload,
    .inx-container img.lazyloaded,
    .inx-container img.lazyloading {
      opacity: 1 !important;
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      transition-property: none !important;
      -o-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -webkit-transform: none !important;
      transform: none !important;
      -webkit-animation: none !important;
      -moz-animation: none !important;
      -o-animation: none !important;
      -ms-animation: none !important;
      animation: none !important; }
    .inx-container .inx-print-only {
      display: block;
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      transition-property: none !important;
      -o-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -webkit-transform: none !important;
      transform: none !important;
      -webkit-animation: none !important;
      -moz-animation: none !important;
      -o-animation: none !important;
      -ms-animation: none !important;
      animation: none !important; }
    .inx-container .uk-padding {
      padding: 2em 0; } }
.immonex-widget-title h2, .immonex-widget-title h3, .immonex-widget-title h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid var(--inx-color-bg-muted-default-darker);
  font-size: 1.4em;
  font-weight: bold; }

.inx-badge--size--m {
  height: 32px;
  min-width: 32px;
  padding: 0 10px;
  font-size: 16px; }

.inx-badge--size--l {
  min-width: 64px;
  height: 38px;
  padding: 0 18px;
  font-size: 24px; }

.inx-badge--type--pdf::before {
  content: '🗋 '; }

a.inx-badge,
a.uk-badge.inx-badge {
  text-decoration: none;
  background-color: var(--inx-color-action-element); }

a.inx-badge:hover,
a.uk-badge.inx-badge:hover {
  background-color: var(--inx-color-action-element-lighter);
  cursor: pointer; }

input[type="checkbox"].inx-checkbox {
  display: inline-block; }
  input[type="checkbox"].inx-checkbox:focus {
    border-color: var(--inx-color-action-element-lighter); }
  input[type="checkbox"].inx-checkbox:checked {
    background-color: var(--inx-color-action-element); }

.inx-core-detail-icon {
  margin-right: .5em;
  vertical-align: middle; }

.inx-description-text p:last-child {
  margin-bottom: 0; }

ul.inx-detail-list {
  list-style-type: none !important; }

.inx-detail-list__item {
  margin-top: 0 !important; }

.inx-detail-list__value {
  font-weight: bold; }

@media print {
  .inx-feature-list__item {
    display: inline;
    margin-top: 0 !important; }

  .inx-feature-list__icon {
    display: inline;
    width: auto; }
    .inx-feature-list__icon svg {
      width: 6pt;
      height: 6pt; }
    .inx-feature-list__icon .uk-icon {
      margin-right: 0 !important; }

  .inx-feature-list__name {
    display: inline;
    flex: none; } }
.inx-form-element {
  font-size: .9em; }

.inx-form-element--text {
  background-color: #FFF; }
  .inx-form-element--text button {
    background: none; }
  .inx-form-element--text button:hover {
    color: var(--inx-color-action-element); }

.inx-form-element--checkbox .inx-form-element__option,
.inx-form-element--radio .inx-form-element__option {
  width: 100%;
  padding: .25em; }
  .inx-form-element--checkbox .inx-form-element__option input[type="checkbox"],
  .inx-form-element--radio .inx-form-element__option input[type="checkbox"] {
    position: inherit;
    margin-top: -4px;
    margin-right: .25em;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .inx-form-element--checkbox .inx-form-element__option input[type="checkbox"]:checked::before,
  .inx-form-element--radio .inx-form-element__option input[type="checkbox"]:checked::before {
    content: none; }
  .inx-form-element--checkbox .inx-form-element__option .inx-label,
  .inx-form-element--radio .inx-form-element__option .inx-label {
    margin: 0;
    padding: 0; }

.inx-form-element__label {
  font-size: 1em;
  margin-bottom: .25em; }

.inx-form-element--extended-search-toggle hr {
  margin: 0 0 1em 0; }

.inx-container .inx-form-element .multiselect,
.inx-container .inx-form-element input.multiselect__input,
.inx-container .inx-form-element .multiselect__single {
  border: 0;
  font-family: inherit;
  font-size: inherit; }

.inx-container .inx-form-element .multiselect--active .multiselect__tags {
  border-color: var(--inx-color-action-element); }
.inx-container .inx-form-element .multiselect--active input.multiselect__input {
  box-sizing: content-box;
  width: calc(100% - .1em) !important; }

.inx-form-element .multiselect__tags,
.inx-form-element .multiselect__content-wrapper {
  border-radius: inherit;
  font-size: inherit; }

.inx-form-element .multiselect__tags {
  max-height: 40px; }

.inx-form-element .multiselect__placeholder {
  padding-top: 0; }

.inx-form-element .multiselect__option--highlight {
  background-color: var(--inx-color-action-element-lighter); }

@media screen and (min-width: 1200px) {
  .inx-form-element {
    font-size: .8em; } }
.inx-gallery__slidenav {
  color: #F0F0F0;
  font-size: 5em;
  font-weight: normal;
  text-decoration: none !important;
  text-shadow: 0 0 2px #202020, 1px 2px 5px rgba(0, 0, 0, 0.85); }
  .inx-gallery__slidenav:hover, .inx-gallery__slidenav:focus, .inx-gallery__slidenav:active {
    color: #F0F0F0;
    text-decoration: none !important; }

.inx-gallery__images {
  min-height: var(--inx-gallery-image-slider-min-height, initial); }
  .inx-gallery__images li {
    background-color: var(--inx-gallery-image-slider-bg-color); }

.inx-gallery__image {
  max-height: 50em; }
  .inx-gallery__image img {
    display: block;
    max-height: 50em;
    width: 100%; }
  .inx-gallery__image.uk-animation-kenburns {
    display: flex;
    align-items: center;
    justify-content: center; }
    .inx-gallery__image.uk-animation-kenburns img {
      top: auto;
      height: auto; }

.inx-gallery--kbe-mode--cover .inx-gallery__image.uk-animation-kenburns {
  display: block; }
  .inx-gallery--kbe-mode--cover .inx-gallery__image.uk-animation-kenburns img {
    height: 100%; }

.inx-gallery--kbe-mode--full-top .inx-gallery__image.uk-animation-kenburns {
  align-items: start;
  justify-content: start; }
.inx-gallery--kbe-mode--full-top img {
  top: 0; }

.inx-gallery__video-iframe,
.inx-gallery__images .immonex-virtual-tour-iframe-wrap,
.inx-gallery__images .immonex-virtual-tour-iframe-wrap iframe {
  width: 100%;
  height: 100%; }

.inx-gallery__video {
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.5); }
  .inx-gallery__video:has(+ .inx-gallery__video-title) {
    height: calc(100% - 3em); }
  .inx-gallery__video .mejs-container {
    background: inherit; }
  .inx-gallery__video .wp-video {
    display: inline;
    margin: auto 0; }
  .inx-gallery__video .wp-video video {
    width: 100% !important;
    height: 100% !important; }

.inx-gallery__video-title {
  display: flex;
  height: 3em;
  align-items: center;
  justify-content: center; }

@media print {
  .inx-gallery__image-slider {
    display: none; } }
.inx-icon--top,
.inx-icon--top.uk-icon {
  vertical-align: top; }

.inx-label--checkbox,
.inx-label--radio {
  font-size: 1em;
  display: inline; }
  .inx-label--checkbox.inx-label--is-excluded,
  .inx-label--radio.inx-label--is-excluded {
    text-decoration: line-through;
    opacity: 0.5; }

.inx-location-autocomplete input.multiselect__input {
  padding: 0; }
.inx-location-autocomplete .multiselect__content li,
.inx-location-autocomplete .multiselect__element {
  margin: 0; }
.inx-location-autocomplete .multiselect__single {
  max-height: 1.2em;
  overflow: hidden; }

.inx-location-autocomplete__consent {
  padding: .5em;
  border: 1px solid var(--inx-color-bg-muted-default-darker); }

.inx-location-autocomplete__privacy-note {
  margin-bottom: .5em; }

.inx-location-autocomplete__button {
  text-align: right; }

.inx-oi--vermarktungsart--kauf,
.inx-link.inx-oi--vermarktungsart--kauf {
  color: var(--inx-color-marketing-type-sale); }
  a.inx-oi--vermarktungsart--kauf, .inx-link.inx-oi--vermarktungsart--kauf:visited {
    color: var(--inx-color-marketing-type-sale); }
  a.inx-oi--vermarktungsart--kauf, .inx-link.inx-oi--vermarktungsart--kauf:hover {
    color: var(--inx-color-marketing-type-sale); }
  a.inx-oi--vermarktungsart--kauf, .inx-link.inx-oi--vermarktungsart--kauf:focus {
    color: var(--inx-color-marketing-type-sale); }
  a.inx-oi--vermarktungsart--kauf, .inx-link.inx-oi--vermarktungsart--kauf:active {
    color: var(--inx-color-marketing-type-sale); }

.inx-oi--inverted.inx-oi--vermarktungsart--kauf {
  background-color: var(--inx-color-marketing-type-sale);
  background: var(--inx-gradient-marketing-type-sale); }

.inx-oi--vermarktungsart--miete,
.inx-link.inx-oi--vermarktungsart--miete {
  color: var(--inx-color-marketing-type-rent); }
  a.inx-oi--vermarktungsart--miete, .inx-link.inx-oi--vermarktungsart--miete:visited {
    color: var(--inx-color-marketing-type-rent); }
  a.inx-oi--vermarktungsart--miete, .inx-link.inx-oi--vermarktungsart--miete:hover {
    color: var(--inx-color-marketing-type-rent); }
  a.inx-oi--vermarktungsart--miete, .inx-link.inx-oi--vermarktungsart--miete:focus {
    color: var(--inx-color-marketing-type-rent); }
  a.inx-oi--vermarktungsart--miete, .inx-link.inx-oi--vermarktungsart--miete:active {
    color: var(--inx-color-marketing-type-rent); }

.inx-oi--inverted.inx-oi--vermarktungsart--miete {
  background-color: var(--inx-color-marketing-type-rent);
  background: var(--inx-gradient-marketing-type-rent); }

.inx-oi--vermarktungsart--miete-pacht,
.inx-link.inx-oi--vermarktungsart--miete-pacht {
  color: var(--inx-color-marketing-type-rent); }
  a.inx-oi--vermarktungsart--miete-pacht, .inx-link.inx-oi--vermarktungsart--miete-pacht:visited {
    color: var(--inx-color-marketing-type-rent); }
  a.inx-oi--vermarktungsart--miete-pacht, .inx-link.inx-oi--vermarktungsart--miete-pacht:hover {
    color: var(--inx-color-marketing-type-rent); }
  a.inx-oi--vermarktungsart--miete-pacht, .inx-link.inx-oi--vermarktungsart--miete-pacht:focus {
    color: var(--inx-color-marketing-type-rent); }
  a.inx-oi--vermarktungsart--miete-pacht, .inx-link.inx-oi--vermarktungsart--miete-pacht:active {
    color: var(--inx-color-marketing-type-rent); }

.inx-oi--inverted.inx-oi--vermarktungsart--miete-pacht {
  background-color: var(--inx-color-marketing-type-rent);
  background: var(--inx-gradient-marketing-type-rent); }

.inx-oi--vermarktungsart--miete-erbpacht,
.inx-link.inx-oi--vermarktungsart--miete-erbpacht {
  color: var(--inx-color-marketing-type-rent); }
  a.inx-oi--vermarktungsart--miete-erbpacht, .inx-link.inx-oi--vermarktungsart--miete-erbpacht:visited {
    color: var(--inx-color-marketing-type-rent); }
  a.inx-oi--vermarktungsart--miete-erbpacht, .inx-link.inx-oi--vermarktungsart--miete-erbpacht:hover {
    color: var(--inx-color-marketing-type-rent); }
  a.inx-oi--vermarktungsart--miete-erbpacht, .inx-link.inx-oi--vermarktungsart--miete-erbpacht:focus {
    color: var(--inx-color-marketing-type-rent); }
  a.inx-oi--vermarktungsart--miete-erbpacht, .inx-link.inx-oi--vermarktungsart--miete-erbpacht:active {
    color: var(--inx-color-marketing-type-rent); }

.inx-oi--inverted.inx-oi--vermarktungsart--miete-erbpacht {
  background-color: var(--inx-color-marketing-type-rent);
  background: var(--inx-gradient-marketing-type-rent); }

.inx-oi--vermarktungsart--leasing,
.inx-link.inx-oi--vermarktungsart--leasing {
  color: var(--inx-color-marketing-type-leasing); }
  a.inx-oi--vermarktungsart--leasing, .inx-link.inx-oi--vermarktungsart--leasing:visited {
    color: var(--inx-color-marketing-type-leasing); }
  a.inx-oi--vermarktungsart--leasing, .inx-link.inx-oi--vermarktungsart--leasing:hover {
    color: var(--inx-color-marketing-type-leasing); }
  a.inx-oi--vermarktungsart--leasing, .inx-link.inx-oi--vermarktungsart--leasing:focus {
    color: var(--inx-color-marketing-type-leasing); }
  a.inx-oi--vermarktungsart--leasing, .inx-link.inx-oi--vermarktungsart--leasing:active {
    color: var(--inx-color-marketing-type-leasing); }

.inx-oi--inverted.inx-oi--vermarktungsart--leasing {
  background-color: var(--inx-color-marketing-type-leasing);
  background: var(--inx-gradient-marketing-type-leasing); }

.inx-oi--inverted,
.inx-link.inx-oi--inverted {
  color: var(--inx-color-text-inverted-default); }
  a.inx-oi--inverted, .inx-link.inx-oi--inverted {
    color: var(--inx-color-action-element-inverted); }
  a.inx-oi--inverted, .inx-link.inx-oi--inverted:visited {
    color: var(--inx-color-action-element-inverted); }
  a.inx-oi--inverted, .inx-link.inx-oi--inverted:hover {
    color: var(--inx-color-action-element-inverted); }
  a.inx-oi--inverted, .inx-link.inx-oi--inverted:focus {
    color: var(--inx-color-action-element-inverted); }
  a.inx-oi--inverted, .inx-link.inx-oi--inverted:active {
    color: var(--inx-color-action-element-inverted); }

/* .inx-page-header {
 	padding: 2em 0;
} */
.inx-page-title {
  font-size: 1.5em; }

.inx-property-archive__main-content {
  padding-bottom: 2em; }

.inx-property-archive__sidebar > ul {
  padding-left: 0;
  list-style-type: none; }

.inx-property-filters {
  background-color: var(--inx-color-bg-muted-default); }

.inx-property-label {
  display: inline-block;
  border-bottom-right-radius: 0;
  font-size: 1em;
  background-color: var(--inx-color-label-default);
  background: var(--inx-gradient-label-default); }

.inx-property-label--vermarktungsart--kauf {
  background-color: var(--inx-color-marketing-type-sale);
  background: var(--inx-gradient-marketing-type-sale); }

.inx-property-label--vermarktungsart--miete,
.inx-property-label--vermarktungsart--miete-pacht,
.inx-property-label--vermarktungsart--erbpacht {
  background-color: var(--inx-color-marketing-type-rent);
  background: var(--inx-gradient-marketing-type-rent); }

.inx-property-label--leasing {
  background-color: var(--inx-color-marketing-type-leasing);
  background: var(--inx-gradient-marketing-type-leasing); }

.inx-property-label--feldname--immonex-is-demo {
  background-color: var(--inx-color-demo);
  background: var(--inx-gradient-demo); }

.inx-property-list__no-properties {
  padding: 4em 0; }
  .inx-property-list__no-properties p {
    margin-bottom: 0; }

.inx-property-list__slide-nav a {
  background: rgba(230, 230, 230, 0.9);
  box-shadow: none; }

.inx-property-list__slider-dotnav a {
  box-shadow: none; }

.inx-property-list__item-wrap {
  position: relative;
  margin-bottom: 2em; }
  .inx-property-list__item-wrap > .inx-property-list-item__labels {
    right: -.15rem !important;
    padding-top: .18em;
    font-size: .765em;
    text-align: right; }

.inx-cq-xs .inx-property-list:not(.inx-property-list--is-empty):not(.inx-property-list--is-slider) {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(240px, 320px);
  grid-gap: 1em; }
.inx-cq-xs .inx-property-list__item-wrap {
  margin-bottom: .5em; }
  .inx-cq-xs .inx-property-list__item-wrap > .inx-property-list-item__labels {
    padding-top: .16em;
    font-size: .68em; }

.inx-cq-sm .inx-property-list:not(.inx-property-list--is-empty):not(.inx-property-list--is-slider) {
  grid-template-columns: 1fr 1fr 1fr; }

.inx-cq-m .inx-property-list:not(.inx-property-list--is-empty):not(.inx-property-list--is-slider) {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 2em; }

.inx-cq-l .inx-property-list:not(.inx-property-list--is-empty):not(.inx-property-list--is-slider) {
  grid-gap: 2em; }

@media screen and (min-width: 640px) {
  .inx-property-list:not(.inx-property-list--is-empty):not(.inx-property-list--is-slider) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 1.5em; }

  .inx-property-list__item-wrap {
    margin-bottom: 0; }
    .inx-property-list__item-wrap > .inx-property-list-item__labels {
      padding-top: .18em;
      font-size: .765em; } }
@media screen and (min-width: 960px) {
  :not(.inx-cq-xxs) .inx-property-list .inx-property-list__item-wrap > .inx-property-list-item {
    max-width: 320px; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .inx-property-list:not(.inx-property-list--is-empty) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .inx-property-list__item-wrap {
    margin-bottom: 2em; }
    .inx-property-list__item-wrap img {
      width: 100% !important; } }
@media screen and (-ms-high-contrast: active) and (min-width: 960px), (-ms-high-contrast: none) and (min-width: 960px) {
  .inx-property-list__item-wrap {
    max-width: 18em; }
    .inx-property-list__item-wrap img {
      width: auto;
      max-width: 100%; } }
.inx-property-list-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--inx-signature-border-radius, 8px 0 0 0);
  overflow: hidden;
  font-size: .9em; }
  .inx-property-list-item > *:not(.inx-property-list-item__labels) {
    flex: 0 0 auto; }
  .inx-property-list-item > a {
    box-shadow: none; }
  .inx-property-list-item > .inx-property-list-item__labels {
    right: -.15rem !important;
    padding-top: .2em;
    font-size: .85em;
    text-align: right; }
  .inx-property-list-item > .inx-property-list-item__body {
    flex: 1 1 auto;
    margin-top: 0;
    padding: 16px; }

.inx-cq-xs .inx-property-list-item {
  font-size: .8em; }

.inx-property-list-item__core-details,
.uk-card-footer .inx-property-list-item__core-details {
  margin-bottom: .5em; }

.inx-property-list-item__excerpt {
  font-size: 1em;
  margin-top: 0; }

.inx-property-list-item__footer {
  position: initial;
  padding: 16px 0 0 0;
  overflow: hidden; }

.inx-property-list-item__footer > a,
.inx-property-list-item__footer > a:hover {
  text-decoration: none; }

.inx-property-list-item__price-time-unit {
  opacity: .8;
  font-size: .7em; }

.inx-property-list-item__property-type,
.inx-property-list-item__location {
  display: flex;
  align-items: baseline;
  font-size: 1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.inx-property-list-item__property-price {
  padding: .5em;
  text-align: center;
  justify-content: center; }

.inx-property-list-item__title {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: .5em; }

.inx-cq-xs .inx-property-list-item__media-top {
  height: 14em;
  overflow: hidden; }

.inx-cq-s .inx-property-list-item__media-top {
  height: 16em; }

.inx-cq-sm .inx-property-list-item__media-top {
  height: 14em; }

.inx-cq:not(.inx-cq-xs) .inx-property-list-item__media-top > img {
  /* disable uk-cover */
  position: static;
  max-width: 100%;
  height: auto !important;
  transform: none; }

@media (min-width: 640px) {
  .inx-property-list-item {
    font-size: .8em; }

  .inx-property-list-item__media-top {
    height: 16em; } }
@media (min-width: 960px) {
  .inx-property-list-item__footer {
    /* compatibility */
    position: initial; }

  .inx-property-list-item__media-top {
    /* compatibility */
    height: 18em; } }
@media (max-width: 640px) {
  .inx-property-list-item__media-top > img {
    /* disable uk-cover/compatibility */
    position: static;
    max-width: 100%;
    height: auto !important;
    transform: none; } }
@media (min-width: 1200px) {
  .inx-property-list-item__media-top {
    /* compatibility */
    height: 14em; } }
.inx-oi-vermarktungsart-kauf h3 > a {
  color: var(--inx-color-marketing-type-sale); }
.inx-oi-vermarktungsart-kauf h3 > a:hover {
  color: var(--inx-color-marketing-type-sale-lighter); }
.inx-oi-vermarktungsart-kauf .inx-property-price {
  background-color: var(--inx-color-marketing-type-sale);
  background: var(--inx-gradient-marketing-type-sale); }

.inx-property-list-item.inx-oi-vermarktungsart-miete h3 > a,
.inx-property-list-item.inx-oi-vermarktungsart-miete-pacht h3 > a,
.inx-property-list-item.inx-oi-vermarktungsart-erbpacht h3 > a {
  color: var(--inx-gradient-marketing-type-rent); }
.inx-property-list-item.inx-oi-vermarktungsart-miete h3 > a:hover,
.inx-property-list-item.inx-oi-vermarktungsart-miete-pacht h3 > a:hover,
.inx-property-list-item.inx-oi-vermarktungsart-erbpacht h3 > a:hover {
  color: var(--inx-color-marketing-type-rent-lighter); }
.inx-property-list-item.inx-oi-vermarktungsart-miete .inx-property-price,
.inx-property-list-item.inx-oi-vermarktungsart-miete-pacht .inx-property-price,
.inx-property-list-item.inx-oi-vermarktungsart-erbpacht .inx-property-price {
  background-color: var(--inx-color-marketing-type-rent);
  background: var(--inx-gradient-marketing-type-rent); }

.inx-property-list-item.inx-oi-vermarktungsart-leasing h3 > a {
  color: var(--inx-color-marketing-type-leasing); }
.inx-property-list-item.inx-oi-vermarktungsart-leasing h3 > a:hover {
  color: var(--inx-color-marketing-type-leasing-lighter); }
.inx-property-list-item.inx-oi-vermarktungsart-leasing .inx-property-price {
  background-color: var(--inx-color-marketing-type-leasing);
  background: var(--inx-gradient-marketing-type-leasing); }

.inx-property-location-map {
  margin-bottom: 3em; }

.inx-property-location-map__consent {
  padding: 2em;
  border: 1px solid #A0A0A0;
  font-size: .85em; }

.inx-property-location-map__privacy-note {
  margin-bottom: 1.5em; }

.inx-property-location-map__map {
  width: 100%;
  height: 0; }

.inx-property-location-map__map.inx-property-location-map__map--has-consent {
  height: 20em; }

.inx-property-location-map__infowindow {
  max-width: 15em; }

.inx-property-location-map--type--gmap-embed iframe {
  margin-bottom: .5em; }

.inx-property-location-map__note {
  font-size: .85em;
  margin-top: .5em;
  margin-bottom: 0; }

@media print {
  .inx-property-location-map {
    display: none; } }
.inx-property-map-container {
  min-height: 1px; }

.inx-property-map__consent {
  padding: 2em;
  border: 1px solid #A0A0A0;
  font-size: .85em; }

.inx-property-map__privacy-note {
  margin-bottom: 1.5em; }

.inx-property-map__map {
  width: 100%;
  height: 20em;
  display: none; }

.inx-property-map__map.inx-property-map__map--has-consent {
  display: block; }

.inx-property-map__property-wrap {
  max-height: 14em;
  padding: 8px;
  overflow: auto; }

.inx-property-map__property {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E0E0;
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 140%; }

.inx-property-map__property:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }

.inx-property-map__property a {
  text-decoration: none !important; }
.inx-property-map__property img {
  display: inline-block;
  max-width: 100%;
  max-height: 128px;
  margin: 0 auto 8px auto; }

.inx-property-search .uk-search .uk-search-icon:hover {
  color: var(--inx-color-action-element); }

.inx-property-search__elements {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1em; }

.inx-property-search__element {
  max-width: 100%; }

.inx-property-search__element--is-first-grid-col {
  grid-column-start: 1; }

.inx-property-search__element--is-last-grid-col {
  grid-column-end: -1; }

.inx-property-search__element--is-full-width {
  grid-column: 1 / -1; }
  .inx-property-search__element--is-full-width .inx-form-element--checkbox .inx-form-element__option,
  .inx-property-search__element--is-full-width .inx-form-element--radio .inx-form-element__option {
    width: auto; }

.inx-property-search__extended {
  background-color: var(--inx-color-bg-muted-default); }
  .inx-property-search__extended .inx-input,
  .inx-property-search__extended .inx-search-input,
  .inx-property-search__extended .inx-checkbox:not(:checked),
  .inx-property-search__extended .inx-radio:not(:checked),
  .inx-property-search__extended .inx-input:focus,
  .inx-property-search__extended .inx-search-input:focus,
  .inx-property-search__extended .inx-search-input.uk-search-input:focus {
    background-color: #fff; }

@media screen and (min-width: 960px) {
  .inx-property-search__elements {
    grid-template-columns: repeat(auto-fit, minmax(15em, 1fr)); } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .inx-property-search__elements {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .inx-property-search__element {
    width: 100%;
    margin-bottom: 2em; }

  .inx-property-search__element.inx-property-search__element--is-full-width {
    width: 100%;
    max-width: 100%; } }
@media screen and (-ms-high-contrast: active) and (min-width: 960px), (-ms-high-contrast: none) and (min-width: 960px) {
  .inx-property-search__element {
    width: 18em; } }
.inx-range-slider .inx-range-slider__label-value {
  margin-bottom: .5em; }

.inx-range-slider .inx-range-slider__nouislider {
  height: .4em;
  font-size: 1.2em; }
  .inx-range-slider .inx-range-slider__nouislider .noUi-horizontal {
    height: 0.25em; }
  .inx-range-slider .inx-range-slider__nouislider .noUi-handle {
    right: -14px;
    width: 1.1em;
    height: 1.1em;
    border-radius: 50%; }
  .inx-range-slider .inx-range-slider__nouislider .noUi-handle::before,
  .inx-range-slider .inx-range-slider__nouislider .noUi-handle::after {
    display: none; }
  .inx-range-slider .inx-range-slider__nouislider .noUi-connect {
    background-color: var(--inx-color-action-element); }
  .inx-range-slider .inx-range-slider__nouislider .noUi-pips {
    font-size: .7em; }
    .inx-range-slider .inx-range-slider__nouislider .noUi-pips .noUi-marker {
      height: .1em; }
    .inx-range-slider .inx-range-slider__nouislider .noUi-pips .noUi-marker-large {
      height: .5em; }
    .inx-range-slider .inx-range-slider__nouislider .noUi-pips .noUi-value {
      margin-top: .25em; }

html:not([dir="rtl"]) .inx-range-slider__nouislider.noUi-horizontal .noUi-origin {
  top: -.20em; }

@media screen and (min-width: 1200px) {
  html:not([dir="rtl"]) .inx-range-slider__nouislider.noUi-horizontal .noUi-origin {
    top: -.125em; } }
input.inx-search-input {
  font-size: 1em;
  box-sizing: border-box; }

input.inx-search-input:focus,
input.inx-search-input.uk-search-input:focus {
  border-color: var(--inx-color-action-element-lighter); }

.inx-select:focus {
  border-color: var(--inx-color-action-element-lighter); }

.inx-single-property.uk-container,
.inx-single-property.uk-container-large {
  margin: 0 auto; }

.inx-single-property__footer {
  background-color: var(--inx-color-bg-muted-default); }

div.inx-single-property__head {
  position: relative;
  margin-bottom: 2em;
  background-color: var(--inx-color-bg-muted-default); }
  div.inx-single-property__head hr {
    background-color: var(--inx-color-bg-muted-default-darker);
    border-color: var(--inx-color-bg-muted-default-darker);
    margin: 1em auto; }

h1.inx-single-property__head-title,
h2.inx-single-property__head-title,
h3.inx-single-property__head-title,
h4.inx-single-property__head-title {
  margin-top: 0; }

.inx-single-property__head-title {
  font-size: 1.5em;
  font-weight: bold; }

.inx-single-property__head-primary-price {
  font-size: 1.5em; }

.inx-single-property__head-element-title {
  word-break: normal;
  overflow-wrap: break-word; }

.inx-single-property__labels {
  padding-top: 1em; }

.inx-single-property__section:not(:last-child) {
  margin-bottom: 2em; }

.inx-single-property__section--type--features > div:not(:last-child),
.inx-single-property__section--type--features > ul:not(:last-child) {
  margin-bottom: 3em; }

.inx-single-property__section-title {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.4em;
  font-weight: bold; }

.inx-single-property__sidebar > ul {
  padding-left: 0;
  list-style-type: none; }

ul.inx-single-property__tab-nav,
ul#inx-single-property__tab-contents {
  list-style-type: none !important;
  padding: 0; }

ul.inx-single-property__tab-nav.uk-tab {
  margin-left: -20px; }

.inx-single-property__tab-nav li {
  margin: 0; }

.inx-single-property__tab-nav a {
  color: var(--inx-color-action-element);
  text-decoration: none;
  box-shadow: none; }

.inx-single-property__tab-nav a:hover,
.inx-single-property__tab-nav a:active,
.inx-single-property__tab-nav > .uk-active > a {
  color: var(--inx-color-action-element-lighter); }

.inx-single-property__tab-nav.uk-tab > .uk-active > a {
  border-bottom: 2px solid var(--inx-color-action-element-lighter); }

.inx-single-property__tab-nav.uk-tab:not(.inx-cq-s) {
  flex-direction: column;
  margin-left: 0; }
  .inx-single-property__tab-nav.uk-tab:not(.inx-cq-s) > li {
    padding-left: 0;
    line-height: 1.5em; }
    .inx-single-property__tab-nav.uk-tab:not(.inx-cq-s) > li > a {
      justify-content: left;
      border-left: 2px solid transparent;
      border-bottom: none; }
  .inx-single-property__tab-nav.uk-tab:not(.inx-cq-s) > li.uk-active a {
    border-left: 2px solid var(--inx-color-action-element-lighter); }

.inx-single-property__tab-nav.uk-tab:not(.inx-cq-s)::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 2px solid #e5e5e5;
  border-bottom: none; }

#inx-single-property__tab-contents .inx-single-property__section-title {
  font-size: 1.2em;
  font-weight: bold; }

.inx-single-property__tabbed-content {
  background-color: var(--inx-color-bg-muted-default); }
  .inx-single-property__tabbed-content .uk-heading-divider,
  .inx-single-property__tabbed-content .uk-tab::before {
    border-color: var(--inx-color-bg-muted-default-darker); }
  .inx-single-property__tabbed-content .uk-tab > * > a {
    font-size: .9em; }

.inx-single-property__video-wrap {
  position: relative;
  aspect-ratio: 16 / 9; }
  .inx-single-property__video-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

.inx-single-property__video-iframe {
  width: 100%;
  height: 100%; }

.inx-single-property__video {
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.5); }
  .inx-single-property__video:has(+ .inx-single-property__video-title) {
    height: calc(100% - 3em); }
  .inx-single-property__video .mejs-container {
    background: inherit; }
  .inx-single-property__video .wp-video {
    display: inline;
    margin: auto 0; }
  .inx-single-property__video .wp-video video {
    width: 100% !important;
    height: 100% !important; }

.inx-single-property__video-title {
  display: flex;
  height: 3em;
  align-items: center;
  justify-content: center; }

.inx-single-property__contact-person-name-bio > strong:first-child {
  font-size: 1.2em; }

@media screen and (min-width: 960px) {
  .inx-single-property__labels {
    right: -.25em; } }
@media print {
  .inx-single-property.uk-container,
  .inx-single-property > .uk-container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 3em; }

  .inx-single-property > .uk-grid,
  .inx-single-property > * > .uk-grid {
    display: block; }

  .inx-single-property__footer {
    display: none; }

  .inx-single-property__head-elements > .uk-grid-margin {
    margin-top: 0; }

  .inx-single-property__head-title {
    margin-top: 1em !important; }

  #inx-single-property__tab-contents > li {
    display: block;
    margin: 2em 0;
    padding: 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

  #inx-single-property__tab-contents > li:first-child {
    margin-top: 0; }

  .inx-single-property__tab-nav {
    display: none; }

  .inx-single-property__section {
    page-break-inside: avoid; }

  .inx-single-property__section--type--gallery {
    page-break-after: always; }

  .inx-single-property__section.uk-margin-large-bottom {
    margin-bottom: 2em !important; }

  .uk-switcher > :not(.uk-active) {
    position: static !important;
    display: block !important; } }
.inx-thumbnail-nav {
  display: flex;
  justify-content: center;
  font-size: .8em; }
  .inx-thumbnail-nav .inx-gallery__slidenav {
    top: 45%; }

.inx-thumbnail-nav__flexible {
  flex: 1 1 auto;
  max-width: 100%; }

.inx-thumbnail-nav__item {
  margin-right: 5px; }

.inx-thumbnail-nav__item:last-child {
  margin-right: 0; }

.inx-thumbnail-nav__items:not(.uk-transition) .inx-thumbnail-nav__item:not(.uk-active) {
  opacity: .6; }

.inx-thumbnail-nav__fixed {
  flex: 0 1 auto; }
  .inx-thumbnail-nav__fixed .inx-thumbnail-nav__item:last-child {
    padding-right: 0; }

.inx-thumbnail-nav__icon-thumbnail,
.inx-thumbnail-nav__video-thumbnail {
  width: 120px;
  height: 68px;
  background-color: #f0f0f0;
  cursor: pointer; }

@media screen and (min-width: 640px) {
  .inx-thumbnail-nav {
    justify-content: space-between; }

  .inx-thumbnail-nav__fixed {
    flex: 0 0 auto; } }
@media print {
  .inx-thumbnail-nav {
    display: none; } }
.inx-video-iframe {
  display: block;
  width: 100%;
  margin: auto 0; }

.inx-gallery__image-slider .inx-video-iframe {
  height: 100%;
  /* max-height: 27.7em; */ }

/** _azizaicon.scss */
/**
 *  Stylesheet overwrite the icons
 *  @author : Till Heinritz
 */
.azizaicon::before {
  content: '';
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../../../assets/img/icon-bathroom.svg");
  background-size: contain;
  background-repeat: no-repeat; }
.azizaicon.azizaicon-lift::before {
  background-image: url("../../../assets/img/icon-lift.svg"); }
.azizaicon.azizaicon-loggia::before {
  background-image: url("../../../assets/img/icon-loggia.svg"); }

/** _list-item.scss */
/**
 *  Stylesheet overwrite the icons
 *  @author : Till Heinritz
 */
.entry.list-item-php {
  grid-column: span 1; }

/** _property-search.scss */
/**
 *  Stylesheet overwrite the property-search
 *  @author : Till Heinritz
 */
.inx-property-search__element:has(select[name="inx-search-marketing-type"]) {
  display: none; }

/*# sourceMappingURL=index.css.map */
