/* Allgemeine Angaben */
html {
	font-size: 16px;
	font-size: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color:#333;
	background-color: #fff;
	line-height:1.3;
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;	
}
img {
	border: 0;
}
embed, object, video, iframe {
	max-width:100%
}

h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 24px;
	font-size: 1.5em;
	color:#000;
	font-style: normal;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 22px;
	font-size: 1.25em;
	color:#000;
	font-style: normal;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	font-size: 1em;
	color:#000;
	font-style: normal;
}
.klein {
	font-size: 14px;
	font-size: 0.875em;
}
.kleiner {
	font-size: 12px;
	font-size: 0.75em;
}
.klein-grau {
	font-size: 14px;
	font-size: 0.875em;
	color: #666;
}
.kleiner-grau {
	font-size: 12px;
	font-size: 0.75em;
	color: #666;
}
.klein-kursiv {
	font-size: 14px;
	font-size: 0.875em;
	font-style:italic;
}
.kleiner-kursiv {
	font-size: 12px;
	font-size: 0.75em;
	font-style:italic;
}
.klein-grau-kursiv {
	font-size: 14px;
	font-size: 0.875em;
	color: #666;
	font-style:italic;
}
.kleiner-grau-kursiv {
	font-size: 12px;
	font-size: 0.75em;
	color: #666;
	font-style:italic;
}
#content a {
	color: #333;
}
#content a:hover {
	color: #508cec;	
}
#button a {
	display:block;
	width: 100%;
	height: 22px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 22px 0px;
	text-decoration: none;
	color: #333;
	background-color: #ececec;
	border: 1px solid #4b85d7;
	text-align:left;
	text-indent: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height:1;
	text-shadow: 1px 1px 0px #fff;
	background-image:url(grafiken/hg-button1.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	background-size: cover;
}
#button a:hover {
	color: #0b4eb9 !important;
	border: 1px solid #0b4eb9;
	text-shadow: 1px 1px 0px #f7f7f7;
	background: #e5e5e5;
	background-image:url(grafiken/hg-button2.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	background-size: cover;
}
#button2 a {
	display:block;
	width: 50%;
	height: 22px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 22px 0px;
	text-decoration: none;
	color: #333;
	background-color: #ececec;
	border: 1px solid #4b85d7;
	text-align:left;
	text-indent: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height:1;
	text-shadow: 1px 1px 0px #fff;
	background-image:url(grafiken/hg-button1.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	background-size: cover;
}
#button2 a:hover {
	color: #000;
	border: 1px solid #0b4eb9;
	text-shadow: 1px 1px 0px #f7f7f7;
	background: #e5e5e5;
	background-image:url(grafiken/hg-button2.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	background-size: cover;
}
#button-center1 {
	width: 220px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0;
}
.button-logo {
	width: 22px;
	height: 22px;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px -5px 0px;
	line-height:1;
}
.bild-breit {
	width: 100%;
	height:auto;
	line-height:1;
}
.bild-breit50 {
	width: 50%;
	height:auto;
	line-height:1;
}
.bild-links {
	float:left;
	height:auto;
	width: 18%;
	margin:0% 1% 0.5% 0%;
}
.bild-social-media {
	width: 30px;
	height: 30px;
	margin: 0px 0px 0px 2px;
}
input,textarea,select,option {
	width: 100%;
	background-color: #f4f4f4;
	border: 1px solid #eee;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color:#333;
	font-size: 16px;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	padding: 3px 2px 3px 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
input:hover, input:focus, 
select:hover, select:focus,
textarea:hover, textarea:focus,
option:hover, option:focus {
	color: #fff;
	background-color: #4b85d7;
	border: 1px solid #4b85d7;
	text-shadow: 1px 1px 0px #0b4eb9;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
input[type="submit"] {
	float:right;
	width:auto;	
	background-color: #4b85d7;
	border: 1px solid #4b85d7;
	color: #fff;
	text-shadow: 1px 1px 0px #0b4eb9;
	font-size: 100%;
	text-transform:none;
	margin: 0px 0px 0px 0px;
	padding: 5px 22px 5px 22px;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
input[type="submit"]:focus , input[type="submit"]:hover {
	color: #fff;
	background-color:#0b4eb9;
	border: 1px solid #0b4eb9;
	text-shadow: 1px 1px 0px #073a8d;
}
#spaltentrennung {
	float: left;
	width:100%;
	height:1px;
	line-height:0;
	font-size:0px;
	background-color: #000;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 2% 0px;
	padding: 0px 0px 0px 0px;
}
#spalte100 {
	float:left;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

/* nach oben scrollen */
#back-top {
    position: fixed;
    bottom: 2%;
    right: 5%;
    z-index: 3;
    display: none;
}
#back-top a {
    width: 35px;
    height: 35px;
    display: block;
    background-color: #000;
	background-image:url(grafiken/pfeil.png);
	background-repeat:no-repeat;
	background-position: center 10px;
	background-size: 15px 15px; 
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px; 
    transition: background-color .15s;
    -moz-transition: background-color .15s;
    -webkit-transition: background-color .15s;
    -o-transition: background-color .15s;
    -ms-transition: background-color .15s;
	text-decoration:none;
	border: 2px solid #fff;
	line-height:1;
	opacity:0.5;
} 
#back-top a:hover {
    opacity:1;
}

