/* _content/MarktanalyseApp.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-nllbaxh2h8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nllbaxh2h8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

article[b-nllbaxh2h8] {
    flex: 1;
}

.sidebar[b-nllbaxh2h8] {
    background-image: linear-gradient(180deg, #e8590c 0%, #7a2c05 70%);
}

@media (min-width: 641px) {
    .page[b-nllbaxh2h8] {
        flex-direction: row;
    }

    .sidebar[b-nllbaxh2h8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    article[b-nllbaxh2h8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.app-footer[b-nllbaxh2h8] {
    margin-top: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-top: 1px solid #e0e0e0;
    font-size: 0.8rem;
    color: #6c757d;
}

    .app-footer a[b-nllbaxh2h8] {
        color: #6c757d;
        text-decoration: underline;
    }

#blazor-error-ui[b-nllbaxh2h8] {
    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-nllbaxh2h8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MarktanalyseApp.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4i8w00ugur] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-4i8w00ugur] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-4i8w00ugur] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4i8w00ugur] {
    font-size: 1.1rem;
}

.bi[b-4i8w00ugur] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-percent-nav-menu[b-4i8w00ugur] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-percent' viewBox='0 0 16 16'%3E%3Cpath d='M13.442 2.558a.625.625 0 0 1 0 .884l-10 10a.625.625 0 1 1-.884-.884l10-10a.625.625 0 0 1 .884 0M6 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m-1.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M13 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m-1.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1'/%3E%3C/svg%3E");
}

.bi-search-nav-menu[b-4i8w00ugur] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E");
}

.nav-item[b-4i8w00ugur] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4i8w00ugur] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4i8w00ugur] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4i8w00ugur]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-4i8w00ugur]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-4i8w00ugur]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-4i8w00ugur] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-4i8w00ugur] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4i8w00ugur] {
        display: none;
    }

    .nav-scrollable[b-4i8w00ugur] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/MarktanalyseApp.Web/Components/Pages/Home.razor.rz.scp.css */
.calc-row[b-p4jjv076a5] {
    height: 33px;
}

label[b-p4jjv076a5],
.form-label[b-p4jjv076a5] {
    font-size: 0.875rem;
}

.calc-table td[b-p4jjv076a5],
.calc-table th[b-p4jjv076a5] {
    height: 33px;
    box-sizing: border-box;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.875rem;
}

/* Die exakte Zeilenhöhe sorgt nur für die Ausrichtung, wenn Annahmen und
   Ergebnis nebeneinander stehen (Bootstrap-Umbruch bei 768px, col-md-6).
   Darunter stapeln sich die Spalten ohnehin, daher dürfen Zeilen wachsen
   statt lange Labels abzuschneiden. */
@media (max-width: 767.98px) {
    .calc-row[b-p4jjv076a5] {
        height: auto;
        flex-wrap: wrap;
        row-gap: 0.25rem;
        padding: 0.375rem 0;
    }

    .calc-row label[b-p4jjv076a5] {
        flex-basis: 100%;
    }

    .calc-table td[b-p4jjv076a5],
    .calc-table th[b-p4jjv076a5] {
        height: auto;
        white-space: normal;
    }
}
