/* DJ Drop Bewertungen - ergänzende Styles, bewusst separat vom alten Template */
.section.section-bewertungen {
  color: #fff;
  background: #101010;
  z-index: 10;
  padding: 0 0 90px;
}
.section.section-bewertungen .parallax::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
}
.djd-reviews-wrap {
  width: 94%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 0 60px;
  color: #fff;
}
.djd-reviews-intro {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
  color: rgba(255,255,255,0.86);
  font-size: 1.25rem;
  line-height: 1.65;
}
.djd-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.djd-review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 30px;
  background: rgba(255,255,255,0.94);
  color: #232323;
  border-top: 5px solid #d20202;
  box-shadow: 0 18px 36px rgba(0,0,0,0.35);
}
.djd-review-card::before {
  content: "“";
  position: absolute;
  top: 6px;
  right: 22px;
  color: rgba(210,2,2,0.16);
  font-size: 92px;
  line-height: 1;
  font-family: Georgia, serif;
}
.djd-review-featured {
  grid-column: span 2;
}
.djd-review-stars {
  margin-bottom: 12px;
  color: #F5B301;
  font-size: 1.05rem;
  letter-spacing: 0.14em;
}
.djd-review-card p {
  position: relative;
  z-index: 2;
  margin: 0 0 24px;
  font-size: 1.05rem;
  line-height: 1.75;
}
.djd-review-card h5 {
  position: relative;
  z-index: 2;
  margin: auto 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,0.12);
  color: #d20202;
  font-size: 1.05rem;
  text-transform: none;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 700px) {
  .section.section-bewertungen { padding-bottom: 55px; }
  .djd-reviews-wrap { width: 100%; padding-bottom: 35px; }
  .djd-reviews-grid { grid-template-columns: 1fr; gap: 18px; }
  .djd-review-featured { grid-column: span 1; }
  .djd-review-card { padding: 24px 20px; }
  .djd-review-card p { font-size: 1rem; line-height: 1.65; }
}
