@charset "UTF-8";

/*
   
   font:300  14px 'Open Sans', sans-serif;
    font:300 italic  14px 'Open Sans', sans-serif;
    font:400  14px 'Open Sans', sans-serif;
    font:400 italic  14px 'Open Sans', sans-serif;
    font:600  14px 'Open Sans', sans-serif;
    font:600 italic  14px 'Open Sans', sans-serif;
    font:700  14px 'Open Sans', sans-serif;
    font:700 italic  14px 'Open Sans', sans-serif;
    font:800  14px 'Open Sans', sans-serif;
    font:800 italic  14px 'Open Sans', sans-serif;

*/


*{
    margin: 0;
    padding: 0;
    font:400  13px 'Open Sans', sans-serif;
    color: rgba(77,83,81,1);

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


}


#container{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    min-height: 90%;

    height: 90%;

}
#header{
    position: fixed;
    width: 100%;

    max-width: 1500px;
    z-index: 9999;
    height: 110px;

    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    background-color: white;
}
#logo{
    position: relative;
    width: 30%;
    margin: 10px 35% 0 35%;
}
#logo img{
    width: 100%;
    max-width: 160px;
}

#menu{
    position: absolute;
    width: 100%;
    top: 75px;
    right: 0%;
    
    text-align: center;

}
.bt{
    position: relative;
    display: inline-block;
    padding: 5px 10px 5px 10px ; 
    text-decoration: none;
}
.bt p{
    font:800  18px 'Open Sans', sans-serif;
    color: rgba(77,83,81,1);

}

.page{
    position: relative;
    display: none;
    width: 100%;
    min-height: 90%;
    top: 115px;
}
.page h1{
    font:800  18px 'Open Sans', sans-serif;

}
.pageItem{
    position: absolute;
    width: 37%;
    min-height: 100%;
    padding: 0 5% 0 5%;
}


.page .pagetext{
    position: relative;
    width: 70%;
    margin-left: 15%;
}
.page .pagetext p{
    position: relative;
    width: 100%;
    text-align: center;

}
.pageItem p{
    margin: 20px 0 20px 0;
}
strong{
    font:600  13px 'Open Sans', sans-serif;
}
#mm  {
    position: fixed;
    width: 50%;
    height: 80%;
    right: 5%;
    top: 15%;
    border: 1px solid #BF2618; 
    pointer-events: none;
}
#tr{
    position: absolute;
    background-color: rgba(255,255,255,.8);
    width: 100%;
    height: 100%;
}
.c, .ct{
    position: absolute;
    bottom: -10px;
    right: 5%;
    height: 100%;
    max-height: 500px;
    min-height: 200px;
}





.menuBt{    
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    display: none;
    z-index: 9999;
}




#submenu{
    position: absolute;
    top: 30px;
    left:4%;
    width: 93%;
    color: white;
    padding-top: 0px;
    padding-bottom: 100px;

    z-index: 9998;

}
#submenu .bt{
    position: relative;
    top: 0;
    
    width: 30%;
    margin: 0% 1.6% 20px 1.6%;
    cursor: pointer;
    float: left;
    z-index: 999;
    padding: 0;
}

#submenu .bt img{
    position: relative;
    margin-top: 0px;
    left: 0;
    width: 100%;
}

#submenu .bt h1{
    position: relative;
    font:600  14px 'Open Sans', sans-serif;
    text-align: center;
    width: 100%;
    margin: 0%;
    z-index: 999;
    height: 20px;
    color: rgba(77,83,81,1);

}
#filtermenu{
    position: fixed;
    top: 110px;
    z-index: 9999;
    width: 100%;
    text-align: center;
    background-color: white;
}

#filtermenu p{
    position: relative;
    display: inline-block;
    font:600  16px 'Open Sans', sans-serif;
    color: rgba(77,83,81,1);
    cursor: pointer;
}


/*IMAGE VIEWER*/

