/*
 * Restlaufzeit-Anzeige unter dem Kopfvideo - Darstellung.
 * Unveraendert uebernommen, gehoert zu js/video-timer.js.
 */

#baustelle-video-timer-v3 {
  display: inline-block !important;
  color: #9a9a9a !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.75) !important;
  white-space: nowrap !important;
}
#baustelle-video-timer-v3 span {
  color: #9a9a9a !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}
#baustelle-video-timer-v3 .bvt-label {
  margin-right: 4px !important;
}
@media (max-width: 560px) {
  #baustelle-video-timer-v3 { display: none !important; }
}
