/* =========================================================
   Gaeste-Bewertungen (Startseite, testimonials-Karussell)
   Leerer Stern fuer Noten unter 5/5 — graue Variante der
   reinen CSS-Stern-Form (.star-rating). Hoehere Spezifitaet
   (.is-empty) ueberschreibt die orange Grundfarbe.
   ========================================================= */
.testimonials .star-rating.is-empty,
.testimonials .star-rating.is-empty:before,
.testimonials .star-rating.is-empty:after {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

/* Gastname: weiss + fett statt geerbter Gold-Theme-Farbe (auf dunklem
   Bildhintergrund sonst kaum lesbar). Leichter Schatten fuer Kontrast. */
.testimonials .item .info .cont strong {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin-right: 6px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}
