.blogck-tags {
	text-align: left !important;
}
.blogck-newlink {
	text-align: right !important;
}
.createdby {
  font-size: 0.9rem;
}
.published {
  font-size: 0.9rem;
}
.modified {
  font-size: 0.9rem;
}
.table-of-contents-ck-wrap > ol {
    list-style-type: none; /* Listenmarker der ersten übergeordneten Liste entfernen */
}

.table-of-contents-ck-wrap > ol > li::before {
    content: "\25A0"; /* Benutzerdefinierter Listenmarker (quadratisches Symbol) für die erste übergeordnete Liste */
    margin-right: 0.5em; /* Optional: Abstand zwischen dem Marker und dem Listenpunkt */
    color: #FAB1EC; /* Farbe des quadratischen Symbols */
      font-size: 1.1rem;
     font-family: Segoe UI, sans-serif;
}

.table-of-contents-ck-wrap ol ol {
    list-style-type: disc; /* Bulletpoints für die untergeordneten Listen */
}

.quizfrage {
  margin: 0.8rem; /* Außenabstand */  
  color: #EA651F;
  font-size: 1.3rem;
}
.interesse {
  margin-top: 2.5rem; /* Außenabstand */ 
  padding: 0.8rem; /* Außenabstand */  
  background-color: #EBEBEB;
  font-size: 1.0em;
  border-color: #EB661F;
  border-radius: 0 0 10px 10px; /* Runde die unteren Ecken ab */
}
.fortschritts-container {
  width: 100%;
  position: relative; /* Position relativ zum umgebenden DIV */
  z-index: 9999; /* Stellen Sie sicher, dass der Balken über anderen Inhalten liegt */
  background-color: red;
}
.fortschritts-balken {
  width: 0%;
  height: 0.5rem;
  background-color: #EA651F;
  position: absolute; /* Position relativ zum Fortschrittscontainer */
  top: 0;
  left: 0;
}
.fortschritts-text {
  display: none; /* Anfangs ausgeblendet */
  position: absolute; /* Position relativ zum Fortschrittscontainer */
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  font-size: 0.9rem; /* Textgröße */
  z-index: 9999; /* Stellen Sie sicher, dass der Text über anderen Inhalten liegt */
  background-color: white; /* Hintergrundfarbe */
  padding: 0.5rem; /* Innenabstand */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); /* Schatten */
  border-radius: 0 0 10px 10px; /* Runde die unteren Ecken ab */
}