@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.813em;
	line-height: 1.3em;
}
#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	max-width: 900px;
	border: solid 1px #000;
	background: #fff;
	padding: 1rem 2rem;
}
p {
	padding-bottom: 1rem;
}
h1 {
	margin: 0rem 0rem 1.5rem;
	font-size: 2.8em;
	line-height: 1.1em;
	color: #575756;
}
h2 {
	font-size: 1.188em;
	line-height: 1.3;
	color: #575756;
}
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: "\25a0";
	display: inline-block;
	font-size: 1.1em;
	position: relative;
	float: left;
	top: -2px;
	margin-left: -16px;
	color: #575756;
}

/* Main */

/* Ende Main */

/* Header */

footer a, header p {
	color: #575756;
}

/* Ende Header */

/* Article */

article {
	padding: 0rem 0rem 0rem;
}
section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
article aside {
	width: 48%;
}
figure {
	margin: 0 0 1rem -1rem;
}

/* Ende Article */

/* Footer */
footer {
	position: relative;
}
footer p {
	font-size: 0.813em;
	line-height: 1.3;
	position: absolute;
	right: 8rem;
	bottom: -0.5rem;
}
footer section {
	padding: 1rem 3rem 1rem;
}
footer small {
	display: block;
	font-size: 0.750em;
	padding-top: 0.3rem;
	line-height: 1.3;
}

/* 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:699px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		height: auto;
		padding: 1rem;
	}
	p {
		text-align: left;
	}
	article aside {
		width: 100%;
	}
	h1 {
		font-size: 2em;
	}
	footer p {
		position: static;
	}
	footer section {
		padding: 1rem;
	}
}

/* Ende Responsive */
