#form{
	width:100%;
	display:block;
}
#form input, #form textarea{
	width:100%;
}
#form .button{
	width:50%;
}

div.bottomcontent{
	width:100%;
	display:block;
}
div.form{
	width:45%;
	margin-right:20px;
	display:inline-block;
}
div.maps{
	width:45%;
	display:inline-block;
}
@media (max-width: 470px){
.klant {
    text-align: left;
    float: none;
    display: inline-block;
    width: 100%;
    margin-left: 0;
}

}
@media (max-width: 564px){

#form{
	width:100%;
}
#form input, #form textarea{
	width:100%;
}
#form .button{
	width:100%;

}
.imgcontent{
	display:none;
}
div.form{
	width:100%;
	margin-right:20px;
	display:inline-block;
	margin-bottom:30px;
}
div.maps{
	width:100%;
	display:inline-block;
}
}
#header h3{
	font-weight: bold;
	font-size: 24px;
    line-height: 1.25;
	color: #183e2f;
	float: left;
    margin-top: 40px;
    width: auto;
}
#header h3 span {
    display: block;
}
#header h3 span:first-child {
    font-weight: normal;
}
