/*

*/
/* 
    Created on : 17-apr-2014, 11:28:33
    Author     : Jonathan
*/

/*
        GLOBAL
*/
body{
    font-family: "Lato",sans-serif;
    color: black;
    background-color: white;
}
*{
    padding:0;
    margin:0;
}
a:link, a:visited{
    color: #564e4e;
}
p,ul{ 
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #564e4e;
}
h1{
    color: #564e4e;
}
h2{
    color: #ac1313;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #ac1313;
    margin: 20px 0;
}
h4 {
    
    font-weight: 400;
    font-size: 16px;
    color: #564e4e;
    margin: 20px 0 5px 0;
}
hr {
    width: 100px;
    height: 2px;
    background-color: #aaa;
    border: none;
    margin: 5px 5px 5px 0;
    display: inline-block;
}
.center-content{
    text-align: center;
}


/*
        HEADER
*/
.fb-like{
	margin:10px auto 0  auto; 
	color:white;
}
.fb-like *{
	color:white !important;
}
header{
    position: absolute;
    z-index: 1000;
    top:0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
}
#header-logo img{
    padding: 10px 0;
    margin: 0;
    display: block;
    width: 230px;
}

.header-contact,.header-block{
    padding:3px 15px 0px 15px;
}
.header-contact{
    color: #564e4e;
}
.header-contact a:link,.header-contact a:visited{
    color: white;
    text-decoration: none;
    margin-left: 4px;
}
.header-contact a:hover,.header-contact a:active{
    color: white;
    text-decoration: underline;
}
.header-contact-item{
    margin-right: 10px;
    padding: 3px 0;
    
    display: inline-block;
}

.header-block{
    background-color: white;
}
h2.sub {
    color: #666;
    font-size: 13px;
    margin: 0;
    font-style: italic;
    padding: 0;
}
@media all and (max-width:768px){
    
}


/*
        NAV
*/
#nav{
    text-align: right;
}
#nav>ul{
    display: inline-block;
}
#nav>ul>li, #nav>ul>li>a{
    display: inline-block;
    float:none;
}
#nav li.nav_item{
    padding: 27px 3px;
}
li.nav_item a:link,li.nav_item a:visited{
    padding: 5px;
    border-radius: 1px;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all 150ms 0ms ease-out;
    -webkit-transition: all 150ms 0ms ease-out;
    
}
li.nav_item a:hover,li.nav_item a:active{
    color: #564e4d;
    background-color: white;
    text-decoration: none;
}
#nav li.nav_item>a.active{
    position: relative;
    color: #564e4d;
    background-color: white;
    text-decoration: none;
}

#nav select{
    color: black;
    width: 80%;
    margin: 30px auto;
    display: none;
}
@media all and (max-width:600px){
    #nav ul{
        display: none;
    }
    #nav select{
        display: inherit;
    }
    /*
    #header-logo a:link{
        padding: 10px;
    }#nav{
        width: 90%;
        max-width: 350px;
        background-color: #EEE;
        border:1px solid #ddd;
        border-bottom: none;
        margin: 10px auto;
        text-align: center;
    }
    #nav>ul{
        display: block;
        
    }
    #nav>ul>li, #nav>ul>li>a{
        display: block;
        float:none;
    }
    #nav li.nav_item{
        padding: 0px;
        border-bottom:1px solid #ddd;
    }
    li.nav_item a:link,li.nav_item a:visited{
        display: block;
        width: 100%;
        padding:5px 5px;
        border-radius: 1px;
        font-weight: 300;
        font-size: 16px;
        color: #564e4e;
        text-transform: uppercase;
    }
    #nav li.nav_item>a.active:link,#nav li.nav_item>a.active:visited{
        background-color:#564e4e;
        color: white;
    }
    #nav li.nav_item>a:hover,#nav li.nav_item>a:active{
        background-color:#564e4e;
        color: white;
    }
    ul.sub_menu{
        width: 100%;
        position: relative;
        border-radius: 5px;
        padding: 15px 5px 7px 5px;
        background-color: #EEE;
        box-shadow: none;
    }
    li.sub_item>a:link,li.sub_item>a:visited{
        display: block;
        width: 100%;
        transition: all 150ms 0ms ease-out;
        font-weight: normal;
        font-size: 11px;
        text-align:left;
        color: #564e4e;
        padding: 3px 8px;
    }
    li.sub_item>a:hover,li.sub_item>a:active,li.sub_item>a.active:link,li.sub_item>a.active:visited{
        background-color: #564e4e;
        transition: all 150ms 0ms ease-out;
        -webkit-transition: all 150ms 0ms ease-out;
        color: white;
        font-weight: bold;
    }
    */
}


