    .fehlend { color: #dc3545; font-weight: bold; }
    .alles-da { color: #198754; font-weight: bold; }
    /* input[type="number"] { width: 70px; text-align: center; } */
    .accordion-button span.counter { font-weight: normal; color: #6c757d; margin-left: 6px; }
    /* .category-controls button { margin-left: 0.5rem; } */
     .accordion-body {
    padding: 0 !important;
  }
  
  input[type="number"] {
    text-align: center;
  }
 .fade-col {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.fade-col.visible {
  opacity: 1;
}
.fade-hide {
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.fade-show {
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}



 

  .form-control-sm,
  .struebig,
  .katzmark {
    height: 10px;
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm);
    width: 40px;
    text-align: center;
  }
  .table > thead {
    vertical-align: middle;
  }
  .category-progress {
    height: 0.75rem;
    margin-top: 0.5rem;
  }
  .category-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }

  .category-header-progress {
    flex-shrink: 0;
    width: 150px;
    margin-bottom: 0;
  }
  .progress-bar {
  display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
@keyframes popIn {
  0% { transform: scale(0.7); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.kategorie {
  margin-top: 25px;
}
.text-white {
    color: black !important;
}
#checklistProgressText {
  font-weight: bold;
  font-size: 1rem;
}
.bar_total {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 10px;
}