body {
	color: #446d32;
	font-weight: bold;
}

a {
	color: #446d32;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

.logo {
	text-align: center;
}

.titel {
	padding: 10%;
	background-color: #eff5e0;
}


h1, h2, p {
	text-align: center;
}

.titel p {
	text-align: left;
	font-size: 1.2em;
	font-weight: normal;
}

.inhalt p {
	font-size: 1.7em;
	line-height: 1.6em;
}

.inhalt.inhalt-text p {
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
	font-weight: normal;
}

.inhalt-text ul {
	margin-left: 10px;
	font-weight: normal;
}

.inhalt p.links {
	font-size: 1.1em;
	line-height: 1em;
}

@media screen and (min-width: 80em) {
	.logo {
		position: absolute;
		top: 15%;
		left: 39%;
	}

	.titel {
		margin-left: 15%;
		margin-right: 10%;
	}

	.inhalt {
		margin-right: 30%;
	}

	.titel,
	.inhalt {
		padding-top: 40%;
		padding-bottom: 40%;
	}
	
	.pure-u-lg-1-2:last-child p {
		padding-left: 2em;
	}
}