body {
	margin:0;
	padding:0;
	color:#777;
	background-color:#f0e7e0;
	font-family:helvetica,sans;
	font-weight:100;
	line-height:1.4em;
}
header {
	padding:2em 0 0 0;
	background:url(img/berge.png) no-repeat scroll top;
	background-size:1600px auto;
	min-height:230px;
	color:#394182;
}
a {
	color:#bc360a;
}
blockquote {
	margin:0;
	padding-left:1em;
	border-left:solid 3px #bc360a;
	color:#777;
	font-style:italic;
}
dt {
	font-weight:900;
}
h1 {
	margin:auto;
	max-width:800px;
	font-size:3em;
	font-weight:900;
	line-height:.7em;
}
h1 small {
	font-size:.4em;
	font-weight:100;
	font-style:italic;
}
h2 {
	color:#394182;
	line-height:1.2em;
}
h2 > time {
	display:block;
	float:right;
	font-size:small;
	font-weight:100;
	color:#777;
}
* + h2 {
	margin-top:2em;
	padding-top:1em;
	border-top:dotted 1px #ccc;
}
main {
	margin:-2em auto 2em;
	max-width:800px;
}
nav {
	float:right;
	padding:0 0 1em 2em;
	margin:0 0 1em 2em;
	font-size:.9em;
	background-color:#f0e7e0;
	border-bottom-left-radius:1em;
}
nav ul {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
nav a {
	display:block;
	margin:.4em 0;
	text-decoration:none;
}
nav a:hover,
nav a:focus {
	text-decoration:underline;
}
article {
	padding:.5em 2em 1em;
	background-color:#fff;
	color:#000;
}
article img {
	float:right;
	max-width:300px;
	margin:0 0 1em 1em;
}
article li + li {
	margin-top:1em;
}
footer {
	font-size:smaller;
	text-align:center;
}

.angepasste-breite {
	overflow:hidden;
}
.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%;
}

@media (max-width:840px) {
	header {
		width:100%;
	}
	h1 {
		padding-left:30px;
	}
}
@media (max-width:600px) {
	h1 {
		font-size:2em;
	}
	h1 small {
		font-size:.5em;
	}
	article img {
		display:block;
		float:none;
		margin:1em 0;
	}
}
@media (max-width:400px) {
	h1 {
		font-size:1.5em;
		line-height:.9em;
	}
	h1 small {
		font-size:.6em;
	}
	nav {
		float:none;
		width:auto;
		margin:0;
	}
}
