@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap');

/* Menu */
  
  /* reset */
* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.buttonTitel{
  font-size:12px;
}

.tingle-modal {
  background: rgb(0 0 0 / 42%) !important;
  padding-left: 0 !important;
  display: flex;
  align-items: center;
}

.tingle-modal__closeLabel {
  display:none !important;
}

.tingle-modal__closeIcon{
  margin-right: 0px !important;
}

body{
  background-color: #ffffff;
  margin: 0px;
  width: 100%;
  height: 100%;
}

.clickMap{
  width: 100vw;
  height: auto;
  min-height: 40vh;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}
label:focus {
  outline: none;
}


#info {
  display: table;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}
#info #info-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
#info #info-content h1 {
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-weight: normal;
  padding: 20px;
  margin: 10px;
  display: inline-block;
}
#info #info-content h1 strong {
  display: block;
  font-size: 26px;
}
  
.sliderTitel{
  padding-bottom:10px;
}


  /* Algemeen */

  .terugKnop{
    z-index: 10;
    position: absolute;
    left: 20px;
    top: 20px;
    box-shadow: 5px 5px 9px -10px rgb(0 0 0);
    background-color:white;
  }
  
  .terugKnop a{
    display: block;
    width: 170px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: sans-serif;
    text-decoration: none;
    color: black;
    border: 1px solid black;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    transition: all .35s;
    text-transform:uppercase;
  }
  
  .terugKnop a span{
    position: relative;
    z-index: 2;
  }
  
  .terugKnop a:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    transition: all .35s;
    border-radius:5px;
  }
  
  .terugKnop a:hover{
    color: black;
  }
  
  .terugKnop a:hover:after{
    width: 100%;
  }

  .thumbGebouwAaantal{
    font-weight:bold !important;
  }

  .thumbGebouwBaantal{
    font-weight:bold !important;
  }

  .thumbGebouwCaantal{
    font-weight:bold !important;
  }

  .thumbGebouwDaantal{
    font-weight:bold !important;
  }

  .thumbGebouwEaantal{
    font-weight:bold !important;
  }




.svgVlak[status="beschikbaar"]{
  fill: #46b40780;
  stroke: white;
  stroke-width: 1px;
  transition: fill .3s ease-out;
  outline: none;
}

.svgVlakModal[status="beschikbaar"]{
  fill: #46b40780;
  stroke: white;
  stroke-width: 1px;
  transition: fill .3s ease-out;
  outline: none;
}

.svgVlak[status="optie"]{
  fill: #cab30780;
  stroke: white;
  stroke-width: 1px;
  transition: fill .3s ease-out;
  outline: none;
}

.svgVlakModal[status="optie"]{
  fill: #cab30780;
  stroke: white;
  stroke-width: 1px;
  transition: fill .3s ease-out;
  outline: none;
}
.svgVlak[status="verkocht"]{
  fill: #ca461672;
  stroke: white;
  stroke-width: 1px;
  transition: fill .3s ease-out;
  outline: none;
}

.svgVlakModal[status="verkocht"]{
  fill: #ca461672;
  stroke: white;
  stroke-width: 1px;
  transition: fill .3s ease-out;
  outline: none;
}
.svgVlak[status="onbeschikbaar"]{
  fill: #63636372;
  stroke: white;
  stroke-width: 1px;
  transition: fill .3s ease-out;
  outline: none;
}

.svgVlakModal[status="onbeschikbaar"]{
  fill: #63636372;
  stroke: white;
  stroke-width: 1px;
  transition: fill .3s ease-out;
  outline: none;
}
.svgVlak[status="gereserveerd"]{
  fill: #ca6d1672;
  stroke: white;
  stroke-width: 2px;
  transition: fill .3s ease-out;
  outline: none;
}

.svgVlakModal[status="gereserveerd"]{
  fill: #ca6d1672;
  stroke: white;
  stroke-width: 2px;
  transition: fill .3s ease-out;
  outline: none;
}
.svgVlak:hover{
    fill:#0000003f;
}

.svgVlak.group-hover{
    fill:#0000003f;
}

.svgVlakGebiedBerging{
  fill:#0000003f;
  stroke: #ffffff;
  stroke-width: 10;
  transition: fill .3s ease-out;
  outline: none;
}

.svgVlakGebiedBerging:hover{
  fill:#0000003f;
}

.svgVlakGebied{
  fill:#0000003f;
  stroke:#ffffff;
  stroke-width:2;
  transition: fill .3s ease-out;
  outline: none;
}

