.nav-icon{
   padding:0 23px 0 0px;
   background-repeat:no-repeat;
}


.haschild,.haschild:hover,.haschild-active{
   background-image:url(89.svg);
   background-repeat:no-repeat;
   background-position:right 0 bottom -3px;
   background-size:26px 26px;
}

.haschild:hover,.haschild-active{
   background-image:url(493.svg);
}



.level0, .level1,.level0-active, .level-_active{
color:#505050;
   font-style:normal; 
   text-decoration:none;
   display:block;
   font-size: 16px;
line-height:20px;
font-size:1.0rem; 
   line-height:1.25rem;

}

.level0-active, .level1-active{
color:#DC281E;
font-weight:500
}



.level1,.level1-active{
 font-size: 16px;
line-height:16px;
font-size:1.0rem; 
 line-height:1.0rem;
}

.level0:hover, .level0-active:hover, .level1:hover , .level1-active:hover {
  text-decoration:none;
  color:#DC281E;
}





/* Menu Styles */

.third-level-menu
{
    position: absolute;
    top: 0;
    right: -100%;
     width:100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}


.third-level-menu > li
{
    height: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
    background: #e3e5e9;
margin-bottom:1px;
   margin-left:1px;
         white-space: nowrap;

}

.third-level-menu > li:hover {  
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}


.second-level-menu
{background-color:#fff;
    position: absolute;
    top: 33px;
    left: 0;
    width: auto;
    list-style: none;
    padding: 12px 10px 0 8px;
    margin: 0;
   display: none;
   z-index:9999;
}

.second-level-menu > li
{
    position: relative;
    height: 26px;
    background: #fff;
   padding-right:10px;
   white-space: nowrap;
}


.top-level-menu
{width:100%;
    list-style: none;
    padding: 0;
   margin: 0;
   float:left;
   display: flex;
  justify-content: space-between;
}

.top-level-menu > li
{ 
   height:34px;
   z-index:9   
}

.top-level-menu li:before{
     content:  "";
}

.mobile-level-menu li:before{
}


.top-level-menu > li:hover { }

.top-level-menu li:hover > ul
{
   /* MouseOver deaktivieren
   display: inline;
   */
}




/* Menu Link Styles */

.top-level-menu a /* Apply to all links inside the multi-level menu */
{
    text-decoration: none;
    padding: 0px 8px 0 10px;

    display: block;

}

.second-level-menu li a:focus-visible {
outline-offset: 0px;
padding-top: 2px;
height: calc(100% - 7px);
}



@media screen and (max-width:910px) {

.level0, .level1,.level0-active, .level-_active{

   font-size: 15px;
line-height:20px;
font-size:0.95rem; 
   line-height:1.25rem;
}

}

  

    