html {
	font-family: Akkurat-Regular,Arial,Helvetica,sans-serif;
	line-height: 1.15;
}
body {
	text-align: left;
	font-size: 1rem;
	line-height: 1.5;
	max-width: 110ch;
}
h2 {
	color: #639a00;
	font-weight: 600;
	margin-bottom: 1rem;
}
h3 {
	color: #639a00;
	font-weight: 500;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
ul {
	list-style-type: square;
}
a:link {
	color: #639a00;
}
li::marker {
	color: #639a00;
}
img {
  	float: right;
	padding: 5px;
}
div {
	text-align: left;
	font-size: 1rem;
}
div.links {
	float: left;
	width: 8em;
	clear: left;
	font-weight: bold;
}
div.rechts {
	float: left;
}
hr {
	color: #639a00;
}

@media only screen and (max-width : 600px) {
div.links {
	float: none;
}
div.rechts {
	float: none;
	padding-left: 1em;
}
}