/* September-Preise: Hinweisbalken */
.septbalken {
  background: #8f3a12;
  background: linear-gradient(90deg, #6f2c0d 0%, #a8481a 50%, #6f2c0d 100%);
  border-bottom: 2px solid #e6a45c;
}
.septbalken-innen {
  margin: 0 auto;
  max-width: 1200px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  color: #fdf1e4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14.5px;
  font-weight: 600;
}
.septbalken-icon { font-size: 17px; }
.septbalken-text b { color: #ffd9a8; }
.septbalken-frist { font-size: 13px; color: #f6c78f; }
.septbalken-proz {
  background: #ffd9a8;
  color: #6f2c0d;
  font-weight: 800;
  font-size: 12.5px;
  padding: 2px 11px;
  border-radius: 2px;
}
@media (max-width: 780px) {
  .septbalken-innen { flex-wrap: wrap; column-gap: 8px; row-gap: 2px; font-size: 11px; padding: 8px 10px; }
  .septbalken-proz { display: none; }
}
