@media (min-width: 400px) {
  .container-header .mod-menu {
    flex-direction: row;
    flex: 1;
    display: flex;
    gap: .5rem;
  }
  .container-header .mod-menu > li::after {
    content: "";
    opacity: .2;
    background: 0 0;
    height: 2px;
    margin: auto;
    transition: all .2s,background-color .2s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
  }
}
.container-header {
  background-image: linear-gradient(to right, #8B4513, #FFD39B); /* change color */
}
._access-icon {
  top: 15% !important;
  left: 80% !important;
}

.ebene1_1 {
  margin-top: 1px;
  background-image: linear-gradient(to right, #8B4513, #FFD39B); /* change color */
  color: white;
  font-size: smaller;
}

.ebene1_1 a {
  text-decoration: underline;
  color: white;
}

.ebene1_1 a:hover {
  text-decoration-color: yellow;
  font-weight: bold;
}
.artikelueberschrift h2 {
	font-size: 1.2rem;
	}
.titelklein .modul_header h3 {
	font-size: 1.2rem;
	}
