@charset "UTF-8";
@import url("backgrounds-header.css");
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
html {
position: relative;
min-height: 100%;
}
html, body {
	margin: 0;
	padding: 0;
}
div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, address, blockquote {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 0 60px;
	background-color: #EDE5E2;
	background:url(../images/bckgrnd-dark-green-blue_desktop.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 90%;
}

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 10px;
}

.responsive-container iframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

p {
	margin-bottom: 1em;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

[id*="Dialog"] p{
	margin-bottom: 1em;
	font-family: open-sans, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 0.9em;
	margin-top: 30px;
}
h1, h2, h3, h4 {
	font-family: arvo, "Droid Serif", "Times New Roman";
	font-style: normal;
	font-weight: 400;
	margin-left: 25px;
	color: #470101;
}
[id*="Dialog"] h1 , h2, h3, h4{
	margin-left: 0px;
	margin-top: 5px;
}
.groeneTekst {
	color: #002905;
	font-weight: bold;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.2083%;
	padding-left: 1.8958%;
	padding-right: 1.8958%;
	clear: none;
	float: none;
}
#header {
	background-repeat: no-repeat;
	background-position: right center;
	min-height: 120px;
	margin-top: -20px;
}
#header img {
	margin-top: 8px;
}
#header img.onder {
	margin-top: 0px;
	margin-bottom: 10px;
}
#header h1 {
	color: #F29F05;
	font-size: 2.4em;
	margin-left: 0px;
	margin-bottom: 10px;
}
#header h2 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
}
#mainNav {
	background-color: rgba(97,138,215,1.00);
	margin-bottom: 20px;
}
#kop1 {
	margin-bottom: 20px;
}
[id*="vak"]{
	border-radius: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#vak1 {
	width: 100%;
	background-color: #f2aa6b;
}
#vak2 {
width: 100%;
margin-left: 0;
clear: both;
background-color: #f2762e;
}
#vak3 {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #f2561d;
}
#vak4 {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #bf3111;
}

[id*="vak"] p {
	color: rgba(0,0,0,1.00);
}
[id*="vak"] ol, [id*="vak"] ul {
	margin-left: 18px;
	margin-bottom: 10px;
	margin-right: 10px;
	color:rgba(0,0,0,1.00);
}
[id*="vak"] ol li , [id*="vak"] li {
	margin-bottom: 10px;
}
[id*="vak"] h1 {
	/* [disabled]margin-left: 10px; */
	color: white;
	font-size: 2.4em;
	margin-bottom: 0px;
}

[id*="vak"] h2 {
	font-size: 1.7em;
	margin-top: 30px;
	margin-bottom: -5px;
}
[id*="vak"] h2:first-child  {
	margin-top: 20px;
	margin-bottom: 10px;
}

[id*="vak"] h3 {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#vak1 h3 {
	color: #A64005;
}

[id*="vak"] p.caption {
	font-style: italic;
	text-align: right;
	margin-right: 4px;
	font-size: 0.9em;
}
#footer {
	text-align: center;
	background: #4A6955;
	font-size: 0.8em;
	padding: 0em;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
	width: 100%;
}
#footer p a {
	display:block;
	line-height: .8em;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #CC9;
	display: inline-block;
}
#footer p {
	color: #bac999;
	margin-top: 1.7em;
}

.alignLeft {
	float: left;
	padding-right: 1em;
}
.gallery img {
	display: block;
	margin: 0 auto;
}
#kop1 h2 {
	color: white;
	margin-left: 0px;
	margin-top: 14px;
	font-size: 1.8em;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
.gallery {
	margin: 20px;
}
.generalContainer {
	margin: 20px 10px;
}
#vak2 h3 {
	color: white;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 91.0625%;
	padding-left: 0.9687%;
	padding-right: 0.9687%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
#mainNav {
}
#vak1 {
width: 100%;
}
#vak2 {
width: 100%;
clear: both;
margin-left: 0;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.75%;
	max-width: 1232px;
	padding-left: 0.625%;
	padding-right: 0.625%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
#mainNav {
}
#vak1 {
	width: 66.1971%;
}
#vak2 {
width: 32.3943%;
clear: none;
margin-left: 1.4084%;
}
#vak3 {
width: 32.3943%;
clear: none;
margin-left: 1.4084%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.generalContainer {
	margin-left: 20px;
	margin-right: 20px;
}
.responsive-container {
	margin-left: 20px;
	margin-right: 20px;
}
}
