body {
	font-family: 'Helvetica';
	line-height: 1.8;
	font-size: 16px;
	padding: 50px;
}

h1 {
	margin-top: 0;
	color: #00ac00;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.3;
}

h2 {
	margin-bottom: 0;
	font-size: 18px;
}

p {
	margin-top: 0;
}

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.wrapper.start {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	align-content: stretch;
}

.content {
	display: flex;
	flex-flow: row nowrap;
}

.content .address a {
	color: #000000;
	text-decoration: none;
}

.content .address a:hover {
	text-decoration: underline;
}

.content .logo {
	margin-top: 13px;
	margin-right: 40px;
}

nav {
	margin-top: 40px;
	text-align: left;
	font-size: 16px;
}

nav a {
	color: #00ac00;
	text-decoration: none;
}

nav a:hover {
	text-decoration: underline;
}

.impressum {
	display: flex;
	flex-flow: row wrap;
}

.impressum h1 {
	width: 100%;
}

.col {
	width: 46%;
}

.col.left {
	margin-right: 8%;
}

@media screen and (max-width: 800px) {
	body {
		font-size: 80%;
	}
	.col {
		width: 100%;
		margin: 0;
	}
	.content {
		flex-flow: column;
		text-align: center;
	}
	.content .logo {
		margin: 0 0 30px;
	}
}
