/* Nur für die Entwurfsabnahme – vor dem Livegang samt Einbindung entfernen. */
.entwurfsleiste {
  position: fixed;
  inset: auto 0 0;
  z-index: 60;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  background: var(--laub);
  color: #c4d3c0;
  font-size: 0.8125rem;
  border-top: 3px solid var(--apfelgelb);
}
.entwurfsleiste strong { color: var(--apfelgelb); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.entwurfsleiste button {
  background: transparent;
  border: 1.5px solid rgba(252, 251, 244, 0.4);
  border-radius: 999px;
  color: var(--rahm);
  font: 600 0.8125rem/1 'Asap', system-ui, sans-serif;
  padding: 0.45rem 0.95rem;
  cursor: pointer;
}
.entwurfsleiste button:hover { border-color: var(--apfelgelb); color: var(--apfelgelb); }
.entwurfsleiste button:focus-visible { outline: 3px solid var(--apfelgelb); outline-offset: 2px; }

body { padding-bottom: 3.5rem; }

/* Platzhalter-Markierung */
.platzhalter-an [data-platzhalter] {
  background: rgba(255, 221, 0, 0.28);
  box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.28);
  border-radius: 3px;
}
.platzhalter-an .band--dunkel [data-platzhalter] {
  background: rgba(255, 221, 0, 0.2);
  box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.2);
}
