﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, button, select, a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	background-color: #FFFFFF;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Jura', sans-serif;
}
html, body {
	overflow-x: hidden;
}
#wrapper {
	width: 100%;
	min-height: 100vh;
}
#topnav {
	position: fixed;
	top: 0;
	background-color: #FFFFFF;
	z-index: 1000;
	width: 100%;
	border-bottom: 1px gray dotted;
}
#topnav h1 {
	font-size: 35px;
	padding: 60px 0px 7px 10px;
	font-weight: 700;
	color: #84786A;
	letter-spacing: 8px;
}
#naam {
	padding-left: 10px;
	float: left;
	min-width: 30%;
	text-align: center;
}
#buttons {
	max-width: 50%;
	float: right;
	margin: 80px 20px 20px 0;
}
#buttons ul {
	list-style: none;
}
#buttons li {
	float: left;
	position: relative;
}
#buttons a {
	color: #84786A;
	text-decoration: none;
	letter-spacing: 0px;
	margin-left: 10px;
	font-size: 18px;
	padding: 2px 0px 0px 10px;
	text-align: center;
	white-space: nowrap;
}
#buttons a:link {
	color: #161614;
	text-decoration: none;
}
#buttons a:visited {
	color: #161614;
	text-decoration: none;
}
#buttons a:hover {
	color: #161614;
	text-decoration: none;
	background: rgba(204, 204, 204,0.2);
}
#buttons a:active {
	color: #161614;
	text-decoration: none;
	background: rgba(204, 204, 204,0.2);
}
#buttons a:focus {
	color: #161614;
	text-decoration: none;
	background: rgba(204, 204, 204,0.2);
}
#menu-icon {
	display: none;
	width: 60px;
	height: 60px;
	background-color: #fff;
	background-image: url('../images/menu-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 4px;
	border: 0px solid #C8C8C8;
	padding: 0px;
}
a:hover #menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}
#content {
	width: 100%;
	color: #161614;
}
#page0 {
	height: 100vh;
	overflow: hidden;
}
#page1 {
	min-height: 100vh;
}
#page2 {
	height: 100vh;
}
#page3 {
	height: 100vh;
}
#content ul {
	padding: 80px;
	font-size: 30px;
	line-height: 170%;
	padding: 20px 10% 0px 10%;
}
.rondje {
	list-style:disc;
}
 
#content p {
	font-size: 20px;
	padding: 0px 10% 20px 10%;
}
#content h1 {
	font-size: 30px;
	padding: 40px 10% 40px 10%;
}
#content h2 {
	font-size: 30px;
	padding: 40px 10% 40px 10%;
}

#content h3 {
	font-size: 30px;
	line-height: 170%;
	padding: 20px 10% 0px 10%;
}
.hero #beeld {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	background-image: url('../images/eeuwfeestlaan.png');
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.hero #beeld .inner {
	padding-top: 56%;;
	display: block;
	height: 0;
}
.wit {
	background-color: #FFFFFF;
	color: #666666;
}
.grijs {
	background-color: #666666;
	color: #FFFFFF;
}
.vak2, .vak3, .vak6 {
	background-color: #FFFFFF;
	color: #666666;
}
.vak1, .vak4, .vak5 {
	background-color: #666666;
	color: #FFFFFF;
}
.lichtgrijs {
	background-color: #EEEFF2;
	padding-bottom: 150px;
	color: #666666;
}
.zwart {
	background-color: #0E0E0E;
	color: #FFFFFF;
}
.boord {
	height: 119px;
}
.flex-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	font-weight: bold;
	text-align: left;
	height: 100vh;
}
.flex-container > * {
	flex: 1 100%;
}
.main {
	flex-flow: row wrap;
	min-height: 100vh;
}
.flex {
	display: flex;
	flex-flow: row wrap;
	background-color: #FFF;
	padding-top: 119px;
}
.itemflex {
	width: 50%;
	padding-bottom: 60px;
}
.itemflex1 {
	width: 100%;
	padding: 100px 1000px 60px 100px;
}
.item3 {
	width: 100%;
	background-color: #aaaaaa;
	padding: 10% 20%;
}
.wrap {
	overflow: hidden;
	width: 100%;
}
.box {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.boxInner {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	overflow: hidden;
	text-align: center;
}
.boxInner img {
	width: 100%;
	padding: 0;
}
.boxInner .titleBox {
	position: absolute;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0px;
	margin-bottom: -100%;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0s ease-out;
}
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
	margin-bottom: 0;
}
.box:hover {
	background-color: #CCCCCC;
}
#contactbox1 {
	float: left;
	color: #FFFFFF;
}
#contactbox1 label {
	padding-left: 10%;
	float: left;
	width: 25%;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 170%;
}
#contactbox1 ol {
	list-style-type: none;
}
#contactbox1 ol li {
	font-size: 18px;
}
#contactbox1 li {
	margin-top: 10px;
}
#contactbox1 submit, input, textarea {
	padding: 3px;
	width: 50%;
	border: 1px solid #FFFFFF;
	font-size: 20px;
	background: rgba(204, 204, 204,0.6);
	color: #FFFFFF;
}
.style6 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 170%;
	margin-left: 35%;
	width: 20%;
}
#content iframe {
	width: 80%;
	padding: 50px 10% 30px 10%;
	height: 32vh;
}
.main a:link {
	color: #fff;
	text-decoration: none;
}
.main a:visited {
	color: #fff;
	text-decoration: none;
}
.main a:hover {
	color: #123456;
	text-decoration: none;
	background: rgba(204, 204, 204,0.2);
}
.main a:active {
	color: #161614;
	text-decoration: none;
}
.main a:focus {
	color: #161614;
	text-decoration: none;
}
#gdigit {
	width: 100%;
	background-color: #FFFFFF;
	float: left;
}
#gdigit h5 {
	font-size: 15px;
	color: #AAAAAA;
	padding: 40px 10px 0px 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}
