.trainingsangebote-section {
  padding: 60px 20px;
  background-color: #f4f4f4;
  color: #2c3e50;
}

.trainingsangebote-section h1 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.trainingsangebote-section .intro {
  max-width: 800px;
  margin: 0 auto 3rem auto;
  font-size: 1.1rem;
  text-align: center;
}

.angebot-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  padding: 30px;
  margin-bottom: 40px;
}

.angebot-box h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}

.angebot-box p {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #333;
}

.angebot-box ul {
  list-style: disc inside;
  margin-bottom: 1rem;
}

.angebot-box ul li {
  margin-bottom: 0.4rem;
  color: #444;
}
