/* - Navigationen -----------------------------------------------
	 
	   ---------------------------------------------------------*/	
/*HAUPTNAVIGATION*/			
#nav {
	background-color: #b5152b; /*rot*/
	line-height: 24px;
	height:26px;
	padding: 0;
	margin-top:-4px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 1.0em;
		
}
#nav a {
	font-weight: bold;
	font-size: 1.167em;
	display: inline-block;
	line-height: 26px;
	color: #000;
	text-transform:uppercase;
	padding:  0 10px 0 10px;
}
#nav a {
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-ms-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}
#nav a:hover {
	background-color: #ecd2d6;
}
#nav span.plus {
	display: none;
}
#nav a.active {
	color: #fff;
}



/*  SUBNAVIGATION  */
			
#nav ul > li {
	position: relative;
}
#nav ul ul {
	display: none;
	position: absolute;
	z-index: 30;
}
#nav ul.sub2 {
	display: none;
}
#nav ul li ul li {
	float: none;
	padding: 0;
	margin: 0;
	border: none;
	height: inherit;
	width: 100%;
}
#nav ul li ul li ul li {
	display: none;
}
#nav ul ul li a {

	background: #fff;
	width: 160px;
	color: #000;
	border-bottom: 1px solid #a02031;
	-webkit-transition: background .5 ease;
	-moz-transition: background .5 ease;
	-ms-transition: background .5 ease;
	-o-transition: background .5 ease;
	transition: background .5 ease;
	text-transform: none;
		text-transform:uppercase;
}
#nav ul ul li a:hover {
	background-color: #ecd2d6;
}
.link-uebersicht {
	display: none;
}


#nav .navresp, .ico-menue {
	display: none;
	
}
.btn {
	background: #a02031;
	color: #fff !important;

	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	margin-top: 5px;
}
.btn::before {
	font-family: FontAwesome;
	content: "\f0a9";
	position: absolute;
	left: 10px;
	top: 4px;
}
.btn:hover {
	background:#ecd2d6;
}
/* Sekundaeravigation*/	

nav.sekundaernav {
	width: 17.3998%;
	float: left;
	min-height: 300px;
}
nav.sekundaernav ul {
	list-style-type: none;
	padding-top: 50px;
}
nav.sekundaernav ul li {
	line-height: 1.8em;
	margin-right: 40px;
}
nav.sekundaernav ul li a {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	
}
nav.sekundaernav ul li a:hover {
	color: #b5152b; /*rot*/
}
nav.sekundaernav .active, nav.sekundaernav .subaktiv {
	color: #b5152b; /*rot*/
}

nav.sekundaernav ul ul{
	padding:0px;
	}
	
nav.sekundaernav ul ul li a {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 0;
	/*padding-left: 10px;*/
}


@media screen and (min-width:768px) {
#nav ul li:hover ul.sub, #nav ul.sub li:hover ul.sub2 {
	display: block !important;
		opacity: 0.8;
}
}

@media screen and (max-width:960px) {
nav.sekundaernav ul li{
	display:none;
	}	

#main {
	margin-top: 50px;
}
/* test für NAV OFF Canvas,resp Navigation*/
#nav {
	position: absolute;
	top: 0;
	left: -300%;
	z-index: 300;
	background-color:#b5152b;
	margin: 0px;
	
	width: 300px;
	height: auto;
	line-height: 2.8125em;
}
#nav ul li {
	float: none;
	overflow: hidden;
	border-bottom: 1px solid #000;
	padding-right: 0em;
}
#nav ul li ul li ul li {
	display: block;
}
#nav ul ul li a, #nav ul li a {
	padding: 5px 20px 5px 20px;
	color: #000;
	-webkit-transition: background .5 ease;
	-moz-transition: background .5 ease;
	-ms-transition: background .5 ease;
	-o-transition: background .5 ease;
	transition: background .5 ease;
	text-transform: uppercase;
}

#nav ul ul li a{
	text-transform: none!important;
	}
#nav a {
	color: #5f5f5f;
	padding-left: 10%;
	width: 100%;
}
#nav li:first-child, #nav li:last-child {
	display: block;
}
.ico-menue {
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.5em;
	padding-left: 25px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: -4px 0px 0px 0px;
	line-height: 1.8em;
	background-color:#b5152b;
	text-align:center;
	padding-left:5px;

}
.ico-menue::before {
	font-family: FontAwesome;
	content: "\f039 ";
	/*position: absolute;*/
	font-size: 0.9em;
	padding-right: 2px;
	left: 0;
	top: 2px;
	
}
#nav .navresp {
	padding: 5px 20px 5px 0px;
	color:#000;
	display:block;
}
#nav a.gclose {
	font-size: 1.2em !important;
	border-bottom: 1px solid #000;
	width: auto;
	position: relative;
	padding-left: 17%;
	
}
#nav a.gclose::before {
	font-family: FontAwesome;
	content: "\f057 ";
	position: absolute;
	left: 6%;
	top: 5px;
	font-size: 1.4em;
	color: #000;
}
#nav span.plus {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5em;
	padding: 0 35px;
	position: absolute;
	right: -7px;
	top: 0px;
	width: 10%;
}
#nav ul ul span.plus {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5em;
	padding: 0 70px;
	position: absolute;
	right: -7px;
	top: 0px;
	width: 10%;
}
#nav ul ul {
	position: relative;
}
#nav ul.sub a {
	width: 100%;
	background: transparent;
	border: none;
	padding-left: 15%;
}
#nav ul.sub2 {
	margin-left: 0;
}
#nav ul.sub2 a {
	padding-left: 23%;
}
#nav ul.sub2 a::before {
	content: "- ";
}
.link-uebersicht {
	display: block;
	font-style: italic;
}
.plus2::after {
	font-family: FontAwesome;
	content: "\f107 ";
	float: right;
	padding-right: 10px;
	margin-top: -3px;
	font-size: 1.3em;
}
}
