/* RPZ-Gesang Website – 1:1 Nachbau des Originals (YOO Master Template) */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #444;
  background: #fff;
}

img { border: 0; vertical-align: middle; }
a { color: #4c7a96; text-decoration: none; }
a:hover { color: #3a6280; text-decoration: underline; }

/* ── WRAPPER ── */
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ── HEADER ── */
.site-header {
  padding: 25px 0 0;
  text-align: center;
}

.logo { display: block; margin-bottom: 2px; }
.logo a { text-decoration: none; }
.logo img { height: auto; }

.subtitle {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}

/* ── NAV ── */
.site-nav {
  margin-bottom: 20px;
  text-align: center;
  font-size: 13px;
}
.site-nav a {
  color: #4c7a96;
  text-decoration: none;
  margin: 0 8px;
  white-space: nowrap;
}
.site-nav a:hover { text-decoration: underline; }

/* ── MAIN ── */
.site-main {
  padding: 10px 0 20px;
  min-height: 400px;
}

/* ── Content with sidebar label ── */
.page-layout {
  display: flex;
  gap: 10px;
}
.page-sidebar {
  width: 255px;
  flex-shrink: 0;
  text-align: right;
  padding-top: 5px;
}
.page-sidebar img { display: inline-block; }
.page-content {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  line-height: 1.6;
}
.page-content p { margin-bottom: 12px; }
.page-content strong { font-weight: bold; }

/* ── FOOTER ── */
.site-footer {
  padding: 15px 0 20px;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}
.site-footer a { color: #4c7a96; }
.site-footer strong { font-weight: bold; }

/* ── REPERTOIRE TABLE ── */
.rep-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.rep-table td {
  padding: 2px 5px;
  vertical-align: top;
}
.rep-heading {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0 8px;
}
.rep-heading:first-child { padding-top: 0; }

/* ── PRESSE TABLE ── */
.presse-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.presse-table td {
  padding: 8px 5px;
  vertical-align: top;
  line-height: 1.6;
}

/* ── KONTAKT / IMPRESSUM ── */
.kontakt-content h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 25px 0 12px;
  color: #333;
}
.kontakt-content h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 25px 0 8px;
  color: #333;
}
.kontakt-content p {
  margin-bottom: 12px;
  line-height: 1.6;
}
.kontakt-content ul, .kontakt-content ol {
  margin-bottom: 12px;
  padding-left: 25px;
}
.kontakt-content ul { list-style: disc; }
.kontakt-content ol { list-style: decimal; }
.kontakt-content li { margin-bottom: 4px; line-height: 1.6; }
.kontakt-content ul ul { list-style: disc; margin-top: 4px; }

/* ── SLIDESHOW (Home) ── */
.slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin-bottom: 5px;
}
.slideshow .slides {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slideshow .slide {
  display: none;
  width: 100%;
}
.slideshow .slide.active { display: block; }
.slideshow .slide img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.slideshow .caption {
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 8px 15px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.slideshow-nav {
  text-align: center;
  padding: 8px 0;
}
.slideshow-nav button {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #999;
  background: transparent;
  margin: 0 3px;
  cursor: pointer;
  padding: 0;
}
.slideshow-nav button.active {
  background: #999;
}
.slide-intro {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 10px 0;
}
.slide-intro-text {
  flex: 1;
  font-size: 13px;
  line-height: 1.6;
}
.slide-intro-img { flex-shrink: 0; }
.slide-intro-img img { width: 300px; height: auto; }

/* ── GALERIE ── */
.gallery-set {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.gallery-set img {
  height: 250px;
  width: auto;
  display: block;
  cursor: pointer;
}
.gallery-nav {
  text-align: center;
  padding: 10px 0;
}
.gallery-nav button {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #999;
  background: transparent;
  margin: 0 3px;
  cursor: pointer;
  padding: 0;
}
.gallery-nav button.active { background: #999; }

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.lightbox.active { display: flex; }
.lightbox img {
  max-width: 90%;
  max-height: 90vh;
}
.lightbox-close {
  position: absolute;
  top: 15px; right: 25px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  background: none;
  border: none;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .page-layout { flex-direction: column; }
  .page-sidebar { width: 100%; text-align: left; }
  .gallery-set { flex-wrap: wrap; }
  .gallery-set img { height: 180px; }
  .slide-intro { flex-direction: column; }
  .slide-intro-img img { width: 100%; max-width: 300px; }
}

@media (max-width: 480px) {
  .site-nav a { margin: 0 4px; font-size: 12px; }
  .gallery-set img { height: 120px; }
}
