header#stco_menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: top .3s ease-out;
  transition: top .3s ease-out;
  background-color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 2px 4px 21px rgba(0, 0, 0, 0.35);
}

header#stco_menu a.logo {
  background-image: url("/images/wmzaune_logo_black.svg");
  background-repeat: no-repeat;
  background-size: 5rem;
  height: 5rem;
  width: 7rem;
      z-index: 222;
}

header#stco_menu #menu_stco {
  list-style-type: none;
  width: 100%;
  margin-top: 0;
}

header#stco_menu #menu_stco li {
  color: #000000;
}

header#stco_menu #menu_stco li a {
  font-size: 1rem;
  color: #000000;
  font-weight: 300;
}

header#stco_menu #menu_stco li a.active {
  font-weight: 500;
  color: #161615;
}

header#stco_menu #menu_stco li a.active:hover {
  font-weight: 500;
}

header#stco_menu #menu_stco li a:hover {
  font-weight: 300;
  color: #7e313e;
}

@media (max-width: 991px) {
  header#stco_menu #menu_stco.navbar-collapse.show {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 5;
  }

  header#stco_menu #menu_stco.navbar-collapse.show ul {
    padding: 2rem;
    margin-top: 4rem;
  }

  header#stco_menu #menu_stco.navbar-collapse.show ul > li {
    text-align: center;
  }

  header#stco_menu #menu_stco.navbar-collapse.show ul > li > a {
    font-size: 1.4rem;
    font-weight: 300;
  }
}

