body {
    margin: 0;
    background: url(../images/background.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-color: #f2f3f8 !important;
    background-position: 50% 50px;
}

@media (max-width: 1184px) {
    body,
    html {
        background: url(../images/background.jpg) !important;
        background-repeat: no-repeat !important;
        background-color: black !important;
        background-size: contain !important;
        background-position: 50% 50px;
    }
}

.site-header-subtext {
    color: grey;
}


/* overlay teaser */

#overlay-loader {
    background: black !important;
}

#l-check {
    background: url(../../../_assets/images/svg/Apple_logo_white.svg) no-repeat center top transparent!important;
    background-size: 50% !important;
}

.success .loader-container h4 {
    color: #ffffff!important;
}


/* colorscheme */

.legal-top,
.stepsCounter {
    background: #1e1e1e !important;
}

.stepsCounter .upper .number.active {
    background: linear-gradient(0deg, #b3780b 0, #b3780b);
}

#qubiq-container,
#qubiq-container .container {
    max-width: 100% !important;
}

#spinner {
    background-color: #2e0510;
}