body{
	background-color:#fff;
	font-family:myriad pro;
	margin: 0px auto;
}
a{
	text-decoration:none;
	color:inherit;
}
.header_kerk{
	background-image:url(images/header_kerk.png);
	background-size:cover;
	height:276px;
	width:100%;
	border-top:2px solid #ec6608;
	border-bottom:2px solid #ec6608;
	overflow:hidden;
}
.language_box{
	width:150px;
	height:26px;
	float:left;
	margin-left:20px;
	margin-top:20px;
}
.language_dutch{
	background-image:url(images/language.png);
	height:26px;
	width:42px;
	float:left;
	cursor:pointer;
	margin-right:10px;
	margin-bottom:10px;
}
.language_english{
	background-image:url(images/language.png);
	background-position: -47.5px -0px;
	height:26px;
	width:43px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
}
.language_germany{
	background-image:url(images/language.png);
	background-position: -95.5px -0px;
	height:26px;
	width:43px;
	float:left;
	cursor:pointer;
}
.search_container{
	width:176px;
	height:30px;
	float:right;
	margin-top:20px;
	margin-right:20px;
}
.search_otterlo{
	background-color:#FFF;
	height:26px;
	width:150px;
	border:1px solid #cccccc;
	border-radius:1px;
	padding-left:10px;
	box-sizing:border-box;
	border-top:0px solid transparent;
}
.search_button{
	background-image:url(images/search_icon.png);
	background-repeat:no-repeat;
	height:26px;
	width:26px;
	border:1px solid #cccccc;
	border-top:0px solid transparent;
	border-radius:1px;
	margin-left:-1px;
	cursor:pointer;
}
.social_container{
	width:120px;
	height:30px;
	float:right;
	margin-top:20px;
	margin-right:20px;
}
.mail_icon{
	background-image:url(images/social_media.png);
	background-size:cover;
	height:26px;
	width:44px;
	float:left;
	margin-right:13px;
	cursor:pointer;
	transition: all 0.3s ease-in-out;
}
.mail_icon:hover{
	opacity:0.8;
}
.twitter_icon{
	background-image:url(images/social_media.png);
	background-position: -64px 0px;
	background-size:cover;
	height:26px;
	width:32px;
	float:left;
	margin-right:6px;
	cursor:pointer;
	transition: all 0.3s ease-in-out;
}
.twitter_icon:hover{
	opacity:0.8;
}
.facebook_icon{
	background-image:url(images/social_media.png);
	background-position: -112px 0px;
	background-size:cover;
	height:26px;
	width:15px;
	float:left;
	cursor:pointer;
	transition: all 0.3s ease-in-out;
}
.facebook_icon:hover{
	opacity:0.8;
}
.title_header{
	height:100px;
	width:500px;
	margin:auto;
	color:#FFF;
	text-align:center;
}
.title_header>h1{
	font-size:85px;
	color:#ec6608;
}
.title_header>h2{
	font-size:30px;
	color:#FFF;
	margin-top:-70px;
}
.content{
	background-image:url(images/land_content_bg.png);
	background-size:cover;
	height:486px;
	width:100%;
}

