

/* --- Stylesheet 5110 () --------- */ 

.T3223 header {
	position: fixed;
	width: 200px;
	left: 0px;
	top: 15vh;
	z-index: 999;
	overflow: hidden;
	background-color: transparent !important;
}


.T3223 header .logo { 
	display: block;
	width: 200px;
}

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

.T3223 header nav { width: 200px; overflow: hidden; background-color: #fff !important; }
.T3223 header.insidescroll nav { overflow-y: scroll }

.T3223 header nav > .ul > ul {
	padding-left: 30px;
	padding-right: 20px;
}

.T3223 header nav ul { list-style-type: none; }
.T3223 header nav > .nav { padding-left: 20px; }
.T3223 header nav ul li a { text-decoration: none; color: #222; word-wrap: break-word; }

.T3223 header nav ul ul { display: none; }
.T3223 header.show_subnav nav ul ul { display: block; }
.T3223 header nav ul li.nav_offen > a, .T3223 header nav ul li.nav_aktiv > a { font-weight: bold; }
.T3223 header nav ul li.nav_offen ul, .T3223 header nav ul li.nav_aktiv ul { display: block; }

.T3223 header nav ul li .ul {
	border-left: 1px solid #222;
	padding-left: 8px;
	margin-left: 8px;	
}

.T3223 header nav ul li .ul ul {
	padding-left: 0px;
	margin: 10px 0px;
}

.T3223 nav ul > li {
	margin: 4px 0px;
}

/*defaults*/



html #body.Mandant_2812 .T3223 header nav ul li.open > a { color: #399BC7 !important;; }
#body.Mandant_2812 .T3223 header nav ul a:hover { color: #399BC7; }
#body.Mandant_2812 .T3223 header nav ul li.nav_aktiv > a,
#body.Mandant_2812 .T3223 header nav ul li.nav_offen > a { color: #399BC7; }



/*Nav Icon*/
#nav_icon_wrapper {
	position: absolute;
	top: 10px;
	right: 10px;
	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: #222;
}

#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 5111 () --------- */ 

@media all and (min-width: 1024px) {
	.T3223 .maxwidth { width: auto !important; margin: 0 !important; }
}

@media all and (min-width: 768px) and (max-width:1023px) {


	.T3223 header { 
		background-color: #FFF !important;
		position: relative !important;
		width: 100% !important;
		top: auto !important;
	}

	.T3223 header .logo { width: auto;height: 90px; display: inline-block; }
	.T3223 header .logo img { width: auto; height: 90px; }

	.T3223 #navwrapper.responsive_hidden { display: none; }
	.T3223 #nav_icon { display: block; }
	.T3223 #nav_icon_wrapper {
		top: 25px;
		right: 40px;
	}

}

@media all and (min-width: 568px) and (max-width: 767px) {

	.T3223 header { 
		background-color: #FFF !important;
		position: relative !important;
		width: 100% !important;
		top: auto !important;
	}

	.T3223 header .logo { width: auto; max-height: 80px; display: inline-block;}
	.T3223 header .logo img { width: auto; height: 80px; }
	
	.T3223 #navwrapper.responsive_hidden { display: none; }
	.T3223 #nav_icon { display: block; }
	.T3223 #nav_icon_wrapper {
		top: 18px;
		right: 30px;
	}
}

@media all and (max-width: 567px) {

	.T3223 header { 
		background-color: #FFF !important;
		position: relative !important;
		width: 100% !important;
		top: auto !important;
	}

	.T3223 header .logo { width: auto; max-height: 65px; display: inline-block;}
	.T3223 header .logo img { width: auto; height: 65px; }
	
	.T3223 #navwrapper.responsive_hidden { display: none; }
	.T3223 #nav_icon { display: block; }
	.T3223 #nav_icon_wrapper {
		top: 13px;
		right: 30px;
	}

}