@charset "utf-8";


img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}
/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

body {
	font-size: 90%;
}

.um-Kopf {
	display: none;
}

#Kopf {
	display: none;
}

#Logo {
	display: none;
}

nav {
	height:110px;
	position: fixed;
	top:0;
	right:0;
	left:0;
	transition:transform .400s .1s ease-in-out;
}

.down nav {
	transform: translate3d(0, -110px, 0);
}


#Handykopf {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgb(255,255,255);
	/* [disabled]height: 110px; */
	/* [disabled]position: fixed; */
	top: 0px;
	z-index: 9999;
	background-image: url(../layout/hg-kopf.png);
	background-repeat: repeat-x;
	background-position: center;
}

#handy-logo {
	float: left;
	display: block;
	text-align: right;
	width: 90px;
	padding: 0px;
	height: 90px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
}
#memue {
	float: right;
	display: block;
	margin-top: 25px;
	cursor: pointer;
	margin-right: 19px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.symbol {
	float: right;
	display: block;
	margin-top: 29px;
	cursor: pointer;
	margin-right: 0px;
	/* [disabled]height: 47px; */
	padding-top: 16px;
	padding-right: 25px;
	padding-bottom: 9px;
	padding-left: 25px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(204,204,204,1);
}

#Kopfbild-handy {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 110px;
}
.handy-no {
	display: none;
}


.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.embed-container {
	display: none;
}


#Aside {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 0px;
}

#Navigation {
	clear: both;
	margin-left: 0px;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1000;
	top: 110px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	left: 0px;
}

#navi {
	float: left;
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-size: 17px;
	width: 100%;
	z-index: 1000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(132,132,132);
}

#navi ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navi li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(132,132,132);
	background-color: rgba(255,255,255,1);
	background-image: url(../layout/link-pfeil.png);
	background-repeat: no-repeat;
	background-position: 96% center;
}

#navi a {
	display: block;
	color: rgba(0,0,153,1);
	text-decoration: none;
	border-right-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
	font-family: gillsans;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#navi a:hover {
	color: #FF9900;
	background-image: none;
	/* [disabled]background-color: rgba(255,255,255,1); */
}


#Inhalt {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 5px;
	margin-bottom: 42px;
}

.spalte2-2 {
	display: block;
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}

.spalte2-2-all-media {
	display: block;
	float: left;
	width: 50%;
	margin-right: 0%;
	margin-left: 0%;
	padding: 0px;
	margin-bottom: 0px;
}

.spalte-2drittel {
	display: block;
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
.spalte-1drittel {
	display: block;
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
.spalte-1drittel-rahmen {
	display: block;
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: rgba(145,145,159,0.6);
}

.spalte-1drittel p, .spalte-1drittel-rahmen p {
	margin-right: 20px;
}

footer {
	/* [disabled]position: fixed; */
	bottom: 0;
	left: 0;
	right: 0;
	clear: both;
	z-index: 9999;
	font-size: 100%;
}

.um-Fuss-Zeile1 {
	width: 100%;
	display: block;
	float: left;
	background-color: rgba(90,111,131,1);
}

.footer-flex {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 0px;
}

.footer-item {
	display: flex;
	flex-direction: row;
	color: rgba(255,255,255,0.7);
	line-height: 20px;
	margin-bottom: 6px;
}

.footer-item a {
	color: rgba(255,255,255,0.7);
}

.footer-item a:hover {
	color: rgba(255,255,255,1);
}

.footer-item img {
	opacity: 0.6;
}

.footer-item img:hover {
	opacity: 1;
}

.um-Fuss-Zeile2 {
	width: 100%;
	display: block;
	float: left;
	background-color: rgba(73,90,107,1);
	padding-top: 4px;
	padding-bottom: 4px;
}

.Fuss-Zeile2 {
	margin-right: auto;
	display: block;
	color: rgba(255,255,255,1);
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 6px;
}

.Fuss-Zeile2 p {
	margin-bottom: 4px;
	font-size: 100%;
}

.Fuss-Zeile2 a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	opacity: 1;
	font-size: 100%;
}

.Fuss-Zeile2 a:hover {
	text-decoration: none;
	opacity: 0.7;
}



/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
body {
	font-size: 85%;
}

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}
.embed-container {
	position: relative;
	padding-bottom: 6.6%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	display: block;
	z-index: 8000;
}


.um-Kopf {
	width: 100%;
	clear: both;
	display: block;
	float: left;
}
#Kopf {
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	max-width: 769px;
}

#Logo {
	display: block;
	float: left;
	width: 16%;
	margin-top: 16px;
	margin-left: 3%;
	margin-right: 0%;
	z-index: 9999;
	position: relative;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	padding: 0px;
	margin-bottom: 0px;
	font-size: 0px;
}


