.status-bar {
    width: 100%;
    margin: 50px auto 0 auto;
}

.status-bar.mo {
    width: 100%;
    margin: 50px auto 0 auto;
}

.status-bar-inner {
    display: flex;
    justify-content: space-between;
    padding: 63px 0 62px 0;
}

.status-step-nubmer {
    text-align: center;
    font-weight: 700;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3370d6;
	color: white;
    border-radius: 50%;
    margin: 0 auto;
}

.status-step-text {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
	margin-top: 10px;
	color: black;
}

.status-bar .status-step-text a {
    position: relative;
}

.status-bar img.stift {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: 7px;
    top: -2px;
}

.active .status-step-nubmer {
    background: #262626;
    color: white;
}

.active .status-step-text {
    font-weight: 700;
    letter-spacing: 0.5px;
}

.status-step {
    text-align: center;
}

.status-step:not(:first-child) {
	position: relative;
}

.status-line {
    content: "";
    background: black;
    width: 100px;
    height: 2px;
    margin: auto;
}

.status-bar .mo .status-line {
    width: 160px;
}


@media screen and (max-width: 1024px){

    .status-bar {
        width: 100%;
    }

    .status-line {
        display: none;
    }

    .status-bar img.stift {
        width: 12px;
        height: 12px;
        right: -14px;
        top: 2px;
    }
}

@media screen and (max-width: 767px) {

    .status-step-text {
        position: relative;
    }

    .status-step:not(:first-child):before {
        width: 50%;
    }

    .status-bar .status-step-text a {
        position: initial;
    }
}