.glossar-nav {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.glossar-nav a {
  text-decoration: none;
  font-weight: 600;
}
.glossar-nav a:hover {
  text-decoration: underline;
}