/* Hauptnavigation ------------- */
.toggleMenu {
	display:  none;
	background: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	width:100%;
}
.toggleMenu a:link {
	color:#ffffff;
	text-decoration: none;
	font-weight: normal;
}
.toggleMenu a:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight: normal;
}
.toggleMenu a:focus {
	color:#ffffff;
	text-decoration:none;
	font-weight: normal;
}
.toggleMenu a:hover {
	color:#ffffff;
	text-decoration:none;
	font-weight: normal;
}
.toggleMenu a:active {
	color:#ffffff;
	text-decoration:none;
	font-weight: normal;
}
.toggleMenu span {
	position: absolute;
	text-indent: -800em;
	display: block;
	overflow: hidden;
	background-image:url(../images/plus-weiss.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 25px;
	height: 25px;
	top: 8px;
	right: 5px;
	z-index: 800;
}
.toggleMenu.active span {
	position: absolute;
	text-indent: -800em;
	display: block;
	overflow: hidden;
	background-image:url(../images/minus-weiss.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 25px;
	height: 25px;
	top: 6px;
	right: 5px;
	z-index: 800;
}
#navirespons {
	display: none;
}
nav {
	position: absolute;
	display: block;
	top: 15px;
	right: 2%;
	width: 70%;
	border: 0px solid red;
	z-index: 3500;
}
nav > ul {
	position: relative;
	width: 100%;
	list-style: none;
	margin: 0;
	padding:0;
	text-align: right;
}
nav ul > li {
	display: inline-block;
	text-align: right;
	margin-left: 15px !important;
}

nav ul li:before {
	position: inherit;
	top: inherit;
	left: inherit;
content: inherit;
	}
nav ul > li > a {
	text-decoration: none;
	font-size: 12px;
	font-size: 0.9rem;
	font-size: calc(12px + (24 - 20) * ((100vw - 320px) / (1600 - 320)));
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding-bottom: 0px;
	text-align: right;
	border: 0px solid red;
	-o-transition:color .1s ease-out, background 1s ease-in;
	-ms-transition:color .1s ease-out, background 1s ease-in;
	-moz-transition:color .1s ease-out, background 1s ease-in;
	transition:color .1s ease-out, background 1s ease-in;

}
nav ul a::first-child {
	padding-left: 0;
}
nav ul a:visited {
	color: #fff;
}
nav ul a:hover {
	text-decoration: none;
	color: #f7a5aa;
	border-bottom: 0px solid #fff;
}
nav ul a:focus, nav ul a:active {
	color: #fff;
}
nav ul > li:hover {
	position: relative;
}
nav ul > li > ul {
	position: absolute;
	left: -9999px;
	z-index: 3200;
	padding-top: 20px;
}
nav ul > li:hover > ul {
	position: absolute;
	display: block;
	left: -7px;
	top: 27px;
	background-color: #a4141b;
	width: 220px !important;
	padding-right: 20px;
	padding-bottom: 20px;
	z-index: 3200;
}
nav ul > li:hover > ul > li {
	display: block;
	margin-bottom: 0px;
	width: 100% !important;
	background-color: #a4141b;
	text-align: left;
}
nav ul > li > ul > li a, nav ul > li > ul > li a:hover {
	float: none;
	display: block;
	width: 100%;
	background-color: #a4141b;
	height: inherit;
	line-height: 130%;
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	text-transform: inherit;
	text-align: left;
	font-size: 0.875rem;
}
ul.rubriknavi {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.rubriknavi li:before {
	position: inherit;
	top: inherit;
	left: inherit;
content: inherit;
	}

ul#metanavi li:first-child a {
font-weight: bold;
}
/* Fuss-Navi --------------------- */

ul.fussnavi {
	position: relative;
	list-style-type:none;
	margin: 0;
	padding:0;
	text-align: left;
}
ul.fussnavi li {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 130%;
	border: 0px solid red;
}
ul.fussnavi li:before {
	position: inherit;
	top: inherit;
	left: inherit;
content: inherit;
	}
ul.fussnavi li a {
	display: block;
	color:#fff;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.8rem;
	font-weight: normal;

}
ul.fussnavi a:hover {
	color:#a4141b;
	text-decoration: none;
}
ul.fussnavi a.letztes {
	display: block;
	height: auto;
	padding-bottom: 0;
}
ul.fussnavi a.active {
	color:#000;
	text-decoration: none;
}
