/* --------------------------------------------------
   Produktionsseiten – neue Struktur, alte Logik
-------------------------------------------------- */

.production-page {
  max-width: 980px;
}

.production-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}

.production-header__text {
  flex: 1 1 auto;
  min-width: 0;
}

.production-header__media {
  flex: 0 0 350px;
  text-align: right;
}

.production-header__media img,
.production-header__media iframe {
  max-width: 100%;
}

.production-author,
.production-subtitle {
  margin-bottom: 6px;
}

.production-title {
  margin-bottom: 8px;
}

.production-poster {
  margin-bottom: 28px;
  text-align: center;
}

.production-poster img {
  max-width: 100%;
  height: auto;
}

.production-content {
  margin-bottom: 32px;
}

.production-content img {
  max-width: 100%;
  height: auto;
}

.production-meta {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 32px;
}

.production-ensemble {
  flex: 1 1 50%;
}

.production-dates {
  flex: 1 1 50%;
}

.production-press {
  clear: both;
  margin-top: 24px;
}

@media screen and (max-width: 900px) {
  .production-header {
    flex-direction: column;
  }

  .production-header__media {
    flex: none;
    width: 100%;
    text-align: left;
  }

  .production-meta {
    flex-direction: column;
  }
}


.production-meta {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 32px;
}

.production-ensemble,
.production-dates {
  flex: 1 1 0;
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  padding: 20px 22px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.production-ensemble h2,
.production-ensemble h3,
.production-dates h2,
.production-dates h3 {
  margin-top: 0;
}

.production-ensemble p:last-child,
.production-dates p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .production-meta {
    flex-direction: column;
  }

  .production-ensemble,
  .production-dates {
    width: 100%;
  }
}


.production-ensemble h2:first-child,
.production-ensemble h3:first-child,
.production-dates h2:first-child,
.production-dates h3:first-child {
  padding-bottom: 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid #d9d9d9;
}

.production-press {
  margin-top: 24px;
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  padding: 20px 22px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.production-press h2:first-child,
.production-press h3:first-child {
  margin-top: 0;
  padding-bottom: 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid #d9d9d9;
}

.production-press p:last-child,
.production-press blockquote:last-child {
  margin-bottom: 0;
}

.production-press blockquote {
  margin: 0 0 1.25rem 0;
  padding-left: 1rem;
  border-left: 3px solid #cfcfcf;
  font-style: italic;
}

.production-press p {
  margin-bottom: 1rem;
}

.production-press small,
.production-press cite {
  display: block;
  margin-top: 0.35rem;
  color: #666;
  font-style: normal;
}

.production-ensemble,
.production-dates,
.production-press {
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}


/* --------------------------------------------------
   Produktionsseiten – typografische Vereinheitlichung
-------------------------------------------------- */

.production-page {
  max-width: 980px;
}

.production-page .groundStyle {
  color: #222;
  line-height: 1.6;
}

.production-page h1.groundStyle,
.production-page h2.groundStyle,
.production-page h3.groundStyle,
.production-page h4.groundStyle {
  color: #111;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: left;
}

.production-page h1.groundStyle {
  font-size: 2rem;
  line-height: 1.15;
  margin: 0 0 0.5rem 0;
}

.production-page h2.groundStyle {
  font-size: 1.35rem;
  line-height: 1.25;
  margin: 0 0 0.75rem 0;
}

.production-page h3.groundStyle {
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 1.75rem 0 0.75rem 0;
}

.production-page h4.groundStyle {
  font-size: 1rem;
  line-height: 1.35;
  margin: 1.5rem 0 0.5rem 0;
}

.production-author,
.production-subtitle {
  color: #444;
}

.production-title {
  color: #111;
}

/* Fließtext */
.production-content,
.production-ensemble,
.production-dates,
.production-press {
  font-size: 1rem;
  line-height: 1.65;
}

.production-content p,
.production-ensemble p,
.production-dates p,
.production-press p {
  margin: 0 0 1rem 0;
}

.production-content ul,
.production-content ol,
.production-ensemble ul,
.production-ensemble ol,
.production-dates ul,
.production-dates ol,
.production-press ul,
.production-press ol {
  margin: 0 0 1rem 1.25rem;
}

.production-content li,
.production-ensemble li,
.production-dates li,
.production-press li {
  margin-bottom: 0.35rem;
}

/* Links */
.production-page a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.production-page a:hover {
  color: #666;
}

/* Bilder im Inhaltsbereich */
.production-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0.5rem 0 1rem 0;
}

