
 #MyMenu ul
{
	background-color: #fff;
}
li.sub-menu {
}

	nav {
		position: fixed;
	margin: 0px;
	overflow-y: auto;
  /* overflow-y:scroll; */
  /* overflow-x:hidden; */


}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/* border-bottom: 1px solid #ccc; */

}
nav ul li li{
  margin-left:10px;
  /* border-bottom: 1px solid #ccc; */

}
@media (max-width: 1240px) {
  nav ul li {
    margin-right:0px;
  }
}


nav ul li a {
	display: block;
	padding: 0px 10px px 0px;
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	/* border-bottom: 1px solid #ccc; */
	font-family: "Roboto", sans-serif;
	  color: #000;
	  font-size: 16px;
		font-weight: 400;
		/* text-transform: uppercase; */

}

@media (max-width: 992px) {
  nav ul li a {
  	border-bottom: 1px solid #ccc;
  }
}




nav ul li.active a {
	color: #000;
	text-decoration: none;
  background-color:rgba(0,0,0,0.05);
}
nav ul li a:hover {
	color: #000;
	text-decoration: none;
  background-color:rgba(0,0,0,0.05);
}

/* nav ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 5px;
	float:right;
} */
nav ul ul a{
	/* border-bottom: 1px solid #ccc; */
	margin-left:0px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
nav ul li a{
	/* border-bottom: 1px solid #ccc; */

  border-bottom: 1px solid #ccc;
  padding: 5px 0 5px 0;
}
.mobile-nav ul ul {
	/* border-bottom: 1px solid #ccc; */
	margin-left:5px;
}
nav ul li ul li a {
	/* border-left: 4px solid transparent; */
	/* padding: 5px 10px; */
}
nav ul li ul li a:hover {
	/* border-left: 4px solid #ccc; */
}

/* .links {
background-color: pink;
width:150px;
float: left;
}
.rechts {
background-color: lime;
float: right;
} */

/* ########## */
.nav-menu .drop-down ul {
  display: none;
  left: 0px;
  z-index: 99;

  opacity: 0;
  visibility: hidden;
  /* transition: ease all 1.3s; */

  height:0px;
}

.nav-menu .drop-down-active > ul {
  display: inline;
  opacity: 1;
  visibility: visible;
  height:auto;
  /* transition: height 2s; */
}

.nav-menu .drop-down li {
  position: relative;
}

.li-topNavi  {
  position: relative;
  white-space: nowrap;
  float: left;
}
.nav-topNavigation {
	width:auto;
	color:#000;
}
.nav-topNavigation a{
	color:#000;
}

.mymenu_link:hover,
.sub-menu a:hover,
li.active
 {
  /* background-color:rgba(0,0,0,0.04); */
  /* border-right: 1px solid #ccc; */
}


li.active li.active a.mymenu_link {
  color:#B8525A!important;
}



/* .sonderfall_97 {
  background: url("../../..../../../fileadmin/mua/img/sonderfall_97.png") ;
		background-position: 200px 16px;
    background-repeat: no-repeat;
    background-size: 14px;
}
 .sonderfall_98 {
  background: url("../../..../../../fileadmin/mua/img/sonderfall_98.png") right center;
	background-position: 200px 16px;
	background-repeat: no-repeat;
	background-size: 14px;
}
.sonderfall_99 {
  background: url("../../..../../../fileadmin/mua/img/sonderfall_99.png") right center;
	background-position: 200px 16px;
	background-repeat: no-repeat;
	background-size: 14px;
} */

/* MOBILE NAV */





/* Mobile Navigation */
.icofont-navigation-menu {
  font-size: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.icofont-close {
  font-size: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.mobile-nav-toggle {
  position:sticky;
  right: 20px!important;
  /* top: 25px!important; */
  z-index: 9998;
  border: 0;
  font-size: 15px;
  transition: all 0.4s;
  outline: none !important;
  line-height:normal;
  cursor: pointer;
  color:#000!important;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	/* right: 20px;
	top: 25px; */
	background: var(--color4);
	color: #fff;
	transition: display 1.2s ease-in-out;

}
.mobile-nav-toggle:hover {
  background: #fff;
  transition: 0.8s ease-in-out;
  color:#677386!important;
}

@media (max-width: 576px) {
	.mobile-nav-toggle {
	  /* position: fixed;
	  right: 10px!important;
	  top: 11px!important;
	  font-size: 20px; */

	}
}

.toggle-ueberschrift:after {
  font-family: "IcoFont";
	font-size: 1.2em;
  content: "\eaa0";
  color:var(--color4);
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  padding-top: 0px;
  padding-left: 0px;
  position: absolute;
  right: -2px;
  font-weight: 600;
}

.mobile-nav .toggle-ueberschrift:after {
  font-family: "IcoFont";
	font-size: 2.2em;
  content: "\eaa0";
  color:var(--color4);
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  top: 0px;
  padding-left: 0px;
  position: absolute;
  right: 0px;
  font-weight: 600;
}

.drop-down-active .toggle-ueberschrift:after {

  font-family: IcoFont;
  content: "\ea99";
  transition: all 3s 1s;
  background-color: #cecece;
  background-color: rgba(0,0,0,0.05);
  right: 0px;
}

.mobile-nav .active > .toggle-ueberschrift:after {
  content: "\ea99";
  font-family: IcoFont;
  font-weight: 600;

}
.nav-menu {
	z-index: 10001;
	position: fixed;
  top: 70px;
  bottom: 15px;
  left: 15px;
	width:220px;
  /* overflow-y: auto; */
  transition: ease-in-out 0.2s;
  border-radius: 1px;

}
.logo_nav {
	width:205px;
	height:auto;
	padding:  0;
	position: fixed;
	top:75px;
	left:15px;
}


.logo_nav-scrolled {
	top: 30px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}



@media (max-width: 1240px) {
  .logo_nav {
    /* height: calc(100vh - 70px); */
		width:150px;
  }
	.nav-menu {
	  top: 75px;
	  bottom: 15px;
	  left: 15px;
		width:160px;
	}

	nav ul li a {
		padding: 0px 0px 0px 0px;
		  font-size: 13px;
			font-weight: 100;

	}
}

@media (max-width: 1250px) {
  /* .logo_nav {
		width:140px;
  }
	.nav-menu {
	  top: 160px;
	  bottom: 15px;
	  left: 15px;
		width:140px;
		-webkit-transition: 0.2s linear;
		-moz-transition: 0.2s linear;
		-ms-transition: 0.2s linear;
		-o-transition: 0.2s linear;
		transition: 0.2s linear;
	} */

	nav ul li a {
		padding: 0px 0px 0px 0px;
		  font-size: 13px;
			font-weight: 400;
      padding: 3px 0 3px 0;

	}
}


.nav-menu-scrolled {
	 top: 150px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.nav-menu .active > .toggle-ueberschrift:after {
  content: "\ea99";
  font-family: IcoFont;
	z-index: 9990;
}

.mobile-nav-toggle i {
  color: #fff;
	shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  shadow:1px 1px 12px rgba(0,0,0,.4)
}
.mobile-nav-toggle i:hover {
  color: #677386;
}
.mobile-nav-toggle i:visited {
  color: #677386;
}

.mobile-nav {
  position: fixed;
  top: 80px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  z-index: 1000000004;
  overflow-y: auto;
  /* background:rgba(255, 255, 255, 0.9); */
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 1px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2b2320;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
  /* border-bottom: 1px solid rgba(0,0,0,0.1); */
}


.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #677386;
  text-decoration: none;
}

/* .mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
} */



/* .mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 150px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
} */

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0px;
  left: 0;
  margin-right:10px;
  position: fixed;
  background: rgba(14, 11, 10, 0.6);
  overflow: hidden;
  overflow-y:scroll;
  display: none;
  transition: ease-in-out 0.4s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  /* color: #fff; */
}


/*--------------------------------------------------------------
# Eigene Formatierungen
--------------------------------------------------------------*/
