

.nav2 ul{
	margin-top: 3px;
	margin-left:0px;
	height: auto;
	
	
}
.nav2 ul ul{
	margin-left:10px;

}
.nav2 ul ul ul{
	margin-left:20px;

}
.klick ul {
	list-style-position: outside;
	list-style-type: none;
	position: relative;

	/*background-color: #fee2f3;*/
	margin: 0%;
	width: 100%;
	width: auto;
	
	height: 26px;
	height: auto;
	padding: 0px;
	clear:both;

	
	
}
.nav2 ul {
	
	margin-left:auto;
	margin-right:auto;
	border: solid 1px blue;

}




.klick ul li {
	font-family: 'Teko', sans-serif; 
	/*font-family: 'Archivo Narrow', sans-serif;*/
	font-weight:400;
	font-size: 28px;
	line-height: 30px;
	/*letter-spacing: 0.1em;*/
	text-align: center;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display:block;
	display:inline-block;/**/
	float:left;/**/
}
.klick ul li:nth-child(1) {
  text-align: left;
}
.klick ul li:nth-child(4) {
  text-align: left;
}
.klick ul li:nth-child(3), .klick ul li:nth-child(6) {
  text-align: right;
}
.nav2 {
	
	
}
.nav2b {
	
	/*border: solid 1px green;*/
}
.nav2b ul {
	display:none;/**/
	/*
		margin:0px 2%;
		border: solid 1px green;*/
}
.nav2b ul li {
	
	text-align: left!important;
	width:auto!important;
	/*border: solid 1px green;*/
	padding-right: 28.87%;
	padding-right: 29.79%;/*Avenir*/
	padding-right: 36.50%;
}


.nav2b ul li:last-of-type {
	

	/*border: solid 1px pink;*/
	padding-right: 0%;
}


.klick ul .abst {
	/*margin-top: 30px;*/
}
.klick ul li a{
	/*background-color: #EB589A;
	
	margin: 2px 2px 5px 5px;*/
	padding: 0px 0px 0px 0px;

	/*font-weight: bold;*/
	color: #3d3e40;


	
	color: #E82D15;/*rot*/	
	color: #c91731;
	
	text-decoration: none;
	white-space: nowrap;
	display: block;
}

.klick ul li a:hover,.klick ul .current a{
	color: #f0ce0f;
	color: #E82D15;
	color: #FFF;
	color: #5d5c58;
	
}
.klick ul .current li a, .klick ul .current .current li a{
	color: #3d3e40;
}
.klick ul .current .current a, .klick ul .current .current .current a{
	color: #f0ce0f;
	/*color: #E82D15;*/
}
.klick ul .current li a:hover{
	color: #f0ce0f;
}
.klick ul ul {

	width: auto;
	width: inherit;
	margin: 0px;

	/*background-color: #F6BDD8;*/
}
.klick ul li ul li {
	font-size: 14px;
	line-height: 16px;
	text-align: left;	
	margin-left: 35%;
	width: auto;

}
.klick ul li ul li  a{
	font-size: 14px;

}
.klick ul ul ul{
	/*
	background-color: #FEE2F3;
	background-color: #D67DA5;
	*/
}

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 1023px) {


}
@media only screen and (min-width: 320px) and (max-width: 767px) {

	.klick ul {	padding: 2px 0px 4px 0px; display:none;/**/}
	.klick ul li { /*text-align: left; font-size: 14px; line-height: 16px; */}
	.klick ul li ul li { font-size: 16px; line-height: 16px;  margin-left: 0px;padding-left: 0px;}
	.klick ul li ul li a { margin-left: 5%;}
		



}
/* Smartphone Portrait und Landscape */
@media only screen and (min-width: 512px) and (max-width: 767px) {
/*
	#nav1 ul li { width: 100%;}
*/

	.nav2b ul { width: auto; }
	.nav2b ul li { padding-right: 29.8%; }

}
@media only screen and (min-width: 320px)  and (max-width: 512px) {
	.nav2b ul { width: auto; }

	.nav2b ul li { padding-right: 24.7%; /*padding-right: 28.7%;*/}

	.klick ul {	 display:none;/**/}
	.klick ul li {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 0.1em;
	}



}


