body {
	background: url(../afb/kraft40v.jpg) repeat fixed -600px -300px;
	padding: 0;
	margin: 0;
	height: 100%;
	color: rgb(96, 60, 19);
	font: 14px/16px 'nimbus_monoregular', "Lucida Console", Monaco, Courier, monospace;
	position: relative;
	overflow: auto;
}

body>div {
	position: fixed;
	height: 100%;
	overflow: auto;
	width:100%;
	
	
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: column;
	flex-direction: column;
/*
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	*/
}

/*stijlen als geklikt is*/
div.verv article{
	flex: 0 1 auto;
	height:0;
}
div.verv section {
	/*height: 100%;*/
	padding: 40px 50px;
}
/*einde stijlen als geklikt is*/

header {
	/*height: 125px;*/
	width: 100%;
	flex-basis: auto;
}
header h1 {
	text-align: center;
	font: 80px/73px 'nimbus_monoregular', "Lucida Console", Monaco, Courier, monospace;
	letter-spacing: 18px;
	color: rgb(154, 97, 31);
	height:60px;
	background: rgba(240,240,240,0.7);
	padding: 20px 0 0 0;
	margin: 0;
}
header.luchtloos h1 {
	text-align: center;
	font: 8px/7px 'nimbus_monoregular', "Lucida Console", Monaco, Courier, monospace;
	letter-spacing: 18px;
	color: rgb(154, 97, 31);
	height:60px;
	background: rgba(240,240,240,0.7);
	padding: 0 0 0 0;
	margin: -3px 0 0 0;
}
header h2 {
	background: url(../afb/perfW.png) repeat-x scroll 0px 100%;
	text-align: center;
	font: 28px/40px 'nimbus_monoregular_oblique', "Lucida Console", Monaco, Courier, monospace;
	letter-spacing: 8px;
	color: rgb(177, 58, 22);
	margin: 0;
	padding: 0 0 5px 0;
}

article {
	font: 20px/24px 'nimbus_monobold', "Lucida Console", Monaco, Courier, monospace;
	color: rgb(147, 87, 45);
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px 20%;
	width: auto;
	height: 100%;
	position:relative;
	background: rgba(190,250,240,0.1);
	overflow:auto;
	/*webkit-flex: 1 1 auto;geeft mogelijkheid tot grow/shrink maar wordt in ieder geval 10px vanwege volgende:*/
	/*flex: 1 1 auto;geeft mogelijkheid tot grow/shrink maar wordt in ieder geval 10px vanwege volgende:*/

}
.wjs article {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	
	
	-moz-transition: height 1s, flex 1s;
	-webkit-transition: height 1s, flex 1s;
	-ms-transition: height 1s, flex 1s;
	-o-transition: height 1s, flex 1s;
	transition: height 1s, flex 1s;
	
}

article ul{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*height: 100%;gooit de verticale uitlijning in de soep in mozilla*/
	list-style-type: none;
	
	/*
	-moz-transition: height 2s, margin 2s;
	-webkit-transition: height 2s, margin 2s;
	-ms-transition: height 2s, margin 2s;
	-o-transition: height 2s, margin 2s;
	transition: height 2s, margin 2s;
	*/
}
article ul li {
	background: url(../afb/lab.png) no-repeat 0px 0px;
	padding: 0 0 0 40px;
	margin: 0;
	/*
	-moz-transition: height 1s;
	-webkit-transition: height 1s;
	-ms-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
	*/
}
article ul li p{
	font: 20px/24px 'nimbus_monoregular', "Lucida Console", Monaco, Courier, monospace;
	color: rgb(96, 60, 19);
	padding: 0 0 0 20px;
	margin: 10px 0;
}

