body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	background-color: #EAE7E2;
}

/*
font-family: 'Merriweather', serif;
*/

/*

*/

/*
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
*/

#maxw1{
	max-width: 1126px;
	margin: 0 auto;
	color: #464646;
}

#maxw2{
	max-width: 1030px;
	margin: 0 auto;
}

ul li{
	list-style-type: none;
}

a{
	text-decoration: none;
} 

p{
	margin: 1.12em 0;
	line-height: 160%;
}

img{max-width: 100%;}


h1{font-family: 'Merriweather', serif; font-size:28; color: #464646; font-weight: 400;}
h2{font-family: 'Merriweather', serif;font-size:22px; color: #464646; font-weight: 400;}
h3{font-family: 'Merriweather', serif;font-size:18px; color: #464646; font-weight: 400;}
h4{font-family: 'Merriweather', serif;font-size:14px; color: #464646; font-weight: 400;}
h5{font-family: 'Merriweather', serif;font-size:13px; color: #464646; font-weight: 400;}
h6{font-family: 'Merriweather', serif;font-size:11px; color: #464646; font-weight: 400;}


.knop{
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}

.knop:hover{
	opacity: 0.8;
}

/*#contenttekst ol,*/
#contenttekst ul, #contenttekst ol{
	margin: 1.12em 0;
	line-height: 160%;
	color: #464646;
	font-size: 14px;
	font-weight: 400;
}

/*#contenttekst ol li,*/
#contenttekst ul li{
	margin-left: 10px;
}

/*#contenttekst ol li:before,*/
#contenttekst ul li:before{ 
	content: "-";
	margin-left: -10px;
	height: inherit!important;
	position: absolute;
}

#contentlinks ol{margin-left: 20px;}

p a{
	font-weight: bold;
	font-style: italic;
}

/*HEADER*/

.menu-left_menu-container li{
	display: inline-block;
	margin: 0 27px;
}

.menu-right_menu-container li{
	display: inline-block;
	margin: 0 34px;
}

#menu2{display: none}

.menu-right_menu-container{display: inline-block; float: right; position: relative; z-index: 1200;}
.menu-left_menu-container{display: inline-block; float: left; position: relative; z-index: 1200;}

#menu #menu-left_menu{
	float: left;
}

#menu .secondmenu{
	float: right;
}

#menu{
	text-align: center;
	font-family: 'Merriweather', serif;
	padding: 0 50px;
}

#menu ul{
	margin-top: 100px;
}

#menu ul a{
	color: #464646;
}

#menu .logoblok{
	display: inline-block;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
}

#menu #menu-item-55 a{
	font-size: 0!important;
	width: 15px!important;
	display: inline-block;
}

#menu #menu-item-55 a:before{
	font-size: 16px;
	content: "\f015";
	font-family: "FontAwesome";	
}

#menu #menu-item-55,
#menu #menu-item-90{
	margin-left: 0!important;
}

#menu #menu-item-88,
#menu #menu-item-59{
	margin-right: 0!important;
}

/*SLIDER*/

#slider{
	padding: 14px 14px 0px;
	margin-bottom: 50px;
}

#slider img{
	width: 100%;
}


/*CONTENT*/

#page_content{
	background-color: #fff;
	margin-top: 28px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(150,150,150,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(150,150,150,0.75);
	box-shadow: 0px 0px 5px 1px rgba(150,150,150,0.75);
	color: #464646;
}

#page_content a{
	color: #464646;
	
} 

#kop{
	font-family: 'Merriweather', serif;
	font-size: 28px;
	border-bottom: 2px solid #F2F0ED;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#contentlinks{
	padding-right: 60px;
	font-size: 14px;
	font-weight: 400;
	width: 64%!important;
}

#contentrechts{
	width: 36%!important;
}

#contentrechts a{margin-bottom: 30px;}

.telknop{
	display: inline-block;
	font-size: 16px;
	color: #fff!important;
	background-color: #85C44F;
	border-radius: 8px;
	font-weight: 300;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-top: 20px;
	padding: 0 17px;
	margin-right: 20px;
}

.telknop .fa{
	margin-right: 17px;
}

#rechtsgebieden #contentlinks{
	width: 100%!important
}

#rechtsgebieden #contenttekst ul{
	padding-left: 100px
}
#rechtsgebieden #contenttekst li a{height:auto;} 

#rechtsgebieden  #contenttekst + #kop{
	font-size: 0;
}

#rechtsgebieden ul,
#contentrechts ul{
	font-family: 'Merriweather', serif;
	margin-top: 16px;
	font-size: 16px;
}

