.konfigurator-header{
    margin-top: 40px;
}

.konfigurator-header-name{
    float: left;
    font-size: 16px;
}

.konfigurator-header-name h1{
    font-weight: 500;
    font-size: 26px;
    margin-top: 0px;
    padding-top: 0px;
}

.steps-menu{
    float: right;
    list-style: none;
}

.steps-menu li{
    float: left;
}

.steps-menu li .step-line{
    width: 150px;
    height: 25px;
    display: inline-block;
    border-bottom: 1px #eee solid;
}

.steps-menu li.active .step-line{
    border-color: #00aeef;

}

.steps-menu li .step-number{
    width: 50px;
    height:50px;
    background: #eee;
    color:#333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    display: inline-block;
}
.steps-menu li .step-number .fa{
    font-size: 26px;
}

.steps-menu li.active .step-number{
    background: #00aeef;
    color:#fff;
}

.steps-menu li .step-name{
    text-align: center;
    color:#333;
    display: inline-block;
}
.steps-menu li.active .step-name{
    text-align: center;
    color:#00aeef;
}