@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: 1.063em;
	line-height: 1.3em;
}

#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	max-width: 480px;
	border: solid 6px #12181D;
	background: #E0E0E0;
	padding: 0;
}

p {
	padding-bottom: 0.7rem;
}

h1 {
	margin: 0rem 0rem 0rem;
	padding: 0rem 0rem 1.35rem 1rem;
	font-size: 1.792em;
	line-height: 0.5em;
}

h1:before {
	content: "\2022";
	display: inline-block;
	font-size: 1em;
	position: relative;
	float: left;
	top: -1px;
	margin-left: -1rem;
}

h1 small {
	font-size: 0.55em;
	font-weight: normal;
}
h1 small:last-of-type{
	display: block;
	padding-top: 0.4rem;
	line-height: 1.3;
}

h2 {
	font-size: 1.375em;
	line-height: 1;
	margin: 0 0 1rem;
	font-weight: normal;
	text-align: center;
}

i {
	font-style: normal;
	vertical-align: -5px;
}

a {
	color: #000;
	text-decoration: none;
}

ul {
	padding: 0rem 0rem 1rem 0rem;
	list-style-image: url();
	list-style: none;
}

li {
	padding: 0 0 0 12px;
}

ul li:before {
	content: "\2022";
	display: inline-block;
	font-size: 1.2em;
	position: relative;
	float: left;
	top: -1px;
	margin-left: -12px;
}

/* Main */

/* Ende Main */

/* Header */
header {
	padding: 0.25rem 1rem;
	background: #12181D;
	text-align: center;
}

/* Ende Header */

/* Article */

article {
	padding: 1rem 1.5rem 2rem;
}

/* Ende Article */

/* Footer */
footer {
	padding: 0rem 1.5rem 0rem;
	font-size: 0.688em;
	line-height: 1.5;
}

footer p {
	float: left;
}

footer p:last-of-type {
	float: right;
	text-align: right;
}

/* 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:479px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		height: auto;
	}

	span br {
		display: none;
	}

	article {
		padding: 1rem 1rem 0;
	}

	footer {
		padding: 1rem 1rem 0;
	}

	footer p {
		float: none;
	}

	footer p:last-of-type {
		float: none;
		text-align: left;
	}

}

/* Ende Responsive */