@media only screen and (min-width: 900px) { /* Dektop */	
html {
	font-size: 100%;
	
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
#header {
	opacity:0.9;
	z-index: 2;
	position: fixed;
	left:0px;
	top:0px;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 10px 5% 10px 5%;
	background-image:url(grafiken/hg-header.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-size: contain;
	background-color: #0b4eb9;
}
#logo a {
	display:block;
	float:left;
	height:50px;
	width: 50px;
	margin: 0px 0% 0px 0%;
	background-image:url(grafiken/logo2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: contain;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	border: 1px solid #fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
#logo a:hover {
	background-image:url(grafiken/logo3.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: contain;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
#social-media {
	display:block;
	float:right;
	width: 60%;
	height:30px;
	margin: 10px 0% 10px 0%;
	padding: 0px 0% 0px 0%;
	font-style:normal;
	text-align:right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#social-media-button a {
	float: right;
	width: 30px;
	height:30px;
	margin: 0px 8px 0px 0%;
	padding: 0px 0% 0px 0%;
	border: 1px solid #fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
#social-media-button  img {
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#social-media-button a:hover {
	background-color: #508cec;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
#leerer-button {
	float: right;
	width: 30px;
	height:30px;
	margin: 0px 8px 0px 0%;
	padding: 0px 0% 0px 0%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#nav-0 a {
	display:block;
	float:right;
	width: 30px;
	height:30px;
	margin: 10px 0% 10px 0%;
	padding: 0px 0px 0px 7px;
	color:#fff;
	text-transform:uppercase;
	font-weight: 100;
	text-decoration:none;
	font-style:normal;
	text-align:left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height:1.9;
	background-image:url(grafiken/nav-mobil.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 17px 13px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;	
	border: 1px solid #fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
#nav-0 a:hover {
	background-color: #508cec;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
#nav-0-trennung {
	float:left;
	width: 100%;
	height:1px;
	margin: 0px 0% 0px 0%;
	padding: 0px 0px 0px 0px;
	font-size:0px;
	line-height:0;
}
#nav-0-schliessen a {
	display:block;
	float:right;
	width: 30px;
	height:30px;
	margin: 40px 0% 10px 0%;
	padding: 0px 0px 0px 7px;
	color:#fff;
	text-transform:uppercase;
	font-weight: 100;
	text-decoration:none;
	font-style:normal;
	text-align:right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height:1.9;
	background-image:url(grafiken/nav-mobil2.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 13px 13px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	border: 1px solid #fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
#nav-0-schliessen a:hover {
	background-color: #508cec;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
#mobil-schnellwahl {
	display: none;			
}
#nav {
	display: none;
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 40px 0% 10px 0%;
	line-height:1;
}
#nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav5 a, #nav6 a, #nav7 a, #nav8 a, #nav9 a, #nav10 a {
	float:right;
	width: auto;
	height:auto;
	margin: 0px 0px 0px 0%;
	padding: 0px 10px 0px 10px;
	color: #fff;
	font-weight:500;
	text-decoration: none;
	line-height:1;
	background-image:url(grafiken/navi-trennstrich.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
	background-size: 1px 12px;
}
#nav8 a {
	padding-right: 0px;
	background-image: none;
}
#nav1 a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover, #nav5 a:hover, #nav6 a:hover, #nav7 a:hover, #nav8 a:hover, #nav9 a:hover, #nav10 a:hover {
	color: #d3e9ff;
}
#spalte100a {
	z-index: 1;
	float: left;
	width: 100%;
	height:auto;
	margin: -20px 0% 0px 0%;
	padding: 0px 0% 30px 0%;
	background-color: #fff;
	text-align: center;
}
#spalte100a a {
	color: #333;
}
#spalte100a a:hover {
	color: #508cec;	
}
#spalte100 {
	z-index: 1;
	float: left;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 40px 5% 40px 5%;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}