ul.quickGallery{
    text-align: center;
}
ul.quickGallery>li{
    display: inline-block;
    width: 25%;
    margin: 3%;
    height: 0;
    padding-bottom: 25%;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    border: 2px solid #564e4e;
    border-radius: 5px;
    
}
ul.quickGallery>li>a:link,ul.quickGallery>li>a:visited{
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color: #564e4e;
    opacity: 0.3;
    position: absolute;
        transition: all 150ms 0ms ease-out;
        -webkit-transition: all 150ms 0ms ease-out;
}
ul.quickGallery>li>a:hover,ul.quickGallery>li>a:active{
    opacity: 0;
}


/*
        SLIDER
*/
.flexslider{
    width: 100%;
    height: 100%;
    min-width: 700px;
    margin: 0 auto;
    position: absolute;
    overflow: hidden;
}
.flexslider-wrapper{
    width: 100%;
    margin: 0 auto;
    position: relative;
    top:0;
    left:0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.45);
    
}
.flexslider-wrapper-home{
}
.flex-overlay{
    padding: 180px 0;
    text-align: center;
    z-index: 100;
    position: relative;
}
.flex-overlay-any{
    padding: 120px 0 40px 0;
    text-align: center;
    z-index: 100;
    position: relative;
}
@media all and (max-width:1100px){
    .flex-overlay{
        padding: 120px 0 80px 0;
    }
}
.flex-overlay h1, .flex-overlay p{
    color: white;
    margin: 0;
    text-transform: uppercase;
    -webkit-text-shadow: 1px 1px 10px rgba(0,0,0,0.9); 
    -moz-text-shadow: 1px 1px 10px rgba(0,0,0,0.9); 
    text-shadow: 1px 1px 10px rgba(0,0,0,0.9); 
}
.flex-overlay h1{
    font-size: 42px;
    margin: 10px 0 40px 0;
    letter-spacing: 2px;
}
.flex-overlay-any h1{
    font-size: 33px;
}
.flex-overlay p{
    font-weight: 400;
    font-size: 15px;
    padding: 0;
    margin: 0;
    word-spacing: 10px;
    color: rgba(255,255,255,1);
}
.max960{
    max-width: 960px;
}
.max700{
    max-width: 700px;
}


@media all and (max-width:992px){
    .flex-overlay{
        padding: 155px 0 40px 0;
    }
    #nav{
        text-align: center;
    }
    .flex-overlay h1{
        font-size: 22px;
        margin: 10px 0 10px 0;
    }
    .flex-overlay p{
        font-weight: 400;
        font-size: 12px;
        padding: 0;
        margin: 0;
        word-spacing: 10px;
        color: rgba(255,255,255,1);
    }
}



/*
        HOME
*/

.row-intro{
    padding: 20px 0 30px 0;
    margin: 0 auto;
    max-width: 700px;
}

.container-row-full{
    height: 400px;
    
}
.row-column{
    height: 100%;
    float:left;
    width: 50%;
    box-sizing: border-box;
    position: relative;
}
.row-column-content{
    padding: 30px;
    background-color: #eeeded;
}
.row-column-content h3{
    margin: 0 0 10px 0;
    font-size: 16px;
}
.row-column-content p{
    margin: 0 0 6px 0;
    font-size: 13px;
    line-height: 155%;
}
.video-holder{
    height: 100%;
    width: 100%;
    background-color: black;
}
.video-holder-inner{
    width: 100%;
    height: 100%;
}


