:root {  font-size:16px;}
* { margin:0; box-sizing:border-box; }
html {min-height: 100%;}
#wrapper {
	margin:0.75rem auto;
	border:2px #21A99D solid;
	max-width: 580px;
	color:#231F20;
	position:relative;
	padding:1.875rem 0.625rem 1.25rem 1.875rem;
	background-color:#FFFFFF;
	font-family: 'Lato', 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.375rem;
	font-size: 1rem;
	text-align: left;
	overflow:hidden;
}
p {padding-bottom: 0.9375rem;}
h1{margin: 0 0 0.5375rem 0;font-size: 1.7375rem;line-height: 2.225rem;}
h1:after{content: '';width: 3.0625rem;height: 0.125rem;background: #fff;display: block;margin: 0.5125rem 0 0px;}
h2{font-size:0.8125rem; line-height:1.125rem;margin:0;}
h1 span{
	display: block;
	font-size: 1.375rem;
	line-height: 1.6875rem;
}
a {color:#231F20;text-decoration:none;}
a u{border-bottom: 1px solid #808285;padding-bottom: 0.125rem;text-decoration: none;}
img {max-width: 100%; height: auto; width: auto; border:none;}
ul {margin-bottom: 0.9375rem; padding:0;list-style:none;}
ul li {background: url(iconlist.jpg) no-repeat 0 0.3125rem; padding-left:1.25rem;}
.clear:after {content: ".";clear: both;display: block;visibility: hidden;height: 0;}
/* Header */
header{width: 100%;float: left;margin: 0 0 1.25rem;}
header img{}
header a{}
/* Ende Header */

/* Article */
article{width: 100%;float: left;margin: 0 0 1.8rem;}
/* Ende Article */

/* Footer */
footer{width: 100%;float: left;}
footer p{padding-bottom: 0.4375rem;font-size: 95%;}

/* Ende Footer */

/* Aside */
aside:nth-of-type(2n-1){}
aside:nth-of-type(2n){}
/* Ende Aside */


/* Section */
section{background: #21A99D;height: 204px;position: relative;color: #fff;margin: 0 0 3.125rem;padding: 1.9rem 0.625rem 0.625rem 1.375rem;}
section img{position: absolute;top: 0;right: -0.9375rem;border-left: 0.625rem solid #fff;}
section p{padding-bottom: 2.7125rem;}
figure{margin: 0;}
/* Ende Section */

/* address */
address{font-style: normal;}
/* Ende address */

@media only screen and (max-width:580px) { 
	#wrapper{border: none;font-size: 0.875rem;line-height: 1.125rem;padding: 0.625rem;}
	section img{position: static;border: none;margin: 0.625rem 0 0;}
	section{padding: 0.625rem;height: auto;margin: 0 0 0.9375rem;}
	section p{padding-bottom: 0.9375rem;}
	h1{font-size: 1.5rem;line-height: 1.5rem;}
	h1 span {
		font-size: 1.125rem;
	}
	article{margin: 0;}
}