.svgVlakGebied:hover{
  fill:#0000003f;
}

.img-overlay{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.img-overlay svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Tooltip */

.tippy-content {
  padding: 0px;
  margin: 0px;
  color: black;
  background-color: white;
  border: 2px solid #d7d7d7;
  width: 200px;
  font-size: 12px;
}



/* Override grid layout for vertical tooltip structure */
.tooltipEigenschappen.tooltipVertical {
  display: block;
  text-align: left;
}

.tooltipImage {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
}





.thumbBouwnummer{
  padding: 0 16px;
  font-weight: 400;
  font-size: 14px;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
  margin-bottom: 8px;
}












.thumbAfbeeling img{
  object-fit: cover;
  height:125px;
}

@media (hover: none) {
  .tippy-box{
    display:none;
  }
}

/* Tippy arrow styling */
.tippy-box[data-placement^='top'] > .tippy-arrow::before {
  @apply border-t-white;
}

.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
  @apply border-b-white;
}

.tippy-box[data-placement^='left'] > .tippy-arrow::before {
  @apply border-l-white;
}

.tippy-box[data-placement^='right'] > .tippy-arrow::before {
  @apply border-r-white;
}

.modalTabs {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}

.modalTab {
  background: none;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  opacity: 0.6;
}

.modalTab.active {
  opacity: 1;
  border-bottom: 2px solid #000;
}

.modalTabContent {
  display: none;
}

.modalTabContent.active {
  display: block;
}
.modalDocumenten {
  max-height: 250px; /* Adjust this value as needed */
  overflow-y: auto;
  padding-right: 10px;
  margin-top: 15px;
}

/* Optional: Custom scrollbar styling */
.modalDocumenten::-webkit-scrollbar {
  width: 8px;
}

.modalDocumenten::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.modalDocumenten::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.modalDocumenten::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.modalDocumentItem {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.modalDocumentItem a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.modalDocumentItem img {
  width: 24px;
  margin-right: 10px;
}

/* Modal */

.ag-full-width-row a{
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

.tingle-modal-box {
  width: 100% !important;
  max-width: 1024px;
  margin: 20px 20px 20px 0;
  height: auto;
  padding-left: 0;
}

.tingle-modal-box__content {
  padding: 0px !important;
  font-family: sans-serif;
  height: auto;
  margin-left: 0;
}

.modalBwnrEigenschappen{
  padding: 20px;
  flex: 1;
  min-width: 300px;
  height: auto;
}

.modalBwnrEigenschappen2{
  padding:25px;
  width:640px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.modelBwnrPlattegrondVlak{
    border: 1px solid #515151;
    padding: 10px;
    margin-top: 20px;
    width:290px;
}

.modelBwnrPlattegrondVlak a{
  text-decoration: none;
  text-align:left;
}

.modelBwnrPlattegrondAfbeelding{
  width: 30px;
  margin: auto;
}

.modelBwnrPlattegrondTekst{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  color: black;
}

.modelInschrijvenVlak{
  border: 1px solid #515151;
  padding: 10px;
  margin-top: 10px;
  width:290px;
}

.modelInschrijvenVlak a{
  text-decoration: none
}

.modelBwnrInschrijvenTekst{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  color: black;
}

.modalBwnr{
  font-size:26px;
  font-weight: 300;
}

.modalStatusbeschikbaar{
  font-size: 16px;
  font-weight: 400;
  background-color: #4c9a46;
  color: white;
  padding: 7px;
  width: 115px;
  text-align: center;
}

.modalStatusoptie{
  font-size: 16px;
  font-weight: 400;
  background-color: #e2d99d;
  color: white;
  padding: 7px;
  width: 115px;
  text-align: center;
}

.modalStatusverkocht{
  font-size: 16px;
  font-weight: 400;
  background-color: #e1b09f;
  color: white;
  padding: 7px;
  width: 115px;
  text-align: center;
}

.modalStatusonbeschikbaar{
  font-size: 16px;
  font-weight: 400;
  background-color: #b9b9b9;
  color: white;
  padding: 7px;
  width: 115px;
  text-align: center;
}

.modalStatusgereserveerd{
  font-size: 16px;
  font-weight: 400;
  background-color: #e2c0a2;
  color: white;
  padding: 7px;
  width: 115px;
  text-align: center;
}

.modalGroupTitel1{
  margin-top: 25px;
  margin-bottom:5px;
}

.modalGroupTitel2{
  margin-top: 5px;
  margin-bottom:5px;
}

.modalAlgemeenVak{
  padding-top: 5px;
  border-top: 1px solid #c2c2c2;
  font-size: 15px;
  font-weight: 300;
}

.modalOverigVak{
  padding-top: 5px;
  border-top: 1px solid #c2c2c2;
  font-size: 15px;
  font-weight: 300;
}

.modalKenmerkenGroup{
  display:flex;
  flex-direction: row;
  line-height:1.5;
  column-gap: 10px;
  align-items: flex-start;
}

.modalKenmerkItem1{
  flex-basis: 40%;
  min-width: 40%;
}

.modalKenmerkItem1bvoKenmerk{
  flex-basis: 40%;
  min-width: 40%;
}


.modalKenmerkItem2{
  flex-basis: 60%;
  min-width: 60%;
  display: block;
  margin-left: 12px;
}

.modalKenmerkItem3{
  flex-basis: 20%;
  min-width: 20%;
}

.modalKenmerkItem4{
  flex-basis: 80%;
  min-width: 80%;
}

.modalBwnrAfbeelding{
  width: 100%;
  max-width: 655px;
  background-color: #ffffff;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalBwnrAfbeelding svg {
  width: 100%;
  height: auto;
  display: block;
}

.modalBwnrKolom {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

.tingle-modal__close{
  color:white !important;
  width: 1.5rem ;
  height: 1.5rem ;
}

@media (max-width: 540px) {
  .tingle-modal__close {
    background-color: transparent !important
  }
}
.ag-root-wrapper{
  border:none !important;
}

/* Laadcirkel */

.lds-ellipsis {
  display: inline;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #f3f3f2;
  z-index: 9999;
}
.lds-ellipsis div {
position: absolute;
top: 25%;
width: 11px;
height: 11px;
border-radius: 50%;
background: #ababab;
left: 50% !important;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 6px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 6px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 26px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 45px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
  transform: scale(0);
}
100% {
  transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
  transform: scale(1);
}
100% {
  transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
  transform: translate(0, 0);
}
100% {
  transform: translate(19px, 0);
}
}


/* Filter */
#woonoppervlakteSlider{
  margin-top: 35px;
  margin-left: 13px;
  margin-right: 20px;
  margin-bottom: 10px;
}

#buitenruimteSlider{
  margin-top: 35px;
  margin-left: 13px;
  margin-right: 20px;
  margin-bottom: 10px;
}

#eenKamerSlider{
  height: 35px;
  margin-top: 7px;
}

