:root {  font-size:16px;}
* { margin:0px; box-sizing:border-box; }
html {min-height: 100%;}
#wrapper {
	margin:12px auto;
	border:1px #231F20 solid;
	max-width: 363px;
	color:#231F20;
	position:relative;
	padding: 1.5rem 0.625rem 0.625rem;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, 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; */
	line-height: 1.0625rem;
	font-size: 0.8125rem;
	text-align:left;
	overflow:hidden;
}
p {padding-bottom:0.9375rem; }
h1{
	margin: 0 0 0.75rem 0;
	font-size: 1rem;
	line-height:1.625rem;
	color: #DA362C;
}
h1 small{
	font-size: 80%;
}
h1+p{
	text-align: justify;
}
h1 span {display: block;}
h2{font-size:0.8125rem; line-height:1.125rem;margin:0;}

a {color:#231F20;text-decoration:none;}
a:hover{text-decoration: underline;}
a u{color: blue;}
img {max-width: 100%; height: auto; width: auto\9; border:none;}
ul {
    margin: 0px 0rem 0.6875rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
    list-style-image: url();
    list-style: none;
}
ul li {
    padding-left: 32px;
}
ul li:before {
    content: "\2022";
    float: left;
    margin-left: 0rem;
    font-size: 0.9375rem;
    text-indent:-0.75rem;
    position: relative;
    top: 1px;
    left: 0;
}
.clear:after {content: ".";clear: both;display: block;visibility: hidden;height: 0px;}
/* Header */
header{width: 100%;float: left;}
header img{
	position: absolute;
	top: 0.25rem;
	right: 1rem;
}

/* Ende Header */

/* Article */
article{width: 100%;float: left;}
/* Ende Article */

/* Footer */
footer{width: 100%;float: left;}
/* Ende Footer */



/* Section */

/* Ende Section */

/* address */
address{font-style: normal;}
/* Ende address */

@media only screen and (max-width:363px) { 
	#wrapper{border: none; padding: 0.625rem;}
	header img{
	position: static;
	top: 0px;
	right: 0px;
}h1+p {
    text-align: left;
}
ul li br{
	display: none;
}
}