@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
}
#mobile_btn{display:none;}

.defider{
	width:100%;
	height:1px;
	background-color:#d2ae07;
	float:left;
	margin-top:1%;
	margin-bottom:1%;
}

.kop{
	font-size:1.5em;
	Font-weight:100;
	color:#d2ae07;
}

#blue{
	background-color:#e4eeed;
	text-align:center;
	padding-top:2%;
	padding-bottom:2%;
}

#bg{
	background-image:url(../images/bg.jpg);
	background-size:100%;
}

#bg2{
	background-image:url(../images/bg2.jpg);
	background-size:100%;
}


#wrap{
	margin-top:1%;
	margin-bottom:1%;
	padding-top:1%;
	padding-bottom:1%;
}

#wrap a{
	color:#d2ae07;
}

#home .one_of_two_columns{
	width:46%;
	padding-right:1%;
	border-right: thin solid #000;
}
#home .one_of_two_columns_last{
	margin-left: -18px;
}

#right{
	float:right;
}

.wrapper{
	width:92%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.wrapper_top{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}


#top{
	margin-top:11%;
	margin-bottom:11%;
	background-color:#FFF;
}

#top .one_of_three_columns{
	margin:0;
}

#top .two_of_three_columns_last .one_of_four_columns{
	text-align:center;
	font-weight:100;
	border-right: thin solid #000;
	padding-top:7.6%;
	padding-bottom:7.6%;
}

#menu a{ 
	color:#000; 
	text-decoration:none;
}
	
#menu a:hover{
	color:#d2ae07;
	text-decoration:none;
}

#menu a #active{
	color:#d2ae07; 
	text-decoration:none;
}


#top .two_of_three_columns_last .one_of_four_columns_last{
	width:23%;	
	text-align:center;
	font-weight:100;
	padding-top:7.6%;
	padding-bottom:7.6%;
	}


#footer{
	color:#FFF;
	background-color:#403f39;
	padding-top:2%;
	padding-bottom:2%;
	font-weight:100;
	font-size:0.8em;
}

#footer a{
	color:#fff
}

#footer .kop{
	font-size:1.5em; 
	font-weight:100;
	color:#d2ae07;
}

#footer .kop_grey{
	font-size:1.5em;
	font-weight:100;
	color:#9d9d9d;
}

#footer ul{
	margin:0;
	padding:0;
	list-style:none;
}

#footer .tab{
	padding-left:5%;
}

#footer .one_of_three_columns .space{
	float:left;
	margin-top:8%;
	width:100%;
}

#footer .one_of_three_columns_last .space{
	float:left;
	margin-top:16%;
	width:100%;
}

.formulier {
	color:black;
	font-size:1.2em;
	background:#e4eeed;
	width:84%;
	padding:8%;
	display:table;
}

.formulier span {
	background:black;
	height:1px;
	float:left;
}

.formulier input {
	outline: none;
	padding: 5px 10px;
	width: 35%;
	border:0;
	margin-top:10px;
}

.formulier .submitbtn {
	background:#403f39;
	color:white;
	border:0;
	padding:15px 20px;
	cursor:pointer;
	width:38.4%;
	font-size:0.8em;
}
.formulier .submitbtn:hover {
	color:#d2ae07;
}

#wat ul{
	list-style:none;
}

#wat li:before {
	content: "-"; /* Insert content that looks like bullets */
	padding-right: 8px;
	color: black; /* Or a color you prefer */
}

.left_form_column {
	width:50%;
	display:table-cell;
	float:left;
}

.right_form_column {
	width:50%;
	display:table-cell;
	float:right;
}

.mobile_form {
	display:none;
	color:black;
	font-size:1em;
	padding: 20px 0;
	background:#e4eeed;
	width:100%;
}
.mobile_form span {
	background:black;
	height:1px;
	float:left;
	margin-left: 7.5%;
}

.mobile_form input {
	outline: none;
	padding: 5px 10px;
	width: 35%;
	border:0;
	margin-top:10px;
}

.mobile_form .submitbtn {
	background:#403f39;
	color:white;
	border:0;
	padding:15px 20px;
	cursor:pointer;
	width:40%;
	font-size:0.8em;
}

@media (max-width: 1260px), (max-device-width: 1260px) {
	#menu{
		font-size:0.8em;
	}
}

@media (max-width: 600px), (max-device-width: 600px) {
	.mobile_form {
		display:block;
	}

	.formulier .left_form_column, .formulier .right_form_column{
		width:100%;
	}
}

.logo-homepage {
	width:101% !important;
}

@media all and (max-width: 600px), (max-device-width: 600px){
	.small{font-size:0.7em; text-align:left;}
	
	
	#mobile_btn{
		display:inline-block;
		margin-top:10%;
	}
	
	.wrapper{
		width:90%;
		text-align:center;
	}
	
	.wrapper_top{
		width:100%;
		text-align:center;
		background-color:#403f3a
	}
	
	#top{
		background-color:#403f3a;
		margin:0;
	}
	
	#top .one_of_three_columns{
		width:90%;
	}
	
	#top .two_of_three_columns_last{
		width:100%;
	}
	
	#top #menu{
		background-color:#FFF;
	}
	
	#top #menu .one_of_four_columns{
		width:100%;
		border:0;
		padding-top:1%;
		padding-bottom:1%;
		border-bottom: thin solid #000;
	}
	
	#top #menu .one_of_four_columns_last{
		width:100%;
		border:0;
		padding-top:1%;
		padding-bottom:1%;
		border-bottom: thin solid #000; 
	}
	
	#top #menu{
		display:none;
	}
	
	#wrap .one_of_two_columns{
		width:100%;
		padding-bottom:2%;
		border:none;
	}
	
	#wrap .one_of_two_columns_last{
		width:100%;
	}
	
	#wrap .one_of_three_columns{
		width:100%;
		padding-bottom:2%;
		border:none;
	}
	
	#wrap .two_of_three_columns_last{
		width:100%;
	}

	#blue{
		margin-top:5%;
		padding-top:10%;
		padding-bottom:10%;
	}
	
	#fixed{
		display:none;
	}
	
	#footer .one_of_three_columns{
		width:100%;
	}
	
	#footer .one_of_three_columns_last{
		width:100%;
	}

}