:root {  font-size:16px;}
* { margin:0; box-sizing:border-box; }
html {min-height: 100%;}
#wrapper {
	margin:0.75rem auto;
	border:1px #231F20 solid;
	max-width: 730px;
	color:#231F20;
	position:relative;
	padding: 2.5rem 4rem;
	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: 1.125rem;
	font-size: 0.8125rem;
	text-align:left;
	overflow:hidden;
}
p {padding-bottom:0.9375rem; }
h1{margin: 0 0 0.9375rem 9.6rem;font-size: 1.125rem;line-height: 1.375rem;/* text-align: center; */}
h1 span {display: block;} 
h2{
	font-size: 0.875rem;
	line-height: 1.1875rem;
	margin: 0 0 0.5625rem;
}
a {color:#231F20;text-decoration:none;}
a:hover{text-decoration: underline;}
a u{color: blue;}
img {max-width: 100%; height: auto; width: auto; border:none;}
ul {margin-bottom: 0.9375rem;padding: 0 0 0 0rem;list-style:none;}
ul li {background: url(iconlist.jpg) no-repeat 0 0.3125rem;padding-left: 1.5625rem;}
.clear:after {content: ".";clear: both;display: block;visibility: hidden;height: 0;}
/* Header */
header{width: 100%;float: left;}
/* Ende Header */

/* Article */
article{width: 100%;float: left;}
section{
	margin: 10px 0 23px;
}
/* Ende Article */

/* Footer */
footer{width: 100%;float: left;}
/* Ende Footer */

/* address */
address{font-style: normal;}
/* Ende address */

@media only screen and (max-width:730px) { 
	#wrapper{border: none;padding: 0.9375rem 1.25rem}
	ul{padding-left: 0.9375rem}
	ul li{background: url(iconlist.jpg) no-repeat 0px 0.3125rem; padding-left: 0.9375rem;}
	h1{font-size: 1rem;line-height: 1.375rem;} 
	p{text-align: left;}
	ul li br{display: none;}
	aside{width: auto !important;float: none !important;} 
}