#menu-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}

@media (min-width: 900px) {
  #menu-toggler {
    display: none;
  }
}
#menu-toggler::before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23ffffff' width='15px' height='15px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.844 6.050c-0.256-0.256-0.381-0.581-0.381-0.975s0.125-0.719 0.381-0.975 0.581-0.381 0.975-0.381h28.512c0.394 0 0.719 0.125 0.975 0.381s0.381 0.581 0.381 0.975-0.125 0.719-0.381 0.975-0.581 0.381-0.975 0.381h-28.512c-0.394 0-0.719-0.125-0.975-0.381zM31.306 14.963c0.256 0.256 0.381 0.581 0.381 0.975s-0.125 0.719-0.381 0.975-0.581 0.381-0.975 0.381h-28.512c-0.394 0-0.719-0.125-0.975-0.381s-0.381-0.581-0.381-0.975 0.125-0.719 0.381-0.975 0.581-0.381 0.975-0.381h28.512c0.394 0 0.719 0.125 0.975 0.381zM31.306 25.819c0.256 0.256 0.381 0.581 0.381 0.975s-0.125 0.719-0.381 0.975-0.581 0.381-0.975 0.381h-28.512c-0.394 0-0.719-0.125-0.975-0.381s-0.381-0.581-0.381-0.975 0.125-0.719 0.381-0.975 0.581-0.381 0.975-0.381h28.512c0.394 0 0.719 0.131 0.975 0.381z'%3E%3C/path%3E%3C/svg%3E");
  margin: 3px 5px 0 0;
}

#top-image {
  width: 100%;
  height: 164px;
  background: url("/themes/naturglaskunst/img/header-glas.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#top-navigation {
  width: 100%;
  margin-bottom: -3px;
  background-color: #000;
  text-align: center;
}

@media (min-width: 900px) {
  #menu-toggler {
    display: none;
  }
  #top-navigation {
    text-align: left;
  }
}
#block-naturglaskunst-hauptnavigation {
  display: none;
}

#block-naturglaskunst-hauptnavigation ul {
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 900px) {
  #block-naturglaskunst-hauptnavigation ul {
    display: flex;
  }
}
#block-naturglaskunst-hauptnavigation ul li {
  margin: 0.2em 0.5em 0.2em 0;
}

#block-naturglaskunst-hauptnavigation ul li:first-of-type {
  margin-left: 0.4em;
}

@media (min-width: 900px) {
  #block-naturglaskunst-hauptnavigation ul li::after {
    content: "|";
    color: #fff;
    margin-left: 0.5em;
  }
  #block-naturglaskunst-hauptnavigation ul li:last-of-type::after {
    content: "";
  }
}
#block-naturglaskunst-hauptnavigation ul li a {
  display: block;
  font-weight: bold;
}

@media (min-width: 900px) {
  #block-naturglaskunst-hauptnavigation ul li a {
    display: initial;
  }
}
#block-naturglaskunst-hauptnavigation ul li a:hover, #block-naturglaskunst-hauptnavigation ul li a.is-active {
  color: #fff;
}

/*# sourceMappingURL=header.css.map */
