:root {  font-size:16px;}
* { margin:0; box-sizing:border-box; }
html {min-height: 100%;}
#wrapper {
	margin:0.75rem auto;
	border:1px #231F20 solid;
	max-width: 628px;
	color:#58595B;
	position:relative;
	padding:0;
	background-color:#FFFFFF;
	font-family: 'Fira Sans', 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.3125rem;
	font-size: 1rem;
	text-align: left;
	overflow:hidden;
}
p {padding-bottom: 0.625rem;}
h1{margin: 0;font-size: 1.8125rem;line-height: 1.8125rem;position: absolute;bottom: 0.625rem;left: 1.25rem;color: #fff;}
h1 span {display: block;font-size: 1rem;line-height: 1.375rem;margin: 0 0 0.625rem;font-weight: normal;}
h2{font-size: 1.125rem;line-height: 1.3125rem;margin: 0 0 0.9375rem;}
h2 span{}
a {color:#58595B;text-decoration:none;}
a:hover{text-decoration: underline;}
a u{color: blue;}
img {max-width: 100%; height: auto; width: auto; border:none;}
ul {margin-bottom: 0.625rem; padding:0;list-style:none;}
ul li {background: url(iconlist.jpg) no-repeat 0 0.375rem;padding-left: 0.9375rem;margin: 0 0 0.3125rem;}
.clear:after {content: ".";clear: both;display: block;visibility: hidden;height: 0;}
/* Header */
header{width: 100%;float: left;position: relative;}
header img{}
header a{
    position: absolute;
    bottom: 16%;
    right: 2%;
    width: 17%;
    height: 38%;
}
/* Ende Header */

/* Article */
article{width: 100%;float: left;padding: 0.75rem 1.25rem 0;}
figure{margin: 0;position: relative;}
figure img{vertical-align: middle;}
/* Ende Article */

/* Footer */
footer{width: 100%;float: left;background: #58595B;padding: 0.625rem 1.25rem 0.75rem;color: #fff;line-height: 1.5rem;}
footer a{color: #fff;}
footer span{display: inline-block;width: 123px;}
/* Ende Footer */

/* Aside */
aside:nth-of-type(2n-1){}
aside:nth-of-type(2n){}
/* Ende Aside */


/* Section */

/* Ende Section */

/* address */
address{font-style: normal;font-size: 0.8125rem;line-height: 1.125rem;text-align: center;word-spacing: 1px;}
/* Ende address */

@media only screen and (max-width: 628px) { 
	#wrapper{border: none;font-size: 0.875rem;line-height: 1.125rem;}
	ul li{background: url(iconlist.jpg) no-repeat 0rem 0.3125rem; padding-left: 0.9375rem;}
	h1{font-size: 1.125rem;line-height: 1.375rem;position: static;padding: 0.625rem;margin: 0 0 0.9375rem;background: #9A433A;}
	h1 span{font-size: 0.875rem;line-height: 1.25rem;}
	h2{font-size: 1rem;line-height: 1.25rem;}
	p{text-align: left;}
	header{}
	article{padding: 0 0.625rem 0;}
	footer{padding: 0.625rem;line-height: 1.125rem;}
	footer span{display: block;width: auto;margin: 0.3125rem 0 0;}
	address{word-spacing: 0;}
}