.help {
  font-family: "Alexandria", Helvetica, Arial, sans-serif;
}
.help a:link,
.help a:visited {
  color: black;
  text-decoration: none;
}
.help a:hover,
.help a:active {
  font-size: 90%;
  text-decoration: underline;
}
.help ul {
  list-style-type: none;
}

.help-note {
  font-size: 74%;
}

.help-index {
  display: flex;
  justify-content: space-evenly;
  width: 400px;
}
.help-index ul {
  width: 50%;
  padding: 0px;
}

.help-content iframe {
  width: 600px;
  height: 600px;
}

.help-image {
  border: 1px solid black;
  border-radius: 12px;
}
.help-image.water {
  width: 50px;
  height: 50px;
  background-image: url("../image/Karte/set_1/water.png");
}
.help-image.gras {
  width: 50px;
  height: 50px;
  background-image: url("../image/Karte/set_1/gras.png");
}
.help-image img {
  width: 50px;
}

.help-navigation {
  width: 400px;
  height: 12px;
}

.help-box {
  font-size: 74%;
  padding: 5px;
  border: 1px solid black;
  border-radius: 12px;
  background-color: #545454;
}

.help-subpage {
  font-size: 74%;
}

.help-subindex {
  display: flex;
  justify-content: space-evenly;
  padding: 5px;
  border: 1px solid black;
}
    #audio-controls {
      margin-top: 20px;
    }
    button {
      padding: 5px 10px;
      font-size: 14px;
      cursor: pointer;
      background-color: #545454;
      color: #D0AD68;
      border: 1px solid black;
      border-radius: 5px;
    }
    button:hover {
      opacity: 0.9;
    }