footer {
	font: 20px/24px 'nimbus_monoregular', "Lucida Console", Monaco, Courier, monospace;
	color: rgb(200, 220, 160);
	text-align: center;
	/*position: fixed;
	bottom: 0;*/
	height: auto;
	width: 100%;
	padding: 15px 0 0 0;
	background: rgba(120, 30, 20, 0.2);
}
footer h3 {
	margin:0px auto;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
footer ul li {
	display: inline-block;
	width: 30%;
	cursor: pointer;
}
footer li.sluit {
	position: absolute;
	left: 50%;
	bottom: -24px;
	text-align: center;
	font-weight: bold;
	width: 24px;
	background-color: rgba(120, 30, 20, 0.3);
	display: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	cursor: pointer;
	}
.verv footer li.sluit {
	display: block;
}
footer a {
	text-decoration: none;
	color: rgb(200, 220, 160);
}
footer a:hover {
	text-decoration: underline;
}
		footer ul li img[src$=".svg"] {
		  width: 30%; 
		  height:auto;
		}
		footer ul li img[src$=".svg"].kl {
		  width: 14%; 
		  height:auto;
		  margin-left:10px;
		}
		/* 2 */
		@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		  footer ul li img[src$=".svg"] {
			width: 30%;
			height:auto;
		  }
		  footer ul li img[src$=".svg"].kl {
			width: 14%;
			height:auto;
			margin-left:10px;
		  }
		}

