/* Site-Name auf mobilen Geräten ausblenden */
@media only screen and (max-width: 600px) {
  h1.siteTitle {
    display: none;
  }
}

li.nav-item.weblink > a[aria-current]:not([aria-current="false"]) {
  color: #003AAA !important;
}

li.nav-item.weblink > a[aria-current]:not([aria-current="false"]):hover {
  color: #003AAA !important;
  background-color: #ffffff !important;
}