/*! responsive-nav.js 1.0.39 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#nav {
  clear:both;
  top:40px;
  z-index: 1000;
}
#navbar {
  position: fixed;
  height:40px;
  left:0;
  right:0;
  display: block;
  cursor:pointer;
  background-color: #376530;
  top:0;
  z-index: 1000;
}
#navbar img {
  float:right;
  width:2em;
  margin-right:10px;
  content: url('/images/com2017_menu.png');
}

#navtitle {
  color:white;
  width: 80%;
  float:left;
  font-size: 1.5em;
  font-weight: lighter;
  padding: 4px 0px 0px 10px;
}

#navbar.active img {
  float:right;
  width:2em;
  margin-right:10px;
  content: url('/images/com2017_menuclose.png');
}

.li_menu {
  background-repeat: no-repeat;
  background-position: 5px 5px;
  padding: 18px 0px 0px 60px;
  height:40px;
  vertical-align: middle;
  background-color: #e6e6e6;
  color: black;
}

.ico_aufstellung {
  background-image: url('/images/com2017_aufstellung.png');
}

.ico_spielplan {
  background-image: url('/images/com2017_spielplan.png');
}

.ico_home {
  background-image: url('/images/com2017_home.png');
}

.ico_transfers {
  background-image: url('/images/com2017_transfer.png');
}

.ico_team {
  background-image: url('/images/com2017_team.png');
}

.ico_angebote {
  background-image: url('/images/com2017_offerstome.png');
}

.ico_gebote{
  background-image: url('/images/com2017_offers.png');
}

.ico_spielstand {
  background-image: url('/images/com2017_spielstand.png');
}

.ico_livescores {
  background-image: url('/images/com2017_livescores.png');
}

.ico_cup{
  background-image: url('/images/com2017_cup.png');
}

.ico_tippspiel {
  background-image: url('/images/com2017_tippspiel.png');
}

.ico_news {
  background-image: url('/images/com2017_news.png');
}

.ico_geruechte {
  background-image: url('/images/com2017_rumors.png');
}

.ico_nachrichten {
  background-image: url('/images/com2017_news.png');
}

.ico_verwaltung {
  background-image: url('/images/com2017_leader.png');
}

.ico_sprache {
  background-image: url('/images/com2017_sprache.png');
}

.ico_regeln {
  background-image: url('/images/com2017_regeln.png');
}

.ico_logout {
  background-image: url('/images/com2017_logout.png');
}
.ico_watchlist {
  background-image: url('/images/com2017_watchlist.png');
}

/*
@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
*/