    /******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

 ls-answers tr th {
        font-size: 1.2em;
        text-align: left;
    }

.btn-primary {
    background-color: #005e91 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.open > .dropdown-toggle.btn-primary {
    background-color: #ff9800 !important; /* Etwas dunkler beim Hover/Active */
    border-color: #ff9800 !important;
    color: #fff !important;
}

.btn-check:checked + .btn-primary,
.btn-primary.active {
    background-color: #ff9800 !important;  /* z.B. Orange */
    border-color: #ff9800 !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.btn-primary {
    transition: background 0.2s, border 0.2s;
}

.progress .progress-bar {
    background-color: #005e91 !important;
}

.question-title-container {
background-color: #005e91 !important;
font-size: 1.2em;
}

.question-valid-container {
color: #fff !important;
background-color: #005e91 !important;    
}

.question-text {
  display: flex !important;
  align-items: center !important;
}
.question-text .ls-label-question {
  margin-right: 8px;  /* Abstand zum Sternchen */
}
.question-text .asterisk {
  float: none !important;
}

.question-text .asterisk sup {
    color: #ff9800 !important;
}

.question-valid-container .text-danger{
  color: #ff9800 !important;
}