#menu-wrapper {
	width: 100%;
	height: 80px;

}

#menu {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	height: 40px;
}



ul#chsmenu,
ul#chsmenu li,
ul#chsmenu ul {
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}


ul#chsmenu li {
	line-height: 26px;
	float: left;
	background-color: #fff;
	margin-right: 10px;
	transition: background-color 0.5s linear;
}
ul#chsmenu > li:first-child {
	margin-left: 20px;
}


ul#chsmenu li:hover {
/* 	background-color: #ac1a1a; */
/* 	border-bottom: 1px solid #ac1a1a; */
}
ul#chsmenu li:hover > a {
	color: #363636;
}

/*
	Marker für Untermenü
*/
ul#chsmenu .chssubmenu {
/* 	padding-right: 30px; */
}
ul#chsmenu .chssubmenu:after {
	content: '';
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	border-top: 8px solid #363636;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;

}



/*
	2nd Level
*/
ul#chsmenu ul {
	display: none;
	position: absolute;

	margin-left: 22px;

/* 	background: url('../pics/punkte_header.png') #fff 0px 7px repeat-x; */
/* 	padding-top: 4px; */
}

ul#chsmenu li:hover > ul {
	display: block;
}


ul#chsmenu ul li:first-child {
	margin-top: 8px;
	float: none;
/* border-top: 2px dotted #363636; */
/* border: 1px solid red; */
}

ul#chsmenu ul li {
	float: none;
	text-align: left;
	display: block;
	padding: 5px 10px;
	margin-right: 0;

	font-size: 0.8em;
	background: url('../pics/punkte_header.png') #fff 0px 34px repeat-x;
/* 	border-bottom: 2px dotted #363636; */
}



ul#chsmenu li.chsmenu_here {

}

/*li.chsmenu_here > a:link {
	color: #363636; text-decoration: underline;
}*/


ul#chsmenu li.chsmenu_here > a:link {color: #363636; text-decoration: underline;}
ul#chsmenu li.chsmenu_here > a:visited {color: #363636; text-decoration: underline;}
ul#chsmenu li.chsmenu_here > a:hover {color: #363636; text-decoration: underline;}
ul#chsmenu li.chsmenu_here > a:active {color: #363636; text-decoration: underline;}
ul#chsmenu li.chsmenu_here > a:focus {color: #363636; text-decoration: underline;}


#chsmenu a {font-weight: bold; color: #363636; text-decoration: none; font-size: 1.2em;}
#chsmenu a:link    {font-weight: bold; color: #363636; text-decoration: none;}
#chsmenu a:visited {font-weight: bold; color: #363636; text-decoration: none;}
#chsmenu a:hover   {font-weight: bold; color: #363636; text-decoration: underline;}
#chsmenu a:active  {font-weight: bold; color: #363636; text-decoration: underline;}
#chsmenu a:focus   {font-weight: bold; color: #363636; text-decoration: underline;}
/* .menu_a_marker   {font-weight: bold; color: #ac1a1a; text-decoration: overline;} */







.collapse-button {
	display: none;
    position: absolute;
	right: 8px;
/* 	left: 5px; */
	top: 50%;
	width: 40px;
	background-color: #0E0E0E;
	background-image: linear-gradient(to bottom, #151515, #040404);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	padding: 7px 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #040404;
	color: #FFF;
}
.collapse-button .icon-bar {
	background-color: #F5F5F5;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
}
/*@media and (min-width: 481px) {
	ul#chsmenu,
	ul#chsmenu li,
	ul#chsmenu ul {
		display: block;
	}
}*/

@media screen and (max-width:780px) {
	.collapse-button {
		display: block;
	}
	#menu {
/* 		background-color: #ccc; */
	}
	
	ul#chsmenu {
		padding-top: 0px;
	}
	
	ul#chsmenu,
	ul#chsmenu li,
	ul#chsmenu ul {
		display: none;
		float: none;
	}

	ul#chsmenu li {
/* 		border-bottom: 1px solid #7A7A7A; */
		padding: 5px 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	ul#chsmenu li:first-child {
		margin-left: 0px;
	}
	ul#chsmenu li:last-child {
		border-radius: 0px 0px 7px 7px;
	}


	ul#chsmenu ul li:first-child {
		border-radius: 0px;
	}
	ul#chsmenu ul li {
		border-radius: 0px;
	}
	/*
		switch off secon level hover
	*/
	ul#chsmenu li:hover > ul {
		display: none;
	}



}
