.menu_wrapper {
	background-color: #573e2c;

	box-shadow: 0 7px 5px -5px gray;
}
.menu_wrapper_white {
	background-color: #fff;
	height: 40px;
}
.menu {
	position: relative;
	z-index: 2;
	background-color: #573e2c;
	height: 40px;
	max-width: 980px;
	margin: 0 auto;

}





ul.chsmenu,
ul.chsmenu li,
ul.chsmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	white-space: nowrap;
}


ul.chsmenu li {
	line-height: 26px;
	float: left;
	padding: 7px 10px;
	background-color: #573e2c;
	transition: background-color 0.3s linear;
}
ul.chsmenu > li:first-child {
	margin-left: 250px;
}
ul.chsmenu li:hover {
	background-color: #fff4df;
}
ul.chsmenu li:hover > a {
	color: #573e2c;
}

/*
	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 #573e2c;
	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: -10px;
}
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 {
	float: none;
	border-bottom: 1px solid #fff4df;
/* 	border-top: 1px solid #fff4df; */
}
ul.chsmenu ul li:hover {
	border-left: 1px solid #573e2c;
	border-right: 1px solid #573e2c;
	border-bottom: 1px solid #573e2c;
	border-top: 1px solid #573e2c;
}


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

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

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


.chsmenu a {font-weight: bold; color: #fff4df; text-decoration: none;}
.chsmenu a:link    {font-weight: bold; color: #fff4df; text-decoration: none;}
.chsmenu a:visited {font-weight: bold; color: #fff4df; text-decoration: none;}
.chsmenu a:hover   {font-weight: bold; color: #573e2c; text-decoration: none;}
.chsmenu a:active  {font-weight: bold; color: #573e2c; text-decoration: none;}
.chsmenu a:focus   {font-weight: bold; color: #573e2c; text-decoration: none;}
/* .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:800px) {
	.collapse-button {
		display: block;
	}

	
	ul.chsmenu {
		padding-top: 80px;
	}
	
	ul.chsmenu,
	ul.chsmenu li,
	ul.chsmenu ul {
		display: none;
		float: none;
	}

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

	ul.chsmenu .chssubmenu:after {
		border: none;
	}
}
