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

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

}

/* .blur {
  filter: blur(13px);
}

*/

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  overflow: auto;
}

/*
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  width: 400px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
} */

.modal-content p{
  font-family:sans-serif;
  font-size: 18px;
  padding: 10px;
}

@media only screen and (max-width: 1024px) {
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
  }
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}




.buttonTitel{
  font-size:12px;
}

.tingle-modal {
  background: rgb(0 0 0 / 42%) !important;
}

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

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

body{
  background-color:#ffffff;
}

.clickMap{
  aspect-ratio: 1.4 / 1;
}

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

.menu {
  z-index: 99;
  top: 0;
  left: 0;
  background: #fff;
  width: 160px;
  transition: transform 0.35s;
  font-family: sans-serif;
  padding: 15px;
  margin-top: 20px;
  border-radius: 0px;
  background-color: #eaecef;
  font-size: 14px;
}

.menu span{
  line-height: 40px;
  margin-left: 8px;
  font-size: 18px;
  font-family: sans-serif;
  letter-spacing: 2px;
}

.menu label.menu-toggle {
  position: absolute;
  top: 0px;
  right: -78px;
  width: 78px;
  height: 40px;
  display: block;
  border-radius: 0px 5px 5px 0px;
  color: white;
  background-color: #ae9970;
  box-shadow: 5px 5px 9px -10px rgb(0 0 0);
}
.menu ul li > label {
  background: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-right-b-128.png) 95% 50%/16px 16px no-repeat;
}
.menu ul li a, .menu ul li label {
  display: block;
  text-align: center;
  padding: 0 20px;
  line-height: 60px;
  text-decoration: none;
  color: #000;
}
.menu ul li a:hover, .menu ul li label:hover {
  color: #666;
}

/* hide inputs */          
.menu-checkbox {
  display: none;
}

/* hide navigation icon for sublabels */    
.menu .menu label.menu-toggle {
  background: none;
}

/* fade in checked menu */    
.menu-checkbox:checked + .menu {
  transform: translate3d(0, 0, 0);
}

#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 */

  body{
    margin:0px;
  }

  .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%;
  }

.buttonTitel{
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 5px;
  margin-bottom: 14px;
  border-bottom: 1px solid white;
  font-weight: 700;
}

.verdiepingsKnop{
  margin-bottom:5px;
}

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

  }

  .verdiepingOutline a span{
    font-weight:bold !important;
    padding:10px;
    width: 115px;
  }

  .verdiepingOutline a{
    outline:1px solid white;
  }

  .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: 2px;
  transition: fill .3s ease-out;
  outline: none;
}

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

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

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

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

.svgVlakModal[status="onbeschikbaar"]{
  fill: #63636372;
  stroke: white;
  stroke-width: 2px;
  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:#1d1d1dde;
}

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

.svgVlakGebiedBerging:hover{
  fill:#000000de;
}

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

.svgVlakGebied:hover{
  fill:#00000063;
}

.img-overlay{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* Tooltip */

.tippy-content {
  padding:0px;
  margin:0px;
  color:black;
  background-color:white;
}

.tooltipEigenschappen{
  font-family: sans-serif;
  padding:10px;
}

.thumbGebouw{
  font-size:17px;
  font-weight:bold;
}

.thumbBouwnummer{
  font-weight:bold;
  font-size:17px;
  display: flex;
  align-items:center;
  height:25px;
}

.thumbVerdieping{
  display: flex;
  align-items:center;
  height:25px;
  margin-top:2px;
}

.thumbVerdieping img{
  margin-right:7px;
  width:20px;
}

.thumbWoonoppervlakte{
  display: flex;
  align-items:center;
  height:25px;
  margin-top:2px;
}

.thumbWoonoppervlakte img{
  margin-right:7px;
  width:20px;
}

.thumbBuitenruimte{
  display: flex;
  align-items:center;
  height:25px;
  margin-top:2px;
}

.thumbBuitenruimte img{
  margin-right:7px;
  width:20px;
}

.thumbKamers img{
  margin-right:7px;
  width:20px;
}

.thumbKamers{
  display: flex;
  align-items:center;
  height:25px;
  margin-top:2px;
}

.thumbPrijs img{
  margin-right:7px;
  width:20px;
}

.thumbPrijs{
  display: flex;
  align-items:center;
  height:25px;
  margin-top:2px;
}

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

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

/* Modal */

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

.tingle-modal{
  /* aspect-ratio: 16 / 10; */
}

.tingle-modal-box{
  width:100% !important;
  max-width:1024px;
}

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

.modalBwnrEigenschappen{
  padding: 20px;
  width: 370px;
}

.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;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #e7e7e7;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px 
}

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

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


