


.Termin-div {
  margin: 40px;
  background-color: #cfb769;
  width: 800px;
  margin-left: auto;
  margin-right: auto;

}
.T-Thema {
  color: #222;
  font-size: 30px;
  text-align: center;
  margin-top: 50px;}
  

.terminliste {
  list-style: none;
  padding: 0;
}
.termin {
  
  padding: 15px;
  margin-bottom: 10px;
  border-left: 6px solid #0fa9dc;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 50px;
  
}
.datum {
  font-weight: bold;
  color: #038dfd;
}
.presenter {
  color: #555;
  font-style: italic;
}
/*.ausmahme {
  color: #d9534f;
  font-weight: bold;
  text-decoration: line-through;
} */

.first-T{
  background:  #d3d3d0;
}
.second-T{
  background: #d3d3d0;
}
.third-T{
  background: #d3d3d0;
}