body {
  margin: 25px;
  font-family: nimbus sans L,sans-serif;
  font-weight: inherit;
  font-size: 1rem;
  background-color: black;
  color: ivory;
}
p {
  font-family: nimbus sans L,sans-serif;
  font-weight: inherit;
  font-size: 1rem;
  color: ivory;
}
a:link {
  text-decoration: none;
  color: white;
}
a:visited {
  text-decoration: none;
  color: snow;
}
a:hover {
  text-decoration: underline;
  color: white;
}
h1 {
  font-family: nimbus sans l,sans-serif;
  font-weight: inherit;
  font-size: 1.5rem;
  padding-bottom: 20px;
}
.QuelleLink {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: nimbus sans l,sans-serif;
  font-size: 10pt;
}
.NaviLeiste {
  font-family: nimbus sans L,sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.75;
  text-align: right;
  margin-top: 60px;
  margin-bottom: 30px;
}