.production-poster img {
  max-width: 100%;
  height: auto;
}

/* Zitate im Stücktext oder in Pressestimmen */
.production-content blockquote,
.production-press blockquote {
  margin: 1.25rem 0;
  padding: 0.75rem 1rem;
  border-left: 3px solid #cfcfcf;
  background: #fafafa;
  font-style: italic;
}

/* Kästen: Ensemble / Termine / Presse */
.production-meta {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 32px;
}

.production-ensemble,
.production-dates,
.production-press {
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  padding: 20px 22px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.production-ensemble {
  flex: 1 1 50%;
}

.production-dates {
  flex: 1 1 50%;
}

.production-press {
  margin-top: 24px;
}

.production-ensemble h2:first-child,
.production-ensemble h3:first-child,
.production-dates h2:first-child,
.production-dates h3:first-child,
.production-press h2:first-child,
.production-press h3:first-child {
  margin-top: 0;
  padding-bottom: 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid #d9d9d9;
}

/* Kopfbereich */
.production-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}

.production-header__text {
  flex: 1 1 auto;
  min-width: 0;
}

.production-header__media {
  flex: 0 0 350px;
  text-align: right;
}

.production-header__media img,
.production-header__media iframe {
  max-width: 100%;
}

.production-poster {
  margin-bottom: 28px;
  text-align: center;
}

/* Kleine Meta-Angaben oder Quellen */
.production-page small,
.production-page cite {
  color: #666;
  font-style: normal;
}

/* Mobil */
@media screen and (max-width: 900px) {
  .production-header {
    flex-direction: column;
  }

  .production-header__media {
    flex: none;
    width: 100%;
    text-align: left;
  }

  .production-meta {
    flex-direction: column;
  }

  .production-ensemble,
  .production-dates {
    width: 100%;
  }

  .production-page h1.groundStyle {
    font-size: 1.75rem;
  }

  .production-page h2.groundStyle {
    font-size: 1.2rem;
  }

  .production-page h3.groundStyle {
    font-size: 1.05rem;
  }
}

.production-press {
  display: none;
}




/* --------------------------------------------------
   Neue Seitennavigation (Variante A)
-------------------------------------------------- */

.site-nav {
  width: 250px;
  margin-top: 20px;
  float: left;
  text-align: left;
  padding: 0 10px 30px 10px;
}

.site-nav__logo {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.site-nav__logo img {
  max-width: 100%;
  height: auto;
}

.site-nav__subtitle {
  margin: 0 0 22px 0;
  text-align: center;
  font-size: 0.95rem;
  color: #555;
  letter-spacing: 0.02em;
}

.site-nav__menu {
  display: block;
}

.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__list li {
  margin: 0;
  padding: 0;
}

}


.site-nav__link:focus {
  background: #dcdcdc;
  color: #000;
}

.site-nav__link:hover {
  background: #d8d8d8;
}

.site-nav__link--sub {
  margin-left: 1rem;
  font-size: 0.92rem;
  background: #f0f0f0;
}

.site-nav__link--active {
  background: #111;
  border-color: #111;
  color: #fff;
}

@media screen and (max-width: 840px) {
  .site-nav {
    width: auto;
    float: none;
    padding: 0;
    margin-top: 0;
  }

  .site-nav__subtitle {
    text-align: left;
  }

  .site-nav__link,
  .site-nav__link--sub {
    margin-left: 0;
  }
}


.site-nav__link {
  display: block;
  padding: 0.55rem 0.7rem;
  margin-bottom: 0.15rem;

  font-size: 1.35rem;      /* größer */
  font-weight: 500;        /* etwas kräftiger */
  letter-spacing: 0.02em;  /* leicht luftiger */

  color: #111;
  text-decoration: none;

  background: #e6e6e6;
  border: 1px solid #d4d4d4;

  transition: background-color 0.2s ease, color 0.2s ease;
}
