@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';

/* _content/p42FactoryReporting/Components/Layout/MainLayout.razor.rz.scp.css */


/* _content/p42FactoryReporting/Components/Layout/P42FRAppBar.razor.rz.scp.css */
/* _content/p42FactoryReporting/Components/Pages/Home.razor.rz.scp.css */
.background-image-container[b-h70k7mlwto] {
    position: relative;
    width: 100%;
    min-height: 100%;
    background: url("Resources/background-orange-3-web-1920x1080-300_dark1.jpg") no-repeat center center fixed;
    background-size: cover;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*@media (prefers-color-scheme: dark) {*/
/*    .background-image-container {*/
/*        background: url("Resources/background-orange-3-web-1920x1080-300_dark1.jpg") no-repeat center center fixed;*/
/*    }*/
/*}*/


.background-overlay[b-h70k7mlwto] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* overlay blockiert keine Klicks */
    background: rgba(0, 0, 0, 0.0); /* initial transparent */
    animation: darkenBg-b-h70k7mlwto 10s infinite;
    /* 6s = 3s dunkler + 3s zurück */
    z-index: 0; /* unter den Cards etc. */
}

/* Animation für dunkler/heller */
@keyframes darkenBg-b-h70k7mlwto {
    0% {
        background: rgba(0, 0, 0, 0.0);
    }
    40% {
        background: rgba(0, 0, 0, 0.8);
    }
    60% {
        background: rgba(0, 0, 0, 0.8);
    }
    100% {
        background: rgba(0, 0, 0, 0.0);
    }
}

.stack-overlay[b-h70k7mlwto] {
    padding: 1.0rem 1.0rem;
    position: relative;
    z-index: 1; /* makes sure stack is above the background */
    gap: 50px;
    /* Optional: add a slight background for cards, or make them semi-transparent */
}
/* _content/p42FactoryReporting/Components/Pages/P42Waiting.razor.rz.scp.css */
/* _content/p42FactoryReporting/Components/Pages/ReportCards.razor.rz.scp.css */

.card-container[b-j7rfpjhdam] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-j7rfpjhdam] {
    /* Optional styling */
}

.card-body[b-j7rfpjhdam] {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
}

.card-body .report-description[b-j7rfpjhdam] {
    margin-bottom: 0.5rem;
}

.card-body .image-container[b-j7rfpjhdam] {
    flex: 1 1 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-body img[b-j7rfpjhdam] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.card-footer[b-j7rfpjhdam] {
    /* Footer is immer ganz unten */
    margin-top: auto;
    padding-top: 0.5rem;
}
