* {
	margin: 0px;
	padding: 0px;
	border-style: none;
	list-style-type: none;
}
html, body {
	height: 100%;
}
body {
	font-family: verdana,helvetica,arial;
	font-size: 14px;
	font-style: normal;
	background-color: #411;
	overflow: hidden;
}
header, footer, nav, article, section, aside {
	display: block;
}
h1 {
	position: absolute;
	left: 1.5em;
	bottom: 5vh;
	/*text-align: left;*/
	transform: rotate(270deg);
	transform-origin: left bottom 0;
	font-size: 3em;
	letter-spacing: 0.5em;
	color: #113;
	text-shadow: 0px 0px 0.6em #66F, 0.02em 0.02em 0.15em #FFF;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
}
p {
	font-size: 1em;
	margin: 0.3em 0em 1em 0em;
}
	
article {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	height: 100vh;
	width: 100vw;
}

.sidemenu {
	position: absolute;
	display: block;
	left: 100vw;
	transform: translateX(-3em);
	z-index: 100;
	width: auto;
	max-height: 25vh;
	min-height: 25vh;
	padding-left: 3em;
	transition: transform 0.3s ease-in-out, max-height 0.3s ease-in-out;
	overflow: hidden;
}
.sidemenu:hover {
	transform: translateX(-100%);
	max-height: 100vh;
	z-index: 101;
}
.sidegroen {
	top: 0vh;
	background-color: #6A6;
}
.menutitel {
	position: absolute;
	left: 0.23em;
	top: -10px;
	font-size: 2em;
	color: rgba(255, 255, 255, 0.7);
	transform: rotate(90deg);
	transform-origin: left bottom 0;
}
.vakgroen {
	width: auto;
	float: left;
	clear: both;
	margin: 1em;
	background-color: #373;
	border: solid 0.2em #8D8;
	color: #8D8;
}

.navtli {
	position: relative;
	top: 0px;
	left: 0px;
	display: flex;
	align-content: flex-start;
	background-color: #482;
}
.navtlig {
	padding: 0.5em 0px;
	flex: 0 1 auto;
	flex-basis: fit-content;
}
.navtlig:nth-child(odd) {
	background-color: #488828;
}
.navtlig:nth-child(even) {
	background-color: #509030;
}
.navtlig li {
	font-size: 1em;
	padding: 2px 10px;
	font-weight: normal;
	white-space: nowrap;
}
.navtlig a {
	display: block;
	text-decoration: none;
	color: #CEC;
	background-color: transparent;
}
.navtlig li:hover:not(.listhead) {
	background-color: rgba(220,220,0,0.5);
	color: #DFD;
}
.navtlig strong {
	font-size: 1.1em;
	color: #151;
}