.badge-rabatt {
  position: absolute;
  top: 12px;
  right: 12px;

  background: #c62828;
  background: #0060AF;
  color: #fff;

  font-weight: 700;
  font-size: 0.9rem;

  padding: 6px 10px;
  border-radius: 4px;

  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  z-index: 5;
}
.model-card {
  position: relative;
}
.badge-rabatt {
  position: absolute;
  top: 12px;
  right: 12px;

  width: 55px;
  height: 40px;

  background: #0060AF;
  color: #fff;

  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.1;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  box-shadow: 0 3px 8px rgba(0,0,0,0.25);
  z-index: 5;
}