@import url(https://fonts.googleapis.com/css?family=Abhaya+Libre:300,400,700);

body, html{
    height: 100%;
}

body{
    margin: 0px;
    background-color: #222;
    background-image: url('./img/bg.png');
    color: #FFF;
    font-family: Abhaya Libre, serif;
    font-size: 18px;
}

a{
    font-weight: bold;
    color: #FFF;
}

b{
    font-weight: bold;
}

/* ========== Menu Bar ========== */
#menuBar{
    float: left;
    width: 100%;
    height: 80px;
    background: #222;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.4);
}

#logoContainer{
    float: left;
    position: relative;
    height: 100%;
}

#logoContainer > img{
    margin: 10px 10px !important;
    height: 60px !important;
}

#linkBar{
    float: right;
}

#linkBar a{
    float: left;
    height: 100%;
    line-height: 80px;
    padding: 0px 20px;
    font-size: 20px;
    /*border-right: 1px solid rgba(255,255,255,0.2);*/
    
    color: #CCC;
    text-decoration: none;
    
    transition: color 0.2s, background 0.2s;
}

@media (max-width: 1550px) and (min-width: 1100px)  {
	#linkBar {
		width: 750px;
	}
	
	#linkBar a {
		line-height: 40px;
	}
}

#linkBar a:last-child{
    border: none;
}

#linkBar a:hover{
    color: #FFF;
    background: rgba(255,255,255,0.4);
}


/* ========== Banner ========== */
#banner{
    float: left;
    width: 100%;
    height: 55%;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
    background: #444;
    position: relative;
}

#banner .slide{
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

#banner #movieFrame{
    position: absolute;
    z-index: 1;
}

#banner #videoPreview{
    position: absolute;
    left: 0; right: 0; bottom: 0; top: 0;
    background-size: cover;
    background-position: center center;
    z-index: 2;
    transition: opacity 1s 0.5s;
}

#banner #videoPreview p, #banner .mobileText{
    float: left;
    margin: 0px;
    padding: 0px 10px;
    height: 100%;
    width: 1000px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 2px;
    text-align: left;
    text-shadow: 1px 1px rgba(0,0,0,0.6);
    background: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0.3) 40%, rgba(0,0,0,0));
}

#banner .mobileText{
    display: none;
}

#banner.small{
    height: 30%;
}

#banner.background{
    background-size: cover;
}

#banner.homebanner{
    /* background-size: 90% 200%; */
    background-size: 100% 100%;
    background-position: right center;
    background-image: url('./img/home.jpg');
    background-color: #000;
    background-repeat: no-repeat;
    height: 40%;
}

#banner #videoPreview span, #banner .mobileText span{
    font-family: Abhaya Libre, serif;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 32px;
    line-height: 60px;
}

/* Slider Backgrounds */
#videoPreview{background-image: url('./img/slide1.jpg');}

/* ========== Content Wrapper ========== */
#contentWrapper{
    display: inline-block;
    width: 60%;
    margin: 100px 20%;
}

#contentWrapper h1:first-child, #contentWrapper h2.first{
    margin-top: -40px;
}

#contentWrapper h1, #contentWrapper h2{
    margin-top: 0px;
    display: inline-block;
    font-family: Abhaya Libre, serif;
    letter-spacing: 2px;
}

.contact h1:not(:first-child){
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

 .contact h2{
    margin-top: 0px !important;
 }


#contentWrapper h2{
    margin-top: 0px;
    margin-bottom: 0px;
}

#contentWrapper.vragen h2{
    margin-top: 0px;
}

#contentWrapper .vragenTweak{
    margin-top: 0px !important;
}

#contentWrapper p{
    color: #DDD;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: left;
}

#contentWrapper ul{
    margin: 0px;
}

#contentWrapper ul li{
    color: #DDD;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 2px;
    text-align: left;
}

#footer{
    float: left;
    width: 100%;
    background: #111;
    box-shadow: inset 0px 5px 5px rgba(0,0,0,0.5);
    min-height: 60px;
    line-height: 60px;
    color: #555;
    font-weight: 400;
    text-align: center;
    margin-top: 200px;
}

.mobile{
    display: none;
}

#pageContent{
    float: left;
    width: 100%;
    height: 100%;
}

.splitView{
    float: left;
    width: 100%;
    margin-top: 0px;
}

.splitView .left{
    float: left;
    width: calc(50% - 21px);
    border-right: 1px solid #DDD;
    padding-right: 20px;
    text-align: right;
}

.splitView .left *{
    text-align: right !important;
}

.splitView .right{
    float: left;
    width: calc(50% - 22px);
    padding-left: 20px;
}

.splitView img{
    display: inline-block;
    height: 400px;
}

.intake textarea{
    width: 50%;
    height: 100px;
}

.intake > h2, #aanvullendeinfo8{
    float: left;
    margin-top: 40px !important;
}

#mailDiv{
    max-height: 0px;
    overflow: hidden;
}

#mailDiv textarea{
    width: 100%;
    min-height: 600px;
}

/* -- Mobile CSS --*/
@media (orientation: portrait), (max-width: 1100px){
    
    .mobile{
        display: block;
    }
    
    #banner{
        height: 30%;
        /*margin-bottom: 300px; Video*/
    }
    
    #banner .mobileText{
        display: block;
        position: absolute;
        top: 100%;
        background: none;
        width: calc(100% - 20px);
        margin: 0px 5%;
        padding: 0px;
        color: #DDD;
        text-align: left;
    }
    
    #banner .mobileText span{
        line-height: normal;
        float: left;
        color: #FFF;
        margin: 10px 0px 20px 0px;
    }
    
    #banner #videoPreview p{
        display: none;
    }
    
    #contentWrapper{
        width: 90%;
        margin: 20px 5%;
    }
    
    #contentWrapper p{
        text-align: left;
    }
    
    /* --- Mobile Menu --- */
    #linkBar{
        overflow: hidden;
        height: 0px;
        width: 100%;
    }
    
    #menuToggle:checked ~ #menuBar #linkBar{
        height: auto;
    }
    
    #menuToggle:checked ~ #menuBar{
        /*margin-bottom: 720px;*/
        height: auto;
    }
    
    #linkBar a{
        width: 100%;
    }
    
    #menuButton{
        float: Right;
        height: 100%;
        line-height: 80px;
        padding: 0px 40px;
        font-size: 24px;
        
        color: #CCC;
        text-decoration: none;
        
        transition: color 0.2s, background 0.2s;
    }
    
    .splitView .left, .splitView .right{
        width: 100%;
        border: none;
        padding: 0px;
        text-align: left;
    }
    
    .splitView img{
        height: auto;
        width: 100%;
    }
    
    #contentWrapper h1:first-child, #contentWrapper h2.first{
        margin-top: 0px;
    }
    
    #contentWrapper h1:first-child{
        margin-bottom: 0px;
    }
    
    .mobile-hide{
        display: none;
    }
}
