@charset "UTF-8";
/* CSS Document */
/* Basic */
/*----------------------------*/
body, html {
	padding:0; margin:0;
}
.container {
	max-width:1700px;
	margin:auto;
}
/* Header */
/*----------------------------*/
#header {
	background:#FFF;
	height:104px; width:100%;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #393335;
	overflow:hidden;
	position:fixed;
	top:0;
	z-index:99;
}
@media screen and (max-width: 1700px) and (min-width: 799px) {
	#header { 
	height:auto;
	position:relative;
	}
}
@media screen and (max-width: 800px) {
	#header { 
	height:auto;
	position:relative;
	text-align:center;
	}
}
#header h1, #header h2, #header h3 {
	margin-left: 12px;
	/* TXT */
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	color:#000000;
	font-size:45px;
	line-height:20px;
	white-space: nowrap;
}
@media screen and (max-width: 1700px) and (min-width: 799px) {
	#header h1, #header h2, #header h3 {
	/* TXT */
	font-size:3vw;
	line-height:0.5vw;
	}
}
@media screen and (max-width: 800px) {
	#header h1, #header h2, #header h3 {
	/* TXT */
	font-size:7vw;
	}
}
#header a {
	text-decoration:none;
}
#header img {
	float:right;
	margin-top:-44px;
}
@media screen and (max-width: 1700px) and (min-width: 799px) {
	#header img {
		max-width:45vw;
	}
}
@media screen and (max-width: 800px) {
	#header img {
	float: none;
	margin:10px 0;
	max-width:90vw;
}
}
#header p {
	margin:0; padding:0;
}
/* Fotobaan */
/*----------------------------*/
#fotobaan {
	background:#9e948e;
	margin-top:105px;
	margin-bottom:-108px;
	}
@media screen and (max-width: 1700px) and (min-width: 799px) {
	#fotobaan {
	margin-top:0;
	margin-bottom:0;
	position: relative;
	}
}
@media screen and (max-width: 800px) {
	#fotobaan {
	margin-top:0;
	margin-bottom:0;
	position: relative;
	}
}
#fotobaan p {
	padding:0; margin:0;
	text-align:center;
}
#fotobaan img {
	padding:0; margin:0;
	max-width:25%;
}
/* Menu */
/*----------------------------*/
#menumobile {
	display:none;
}
#menu {
	background:#9e948e;
	height:48px;
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #393335;
	overflow:hidden;
	}
