﻿

@media (max-width: 575px) {

    .logoBarUnder {
        background-size: 500px;
    }

    .logo img {
        width: 170px;
        height: 32px;
    }

    .order .infotitle, .order .ordertypetitle {
        text-align: center;
    }

    .ordersubmitted {
        margin: 0 auto;
        width: 260px;
        margin-bottom: 20px;
    }

    .order .navigation {
        height: 80px;
    }
}

@media (min-width: 1024px) {

    .order .mobile {
        display: none;
    }

    .order .tablemobile {
        display: none;
    }
}

@media (max-width: 1023px) {

    .order .select2, .order .wizard .stepview .passed, .order .wizard .stepview .after {
        display: none;
    }

    .order .desktop {
        display: none;
    }

    .order .mobile {
        display: block;
    }

    .wizard .progress-bar, .order .wizard .stepview .live, .order .wizard .stepview {
        width: 100% !important;
    }

    .wizard .after, .wizard .passed {
        display: none;
    }
}

@media (max-width: 991px) {

    .desktopMenu {
        display: none;
    }

    .responsiveMenu {
        display: block;
    }
}

@media (min-width: 992px) {

    .desktopMenu {
        display: block;
    }

    .responsiveMenu {
        display: none;
    }
}