#Handykopf {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#Kopfbild-handy {
	display: none;
}


#Aside {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	margin-bottom: 0px;
	padding-top: 20px;
}


#Navigation {
	margin-left: auto;
	width: 100%;
	display: block;
	position: relative;
	top: 0px;
	box-shadow: none;
	margin-right: auto;
	padding: 0px;
	z-index: 2;
}

#navi {
	float: left;
	padding: 0;
	clear: none;
	display: block;
	width: 98%;
	border-top-style: none;
	box-shadow: 0px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#navi ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}

#navi li {
	display: block;
	border-bottom-style: solid;
	text-align: center;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-transition: all ease 0.300s;
	-moz-transition: all ease 0.300s;
	-ms-transition: all ease 0.300s;
	-o-transition: all ease 0.300s;
	transition: all ease 300ms;
	float: left;
	padding-right: 0px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-color: rgba(255,153,0,1);
	margin-bottom: 8px;
	background-image: none;
}



#navi li:first-child {
	/* [disabled]padding-left: 20px; */

}

#navi li:nth-child(1) {



}

#navi li:nth-child(2) {
	

}
#navi li:nth-child(3) {
	
}

#navi li:last-child {


}


#navi a {
	display: block;
	text-decoration: none;
	font-size: 100%;
	padding-right: 0px;
	padding-left: 0px;
	color: rgba(255,153,0,1);
	line-height: 18px;
	background-image: none;
	padding-bottom: 1px;
	text-transform: uppercase;
	font-family: gillsans;
	letter-spacing: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	text-align: center;
}

#navi a:hover {
	background-image: none;
	color: rgba(0,0,153,1);
	background: none;
	padding-left: 0px;
	display: block;
}
#navi li:hover {
	background-color: rgba(255,255,255,0);
	color: rgba(255,153,0,1);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,153,1);
}

#navi li:first-child:hover {
	padding-left: 0px;
	
}

#navi li:last-child:hover {

	
}

.handy-no {
	display: block;
}

#Inhalt {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	min-height: 300px;
	padding-top: 20px;
	z-index: 9999;
}

.spalte2-2 {
	display: block;
	float: left;
	width: 50%;
	margin-right: 0%;
	margin-left: 0%;
}

.spalte2-2-all-media {
	display: block;
	float: left;
	width: 50%;
	margin-right: 0%;
	margin-left: 0%;
	padding: 0px;
	margin-bottom: 0px;
}

.spalte-2drittel {
	display: block;
	float: left;
	width: 64%;
	margin-right: 0%;
	margin-left: 0%;
}
.spalte-1drittel {
	display: block;
	float: left;
	width: 36%;
	margin-right: 0%;
	margin-left: 0%;
}
.spalte-1drittel-rahmen {
	display: block;
	float: left;
	width: 35.5%;
	margin-right: 0%;
	margin-left: 0%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(145,145,159,0.6);
}

.spalte-1drittel p, .spalte-1drittel-rahmen p {
	margin-right: 10px;
}

footer {
	/* [disabled]position: fixed; */
	bottom: 0;
	left: 0;
	right: 0;
	clear: both;
	z-index: 9999;
	font-size: 100%;
}

.um-Fuss-Zeile1 {
	width: 100%;
	display: block;
	float: left;
	background-color: rgba(90,111,131,1);
}

.footer-flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 768px;
}

.footer-item {
	display: flex;
	flex-direction: column;
	line-height: 30px;
	margin-bottom: 1px;
}

.um-Fuss-Zeile2 {
	width: 100%;
	display: block;
	float: left;
	background-color: rgba(73,90,107,1);
}

.Fuss-Zeile2 {
	margin-right: auto;
	display: block;
	width: 100%;
	margin-left: auto;
	max-width: 768px;
}

.Fuss-Zeile2 p {

}

.Fuss-Zeile2 a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	opacity: 1;
}

.Fuss-Zeile2 a:hover {
	text-decoration: none;
	opacity: 0.7;
}


}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
body {
	font-size: 16px;
}
.um-gridcontainer {
	width: 92%;
	clear: both;
	display: block;
	float: left;
	position: absolute;
	margin: 0px;
	padding-right: 0%;
	padding-left: 0%;
	right: 4%;
	left: 4%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: rgba(255,255,255,1);
}

.gridContainer {
	width: 100%;
	max-width: 1280px;
	padding-left: 0%;
	padding-right: 0%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	/* [disabled]overflow: auto; */
	padding-top: 20px;
	padding-bottom: 0px;
	background-color: rgba(255,255,255,1);
	height: 100px;
}

h1 {
	font-size: 215%;
	letter-spacing: 1px;
	word-spacing: 2px;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 130%;
}

#Handykopf {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}


