
.nv-rema-page .nv-rema-tools-error-text {
  color: var(--nv-rema-col-error);
}

.nv-rema-tools-error-text.bold {
  font-size: 1em;
  font-weight: 600;
}

.nv-rema-page form.nv-rema-form input.error, .nv-rema-page form.nv-rema-form select.error, .nv-rema-page form.nv-rema-form textarea.error, .nv-rema-page .nv-rema-input-field input.error {
  border-bottom: 2px solid var(--nv-rema-col-error);
}

.nv-rema-service-box{
  text-align:center;
  padding: 20px;
  background: rgba(255,255,255,0.2);
  border-radius:4px;
}
.nv-rema-service-title {
  font-size:20px;
}
div.nv-rema-service-box h3.nv-rema-service-amount {
  font-size:42px;
  font-weight:300;
  letter-spacing: -0.03em;
}
.nv-rema-text-title {
  font-weight:200;
}
.nv-rema-text-value {
  font-weight: 400;
}

.nv-rema-table.nv_rema {
  font-size:0.9em;
}
.nv-rema-table.nv_rema .nv-rema-table-row {
  background-color: rgba(255,255,255,0.1);
  border-left: 4px solid rgba(255,255,255,0.1);
}
.nv-rema-table.nv_rema .nv-rema-table-row:nth-child(2n+1) {
  background-color: rgba(255,255,255,0.05);
  border-left: 4px solid rgba(255,255,255,0.05);
}
.nv-rema-table.nv_rema .nv-rema-table-row:hover {
  background-color: rgba(255,255,255,0.15);
  border-left: 4px solid rgba(255,255,255,0.15);
}

.nv-rema-table.nv_rema .pager .page-number.active, .nv-rema-table.nv_rema .pager .page-number.active:hover {
  background: var(--nv-rema-col-primary);
}
.nv-rema-table.nv_rema .active-sort .table-sort,.nv-rema-table.nv_rema header.adm-table-head .active-sort,.nv-rema-table.nv_rema .no-item-found {
  color: var(--nv-rema-col-primary);
}
.nv-rema-table.nv_rema .scroll-container {
  /* Foreground, Background */
  scrollbar-color: var(--nv-rema-col-text-80) var(--nv-rema-col-text);
}
.nv-rema-table.nv_rema .scroll-container::-webkit-scrollbar {
  width: 5px; /* Mostly for vertical scrollbars */
  height: 5px; /* Mostly for horizontal scrollbars */
}
.nv-rema-table.nv_rema .scroll-container::-webkit-scrollbar-thumb { /* Foreground */
  background: var(--nv-rema-col-text-80);
}
.nv-rema-table.nv_rema .scroll-container::-webkit-scrollbar-track { /* Background */
  background: var(--nv-rema-col-text);
}
.nv-rema-table.nv_rema .active-sort.column {
  background-color: rgba(255,255,255,0.25);
}
.nv-rema-table.nv_rema .nv-rema-table-data {
  border:none;
}
.nv-rema-table.nv_rema .adm-table-head, .nv-rema-table.nv_rema .adm-table-head-mob {
  background-color: rgba(255,255,255,0.22);
}
.nv-rema-table-hint {
  font-size: 0.8em;
  margin-top:8px;
}

.nv-rema-page .nv-rema-tools-snackbar.error {
  background: var(--nv-rema-col-error);
}

.nv-rema-page .nv-rema-tools-snackbar.success {
  background: var(--nv-rema-col-success);
}

.nv-rema-tools-submit,[type="button"], [type="submit"], button {
  border: none;
  margin-top: 20px;
  border-radius: 0px;
  padding: 15px 30px 15px 30px;
  background-color: var(--nv-rema-col-accent);
  line-height: 1em;
  transition: all 0.3s ease;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
  text-transform: none;
  font-weight: 600;
  font-size: 1.2em;
}

.nv-rema-housefinder-button-container {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  margin-top: var(--nv-rema-whitespace-l5);
  gap: var(--nv-rema-whitespace-l2);
}

#nv-rema-searchmode-container {
  max-width: 90%;
  width: 400px;
  margin: 0 auto;
  position: relative;
}

.nv-rema-housefinder-content {
  min-height: 200px;
  display: flex;
  align-items: center;
}

.nr-rema-housefinder-form .nv-rema-tools-flex-col,
.nr-rema-housefinder-form .nv-rema-tools-flex-col > div,
.nr-rema-housefinder-form .nv-rema-input-field,
.nv-rema-address-from .nv-rema-tools-flex-col,
.nv-rema-address-from .nv-rema-tools-flex-col > div,
.nv-rema-address-from .nv-rema-input-field {
  overflow: visible;
}

