@charset "utf-8";

/* Standard */
:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
}

html {
	min-height: 100%;
}

body {
	color: #000;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 0.938em;
	line-height: 1.3em;
}

#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	max-width: 870px;
	border: solid 1px #000;
	background: #fff;
	padding: 0;
}

p {
	padding-bottom: 1rem;
}

h1 {
	margin: 0rem 0rem 0rem;
	padding: 0rem 0rem 1rem;
	font-size: 2.3em;
	line-height: 1.1em;
	text-align: center;
}

h1 small {
	font-size: 0.6em;
}

h2 {
	font-size: 2.05em;
	line-height: 1.3;
	margin: 0 0 0;
}

h3 {
	font-size: 1.063em;
	line-height: 1.2;
	margin: 0 0 0.2rem 0;
}

h4 {
	font-size: 1.3em;
	line-height: 1.2;
}

a {
	color: #000;
	text-decoration: none;
}

ul {
	padding: 0rem 0rem 1rem 0rem;
	list-style-image: url();
	list-style: none;
}

li {
	padding: 0 0 0 16px;
}

ul li:before {
	content: "\2022";
	display: inline-block;
	font-size: 1.2em;
	position: relative;
	float: left;
	top: -1px;
	margin-left: -16px;
}

/* Main */
main {
	display: block;
	background: url('bg.jpg') no-repeat top right;
	border-top: 7px solid #484848;
	padding: 0.5rem 1rem 0;
	position: relative;
}

/* Ende Main */

/* Header */
header {
	padding: 0rem 0rem 0rem;
}

header img {
	position: absolute;
	bottom: 0.2rem;
	right: 0rem;
	padding: 0.5rem;
	width: 149px;
}

header > p:first-of-type {
	text-align: left;
	font-size: 1.063em;
}

/* Ende Header */

/* Article */

article {
	padding: 0rem 0rem 0rem;
}

aside:first-of-type {
	float: left;
	width: 395px;
}

aside:last-of-type {
	float: right;
	padding-right: 2rem;
	width: 415px;
}

aside:last-of-type p:first-of-type {
	padding-top: 0.7rem;
}

aside:last-of-type p:last-of-type {
	padding-bottom: 0.5rem;
}

/* Ende Article */

/* Footer */
footer {
	padding: 0.3rem 1rem;
	background: #4D4D4D;
	font-size: 1.188em;
	line-height: 1.2;
	text-align: center;
}

footer a {
	color: #fff;
}

/* Ende Footer */
a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

/* Hebt Float left/right auf */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

/* Ende Standard */

/* Responsive */
@media only screen and (max-width:869px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		height: auto;
		font-size: 0.875em;
		line-height: 1.3;
	}

	main {
		background-image: none;
	}

	p {
		text-align: left;
	}

	h2, h1 {
		font-size: 1.9em;
	}

	header img {
		position: static;
	}

	aside:first-of-type, aside:last-of-type {
		float: none;
		width: 100%
	}

	aside br {
		display: none;
	}

}

/* Ende Responsive */
