/* Zebrafell Würfeln — Nachbau des Jimdo-Designs (Roboto Slab, grüne Akzente) */

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

body {
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: #434745;
  background: #fcfefc;
}

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

a { color: #52b17b; transition: color 250ms, background-color 250ms; }
a:hover, a:focus { color: #161817; }

/* Kopfbereich mit Seitentitel */
.site-header {
  padding: 60px 20px 30px;
  text-align: left;
  max-width: 760px;
  margin: 0 auto;
}
.site-header a { text-decoration: none; color: #434745; }
.site-header a:hover { color: #52b17b; }
.website-title {
  font-size: 54px;
  line-height: 1.05;
  font-weight: 300;
}

/* Inhalt */
main {
  max-width: 760px;
  margin: 0 auto;
  padding: 10px 20px 60px;
  background: #fcfefc;
}

.j-module { margin-bottom: 16px; }
.j-module h1 { font-size: 30px; font-weight: 400; line-height: 1.2; margin: 12px 0; }
.j-module h2 { font-size: 26px; font-weight: 400; margin: 10px 0; }
.j-module p { margin-bottom: 10px; }
.j-module hr { border: 0; border-top: 2px solid #87C9A3; margin: 18px 0; }
.cc-clear { clear: both; }
.cc-m-spacer { width: 100%; }
.cc-imagewrapper { margin: 8px 0 16px; }

/* Termin-Tabelle */
.j-table table { border-collapse: collapse; }
.j-table td { vertical-align: top; padding: 3px 6px; }

/* Fußzeile */
.site-footer {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px;
  border-top: 1px solid #e7e9e8;
  font-size: 14px;
  color: #7a7f7c;
}
.site-footer a { color: #434745; text-decoration: none; }
.site-footer a:hover { color: #52b17b; }

/* Lightbox */
.lb-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, .88);
  align-items: center;
  justify-content: center;
  padding: 30px;
  cursor: zoom-out;
}
.lb-overlay.open { display: flex; }
.lb-overlay img { max-width: 95vw; max-height: 90vh; width: auto; height: auto; }

@media (max-width: 600px) {
  .website-title { font-size: 34px; }
  .site-header { padding-top: 30px; }
  .j-table table { width: 100% !important; height: auto !important; }
}

@media print {
  .site-footer { display: none; }
}
