/******************
    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
*/

/* Fortschrittsbalken -> wird gebraucht */
/* ab hier */
/*wichtig */
.progress .progress-bar {
    line-height:19px;
    background-color: #871D33; /* das muss auf rot stehen bleiben !important */
}
/*bis hier */

/* Navigationsbuttons */
/* ab hier */
/* btn-primary */
/* wichtig: macht den Button rot */
.btn-primary {
    background-color: #871D33;
    border-color:  #871D33;
    color: #fff;
     box-shadow: none;
}
.btn-primary:active {
    background-color: #871D33 !important; 
    border-color:  #871D33 !important;
    color: #fff;
     box-shadow: none;
    }

/* wichtig: macht den Button beim hovern rot */
.btn-primary:hover {
    background-color: #871D33 !important;
    border-color:  #871D33 !important;
    color: #fff;
    outline:none;
    box-shadow: none;
}



/* bis hier */

/* Bootsratp Buttons  */
/* ab hier */

/*wichtig */
.btn-check + .btn-primary:hover {
  color: #ffffff;
  background-color: #871D33;
  border-color: #871D33 !important;
  box-shadow: none;
}

/*wichtig */
.btn-check:active + .btn-primary {
  color: #ffffff;
  background-color: #871D33;
  border-color: #871D33;
  box-shadow: none;
}
/*wichtig */
.btn-check:checked + .btn-primary, .btn-check:checked + .btn-primary:focus, .btn-check:focus:checked + .btn-primary {
  color: #ffffff;
  background-color: #871D33;
  border-color: #871D33;
  box-shadow: none;
}
/* bis hier*/



/* Radio Buttons */
/* ab hier */
/* Beschriftung Radio-Button */
/*wichtig */
.radio-item label, .radio-item label::before, .radio-item label::after {
  cursor: pointer;
  color: #871D33;
  background-color:#fff;
}

.question-container {
    margin-bottom: 5px !importantimportant; /* Standardwert ist oft 20px oder mehr */
}

.asterisk {display:none;}


.btn-check:checked