

.termin {
  position: relative;
}

h4.date {
  position: absolute;
  background-color: #51D466;
  color: #fff;
  padding: 10px 20px;
  border-radius: 38px;
  top: -23px;
  right: 20px;
  z-index: 99;
}

.termin img {
  width: 50%;
}

.termin img.fullwidth {
  width: 100%;
}


.termin p {
  margin-bottom: 15px;
}

.termin i {
  display: block;
  margin-bottom: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  float: left;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  margin-right: 10px;
}

.terminPlace
{
  float: left;
  margin-bottom:10px;
}