/* SIT eigene Styles für SWK */

/*
 * Registrierung
 */

#registrierung-registrierung_fehlgeschlagen .bb-footer-small, #registrierung-double_optin_resend .bb-footer-small {
    background-color: #fff;
}

/*
 * Cadooz
 */
div.container-text-over-image {
    position: relative;
}

div.container-text-over-image .top-left-cadooz {
    position: absolute;
    top: 25px;
    left: 42px;
}


.hero-header-cadooz {
    font-weight: bold;
    font-style: normal;
    color: #0094cd;
    font-size: 2em;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.4em;
    line-height: 1em;
    width: 400px;
    padding: 10px;
}

.linear-background-gradient-white {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.0));
}

@media (max-width: 767px) {
    div.container-text-over-image .top-left-cadooz {
        top: 20px;
        left: 27px;
    }

    .hero-header-cadooz {
        font-weight: bold;
        font-style: normal;
        font-size: 1em;
        text-rendering: optimizeLegibility;
        margin-top: 0;
        margin-bottom: 0.8em;
        line-height: 1em;
        width: 185px;
        padding: 5px;
    }

    .linear-background-gradient-white-mobil-60zu40 {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.0));
    }
}

/*
 * NBA-Popup Header
 */
body .nba .ui-dialog .ui-dialog-titlebar {
    padding: 1em;
}