#menu-wrapper {
	/* background-color: #ed5642; */
	border-bottom: 1px solid #ed5642;
	width: 100%;
}

#menu {
	position: relative;
	z-index: 2;
	height: 40px;
	margin: 0 auto;
/* 	padding-top: 15px; */
	text-align: right;
}



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;
	padding: 7px 20px;
	background-color: #fff;
    color: #ed5642;
/* 	border-radius: 7px; */
/* 	box-shadow: 3px 3px 5px #888; */
/* 	margin-right: 10px; */
	transition: background-color 0.5s linear;
}
ul#chsmenu > li:first-child {
/* 	margin-left: 10px; */
}


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

/*
	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 #ed5642;
	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-top: 7px;
	margin-left: -20px;
        border: 1px solid #ed5642;
}
ul#chsmenu li:hover > ul {
	display: block;
}


ul#chsmenu ul li:first-child {
/* 	border-radius: 5px; */
	margin-top: 8px;
	float: none;
}
ul#chsmenu ul li {
/* 	border-radius: 5px; */
    /* border-bottom: 1px solid #ed5642; */
	/* margin-top: 1px; */
	float: none;
	text-align: left;
	display: block;
}



ul#chsmenu li.chsmenu_here {
	background-color: #ed5642;
}

li.chsmenu_here > a:link {
	color: #fff;
}

ul#chsmenu li.chsmenu_here > a:link {color: #fff;}
ul#chsmenu li.chsmenu_here > a:visited {color: #fff;}
ul#chsmenu li.chsmenu_here > a:hover {color: #fff;}
ul#chsmenu li.chsmenu_here > a:active {color: #fff;}
ul#chsmenu li.chsmenu_here > a:focus {color: #fff;}


#chsmenu a {font-weight: bold; color: #ed5642; text-decoration: none;}
#chsmenu a:link    {font-weight: bold; color: #ed5642; text-decoration: none;}
#chsmenu a:visited {font-weight: bold; color: #ed5642; text-decoration: none;}
#chsmenu a:hover   {font-weight: bold; color: #fff; text-decoration: none;}
#chsmenu a:active  {font-weight: bold; color: #ed5642; text-decoration: none;}
#chsmenu a:focus   {font-weight: bold; color: #ed5642; text-decoration: none;}
/* .menu_a_marker   {font-weight: bold; color: #ed5642; 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:480px) {
	.collapse-button {
		display: block;
	}
	.menu {
		background-color: #ccc;
	}
	
	ul#chsmenu {
		padding-top: 120px;
	}
	
	ul#chsmenu,
	ul#chsmenu li,
	ul#chsmenu ul {
		display: none;
		float: none;
	}

	ul#chsmenu li {
		border-bottom: 1px solid #7A7A7A;
		border-radius: 0px;
		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;
	}



}
