.blog-main .blog-article .steps_bullet {
    padding-left: 85px!important;
    list-style-type: none!important;
    counter-reset: ol-step-counter;
}

.blog-main .blog-article .steps_bullet ol li:before, .blog-main .blog-article .steps_bullet ul li:before {
    content: none;
}

.blog-main .blog-article .steps_bullet li {
    padding-bottom: 15px;
}

.blog-main .blog-article .steps_bullet li::before {
    color: #444;
    background-color: rgb(210 235 245);
    content: 'Schritt ' counter(ol-step-counter) ':';
    counter-increment: ol-step-counter;
    font-weight: 700;
    margin-right: 8px;
    margin-left: -82px;
    border-radius: 25px;
    padding: 2px 8px;
}