#mobileMenu { overflow: auto; }

#overlay, #mobileMenu, #mobileTrigger { display: none; }

@media screen and (max-width: 800px) {
  #mobileTrigger { display: block; font-weight: bold; line-height: 62px; float: right; 
  font-size: 17px; text-align: center; width: 20%; }
  #mobileTrigger a { color: #00905b; }
  #mobileMenu { display: block; background: #fff; height: 100%; left: -80%; min-width: 256px;
    position: fixed; top: 0; width: 80%; z-index: 3000;
  }
  #overlay { background: none repeat scroll 0 0 #1a1a18; height: 100%; opacity: 0.7;
    position: fixed; top: 0; width: 100%; z-index: 499; 
  }
  
  #mobilePortal ul { list-style-type: none; margin-top: 3px; }
  #mobilePortal li { background: #e5e5e5; border-radius: 6px; margin: 0 1% 3px; text-transform: uppercase; 
   text-align: center; padding: 6px 0; font-size: 16px; font-weight: bold; }
  #mobilePortal li.active { background: #00905b; color: #fff; }
  #mobilePortal li.active a { color: inherit; }
  
  #mobileMain ul { list-style-type: none; display: none; }
  #mobileMain > ul, #mobileMain ul.fourthLevel { display: block; }
  #mobileMain > ul > li { line-height: 32px; background: url("../../images/backgrounds/bg_mainnav.jpg") repeat-x #e5e5e5; }
      #mobileMain > ul > li > a { color: #fff; padding-left: 20px; }
      
  #mobileMain .submain { background: #e5e5e5; border-bottom: 3px solid #c6c8c7;
    display: none; left: 0; width: 100%; position: relative;
  }
  
  #mobileMain .submain .center { width: 100%; }
  #mobileMain .submain .center > ul { display: block; }
  #mobileMain .submain .center > ul > li { border-bottom: 1px solid #00905b; }
  #mobileMain .submain .center > ul > li > a { padding-left: 20px; }
  
  #mobileMain .submain .center > ul > li ul li a { padding-left: 40px; }
  #mobileMain .submain .center > ul > li ul li a:before { color: #00905b; content: "g";
    font-family: "ewr-netze" !important; font-size: 9px; font-style: normal !important;
    font-variant: normal !important; font-weight: normal !important;line-height: 1;
    margin-right: 5px; text-transform: none !important;
  }
  
  .mml { width: 32px; height: 32px; display: block; float: right; cursor: pointer; }
  .mml:before { color: #fff; content: "j"; display: none; float: right; font-family: "ewr-netze" !important;
    display: block; font-size: 12px; font-style: normal !important; font-variant: normal !important;
    font-weight: normal !important; line-height: 32px; padding-right: 12px; text-transform: none !important;
  }   
  .submain .mml:before { color: #00905b; } 
  
  #mobileMain .submain .center > ul > li ul.fourthLevel li a { padding-left: 50px; }
  #mobileMain .submain .center > ul > li ul.fourthLevel li a:before { color: #999; }  
  
}  
  
}