:root {  font-size:16px;}
* { margin:0px; box-sizing:border-box; }
html {min-height: 100%;}
#wrapper {
	margin:12px auto;
	border:1px #231F20 solid;
	max-width:795px;
	color:#fff;
	position:relative;
	padding:0;
	background-color: #009fe3;
	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.3125rem;
	font-size: 0.9375rem;
	text-align:center;
	overflow:hidden;
}
p {padding-bottom: 0.6875rem;}
h1{margin:0 0 0.9375rem 0;font-size: 1.25rem;line-height: 1.5625rem;letter-spacing: 1px;}

h2{margin:0 0 0px 0;font-size: 1.2rem;line-height: 1.5625rem;}

a {color:#fff;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.9375rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
    list-style-image: url();
    list-style: none;
}
ul li {
    padding-left:0.75rem;
}
ul li:before {
    content: "\2022";
    float: left;
    margin-left: 0rem;
    font-size: 1.0625rem;
    text-indent:-0.75rem;
}
.clear:after {content: ".";clear: both;display: block;visibility: hidden;height: 0px;}
/* Header */
header{width: 100%;float: left;}

/* Ende Header */

/* Article */
article{width: 100%;float: left;padding: 1.6rem 1.875rem 1rem 21.9375rem;}
/* Ende Article */

/* Footer */
footer{width: 100%;float: left;}
footer img{
	position: absolute;
	top: 0;
	left: 0;
}
/* Ende Footer */


h2 + p{padding-bottom: 20px;}
/* Section */

/* Ende Section */

/* address */
address{font-style: normal;}
/* Ende address */

@media only screen and (max-width:795px) { 
	#wrapper{border: none;}
article {
    width: 100%;
    float: left;
    padding: 3%;
}
article p:last-of-type br{
	display: block;
}
article br{
	display: none;
}
footer img {
    position: static;
    top: 0;
    left: 0;
    vertical-align: middle;
}
}