﻿@charset "utf-8";
/* Standard */
:root {  font-size:16px;} 
* {
	box-sizing:border-box;
}

html {
	min-height: 100%;
	}
	
body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.813em;
	line-height: 1.431em;
}



#wrapper {
	position: relative;
	max-width: 805px;
	margin: 0rem auto;
	border: none;
	padding: 0.5rem 0rem;
	overflow: hidden;		/*
	
	-moz-box-shadow: 3px 3px 4px #A6A6A6;
	-webkit-box-shadow: 3px 3px 4px #A6A6A6;
	box-shadow: 3px 3px 4px #A6A6A6;
	*/
	background-image: url(header1.jpg);
	background-repeat: no-repeat;
	
	-moz-box-shadow: 0px 0px 23px #A6A6A6;
	-webkit-box-shadow: 0px 0px 23px #A6A6A6;
	box-shadow: 0px 0px 23px #A6A6A6;
}

header,article {
padding: 0rem 2rem;	
}

footer {
	padding: 0.5rem 2rem;
	margin-bottom: -0.5rem;
	color: #fff;
	background-color: #0070C0;
}

p {
	text-align: left;
}

h2+p,h2+ul {
	margin-top:0.308rem;
}

h1 {
	text-align:center;
	font-size: 2.692em;
	line-height: 1.1em;
	color: #FFF;
	margin-top: 0;
}

h1 span {
	font-weight: normal;
}

h2 {
	font-size: 1.331em;
	line-height: 1.231em;
	margin-bottom: 0;
	font-weight: 500;
	color: #004A82;
}

h3 {
	font-size: 1.231em;
	line-height: 1.431em;
	margin-bottom: 0;
	font-weight: 500;
}

a:link,a:active,a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.link:link{
	text-decoration: none;
	color: #000;
	background-color: #FFF;
	margin-bottom: 1rem;
	padding-top: 0.7rem;
	padding-right: 2rem;
	padding-bottom: 0.7rem;
	padding-left: 2rem;
}
a.link:visited { 	text-decoration: none;
	color: #000;
	background-color: #FFF;
	margin-bottom: 1rem;
	padding-top: 0.7rem;
	padding-right: 2rem;
	padding-bottom: 0.7rem;
	padding-left: 2rem; }
	
a.link:hover { 	text-decoration: none;
	color: #000;
	background-color: #FFF;
	margin-bottom: 1rem;
	padding-top: 0.7rem;
	padding-right: 2rem;
	padding-bottom: 0.7rem;
	padding-left: 2rem; 
	}


img {
	max-width:100%;
	height:auto;
	display:block;
}

article hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
/*hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E00060;
}*/

ul {
	padding-left:1rem;
}

li {
	padding-bottom:0.2rem;
	padding-left:0.5rem;
	list-style-type:none;
	list-style-image:url();
}

li:before
{
	content: "\276F";
	color: #ccc;
	float: left;
	margin-left: -20px;
}
/* Liste mit Sonderzeichen (Sonderzeichencodes können über diese Seiten gefunden werden http://unicode-table.com/de/)

25A0 - Quadrat &#9726;
25B6 - Dreieck
23F5 - Dreieck - &#9205;
23E9 - 2 Dreiecke
2713 - Häkchen
2714 - Häkchen dick
2010 - Bindestrich
2212 - langer Bindestrich
2022 - Kreis (Bullet)
2B9A - Dreick 3D
276D - > oder 276F-&#10095;
27A2 - arrowhead

li:before
{
	content: "\25A0";
	color: #960236;
	float: left;		
	margin-left: -15px;
}
*/
/* Hebt Float left/right auf */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
/* Ende Standard */


/* Header */
header img {
	padding-bottom:13rem;
}

.top {
	text-align: justify;
}

/* Ende Header */


/* Article */
article section:nth-of-type(1) {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-right: 1rem;
}

article section:nth-of-type(2) {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

article section:nth-of-type(3) {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-right: 1rem;
}

article section:nth-of-type(4) {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin-top:1.5rem;
	margin-bottom:0.8rem;
}

/* Ende Article */

/* footer */
footer hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
}

    .grossabstand {letter-spacing: 0.2em;}
    .kleinabstand {letter-spacing: 0.08em;}
	
footer section:nth-of-type(1) {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-right: 1rem;
}

footer section:nth-of-type(2) {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

footer img {
	display:inline-block;
}

.mail {
	margin-top:1.8rem;
	margin-bottom:1.2rem;
}

.bold {
	font-weight:bold;
	text-decoration: none;
	color: #000;
	background-color: #FFF;
	margin-bottom: 1rem;
	padding-top: 0.7rem;
	padding-right: 2rem;
	padding-bottom: 0.7rem;
	padding-left: 2rem;
	margin-right:2rem;
	
}
/* 
footer {
	background-color:#F07C19;
	color:#fff;
	margin-left:-1.188rem;
	margin-right:-1.188rem;
	padding:1rem 1.188rem ;
}
*/
/* Ende Footer */


/* Aside */
aside {
	background-color: #0070C0;
	margin-left: -2rem;
	margin-right: -2rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top:0.8
	color:#fff;
	color: #FFF;
	padding-top: 0.7rem;
	padding-bottom: 0.5rem;
	text-align: left;
}

aside hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F00;
}

aside p {
	text-align:center;
	font-size:1.1em;
	line-height:1.431em;
}
/* 
aside {
	margin-left:-1.188rem;
	margin-right:-1.188rem;
}
*/
/* Ende Aside */


/* Section */
/*
section {
	display:inline-block;
	width:50%;
	vertical-align:top;
}
*/
/* Ende Section */



/* Responsive */
@media only screen and (max-width:640px) {
	#wrapper {
		border:none;
		margin:0 auto;
	}
	header,article {
		padding: 0rem 0.5rem;		
	}
	
	footer {
		padding: 0.5rem 0.5rem;		
	}
	
article section:nth-of-type(1) {
	width: 100%;
	padding-right: 0rem;
}

article section:nth-of-type(2) {
	width: 100%;
}

article section:nth-of-type(3) {
	width: 100%;
	padding-right: 0rem;
}

article section:nth-of-type(4) {
	width: 100%;
	margin-top:0.5rem;
	margin-bottom:0.8rem;
}

h1 {
	font-size:1.992em;
	line-height:1.1em;
}

footer section:nth-of-type(1) {
	width: 100%;
	padding-right: 0rem;
}

footer section:nth-of-type(2) {
	width: 100%;
}
.top {
	text-align: left;
}


}
/* Ende Responsive */
