body {
	background-color:#8bb33c;
	font-family:helvetica,verdana,sans;
	line-height:1.4em;
}
main {
	margin:2em auto;
	padding:0 1em;
	max-width:1000px;
}
header a {
	display:block;
	padding:0 1.6em;
	color:inherit;
	font-size:1.2em;
	text-decoration:none;
}
header a strong {
	text-transform:uppercase;
	font-size:1.3em;
}
article {
	margin:1em 0;
	padding:0 2em;
	background-color:#fff;
	border-radius:.5em;
	overflow:hidden;
	box-shadow:2px 2px 10px rgba(0,0,0,0.5);
	hyphens:auto;
}
nav {
	margin:0 -2em;
	background-color:#ccc;
}
* + nav {
	margin-top:2em;
}
nav > a {
	display:inline-block;
	padding:.5em 1em;
	color:#fff;
	text-align:center;
	font-size:1.2em;
	font-weight:900;
	text-decoration:none;
}
nav a:hover,
nav a:focus {
	background-color:#777;
}
nav a:first-child {
	float:left;
}
nav a:nth-child(2) {
	width:calc(100% - 8em);
}
nav a:nth-child(3) {
	float:right;
}
aside {
	margin-top:0;
	color:#555;
	font-size:smaller;
}
h1, h2, h3 {
	line-height:1.2em;
}
h1 {
	margin-top:1.5em;
	text-transform:uppercase;
}
h2 {
	margin-top:2em;
}
ol + h3,
p + h3 {
	margin-top:3em;
}
dt {
	font-weight:bold;
}
dd + dt {
	margin-top:1em;
}
section {
	margin:2em 2em 0;
	counter-reset:kommentaranzahl;
}
section > h2 {
	margin-top:1em;
}
section > div {
	padding:0 2em .5em;
	background-color:#ddd;
	font-size:smaller;
	line-height:1.4em;
	border-radius:.7em;
	border-top-left-radius:0;
	overflow:hidden;
	box-shadow:2px 2px 10px rgba(0,0,0,0.5);
	counter-increment:kommentaranzahl;
}
section > div + div {
	margin-top:3em;
}
section > div > aside {
	margin:0 -2.4em 1.3em;
	padding:.5em 2.2em .5em .5em;
	color:#fff;
	background-color:#555;
}
section > div > aside:before {
	content:"#" counter(kommentaranzahl) ":";
	font-weight:900;
	margin-right:1em;
}
section > div > aside > a {
	color:inherit;
}
li + li {
	margin-top:1em;
}
p > img {
	max-width:100%;
}
blockquote {
	margin:0;
	padding:1em 1.5em;
	background-color:#f5f5ee;
	border:solid 1px #ddb;
	border-radius:.5em;
}
.floatbild {
	float:right;
	width:300px;
	max-width:50%;
	margin:0 0 1em 1em;
	color:#555;
	font-size:smaller;
	font-style:italic;
}
.floatbild img {
	width:100%;
}

.angepasste-breite {
	overflow:hidden;
}
.angepasste-breite img {
  width:100%;
  height:auto;
}
.responsive-video-4-3 iframe,
.responsive-video-16-9 iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.responsive-video-4-3,
.responsive-video-16-9 {
	position:relative;
	padding-top:0;
	height:0;
	overflow:hidden;
}
.responsive-video-16-9 {
	padding-bottom: 56.25%;
}
.responsive-video-4-3 {
	padding-bottom: 75.00%;
}

footer {
	padding:0 2em 2em;
	font-size:smaller;
	text-align:center;
}
footer a {
	color:inherit;
}
q:before {
	content:"„";
}
q:after {
	content:"“";
}
q q:before {
	content:"‚";
}
q q:after {
	content:"’";
}
