:root {  font-size:16px;}
* { margin:0; box-sizing:border-box; }
html {min-height: 100%;}
#wrapper {
	margin:0.75rem auto;
	border:1px #000 solid;
	max-width: 795px;
	color:#000;
	position:relative;
	padding: 2.5rem 2.5rem 1.5625rem;
	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: Verdana, Geneva, sans-serif; */
	/* font-family: Tahoma, Geneva, sans-serif; */
	line-height: 1.125rem;
	font-size: 0.8125rem;
	text-align: left;
	overflow:hidden;
}
p {padding-bottom: 25px;}
h1{margin: -13px 0 0.9375rem 0;font-size: 1.9375rem;line-height: 2.25rem;padding: 0.625rem 0;border-top: 1px solid #000;border-bottom: 1px solid #000;color: #013D7D;}
h1 span {font-weight: normal;font-size: 1.9375rem;line-height: 1.25rem;}
h2{font-size: 1.0625rem;line-height: 1.25rem;margin: 0 0 0.4375rem;}
h2 span{}
a {color:#000;text-decoration:none;}
a:hover{text-decoration: underline;}
a u{color: blue;}
img {max-width: 100%; height: auto; width: auto; border:none;}
ul {margin: 0;padding: 0 0 25px;list-style:none;}
ul li {background: url(iconlist.jpg) no-repeat 0 0.4375rem;padding-left: 0.6875rem;margin: 0 0 0.3125rem;}
.clear:after {content: ".";clear: both;display: block;visibility: hidden;height: 0;}
/* Header */
header{width: 236px;float: right;margin: 5px 0 87px;}
header img{
    margin: 0 0 28px;
}
header a{}
/* Ende Header */

/* Article */
article{width: 444px;float: left;}
article img{margin: 0 0 15px;}
article a img{margin: 4px 0 16px;}
/* Ende Article */

/* Footer */
footer{width: 236px;float: right;}
footer img{margin: 0 0 39px;}
/* Ende Footer */

/* Aside */
aside:nth-of-type(2n-1){}
aside:nth-of-type(2n){}
/* Ende Aside */


/* Section */

/* Ende Section */

/* address */
address{font-style: normal;line-height: 20px;}
/* Ende address */

@media only screen and (max-width:795px) { 
	#wrapper{border: none;padding: 0.625rem;}
	ul li{background: url(iconlist.jpg) no-repeat 0rem 0.4375rem;padding-left: 0.9375rem;}
	h1{font-size: 1.25rem;line-height: 1.375rem;}
	h1 span{font-size: 0.875rem;line-height: 1.25rem;}
	h2{font-size: 0.9375rem;line-height: 1.25rem;}
	p{text-align: left;}
	ul li br{display: none;}
	aside{width: auto !important;float: none !important;}
	footer img{margin: 0 0 0.625rem;}
	header{width: 100%;float: left;margin: 0 0 0.625rem;}
	article{width: 100%;float: left;}
	footer{width: 100%;float: left;}
	header img{margin: 0 0 0.625rem;}
	article a img{margin: 0 0 0.625rem;}
	article p br{display: none;}
}