body {
		font-family: sans-serif;
		margin: 0;
		padding: 0;
		min-width: 360px;
	}

h1, p {
	font-size: 18px;
	color: #333;
	text-align: center;
}

a {
	color: #529f33;
}

img {
	max-width: 100%;
    height: auto;
}

.verticalhorizontal {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	text-align: center;
	height: 40px;
	font-size: 14px;
	background-color: #529f33;
}

.footer a {
	color: #fff;
	line-height: 40px;
	vertical-align: middle;
}

.highlight {
	font-weight: bold;
	color: #529f33;
}

.small {
	font-size: 14px;
	color: #666;
}

.content-imprint {
	max-width: 800px;
	margin: 50px auto 100px;
	padding: 0 20px;
}

.content-imprint h1 {
	font-size: 32px;
	margin-bottom: 60px;
	color: #529f33;
}

.content-imprint h2 {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.content-imprint p {
	text-align: left;
	margin-bottom: 12px;
	line-height: 24px;
}