ul{
	width:100%;
	max-width:750px;
	height:80px;
	text-align:center;
	margin:auto;
}
ul>li{
	background-color: rgba(255, 255, 255, 0.8);	
	display:inline-block;
	float:left;
	height:60px;
	width:170px;
	padding:10px;
	padding-top:13px;
	margin:5px;
	margin-top:20px;
	color:#ec6608;
	box-sizing:border-box;
	text-align:center;
	font-size:25px;
	font-family:Myriad pro;
	font-weight:bolder;
	cursor:pointer;
	border-radius:0px 10px 0px 10px;
	-webkit-moz-border-radius: 0px 10px 0px 10px;
	-moz-moz-border-radius: 0px 10px 0px 10px;
	-ms-moz-border-radius: 0px 10px 0px 10px;
	-o-moz-border-radius: 0px 10px 0px 10px;
	moz-border-radius: 0px 10px 0px 10px;
	transition: all 0.3s ease-in-out;
	border:2px solid #ec6608;
}
ul>li:hover{
	background-color: rgba(255, 255, 255, 0.7);	
	color:#fbba00;
	border:2px solid #fbba00;
	border-radius:10px 0px 10px 0px;
}
.navigation_container{
	width:83%;
	min-width:66%;
	margin:auto;
	height:50%;
	min-height:200px;
}
 @media only screen and (max-width: 917px){
 	ul{
		width:100%;
		max-width:480px;;
		height:250px;
		text-align:center;
		margin:auto;
		box-sizing:border-box;
		display:inline-box;
		margin-top:-10px;
		padding-top:10px;
	}
	ul>li{
		width:200px;
		height:70px;
		margin:auto;		
		font-size:25px;
		padding-top:20px;
		box-sizing:border-box;
		display:inline-block;
		margin:10px;
	}
}
 @media only screen and (max-width: 728px){
 	 ul{
		width:100%;
		max-width:480px;;
		height:250px;
		text-align:center;
		margin:auto;
		box-sizing:border-box;
		display:inline-box;
		margin-top:-10px;
		padding-top:10px;
	}
	ul>li{
		width:200px;
		height:70px;
		margin:auto;		
		font-size:25px;
		padding-top:20px;
		box-sizing:border-box;
		display:inline-block;
		margin:10px;
	}
}
 @media only screen and (max-width: 580px){
 	 ul{
		width:100%;
		max-width:460px;;
		height:250px;
		text-align:center;
		margin:auto;
		box-sizing:border-box;
		display:inline-box;
		margin-top:-10px;
		padding-top:10px;
	}
	ul>li{
		width:160px;
		height:65px;
		margin:auto;		
		font-size:20px;
		padding-top:20px;
		box-sizing:border-box;
		display:inline-block;
		margin:10px;
	}
	.title_header{
		height:100px;
		width:90%;
		margin:auto;
		color:#FFF;
		text-align:center;
		padding-top:70px;
	}
	.title_header>h1{
		font-size:75px;
		color:#ec6608;
	}
	.title_header>h2{
		font-size:25px;
		color:#FFF;
		margin-top:-40px;
	}
	.language_box{
		width:26px;
		height:100px;
		float:left;
		margin-left:20px;
		margin-top:20px;
	}
}
 @media only screen and (max-width: 478px){
 	 ul{
		width:100%;
		max-width:400px;;
		height:250px;
		text-align:center;
		margin:auto;
		box-sizing:border-box;
		display:inline-box;
		margin-top:-10px;
		padding-top:10px;
	}
	ul>li{
		width:85%;
		height:75px;
		font-size:30px;
		padding-top:20px;
		box-sizing:border-box;
		display:inline-block;
		margin:10px;
	}
}
 @media only screen and (max-width: 444px){
 	.title_header{
		height:100px;
		width:90%;
		margin:auto;
		color:#FFF;
		text-align:center;
		padding-top:70px;
	}
	.title_header>h1{
		font-size:65px;
		color:#ec6608;
	}
	.title_header>h2{
		font-size:20px;
		color:#FFF;
		margin-top:-40px;
	}
}
 @media only screen and (max-width: 320px){
 	 ul{
		width:100%;
		min-width:320px;
		height:250px;
		text-align:center;
		margin:auto;
		float:left;
		box-sizing:border-box;
		display:inline-box;
		margin-top:-10px;
		padding-top:10px;
	}
	ul>li{
		width:70%;
		height:75px;
		font-size:30px;
		padding-top:20px;
		box-sizing:border-box;
		display:inline-block;
		margin:10px;
		float:left;
	}
	.navigation_container{
		width:70%%;
		min-width:70%;
		margin:auto;
		height:50%;
		min-height:200px;
	}
}
 @media only screen and (max-width: 270px){
 	 ul{
		width:100%;
		min-width:270px;
		height:auto;
		text-align:center;
		margin:auto;
		box-sizing:border-box;
		display:inline-box;
		margin-top:-10px;
		padding-top:10px;
		margin-left:-20px;
	}
	ul>li{
		width:80%;
		height:75px;
		font-size:25px;
		padding-top:20px;
		box-sizing:border-box;
		display:inline-block;
		margin:10px;
		float:left;
	}
	.search_otterlo{
		width:70%;
		min-width:50%;
		float:right;
	}
	.search_button{
		float:right;
	}
}