@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Merriweather:400i');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i,900,900i&subset=latin-ext');

.content > h1 {
    display: none;
}
.editorOn .content > h1 {
    display: block;
    color: black;
    border: 1px dashed red;
}

* {
	font-family: 'Roboto Condensed','Roboto',verdana, arial, helvetica, sans;
	

-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box; 
}
body {
	margin: 0;
	padding: 0;
	background-color: #00635d;
	overflow-y: scroll; 
}

article {
	clear: both;
	margin: 0px;

}


#nav {
	margin: 30px 30px;
}
.homewidget {
	clear: both;
}


.marker {
	background-color: cyan;
}
.widgets {
	display: block;
	background-color: transparent;

	width: 100%;


}
.widget {
	display: inline-block;
	border: 0px solid gray;
	border-radius: 10px;

}
tt {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: gray;
}

.widget.links {
	clear: both;
}




.link .white a {
 
height: 50px;
display: block;
padding-top: 40%;

}


div.center {
	max-width: 1200px;
	background-color: transparent;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;


}

div.pagina > div {
	border: 0px dotted red;
}


div.foot p {

	margin-right: 20px;
}




.description {
	font-family: courier, fixed;
}



div.scroll {
	position: fixed;
	top: 0;
	left: 0;
	height: 101%;
	width: 100%;
	background-size: cover;
	z-index: 1;
	opacity: 0.1;
	background-position: center;
	display: none;
}



html{margin:0; padding:0}




/* NEW */

.pagina {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	max-width: 1200px;
}

.pagina > div {
	border: 0px solid red;
}
#header {
	background-color: white;
	height: 200px;
	position: relative;
}

div.left {
	background-color: white;
	min-height: calc(80vh - 210px);
}
div.right {
	background-color: #f4d2e2;
	min-height: calc(80vh - 210px);
	padding: 0 5%;
}


		
img.logo {
	width: 100%;
	margin: 5% 0;
	position: relative;
	z-index: 2;
	background-color: transparent;
	padding: 1% 6%;

}
img.foto {
	height: 100%;
	height: inherit;
	width: 100%;
	float: right;
	object-fit: cover; 
}
.rest {
	background-color: white;

	width: 100%;
}

article {
	width: 100%;
}

article .content {
	width: 100%;
}
article .content img {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

article .content img.left {
	float: left;
	min-width: 35%;

	height: auto;
	max-width: 50%;
	margin: 0 1em 1em 0;
}
article .content img.right {
	float: right;
	min-width: 35%;
	height: auto;
	max-width: 50%;
	margin: 0 0 1em 1em;
}
article .illustratie {
	width: 100%;

}
article .illustratie img {
	width: 100%;

}

article h2 {
		color:  #429025;
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    margin: 3em 0 0 0;
	clear: both;
}

article h2 svg.icon {
	height: 31px;
    width: 31px;
    vertical-align: middle;
    fill: #429025;
}
article h1 {

	clear: both;

	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 2.5em;

	font-style: italic;
		color: #429025;

}

article a {
	color:  #429025;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}
article p, h3, table, address, li {


	font-size:16px;
	line-height: 180%;
	
	color:#653c52;

}

table p {
	margin: 0;
	padding: 0;
}

th, td {
	
}

table {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

th {
	border-bottom: 1px solid gray;
	margin: 0 5px;
}

div.logo, div.foto {
	height: 210px;
}
div.logo, div.menu, div.adres {
	width: 30%;
	background-color: #ffffffe8;
	color: inherit;
}
div.logo *, div.menu *, div.adres * {
	color: #00635d;
}
div.foot, div.right, div.foto {
	width: 70%;
	background-color: #fffffff5;
}

div.adres {
	height:20vh;	
}
address {
	font-style: normal;
	padding: 0;
	margin: 0;
}
#footer {
	width: 100%;
	position: relative;
	height: 100%;
	background-color: transparent;
}
#footer p {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
#menurechts {
	display: none;

}

div.adres, div.foot {
	height: 20vh;
}

div.boven {
	height: 50%;
	padding: 10%;
}
div.onder {
	height: 50%;
	padding: 10%;
	position: relative;
}

div.onder .about {
	position: absolute;
	bottom: 0px;

}
.about {
	width: 100%;
	/* padding: 30px; */
}
@media (max-width: 800px) {

	article h1 {
		font-size: 9vw;

	}
	article h2 {
		font-size: 6vw;

	}
	div.logo {
		z-index: 8;
	}
	div.logo, div.menu, div.adres {
		width: 100%;
		min-height: 0;
		height: auto;
		position: relative;


	}

	div.menu {
    height: 500vh;
    position: absolute;
		top: 20vh;
        width: 100%;
		left: -100vw;
		z-index: 7;
		transition:  opacity 1s ease, left 1s ease ;
		border: 0px solid red;
        opacity: 0;
	}

div.menu.active {
    left: 0;
    opacity: 1;

}
	div.foot, div.right, div.foto {
		width: 100%;
		min-height: 0;
		height: auto;

		
	}

	div.menu, div.adres, div.foot, div.right, div.logo, div.menu, div.adres {
		/* background-color: #ffeeee; */
	}

	div.menu, div.adres, div.foot, div.right {
		padding: 5%;
	}
	div.foot {
		height: 150px;
	}
	div.foto {
		display: none;
	}
	img.logo {
		width: 100%;
		object-fit: contain; 
		margin: 0;
		height: 100%;
	}
	body {
   		 background-color: #ffeeee;
	}

	div.logo {
		max-height: 20vh;
	}
	.about {
		/* 
			position: absolute;
			bottom: 5vh;
			left: 0;
		*/
	}
	#menubtn {
		padding: 0;
		border: 0px solid red;
		    width: 8vw;
		    height: 4vh;
		position: absolute;
		top: calc(50% - 2vh);
		right: 10%;
		background-image: url(/images/menu.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 10;
	}


}

div.about a {
	width: 100%;
	height: 100%;
	border: 0px solid red;
	display: block;
}
div.about a img {
	width: 100%;
	height: 100%;
}
.about {
	text-align: center;
}
.about a {
	text-decoration: none;
	color: #00635d;
	display: flex;
    	align-items: center;
	width: 100%;
}
.about a img {
	width:30%;
	padding: 0 20px;
}
.about p {
margin: 8px 0;
}
.about #ouderlogin {
	width: 100%;
	margin: auto;
	-webkit-box-shadow: 10px 10px 24px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 24px -9px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 24px -9px rgba(0,0,0,0.75);
	border: 1px solid #00635d;
	border-radius: 20px;
	background-color: #ffffffab;
}


