#fit711-countdown-stoerer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  padding: 1rem;
  background-color: transparent; /* Hintergrund wird via JS gesetzt */
  color: inherit; /* Textfarbe wird via JS gesetzt */
  text-align: center;
  font-family: inherit;
}

#fit711-countdown-stoerer.fit711-bottom {
  top: auto;
  bottom: 0;
}

#fit711-countdown-stoerer .fit711-countdown-number {
  font-weight: bold;
  margin: 0 4px;
}

#fit711-countdown-stoerer .fit711-countdown-close {
  position: absolute;
  /* genaue Position, Farbe und Größe werden per JavaScript gesetzt */
  background: none;
  border: none;
  cursor: pointer;
}
