nav {
  position: fixed;
  top: 25px;
  right: 20px;
  font-size: 20px !important;
  font-family: "Arial", Helvetica, sans-serif;
  z-index: 9999;
  line-height: 1;
  background: rgba(255, 255, 255, 1); /* 0.8 = 80% weiß */
  padding: 3px 6px;
}

nav a {
  color: black !important;
  text-decoration: none !important;
  font-style: normal !important;
  display: inline-block;
}

@media screen and (max-width: 999px) {
  nav {
    top: 25px;
    right: 30px;
    font-size: 15px !important;
  }
}
