.inhalt,
.gartenordnung,
.statuten {
  max-width: 1100px;
  margin: 0px auto;
  padding: 20px;
  text-align: left;
  line-height: 1.7;
}

.inhalt h1,
.inhalt h2,
.gartenordnung h1,
.gartenordnung h2,
.statuten h1,
.statuten h2 {
  text-align: left;
}

.inhalt p,
.gartenordnung p,
.statuten p {
  text-align: left;
}

.zurueck-menue {
  text-align: center;
  margin: 40px auto;
}

.zurueck-menue a {
  display: inline-block;
  padding: 10px 18px;
  background: var(--menu-active);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
}

.zurueck-menue {
  text-align: center;
  margin: 40px auto;
}

.zurueck-menue a {
  display: inline-block;
  padding: 10px 20px;
  background: #2e8b57;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.2s;
}

.zurueck-menue a:hover {
  background: #246b43;
}