#tweeKamerSlider{
  height: 35px;
  margin-top: 7px;
}

#drieKamerSlider{
  height: 35px;
  margin-top: 7px;
}

#vierKamerSlider{
  height: 35px;
  margin-top: 7px;
}

.aantalKamersVlak{
  margin: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.aantalKamersNummer{
  margin: 3px;
  margin-top: 7px;
  margin-bottom: 13px;
}

.sliderVakBuitenruimte{
  width:100%;
}

.sliderVakWoonoppervlakte{
  width:100%;
}

.sliderVakKamers{
  display:flex;
}

.svgVlak[soortfilter="uit"] {
  fill: rgb(231 231 231 / 89%) !important;
  pointer-events:none;
}

.svgVlak[woonoppervlaktefilter="uit"] {
  fill: rgb(231 231 231 / 89%) !important;
  pointer-events:none;
}

.svgVlak[buitenruimtefilter="uit"] {
  fill: rgb(231 231 231 / 89%) !important;
  pointer-events:none;
}

.svgVlak[eenkamerfilter="uit"] {
  fill: rgb(231 231 231 / 89%) !important;
  pointer-events:none;
}

.svgVlak[tweekamerfilter="uit"] {
  fill: rgb(231 231 231 / 89%) !important;
  pointer-events:none;
}

.svgVlak[driekamerfilter="uit"] {
  fill: rgb(231 231 231 / 89%) !important;
  pointer-events:none;
}

.svgVlak[vierkamerfilter="uit"] {
  fill: rgb(231 231 231 / 89%) !important;
  pointer-events:none;
}

.noUi-connect{
  background:#7a7a7a !important;
}

.noUi-horizontal {
  height: 10px !important;
}

.noUi-horizontal .noUi-handle {
  width: 20px !important;
  height: 20px !important;
  right: -13px !important;
  top: -6px !important;
  border-radius: 50% !important;
}

.noUi-handle:after, .noUi-handle:before {
  background: none !important;
}

.noUi-tooltip {
  background: #7a7a7a !important;
  color: #fff !important;
  font-weight:700 !important;
  padding: 3px !important;
}

.noUi-vertical{
  width:12px !important;
}

.noUi-vertical .noUi-handle{
  width: 20px !important;
  height: 20px !important;
  right: -5.5px !important;
  bottom: -10px !important;
  border-radius: 0px !important;
}

/* List Grid*/

.full-width-panel:hover{
  background-color: #d9d9d9;
  cursor: pointer;
}

/* Vertically center content inside each full-width row */
.full-width-panel{
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}

/* Center the left column content vertically and remove default p margins */
.eigenschappenLinks{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eigenschappenLinks p{
  margin: 0;
}
.eigenschappenRechts p{
  margin: 0;
}



#kenmerken{
  position:absolute;
}

#myGrid{
  margin: 0;
  height: 500px;
  width: 100%;
  margin-top: 10px;
}

