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