/* Allgemein */
.section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
}

/* Schedule Cards */
.schedule .single-schedule {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.schedule .single-schedule:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.schedule .single-schedule .icon {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 15px;
}

.schedule .single-schedule .single-content span {
  display: block;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 5px;
}

.schedule .single-schedule .single-content h4 {
  font-size: 1.25rem;
  color: #222;
  margin-bottom: 10px;
}

.schedule .single-schedule .single-content p {
  color: #555;
  font-size: 1rem;
}

.schedule .single-schedule .single-content a {
  color: #007bff;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.schedule .single-schedule .single-content a i {
  margin-left: 5px;
}

/* Info-Abschnitt */
.transcription-info {
  background-color: #f9f9f9;
  border-top: 1px solid #e0e0e0;
}

.transcription-info h4 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #222;
}

.transcription-info p,
.transcription-info li {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.transcription-info ul {
  padding-left: 1.25rem;
  margin-top: 0.5rem;
}

.transcription-info ul li {
  margin-bottom: 0.3rem;
}