#gdigit h6 {
	font-size: 25px;
	text-align: center;
	padding: 0px 0px 40px 0px;
}
.style1 {
	color: #D9D6D0;
}
.style2 {
	color: #D9D6D0;
	font-size: 17px;
}
.style3 {
	color: #D9D6D0;
}
.style4 {
	font-family: 'Source Sans Pro';
}
@media only screen and (min-width:800px) and (max-width:1380px){
#topnav {
	padding: 0px 0px 0px 0px;
	min-height: 80px;
}
#page1 {
	height: 100vh;
}
#page2 {
	height: 100vh;
}
#page3 {
	height: 100vh;
}
#naam {
	width: 50%;
	text-align: left;
}
#topnav h1 {
	font-size: 30px;
	padding: 1%;
}
#content h1 {
	font-size: 20px;
	padding: 20px 5% 20px 5%;
}
#content h2 {
	font-size: 20px;
	padding: 20px 5% 20px 5%;
}

#content p {
	font-size: 20px;
	padding: 10px 5% 10px 5%;
}
#content ul {
	list-style: disc;
	padding: 20px;
	font-size: 20px;
	line-height: 170%;
	padding: 20px 10% 20px 5%;
}
.hero #beeld {
	background-image: url('../images/eeuwfeestlaan_1300.png');
}
.hero #beeld .inner {
	padding-top: 85%;
}
#contactbox1 {
	padding: 0;
	width: 100%;
}
#contactbox1 label {
	width: 100%;
}
#contactbox1 submit, input, textarea {
	width: 75%;
	margin-left: 10%;
}
.main a:link {
	font-size: 16px;
}
.style6 {
	margin-left: 10%;
	width: 50%;
}
}
@media only screen and (min-width:601px) and (max-width:799px) and (orientation:portrait){
#topnav {
	padding: 0px 0px 0px 0px;
	min-height: 80px;
}
#buttons {
	margin: 25px 20px 20px 0;
}
#naam {
	width: 45%;
	text-align: left;
}
#topnav h1 {
	font-size: 25px;
	padding: 3%;
}
#content h1 {
	font-size: 22px;
	padding: 3% 5%;
}
#content h2 {
	font-size: 22px;
	padding: 3% 5%;
}

#content p {
	font-size: 20px;
	padding: 2% 5%;
}
.itemflex {
	padding-bottom: 8%;
}
#content ul {
	list-style: disc;
	padding: 20px;
	font-size: 20px;
	line-height: 170%;
	padding: 20px 10% 20px 5%;
}
.hero #beeld {
	background-image: url('../images/eeuwfeestlaan_800.png');
}
.hero #beeld .inner {
	padding-top: 133%;
}
#contactbox1 {
	padding: 0;
	width: 100%;
}
#contactbox1 label {
	width: 100%;
}
#contactbox1 submit, input, textarea {
	width: 75%;
	margin-left: 10%;
}
.main a:link {
	font-size: 16px;
}
.style6 {
	margin-left: 10%;
	width: 50%;
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){
#page0 {
	height: 100vh;
}
#page1 {
	height: 100vh;
}
#page2 {
	height: 100vh;
}
#page3 {
	height: 100vh;
}
#buttons {
	margin: 40px 20px 20px 0;
}
.hero #beeld {
	background-image: url('../images/eeuwfeestlaan_1024.png');
}
.hero #beeld .inner {
	padding-top: 75%;;
}
#content h1 {
	font-size: 20px;
	padding: 20px 10% 10px 5%;
}
#content h2 {
	font-size: 20px;
	padding: 20px 10% 10px 5%;
}

