:root {  font-size:16px;}
* { margin:0; box-sizing:border-box; }
html {min-height: 100%;}
#wrapper {
	margin:0.75rem auto;
	border:2px #233435 solid;
	max-width: 713px;
	color:#58585A;
	position:relative;
	padding:0;
	background-color:#FFFFFF;
	/* font-family:Arial, Helvetica, sans-serif; */
	font-family: 'Barlow', sans-serif;
	/* font-family: 'Noto 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: 1rem;
	font-size: 0.75rem;
	text-align: left;
	overflow:hidden;
	font-weight: 300;
}
p {padding-bottom: 0.625rem;}
h1{margin: 0.3125rem 0 1.25rem 0;font-size: 1rem;line-height: 1.25rem;color: #C4151B;font-weight: 700;}
h2{font-size: 0.8125rem;line-height: 1.0625rem;margin: 0 -0.9375rem 0.375rem 0;background: #C4151B;padding: 0.125rem 0.9375rem 0.3125rem 0;color: #fff;font-weight: 700;}
a {color:#58585A;text-decoration:none;}
a:hover{text-decoration: underline;}
a u{color: blue;}
img {max-width: 100%; height: auto; width: auto; border:none;vertical-align: middle}
.clear:after {content: ".";clear: both;display: block;visibility: hidden;height: 0;}
strong {font-weight: 700}
/* Header */
header{position: absolute;top: 0;left: 0}
header section {position: relative}
header a{
    position: absolute;
    width: 5%;
    height: 40%;
    top: 0;
    left: 1%;
}
/* Ende Header */

/* Article */
article{width: 100%;float: left;padding-left: 193px;}
article section {text-align: right;padding-right: 0.9375rem;margin-left: -1.25rem;}
article section img {
    margin: 0.625rem 0;
}
article > p{margin:0.625rem 0 0;}
/* Ende Article */

/* Footer */
footer{width: 100%;float: left;background: #58585A;color: #fff;text-align: center;font-size: 1.0625rem;letter-spacing: 1px;line-height: 1.3125rem;padding: 0.5rem 0.625rem 0.3125rem;}
footer a {color: #fff}
footer span {font-size: 1.125rem}
/* Ende Footer */

/* Aside */
aside:nth-of-type(1){float: left;width: 42%;padding: 0.4375rem 0.625rem 0.3125rem 0;}
aside:nth-of-type(2){float: right;width: 17.5rem;padding-right: 2rem;}
/* Ende Aside */


/* Section */

/* Ende Section */

/* address */
address{font-style: normal;}
/* Ende address */

@media only screen and (max-width:713px) { 
	#wrapper{border: none;}
	aside{width: auto !important;float: none !important;}
	footer {font-size: 0.875rem;line-height: 1.125rem;letter-spacing: 0}
	article br {display: none}
}
@media only screen and (max-width:510px) {
	header {position: static;float: left;width: 34%;}
	article {padding: 0.625rem;}
	article section {
    position: absolute;
    top: 0;
    right: 0;
    width: 66%;
    padding-left: 0.625rem;
}
footer span {font-size: 1rem;line-height: 1.25rem
 }
 h2 {margin-left: -0.625rem}
 article br {display: none}
}
