.page-header {
  background: #1a1a1a;
  color: #fff;
  padding: 3.5rem 2rem 3rem;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  z-index: 0;
}

.page-header .container {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
}

.breadcrumb {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
}

.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li + li::before {
  content: "›";
  margin: 0 0.45rem;
  opacity: 0.6;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.15s;
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb li[aria-current="page"] {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.page-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800;
  margin: 0 0 0.6rem;
  line-height: 1.1;
}

.page-lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  max-width: 600px;
}

.page-body {
  padding: 4rem 0 5rem;
  background: #fff;
}

.page-body .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
}

.content-section {
  margin-bottom: 4rem;
}

.content-section:last-child {
  margin-bottom: 0;
}

.content-section h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--primary-green);
  display: inline-block;
}

.content-section p {
  color: #444;
  line-height: 1.8;
  font-size: 0.97rem;
  margin: 0 0 1rem;
}

.content-section p:last-child {
  margin-bottom: 0;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}

.content-grid.reverse {
  direction: rtl;
}

.content-grid.reverse > * {
  direction: ltr;
}

.content-grid-text h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--primary-green);
  display: inline-block;
}

.content-grid-text p {
  color: #444;
  line-height: 1.8;
  font-size: 0.97rem;
  margin: 0 0 1rem;
}

.content-img {
  width: 100%;
  border-radius: 4px;
  display: block;
  object-fit: cover;
  cursor: pointer;
  transition: opacity 0.2s;
}

.content-img:hover {
  opacity: 0.92;
}

.content-img-caption {
  font-size: 0.72rem;
  color: #aaa;
  font-style: italic;
  margin: 0.5rem 0 0;
}

.img-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.img-grid-item {
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.img-grid-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.img-grid-item:hover img {
  transform: scale(1.04);
}

.img-grid-caption {
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 0.75rem;
  padding: 0.4rem 0.7rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.25s;
}

.img-grid-item:hover .img-grid-caption {
  opacity: 1;
}

.info-box {
  background: #f5f2ed;
  border-left: 4px solid var(--primary-green);
  border-radius: 4px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.info-box p {
  margin: 0;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.7;
}

.besuch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.besuch-card {
  background: #f5f2ed;
  border-radius: 8px;
  padding: 1.75rem 1.5rem;
  border-top: 4px solid var(--primary-green);
}

.besuch-card-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.besuch-card h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0.85rem;
  padding-bottom: 0;
  border-bottom: none;
  display: block;
}

.besuch-card p {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 0.5rem;
}

.besuch-time {
  font-size: 1.3rem !important;
  font-weight: 700;
  color: var(--primary-green) !important;
}

.besuch-highlight {
  font-size: 1.1rem !important;
  font-weight: 700;
  color: var(--primary-green) !important;
}

.besuch-map-frame {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 6px;
  display: block;
}

.map-consent {
  background: #f5f2ed;
  border: 2px solid #e0e0e0;
  padding: 1.25rem 1.5rem;
  text-align: center;
  border-radius: 6px;
}

.map-consent p {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  color: #444;
}

.map-consent button {
  background-color: var(--primary-green);
  color: white;
  border: none;
  padding: 0.6rem 1.25rem;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s ease;
}

.map-consent button:hover {
  background-color: #3b8a4f;
}

@media (max-width: 860px) and (min-width: 601px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .content-grid.reverse {
    direction: ltr;
  }

  .besuch-grid {
    grid-template-columns: 1fr 1fr;
  }

  .img-grid-item img {
    height: 200px;
  }

  .img-grid-caption {
    opacity: 1;
  }
}

@media (max-width: 860px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .content-grid.reverse {
    direction: ltr;
  }

  .besuch-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .page-header {
    padding: 2rem 1.25rem 1.75rem;
  }

  .page-lead {
    font-size: 0.95rem;
  }

  .page-body {
    padding: 2rem 0 2.5rem;
  }

  .page-body .container {
    padding: 0 1.25rem;
  }

  .content-section {
    margin-bottom: 2.5rem;
  }

  .img-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .img-grid-caption {
    opacity: 1;
  }

  .img-grid-item img {
    height: 150px;
  }

  .info-box {
    padding: 1rem;
  }

  .besuch-map-frame {
    height: 250px;
  }

  .map-consent button {
    min-height: 44px;
  }
}