body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
}

.background-image {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.container {
  position: absolute;
  top: 16px;
  right: 50px;
  left: 50px;
  text-align: left;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-link {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-weight: bold;
  margin-left: 16px;
}
.menu-link:hover {
  color: rgb(15, 97, 136);
}
.logo-image {
  height: 64px;
}

.reihentabelle {
  position: absolute;
  top: 220px;
  left: 50px;
  right: 50px;
  display: grid;
  place-items: center;
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 600px;
}
caption {
  text-align: left;
  font-weight: bold;
}
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