.fotopage .swiper-container {
    position: relative;
    margin-top: 0px;
    padding-top: 40px;
    width: 70%;
    height: 460px;
}
.swiper-wrapper{
    position: absolute;
    top: 0;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 0;
}
.swiper-button-next, .swiper-button-prev, .swiper-button-close{
    position: absolute;
    top: 220px;
    width: 30px;
    height: 30px; 
}
.swiper-button-next{
    background-image: url('https://www.carelvanheugten-architect-avb.nl/css/next.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 85%;
}
.swiper-button-prev{
    background-image: url(https://www.carelvanheugten-architect-avb.nl/css/prev.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 15%;
    margin-left: -40px;
}
.swiper-button-close{
    position: absolute;
    background-image: url(https://www.carelvanheugten-architect-avb.nl/css/close.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 85%;
    top: 20px;
    width: 25px;
    height: 25px; 
    z-index: 9999; 
}
 .swiper-slide .title {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(33,55,3,.8);
    font:600  14px 'Open Sans', sans-serif;
    right: 3px;
    top: 3px;
    cursor: pointer;
    background-image: url('downloadbt.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}
/*TIJDELIJK*/
.swiper-slide .title2{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(33,55,3,.8);
    font:600  14px 'Open Sans', sans-serif;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background-image: none;
    width: 100px;
}



#footer{
    position: fixed;
    width: 100%;
    max-width: 1500px;
    height: 120px;
    bottom: 0px;
    z-index: 9999;
    padding: 5px 0 0 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    background-color: white;
}



.fttxt{
    
    color: rgba(77,83,81,1);

    width: 100%;
    z-index: 9999;
    display: inline-block;
}
.fttxt p, .fttxt a{
    font:700  14px 'Open Sans', sans-serif;
    
    color: rgba(77,83,81,1);
    color: rgb();

}







.cook{
    font:700  13px 'Open Sans', sans-serif;
    display: inline-block;
    padding:0 5px 0 5px;
    margin: 10px 0px 0 0;
    cursor: pointer;
    color: rgba(77,83,81,1);

    
}


#ctdiv{
    position: absolute;
    left: 0%;
   // margin-left: -35px;
    top: 110px;
    width: 100%;
    height: 1200px;
    text-align: center;
    padding: 1px 10px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    background-color: rgba(255,255,255,1);
    z-index: 9999;
}

#ctdiv h1{

    font:600  13px 'Open Sans', sans-serif;
    margin-top: 200px;
}

.ctbt{
    position: absolute;
    top: 50px;

    right: 5%;
    height: 60px;
}




/*//////////// RESPONSIVE         */




/*  desktop */

@media (min-width: 1200px) {
}


/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {   

   

   
}
/* Landscape phone */
@media (max-width: 767px) {

    #header{
        height: 90px;
    }
    #logo{
        width: 16%;
        margin: 10px 42% 0 42%;
    }
    #menu{
        top: 60px;
    }
    .bt p{
        font:800  16px 'Open Sans', sans-serif;
    }
    #mm , #mm2 {
        top: 100px;
        height: 70%;
    }
    .page{
        top: 100px;
    }
    .pageItem h1{
        font:800  14px 'Open Sans', sans-serif;
        margin-top: -20px;
        top: 0;
        padding: 0;
        min-height: 30%;
    }
    .pageItem{
        padding: 0 5% 0 5%;
        margin-top: 0;
        top: 0;
    }
    .pageItem p{
        margin: 0px 0 20px 0;
    }
    .ctbt{
        top: 20px;
    }
    #submenu{
        top: 40px;
    }
    #submenu .bt{
        width: 45.5%;
    }
    #filtermenu{
        top: 85px;
    }
    #filtermenu p{
        font:600  13px 'Open Sans', sans-serif;
    }
    .fotopage{
        top: 120px;
    }

    #ctdiv{
        top: 90px;
    }
    #ctdiv h1{
        font:600  13px 'Open Sans', sans-serif;
        margin-top: 100px;
    }
    .fotopage .pagetext {
        position: absolute;
        left: 5%;
        top: 10px;
        margin-left: 0;
        width: 33%;
    }
    .fotopage .pagetext p{
        text-align: left;
    }


    #footer{
        height: 60px;
        padding: 0px 0 0 0;
        border-top: 1px solid #BF2618; ;
    }
    #privacypage{
        padding-top: 5px;
    }
    .fotopage .swiper-container {
        width: 53%;
        left: 20%;
        top: 10px;
    }
    .swiper-wrapper{
        top: 0;
    }
    .swiper-button-next, .swiper-button-prev, .swiper-button-close{
        top: 120px;  
        width: 20px;
        height: 20px;
    }
    .swiper-button-next{
        left: 94%;
        margin-left: 20px;
    }
    .swiper-button-prev{
        left: 43%;
        margin-left: -20px;
    }
    .swiper-button-close{
        width: 30px;
        height: 30px;
        left: 94%;
        margin-left: 15px;
        top: 10px;   
    }
   
}


/* Portrait phones and down */
@media (max-width: 480px) {
    #logo{
        width: 30%;
        margin: 10px 35% 0 35%;
    }
    #mm , #mm2 {
        width: 90%;
        height: 35%;
        z-index: 9998;
        top: 90px;
    }
    .c, .ct{
        max-height: 250px;
    }
    .pageItem{
        width: 90%;
        margin-top: 35%;
        top: 120px;
        min-height: 30%;
    }


    .fotopage .pagetext {
        position: relative;
        left: 5%;
        top: 10px;
        margin-left: 0;
        width: 90%;
    }
    .fotopage .pagetext p{
        text-align: left;
    }
    .fotopage .swiper-container {
        width: 90%;
        left: 0%;
    }
    .swiper-wrapper{
        top: 0;
    }
    .swiper-button-next, .swiper-button-prev, .swiper-button-close{
        top: 120px;
        width: 20px;
        height: 20px;
    }
    .swiper-button-next{
        left: 90%;
        margin-left: 20px;
    }
    .swiper-button-prev{
        left: 5%;
        margin-left: -20px;
    }
    .swiper-button-close{
        width: 30px;
        height: 30px;
        left: 90%;
        margin-left: 15px;
        top: 10px; 
    }
    #footer{
        height: 80px;
        padding: 0px 0 0 0;
        border-top: 1px solid #BF2618; 
        z-index: 9999;
    }
    #privacypage{
        padding-top: 5px;
    }






}





