html {
  background-color: #222625;
  color: #FFFFFF;
  text-align: center;
  font-family: Sans-serif,	Arial;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #22262500;
  overflow: hidden;
  font-family: Sans-serif,	Arial;
  text-align: center;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: Sans-serif,	Arial;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
  font-family: Sans-serif,	Arial;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #2d4c58;
  color: white;
  font-family: Sans-serif,	Arial;
}

a {
    color: black; /* Setzt die Linkfarbe auf Schwarz */
    text-decoration: none; /* Entfernt die Unterstreichung */
}