section.aufklapper a h3 {
  margin-bottom: 0;
  padding: 0px 35px 0px 0px;
  position: relative;
}
section.aufklapper a h3:after {
  content: '';
  background: transparent url("/res/images/up-arrow.svg") no-repeat scroll 100% 5px;
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: rotate(180deg);
}
section.aufklapper div {
  display: none;
  margin-top: 1.7rem;
}
.certifications {
  padding: 10px;
  text-align: center;
}
.certifications img {
  margin-bottom: 5px;
}
.tagblock {
  height: 430px;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.tagblock .tag {
  background-color: #70C7D7;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