.nv-rema-addresssearch {
  max-width: 100% !important;
}

.nv-rema-housefinder-button-container button.nv-rema-tools-submit {
  margin-right:0;
}

@media (max-width: 480px) {
  .nv-rema-housefinder-button-container button.nv-rema-tools-submit {
    font-size: 15px;
    width: fit-content;
    flex-shrink: 1;
    flex-grow: 1;
    max-width: max-content;
  }
}

#nvRemaHouseFinder .nv-rema-housefinder-detail {
  display: none;
}

#nvRemaHouseFinder.detail .nv-rema-housefinder-detail {
  display: block;
}

.nv-rema-tools-submit.pale {
  background: rgba(255,255,255,0.6);
  color: var(--nv-rema-col-text);
}

.house-item svg,.nv-rema-orientation-terrace svg {
  height: 30px;
  width: auto;
  color: var(--nv-rema-col-main);
}
.selected .house-item svg {
  color: var(--nv-rema-col-accent);
}

.nv-rema-orientation-terrace {
  display: flex;
  gap: 8px;
  align-items: center;
}

.nv-rema-orientation-terrace svg {
  color: var(--nv-rema-col-text-60);
}

.house-item .sqm {
  font-size: 0.8em;
  color: var(--nv-rema-col-gray6);
}

.selected .house-item .sqm {
  color: var(--nv-rema-col-main-light);
}

.orientation-item svg {
  width: 40px;
  height: 40px;
}
.selected .orientation-item svg {
  color: var(--nv-rema-col-accent);
}

.nv-rema-map-overview {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .nv-rema-map-overview {
    display: none;
  }
}

.nv-rema-sort-results {
  text-align:right;
  display:flex;
  justify-content:flex-end;
  width:100%;
  margin-bottom: var(--nv-rema-whitespace-l3);
}

.nv-rema-sort-results .nv-rema-input-field{
  max-width: var(--nv-rema-max-input-width);
  width: max-content;
  min-width: 300px;
}

.nv-rema-real-estate-grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}

.nv-rema-real-estate-item {
  width: 100%;
  max-width: 32%;
  background: var(--nv-rema-col-text-20);
  transition: all 0.5s ease;
}
.gap-filler {
  width: 100%;
  max-width: 32%;
}

.nv-rema-real-estate-item:hover {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.35);
}

.nv-rema-real-estate-item a {
  color: inherit !important;
  font-weight: inherit !important;
}

.nv-rema-real-estate-item.not-available {
  opacity: 0.8;
}

.nv-rema-real-estate-item .item-content {
  padding:var(--nv-rema-whitespace-l3);
  display: flex;
  flex-direction: column;
  gap: var(--nv-rema-whitespace-l1);
}

.nv-rema-real-estate-item .item-content > h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.item-property-container {
  display: flex;
  align-items: flex-start;
  flex-wrap:nowrap;
  width: 100%;
}

.item-property-container > div:first-child {
  width: 60%;
}


.item-property-container > div:last-child {
  width: 40%;
}

.nv-rema-real-estate-item .item-content .item-property {
  display: flex;
  align-items: center;
  gap: var(--nv-rema-whitespace-l2);
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  line-height: 30px;
}


.nv-rema-real-estate-item .item-content .item-property.title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  line-height: inherit;
}


.nv-rema-real-estate-item .item-content .item-property .property-title {
  font-size: 0.8em;
  font-weight: 500;
  color: var(--nv-rema-col-main);
}

.nv-rema-real-estate-item .item-content .item-property .property-icon {
  height: 20px;
}

.nv-rema-real-estate-item .item-content .item-property .property-text {
  font-size: 0.9em;
}

.nv-rema-real-estate-item .image-container {
  position: relative;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: none;
  height: 240px;
  overflow: hidden;
}

.image-container .item-ribbon {
  position: absolute;
  top: 35px;
  right: -35px;
  rotate: 45deg;
  padding: 5px 50px;
  color:#fff;
}
.image-container .item-ribbon.type-2 {
  background-color: var(--nv-rema-col-attention);
}
.image-container .item-ribbon.type-3 {
  background-color: var(--nv-rema-col-error);
}

.nv-rema-real-estate-item .nv-rema-image {
  max-height: 100%;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.5s ease;
}
.nv-rema-real-estate-item:hover .nv-rema-image {
  transform: scale(1.1);
}

.nv-rema-real-estate-item.not-available .nv-rema-image{
  filter: grayscale(0.6);
}

.nv-rema-real-estate-item .item-price {
  position: absolute;
  bottom:0;
  left:0;
  padding:var(--nv-rema-whitespace-l2);
  background-color: var(--nv-rema-col-success);
  color: #fff;
  font-weight: 400;
}

