/******navi*************/
.topnav {
	overflow: hidden;
	background-color: black;
	background-image: url(/images/headkl.png);
	background-repeat: no-repeat;
}
 @media only screen and (min-width: 801px) {
.topnav {
	background-image: none;
	background: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
}
.topnav a {
	float: left;
	text-align: center;
	padding: 10px 6px;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: white;
	border: 1px solid #9f7839;
	display: inline-block;
	color: #9f7839;
	font-size: 1.1em;
}
.topnav a:hover {
	background-color: #ddd;
	color: black;
}
.topnav a.active {
	color: #9f7839;
	border: 1px solid #9f7839;
	margin-left: 5px;
}
 @media only screen and (min-width: 801px) {
.topnav a {
	background: none;
	float: left;
	text-align: center;
	padding: 10px 6px;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: white;
	border: none;
	display: inline-block;
	color: #9f7839;
	font-size: 1.1em;
}
.topnav a:hover {
	background-color: #e5e5de;
	color: black;
}
.topnav a.active {
	background-color: #e5e5de;
	color: #9f7839;
	border: none;
	margin-left: 0px;
}
}
.topnav .icon {
	display: none;
}
 @media screen and (max-width: 800px) {
.topnav a:not(:first-child) {
	display: none;
}
.topnav a.icon {
	float: right;
	display: block;
	background-image: url(/images/linien.gif);
	width: 78px;
	height: 64px;
}
}
 @media screen and (max-width: 800px) {
.topnav.responsive {
	position: relative;
	background: #ecd5a2;
}
.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
	margin-left: 5px;
}
}
/****** end navi*************/
