@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: 1em;
	line-height: 1.3em;
}

#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	max-width: 835px;
	border: solid 1px #000;
	background: #fff;
	padding: 0;
}

p {
	padding-bottom: 0.5rem;
}

h1 {
	margin: 0rem 0rem 0rem;
	padding: 0rem 0rem 2rem;
	font-size: 1.452em;
	line-height: 1.1em;
	color: #005596;
}

h1 small {
	font-size: 0.7em;
}

h2 {
	font-size: 1em;
	line-height: 1.2;
	margin: 0 0 0;
}

h3 {
	font-size: 1em;
	line-height: 1.2;
	margin: 0 0 0 0;
}

a {
	color: #005596;
	text-decoration: none;
}

ul {
	padding: 0rem 0rem 1.5rem 0rem;
	list-style-image: url();
	list-style: none;
}

li {
	padding-left: 50px;
	background: url('icon.png') no-repeat 26px 3px;
}

/* Main */

/* Ende Main */

/* Header */
header {
	padding: 0rem 0rem 0rem;
	position: relative;
}

header a {
	position: absolute;
	right: 2%;
	width: 25%;
	top: 5%;
	height: 14%;
}

/* Ende Header */

/* Article */

article {
	padding: 2rem 2rem 2rem;
}

article p:first-of-type {
	text-align: justify;
	width: 515px;
	position: absolute;
	top: 20rem;
}

/* Ende Article */

/* Footer */
footer {
	padding: 0rem 0rem 0rem;
	position: relative;
}

footer:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 69.3%;
	height: 0.7rem;
	background: #5D767A;
}

footer p:last-of-type {
	background: #005596;
	padding: 1.3rem 0.7rem;
	color: #fff;
	width: 245px;
}

footer p:first-of-type {
	float: right;
	padding-right: 3.5rem;
}

/* 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:834px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		height: auto;
		font-size: 0.813em;
		line-height: 1.3;
	}

	p {
		text-align: left;
	}

	li {
		padding-left: 30px;
		background: url('icon.png') no-repeat 7px 3px;
	}

	article {
		padding: 1rem 1rem 0;
	}

	article p:first-of-type {
		position: static;
		width: 100%;
		text-align: left;
	}

	footer:before {
		display: none;
	}

	footer p:last-of-type {
		float: none;
		width: 100%;
		padding: 1rem 1rem;
	}

	footer p:first-of-type br {
		display: none;
	}

	footer p:first-of-type {
		padding: 1rem;
		float: none;
	}

}

/* Ende Responsive */
