@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: 690px;
	border: solid 1px #000;
	background: #fff;
	padding: 1rem 1rem 0;
}

p {
	padding-bottom: 0.75rem;
}

h1 {
	margin: 0rem 0rem 0rem;
	padding: 0rem 0rem 0.5rem;
	font-size: 2.6em;
	line-height: 1.1em;
}

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: #000;
	text-decoration: none;
}

ul {
	padding: 0rem 0rem 0.7rem 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.3em;
	position: relative;
	float: left;
	top: -1px;
	margin-left: -16px;
}

/* Main */

/* Ende Main */

/* Header */
header {
	padding: 0rem 0rem 0rem;
	text-align: justify;
}

/* Ende Header */

/* Article */

article {
	padding: 0rem 0rem 0rem;
}

p i {
	padding-left: 65px;
}

/* Ende Article */

/* Footer */
footer {
	padding: 0rem 0rem 0rem;
	font-size: 0.813em;
	line-height: 1.3;
	text-align: center;
	position: absolute;
	right: 0.5rem;
	bottom: 70px;
}

footer aside:first-of-type {
	padding-right: 1.2rem;
}

footer aside:first-of-type span {
	display: block;
	padding-top: 1.15rem;
	padding-left: 1rem;
}

footer span {
	display: block;
}

footer aside {
	display: inline-block;
	position: relative;
}

footer aside:last-of-type:before {
	content: '';
	position: absolute;
	top: -9px;
	left: -10px;
	width: 1px;
	height: 115%;
	background: #CD6D70;
}

/* 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:689px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		height: auto;
	}

	p {
		text-align: left;
	}

	p i {
		padding-left: 0;
	}

	h1 {
		font-size: 2em;
	}

	footer {
		position: static;
	}

	i br {
		display: none;
	}

}

/* Ende Responsive */
