[v-cloak] {
    display: none;
}

#jumbotron {
    margin-left: calc(50% - 50vw)!important;
    margin-right: calc(50% - 50vw)!important;
    padding-left: 5%;
    padding-right: 5%;
}

@media (min-width: 768px) {
    #jumbotron {
        margin-left: calc(50% - 50vw)!important;
        margin-right: calc(50% - 50vw)!important;
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (min-width: 992px) {
    #jumbotron {
        margin-left: calc(50% - 50vw)!important;
        margin-right: calc(50% - 50vw)!important;
        padding-left: 25%;
        padding-right: 25%;
    }
    #jumbotron-front-item-wrapper {
        margin-top: 30px;
    }
}

#service-order-wrapper {
    font-family: 'Vorwerk';
}

#service-order-form label {
    clear: none;
    display: block;
    padding: 0px 1em 0px 8px;
}

#type-options {
    margin-top: 15px;
    margin-bottom: 20px;
}

#service-order-form input[type=radio],
#service-order-form input.radio {
    float: left;
    clear: none;
    margin: 2px 0 0 2px;
}

#service-order-form label {
    display: block;
}

.form-help-subtext {
    color: #2cb97a;
    float: right;
    cursor: pointer;
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 25px;
}

#form-not-found-error {
    clear: both;
    color: #af2120;
}

#service-order-submit {
    margin-top: 15px;
}

#service-order-details {
    margin-left: 0;
    margin-right: 0;
}

#progress-wrapper {
    height: 100px;
}

#service-order-progress {
    counter-reset: step;
    margin-left: 0;
}

#service-order-progress li {
    list-style-type: none;
    width: 14.28%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    color: #7d7d7d;
}

#service-order-progress li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 3px solid #ededed;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
    color: #fff;
}

#service-order-progress li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ededed;
    top: 15px;
    left: -50%;
    z-index: -1;
}

#service-order-progress li:first-child:after {
    content: none;
}

#service-order-progress li.completed,
#service-order-progress li.current {
    color: #01c775;
}

#service-order-progress li.completed:before {
    border: none;
    font-family: 'Font Awesome 5 Free';
    font-size: 2.5em;
    content: "\f058";
    color: #01c775;
}

#service-order-progress li.current:before {
    border-color: #55b776;
    color: #fff;
}

#service-order-progress li.completed+li:after {
    background-color: #55b776;
}

#service-order-status-message {
    padding: 30px;
    background-color: #ededed;
}

#status-repair-date {
    text-align: center;
    color: #01c775;
}

#results-header {
    margin-top: 25px;
    margin-bottom: 40px;
}

.spacer {
    margin-bottom: 100px;
}

.separator {
    margin-top: 30px;
}

#help-section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 768px) {
    #help-section {
        width: 60%;
    }
}

#help-image {
    width: auto;
}

#help-button {
    text-transform: uppercase;
    font-weight: bold!important;
    color: #fff!important;
}

#help-button:hover {
    background-color: #47b975!important;
}