:root {  font-size:16px;}
* { margin:0px; box-sizing:border-box; }
html {min-height: 100%;}
#wrapper {
	margin:12px auto;
	border:2px #213A68 solid;
	max-width: 750px;
	color:#231F20;
	position:relative;
	padding:0;
	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.6875rem;}
h1{margin:0 0 0.9375rem 0;font-size: 1.3125rem;line-height: 1.5rem;color: #213A68;}
h1 span {display: block;}
h2{font-size:0.8125rem; line-height:1.125rem;margin:0;color: #213A68;}

strong{
	color: #213A68;
}
strong a{
	color: #213A68;
}
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.9375rem 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: 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: 8px 20px 3px;}
/* Ende Article */

/* Footer */
footer{width: 100%;float: left;background: #213A68;text-align: center;font-weight: bold;padding: 6px 3px;font-size: 21px;line-height: 20px;color: #fff;}
/* Ende Footer */

/* Aside */
aside:nth-of-type(2n-1){
	float: left;
	width: 352px;
}
aside:nth-of-type(2n){
	float: right;
	width: 331px;
}


header aside:nth-of-type(2n-1){
	float: left;
	width: 366px;
	background: #91BD1E;
	font-size: 40px;
	line-height: 52px;
	font-weight: bold;
	color: #fff;
	padding: 1.4375rem 0.625rem 1.5625rem 1.375rem;
}
header aside:nth-of-type(2n){
	float: right;
	width: 380px;
}
article aside:nth-of-type(2){
	position: relative;
}
article aside:nth-of-type(2)>img{
	position: absolute;
	right: 0.25rem;
	bottom: 0.75rem;
}

article aside:nth-of-type(2) p:nth-of-type(2){
margin-bottom: 1.875rem;

}

article aside:nth-of-type(2) p:last-of-type{
	margin-top: 0.625rem;
}
/* Ende Aside */


/* Section */

/* Ende Section */

/* address */
address{font-style: normal;}
/* Ende address */

@media only screen and (max-width:750px) { 
	#wrapper{border: none;}
	aside{width: auto !important;float: none !important;}
	header aside:nth-of-type(2n-1) {
  
background: #91BD1E;
  
font-size: 1.375rem;
  
line-height: 1.8125rem;
  
font-weight: bold;
  
text-align: center;
  
color: #fff;
  
padding: 0.625rem;
}
article {
   padding: 0.625rem;
}
aside br{
	display: none;
}article aside:nth-of-type(2) p:last-of-type br{
    display: block;
}
}

@media only screen and (max-width:381px) { 
article aside:nth-of-type(2)>img {
    position: static;
    right: 0px;
    bottom: 0px;
}

}