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

#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	max-width: 545px;
	border: solid 2px #57C9F4;
	background: #fff;
	padding: 1rem;
	text-align: center;
}

p {
	padding-bottom: 0.7rem;
}

h1 {
	margin: 0rem 0rem 0rem;
	padding: 0rem 0rem 0.3rem;
	font-size: 1.792em;
	line-height: 1.1em;
}

h1 span {
	font-size: 0.7em;
}

h2 {
	font-size: 1em;
	line-height: 1.2;
	margin: 0 0 0;
}

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

ul {
	padding: 0rem 0rem 0.7rem 0rem;
	list-style-image: url();
	list-style: none;
	text-align: left;
}

li {
	padding: 0 0 0 12px;
	background: url('icon.jpg') no-repeat -1px 3px;
}

/* Main */

/* Ende Main */

/* Header */
header {
	padding: 0rem 0rem 0rem;
}

/* Ende Header */

/* Article */

article {
	padding: 0rem 0rem 0rem;
}

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

	article br {
		display: none;
	}

}

/* Ende Responsive */
