#steps {
    width: 100%;
    text-align: center;
    margin: 30px 0 15px 0
}

    #steps > ul > li > a, #steps > ul > li > a:hover, #steps > ul > li > a:active, #steps > ul > li > a:visited {
        text-decoration: none;
        color: #f47929
    }

    #steps ul, #steps ol {
        position: relative;
        display: inline-table;
        list-style: none;
        margin: 0;
        padding: 0
    }

    #steps ul {
        left: calc((100% - 710px) / 2)
    }

    #steps ol {
        left: calc((100% - 705px) / 2)
    }

.body-wrapper-informatie #steps ul {
    left: calc((100% - 890px) / 2)
}

.body-wrapper-informatie #steps ol {
    left: calc((100% - 880px) / 2)
}

#steps ul > li:last-child::after {
    clear: both
}

#steps ul > li, #steps ol > li {
    position: relative;
    display: inline;
    float: left;
    margin-left: 35px;
    counter-increment: item
}

#steps ul > li {
    margin: 0 0 0 110px;
    padding: 0;
    background: #fff;
    color: #6d6e71;
    border: 1px solid #ececeb;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: bold
}

#steps ol > li {
    margin: 0 0 0 50px;
    padding: 0
}

    #steps ul > li:first-child, #steps ol > li:first-child {
        margin: 0
    }

#steps ul > li::after {
    position: absolute;
    width: 100px;
    height: 4px;
    content: ' ';
    background-image: url('//img.unitedconsumers.com/www/images/layout/algemeen/lijn-grijs.png');
    left: 33px;
    top: 14px
}

#steps ul > li:first-child::after {
    left: 33px;
    top: 14px
}

#steps ul > li:last-child::after {
    right: 35px;
    top: 14px;
    background-image: none
}

#steps ul > li.history {
    border: 1px solid #f47929;
    color: #f47929
}

#steps ul > li.active, #steps ul > li.active a {
    background: #f47929;
    border: 1px solid #f47929;
    color: #fff
}

#steps ol > li.active {
    color: #f47929;
    font-weight: bold
}

.steps-mobile {
    border-top: 1px solid #ebebec;
    background-color: #fff;
    color: #f47929;
    height: 60px;
    z-index: 9999;
    width: calc(100% + 30px);
    transition: top 0.4s ease-in-out;
    padding: 15px;
    margin-left: -15px
}

    .steps-mobile a {
        color: #f47929;
        text-decoration: none
    }

    .steps-mobile img {
        margin-top: -3px
    }

@media (min-width: 992px) and (max-width:1199px) {
    #steps ul, #steps ol {
        left: calc((100% - 575px) / 2)
    }
}

@media (min-width: 769px) and (max-width:991px) {
    #steps ul {
        left: calc((100% - 460px) / 2)
    }

    #steps ol {
        left: calc((100% - 480px) / 2)
    }

    .body-wrapper-informatie #steps ul {
        left: calc((100% - 710px) / 2)
    }

    .body-wrapper-informatie #steps ol {
        left: calc((100% - 720px) / 2)
    }

    #steps ol > li {
        margin-left: 40px
    }
}

@media (max-width: 767px) {
    #steps {
        display: none !important
    }
}

.steps {
}

    .steps > ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .steps > ul > li {
            color: #6d6e71;
            padding-right: 30px;
            margin-right: 10px;
            margin-left: 50px;
            background-image: url('//img.unitedconsumers.com/www/images/layout/algemeen/lijn-grijs.png');
            background-repeat: repeat-x;
            background-position-y: center;
            background-position-x: 80px
        }

            .steps > ul > li:last-child {
                background: none
            }

            .steps > ul > li > a {
                color: #6d6e71
            }

                .steps > ul > li > span, .steps > ul > li > a > span:first-child {
                    background: #ffffff;
                    width: 30px;
                    height: 30px;
                    display: inline-block;
                    border-radius: 20px;
                    color: #f47929;
                    font-family: Font1;
                    font-weight: normal;
                    text-align: center;
                    margin-right: 10px;
                    margin-left: -50px
                }

                .steps > ul > li > a > span:last-child {
                    background: #ebebec;
                    padding-right: 10px
                }

            .steps > ul > li:before, .steps > ul > li + li:before, .steps > ul > li:after {
                content: ""
            }

            .steps > ul > li.active > a {
                font-family: Font1Bold;
                font-weight: bold;
                color: #f47929
            }

                .steps > ul > li.active > a > span:first-child {
                    background: #f47929;
                    color: #ffffff
                }

            .steps > ul > li.step-back {
                background: none;
                padding-right: 0
            }

                .steps > ul > li.step-back:after {
                    content: "|";
                    padding: 0;
                    margin-left: -10px
                }

                .steps > ul > li.step-back > a > span:last-child {
                    padding: 0
                }

@media (max-width: 767px) {
    .steps > ul > li {
        background: none;
        padding-right: 5px;
        margin-right: 0;
        margin-left: 0
    }

    .breadcrumb-wrapper ul > li:after {
        padding: 0
    }

    .steps > ul > li > span, .steps > ul > li > a > span:first-child {
        background: #ececeb;
        margin-left: 0;
        margin-right: 0
    }

    .steps > ul > li > a > span:last-child {
        background: #ffffff;
        padding-right: 10px
    }

    .steps > ul > li > a > span {
        display: none;
        max-width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .steps > ul > li.active > a > span {
        display: inline-block;
        margin-right: 5px
    }

    .steps > ul > li.step-back > a > span:last-child {
        margin-right: 15px
    }
}
