.lagerinfos-wrapper {
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
}

.lagerinfos-content {
  max-width: 800px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Headings */
.lagerinfos-content h1 {
  font-size: 2rem;
  color: var(--accent2);
  margin-bottom: 1.5rem;
}

.lagerinfos-content h2 {
  color: var(--accent2);
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.lagerinfos-content h4 {
  margin-bottom: 0.4rem;
  color: #444;
}

/* Paragraphs */
.lagerinfos-content p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Lists */
.lagerinfos-content ul {
  padding-left: 1.2rem;
  margin: 0.5rem 0;
}

.lagerinfos-content li {
  line-height: 1.6;
  list-style: disc;
}

/* Leitung Sections */
.lagerleitung {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.lagerleitung > div {
  flex: 1 1 250px;
  background: #f0f0f0;
  padding: 1rem;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .lagerleitung > div {
    flex: none;
  }
}

/* Lageradresse Highlight */
.lageradresse {
  margin-top: 1rem;
  background: #d3e2c6;
  padding: 1rem;
  border-left: 4px solid #6e9950;
  font-style: italic;
  border-radius: 4px;
}

.weitere-infos {
  margin-top: 2rem;
}

.weitere-infos a {
  padding: 8px 16px;
  background-color: var(--accent1);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.weitere-infos a:hover {
  background-color: var(--accent1-hover);
}