.nv-rema-real-estate-item .item-price.sold {
  background-color: var(--nv-rema-col-text-40);
}

.nv-rema-real-estate-item .item-price.reserved {
  background-color: var(--nv-rema-col-text-40);
}

.nv-rema-tag-container {
  display: flex;
  gap:var(--nv-rema-whitespace-l1);
  align-items: center;
  flex-wrap: wrap;
}
.nv-rema-tag-container div {
  padding: var(--nv-rema-whitespace-l1) var(--nv-rema-whitespace-l2);
  background-color: var(--nv-rema-col-accent);
  font-weight: 500;
}

.nv-rema-tag {
  padding: var(--nv-rema-whitespace-l1) var(--nv-rema-whitespace-l2);
  background-color: var(--nv-rema-col-accent);
  font-weight: 500;
  display: inline-block;
}

.nv-rema-tag.success {
  background-color: var(--nv-rema-col-success);
}
.nv-rema-tag.attention {
  background-color: var(--nv-rema-col-attention);
}


.nv-rema-tag[data="1"] {
  background-color: var(--nv-rema-col-success);
}
.nv-rema-tag[data="2"] {
  background-color: var(--nv-rema-col-attention);
}
.nv-rema-tag[data="3"] {
  background-color: var(--nv-rema-col-error);
}

.swiper-container > a.virtual-tour-button {
  color:inherit;
  position: absolute;
  right: var(--nv-rema-whitespace-l3);
  bottom: var(--nv-rema-whitespace-l3);
  z-index: 2;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: var(--nv-rema-col-primary);
}

.swiper-pagination-bullet-active {
  background: var(--nv-rema-col-primary);
}

#virtual-tour {
  padding-top: var(--nv-rema-whitespace-l8);
}

.virtual-tour-button .nv-rema-tag {
  background-color: var(--nv-rema-col-primary);
  color:#fff;
  display: flex;
  gap: var(--nv-rema-whitespace-l1);
  align-items: center;
  transition: all 0.3s ease;
}
.virtual-tour-button .nv-rema-tag:hover {
  background-color: var(--nv-rema-col-primary-80);
}

.nv-rema-data {
  font-weight: 500;
  font-size: 1.1em;
}

.nv-rema-image-container .swiper-container {
  overflow: hidden;
}

.nv-rema-image-container .swiper-container .swiper-wrapper {
  height: inherit;
}

.nv-rema-image-container .swiper-container .swiper-slide {
  min-height: inherit;
  height: inherit;
}

.nv-rema-image-container .swiper-slide img {
  height: 100% !important;
  min-height: inherit;
  object-fit: cover;
  width: auto;
  cursor: zoom-in;
}


.fullscreen-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.overlay-swiper {
  max-width: 90%;
  max-height: 90%;
}

.nv-rema-image-container .overlay-swiper .swiper-slide {
  display: flex;
  align-items: center;
}

.overlay-swiper .swiper-slide img {
  cursor: grab !important;
  height: auto !important;
  width: 100% !important;
  object-fit: contain;
}

.overlay-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-content img {
  max-width: 95%;
  max-height: 95%;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 60px;
  color: white;
  cursor: pointer;
  line-height: 1;
  z-index: 1;
  transition: all 0.3s ease;
}

.close-btn:hover {
  color: var(--nv-rema-col-accent);
}

form.nv-rema-form input[type="text"], form.nv-rema-form input[type="password"], form.nv-rema-form input[type="email"], form.nv-rema-form input[type="url"], form.nv-rema-form input[type="date"], form.nv-rema-form input[type="month"], 
form.nv-rema-form input[type="time"], form.nv-rema-form input[type="datetime"], form.nv-rema-form input[type="datetime-local"], form.nv-rema-form input[type="week"], form.nv-rema-form input[type="number"], 
form.nv-rema-form input[type="search"], input[type="search"], form.nv-rema-form input[type="tel"], form.nv-rema-form input[type="color"], form.nv-rema-form select, form.nv-rema-form textarea, .forminator-input,.nv-rema-select {
  font-family: var(--nv-rema-font);
  font-size: 1em;
  font-weight: 300;
}

form.nv-rema-form textarea {
  font-family: var(--nv-rema-font);
  font-size: 1em;
  font-weight: 300;
}


.nv-rema-switch label > .switch-slider {
  background-color: var(--nv-rema-col-text-40);
}

input:checked + .switch-slider {
  background-color: var(--nv-rema-col-primary);
}


.nv-rema-cb-checkmark {
  background-color: var(--nv-rema-col-text-20);
}

