@charset "UTF-8";

/* ################## MENUE DESKTOP ################## */

#right-menu {
	display:none;
	z-index: 999;
}

#menu, #menu.mobilmenu {
	width:100%;
	display:block;
	position: relative;
	border:0;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	box-sizing: border-box;
	height:31px;
	margin:0;
	z-index: 999;
	border-bottom: 1px solid black;
}

body#SEITE_1 #menu {
	border-bottom: 1px solid white;
}

nav {
	width:100%; 
	text-align: left;
}

#subnavi {
	display:none;
}
#subnavi.sichtbar {
	display:block;
}
/* ################## EBENE 1 ################## */

nav ul {
	padding: 0px; 
	list-style: none;
	position: relative;
	width:100%;
	display: flex;
	flex-direction: row;
}
nav ul li {
	margin-left: 25px;
	height:31px;
	width:20%;
	flex-grow: 1;
	}	
nav ul:after {
	content: ""; clear: both;
	}

		
nav ul li a {
	display: block; 
	padding: 0px 0px;
	color: rgba(56,60,61,1); 
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	text-align: center;
	/*border-bottom: 1px solid  white;*/
	letter-spacing: 1.05px;
	font-weight: 400;
	text-transform: uppercase;
	/*cursor: default;*/
	}
nav ul li:last-child a {
	/*cursor: pointer;*/
	}
nav ul li a:hover {
	color: #00b2bb;
	/*border-bottom: 6px solid rgba(0,97,161,1);*/
	letter-spacing: 1.05px;
	
	}
nav ul li.rex-current > a {
		color: black;
		font-weight: 700;
	}

/* ################## EBENE 2 ################## */

nav ul li:hover ul li a {
	border:0;
	font-weight: 400;
}

nav ul ul li {
	margin-left: 25px;
	margin-right: 25px;
	height:31px;
	}	
nav ul li ul li:last-child {
	margin-right: 25px;
	text-align: left;
	flex: 1;
	}
nav ul li:hover > ul {
	/*display: block;*/
	}	
nav ul ul {
	display: none;
	z-index: 999;
	width:auto;
	min-width: 165px;
	border-radius: 0px; 
	padding: 7px 0 15px 0;
	position: absolute; 
	top: 100%;
	margin-left: -25px;
	width:auto;
	}
nav ul ul li {
	float: none; 
	position: relative;
	height: auto;
		}
nav ul ul li a {
	display: block;
	color: rgba(56,60,61,1);
	box-sizing: border-box;
	padding:4px 0px;
	line-height: normal;
	height: auto;
	border:0;
	font-weight: 400;
	text-transform: none;
	cursor: pointer;
	}	
nav ul li ul li a {
	color: rgba(75,78,80,1); 
	/*padding-right: 25px;*/
}
body#SEITE_1 nav ul li a,
body#SEITE_1 nav ul li ul li a {
	color: white; 
	/*padding-right: 25px;*/
}

nav ul li ul li a:hover {
	color: rgba(0,97,161,1);
	}
	
nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}

nav ul li ul li.rex-current > a {
		background-color: transparent; 
		color: rgba(0, 97, 161, 1);
		font-weight: 700;
	}
nav ul li ul li.rex-current > a:hover {
		text-decoration: none;
	}

nav li.rex-active > a,
nav li.rex-article-22.rex-current > a.rex-current {
	color: black;
	}
nav a.underline {
	color:black;
}
nav ul.rex-navi1 > li.rex-active > a,
nav  li.rex-article-22.rex-current > a.rex-current {
	color: black;
	font-weight: 700;
	}
	
nav ul li.rex-current li a:after {
	content:"";
	border:0;
}
nav ul li li.rex-current.rex-active {
	background-color: rgba(255,255,255,0.3);
}

nav ul.rex-navi1 li.rex-article-22 ul.rex-navi2 {
	right:0;
	min-width:100px;
}
nav ul.rex-navi1 li.rex-article-22 ul.rex-navi2 li:last-child {
	text-align: right;
	}
	
/* ################## RESPONSIVE ################## */
	
#right-menu {
	display:block;
	position:absolute;
	right:10px;
	top:168px;
	background-color:#e30513;
	color:#fff;
	width:32px;
	height:32px;
	text-align:center;
	text-decoration:none;
	z-index: 10000;
	}

#menumobil.sichtbar {
	display: block;
	right:10px;
	left:auto;
	width:200px;
	box-sizing: border-box;
	top: 200px !important;
	position: absolute;
	z-index: 1000;
	background-color: #00b2bb;
}

#menumobil #navi ul li {
	text-align: left;
	list-style-type: none;
	
}

#menumobil #navi ul li ul li {
	text-align: right;
}
#menumobil #navi ul li a {
	color: white;
	text-decoration: none;
	padding: 5px 20px;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#menumobil #navi ul li a.rex-current {
	font-weight: 700;
}