.programm {
  background-color: #333;
  padding: 50px 0;
  color: white;
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.programm h2 {
  font-size: 1.8em;
  margin-top: 0;
  text-align: center;
  font-weight: 400;
}

.programm .programm-list  {
  list-style: none;
  text-align: center;
  padding: 0;
}

.programm .time {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 15px;
}

.programm .time > div {
  display: inline;
  font-weight: bold;
}

.programm .time > .tire {
}

.programm li {
  margin: auto;
  width: 300px;
  margin-bottom: 40px;
  font-size: 0.9em
}

.programm .description {
  font-weight: 100;
}
