:root {  font-size:16px;}
* { margin:0px; box-sizing:border-box; }
html {min-height: 100%;}
#wrapper {
	margin:12px auto;
	border:1px #2E2113 solid;
	max-width: 698px;
	color:#2E2113;
	position:relative;
	padding: 1.25rem 0.9375rem 0;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-family: 'Roboto', sans-serif;
	/* font-family: 'Open Sans', sans-serif; */
	/* font-family:  Times, "Times New Roman", serif; */
	/* font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
	/* font-family: Trebuchet MS, Arial, Helvetica, sans-serif; */
	/* font-family: "Open Sans", Arial, Helvetica, sans-serif */
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; */
	line-height: 1rem;
	font-size: 0.8125rem;
	text-align: left;
	overflow:hidden;
}
p {padding-bottom: 1.5625rem;}
h1{margin: 0 0 0.9375rem 0;font-size: 2.625rem;line-height: 2.875rem;text-align: center;}
h1 span {display: block;font-size: 1.0625rem;line-height: 1.3125rem;margin: 0.3125rem 0 0;}
h1 small {display: block;font-size: 1.8125rem;line-height: 2.0625rem;}
h2{font-size: 1.125rem;line-height: 1.5rem;margin: 0;}

a {color:#2E2113;text-decoration:none;}
a:hover{text-decoration: underline;}
a u{color: #2E2113;}
img {max-width: 100%; height: auto; width: auto\9; border:none;}
ul, ol {
    margin: 0px 0rem 0.9375rem 0rem;
    padding: 0.5rem 0 0;
    list-style: none;
}
ul li {
    padding-left: 0.9375rem;
    background: url(iconlist.jpg) 0 0.3125rem no-repeat;
    padding-bottom: 0.3125rem;
}
ol {padding-top: 0.3125rem;margin-bottom: 0.9375rem;}
ol ul {padding-left: 1.5rem;text-align: left;}
ol li {padding-left: 1.375rem;position: relative;}
ol li span {background: #231F20;width: 5px;height: 1px;display: inline-block;position: absolute;top: .5rem;left: 0;}
.clear:after {content: ".";clear: both;display: block;visibility: hidden;height: 0px;}
/* Header */
header{width: 100%;float: left;text-align: center;margin-bottom: 0.9375rem;}


/* Article */
article{width: 100%;float: left;}
article >ul:first-of-type{
}
p span{}

article p:nth-of-type(2) {
    padding-bottom: 1.125rem;
}
article p:nth-of-type(1) {font-size: 0.875rem;line-height: 1.125rem;}
ul:nth-of-type(2) {margin-bottom: 0.9375rem}
/* Footer */
footer{width: 100%;float: left;text-align: justify;font-size: 0.75rem;line-height: 1rem;}
footer p:nth-of-type(2) {/* word-spacing: 1px */}
h2 span{
    display: block;
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    font-weight: 400;
    margin: 0.125rem 0;
}
aside p span {padding: 0.3125rem 0;display: block}
article section p {padding-bottom: 0.625rem;}
/* Ende Footer */



/* Section */

/* Ende Section */

/* address */
address{font-style: normal;}
/* Ende address */
article aside{font-weight:bold;text-align: center;padding: 0.9375rem 0 1.25rem;line-height: 1.25rem;}
article aside p{text-align: center;}
article section{/* padding-right: 1.875rem; */}
article p:nth-of-type(2) {text-align: justify}

footer p {padding-bottom: 0.9375rem;}
footer p:last-of-type {padding-bottom: 0.625rem;}
article p:last-of-type {padding-bottom: 0}
@media only screen and (max-width:698px) { 
	#wrapper{border: none;padding: 1.25rem;text-align: left;} 
	h1{font-size: 1.5rem;line-height: 1.75rem;text-align: center;padding-left: 0;}
	h2{font-size: 0.8125rem;}
	p{text-align: left;}
	aside{width: auto !important;float: none !important;} 
	aside p span {}
	footer p:nth-of-type(2) {word-spacing: 0}
	ul {margin-bottom: 0.9375rem}
	article br {display: none}
	aside br {display: inline}
	ol ul {padding-left: 1rem;}
	h1 small {font-size: 1.25rem;line-height: 1.5rem}
	h1 span {font-size: 1rem;line-height: 1.25rem}
	article p:nth-of-type(2) {text-align: left}
footer{text-align: left}
}