.randnotiz {
  border-top: solid 0.5rem #888;
  padding: 0;
}

.wichtig {
  border-color: #b51f1f;
}

.randnotiz-icon {
  position: absolute;
  font-size: 2rem;
  left: -1.5rem;
  top: 0rem;
  margin: 0;
  padding: 0;
}

.wichtig i {
  color: #b51f1f;
}

/* Desktop */
@media screen and (min-width: 1550px) {
.randnotiz {
  position: absolute;
  right: -200px;
  width: 250px;
}
}