.woody-tags {
  margin-top: 1.5rem;
}

.woody-tag {
  display: inline-block;
  margin: 0.25rem 0.75rem 0.25rem 0;
  padding: 0.35rem 1.1rem;
  border: 1px solid #c87a4b;       /* Akzentfarbe anpassen */
  color: #c87a4b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.0rem;
  line-height: 1;
  white-space: nowrap;
}

.text-larger {
  font-size: 1.125rem; /* 18px statt Standard 16px */
  line-height: 1.6;
}

/* Oder größer */
.text-larger {
  font-size: 1.25rem; /* 20px */
  line-height: 1.7;
}

.woody-overlay {
    position: relative;
}

.woody-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.woody-overlay .inside {
    position: relative;
    z-index: 2;
}

