body {
  font-family: "Montserrat", sans-serif;
  background-color: white;
  margin: 0;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

h1,
h2 {
  color: #1f4043;
}

nav.inhalt {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

nav.inhalt ul {
  list-style: none;
  padding-left: 2rem;
}

nav.inhalt li {
  margin-bottom: 5px;
}

nav.inhalt a {
  color: #fe8e3c;
  text-decoration: none;
  font-weight: bold;
}

nav.inhalt a:hover {
  text-decoration: underline;
}

ul.item-list {
  list-style: none;
  padding-left: 0;
}

ul.item-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.item-icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

details {
  margin-bottom: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-left: 5px solid #fe8e3c;
  padding: 10px;
  border-radius: 6px;
  -webkit-tap-highlight-color: transparent;
}

details summary {
  cursor: pointer;
  font-weight: bold;
  color: #fe8e3c;
  -webkit-tap-highlight-color: transparent;
}

details p {
  margin: 8px 0 0 0;
}

#leitung {
  margin-top: 2em;
  background-color: #f0f0f0;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  color: #1f4043;
}

#leitung h2 {
  color: #1f4043;
  margin-left: -1rem;
  margin-bottom: 1rem;
}

.leitung-block {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 4px solid #fe8e3c;
}

.leitung-block h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
  font-size: 1.2rem;
  color: #1f4043;
}

.leitung-block p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

strong {
  color: #1f4043;
}

.greenImg {
  filter: brightness(0) saturate(100%) invert(19%) sepia(53%) saturate(403%)
    hue-rotate(136deg) brightness(96%) contrast(92%);
  vertical-align: middle;
}

.yellowImg {
  filter: brightness(0) saturate(100%) invert(70%) sepia(88%) saturate(2136%)
    hue-rotate(331deg) brightness(100%) contrast(101%);
  vertical-align: middle;
}
