body.gvsb-st-reg .form-group-folgekennung{
    margin-left: 1.25rem;
}


.card-danger {
    border: 1px;
    border-color: red;
    border-style: solid;
}

.loader-btn {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #eb881c; /* Orange */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 2s linear infinite;
}



#itb-navbar-oben  {
    counter-reset: step;
}

#itb-navbar-oben .itb-step:before {
    content: counter(step);
    counter-increment: step;
    text-align: center;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    margin: 0 auto;
    line-height: 40px;
    background-color: #87888a;
    display: block;
}

#itb-navbar-oben .itb-step.step-active:before {
    background-color: #eb881c;
}

#itb-navbar-oben .itb-step.step-next:before {
    background-color: #87888a;
}

#itb-navbar-oben .itb-step.step-visited:before {
    background-color: #555555;
}
