body {
	font: 400 15px/1.4 "Open Sans", "Helvetica Neue", Arial, sans-serif;
	background-image: url('/ikvoelmeverzadigdenklein.jpg');
	background-size: cover;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	color: rgb(232, 230, 227);
}
dfn {
	border-bottom: 1px dotted;
}

/* Navigation */
nav {
	background-color: #1f2123;
	width: 100%;
	position: absolute;
}
nav ul {
	clear: none;
	transition: max-height .2s ease-out;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background-color: #1f2123;
}
nav ul li {
	float: left;
	border-right: 1px solid #bbb;
	color: #e8e6e3 !important;
	overflow: hidden;
}
nav ul li.right {
	float: right;
}
nav ul li a {
	color: rgb(168, 160, 149);
	display: block;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
nav ul li a.active {
	background-color: #007095;
}
nav ul li a:hover:not(.active) {
	background-color: rgb(43, 97, 49);
}
/* Yo screen narrow? Here's a collapsible menu. */
nav .nav-toggle {
	display: none;
}
@media only screen and (max-width: 700px) {
	nav .nav-icon {
		display: block;
		float: right;
		width: 40px;
		margin: .5em;
	}
	nav .nav-icon::before,
	nav .nav-icon::after,
	nav .nav-icon span {
		background-color: #ccc;
		border-radius: 3px;
		content: '';
		display: block;
		height: 5px;
		margin: 7px 0;
		transition: all .6s ease-in-out;
	}
	nav ul {
		max-height: 0px;
	}
	nav ul li {
		display: block;
		width: 100%;
		overflow: hidden;
		z-index: 200;
	}
	nav ul li a {
		text-align: left;
	}
	nav ul li.logo {
		display: none;
	}
	nav #nav-toggle:checked + .nav-icon span {
		transform: scale(0);
	}
	nav #nav-toggle:checked + .nav-icon::before {
		transform: translateY(12px) rotate(315deg);
	}
	nav #nav-toggle:checked + .nav-icon::after {
		transform: translateY(-12px) rotate(-135deg);
	}
	nav #nav-toggle:checked ~ ul {
		max-height: 200px;
		overflow-y: scroll;
		transition: .3s ease-out;
	}
}
main {
	min-width: 200px;
	max-width: 90ch;
	margin: 0 auto;
	padding: 10px 0;
}
section {
	padding: 10px 30px;
	display: block;
	margin: 40px 0;
	box-shadow: 5px 5px 5px #444444;
	border-radius: .5px;
}
section h1 {
}
section a {
	text-decoration: none;
	font-weight: 400;
	color: #00AAFF;
}
section a:hover {
	color: #AA8822;
}
footer {
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0;
	padding: 4px;
	margin: 0;
	font-family: Arial;
	font-size: 80%;
}
section, footer {
	background-color: rgba(24, 26, 27, 1);
}
