body{
    background-color: #fff;
    font-family: Verdana, Lucida, sans-serif;;
}

.primary{
    height: 300px;
}

.lijstkop {
    background-color: white;
    font-size: 11px;
    width: 234px;
    float: left;
    color: #000;
}

.Links{
    width: 266px;
    height: auto;
    float: left;
    margin-top: 50px;
    background-color: #FFF;
}

.Links .linkjes{
    background-color: white;
    font-size: 11px;
    width: 234px;
    float: left;
    height: 19px;
    padding: 0;
    display: flex;
    align-items: center;
}

.Links .linkjes a{
    color: #0077b9;
    float: left;
    margin: 0;
}

.White{
    color: white;
    font-size: 12px;
}

.margin{
    margin-top: 10px;  
}
.header{
    min-height: 69px;
    background-image: url("bg_body.jpg");
}

.menucontainer{
    padding-left:0px;
    padding-right:0px;
    color: #eeeeee;
}
.primary {
    background-color: #eeeeee;
}

.menucontainer li{
    font-size: 16px;
    margin-right: 5px;
    margin-bottom:1px ;
    padding: 5px;
    height: 35px;
    line-height: 25px;
    background-color: #eeeeee;
}

.menucontainer li:hover{
    background-color: #cccccc ;
}

.menucontainer .current{
    background-color: #cccccc;
}

.menucontainer li a{
    color: black;
    float: right;
}

.container {
    max-width:882px;
  }

.logo {
    float:right;
}

.banner-page{
    min-height: 170px;
}

.banner-page .row{
    min-height: 170px;
}

.banner-page .row .col-12 p{
    float: right;
    color: #fff;
    font-size: 38px;
}

.mail{
    color: #fff;
    text-decoration: underline;
}
.tel{
    color: #fff;
    text-decoration: none;
}

.bold{
    font-weight: bold;
}

.maincontent{
    margin-top: 30px;
    margin-left: 30px;
    float: left;
}

.opmaaktekst{
    color: #999;
    line-height: 18px;
    font-size: 11px;
    margin: 0 0 18px 0;  
}

.footer{
    background-color: #fff;
}

h3{
    color: #195a90;
    margin: 0 0 18px 0;
    font-weight: 300;
    clear: both;
    font-size: 18px;
}

.koptitel{
    font-size: 18px;
    color: #195a90;
    font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
    margin:10px 0px;
}

.Contactimage2{
    margin-left: 50px;
}

.Footer2{
    width: 882px;
    height: 60px;
    float: left;
    background: #195a90;
}

.footerTop{
    width: 100%;
    display: block;
    height: 10px;
    font-size: 12px;
}

.footerLeft{
    width: 200px;
    text-align: left;
    margin-left: 5px;
    float: left;
    height: 40px;
    line-height: 15px;
}

.footerMidden {
    width: 500px;
    text-align: center;
    margin-left: 5px;
    float: left;
    height: 40px;
    line-height: 40px;
}

.footerRechts {
    width: 160px;
    text-align: right;
    margin-left: 5px;
    float: left;
    height: 35px;
    padding-top: 5px;
    line-height: 15px;
}

.inner{
    max-width: fit-content;
}

.footerP{
    color: #fff;
    font-size: 12px;
}

.footer a{
    color: #fff;
}

.footer a:hover{
    text-decoration: underline;
    color: #fff;
}

hr{
    width: 100%;
    height: 3px;
    background-color: #dddddd
}

.col-lg-6{
    padding: 0;
}

.zwart{
    color: black;
    font-size: 11px;
}

input:invalid{
    border: 1px solid #339;
}

.middleColumn {
    display: block;
    margin: 15px 10px 10px 0;
    background: #6699cc;
    padding: 4px;
    width: 306px;
}

form label.left{
    display: block;
    margin: 10px 0 -10px 0;
    color: #777;
    font-size: 12px;
    font-family: Verdana, Lucida, Arial, sans-serif;
    font-weight: normal;
}

form{
    float: right;
    margin-right: 50px;
}
.privacy-checkbox{
 display: flex;
}

p.privacylink{
    width: fit-content;
}

div.field{
    margin: 0;
}

.col-lg-8 img{
    width: 100%;
}


/* MOBILE */

@media screen and (min-width:475px) and (max-width:991px) {
    .col-lg-6{
        width: fit-content;
    }

   .Links{
    display: none;
   }

   .col-lg-8 img{
    width: 400px;
    height: auto;
   }

   .Footer2{
    display: flex;
    height: fit-content;
    flex-direction: column;
   }

   .footerRechts{
    text-align: left;
   }

   .footerMidden{
    text-align: left;
   }

   form{
    float: left;
   }

   .maincontent{
    float: none;
   }

   .Contactimage{
    margin-left: 50px;
    }

    .text-center{
        display: flex;
        margin-left: 50px;
    }
}

@media screen and (min-width:0px) and (max-width:475px) {
    .col-lg-6{
       display: flex;
       flex-direction: column; 
    }

   .Links{
    display: none;
   }
   	
   .col-lg-8 img{
    width: 250px;
    height: auto;
   }

   .Footer2{
    display: flex;
    height: fit-content;
    flex-direction: column;
   }

   .footerRechts{
    text-align: left;
   }

   .footerMidden{
    text-align: left;
   }

   form{
    float: left;
   }

   .banner-page .row .col-12 p {
    font-size: 16px;
}
}

#Form_ContactFormulier_error {
    background:green!important;
    border: solid 1px #000!important;
    border-radius: 3px!important;
    color: #fff!important;
    padding:5px 10px!important;
    margin-left: 30px!important;
}

.ss-broken{
    color: #000;
}

