 /* Standard */

:root {  font-size:16px;}

* {
	margin:0;
	padding:0;
	box-sizing: border-box
}
html {
	min-height: 100%;
	}
	
body {
	margin-top:0.625rem;
	margin-bottom:0.625rem;
	padding:0;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:0.9375rem;
	line-height:1.3125rem;
}
img {
	max-width: 100%;
	width: auto; 
	height: auto;
	border:none;
	display:block;
}

a{
	color:#000;
	text-decoration:none;
}
sub, sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
 } 
 sup {
 top: -0.5em;
 } 
 sub {
 bottom: -0.25em;
 }
header, section, footer, aside, nav, main, article, figure,p {
    display: block;
	margin:0rem;
	padding:0rem;
}
h1,h2,h3,h4,h5,h6{ margin:0rem; padding:0rem;}
#wrapper {
	width:585px;
	padding: 0.625rem;
	margin:0rem auto;
	text-align:left;
	border:2px solid #006993;
	background-color:#fff;
	position: relative;
}
header {background:#FFF url(bg1.jpg) no-repeat;padding: 1rem 0.75rem 4rem;color:#006992;font-size: 1.1875rem;line-height: 1.25rem;font-weight: bold;}
article {padding: 0.825rem 1.5625rem 0.825rem 1rem;color: #006993;font-size: 1.1875rem;line-height: 1.5rem;}
article a{
	color: #006993;
	/* font-size: 18px; */
	/* line-height: 22px; */
	font-weight: bold;
	}
footer {
padding:0rem;
}
footer section:nth-of-type(1){/* background: #006993; *//* padding: 0.75rem; *//* color: #fff; *//* font-weight: bold; *//* font-size: 1.0625rem; *//* line-height: 1.4375rem; */}
footer  a{color:#fff}
footer section:nth-of-type(1){background:#FFF url(bg_ft.jpg) top left no-repeat;
padding: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.1875rem;
color: #fff;}
footer figure {
    position: absolute;
    bottom: 1.375rem;
    right: 0.75rem;
}
p{ margin-top:0.625rem;} 
p:first-of-type {
    margin-top:0rem;
}
.clearfix{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0rem;
}

h1 {
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 2.9rem;
    line-height: 4.2rem;
    margin-top: 4.3125rem;
}
h1 span{font-size: 1.3rem;}
h2{
	text-align:left;
	color:#006993;
	font-weight:bold;
	font-size:0.9375rem;
	line-height:1.25rem;
	padding-top:0.625rem;
}
h2:first-of-type{padding-top: 0rem;}
ul {
	margin:0rem 0rem 0rem 0rem;
	padding:0rem 0rem 0rem 0rem;
	list-style: none
}
ul li {background: url(icon.jpg) 0 0.375rem no-repeat;padding-left:1.1875rem;}
.cen{ text-align:center}

/* Ende Standard */

/* Responsive */
@media only screen and (max-width:585px) {
	body {
	font-size:0.8125rem;
	line-height:1.1875rem;
	}
	a{
	text-decoration:underline;
		font-weight: bold;
}
	.no{ display:none}
	#wrapper {
	width:93%;
	padding: 2.7%;
	border:none;
}
header {background: #006993;
padding:3%;
color: #fff;}
article {padding: 3%;
}
footer section:nth-of-type(1){/* background: #006993; */padding: 3%;color: #fff;font-size: 0.9375rem;line-height: 1.25rem;
background:#92C83E;}
footer  a{color:#fff}
footer section:nth-of-type(2){background:#93c83e;
padding: 3%;
color: #fff;
	font-size: 0.8125rem;}
footer figure {
    position:static;
	padding: 3%;
}
	footer figure img{float: left;}
p{ margin-top:3%;} 

h1 {
    text-align: left;
    color: 
    #fff;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.125rem;
    margin-top: 0.3125rem;
}
h1 span{font-size: 1rem;}
h2{
	text-align:left;
	color:#006993;
	font-weight:bold;
	font-size:0.875rem;
}
h2:first-of-type{padding-top: 0rem;}
header p{background:#92C83E;
color: #006992;
padding:0.625rem;}
}
/* Ende Responsive */
