/*****************************************************************************/
/* Stylesheet für die Zitate auf gufa.de                                     */
/* Grundlage: ursprüngliches zitate.css von Günter Faber                     */
/* Modernisierte Fassung: 26.07.2026                                         */
/*****************************************************************************/

.quote-box {
  text-align: center;
}

.quote-box .zitat-text,
.quote-box .zitat-autor,
.quote-box .zitat-info {
  max-width: 80ch;
  margin-inline: auto;
  background: transparent;
  text-decoration: none;
}

.quote-box .zitat-text {
  margin-block: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
}

.quote-box .zitat-autor {
  margin-block: 0.65rem 0;
  color: #3d4248;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
}

.quote-box .zitat-info {
  margin-block: 0.15rem 0;
  color: #5e6369;
  font-size: 0.84rem;
  font-style: italic;
}

@media (max-width: 720px) {
  .quote-box .zitat-text {
    font-size: 0.97rem;
  }

  .quote-box .zitat-autor {
    font-size: 0.88rem;
  }

  .quote-box .zitat-info {
    font-size: 0.82rem;
  }
}
