/* Alle Styles, die mit Sternen zu tun haben */ 
span.starSpan {float: right;}
.empty-stars:before, .full-stars:before{content:"★★★★★";font-size: 25px;}
span#stars{font-size: 20px;}
span#stars{color: gold;float: right;}
span#starsKunde{float: right;color:gold;float: right;}
i.fas.fa-star-half-alt{width: auto;}
.full-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: gold;
}
.ratings {
  top: -5px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #ddd;
  overflow: hidden;
}