@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

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

.titleID{
    line-height: 1.4;
    margin-top: 0px;
    font-size: 21px;
    font-weight: 700;
    color: black;
}


.plattegrondimg{
    width:100%;
}

.woningVak{
    position:absolute;
    left:0;
    top:0;
    width:280px;
    height:430px;
    background-color:white;
    color:#2b2b2b;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.nrTitle {
    padding-top: 0px;
    font-size: 24px;
    color: #5f5f5f;
}

.eigTitle{
    font-size:12px;
    margin:0px;
    margin-bottom:5px;
}

.eigTitle img {
    width:25px;
}

.woonoppVak .eigTitle img {
    width: 25px;
}

.prijsVak .eigTitle img {
    width:23px;
}

.kaveloppVak .eigTitle img {
    width:30px;
}

.bouwnummerVak {
    position: absolute;
    margin: 20px;
    margin-top: 10px;
    padding: 10px;
    width: 225px;
    font-size: 55px;
    text-align: center;
    font-size: 24px;
    text-align: center;
    padding-top: 2px;
    color: #334757;
}

.statusVak {
    position: absolute;
    margin: 20px;
    margin-top: 71px;
    padding: 10px;
    width: 95px;
    font-size: 55px;
    text-align: center;
    font-size: 14px;
    text-align: center;
    padding-top: 8px;
    background-color: #000000;
    color: #ffffff;
    margin-left: 85px;
    text-transform:uppercase;
}

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

.eigenschapVak {
    margin-top: 125px;
    width: 100%;
}

.kaveloppVak{
    float: left;
    width: 108px;
    text-align: center;
    font-weight: bold;
    color: #353535;
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 15px;
    text-transform: capitalize;
    padding-bottom:11px;
}

.woonoppVak{
    float: left;
    width: 110px;
    text-align: center;
    font-weight: bold;
    color: #353535;
    font-size: 16px;
    text-transform: capitalize;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px;
}

.kamerVak{
    float: left;
    width: 110px;
    text-align: center;
    font-weight: bold;
    color: #353535;
    font-size: 16px;
    text-transform: capitalize;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px;
}

.etageVak{
    float: left;
    width: 120px;
    text-align: center;
    font-weight: bold;
    color: #353535;
    font-size: 15px;
    text-transform: capitalize;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 9px;
    padding-top: 15px;
    padding-bottom: 16px;
}

.liggingVak{
    float: left;
    width: 122px;
    text-align: center;
    font-weight: bold;
    color: #353535;
    font-size: 16px;
    text-transform: capitalize;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 9px;
    padding-bottom: 15px;
    padding-top: 13px;
}

.prijsVak{
    float: left;
    width: 261px;
    text-align: center;
    font-weight: bold;
    color: #353535;
    font-size: 16px;
    padding: 9px;
    padding-top: 35px;
    padding-bottom: 5px;
}

.parkeerVak{
    float: left;
    width: 120px;
    text-align: center;
    font-weight: bold;
    color: #353535;
    font-size: 16px;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 9px;
    padding-top: 13px;
    padding-bottom: 15px;
}

.typeVak{
    float: left;
    width: 91%;
    text-align: center;
    font-weight: bold;
    color: #353535;
    font-size: 16px;
    text-transform: capitalize;
    border-top: 1px solid #e4e4e4;
    padding: 15px;
    padding-top: 42px;
}

.floor{
    margin-bottom:5px;
}