.embed-container {
	position: relative;
	padding-bottom: 6.7%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.um-Kopf {
	width: 100%;
	clear: both;
	display: block;
	float: left;
}

#Kopf {
	margin-left: auto;
	width: 92%;
	display: block;
	margin-right: auto;
	max-width: 1280px;
}
#Logo {
	display: block;
	margin-top: 25px;
	margin-left: 5%;
	box-shadow: 10px 10px 15px rgba(0,0,0,0.5);
}

#Kopfbild-handy {
	display: none;
}

.um-Navi {
	width: 100%;
	/* [disabled]clear: both; */
	display: block;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#Aside {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 25%;
	display: block;
	padding-top: 0px;
	/* [disabled]position: relative; */
	margin-top: 20px;
}



#Navigation {
	/* [disabled]position: absolute; */
	/* [disabled]left: 0px; */
	width: auto;
	display: block;
	margin-top: 20px;
	
}

#navi {
	float: left;
	padding: 0;
	clear: none;
	display: block;
	width: 100%;
	margin: 0px;
	border-top-style: none;
	box-shadow: 0px 0px 0px;
	font-size: 115%;
	text-transform: uppercase;
	color: rgba(204,204,204,1);
}
#navi ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}

#navi li {
	display: block;
	border-bottom-style: none;
	text-align: left;
	background-image: url(../layout/navi/nav-knoten.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 37px;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition: padding 0.300s;
	-moz-transition: padding 0.300s;
	-ms-transition: padding 0.300s;
	-o-transition: padding 0.300s;
	transition: padding 300ms;
	clear: left;
	padding-right: 0px;
	border-right-style: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}



#navi li:first-child {
	padding-left: 37px;

}

#navi li:nth-child(1) {
	background-image: url(../layout/navi/nav-knoten-first.png);


}

#navi li:nth-child(2) {
	

}
#navi li:nth-child(3) {
	
}

#navi li:last-child {
	background-image: url(../layout/navi/nav-knoten-last.png);

}


#navi a {
	display: block;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	color: rgba(255,153,0,1);
	line-height: 22px;
	background-image: none;
	padding-bottom: 10px;
	font-family: 'gillsans';
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	background: none;
	text-align: left;
}

#navi a:hover {
	background-image: none;
	color: rgba(0,0,153,1);
	background: none;
	padding-left: 0px;
	display: block;
}
#navi li:hover {
	background-color: rgba(255,255,255,0);
	color: rgba(255,153,0,1);
	background-image: url(../layout/navi/nav-aktiv.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navi li:first-child:hover {
	background-image: url(../layout/navi/nav-aktiv-first.png);
	padding-left: 55px;
	
}

#navi li:last-child:hover {
	background-image: url(../layout/navi/nav-aktiv-last.png);
	
}


.handy-no {
	display: block;
}


#Inhalt {
	/* [disabled]margin-left: 185px; */
	background-image: none;
	margin-bottom: 150px;
	/* [disabled]max-width: 1095px; */
	width: 75%;
	margin-top: 0px;
	clear: none;
	padding-top: 0px;
	background-color: rgba(255,255,255,1);
	z-index: 10000;
}

.spalte2-2 {
	display: block;
	float: left;
	width: 50%;
	margin-right: 0%;
	margin-left: 0%;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.spalte2-2-all-media {
	display: block;
	float: left;
	width: 50%;
	margin-right: 0%;
	margin-left: 0%;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.spalte-2drittel {
	display: block;
	float: left;
	width: 69%;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 0px;
	padding-top: 0px;
}
.spalte-1drittel {
	display: block;
	float: left;
	width: 31%;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 0px;
	padding-top: 0px;
}
.spalte-1drittel-rahmen {
	display: block;
	float: left;
	width: 30.5%;
	margin-right: 0%;
	margin-left: 0%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(145,145,159,0.6);
	margin-top: 0px;
	padding-top: 0px;
	z-index: 30000;
}

.spalte-1drittel p, .spalte-1drittel-rahmen p {
	margin-right: 0px;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	clear: both;
	z-index: 9999;
	font-size: 100%;
}

.um-Fuss-Zeile1 {
	width: 100%;
	display: block;
	float: left;
	background-color: rgba(90,111,131,1);
}

.footer-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1280px;
}

.footer-item {
	display: flex;
	flex-direction: column;
}

.um-Fuss-Zeile2 {
	width: 100%;
	display: block;
	float: left;
	background-color: rgba(73,90,107,1);
	padding: 0px;
}

.Fuss-Zeile2 {
	margin-right: auto;
	display: block;
	margin-left: auto;
	max-width: 1280px;
	width: 92%;
}

.Fuss-Zeile2 p {

}

.Fuss-Zeile2 a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	opacity: 1;
}

.Fuss-Zeile2 a:hover {
	text-decoration: none;
	opacity: 0.7;
}



}
