/* Setup */


html {
    width: 100%;
    height: 100%;
    overflow:hidden;          
}

a{
    color: black;
}
        
body {
    margin: 0px;
    width: 1px;
    min-width: 100%;
    font-family: 'Lato', sans-serif;
}

/* 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);
  }
}

/* Woningeigenschappen */


.plattegrondimg{
    width:100%;
}

.woningVak{
    position:absolute;
    left:0;
    top:0;
    width: 320px;
    height: 332px;
    background-color:#ffffff;
    color:#934a1f;
    border: 1px solid #CCCCCC;
}

.nrTitle {
    font-size:40px;
}

.eigTitle{
    font-size:22px;
    margin:0px;
}

.bouwnummerVak {
    position: absolute;
    margin: 20px;
    padding: 10px;
    width: 100px;
    background-color: white;
    color: black;
    font-size: 45px;
    text-align: center;
    font-family: 'Arapey', serif;
}

.impressieVak{
    position: absolute;
    top: 0px;
    height: 300px;
    padding-bottom: 0px;
    background-color: white;
}

.eigenschapVak {
    margin-top: 100px;
    width: 80%;
    margin-left: 30px;
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.plattegrondVak{
    position: absolute;
    padding-top: 10px;
    top: 290px;
    width: 318px;
    height: 30px;
    background-color: #ffffff;
    color: #060606;
    text-align: center;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    font-family: 'Arapey', serif;
    font-size: 19px;
}

td{
    font-weight: bold;
    color: #934a1f;
    font-size: 18px;
}

/* Eigenschappenshow */

.popup{
    display:none;
    width: 320px;
    height: 335px;
    position: absolute;
}

i{
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.left2 {
  transform: rotate(-45deg) !important;
  -webkit-transform: rotate(-45deg) !important;
}

.sluitVak {
    position: absolute;
    left: 335px;
    top: 130px;
    width: 40px;
    height: 30px;
    background-color: #ffffff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #0000002e;
    cursor: pointer;
    font-size: 25px;
    color: #424242;
}

.sluitVak2 {
    left: auto !important;
    right: 320px !important;
    border-left: 2px solid #0000004d;
    border-right: 0px solid #0000004d;
}

.right {
    right:0;
}

.img-overlay{
    position: absolute;
    right: 0;
    width: 70%;
}

.img-overlay2{
    display:none;
    position: absolute;
    right: 0;
    width: 70%;
}

.vrij polygon{
    fill:#4a6574;
}

.vrij {
    fill: #ffffff00;
    stroke: white;
    stroke-width: 1;
}

.vrij:hover{
    fill: #0404044d !important;
    stroke: white;
    stroke-width: 1;
}

.vrij.focus polygon {
    fill: #94aeb9 !important;
    stroke-width: 2;
}

.optie{
    fill: #bd861366;
    stroke: white;
    stroke-width: 1;
}

.optie:hover{
    fill: #58441b66 !important;
    stroke: white;
    stroke-width: 1;
}

.optie.focus {
    fill: #bd861366 !important;
    stroke-width: 2;
}

.verkocht{
    fill: #ab2d2d61;
    stroke: white;
    stroke-width: 1;
}

.verkocht:hover{
    fill: #3d111161 !important;
    stroke: white;
    stroke-width: 1;
}

.verkocht.focus {
    fill: #ab2d2d61 !important;
    stroke-width: 2;
}

.binnenkort{
    pointer-events:none;
}

.binnenkort polygon{
    fill:#ffffff;
}


.filterfocus {
    stroke-width: 5;    
}



.woningGroep:hover polygon{
    fill:#94aeb9;
}



.switch{
    position: absolute;
    right: 50;
}


/* Mobile CSS show */

.rotateTekst {
    display:none;
}

.terugKnop {
    display:none;
}

/* Scherm draaien porait */



/* Landscape mobile */

@media only screen and (orientation: landscape) {
    @media only screen and (max-height: 480px) {
        html{
            overflow: initial;
        }
        
        .eigTitle{
            font-size:10px;
            margin:0px;
        }
        
        .plattegrondimg{
            width:100%;
        }
        
        .legenda {
            padding:10px;
            margin-right:5px;
            margin-bottom:5px;
        }
        
        .popup {
            height:100%;
            width: 150px;
            z-index: 100;
            position: fixed;
        }
        
        .terugKnop {
            z-index: 9;
            display: inherit;
            position: fixed;
            top: 0;
            margin: 10px;
            padding: 10px;
            padding-right: 15px;
            padding-left: 15px;
            background-color: #ececec;
            border: 1px solid #7b7b7b;
        }        
        
        .sluitVak {
            top:33%;
            left:150px;
        }
        
        .woningVak {
            height:100%;
            width: 150px;
        }
        
        .impressieVak {
            height:150px;
        }
        
        .eigenschapVak {
            margin-top:155px;
        }
        
        .plattegrondVak {
            top:90%;
            width: 150px;
            height: 23px;
            padding-top: 8px;
            font-size:12px;
        }
        
        .sluitVak2 {
            right:200px !important;
        }
        
        .filter{
            display:none;
        }
        
        .bouwnummerVak {
            margin: 5px;
            padding: 10px;
        }
    }  
}

/* Browser Support */

.browserFrame {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f3f3f2;
    color: white;
    z-index: 99;
    display:none;
   
}

.browsersupport {
    position: absolute;
    width: 100%;
    background-image: linear-gradient(#feefae,#fae692);
    color: #313131;
    border-bottom: 1px solid #b3a569;
    border-top: 1px solid #969696;
    padding-top: 25px;
    padding-bottom: 25px;

}

.supportTitle {
    display:block;
    font-weight: 500;
    padding-bottom: 5px;
    padding-left: 15px;
}

.supportSubTitle{
    display:block;
    padding-left: 15px;
}

.supportSubTitle a{
    text-decoration:none;
    color: #2d61da;   
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .browserFrame {
        display:inline; 
    }
    
    .lds-ellipsis {
        display:none;
    }
}

@supports (-ms-ime-align: auto) {
    .browserFrame {
        display:inline; 
    }
    
    .lds-ellipsis {
        display:none;
    }
}