/*NAVIGATION MOBIL Button*/
	@media screen and (max-width: 865px) {
	.nav {
		right: 10px;
		top: 10px;
		position: fixed;
		min-height: 100px;
		float: left;
		z-index: 10;
		background: none;
		margin-bottom: 80px;
		padding: 0px;
	}
	.nav ul {
		width: 30px;
		height: 20px;
		padding: 4px;
		position: relative;
		float: right;
		border: solid 1px #aaa;
		background: rgba(255,255,255,.8) url(../img/icon-menu.png) no-repeat 5px 5px;
		border-radius: 6px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
	}
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
		padding: 0;
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 5px;
		text-align: center;
		background-color: rgba(255,255,255,.8);
		margin-left: -150px;
	}
	.nav.center ul {
		left: 100%;
		margin-left: -90px;
	}
	.nav.active ul li {
		display: block;
	}
}
/*ENDE NAVIGATION MOBIL*/