#rechtsgebieden li{
	display: table
}

#rechtsgebieden li a{
	display: inline-block;
	height: 78px;
	margin-bottom: 14px;
}

#rechtsgebieden li a img,
#contentrechts li a img{
	margin-right: 25px;
	display: inline-block;
	float: left;
}

#rechtsgebieden li a span,
#contentrechts li a span{
	display: table-cell;
	vertical-align: middle;
	height: 78px;
}

/*FOOTER*/


#footer{
	padding: 25px 50px;
	
	font-size: 14px;
}

#footer #bottomfooter,
#footer #secondrow,
#footer #firstrow{
	text-align:center;
}

#footer #firstrow{
	font-weight: 500;
	margin-bottom: 12px;
	padding-top: 25px;
	border-top: 1px solid #F2F0ED;
}

#footer #secondrow{
	font-weight: 600;
}

#footer #secondrow .fa{
	margin-right: 10px;
}

#footer #bottomfooter span{
	opacity: 0.5;
}

#footer #bottomfooter{
	margin-top: 30px;
	position: relative;
}

#footer #bottomfooter .fa-facebook-square{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 40px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	opacity: 0.5;
}

#footer #bottomfooter .fa-linkedin-square{
	position: absolute;
	right: 50px;
	bottom: 0;
	font-size: 40px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	opacity: 0.5;
}

#footer #bottomfooter .fa-facebook-square:hover{
	color: #3C5899;
	opacity: 1;
}

#footer #bottomfooter .fa-linkedin-square:hover{
	color: #0077B5;
	opacity: 1;
}

/*CONTACTPAGINA*/

.contactpage #contentlinks{
	width: 100%!important;
	padding: 0!important;
}

.contactpage #contenttekst{
	width: 40%!important;
}

#contentlinks #contenttekst form{
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

#contentlinks #contenttekst form p{
	margin: 0!important
}

#contentlinks #contenttekst .wpcf7-textarea,
#contentlinks #contenttekst .wpcf7-text{
	width: 100%;
	background-color: #EAE7E2;
	border: none;
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(150,150,150,0.75);
	-moz-box-shadow: inset 0px 0px 3px 1px rgba(150,150,150,0.75);
	box-shadow: inset 0px 0px 3px 1px rgba(150,150,150,0.75);
	font-family: 'Roboto', sans-serif!important;
	margin-bottom: 10px;
}

#contentlinks #contenttekst .wpcf7-text{
	height: 34px;
	padding: 0 8px;
}

#contentlinks #contenttekst .wpcf7-textarea{
	padding: 8px;
	height: 120px;
}

#contentlinks #contenttekst button{
	height: 36px;
	padding: 0 20px 0 0;
	background-color: #2B2A2D;
	color: #fff;
	border: none;
	font-size: 16px;
	font-family: 'Roboto', sans-serif!important;
	cursor: pointer;
}

#contentlinks #contenttekst button .fa{
	padding: 0 20px;
	font-size: 18px;
}

.wpcf7-not-valid-tip{display: none!important}

.wpcf7-validation-errors{
	border: none!important;
	margin: 20px 0!important;
	padding: 0!important;
}


.contactpage #contactgegevens{
	width: 60%!important;
	padding-left: 10%;
}

.contactpage #contactgegevens span{
	display: inline-block;
	width: 160px;
	color: #464646
}

.stichtingnaam{
	width: 100%!important;
}

.contactpage .contactkop{
	font-weight: 400;
	font-size: 18px!important;
	border-bottom: 2px solid #F2F0ED;
	font-family: 'Merriweather', serif;
	margin: 20px 0;
	padding-bottom: 10px;
}

.contactpage ul .contactkop{
	margin-bottom: 40px!important;
}

.contactpage #contactgegevens li{
	font-size: 15px;
	font-family: 'Merriweather', serif;
	margin-bottom: 10px;
}

.contactpage #contactgegevens li a:hover{
	text-decoration: underline;
}

/*PAGELIST*/

.page-list li{
	font-size: 16px;
	padding-left: 10%;
	margin-bottom: 15px;
}

.page-list li a{
	font-weight: 400!important;
}

.page-list li ul{
	margin-top: 15px;
}

.page-list li li{
	padding-left: 5%;
}


/*MEDIAQUERIES*/

@media screen and (max-width: 1150px){
#menu{padding: 0 30px;}
}

@media screen and (max-width: 1100px){
	#maxw2{
		padding: 0 2%;
	}
	
	#footer{padding: 25px 2%;}
	
	#rechtsgebieden li{width: 50%!important}
}