.modalKenmerkItem2{
  flex-basis: 60%;
  min-width: 60%;
}

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

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

.modalBwnrAfbeelding{
  width:655px;
  background-color:#faf2e6;
}

.modalBwnrKolom{
  display:flex;
}

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

.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;
}



#kenmerken{
  position:absolute;
}

#myGrid{
  margin: 25px;
  margin-bottom: 0px;
  margin-right: 0px;
  height:500px;
  margin-top:60px;
  margin-left:0px;
}

.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;
}

#woningenGrid{
  display:flex;
  padding-left:25px;
  padding-right:25px;
  padding-bottom:25px;
}

#gridFilter{
  margin:0px;
}

#myGrid{
 
  width:100%;
}

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

.lijstKenmerken{
  margin-top:5px;
}

.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%;
}

.sorteerKnoppen{
  font-family:sans-serif;
  font-weight:bold;
  font-size:13px;
  position: absolute;
  right: 25px;
  margin-top: 20px;
  color:black;
}

.soortKnoppen{
  font-family:sans-serif;
  font-weight:bold;
  font-size:13px;
  position: absolute;
  left: 25px;
  margin-top: 20px;
  color:black;
}

.sorteerKnop{
  padding:8px;
  background-color:white;
  border:1px rgb(218, 218, 218) solid;
  font-weight:bold;
  font-size: 13px;
}

.activeKnop{
  background-color:#89ac7c;
}


/* Mobile Modal*/

@media only screen and (max-width: 800px) {

  .tingle-modal{
    aspect-ratio: auto;
  }

  .sorteerKnoppen{
    margin-top:50px;
    left:25px;
    right:auto;
  }

  .modalBwnrKolom{
    flex-flow: column wrap;
  }

  .modalBwnrAfbeelding{
    width:100%;
  }

  .modalBwnrEigenschappen{
    width:100%;
  }

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

  .modalKenmerkItem1bvoKenmerk{
    flex-basis: 40%;
    min-width: 40%;
    margin-top: 3px;
  }

  .modalKenmerkItem2{
    flex-basis: 60%;
    min-width: 60%;
  }

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

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

  .tingle-modal--overflow {
    padding-top: 0vh !important;
  }

  .tingle-modal-box__content {
    overflow-y: auto !important;
  }

  .modalBwnrEigenschappen2{
    width:100%;
  }

  .modelBwnrPlattegrondVlak{
    width:100%;
  }

}

@media only screen and (max-width: 1024px) {
  #myGrid {
    margin: 0px;
    margin-top:80px;
  }

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

  #gridFilter {
    margin: 0px;
  }

  #woningenGrid{
    margin:0px;
    margin-right:0px;
    padding:0px;
  }

}


@media only screen and (max-width: 700px) {


  .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;
  }
  
  #myGrid{
    margin:0px;
    margin-top:80px;
    padding: 0px;
    height:500px;
  }

  .filterKnop{
    display:inline;
  }

  #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: 420px) {
.woningStatusbeschikbaar{
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}

.gridVerdieping{
  display:none;
}

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

  #myGrid{
    margin-top:85px;
  }
  
  #gridFilter {
    width: 100%;
  }

  .lijstEigenschappen{
    flex-wrap:auto;
  }

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

  .sliderVakAantalKamers{
    width:50%;
  }

  .sorteerKnoppen{
    margin-top:50px;
    left:25px;
    right:auto;
  }

}


/* styling svg vlak beganegrond */

/* #Laag_1{
width: 1920;
height: 1200;
} */