/* mulish-regular - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mulish-v3-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/mulish-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/mulish-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/mulish-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/mulish-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/mulish-v3-latin-regular.svg#Mulish') format('svg'); /* Legacy iOS */
}
/* Base Styles */
#navigation,
#navigation ul,
#navigation li,
#navigation a {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	text-decoration: none;
	font-family: 'Mulish', sans-serif;
	position: relative;
	color: #e30613;
	font-size: 8pt;
	line-height: 13pt;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 200px;

}
#navigation {
  	float: left;
	background-color: #FFF;
	letter-spacing: 2pt;
	width: 200px;
	height: 600px;
}

#navigation > ul > li {
  	list-style: none;
	background: #FFF;
	padding: 2px 0px 5px 0px;
	font-family: 'Mulish', sans-serif;
	text-align: left;
	font-size: 8pt;
	line-height: 13pt;
	font-weight: 300;
}
#navigation > ul > li:first-child:hover {
	background: #FFF;
}
#navigation > ul > li {
	border-bottom: 1px solid #666;
}
#navigation > ul > li #has-sub {
	border-bottom: 1px solid #e30613;
	padding-top: 7px
}
#navigation > ul > li:hover {
  	background: #FFF;
	color: #666;
}
#navigation > ul > li > a {
	font-size: 8pt;
	line-height: 13pt;
	display: block;
	width: 200px;
	color: #666;
}
#navigation ul li a:hover {
  	color: #000;
}
#navigation > ul > li > a > span {
  	display: block;
	heigtht: 200px;
}
#navigation a {
	padding: 2px 0px 8px 0px;
	}
#navigation > ul > li.aktuell {
  	padding: 2px 0px 1px 0px;
	border-bottom: 5px solid #e30613;
	background-color: #FFF;
}

/* Sub menu */
#navigation ul ul {
	display: none;
	background: #fff;
	list-style: none;

}
#navigation ul ul li {
	border-top: 1px solid #e30613;
	background: #FFFF;
}

#navigation ul ul a {
	padding: 2px 0px 15px 0px;
	display: inherit;
	color: #666;
	font-size: 8pt;
	line-height: 13pt;
	font-weight: normal;
}
#navigation ul ul a:before {
	left: 0px;
	color: #e30613;
}
#navigation ul ul a:hover {
	color: #000;
}
#navigation ul li #active {
	display: block;
	padding-top: 5px;
}
#navigation ul li #no-sub {
	padding-top: 5px;
}

.bullrot {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	color: #e30613;
	text-align: center;
	letter-spacing: 5pt;
}