@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.875em;
	line-height: 1.3em;
}

#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	max-width: 635px;
	border: solid 1px #000;
	background: #fff;
	padding: 0;
}

p {
	padding-bottom: 1rem;
}

h1 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.5rem 0rem 0.5rem 0rem;
	font-size: 2.2em;
	line-height: 1.1em;
	text-align: center;
}

h1 span {
	font-size: 0.7em;
}

h2 {
	font-size: 1.25em;
	line-height: 1.2;
	margin: 0 -2rem 0.7rem -1.5rem;
	padding: 0.4rem 2rem 0.4rem 1.5rem;
	background: #56595B;
	color: #fff;
}

h3 {
	font-size: 1em;
	line-height: 1.2;
	margin: 0 0 0 0;
}

a {
	color: #F47B31;
	text-decoration: underline;
	font-weight: bold;
}

ul {
	padding: 0rem 0rem 0.7rem 0rem;
	list-style-image: url();
	list-style: none;
}

li {
	padding: 0 0 0 20px;
}

ul li:before {
	content: "\2022";
	display: inline-block;
	font-size: 1.3em;
	position: relative;
	float: left;
	top: -1px;
	margin-left: -20px;
}

/* Main */
main {
	display: block;
	padding: 0.5rem 2rem 0 1.5rem;
}

/* Ende Main */

/* Header */
header {
	padding: 0rem 0rem 0rem 0rem;
	position: relative;
}

header a {
	position: absolute;
	right: 1%;
	width: 14%;
	bottom: 6%;
	height: 17%;
}

header img {
	display: block;
}

/* Ende Header */

/* Article */

article {
	padding: 0;
}

article p:nth-of-type(2) {
	padding-bottom: 0.3rem;
}

article ul:nth-of-type(1) li:nth-of-type(3) {
	margin-right: -10px;
}

/* Ende Article */

/* Footer */
footer {
	padding: 0rem 0rem 0rem 0rem;
}

footer h2:first-of-type {
	background: #F47B31;
}

section aside:first-of-type {
	float: left;
}

section aside:last-of-type {
	float: right;
}

section:first-of-type {
	text-align: center;
}

section:first-of-type aside:first-of-type {
	width: 305px;
}

section:first-of-type aside:first-of-type p:nth-of-type(2) {
	font-size: 1.6em;
}

section:first-of-type aside:last-of-type {
	width: 240px;
	margin-top: -4px;
	line-height: 1.2;
}

section:first-of-type aside span {
	display: block;
}

section:last-of-type aside:first-of-type {
	margin: 40px 0 0 -12px;
}

section:last-of-type aside:last-of-type {
	width: 490px;
	margin-right: -15px;
}

figure {
	margin: 0 -2rem 0.3rem -1.5rem;
}

footer > p:last-of-type {
	text-align: center;
}

/* 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:634px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		height: auto;
	}

	h1 br {
		display: none;
	}

	section:first-of-type aside:first-of-type {
		float: none;
		width: 100%;
	}

	section:first-of-type aside:first-of-type br {
		display: none;
	}

	section:first-of-type aside:last-of-type {
		width: 100%;
	}

	section:last-of-type aside:first-of-type {
		margin: 0 0 1rem;
		float: none;
		width: 100%;
	}

	section:last-of-type aside:last-of-type {
		float: none;
		margin-right: 0;
		width: 100%;
	}

}

/* Ende Responsive */
