.sectionHeadline {
/*  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
  position: relative;
  color: #0092bc;
  font-size: 20px;
  font-weight: 600;
  border-top: 2px solid #0092bc;
  padding-top: 5px;
  padding-left: 45px;
  margin-bottom: 30px;
  line-height: 1.3;
}

.sectionHeadline::before,
.sectionHeadline::after {
  content: '';
  position: absolute;
  background-color: #0092bc;
}

.sectionHeadline::before {
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
}

.sectionHeadline::after {
  width: 12px;
  height: 12px;
  top: 14px;
  left: 14px;
  opacity: 0.5;
}

.sectionHeadline-akzent-a {
  color: #E72B70;
  border-color: #E72B70;
}

.sectionHeadline-akzent-a::before,
.sectionHeadline-akzent-a::after {
  background-color: #E72B70;
}

.sectionHeadline-akzent-b {
  color: #A12581;
  border-color: #A12581;
}

.sectionHeadline-akzent-b::before,
.sectionHeadline-akzent-b::after {
  background-color: #A12581;
}

.sectionHeadline-akzent-c {
  color: #e9a555;
  border-color: #e9a555;
}

.sectionHeadline-akzent-c::before,
.sectionHeadline-akzent-c::after {
  background-color: #e9a555;
}

.sectionHeadline-akzent-d {
  color: #0092bc;
  border-color: #0092bc;
}

.sectionHeadline-akzent-d::before,
.sectionHeadline-akzent-d::after {
  background-color: #2fb0de;
}

.sectionHeadline-akzent-e {
  color: #baab2c;
  border-color: #baab2c;
}

.sectionHeadline-akzent-e::before,
.sectionHeadline-akzent-e::after {
  background-color: #baab2c;
}

.sectionHeadline-akzent-f {
  color: #53eb93;
  border-color: #53eb93;
}

.sectionHeadline-akzent-f::before,
.sectionHeadline-akzent-f::after {
  background-color: #53eb93;
}

.sectionHeadline-akzent-g {
  color: #29645e;
  border-color: #29645e;
}

.sectionHeadline-akzent-g::before,
.sectionHeadline-akzent-g::after {
  background-color: #29645e;
}

.sectionHeadline-medizin {
  color: #00a79b;
  border-color: #00a79b;
}

.sectionHeadline-medizin::before,
.sectionHeadline-medizin::after {
  background-color: #00a79b;
}
