html {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    background:#fff;
    float:left;
    font-family: 'Raleway', sans-serif;
    overflow-x:hidden;
}
#wrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#pageContainer {
    position: relative;
    padding: 0;
    min-height: 100%;
    margin-top:-280px;/*SAME AS FOOTER*/
    padding-top:280px;/*SAME AS FOOTER*/
}

/********************************/
/**************Divs**************/
/********************************/
header{
    float:left;
    width:100%;
    background:#fff;
}

#headerTop{
    float:left;
    width:100%;
    padding:15px 0;
}

#headerTop > .container{
    position: relative;
}

#contactInfo{
    position: absolute;
    right:0;
    top:-15px;
}

#contactInfoInner{
    background:#065487;
    padding:15px;
    border:3px solid #e4eaf1;
    border-top:none;
}

#menuTop{
    background:#065487;
    float:left;
    width:100%;
    padding:10px 0;
}

#content{
    float:left;
    width:100%;
}

#contentText{
    padding-top:50px;
    padding-bottom:50px;
}
.container{
    max-width:1200px;
    width:100%;
}

footer {
    position: relative;
    float:left;
    bottom: 0;
    width: 100%;
    height: 280px;;
    padding-top:25px;
    width:100%;
    background:#065487;
}
/********************************/
/**************Menu**************/
/********************************/
button.navbar-toggle{
    background:#065487;
    margin:10px 0 0 0;
}

span.icon-bar{
    background:#fff;
    margin:0 auto;
}

.menu{
    float:left;
    margin-top:-100px;
    margin-bottom:80px;
}

.menu nav{
    background:#e4eaf1;
    padding:0;
}

.menu nav:after{
    content:'';
    width: 100%;
    height:200px;
    background: url(../images/menu-visual.png);
    background-size:auto 100%;
    background-repeat: no-repeat;
    background-position: left -15px bottom -15px;
    
}

.menu nav ul{
    float:left;
    padding:25px 15px 0 15px;
    list-style:none;
    margin:0;
    width:auto;
}

.menu nav ul li{
    float:left;
    width:100%;
    margin-bottom:15px;
}

.menu nav ul li a{
    float:left;
    color:#0d3e66;
    font-size:18px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}
/********************************/
/**************Heads*************/
/********************************/
h1{
    font-size:25px;
    margin-top:0;
    color:#065487;
    font-weight: 800;
}

h2,h3,h4,h5,h6{
    font-size: 25px;
    font-weight: 700;
    margin-top:0;
}

h3{
    font-size: 18px;
}

h4,h5,h6{
    font-size:16px;
}

footer h2{
    color:#fff;
    font-size:25px;
    font-weight: 700;
}

#contactInfo h2{
    color:#fff;
    font-size:20px;
    font-weight: 700;
}


/********************************/
/**************Images************/
/********************************/
a.logo img{
    max-width:100%;
}

#slider ul.slides img{
    float:left;
    width:100%;
}

/********************************/
/************Paragraphs**********/
/********************************/
p,#contentText{
    font-size:15px;
    line-height:22px;
    color:#4c4c4c;
}

footer #recensies p{
    font-size: 14px;
    font-style: italic;
    line-height: 19px;
}

footer p,
footer a,
footer a:hover{
    color:#fff;
}

#contactInfo p,
#contactInfo a,
#contactInfo a:hover{
    color: #fff;
    font-weight: 600;
}

#contactInfo p i{
    font-size:11px;
    line-height:12px;
}

#contactInfoInner p:last-child{
    margin-bottom: 0;
}

#contactInfo span.title{
    color:#cbf0ff;
}
/********************************/
/**************Links*************/
/********************************/
a.facebookLink{
    height:40px;
    color:#3a579b;
    font-size:16px;
    margin-top:10px;
    display:inline-block;
}

a.facebookLink:before{
    content: '';
    display: inline-block;
    background: url(../images/icon-fb.png);
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    margin: -10px 10px 0 0;
    float: left;
}

/********************************/
/**************Lists*************/
/********************************/
#menuTop ul{
    list-style: none;
    padding:0;
    margin:0;
}

#menuTop ul li{
    display: inline-block;
    position: relative;
}

#menuTop ul li:first-child {
    display: none;
}

#menuTop ul li a{
    text-transform: uppercase;
    color:#fff;
    font-size:18px;
    margin-right:15px;
}

#menuTop ul li ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    z-index: 9999;
    padding-top:10px;
}

#menuTop ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

#menuTop ul li ul.sub-menu li{
    float:left;
    width:100%;
    background:#0d3e66;
    padding:5px 10px;
}

#menuTop ul li ul.sub-menu li a{
    color:#fff;
}

.guestbook_item {
position: relative;
clear: both;
width: 100%;
min-height: 50px;
border: 1px solid #c7ecfb;
margin: 20px 0 0 0;
padding: 10px;
}

.cfield {
display: none;
}

/********************************/
/**************Forms*************/
/********************************/


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

/*TELEFOON PORTRAIT*/
@media only screen and (max-width: 479px) {
    .infoBox{min-height:200px!important;}
    
}

/*TELEFOON LANDSCAPE/PORTRAIT*/
@media only screen and (max-width : 767px) {
    footer{height:auto!important; float:left; text-align: center;}
    footer #recensies{margin-top:30px;}
    #pageContainer{margin-top:0; padding-top:0px;}
    
    #mobileMenu.menu{margin-top:0; margin-bottom:0;}
    #mobileMenu.menu nav:after{display: none;}
    .menu nav ul{float:left; width:100%;}
    .menu nav ul li{float:left; width:100%; padding:3px 0; margin-bottom:0;}
    .menu nav ul li a{float:left; width:100%; text-align:center;}
    
    #menuTop ul{text-align:center;}
    #menuTop ul li{margin:0 5px;}
    #menuTop ul li a{margin-right:0;}
    
    #menuTop ul li ul.sub-menu { position: absolute; left: 50%; margin-left: -150px; }
}

/*TABLET*/
@media only screen and (min-width : 768px) and (max-width : 991px) {
    #contactInfoInner{padding:8px;}
    #contactInfo p{font-size:12px; line-height: 15px;}
    #contactInfo p i{font-size:10px; line-height: 12px;}
}

/*TABLET LANDSCAPE*/
@media only screen and (min-width : 1024px) and (max-width : 1050px) { 
}

/*DEKSTOP GROOT*/
@media only screen and (min-width : 992px) and (max-width : 1199px) {
}

@media only screen and (max-width : 1024px){
    #pageContainer { margin-top:-340px; padding-top:340px;}
    footer { height: 340px;}
}