body {
  margin: 0;
}

.haupt {
  width: 50%;
  margin: auto;
  background-color: #f9f9f9;
  font-family: EBGaramond;
  padding-bottom: 1%;
}

.logo {
  text-align: center;
  width: 25%;
  margin: auto;
  padding-bottom: 1%;
}

.kopfzeile {
  background: #f0f0f0;
}

.navigation {
  font-size: 150%;
  display: flex;
  margin-bottom: 1%;
  background: #f3f3f3;
  padding: auto;
}

.navigation .eintraege {
  width: 50%;
  margin: auto;
  text-align: center;
  gap: 15%;
}

.navigation .eintraege a {
  color: #000000;
}

.navigation .eintraege a #ausgewaehlt {
  font-weight: 600;
}

p {
  font-size: 150%;
  text-align: justify;
}

.inhalt {
  width: 75%;
  margin: auto;

}

a {
  text-decoration: none;
}

h1 {
  font-size: 250%;
}

h2 {
  font-size: 200%;
}

.fusszeile {
  font-family: EBGaramond;
  background: #fbfbfb;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.runder {
    border-radius: 15px;
}

.graubild {
  filter: grayscale(100%);
}