section {
	box-sizing: border-box;
	padding: 0 50px;
	/**/
	-moz-transition: height 1.4s, padding 1s;
	-webkit-transition: height 1.4s, padding 1s;
	-ms-transition: height 1.4s, padding 1s;
	-o-transition: height 1.4s, padding 1s;
	transition: height 1.4s, padding 1s;
	
	background-color: rgba(220,220,240,0.3);
	/*max-width: 1000px;
	margin: 0 auto;*/
}
section.verberg {/*met js eraan gekoppeld haalt de scroll uit de pagina*/
	height: 0;/*zorgt dat de overige elementen de pagina vullen*/
	overflow: hidden;
}
section.toon {
	/*height:50%;*//*nodig om de animatie te laten verlopen (niet geheel waar) maar geeft vervelend hoogteeffect in de header*/
	overflow: auto;
	webkit-flex: 1 1 auto;/*geeft mogelijkheid tot grow/shrink maar wordt in ieder geval 100px vanwege volgende:*/
	flex: 1 1 auto;/*geeft mogelijkheid tot grow/shrink (maar wordt in ieder geval 100px vanwege volgende: niet meer actief)*/
	/*height: 100px;*/
	
	/*volgende om bijv. adres midden uit te lijnen*/
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-justify-content: center;
	justify-content: center;

	-ms-flex-align: center;
	-webkit-box-align: center;
	
}
section.toon p,section.toon ul,section.toon h2,section.toon a,section.toon blockquote {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
section.toon div {
	padding: 5px 0 50px 0;
	height:100%;
}
section p.naw {
	font: 22px/22px 'nimbus_monoregular', "Lucida Console", Monaco, Courier, monospace;
	margin: 5px auto 5px auto;
}
section p {
	font: 18px/20px 'nimbus_monoregular', "Lucida Console", Monaco, Courier, monospace;
	margin:10px 0px 5px 0px;
}
section > p:last-child {
	margin:auto auto 50px auto;
}
section h2 {
	font: 24px/24px 'nimbus_monoregular_oblique', "Lucida Console", Monaco, Courier, monospace;
	font-weight: normal;
	margin:50px 0px 5px 0px;
}

/*de svg's schalen*/
		/*
		 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
		 * [1] IE9
		 * [2] IE10+
		 */
/* 1 */
section h2 img[src$=".svg"].kl30 {
	width: 30%; 
	height:auto;
}
section h2 img[src$=".svg"].kl14 {
	 width: 14%; 
	height:auto;
	margin-left:10px;
}
section h2 img[src$=".svg"].kl7 {
	 width: 7%; 
	height:auto;
	margin-left:10px;
}
section .opzijR {
	float: right;
}
section .opzijL {
	float: left;
}
section figure.opzijR {
	width: 30%;
	max-width: 300px;
}
section ul.opzijL {
	width: 70%;
	max-width: 700px;
}
section figure img {
    max-width: 100%;
    max-height: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	section h2 img[src$=".svg"]kl30 {
		width: 30%;
		height:auto;
	}
	section h2 img[src$=".svg"].kl14 {
		width: 14%;
		height:auto;
		margin-left:10px;
	}
	section h2 img[src$=".svg"].kl7 {
		width: 7%;
		height:auto;
		margin-left:10px;
	}
}

section a.ankr {
	display: block;
	clear: both;
}
section a:first-of-type {
    padding: 50px 0 0 0;
}

blockquote {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
	content: open-quote;
	font-size: 130%;
	position: relative;
	left: -10px;
	top: 20px;    
	padding: 0 50px;
}
blockquote:after {
    content: close-quote;
	font-size: 130%;
	position: relative;
	left: -10px;
	top: -5px;    
	padding: 0 50px;
}

section blockquote p {
	font: 16px/20px 'nimbus_monoregular_oblique', "Lucida Console", Monaco, Courier, monospace;
	margin:10px 0px 5px 0px;
	padding: 0 50px;
}

.toon ul, .toon ul p {
	font: 16px/20px 'nimbus_monoregular', "Lucida Console", Monaco, Courier, monospace;
	font-weight: normal;
	list-style-type: disc;
}
.toon ul li{
	list-style-type: circle;
	margin: 5px 30px 10px 30px;
}
.toon ul li li{
	list-style-type: none;
}
.toon ul em{
	font-weight: bold;
}

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

	header {
		/*height: 115px;*/
	}
	header h2 {
		font: 24px/30px 'nimbus_monoregular_oblique', "Lucida Console", Monaco, Courier, monospace;
		letter-spacing: 4px;
	}

}
@media screen and (max-width: 860px) {
	header {
		/*height: 95px;*/
	}
	header h1 {
		font: 64px/82px 'nimbus_monoregular', "Lucida Console", Monaco, Courier, monospace;
		letter-spacing: 12px;
		padding: 0;
		/*background: rgba(120,220,220,0.8);*/
	}
	header h2 {
		font: 18px/30px 'nimbus_monoregular_oblique', "Lucida Console", Monaco, Courier, monospace;
		letter-spacing: 3px;
		/*height:30px;
		background: rgba(20,220,120,0.8);*/
	}

}
@media screen and (max-width: 660px) {
	header {
		/*height: 95px;*/
	}

	header h1 {
		font: 38px/99px 'nimbus_monoregular', "Lucida Console", Monaco, Courier, monospace;
		letter-spacing: 8px;
		flex-basis: auto;
	}
	header h2 {
		font: 15px/30px 'nimbus_monoregular_oblique', "Lucida Console", Monaco, Courier, monospace;
		letter-spacing: 1px;
		/*background: rgba(120,120,120,0.8);*/
		flex-basis: auto;
	}
	div.verv section {
		padding: 40px 20px;
	}
	footer {
		padding: 0;
	}
	footer ul li {
		display: block;
		width: 100%;
	}
	footer p {
		margin: 0 0 5px 0;
	}
	footer img {
		display: none;
	}
	footer h3 {
		margin: 0 auto 10px auto;
	}
	article {
		padding: 0px 5%;
		font: 17px/19px 'nimbus_monobold', "Lucida Console", Monaco, Courier, monospace;
	}
	article ul li p {
		font: 16px/20px 'nimbus_monoregular', "Lucida Console", Monaco, Courier, monospace;
		color: rgb(96, 60, 19);
		padding: 0 0 0 20px;
		margin: 5px 0;
	}
	section p.naw {
		font: 18px/18px 'nimbus_monoregular', "Lucida Console", Monaco, Courier, monospace;
		margin: 2px auto 3px auto;
	}
	section p {
		font: 16px/18px 'nimbus_monoregular', "Lucida Console", Monaco, Courier, monospace;
	}

}

@media screen and (max-width: 500px) {
	header h2 {
		font: 15px/15px 'nimbus_monoregular_oblique', "Lucida Console", Monaco, Courier, monospace;
		padding:10px 0;
	}
	header h1 {
		font: 38px/59px 'nimbus_monoregular', "Lucida Console", Monaco, Courier, monospace;
		height: 40px;
	}
	.wjs article {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		height: 1px; /*om het article onder de h2 te houden*/
	}
	.wjs article.ptag li p{
		display: none;
	}
	.wjs article.ptagS li p{
		display: block;
	}
	.wjs article.ptagS {
		-ms-flex-align: start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}

	footer {
		font: 13px/8px 'nimbus_monoregular', "Lucida Console", Monaco, Courier, monospace;
	}
	footer h3 {
		margin: 5px auto 10px auto;
		font-size: 17px;
	}

}

