:root {
	font-size: 16px;
}
* {
	margin: 0;
	box-sizing: border-box;
}

section {
    line-height: 1.3125rem;
    position: relative;
    top: 0;
    left: 0.625rem;
    font-size: 1.0625rem;
}
html {
	min-height: 100%;
}
#wrapper {
	margin: 0.75rem auto;
	border: 2px #2D1F0F solid;
	width: 500px;
	color: #2D1F0F;
	position: relative;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9375rem;
	text-align: left;
	overflow: hidden;
	line-height: 1rem;
}
p {
	padding-bottom: 0.675rem;
	text-align: justify;
}
h1 {
	margin: 0 0 13px 0;
	font-size: 31px;
	line-height: 36px;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-family: Arial, Helvetica, sans-serif;
}


h1 + p + p {
    margin-right: 6rem;
}

h1 + p {
  margin-bottom: 0.4375rem;
}
h1 small {
	display: block;
	font-size: 0.9375rem;
	line-height: 1.25rem;
}
h1 span {
	display: block;
	margin-top: 0.3125rem;
	font-size: 1.0625rem;
	line-height: 1.1875rem;
}
h2 {
	font-size: 0.8125rem;
	line-height: 1.125rem;
	margin: 0;
}
a {
	color: #2D1F0F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
	border: none;
}
ul {
	margin-bottom: 0.9375rem;
	padding: 0;
	list-style: none;
}
ul li {
	background: url(iconlist.jpg) no-repeat 0 0.3125rem;
	padding-left: 1.25rem;
}
.clear:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
/* Header */
header {
	width: 100%;
	float: left;
	background: #004892;
	padding: 0.625rem 0.625rem 0.9375rem;
	color: #fff;
	line-height: 1.3rem;
}
header img {
	float: left;
	margin: 0rem 2rem 0 0;
	position: relative;
	z-index: 1;
}
header a {
	color: #fff;
}
/* Ende Header */

/* Article */
article {
	width: 100%;
	float: left;
	padding: 0.625rem 0.625rem 0rem;
	font-size: 1.0625rem;
	line-height: 1.1875rem;
}
/* Ende Article */

/* Footer */
footer {
	width: 100%;
	float: left;
	text-align: left;
}
footer img {
	position: absolute;
	bottom: 0.6875rem;
	right: 0.8125rem;
	display: inline-block;
	/* width: 4.375rem; */
}
article aside{/* text-align: center; */}
p span{text-align: center;display: block;font-size: 104%;}
article p:nth-of-type(1){padding-bottom: 0.5rem;}

@media only screen and (max-width: 500px) {
#wrapper {
	border: none;
	font-size: 0.8125rem;
	line-height: 1.125rem;
	width: 100%;
	margin: 0 auto;
}

section {
    top: 0;
	left: 0;
}
h1 {
	font-size: 1.25rem;
	line-height: 1.375rem;
}
p br {
	display: none;
}
footer {
	padding: 0.625rem;
}
footer img {
	position: static;
	float: left;
}
header img {
	float: none;
	margin: 0 0 0.625rem;
}
p {text-align: left;}

h1 + p + p {
    margin-right: 0;
}
h1 + p {text-align: left;}
}