@media screen and (max-width: 1700px) and (min-width: 799px) {
	#menu { 
	position: absolute;
	height:auto;
	width:100%;
	overflow:visible;
	}
}
#menu ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu li {
	float:left;
	display: inline-block;
}
#menu li a::before { 
  content: "|";
  padding-right:15px;
}
#menu li a {
	display:block;
	padding:10px 15px 10px 0;
	margin:0;
	/*TXT*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	text-decoration:none;
	color:#393335;
}
#menu li a:hover {
	background-color:#393335;
	color:#FFF;
}
@media screen and (max-width: 800px) {
	#menu {
		display:none;
	}
	#menumobile {
		display:block;
		background-color:#9e948e;
		border-top: 1px solid #393335;
		border-bottom: 1px solid #393335;
	}
	/*--toon hamburgermenu--*/
	/*----------------*/
	#menumobile .collapse {
	  display: block;
	  position: relative;
	  width:100vw; height:80px;
	  top:0; right:0;
	  padding:0;
	  /*txt*/
	  text-align:right;
	  font-size:24px;
	  line-height:100px;
	  color:#FFF;
	 }
	#menumobile .collapse + input {
	  display:none;
	}
	#menumobile .collapse + input + * {
	  display:none;
	}
	#menumobile .collapse+ input:checked + * {
	  display:block;
	  background-color:#9e948e;
	  position: relative;
	  width:100vw;
	  margin-top:0;
	}
	#menumobile .hamburger {
		height: 60px; width:auto;
		padding-top:10px;
		float:right;
	}
	/*-----------------*/
	#menumobile {
		visibility: visible;
		position: relative;
		width:100vw;
		z-index:99;
	}
	#menumobile ul {
		padding:0; margin:0;
	}
	#menumobile li {
		padding:0; margin:0;
		display: block;
		border-top: 2px solid #393335;
		/*txt*/
		background: url(../images/vk-list-bullet.gif) no-repeat 7px 7px;
		font-family:Calibri, Arial, Helvetica, sans-serif;
		font-size:24px;
		list-style:none;
	}
	#menumobile li a {
		display: block;
		padding:20px;
		/*txt*/
		color:#393335;
		text-decoration:none;
	}
	#menumobile li a:hover,
	#menumobile li a:active,
	#menumobile li.active a {
		background:#393335;
		text-decoration: none;
		color:#FFF;
	}
}
/* Sticky shit */
/*----------------------------*/
#navbar {
	padding-top:104px;
}
@media screen and (max-width: 1700px) and (min-width: 799px) {
	#navbar {
	padding-top:0;
	}
}
@media screen and (max-width: 800px) {
	#navbar {
	padding-top:0;
	}
}
.sticky {
	position: fixed;
	top:0;
	width:100%;
}
.sticky + .content {
  padding-top: 152px;
}
@media screen and (max-width: 1700px) and (min-width: 799px) {
	.sticky + .content {
  	padding-top: 0;
	}
}
/* Naar boven button */
/*----------------------------*/
#boven {
	position:fixed;
	bottom:10px; right:10px;
	background:#9e948e;
	text-align:center;
	z-index:80;
	border-radius:5px;
	border-style: solid;
	border-width: 1px;
	border-color: #393335;
}
#boven p {
	padding:0; margin:0;
}
#boven a {
	width:56px; height:50px;
	text-decoration:none;
	color:#FFF;
	display:inline-block;
	background-image:url(../images/up-over.png);
	background-repeat:no-repeat;
	background-position:8px 6px;
}
#boven a:hover {
	background-color: #47b92a;
	border-radius:5px;
}
/* Content */
/*----------------------------*/
#content {
	background:#FFF;
}
@media screen and (max-width: 1700px) and (min-width: 799px) {
	#content {
		padding-top:60px;
	}
}
#content .grijs {
	/*-- background:#edeae9; --*/
}
#content h1, #content h2, #content h3 {
	margin: 0 12px 12px 12px;
	padding: 30px 0 0 0;
	/* TXT */
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	color:#000000;
}
#content h1,
#content h2  {
	font-size:45px;
}
#content h3 {
	font-size:28px;
}
#content img {
	float: left;
	width: 200px; height: auto;
	margin: 0 20px 40px 0;
}
#content .wit .container,
#content .grijs .container{
	margin-top: 20px;
	margin-bottom: 60px;
	box-shadow:0 0 10px #cccccc ;
}
@media screen and (max-width: 800px) {
	#content h1, #content h2, #content h3 {
	margin: 0;
	padding: 20px 0 0 20px;
	}
	#content h1, #content h2  {
	font-size:7vw;
	}
	#content h3 {
	font-size:5vw;
	}
}
#content p {
	margin: 0 12px 0 12px;
	padding: 0 0 40px 0;
	/* TXT */
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	line-height:30px;
	color:#666666;
}
@media screen and (max-width: 800px) {
	#content p {
	margin: 0;
	padding: 20px;
	}
}
#content a {
	color:#47b92a;
}
/* Space above anchors */
/*----------------------------*/
.anchors {
	position: relative;
	top:-125px;
}
.anchortop {
	position: relative;
	top:-125px;
}
@media screen and (max-width: 1700px) and (min-width: 799px) {
	.anchors {
	top:-90px;
	}
}
@media screen and (max-width: 800px) {
	.anchors {
	top:0;
	}
}
/* Footer */
/*----------------------------*/
#footer {
	background:#9e948e;
	height:104px;
	border-style: solid none none none;
	border-width: 1px;
	border-color: #393335;
}
@media screen and (max-width: 1700px) and (min-width: 799px) {
	#footer {
		height:auto;
		padding-bottom:10px;
	}
}
@media screen and (max-width: 800px) {
	#footer {
		height:auto;
		padding-bottom:10px;
	}
}
#footer p {
	margin-top:10px;
	/* TXT */
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	line-height:30px;
	color:#393335;
	text-align:center;
}
@media screen and (max-width: 1700px) and (min-width: 799px) {
	#footer p {
	margin-top:20px;
	}
}
@media screen and (max-width: 800px) {
	#footer p {
	margin-top:20px;
	margin-bottom:20px;
	}
}
/*----------------------------*/
/*----------------------------*/
/* THE END */