.lijstThumbnail{
  padding:15px;
}

.lijstThumbnail img{
  width:75px;
  height:65px;
  border-radius:5px;
  object-fit: cover;
}

.full-width-panel{
  display:flex;
  margin-right: 15px;
}

.lijstEigenschappen{
  display:flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  column-gap: 12px;
}

#woningenGrid {
  display: flex;
  position: relative;
  background-color: #ffffff;
  height: auto;
  margin-top: 20px;
}

#gridFilter{
  margin:0px;
}

#myGrid{
 
  width:100%;
}

.ag-header {
  border-bottom: 0px !important;
}

.lijstKenmerken{
  margin-top:5px;
}

/* Ensure icons align with text baseline in list rows */
.lijstKenmerken span{
  display: inline-flex;
  align-items: center;
  line-height: 24px;
}
.lijstKenmerken img{
  display: block;
  width: 24px;
  height: 24px;
}

/* Desktop fine-tune: nudge the first, text-only span to align visually */
@media (min-width: 701px) {
  .lijstKenmerken span:first-child{
    transform: translateY(1px);
  }
}


.legenda{
  margin-top: 30px;
  display:flex;
flex-direction: row;
justify-content: center;
}

.legenda p{
  margin-left: 5px;
  margin-right: 15px;
  color: black;
  font-family: sans-serif;
}

.legendaitem1{
  display: flex;
  flex-direction: row;
}

.legendaitem2{
  display: flex;
  flex-direction: row;
}

.legendaitem3{
  display: flex;
  flex-direction: row;
}

.legendaitem1 .swatch{
  background-color: #458f1b;
  height: 20px;
  width: 20px;
}

.legendaitem2 .swatch{
  background-color: #cab307;
  height: 20px;
  width: 20px;
}

.legendaitem3 .swatch{
  background-color: #ca6d16;
  height: 20px;
  width: 20px;
}

.woningStatusbeschikbaar{
  background-color:#4c9a46 !important;
}

.woningStatusoptie{
  background-color:#e2d99d !important;
}

.woningStatusverkocht{
  background-color:#e1b09f !important;
}

.woningStatusonbeschikbaar{
  background-color:#b9b9b9 !important;
}

.woningStatusongereserveerd{
  background-color:#e2c0a2 !important;
}

.rechterKolomGrid {
  width: 100%;
  position: relative;
}

.sorteerKnoppen {
  font-family: sans-serif;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  right: 25px;
  top: -60px;
  color: #333;
  z-index: 10;
}

.soortKnoppen {
  font-family: sans-serif;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  left: 15px;
  top: -60px;
  color: #333;
  z-index: 10;
}

.sorteerKnoppen select,
.soortKnoppen select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 8px 35px 8px 15px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  min-width: 200px;
}