#spalte100 a {
	color: #333;
}
#spalte100 a:hover {
	color: #508cec;	
}
#spalte100b {
	z-index: 1;
	float: left;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 40px 5% 40px 5%;
	background-color: #fff;
	text-align: justify;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}
#spalte100b a {
	color: #333;
}
#spalte100b a:hover {
	color: #508cec;	
}
#spalte50a, #spalte50b {
	float:left;
	width: 47.5%;
	height:auto;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
	text-align:justify;
}
#spalte50b {
	margin: 0% 0% 0% 0%;	
}
#spalte50az, #spalte50bz {
	float:left;
	width: 47.5%;
	height:auto;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
	text-align:center;
}
#spalte50bz {
	margin: 0% 0% 0% 0%;
}
#spalte50az a:hover {
	color: #508cec;	
}
#spalte50bz a:hover {
	color: #508cec;	
}
#spalte-center {
	width: 650px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0;
}
#footer {
	clear: both;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 10px 5% 10px 5%;
	text-align:center;
	font-size:14px;
	font-size:0.875em;
	font-weight:300;
	letter-spacing: 2px;
}
#footer a {
	color: #333;
	text-decoration:none;
}
#footer a:hover {
	color: #508cec;
	text-decoration: none;
}
}


@media only screen and (max-width: 900px) { /* Tablet */
html {
	font-size: 100%;
	
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
#header {
	opacity:0.9;
	z-index: 2;
	position: fixed;
	left:0px;
	top:0px;
	width: 96%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 10px 2% 10px 2%;
	background-image:url(grafiken/hg-header.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-size: contain;
	background-color: #0b4eb9;
}
#logo a {
	display:block;
	float:left;
	height:50px;
	width: 50px;
	margin: 0px 0% 0px 0%;
	background-image:url(grafiken/logo2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: contain;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	border: 1px solid #fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
#logo a:hover {
	background-image:url(grafiken/logo3.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: contain;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
#social-media {
	display:block;
	float:right;
	width: 60%;
	height:30px;
	margin: 10px 0% 10px 0%;
	padding: 0px 0% 0px 0%;
	font-style:normal;
	text-align:right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#social-media-button a {
	float: right;
	width: 30px;
	height:30px;
	margin: 0px 8px 0px 0%;
	padding: 0px 0% 0px 0%;
	border: 1px solid #fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
#social-media-button  img {
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#social-media-button a:hover {
	background-color: #508cec;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
#leerer-button {
	float: right;
	width: 30px;
	height:30px;
	margin: 0px 8px 0px 0%;
	padding: 0px 0% 0px 0%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#nav-0 a {
	display:block;
	float:right;
	width: 30px;
	height:30px;
	margin: 10px 0% 10px 0%;
	padding: 0px 0px 0px 7px;
	color:#fff;
	text-transform:uppercase;
	font-weight: 100;
	text-decoration:none;
	font-style:normal;
	text-align:left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height:1.9;
	background-image:url(grafiken/nav-mobil.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 17px 13px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;	
	border: 1px solid #fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
#nav-0 a:hover {
	background-color: #508cec;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
#nav-0-trennung {
	float:left;
	width: 100%;
	height:1px;
	margin: 0px 0% 0px 0%;
	padding: 0px 0px 0px 0px;
	font-size:0px;
	line-height:0;
}
#nav-0-schliessen a {
	display:block;
	float:right;
	width: 30px;
	height:30px;
	margin: 40px 0% 10px 0%;
	padding: 0px 0px 0px 7px;
	color:#fff;
	text-transform:uppercase;
	font-weight: 100;
	text-decoration:none;
	font-style:normal;
	text-align:right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height:1.9;
	background-image:url(grafiken/nav-mobil2.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 13px 13px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	border: 1px solid #fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
#nav-0-schliessen a:hover {
	background-color: #508cec;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
#mobil-schnellwahl {
	display: none;			
}
#nav {
	display: none;
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 40px 0% 10px 0%;
	line-height:1;
}
#nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav5 a, #nav6 a, #nav7 a, #nav8 a, #nav9 a, #nav10 a {
	float:right;
	width: auto;
	height:auto;
	margin: 0px 0px 20px 0%;
	padding: 0px 10px 0px 10px;
	color: #fff;
	font-weight:500;
	text-decoration: none;
	line-height:1;
	background-image:url(grafiken/navi-trennstrich.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
	background-size: 1px 12px;
}
#nav8 a {
	padding-right: 0px;
	background-image: none;
}
#nav1 a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover, #nav5 a:hover, #nav6 a:hover, #nav7 a:hover, #nav8 a:hover, #nav9 a:hover, #nav10 a:hover {
	color: #d3e9ff;
}
#spalte100a {
	z-index: 1;
	float: left;
	width: 100%;
	height:auto;
	margin: 70px 0% 0px 0%;
	padding: 0px 0% 30px 0%;
	background-color: #fff;
	text-align: center;
}
#spalte100a a {
	color: #333;
}
#spalte100a a:hover {
	color: #508cec;	
}
#spalte100 {
	z-index: 1;
	float: left;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 40px 5% 40px 5%;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}
