* { margin:0px; box-sizing:border-box; }
html {min-height: 100%; }
#wrapper {
	margin:12px auto;
	border: 2px #2D1F0F solid;
	max-width: 480px;
	color: #2D1F0F;
	position:relative;
	padding: 11px 0;
	background-color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	overflow:hidden;
}
header {
	width: 100%;float: left;
	padding:0px 0px 0px 0px;
}
article {
	width: 100%;
	float: left;
	padding: 5px 0px 0px 0px;
	font-size: 110%;
}
footer {
	width: 100%;float: left;
	padding:0px 0px 0px 0px;
}
p {padding-bottom: 10px;}
h1{
	margin: 3px 0 18px;
	background: #D1D2D4;
	font-size: 27px;
	line-height: 33px;
	padding: 5px 0;
}
h1 span {
    font-size: 22px;
    font-weight: normal;
}

h2{
	font-size:13px; line-height:17px;
}
a {
	color: #2D1F0F;
	text-decoration:none;
}

img {
	max-width: 100%; height: auto; width: auto\9; border:none;
}
ul {
    margin: 0px 0rem 15px 0rem;
    padding: 0rem 0rem 0rem 0rem;
    list-style-image: url();
    list-style: none;
}
ul li {
    padding-left:12px;
}
ul li:before {
    content: "\2022";
    float: left;
    margin-left: 0rem;
    font-size: 17px;
    text-indent:-12px;
    font-family:Arial, Helvetica, sans-serif;
}
.clear:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
.color{}
/* Header */
header img{
    margin: 0 0 18px;
}
header a{}
/* Ende Header */

/* Article */

/* Ende Article */

/* Footer */

/* Ende Footer */

/* Aside */
aside:nth-of-type(2n-1){}
aside:nth-of-type(2n){}
/* Ende Aside */


/* Section */
section{overflow: hidden;}
/* Ende Section */

@media only screen and (max-width:480px) { 
	#wrapper{border: none;}

p {
    margin-right: 16px;
    margin-left: 16px;
}  
	.no{display: none;} 
	aside{width: auto !important;float: none !important;}
	header{}
	article{}
	footer{}
}