@media screen and (max-width: 1050px){
.menu-left_menu-container li{
	display: inline-block;
	margin: 0 22px;
}

.menu-right_menu-container li{
	display: inline-block;
	margin: 0 29px;
}
}

@media screen and (max-width: 980px){
	.menu-left_menu-container{display: none;}
	.menu-right_menu-container{display: none;}
	#menu2{display: block;}
	
	#page_content{position: relative; z-index: 877; margin-top: 100px;}
	
	#mobile-menu-container {display: block;}
	#mobile-menu-button {float: left; font-weight:; width: 100%; text-align: left; font-size:30px; color:#fff!important; display:block; text-decoration:none; background-color: #2B2A2D; padding: 3px 2%}
	#mobile-menu-button i{float: left;}
	#mobile-menu-button span{font-size: 22px; margin-top: 2px; margin-left: 11px; display: inline-block; float: left;}
	#mobile-menu-button.active {color:#fff;}
	#mobile-menu {list-style:none; display:none; float: left; width: 100%;}
	#mobile-menu li a {display:block; color:#474747; font-size:16px; font-weight:500; opacity: 0.95; width: 100%; text-align: left; text-decoration:none; padding: 7px 3%; border-top: 0px solid #fff; border-bottom: 1px solid #E1E1E1;  background-color:#fff; z-index: 8999; position: relative;}
	#mobile-menu li a:hover, #mobile-menu li.current-menu-item a {color:; opacity: ;} 

	#contentlinks{width: 100%!important; padding-right: 0;}
	#contentrechts{width: 100%!important; padding-top: 40px;}
	
	#contentrechts li{width: 50%!important}
	
}


@media screen and (max-width: 900px){
	#rechtsgebieden ul{padding-left: 0;}

	.contactpage #contactgegevens li{font-size: 14px;}
	
	.contactpage #contactgegevens span{ width: 130px; }
}

@media screen and (max-width: 750px){
	#menu .logoblok{
		float: left;
		width: 40%;
		margin-left: 30%;
	}
	#contentrechts li{width: 100%!important}
	
	.contactpage #contenttekst{
		margin-bottom: 40px;
	}
	
	.contactpage #contenttekst,
	.contactpage #contactgegevens{
		width: 100%!important;
		padding-left: 0;
	}
}

@media screen and (max-width: 650px){
	#rechtsgebieden li{width: 100%!important}
	
	#bottomfooter span{
		width: 100%;
		float: left;
	}
	
	#footer #bottomfooter{margin-top: 15px;}
	
	#bottomfooter .sociaal{
		position: static!important;
		margin: 0px 0px 15px;
		float: left;
		width: 100%;
	}
	
	#bottomfooter .fa{
		position: static!important;
		margin: 0 7px
	}
	
	#rechtsgebieden #contenttekst ul { padding-left: 30px;}
}

@media screen and (max-width: 550px){
	body{background-color: #2B2A2D;}
	
	#header{height: 130px;}
	#header #menu{height: 130px;}
	#header a{height: 130px;}
	#menu img{height: 130px;}
	#menu .logoblok{
		float: none;
		width: auto;
		height: 130px;
		margin-left: 0;
}
#page_content{margin-top: -20px; z-index: 9999; -webkit-box-shadow: 0px 0px 0px 0px rgba(150,150,150,0.75);   -moz-box-shadow: 0px 0px 0px 0px rgba(150,150,150,0.75);  box-shadow: 0px 0px 0px 0px rgba(150,150,150,0.75);}
}



















































/*
	#mobile-menu-container {display: block;}
	#mobile-menu-button {float: left; font-weight:bold; width: 100%; text-align: left; font-size:30px; color:#fff; display:block; text-decoration:none; background-color: #4CA96A; padding: 3px 2%}
	#mobile-menu-button i{float: left;}
	#mobile-menu-button span{font-size: 22px; margin-top: 2px; margin-left: 11px; display: inline-block;}
	#mobile-menu-button.active {color:#fff;}
	#mobile-menu {list-style:none; display:none; float: left; width: 100%;}
	#mobile-menu li a {display:block; color:#474747; font-size:16px; font-weight:500; width: 100%; text-align: left; text-decoration:none; padding: 7px 3%; border-top: 0px solid #fff; border-bottom: 1px solid #E1E1E1;}
	#mobile-menu li a:hover, #mobile-menu li.current-menu-item a {color:; opacity: 0.7;}  
	
/*MEDIAQUERIES

@media screen and (max-width: 1000px){}

*/