#spalte100 a {
	color: #333;
}
#spalte100 a:hover {
	color: #508cec;	
}
#spalte100b {
	z-index: 1;
	float: left;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 40px 5% 40px 5%;
	background-color: #fff;
	text-align: justify;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}
#spalte100b a {
	color: #333;
}
#spalte100b a:hover {
	color: #508cec;	
}
#spalte50a, #spalte50b {
	float:left;
	width: 47.5%;
	height:auto;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
	text-align:justify;
}
#spalte50b {
	margin: 0% 0% 0% 0%;	
}
#spalte-center {
	width: 520px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0;
}
#footer {
	clear: both;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 10px 5% 10px 5%;
	text-align:center;
	font-size:14px;
	font-size:0.875em;
	font-weight:300;
	letter-spacing: 2px;
}
#footer a {
	color: #333;
	text-decoration:none;
}
#footer a:hover {
	color: #508cec;
	text-decoration: none;
}
}



@media only screen and (max-width: 520px) { /* Smartphone */

html {
	font-size: 100%;
	
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
#header {
	opacity:0.9;
	z-index: 2;
	position: fixed;
	left:0px;
	top:0px;
	width: 96%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 10px 2% 10px 2%;
	background-image:url(grafiken/hg-header.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-size: contain;
	background-color: #0b4eb9;
}
#logo a {
	display:block;
	float:left;
	height:50px;
	width: 50px;
	margin: 0px 0% 0px 0%;
	background-image:url(grafiken/logo2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: contain;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	border: 1px solid #fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
	
	background-color: #fff;
}
#logo a:hover {
	background-image:url(grafiken/logo3.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: contain;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
#social-media {
	display:block;
	float:right;
	width: 60%;
	height:30px;
	margin: 10px 0% 10px 0%;
	padding: 0px 0% 0px 0%;
	font-style:normal;
	text-align:right;
}
#social-media-button a {
	float: right;
	width: 30px;
	height:30px;
	margin: 0px 0px 0px 6px;
	padding: 0px 0% 0px 0%;
	border: 1px solid #fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
#social-media-button  img {
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#social-media-button a:hover {
	background-color: #508cec;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
#leerer-button {
	display:none;
}
#nav-0 a {
	display:block;
	float:right;
	width: 30px;
	height:30px;
	margin: 10px 0% 10px 2%;
	padding: 0px 0px 0px 7px;
	color:#fff;
	text-transform:uppercase;
	font-weight: 100;
	text-decoration:none;
	font-style:normal;
	text-align:left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height:1.9;
	background-image:url(grafiken/nav-mobil.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 17px 13px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;	
	border: 1px solid #fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
#nav-0 a:hover {
	background-color: #508cec;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
#nav-0-trennung {
	float:left;
	width: 100%;
	height:1px;
	margin: 0px 0% 0px 0%;
	padding: 0px 0px 0px 0px;
	font-size:0px;
	line-height:0;
}
#nav-0-schliessen a {
	display:block;
	float:right;
	width: 30px;
	height:30px;
	margin: 20px 0% 0px 0%;
	padding: 0px 0px 0px 7px;
	color:#fff;
	text-transform:uppercase;
	font-weight: 100;
	text-decoration:none;
	font-style:normal;
	text-align:right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height:1.9;
	background-image:url(grafiken/nav-mobil2.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 13px 13px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	border: 1px solid #fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
#nav-0-schliessen a:hover {
	background-color: #508cec;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
#mobil-schnellwahl {
	display: none;			
}
#nav {
	display: none;
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 15px 0% 10px 0%;
	line-height:1;
}
#nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav5 a, #nav6 a, #nav7 a, #nav8 a, #nav9 a, #nav10 a {
	float:right;
	width: 47.5%;
	height:auto;
	margin: 0px 5% 6px 0%;
	padding: 8px 10px 8px 10px;
	color: #fff;
	font-weight:500;
	text-decoration: none;
	line-height:1;
	background-image: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
