#footer {
  padding-top: 26px;
  padding-bottom: 26px;
  background: #006a42;
  height: 140px;
}
#footer li {
  padding-right: 0;
  padding-left: 0;
}

#footer li:after {
  content: "|";
  font-size: 14px;
  margin: 0 5px;

  vertical-align: top;
  color: #fff;
}
#footer li:last-child:after {
  content: "";
  font-size: 14px;
  margin: 0 10px;
  vertical-align: top;
  color: #fff;
}

#footer li a {
  color: #fff;
}
#footer li a:hover {
  color: #87b741;
}

#switch-wrapper ul.list-steps li .step-icon.therapeutische-behandlung {
  background-size: 43px 40px;
}
#intro-wrapper .content-wrapper #intro-sanguinum span.headline-small {
  display: inline-block;
  color: #fff;
  font-family: "Solomon-Sans-Bold", Arial, Helvetica, sans-serif;
  font-size: 41px;
  line-height: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  overflow: hidden;
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  #intro-wrapper .content-wrapper #intro-sanguinum span.headline-small {
    font-size: 28px;
  }
}

#intro-wrapper .content-wrapper #intro-sanguinum h1::after {
  content: "";
  display: block;
  margin-bottom: 10px;
  margin-top: -5px;
  background: url(../gfx/img-dots-line.png);
  background-size: 55px 6px;
  width: 55px;
  height: 6px;
  background-repeat: repeat-x;
  background-position: left center;
  width: 100%;
}