.plattegrondVak{
    position: absolute;
    padding-top: 10px;
    top: 395px;
    width: 280px;
    height: 30px;
    background-color: #1a2c2e;
    color: #060606;
    text-align: center;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    color: #353535;
    font-size: 14px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.plattegrondVak a{
    color: white !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

/* Eigenschappenshow */

.popup{
    display:none;
    width: 325px;
    height: 420px;
    position: absolute;
    top: 20;
}

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: 280px;
    top: 140px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    padding-top: 30px;
    cursor: pointer;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

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

.right {
    right:0;
}

/* Imagemapshow */

.img-overlay0 {
  position: relative;
  transition: transform 150ms ease-in-out;
}

.img-overlay0 img { /* <= optional, for responsiveness */
   display: block;
   max-width: 100%;
   height: auto;
   width:100%;
}

.img-overlay0 svg {
  position: absolute;
  top: 0;
  left: 0;
}

.img-overlay1 {
    position: relative;
    transition: transform 150ms ease-in-out;
  }
  
  .img-overlay1 img { /* <= optional, for responsiveness */
     display: block;
     max-width: 100%;
     height: auto;
     width:100%;
  }
  
  .img-overlay1 svg {
    position: absolute;
    top: 0;
    left: 0;
  }

.beschikbaar {
    fill: #0c7a1c5e;
    stroke: white;
    stroke-width: 4;
}

.beschikbaar:hover{
    fill: #08631694 !important;
    stroke: white;
    stroke-width: 4;
}

.beschikbaar.focus {
    fill: #086316d2 !important;
    stroke-width: 4;
}

.optie{
    fill: #ebb50a5c;
    stroke: white;
    stroke-width: 4;
}

.optie:hover{
    fill: #d5a40999 !important;
    stroke: white;
    stroke-width: 4;
}

.optie.focus {
    fill: #ebb50a5c !important;
    stroke-width: 4;
}

.verkocht{
    fill: #ab2d2d99;
    stroke-width: 4;
    stroke: white;
}

.verkocht:hover{
    fill: #ac1111b2 !important;
    stroke-width: 4;
    stroke: white;
}

.verkocht.focus {
    fill: #960000eb !important;
    stroke-width: 4;
    stroke: white;
}


.filterfocus {
    stroke-width: 5;    
}

.floor img{
    width:32px;
}




/* Mobile CSS show */

.rotateTekst {
    display:none;
}

.terugKnop {
    display:none;
}

.appartementVak{
    position: absolute;
    padding-top: 5px;
    top: 313px;
    width: 280px;
    height: 30px;
    color: #060606;
    text-align: center;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    color: #353535;
    font-size: 14px;
}


/* Scherm draaien porait */

@media only screen and (orientation: portrait) {
            @media only screen and (max-width: 480px) { 



                body{
                    margin-top: -25px;
                }
                
                .popup {
                    display:none !important;
                }
                
                .img-overlay {
                    display:none;
                }
                
                #rotate {
                    width: 50%;
                }
                
                .rotateTekst {
                    display: inherit;
                    text-transform: uppercase;
                    font-weight: 300 !important;
                    font-size: 24px !important;
                    color: #6d605a;
                    text-align: center;
                    margin: 25px;
                }
                
                .terugKnop {
                    z-index: 9;
                    display: inherit;
                    position: absolute;
                    top: 0;
                    margin: 10px;
                    padding: 10px;
                    padding-right: 15px;
                    padding-left: 15px;
                    background-color: #ececec;
                    border: 1px solid #7b7b7b;
                }
                
                .legenda {
                    display:none;
                }
                
                        
                .filter{
                    display:none;
                 }
            }    
}

/* Landscape mobile */

@media only screen and (orientation: landscape) {
    @media only screen and (max-height: 480px) {
        .plattegrondVak a {
            font-size: 13px !important;
        }

        html{
            overflow: initial;
        }
        
        .eigTitle{
            font-size:10px;
            margin:0px;
        }

        .prijsVak .eigTitle img{
            width:23px !important;
        }
        
        .plattegrondimg{
            width:100%;
        }
        
        .legenda {
            padding:10px;
            margin-right:5px;
            margin-bottom:5px;
        }
        
        .popup {
            height:300px;
            width: 200px;
            z-index: 100;
            position: fixed;
            top:0;
        }
        
        .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:200px;
        }
        
        .woningVak {
            height:258px;
            width: 200px;
        }
        
        .impressieVak {
            height:150px;
        }
        
        .eigenschapVak {
            margin-top:80px;
        }
        
        .plattegrondVak {
            top:260px !important;
            width: 200px;
            height: 23px;
            padding-top: 8px;
            font-size:12px;
        }
        
        .sluitVak2 {
            right:200px !important;
        }
        
        .filter{
            display:none;
        }
        
        .bouwnummerVak {
            margin: 5px;
            padding: 10px;
            width: 180px;
            padding-top: 0px;
        }

        .titleID{
            font-size:17px;
        }

        .statusVak {
            position: absolute;
            left: 50;
            top: 43px;
            margin: 0;
            padding: 4px;
            font-size: 55px;
            text-align: center;
            font-size: 11px;
            text-align: center;
            background-color: #000000;
            color: #ffffff;
        }

        .woonoppVak{
            width:89px;
            padding:5px;
            font-size:14px;
        }

        .kaveloppVak{
            width:89px;
            padding:5px;
            font-size:14px;
        }

        .kamerVak{
            width:89px;
            padding:5px;
            font-size:14px;
        }

        .etageVak{
            width:89px;
            padding:5px;
            font-size:11px;
            padding-bottom:9px;
        }

        .liggingVak{
            width:89px;
            padding:5px;
            font-size:14px;
        }

        .prijsVak{
            width: 190px;
            padding: 5px;
            padding-bottom: 3px;
            font-size: 12px;
            padding-top:11px;
        }
        
        .parkeerVak{
            width: 89px;
            padding: 5px;
            padding-bottom: 3px;
            font-size: 14px;
        }
        .kaveloppVak .eigTitle img {
            width: 27px;
        }

        .typeVak {
            padding-top:20px;
        }

        .liggingVak {
            width: 81px;
            font-size: 13px;
            padding: 9px;
            padding-bottom: 3px;
            padding-top: 4px;
        }


    }  
}

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


.switchKnop{
    top:0;
    right:0;
    position:fixed;
    z-index:2;
    width:100px;
    height:75px;
    margin:10px;
}

.switchKnop img{
    width: 55px;
    padding: 10px;
}

.back{
    display:none;
}

.st20{
    fill:white;
    stroke: black;
    stroke-width: 2;
}

.st19{
    fill:white;
    stroke: black;
    stroke-width: 2;
}

.st40{
    fill:white;
    stroke: black;
    stroke-width: 2;
}

.activeKnop{
    color: white;
    text-align: center;
    background-color: #1a2c2e;
    width: 70px;
    padding: 15px;
    cursor: pointer;
    user-select: none;
}

.unactiveKnop{
    color: black;
    text-align: center;
    width: 71px;
    padding: 8px;
    border: 1px solid black;
    margin: auto;
    margin-top: -1px;
    margin-bottom: -1px;
    cursor: pointer;
    user-select: none;
    background-color:white;
}

.rechts{
    right:125;
}

.pijlLinks{
    transform: rotate(-45deg);
}