.itemflex {
	padding-bottom: 10px;
}
}
@media only screen
and (min-device-width:375px)
and (max-device-width:667px){
#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#topnav {
	padding: 0px 0px 0px 0px;
	min-height: 80px;
}
#naam {
	padding-left: 10px;
	float: left;
	width: 70%;
	text-align: left;
}
#topnav h1 {
	font-size: 25px;
	padding: 1%;
	letter-spacing: 2px;
}
#menu-icon {
	display: inline-block;
}
nav ul, nav:active ul {
	display: none;
	position: absolute;
	padding: 1%;
	background: #fff;
	border: 1px solid #C8C8C8;
	right: 0px;
	top: 0px;
	width: 100%;
	border-radius: 4px 0 4px 4px;
}
nav li {
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0;
}
nav:hover ul {
	display: block;
}
#buttons {
	max-width: 100%;
	float: right;
	margin: 0px;
	padding: 0;
	text-decoration: none;
}
#buttons li {
	width: 90%;
	padding: 0;
}
#topnav ul li {
	float: left;
	display: inline-block;
	text-decoration: none;
	text-align: left;
	padding: 10px 10px;
	border-bottom: 1px #C8C8C8 dotted;
}
#buttons a {
	font-size: 30px;
}
#buttons a:link {
	color: #84786A;
	text-decoration: none;
}
#buttons a:visited {
	color: #84786A;
	text-decoration: none;
}
#buttons a:hover {
	color: #84786A;
	text-decoration: underline;
}
#page1 {
	height: 300vh;
}
#page2 {
	height: 200vh;
}
#page3 {
	height: 200vh;
}
.itemflex {
	width: 100%;
	min-height: 45vh;
	padding-bottom: 20px;
}
#content h1 {
	font-size: 20px;
	padding: 20px 5% 20px 5%;
}
#content h2 {
	font-size: 20px;
	padding: 20px 5% 20px 5%;
}

#content p {
	font-size: 20px;
	padding: 10px 5% 10px 5%;
}
#content ul {
	padding: 20px;
	font-size: 20px;
	line-height: 170%;
	padding: 20px 10% 20px 10%;
}
.hero #beeld {
	background-image: url('../images/eeuwfeestlaan_667.png');
}
.hero #beeld .inner {
	padding-top: 181%;
}
.vak2 {
	background-color: #FFFFFF;
	color: #666666;
}
.vak1 {
	background-color: #666666;
	color: #FFFFFF;
}
.vak4 {
	background-color: #FFFFFF;
	color: #666666;
}
.vak3 {
	background-color: #666666;
	color: #FFFFFF;
}
.vak6 {
	background-color: #FFFFFF;
	color: #666666;
}
.vak5 {
	background-color: #666666;
	color: #FFFFFF;
}
#contactbox1 {
	padding: 0;
	width: 100%;
}
#contactbox1 label {
	width: 100%;
}
#contactbox1 submit, input, textarea {
	width: 90%;
	margin: auto;
}
.style6 {
	margin-left: 10%;
	width: 50%;
}
.main a:link {
	font-size: 18px;
}
#content iframe {
	width: 100%;
	padding: 50px 0 30px 0;
	height: 32vh;
}
#contactbox1 {
	text-align: center;
}
#page3 h3 {
	text-align: center;
}
#contactbox1 label {
	padding: 0;
}
.itemflex1 {
	padding: 100px 1%;
}
}
@media only screen
and (min-device-width:375px)
and (max-device-width:667px)
and (orientation:landscape){
#page0 {
	height: 100vh;
}
#page1 {
	height: 300vh;
}
#page2 {
	height: 200vh;
}
#page3 {
	height: 300vh;
}
#topnav {
	padding: 0px 0px 0px 0px;
	min-height: 60px;
}
#naam {
	padding-left: 10px;
	float: left;
	width: 80%;
	text-align: left;
}
#topnav h1 {
	font-size: 25px;
	padding: 1%;
	letter-spacing: 2px;
}
.itemflex {
	width: 50%;
	padding-bottom: 60px;
}
.vak2, .vak3, .vak6 {
	background-color: #FFFFFF;
	color: #666666;
}
.vak1, .vak4, .vak5 {
	background-color: #666666;
	color: #FFFFFF;
}
.hero #beeld {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	background-image: url('../images/eeuwfeestlaan_1024.png');
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.hero #beeld .inner {
	padding-top: 56%;;
	display: block;
	height: 0;
}
#content ul {
	padding: 3%;
}
#page3 .itemflex {
	width: 100%;
}
}
