@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-family: 'Open Sans', sans-serif, arial;
	font-size:16px;
	line-height:24px;
}
header{
	height:260px;
	background-image:url(../images/background-aztec-header.jpg);
	background-size:cover;
	background-position:center;
	
}

h1{
	font-size:2em;
}
.logo{
	margin-top:20px;
	float:left;
	padding-left:15%;
}
.logo img{
	height:auto;
	max-width:100%;
}
section{
	max-width:1010px;
	margin:0 auto;
}
.sectleft{
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	max-width:700px;
}
.adsense{
	float:left;
	padding-right:30px;
	padding-bottom:20px;
}
.introright{
	min-width:250px;
    vertical-align: top;
    font-weight: bold;
	display:block;
}
nav{
	float: right;
	width: 280px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,1.00);
	box-shadow: 0px 4px 4px 2px rgba(0,0,0,0.20);
	border-radius: 10px;
}
nav a{
	color:#3D506A;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
}
nav li{
	list-style:none;
}
.titelnav{
	background-image:url(../images/topmenu.jpg);
	height:37px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	line-height:37px;
	font-weight:bold;
}
.clear{
	clear:both;
}
.imageright{
	float:right;
	height: auto;
    max-width: 100%;
}
.imageright p{
	text-align:center;
	font-size:14px;
	font-style:italic;
	max-width:300px;
	}
img{
	height: auto;
    max-width: 100%;
}
.imagecenter {
	padding-top:20px;
	padding-bottom:20px;
}
.imagecenter p{
	text-align:center;
	font-size:14px;
	font-style:italic;
}
.adsensebot{
	width:300px;
	padding-bottom:20px;
}
footer{
	margin-top:40px;
	height:250px;
	background-color:#374510;
	color:rgba(255,255,255,1.00);
}
.footerbox{
	padding-top:20px;
}
.footerbox a{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footerbox li{ 
	list-style:none;
	font-weight:bold;	
	
}
.titelrelated{
	font-weight:bold;
	background-color:#374510;
	padding-left:10px;
	color:#FFFFFF;
}
.linkbox{
	width:300px;
	background-color:#E3E3E3;
	height:260px;
	float:right;
}
/*zijmenu*/
	
.pagecontent{
	z-index:0;
	position:relative;
}
.zijmenu{
	z-index:0;
	position:fixed;
	top:0;
	bottom:0;
	left:-240px;
	right:0;
	background-color:#333;
	color:#ACACAC;
	width:200px;
	padding:20px;
	display:none;
}
.zijmenu li{
	list-style:none;
	margin-bottom:14px;
}
.zijmenu a{
	color:rgba(255,255,255,0.80);
	text-decoration:none;
	margin-bottom:16px;
	-webkit-font-smoothing:antialiased;
	}
.toggle{
	text-decoration: none;
    font-size: 18px;
    color:rgba(255,255,255,0.80);
    -webkit-transition: all 0.40s ease-out 0;
    -moz-transition: all 0.40s ease-out 0;
    transition: all 0.40s ease-out 0;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 1;
    cursor: pointer;
    background-color:#333;
	line-height:24px;
	padding:10px;
  }
#sidebartoggler{
	display:none;
}

#sidebartoggler:checked + .pagecontent .zijmenu {
	left:0px;
	position: fixed;
	z-index: 99;
	top: 0px;
	}
#sidebartoggler:checked + .pagecontent .toggle {
    left: 240px; 
	}
.menumobile{
		display:none;
		padding:20px;
		line-height:24px;
		height:35px;
	}
@media screen and (max-width: 650px){
	
	.linkbox{
		display:block;
		float:none;
		margin-bottom:30px;
	}
	.imageright{
		float:none;
		margin-bottom:30px;
	}
}
@media screen and (max-width: 1020px){
	nav{
	display:none;
	}
	.menumobile{
		display:block;
		background:#333;
	}
	.zijmenu{
		display:block;
	}
}