/* ---  ČDK --- */
app-home-logo .brand-logo .app-brand-img img {
    height: 90px !important;
    margin-top: 15px;
}

app-home .app-content-wrapper .home-top .row .col.app-desc {
    font-size: 1rem !important;
}

.brand-logo .app-brand-text {
    display: none !important;
}

app-logo .brand-logo .app-brand-img img {
    height: 44px !important;
    padding-left: 3px !important;
    border: none !important;
}


@media only screen and (max-width: 600px) {
    .app-navbar .col.app-col-left {
        width: 100px !important;
    }
    app-logo .brand-logo .app-brand-img {
        background-image: url(https://registr.digitalniknihovna.cz/libraries/cdk/logo);
        width: 44px;
        height: 44px;
        display: block !important;
        margin-left: -4px;
        margin-top: 12px;
        background-size: cover;
        background-position-x: left;
        background-position-y: center;
    }
    app-logo .brand-logo .app-brand-img img {
        display: none;
    }
} 