@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);




a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


.container {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.slideRight {
	left: 12%;
}

.no-js .container {
	padding-left: 240px;
}

		.menu_unterliste{
			display:none;
			text-indent:8%;
			font-size:14px;
			letter-spacing:0.05em;
			cursor: pointer;	
			
			}
		.menu-toc li:hover .menu_unterliste{
			display:block;
			background:#5b5b5b;
			} 

 .menu-panel {
	width: 12%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	cursor: pointer;	
	color:#fff;	
}

/* font-family: 'BenchNine', sans-serif;
font-family: 'Fjalla One', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Pathway Gothic One', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;
*/

.js .menu-panel {
	position: absolute;
	left: -12%;
	
}


.menu-toc {
	list-style: none;
	font-family: 'BenchNine', sans-serif;
	text-transform:uppercase;
	font-size:15px;
	letter-spacing:0.05em;;
	background-color:#4b4b4b;
	color:#fff;
	margin-top:20px;
	cursor: pointer;	
}

.menu-toc li a {
	display: block;
	line-height: 3;
	padding: 0 20px;
	cursor: pointer;
	border-bottom: 1px solid #1B1B1B; 
	color:#fff;
}

.menu-toc li a:hover{
	background: #a4a4a4;
}

.menu-panel div {
	margin-top: 20px;
	
}

.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color:#000;
	letter-spacing: 1px;
	font-weight: 800;
	color:#fff;

} 

.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}

.bb-custom-wrapper nav {
	top: 20px;
	left: 60px;
	position: absolute;
	z-index: 1000;
}

.menu-button {
	position: absolute;
	width: 50px;
	height: 30px;
	color:#000000;
	top: 0;
	left: 20px;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;	
	
}


.menu-button:hover {
	background: #a4a4a4;
}

.menu-button {
	z-index: 1000;
	left: 10px;
	top: 20px;
	text-indent: -9000px;
	
}

.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 1px;
	background: #000;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -6px #000, 0 6px #000;
}

@media only screen and (max-width : 1023px) {
	
	.menu-button {
	width: 50px;
	height: 30px;
	color:#000000;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;	
	margin-top:0px;
}

	.menu_unterliste{
			display:block;
			background-color:#5b5b5b;
			text-indent:5%;
			font-size:14px;
			}
		.menu-toc li:hover .menu_unterliste{
			display:block;
			background:#5b5b5b;}
	
	 .menu-panel {
	width: 25%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	color:#fff;
	margin-top:0px;
	
}

.js .menu-panel {
	position: absolute;
	left: -25%;
}

.slideRight {
	left: 25%;
}


.menu-toc {
	list-style: none;
	background-color:#4b4b4b; 
	color:#fff;
	margin-top:20px;
	font-size:15px;
}

.menu-toc li a {
	display: block;
	line-height: 2.5;
	padding: 0 20px;
	cursor: pointer;
	border-bottom: 1px solid #1B1B1B; 
	color:#fff;
}
	
	}
	
@media only screen and (max-width : 400px) {
	

	.menu-button {
	width: 50px;
	height: 30px;
	color:#000000;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;	
	margin-top:0px;
}

	.menu_unterliste{
			display:block;
			background-color:#5b5b5b;
			text-indent:5%;
			}
		.menu-toc li:hover .menu_unterliste{
			display:block;
			background:#5b5b5b;}
	
	 .menu-panel {
	width: 60%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	color:#fff;
	margin-top:0px;
	
}

.js .menu-panel {
	position: absolute;
	left: -60%;
}

.slideRight {
	left: 60%;
}


.menu-toc {
	list-style: none;
	background-color:#4b4b4b; 
	color:#fff;
	margin-top:20px;
}

.menu-toc li a {
	display: block;
	line-height: 2.5;
	padding: 0 20px;
	cursor: pointer;
	border-bottom: 1px solid #1B1B1B; 
	color:#fff;
}
	

}


