ol.contentbeamer-list {
    margin-left: 30px;
}
ol.contentbeamer-list-ajax {
    margin-left: 30px;
}
.cb_categories h3 {
  color: #555;
  margin-bottom: 10px;
}

div#contentbeamer-output {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 2.25vh;
  padding: 10%;
  line-height: 1.5;
  background-color: #000;
  color: #FFF;
  overflow: auto;
}

div#contentbeamer-output ul, ol {
  margin-left: 15px;
}

/* Für Webkit-basierte Browser (Chrome, Safari) */
#fullscreenDiv ::-webkit-scrollbar {
  width: 0em;
}

#fullscreenDiv ::-webkit-scrollbar-thumb {
  background-color: transparent; /* Unsichtbar machen */
}

/* Für Firefox */
/* Beachte: Die "scrollbar-width" Eigenschaft wird nicht von allen Browsern unterstützt */
* {
  scrollbar-width: none; /* Verstecken der Scrollbar */
}

#fullscreenDiv {
  position: relative;
  /*border: solid 2px #8CFF3F;*/

}

#fullscreenButton span {
  position: absolute;
  top: 1vw;
  right: 1vw;
  background: none;
  border: none;
  width: 4vw;
  height: 4vw;
  font-size: 3vw;
  padding: 0;
  opacity: 0.3;
}

.fullscreen-button {
  position: absolute;
  top: 10px;  /* Abstand von oben */
  right: 10px;  /* Abstand von rechts */
  z-index: 10;  /* Legt die Stapelreihenfolge fest */
  background: none !important;
  border: none;
}

/* Confidence Monitor */
.contentbeamer-monitor {
  width: 100%;
  height: 100vh;
  background: #000000;

  color: #FFF;
  padding: 3%;
  font-size: 7vh;
  line-height: 1.2;
  overflow: auto;
  border: solid 20px #000000;
}
@media (min-width: 800px) {
  .contentbeamer-monitor {
    /*margin-top: -32px;*/
   }
}

.contentbeamer-monitor.flash {
  border: solid 20px #EE0000;
}
html {
  margin-top: 0 !important;
}

#countdown_to {
  font-size: 15vh;
  align-content: center !important;
  font-family: Roboto Mono;
}
#CurrentTime {
  font-size: 5vh;
  align-content: center !important;
  font-family: Roboto Mono;
}