.nv-rema-cb-container:hover input ~ .nv-rema-cb-checkmark {
  background-color: var(--nv-rema-col-text-60);
}
.nv-rema-cb-container input:checked ~ .nv-rema-cb-checkmark {
  background-color: var(--nv-rema-col-primary);
}

.nv-rema-cb-container .nv-rema-cb-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 


.seperator {
  padding-top: 20px;
  border-top: 2px solid var(--nv-rema-col-text-10);
  margin-top: 20px;
}
.seperator.bottom {
  padding-bottom: 20px;
  border-bottom: 3px solid var(--nv-rema-col-text-10);
  padding-top: 0;
  border-top: none;
}

button.nv-rema-fav-button {
  margin: 0;
  padding: 11px;
  height: 46px;
  background: var(--nv-rema-col-primary-30);
}
button.nv-rema-fav-button.is-favorite {
  background: var(--nv-rema-col-primary);
}
.cookie-not-accepted button.nv-rema-fav-button {
  background: var(--nv-rema-col-text-40);
}

.nv-rema-download-item {
  padding: 8px;
  background: var(--nv-rema-col-primary-20);
  gap: 10px;
  display: flex;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
}

.nv-rema-download-item i {
  color: var(--nv-rema-col-error);
  font-size: 20px;
}

.nv-rema-download-item.no-downloads {
  background: var(--nv-rema-col-text-20);
  opacity: 0.5;
  filter: grayscale(0.3);
  cursor: not-allowed;
}

.nv-rema-download-item.no-downloads i {
  color: var(--nv-rema-col-text-40);
  font-size: 20px;
}

.nv-rema-search-header {
  text-align: center;
}

.nv-rema-search-param-container {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nv-rema-search-param {
  padding: var(--nv-rema-whitespace-l2) var(--nv-rema-whitespace-l3);
  background-color: var(--nv-rema-col-primary);
  font-weight: 500;
  color:#fff;
  font-size: 0.8em;
}

.nv-rema-plan-container {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--nv-rema-whitespace-l4);
  width: 100%;
  flex-direction: row;
}

div.nv-rema-plan-container > img {
  max-width: calc(50% - var(--nv-rema-whitespace-l2));
}

.nv-rema-plan-title {
  text-align: center;
}

#nv-rema-housefinder-orientation-terrace > .nv-rema-tools-select-button-option {
  padding: 10px;
}

@media screen and (max-width: 960px) {
  .nv-rema-real-estate-item {
    max-width: 49%;
  }
}

@media screen and (max-width: 768px) {
  div.nv-rema-plan-container {
    flex-wrap: wrap;
    row-gap: var(--nv-rema-whitespace-l2);
  }
  div.nv-rema-plan-container > img {
    max-width: 100%;
  }
}

@media screen and (max-width: 620px) {
  .nv-rema-real-estate-item {
    max-width: 100%;
  }
  .nv-rema-tools-select-button-option {
    font-size: 13.4px;
  }
}

/** COMPETTION **/
.nv-rema-competition-question {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 20px;
}

.status-1 .nv-rema-marker-dot {
  background: var(--nv-rema-col-success);
}
.status-2 .nv-rema-marker-dot {
  background: var(--nv-rema-col-attention);
}
.status-3 .nv-rema-marker-dot {
  background: var(--nv-rema-col-error);
}

label.cb-terms.required > .cb-title {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--nv-rema-whitespace-l1);
}

.cb-terms .nv-rema-tools-form-required {
    margin-left: 0;
}

.nv-rema-current-status[data="1"] {
  color: var(--nv-rema-col-success);
}
.nv-rema-current-status[data="2"] {
  color: var(--nv-rema-col-attention);
}
.nv-rema-current-status[data="3"] {
  color: var(--nv-rema-col-error);
}
#nv-rema-housefinder-back {
  margin: 0 auto;
  font-size: 20px;
}

.hf-symbolfoto {
  display: block;
  margin-top: .25rem;
  font-size: .75rem;
  line-height: 1.1;
  color: #fff;
  position: absolute;
  bottom: var(--nv-rema-whitespace-l2);
  right: var(--nv-rema-whitespace-l3);
  z-index: 2;
  font-weight: 400;
  letter-spacing: .02em;
  text-shadow: 0 0 2px rgba(0,0,0,.85), 0 1px 2px rgba(0,0,0,.85), 0 -1px 2px rgba(0,0,0,.85), 1px 0 2px rgba(0,0,0,.85), -1px 0 2px rgba(0,0,0,.85), 1px 1px 2px rgba(0,0,0,.85), -1px 1px 2px rgba(0,0,0,.85), 1px -1px 2px rgba(0,0,0,.85), -1px -1px 2px rgba(0,0,0,.85);
}