.bns-redaktionsstop-message {
  animation: bns-redaktionsstop-animation 1s infinite alternate;
}

.bns-redaktionsstop-message * {
  color: #000 !important;
}

@keyframes bns-redaktionsstop-animation {
  0% {
    background-color: #00ff00;
    border: 3px solid #959500;
  }
  100% {
    background-color: #959500;
    border: 3px solid #00ff00;
  }
}