.sorteerKnoppen select:hover,
.soortKnoppen select:hover {
  border-color: #999;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.sorteerKnoppen select:focus,
.soortKnoppen select:focus {
  outline: none;
  border-color: #666;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.sorteerKnoppen label,
.soortKnoppen label {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sorteerKnoppen form,
.soortKnoppen form {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 700px) {
  .clickMap{
    min-height: 30vh;
  }

  #woningenGrid {
    margin-top: 150px;
  }

  /* Add vertical breathing room for each list row on mobile */
  .full-width-panel{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  /* Add breathing room between left and right blocks on mobile */
  .lijstEigenschappen{
    gap: 14px;
  }
  .eigenschappenRechts{
    margin-left: 8px;
  }

  .tingle-modal {
    padding: 15px 15px 15px 0;
    align-items: flex-start;
  }

  .tingle-modal-box {
    margin: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    padding-left: 0;
  }

  .tingle-modal-box__content {
    padding: 15px 15px 15px 0;
    align-items: flex-start;
  }

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

  .modalBwnrAfbeelding {
    width: 100%;
    max-width: 100%;
  }

  .modalBwnrEigenschappen {
    width: 100%;
    min-width: unset;
  }

  .sorteerKnoppen,
  .soortKnoppen {
    position: absolute;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    margin: 0;
    padding: 0;
  }

  .soortKnoppen {
    top: -140px;
  }

  .sorteerKnoppen {
    top: -70px;
  }

  .sorteerKnoppen select,
  .soortKnoppen select {
    width: 100%;
    min-width: unset;
    margin: 0;
    padding: 8px 35px 8px 15px;
  }

  .sorteerKnoppen label,
  .soortKnoppen label {
    font-size: 12px;
    margin-bottom: 12px;
    margin-left: 0;
  }

  #myGrid {
    margin: 0;
    margin-top: 30px;
    padding: 0;
    height: 500px;
  }

  .modelBwnrPlattegrondVlak a {
    display: inline;
  }
  
  .terugknop{
    right:5px !important;
    top:5px !important;
  }

  .terugKnop a{
    width: 110px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    padding: 3px;
  }

  .menu{
    width:auto;
    margin-top:10px;
    display:flex;
  }

  .menu span{
    font-size:13px;
    line-height: 25px;
    margin-left: 13px;
  }

  .menu label.menu-toggle{
    height:25px;
  }
  
  #gridFilter{
    z-index: 1;
    margin:0px;
    width:100%;
    margin: auto;
  }

  #woonoppervlakteSlider{
    margin-left:15px;
    margin-right:25px;
    margin-top:30px;
  }
  
  #buitenruimteSlider{
    margin-left:25px;
    margin-right:20px;
    margin-top:30px;
  }

  .sliderVakBuitenruimte{
    margin-top:0px;
  }

  .lijstKenmerken{
    display:flex;
    flex-wrap:wrap;
  }

  .sliderTitel{
    text-align:center;
  }

  .sliderTitelKamers{
    text-align:center;
  }

  .sliderVaksliderCat{
    display:flex;
    width: 66.6%;
  }

  .sliderVakAantalKamers{
    width: 33.3%;
  }

  .sliderVakKamers{
    justify-content:center;
  }

  .verdiepingsButtons{
    right:0px;
    top: 0px;
    width: 83px;
  }

  .verdiepingsButtons a{
    font-size:9px;
    width:auto;
  }

  .terugKnop{
    top:5px;
    left:5px;
  }

  .terugKnop a {
    width: 75px;
    font-size: 10px;
    letter-spacing: 0px;
  }

  .buttonTitel{
    font-size:11px;
    margin-bottom:1px;
  }

  .verdiepingsKnop{
    height:23px;
  }


  .verdiepingsButtons a{
    line-height:25x;
  }

}

@media only screen and (max-width: 480px) {
  .clickMap{
    min-height: 25vh;
  }

  #woningenGrid {
    margin-top: 150px;
  }

  .tingle-modal {
    padding: 10px 10px 10px 0;
  }

  .tingle-modal-box {
    margin: 0;
    border-radius: 6px;
    padding-left: 0;
  }

  .tingle-modal-box__content {
    padding: 10px 10px 10px 0;
  }

  .soortKnoppen {
    top: -140px;
  }

  .sorteerKnoppen {
    top: -70px;
  }

  #myGrid {
    margin-top: 30px;
  }

  .eigenschappenLinks p{
    font-size:13px !important;
    display:grid;
  }

  #gridFilter {
    width: 100%;
  }

  .lijstEigenschappen{
    flex-wrap:auto;
  }

  .sliderVaksliderCat{
    flex-wrap:wrap;
    width:50%;
  }

  .sliderVakAantalKamers{
    width:50%;
  }
}

@media (max-width: 768px) {
  .outdoor-area {
    display: none !important;
  }
}

/* New tooltip properties styling for vertical layout */
.tooltipProperties {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 8px;
  font-family: 'Montserrat', sans-serif;
  align-items: flex-start;
  padding: 10px 16px;
}

.tooltipProperty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  color: #161E31;
  padding: 1px 0;
  width: 100%;
}

.tooltipProperty strong {
  font-weight: bold;
  text-transform: uppercase;
}

.tooltipProperty img {
  margin-right: 4px;
  width: 24px;
  height: 24px;
}