.breadcrumb-item + .breadcrumb-item:before {
  content: "";
  background: url(../images/train-switch.svg) no-repeat;
  width: 24px;
  height: 5px;
  margin-right: .3em;
}

i.erpl_icon-home:after {
  background: url(../images/station.svg) no-repeat;
  width: 28px;
  height: 19px;
}

i.erpl_icon-home.home-yellow:after {
  background: url(../images/station-yellow.svg) no-repeat;
  width: 28px;
  height: 19px;
}

i.erpl_icon-home.home-white:after {
  background: url(../images/station-white.svg) no-repeat;
  width: 28px;
  height: 19px;
}
