html, body {
  height: 100%;
}

body {
  text-align: left; 
  padding: 0;          
  margin: 0;
  font-family: Arial;
  font-size:16px;
  line-height:20px;
  height: 100%; 
  background-color:#fff;
}
p {
  color:#fff;
  font-family: Arial;
  font-size:16px;
  line-height:25px;
  margin:5px 0px;
  font-weight:normal;
  text-align: left;
}
h1, h2{
  color: #fff;
  text-align: left;
}
h1{
  font-size: 24px;
}
h2{
  font-size: 16px;
}
a{
  color: #002C5C;
}
em {
  font-family: Arial;
  font-size:12px;   
}
.voorwaarden{
  color: #D51900;
}
div.error, .error{
  color:#D70000;
  font-size: 12px;
  text-align: left;
  padding: 10px;
}
input, textarea, select {
  width:200px;
  font-family:Arial;
  font-size:14px;
  resize: none;
  height:30px;
  padding:5px;
  border: 1px solid #ddd;
  border-radius:5px;
}
input.small{
  width: 30px;
}
input.medium{
  width:205px;
}
input.long{
  width: 250px;
}
input.button{
  height:35px;
  background-color:#002C5C;
  border:none;
  color:#fff;
  width:100px;
}
input.button-wit{
  height:35px;
  background-color:#fff;
  border:1px solid #002C5C;
  color:#E32319;
  width:100px;
  float: right;
}
input[type="file"]{
	border:1px solid #333;
}
table td{
  text-align: left;
}
div.container{
  width:100%;
  position: absolute;
  display:block;
}
div.header{
  margin-left: auto;
  margin-right: auto;
  width:100%;
  height: 75px;
  z-index:2;
  background-color: #fff;
}
div.header-inner{
  margin:0 auto;
  width: 1170px;  
  padding-top:10px;
}
div.logo{
  position:relative;
  float:left;
  left:0px;
  z-index:7;
  width: auto;
  margin-right: 20px;
  margin-bottom:10px;
}
div.navigatie{
  position:relative;
  z-index:2;
  padding-top:10px;
}

.logo{
  width: 50%;

}
.vraag{
  height: 50px;
  width: 300px;
}
.label-bevestig{
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
div.main-content{
  width: 100%;
  background: #262626;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
div.vervolg-content{
  background-color: #07BED5;
  text-align: center;
}
div.vervolg-content h1{
  text-align: center;
  padding: 50px 25px 25px 25px;
  margin-top:-10px;
}
div.vervolg-content-tekst p{
  color: #333;
}
div.vervolg-content-tekst ul li{
  text-align: left;
  color: #333;
  padding: 0px 10px 0px 0px;
}
div.vervolg-content-tekst{
  background-color: #fff;
  width: 1024px;
  margin: 0 auto;
  padding: 50px;
}
div.banner{
  float: left;
  width: 50%;
  display: inline-block;
  background-image: url("../images/01-hero-desktop-l.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #07BED5;
  box-sizing: border-box;
}
div.content{
  width: 50%;
  display: inline-block;
  background-color: #07BED5;
  box-sizing: border-box;
}
div.content-inner{
  padding: 15px;
  padding-left: 10%;
}
div.content-inner p{
  font-size: 12px;
  line-height: 16px;
}
div.content-kader{
  width: 90%;
  background-color: #fff;
  max-width: 600px;
}
div.kader-content h1 {
    color: #000;
}
div.kader-header{
  background-color:#E5E5E5;
  padding: 15px;
  text-align: left;
  height: 40px;
}
div.kader-header p, div.content-kader p{
  color: #333;
  font-size: 12px;
}
.bedankt{
  padding: 25px;
}
div.kader-header-tekst, div.kader-header-input{
  width: 50%;
  float: left;
}
div.kader-content{
  background-color: #fff;
    padding: 10px;
}
div.footer{
  background-color: #E5E5E5;
  padding: 10px;
}
div.footer-inner{
  width: 1170px;
  margin: 0 auto;
}
div.footer p{
  font-size: 13px;
  color: #333;
}
div.footer a{
  text-decoration: none;
  color: #333 ;
}
div.footer ul{
  list-style-type: none;
}
div.footer ul li {
  display: inline-block;
  margin-left:15px;
  font-size: 13px;
}
.formulier{
  font-size: 12px;
  padding: 10px ;
}
.accordion-item{
  text-align: left;  
  color:#1050B4;
  cursor: pointer;
  padding:5px;
}
/* begin nav styles */

#cssmenu {
  text-align: left;
  font-weight:normal;
}

#cssmenu > ul{
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#cssmenu > ul li#responsive-tab {
display: none;
  /* Hide for large screens */

}

#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height:70px;
}

#cssmenu > ul li a {
  display: block;
  font-family: Arial;
  font-size:16px;
  line-height:20px;
  color:#333;
  text-decoration:none;
  padding-left: 20px;
  padding-right: 20px;
  text-align:center;
  height: 70px;
  font-weight:bold;
}

#cssmenu > ul li a:hover, .actieve_link {
  color: #002C5C !important;
  text-align:center;
    font-weight:bold;
}
div.accordion {
    color: #002C5C;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    cursor: pointer;
    padding: 0px;
}
@media screen and (max-width: 1500px) {
  input {
    width:180px;
  }
  input.medium {
    width:150px;
  }
}
@media screen and (max-width: 1024px) {
  div.banner, div.content, div.header-inner, div.footer-inner {
    width: 100%;
  }
  div.main-content {
    display: inline;
  }
  div.vervolg-content-tekst{
    width: 90% !important;
    padding: 0px;
  }
  div.vervolg-content-tekst p {
    padding: 10px;
  }
  div.banner{
    height: 630px;
  }
  table td{
    display: block;
  }
  div.banner{
    background-image: url("../images/03-hero-tablet.jpg");
    height: 490px;
  }
  
}
@media screen and (max-width: 767px) {
  div.kader-header{
    height: 100px;
  }
  div.kader-header-tekst, div.kader-header-input, div.vervolg-content {
    width: 100%;
  }
  
  div.vervolg-content-tekst p {
    padding: 20px;
  }
  div.content-kader{
    width: auto;
  }
  div.content-inner {
    padding-left: 5%;
  }
  .formulier{
    padding: 20px 0px;
  }
  .vraag, .contact-input{
    width: 250px;
  }
  div.banner{
    background-image: url("../images/04-hero-mobile.jpg");
    height: 310px;
  }
  div.accordion{
  	padding: 0px 20px;
  }
  input.button{
    float: left;
  }
}