.column-img{
    background-image: url(img/sideimg.jpg);
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.row-realisaties{
    padding: 100px 0 130px 0;
    background-image: url(img/bg-realisaties.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.row-realisaties-any{
    padding: 40px 0;
    margin-top: 40px;
}
.row-realisaties h2{
    margin: 0 0 90px 0;
    color: white;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.8);
}
.row-realisaties-any h2{
    margin: 0 0 20px 0;
}
.row-realisaties-any h3{
    margin: 0;
    word-spacing: 8px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.8);
    text-transform: lowercase;
}
.row-realisaties img, .cta-realisaties{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0 auto 35px auto;
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow: 0 0 7px rgba(0,0,0,0.9);
    background-color: #564e4e;
}
.cta-realisaties{
    height: 177px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.cta-realisaties a:link,.cta-realisaties a:visited{
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 100%;
}
.cta-realisaties a:hover,.cta-realisaties a:active{
    text-decoration: none;
    color: #CC3333;
}

@media all and (max-width:750px){
    
    .container-row-full{
        height: auto;

    }
    .row-column{
        height: 100%;
        float:none;
        width: 95%;
        margin: 0 auto;
    }
    
    .video-holder{
        width: 100%;
        margin: 10px auto;
        height: 0;
        padding-bottom: 56%;
    }
    .video-holder-inner{
        position: absolute;
        width: 100%;
        height: 100%;
        top:0; left: 0;
    }
    
    .row-realisaties{
        display: none;
    }
    
}
 

/*
        ANYPAGE
*/
.row-anypage{
    margin-top: 30px;
}
.row-anypage img{
    max-width: 95%;
}



/*
        GALLERY
*/
.gallery-container{
    padding: 40px;
}
.galleryFolder{
    display: inline-block;
}
.galleryFolder_image{
    display: inline-block;
width: 215px;
height: 167px;
padding: 14px;
    background-image: url(img/folder-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    box-sizing: border-box;
}
.galleryFolder_image  a {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 3px solid white;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}
.galleryFolder_image  a img {
    
}
.galleryFolder_image  a:hover {
    box-shadow: 0 0 9px rgba(0,0,0,1);
}
.galleryFolder_image img{
    min-width: 180px;
    min-height: 140px;
    max-width: 210px;
}
.galleryFolder_title{
    padding: 5px;
}
.galleryFolder_title a:link,.galleryFolder_title a:visited{
    color:#564e4e;
}
.frontFolder .galleryFolder_image{
    width: 150px;
    height: 100px;
}

.gallerylink:link,.gallerylink:visited{
    color: #564e4e;
}

.frontFolder .galleryFolder_image img{
    width: 150px;
    height: 100px;
    max-width: 250px;
}

.galleryImage{
    width: 200px;
    height: 150px;
    border: medium solid #564e4e;
    margin: 0 20px 20px 0;
    overflow: hidden;
    display: inline-block;
    background-image: url(img/icoExpand.png);
    background-position: 50% 50%;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-color: #564e4e;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}
.galleryImage:hover{
    background-size: 40px auto;
    
}
.galleryImage img{
    min-width: 200px;
    min-height: 150px;
    max-width: 250px;
    opacity: 1;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}
.galleryImage img:hover{
    opacity: 0.5;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}
@media all and (max-width:960px){
    .galleryImage{
       width: 90%;
       height: auto;
       border: none;
       text-align: center;
       margin-left: auto;
       margin-right: auto;
       display: block;
       margin-bottom: 30px;
   }
    .galleryImage img{
        min-width:  99%;
        width:  99%;
    }
    .gallery-container{
        padding: 0px;
    }
}


.galleryFront_image{
    width: 100%;
}


/* FANCYBOX FIX */
#fancybox-wrap *, #fancybox-wrap{
    box-sizing: content-box;
}


/*
        SIDEBAR
*/

ul.dienst_menu{
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

ul.dienst_menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 188px;
    border-top: thin solid #eee;
    -webkit-transition: all 400ms 0ms linear;
    transition: all 400ms 0ms ease-out;
    overflow: hidden;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
	background-position: -20px 50%;
}
ul.dienst_menu li:last-child{
    border-bottom: thin solid #eee;
}

ul.dienst_menu a:link,ul.dienst_menu a:visited{
    display: block;
    color:#564e4e;
    font-weight: 400;
    -webkit-transition: all 200ms 0ms linear;
    transition: all 200ms 0ms ease-out;
    font-size: 13px;
    padding: 12px 3px;
}
ul.dienst_menu a:active,ul.dienst_menu a:hover{
    color:black;
    text-decoration: none;
    
    -webkit-transition: all 200ms 0ms linear;
    transition: all 200ms 0ms ease-out;
    padding-left: 23px;
}
ul.dienst_menu li:hover{
    -webkit-transition: all 200ms 0ms linear;
    transition: all 200ms 0ms ease-out;
	background-position: 3px 50%;
    
}
@media all and (max-width:960px){
    ul.dienst_menu{
        list-style: none;
        margin: 0;
        padding: 10px 0;
    }

    ul.dienst_menu li {
        display: inline-block;
        margin: 5px 5px;
    border-bottom: thin solid #222;
    }
    ul.dienst_menu a:link,ul.dienst_menu a:visited{
        padding: 5px 3px;
    }
}


.cta-bestel{
    width: 230px;
    margin: 20px auto;
    height: 140px;
    background-color:white;
    position: relative;
}

.cta-bestel a span{
    display:block;
}
.cta-bestel a:link,.cta-bestel a:visited{
    display: block;
    width: 100%;
    height: 100%;
    color: #64b2e5;
}
.cta-bestel a:active,.cta-bestel a:hover{
    text-decoration: none;
}
.cta-bestel1{
    font-size: 23px;
    line-height: 23px;
    font-weight: bold;
    padding: 110px 0 0 20px;
    -webkit-transition: all 150ms 0ms linear;
    transition: all 150ms 0ms linear;
}
.cta-bestel2{
    font-size: 15px;
    line-height: 15px;
    text-align: right;
    padding: 8px 11px 0 0;
    -webkit-transition: all 150ms 0ms linear;
    transition: all 150ms 0ms linear;
}
.cta-bestel3{
    position:absolute;
    top:0;
    left:0;
    background-image: url(img/cta-bestel-knop.png);
    width: 230px;
    height: 99px;
    -webkit-transition: all 150ms 0ms linear;
    transition: all 150ms 0ms linear;
}

.cta-bestel a:hover .cta-bestel3{
    top:-5px;
    -webkit-transition: all 150ms 0ms linear;
    transition: all 150ms 0ms linear;
}
.cta-bestel a:hover .cta-bestel1{
    padding: 110px 0 0 60px;
    -webkit-transition: all 150ms 0ms linear;
    transition: all 150ms 0ms linear;
}
.cta-bestel a:hover .cta-bestel2{
    padding: 8px 50px 0 0;
    -webkit-transition: all 150ms 0ms linear;
    transition: all 150ms 0ms linear;
}




.sidebar img{
    width: 100%;
    height: auto;
    max-width: 350px;
    margin: 0 auto 20px auto;
    display: block;
}


/*
        FOOTER
*/
footer{
    padding: 15px 0;
    margin:0;
    position: relative;
    z-index: 30;
    background-color: #ddd;
    color: black;
}

p.copy{
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #564e4e;
}


@media all and (max-width:400px){
    
}



/*
        CONTACT
*/
.errorMessage{
    color:#CC3333;
}
.errorMessage p{
    color:#CC3333;
}

#contact_container{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.formTable {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}
.formTable td{
    padding: 6px 5% 6px 5%;
}
td.contactLabel{
    width: auto;
    max-width: 250px;
}
td.contactInput{
    width: auto;
    text-align: center;
}
td.contactInput textarea{
    height: 150px;
}
td.contactInput input, td.contactInput textarea{
    width: 100%;
}
td.contactInput input[type=submit]{
    border: none;
    color: black;
    padding: 8px;
}


a.contactMail{
    text-decoration: underline;
}





/*
        OTHER
*/



.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;

}
 
 
html[xmlns] .clearfix {
    display: block;
}
 


