

/* --- Stylesheet 4660 () --------- */ 

.T2951 .header-inner { height: 30px; }


.T2951 .maxwidth {
	position: relative;
}

.T2951 .logo {
	float: left;
	height: 34px;
	margin-right: 20px;
}

.T2951 .logo img { height: 100% }

/* --- Stylesheet 4665 (optional) --------- */ 

.T2951.S4665 { background-color: #000; }	

.T2951.S4665 nav ul a {
	color: #fff;	
	font-weight: normal;
}

.T2951.S4665 #lang ul li a { color: #fff; font-weight: normal; }

/* --- Stylesheet 4679 (optional) --------- */ 

.S4679 .logo {
	position: absolute;
	top: 55px;
	left: -20px;
	height: auto;
	margin: 0px;
	z-index: 10;
}

/* --- Stylesheet 4723 () --------- */ 

@media all and (min-width: 568px) and (max-width: 767px) {

	.T2951 .header-inner { 
		height: auto;
		min-height: 50px;
	}

	#navwrapper.responsive_hidden { display: none; }
	#nav_icon { display: block !important; }

	header nav { 
		float: none !important;
		padding: 20px 100px 10px 180px !important;
		margin: 0 !important;
	}

	header nav ul li { float: none !important; margin: 0px !important; }
	header nav ul li a { padding: 5px 10px !important; display: inline-block !important;}
	header nav ul ul li a { display: block !important; }

	#lang {
		top: 5px !important;
		right: 50px !important;
	}

	.S4679 .logo {
		top: 5px;
	}

}

@media all and (max-width: 567px) {

	.T2951 .header-inner { 
		height: auto;
		min-height: 50px;
	}

	#navwrapper.responsive_hidden { display: none; }
	#nav_icon { display: block !important; }

	header nav { 
		float: none !important;
		padding: 50px 10px 10px 110px !important;
		margin: 0 !important;
	}

	header nav ul li { float: none !important; margin: 0px !important; }
	header nav ul li a { padding: 5px 10px !important; display: inline-block !important;}
	header nav ul ul li a { display: block !important; }

	#lang {
		top: 5px !important;
		right: 50px !important;
	}

	.S4679 .logo {
		top: 5px;
		height: 100px;
	}

}

/* --- Stylesheet 4724 () --------- */ 

#lang {
	position: absolute;
	right: 0px;
	width: 100px;
	font-size: 11px;
	bottom: 0px;
	top: 0px;
	z-index:10;
}

#lang ul { 
	margin: 0px;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#lang ul li {
	float: left;
	margin: 0px;
	position: relative;
}

#lang ul li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: rgba(0,0,0,0.5);
	font-size: 15px;
	font-weight: 600;
}

#lang ul ul a { font-weight: normal; }

#lang > ul > li > a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
}

#lang ul ul li { float: none; white-space: nowrap; }
#lang ul li ul li a { padding: 3px 15px; font-weight: normal; color: #666; }
#lang ul li ul li a:hover { background-color: #eee; color: #000; }

#lang ul, #lang > li { 
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#lang .pulldown { 
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	min-width: 100px;
	width: auto;
	z-index: 10000;
	background-color: #fff;
	padding: 10px 0px;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.2);
}

#lang ul li:hover a {
	position: relative;
	background-color: #fff;
	z-index: 10001;
	color: #000 !important;
}

#lang ul li:hover > ul.pulldown { display: block; }

/* --- Stylesheet 4725 () --------- */ 

#nav_icon_wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}

#nav_icon {
	position: relative;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
}

#nav_icon .nav_line {
	position: absolute;
	left: 5px;
	width: 30px;
	height: 3px;
	background-color: #FFF;
}

#nav_icon .nav_line1 {
	top: 16px;
	-webkit-transition: all 1s 0.2s ease, top 0.2s 0.4s linear, -webkit-transform 0.4s ease;
	transition: all 1s 0.2s ease, top 0.2s 0.4s linear, transform 0.4s ease;
}

#nav_icon .nav_line2 {
	top: 24px;
	-webkit-transition: opacity 0.4s 0.4s ease;
	transition: opacity 0.4s 0.4s ease;
}

#nav_icon .nav_line3 {
	top: 32px;
	-webkit-transition: all 1s 0.2s ease, top 0.2s 0.4s linear, -webkit-transform 0.4s ease;
	transition: all 1s 0.2s ease, top 0.2s 0.4s linear, transform 0.4s ease;
}

/* Clicked */
#nav_icon.clicked .nav_line1 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:23px;
	-webkit-transition: all 0.8s 0.2s ease, top 0.2s linear;
	transition: all 0.8s 0.2s ease, top 0.2s linear;
}

#nav_icon.clicked .nav_line2 {
	opacity:0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

#nav_icon.clicked .nav_line3 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top:23px;
	-webkit-transition: all 0.8s 0.2s ease, top 0.2s linear;
	transition: all 0.8s 0.2s ease, top 0.2s linear;
}

/* --- Stylesheet 4726 () --------- */ 

header nav { float: left; padding-top: 0px; }

header nav ul { margin: 0px;  list-style: none; padding: 0px 0px 0px 0px; margin: 0px; }
header nav ul li { float: left; margin: 0px; position: relative;  }

header nav ul a { 
	display: block; 
	padding: 8px 15px; 
	text-decoration: none; 
	color: rgba(0,0,0,0.5);
	font-size: 15px;
	font-weight: 600; 
}

header nav ul li:hover a { 
	position: relative; 
	background-color: white; 
	z-index: 10001; 
	color: #000;
}

header nav ul li.nav_aktiv a { color: rgba(0,0,0,1); }

header nav ul ul { 
	display: none; 
	position: absolute; 
	left: 0px; top: 100%; width: auto;
	z-index: 10000; 
	background-color: #fff;
	padding: 10px 0px;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.2);
	min-width: 170px;
}

header nav ul:after { display: block; content: ""; clear: left; }

header nav ul li:hover ul { display: block; }
header nav ul ul li { float: none; white-space: nowrap; }
header nav ul ul a { padding: 3px 15px; font-weight: normal; color: #666; }
header nav ul ul a:hover { background-color: #eee; color: #000; }