/*
Navigation
*/

	.header {
		position: fixed;
		top: 0px;
		z-index: 100000000000;
		font-size: 2.1em;
		left: 0;
		right: 0;
//	margin-right: auto;
//	margin-left: auto;
}

	.header-wrapper {
		max-width: 1070px;
		padding: 0 250px 0;
		margin: 0 auto;
}

	.logo {
		float: left;
		margin-top: 20px;
		height: 80px;
		width: 161px;
}

	.logo img {
		width: 100%;
		height: auto;
}

	.header li {
		padding-bottom: 1em;
		padding-left: 1.2em;
}

	.flaeche a {
		color: #000!important;
		border-bottom-width: 2px;
}

	.flaeche a:hover {
		border-bottom-width: 2px!important;
}

	.flaeche {
		border-bottom: 2px solid #000;
		border-right: 2px solid #000;
		border-left: 2px solid #000;
		margin-left: 18%;
		background-color: #fff;
		position: absolute;
		width: 220px;
//		z-index: 100;
		cursor: pointer!important;
}


	.flaeche .top {
	   	height: 1.5em;
}


	.show-hide {
		display: none;
}

	.flaeche:hover .show-hide, .flaeche:active .show-hide {
		display: block;
}






/*
Vertikal
*/

	.rotate {
		position: fixed;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		width: 200px;
		height: 40px;
		top: 200px;
		right: -60px;
		text-align: right;
		z-index: 9999;
}


/*
Sprache
*/
	
	a.lang_sel_sel { 
		display: none;
}

	#lang_sel_list ul {	
		float: right;
}

	.site-footer #lang_sel_list ul {	
		float: left;
		padding-left: 20px;
		display: none;
}
	.footer-1 {	
		float: left;
}