#nav2 a, #nav4 a, #nav6 a, #nav8 a, #nav10 a {
	margin: 0px 0% 6px 0%;
}
#nav1 a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover, #nav5 a:hover, #nav6 a:hover, #nav7 a:hover, #nav8 a:hover, #nav9 a:hover, #nav10 a:hover {
	color: #d3e9ff;
}
#spalte100a {
	z-index: 1;
	float: left;
	width: 100%;
	height:auto;
	margin: 70px 0% 0px 0%;
	padding: 0px 0% 30px 0%;
	background-color: #fff;
	text-align: center;
}
#spalte100a a {
	color: #333;
}
#spalte100a a:hover {
	color: #508cec;	
}
#spalte100 {
	z-index: 1;
	float: left;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 40px 5% 40px 5%;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}
#spalte100 a {
	color: #333;
}
#spalte100 a:hover {
	color: #508cec;	
}
#spalte100b {
	z-index: 1;
	float: left;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 40px 5% 40px 5%;
	background-color: #fff;
	text-align: justify;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}
#spalte100b a {
	color: #333;
}
#spalte100b a:hover {
	color: #508cec;	
}
#spalte50a, #spalte50b {
	float:left;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	text-align:justify;
}
#spalte-center {
	width: 90%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0;
}
#footer {
	clear: both;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 10px 5% 10px 5%;
	text-align:center;
	font-size:14px;
	font-size:0.875em;
	font-weight:300;
	letter-spacing: 2px;
}
#footer a {
	color: #333;
	text-decoration:none;
}
#footer a:hover {
	color: #508cec;
	text-decoration: none;
}

#mobil-schnellwahl {
	display:block;
	float:left;
	width:100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 15px 0% 13px 0%;
	text-align:center;
}
.schnellwahl-symbole {
	width:50px;
	height:auto;
	margin: 0% 2% 0% 2%;
}
}
