.toggleMenu {
   //position: relative;
  //padding-right:20px;
  //float:right;
  width: 50px;
 height: 40px;
  //display: block;
  cursor: pointer;
 transition: all .3s ease-in-out;
  background:url("../../fileadmin/images_web/mmenuButton.png")   no-repeat;
  z-index:888;
  
}

.toggleMenu:hover {
background:url("../../fileadmin/images_web/mmenuButtonHover.png") no-repeat;

  
}


.toggleMenu:act {
background:url("../../fileadmin/images_web/mmenuButtonHover.png") no-repeat;
 

  
}

.nav :hover {
color: #000000;
}


.nav li ul a:hover {
color: #000000;
}

.nav li li a:hover {
color: #000000;
}



#########





body, nav, ul, li, a  {margin: 0; padding: 0; z-index:10}
a {text-decoration: none;}





.toggleMenu {
    display:  none;
    padding: 10px
    /*background:#ef7d00;*/

    }


.nav {
  width: 100%;
    list-style: none;
     *zoom:1;
  text-transform: uppercase;
     z-index: 1002;
}


.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}


.nav ul {
    list-style: none;
    width: 9em;
  padding-left:0px;
    padding-top:15px;
}

.nav a {
 padding: 0px 20px;
    color:#353535;
    z-index: 1002;
}



.nav li {
    position: relative;
}
.nav > li {
    float:left;
    /*border-top: 1px solid #353535;*/
 
}
/*.nav > li > .parent {
  background-image:url("../../fileadmin/imagesWeb/downArrow.png");
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;*/
}

.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
  
}
.nav > li.hover > ul {
    left: 0;
margin-top:-10px;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
display: block;
   background: #ffffff;
    position: relative;
 border-top: 0px solid #ffffff;
  color: #353535;
width:100%!important;
padding: 1px  3px  1px  3px!important;
margin-left:15px;
}


.nav li li li a {
    background:#fff;
    //border-top: 1px solid #000000;
  color: #353535;
}



@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
       /*background-image:url("../../fileadmin/imagesWeb/downArrow.png");
   background-image: url("images/downArrow.png");*/
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

