/* single page wonen */ 
h1.contenttitle {
    margin-top: 25px;
    margin-bottom: 20px;
}
.single-realworks_wonen div#google-map {
    margin-bottom: 15px;
}
.plattegrondenl{
    text-align: center;

}

.plattegrond {
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}
.plattegrond img{
    display: inline-block;
    margin:10px;
        max-width: 100%;
}
.plattegrond-pdf{
    cursor:pointer;
}
.indebuurt{
    text-align: center;
}

.indebuurt .buurt    {
    display: inline-block;
    text-align: left;
    margin-bottom: 25px;
}

.contentblock {
    margin: 25px 0;
    background-color: #f9f9f9;
    padding: 40px;
}

.mapstitle{
    display: inline-block;
    margin-right: 10px;
}
.mapsactivator{
    cursor:pointer;
        color: #35b6b4;
}

.single-realworks_wonen #google-streetview,#google-map{
    /*pointer-events: none;*/
    
}
.single-realworks_wonen #google-streetview.active,#google-map.active{
    pointer-events:all;
    
}
.single-realworks_wonen div#main {
       padding-top: 5px;
}
/* single page lijst info*/ 

.completelisting {
    text-align: center;
    background-color: #f9f9f9;
    margin-bottom: 25px;
}
.completelisting  .plaatje-rechts img{
    width: 100% !important;
    max-width: 645px;
}
.listblock {
    display: inline-block;
    width: 50%;
    float: left;
    margin-top: 25px;
    text-align: left;
}

.listblock.odd {
    float: right;
    clear: right;
}

.clearboth{
    clear: both;
    width: 100%;
}

.listblock.firsthidden {
    display: none;
}

.toplisting,.bottomlisting {
    display: inline-block;
    padding: 40px;
}
.listblock.first {
    margin-top: 0;
    width: 100%;
}

.listitem .label {
    font-weight: bold;
}

.showmore {
    display: block;

    background: white;
    clear: both;
    text-align: center;
    font-weight: bold;
    padding: 6px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: -13px;
    display:none;

}

.showmore{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: white;
}

.showmore:hover{
    cursor:pointer;
}
.showmore:hover{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #f9f9f9; 
}

.showmore.open{
    background-color: #f9f9f9;    
}

.showmore.open:hover{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: white; 
}

.status-woning dd {
    margin: 0px 0px 0px 0px !Important;
}


.fancybox-button:before {
    content: "<";
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: white;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block;
}

.main-prose {
    background-color: rgba(255, 255, 255, 1);
    padding:14px;
    font-family: GothamLight;
    line-height: 20px;
    font-size:14px;
    font-weight:100;/*600*/
    text-align:center;
    position:relative;
    width:100vw;
    left:50%;
    transform:translateX(-50%);
}

.main-heading {
    background-color: rgba(53, 182, 180, 1);
    padding:14px;
    font-family: GothamLight;
    line-height: 1.1;
    font-size:16px;
    font-weight:600;
    color:#fff;
    text-align:center;
    position:relative;
    width:100vw;
    left:50%;
    transform:translateX(-50%);
}


/* fancybox aanpassingen */

.fancybox-caption {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.fboximg img {
    width: 100%;
    display: block;
}

a.fboximg {
    display: inline-block;
    width: 24%;
    margin: 0 0.3%;
}

.photos-fancy {
    display: inline-block;
    width: auto;
    text-align: center;
    margin-bottom: 15px;
}


/* single page responsive aanpassingen */


@media screen and (min-width: 900px){
    .listblock.first{display: inline-block !important;}

}



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


    .toplisting,.bottomlisting {
        text-align: center;
    }

    .listblock.firsthidden {
        display: block;
    }

    .listblock {
        margin: 25px auto 0 auto;
        clear: both;
        float: none !important;

        width: initial;
        display: block;
    }


    .plaatje-rechts,.tekst-links {
        width: 100% !Important;
    }
    .toplisting, .bottomlisting {
        padding: 40px;
        display: inline-block;
        margin: 0 auto 0 auto;
    }
    .listblock.first{
        display: inline-block;
        width: 90%;
    }


    /* fancybox < 900px */
    a.fboximg {
        width: 40%;
    }
}

@media screen and (max-width: 380px){
    .mapstitle.street{
        display: block;
        margin-bottom: -5px;
    }
}

@media (min-width:480px) {
    /*.main-prose,
    .main-heading {
        display: none;
   }*/
   .single-title-wonen.rs-layer,
    .single-excerpt-wonen.rs-layer {
        display: none;
    }

    .main-heading {
        white-space: nowrap;
        line-height:48px;
        font-weight:600;
        font-size:36px;
    }
    .main-prose{
        line-height:29px;
        font-weight:100;
        font-size:24px;
    }
}

@media (max-width:479px) {
    .single-realworks_nb_nummer .single-slider,
    .single-realworks_nb_type .single-slider,
    .single-realworks_nieuwbouw .single-slider,
    .single-realworks_bog .single-slider,
    .single-realworks_wonen .single-slider {
        margin-bottom:0 !important;
    }
    .single-title-wonen.rs-layer,
    .single-excerpt-wonen.rs-layer {
        display: none;
    }
}

