header {
      /* Transparenter Hintergrund */
      text-align: center !important;
      padding: 10px 0 !important;
      /* Etwas Abstand oben und unten */
}


header nav ul {
      list-style-type: none !important;
      margin: 0 !important;
      padding: 0 !important;
}

.ghn_ul {
      display: inline-flex !important;
}

header nav ul li {
      display: inline-block !important;
      /* Links nebeneinander */
      margin-right: 20px !important;
      /* Etwas Abstand zwischen den Links */
}

header nav ul li a {
      text-decoration: none;
      color: black;
      /* Farbe des Texts */
}