@charset "utf-8";

/* Standard */
:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
}

html {
	min-height: 100%;
}

body {
	color: #4E4E4D;
	font-family: Calibri, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	max-width: 695px;
	border: solid 1px #000;
	background: #fff;
	padding: 0;
}

p {
	padding-bottom: 1rem;
}

p span {
	font-size: 1.188em;
}

h1 {
	margin: 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem;
	font-size: 1.642em;
	line-height: 1.1em;
}

h1 small {
	font-size: 0.6em;
	font-weight: normal;
}

h2 {
	font-size: 1em;
	line-height: 1.2;
	margin: 0 0 0;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	line-height: 1.2;
	margin: 0 0 0 0;
}

a {
	color: #4E4E4D;
	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: "\2010";
	display: inline-block;
	font-size: 1em;
	position: relative;
	float: left;
	top: -1px;
	margin-left: -12px;
}

/* Main */
main {
	display: block;
	padding: 1rem 2rem;
}

/* Ende Main */

/* Header */
header {
	padding: 0rem 0rem 0rem;
	position: relative;
}

header a {
	position: absolute;
	top: 38%;
	height: 20%;
	left: 5%;
	width: 50%;
}

/* Ende Header */

/* Article */

article {
	padding: 0rem 0rem 0rem;
}

/* Ende Article */

/* Footer */
footer {
	padding: 0rem 0rem 0rem;
}

footer span {
	float: left;
	display: block;
}

footer span:last-of-type {
	float: 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:694px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		height: auto;
		font-size: 0.875em;
		line-height: 1.3;
	}

	main {
		padding: 0.5rem 1rem 1rem;
	}

	p {
		text-align: left;
	}

	footer span,
	footer span:last-of-type {
		float: none;
	}

}

/* Ende Responsive */
