/* _content/BDW_PortalClena.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-i7qnwgxajh] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-i7qnwgxajh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.page_header[b-i7qnwgxajh] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: rgba(34, 42, 53, 0.4);
    transition: background-color 0.05s linear; /* jemn� vyhlazen� */
}


    .page_header.menu-scrolled[b-i7qnwgxajh] {
        background-color: rgba(34, 42, 53, 0.95);
        box-shadow: 0 2px 10px rgba(0,0,0,0.4);
    }

/* aby obsah str�nky nebyl schovan� pod menu */
body[b-i7qnwgxajh] {
    padding-top: 91px; /* podle skute�n� v��ky menu */
}


/*
#mainLogo {
    border: 10px solid lime !important;
}
*/


/* _content/BDW_PortalClena.Web/Components/Pages/AktualityList.razor.rz.scp.css */
/* společné */
.aktualita-row[b-maravo3s8y] {
    display: flex;
    flex-wrap: wrap;
}

.aktualita-image .item-media[b-maravo3s8y] {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
}

/* desktop */
@@media (min-width: 768px) {
    .aktualita-row[b-maravo3s8y] {
        flex-direction: row;
    }

    .aktualita-image[b-maravo3s8y] {
        order: 1;
    }

    .aktualita-text[b-maravo3s8y] {
        order: 2;
    }
}

/* mobil */
@@media (max-width: 767px) {
    .aktualita-row[b-maravo3s8y] {
        flex-direction: column;
    }

    .aktualita-image[b-maravo3s8y] {
        order: 1;
    }

    .aktualita-text[b-maravo3s8y] {
        order: 2;
    }

    .aktualita-image .item-media[b-maravo3s8y] {
        height: 200px;
        border-radius: 8px 8px 0 0;
    }
}
