:root {  font-size:16px;}
* { margin:0; box-sizing:border-box; }
html {min-height: 100%;}
#wrapper {
	margin:0.75rem auto;
	border:2px #231F20 solid;
	max-width: 740px;
	color:#231F20;
	position:relative;
	padding:0.625rem 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: 1rem;
	font-size: 0.8125rem;
	text-align: left;
	overflow:hidden;
}
p {padding-bottom: 0.5625rem;text-align: justify;}
h1{margin: 0 0 0.9375rem 0;font-size: 2.0625rem;line-height: 2.0625rem;color: #00AEEF;text-align: center;text-shadow: 0 0 0.375rem #999;}
h1 span {display: block;}
h2{font-size: 0.9375rem;line-height: 1.1875rem;margin:0;color: #00AEEF;font-weight: normal;}
h2 span{}
a {color:#231F20;text-decoration:none;}
a:hover{text-decoration: underline;}
a strong{color: #1FA2D7;text-decoration: underline;}
img {max-width: 100%; height: auto; width: auto; border:none;}
ul {margin-bottom: 0.375rem;padding:0;list-style:none;}
ul li {background: url(iconlist.jpg) no-repeat 0 0.375rem;padding-left: 0.875rem;}
.clear:after {content: ".";clear: both;display: block;visibility: hidden;height: 0;}
/* Header */
header{width: 100%;float: left;margin: 0 0 0.625rem;position: relative;}
header img{
    vertical-align: middle;
}
header a{
    position: absolute;
    top: 2%;
    height: 98%;
    right: 5%;
    width: 30%;
}
/* Ende Header */

/* Article */
article{width: 100%;float: left;}
article h2:first-of-type{text-align: center;}
/* Ende Article */

/* Footer */
footer{width: 100%;float: left;}
/* Ende Footer */

/* Aside */
aside:nth-of-type(2n-1){}
aside:nth-of-type(2n){}
/* Ende Aside */


/* Section */
section{background: #DCDDDF;border: 1px solid #231F20;padding: 0.625rem;font-size: 0.875rem;line-height: 1.1875rem;margin: 0 0 0.3125rem;}
/* Ende Section */

/* address */
address{font-style: normal;text-align: center;margin: 0 0 0.625rem;}
/* Ende address */

@media only screen and (max-width: 740px) { 
	#wrapper{border: none;padding: 0.625rem;}
	ul li{background: url(iconlist.jpg) no-repeat 0rem 0.375rem;padding-left: 0.9375rem;}
	h1{font-size: 1.375rem;line-height: 1.625rem;}
	p{text-align: left;}
	ul li br{display: none;}
	aside{width: auto !important;float: none !important;}
	footer img{position: static;margin: 0.625rem 0 0;float: none;}
	header{}
	article{}
	footer{}
}