@charset "utf-8";

/* Standard */
:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
}

html {
	min-height: 100%;
}

body {
	color: #000;
	font-family: Calibri, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	max-width: 620px;
	border: solid 2px #00608B;
	background: #fff;
	padding: 9rem 1rem 0;
	text-align: center;
}

p {
	padding-bottom: 0.7rem;
}

h1 {
	margin: 0rem 0rem 0rem;
	padding: 0rem 0rem 0.3rem;
	font-size: 2.3em;
	line-height: 1.1em;
}

h1 small {
	font-size: 0.55em;
}

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 1rem 0rem;
	list-style-image: url();
	list-style: none;
}

li {
	padding: 0 0 0 16px;
}

ul li:before {
	content: "\2022";
	display: inline-block;
	font-size: 1em;
	position: relative;
	float: left;
	top: -1px;
	margin-left: -16px;
}

/* Main */

/* Ende Main */

/* Header */
header {
	padding: 0rem 0rem 0rem;
	position: relative;
}

header img {
	position: absolute;
	right: 0rem;
	top: -5.5rem;
	width: 220px;
}

/* Ende Header */

/* Article */

article {
	padding: 0rem 0rem 0rem;
}

article p {
	text-align: justify;
}

/* Ende Article */

/* Footer */
footer {
	padding: 0rem 0rem 0rem;
}

/* 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:619px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		height: auto;
		padding: 1rem;
		line-height: 1.3;
	}

	article p {
		text-align: left;
	}

	h1 {
		font-size: 2em;
	}

	header img {
		position: static;
		padding-bottom: 1rem;
	}

	article br {
		display: none;
	}

}

/* Ende Responsive */
