/* _content/AI4Cert/Components/Account/Shared/AccountLayout.razor.rz.scp.css */
/* Nach PPS_Schreml Identity/css/site.css: Fusszeile unten, Inhalt darueber. */

/* Logo oben wie login_logo.png (620 px) in PPS_Schreml */
.account-logo[b-yx11nhpeoo] {
    margin-top: .5rem;
}

    .account-logo img[b-yx11nhpeoo] {
        max-width: 100%;
        height: auto;
    }

.box-shadow[b-yx11nhpeoo] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* Seite als Spalte, Fusszeile rutscht ans Ende (statt position:absolute wie bei PPS,
   weil html/body hier nicht pro Layout gestylt werden koennen). */
.account-seite[b-yx11nhpeoo] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

    .account-seite > .container[b-yx11nhpeoo] {
        flex: 1 0 auto;
    }

.footer[b-yx11nhpeoo] {
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

#blazor-error-ui[b-yx11nhpeoo] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-yx11nhpeoo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AI4Cert/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-g9q7fuud8t] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-g9q7fuud8t] {
    flex: 1;
}

/* Seitenleiste: gleiche Grundfarbe wie PPS_Schreml, damit sich Johanns Anwendungen aehneln */
.sidebar[b-g9q7fuud8t] {
    background-color: rgb(200, 230, 230);
}

.top-row[b-g9q7fuud8t] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.top-row-titel[b-g9q7fuud8t] {
    display: flex;
    align-items: baseline;
    gap: 12px;
    white-space: nowrap;
}

.top-row-unterzeile[b-g9q7fuud8t] {
    color: #6c757d;
    font-size: .9rem;
}

/* Der eine Link, der auf jeder Seite da ist: das Blatt "Wozu brauche ich das und wie funktioniert es?" */
.top-row-wozu[b-g9q7fuud8t] {
    margin-left: 16px;
    font-size: .9rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: center;
}

.top-row-wozu-icon[b-g9q7fuud8t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    border: 1.5px solid currentColor;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1;
}

.top-row-login[b-g9q7fuud8t] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

    .top-row-login[b-g9q7fuud8t]  a,
    .top-row-login[b-g9q7fuud8t]  .btn-link {
        white-space: nowrap;
    }

#blazor-error-ui[b-g9q7fuud8t] {
    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-g9q7fuud8t] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 640.98px) {
    .top-row-unterzeile[b-g9q7fuud8t] {
        display: none;
    }

    .top-row-wozu[b-g9q7fuud8t] {
        margin-left: 8px;
    }
}

@media (min-width: 641px) {
    .page[b-g9q7fuud8t] {
        flex-direction: row;
    }

    .sidebar[b-g9q7fuud8t] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-g9q7fuud8t] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-g9q7fuud8t] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/AI4Cert/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-logo[b-v9x0t2tala] {
    width: 100%;
    padding: 1rem 1rem .5rem 1rem;
}

    .nav-logo img[b-v9x0t2tala] {
        display: block;
        width: 100%;
        max-width: 218px;
        height: auto;
    }

.nav-menu[b-v9x0t2tala] {
    width: 100%;
}

.nav-menu-liste[b-v9x0t2tala] {
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu-hinweis[b-v9x0t2tala] {
    margin: 1rem;
}

.nav-item[b-v9x0t2tala] {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    list-style: none;
}

    .nav-item:first-of-type[b-v9x0t2tala] {
        padding-top: .5rem;
    }

    .nav-item:last-of-type[b-v9x0t2tala] {
        padding-bottom: 1rem;
    }

/* Gruppenueberschrift ohne Link */
.nav-gruppe[b-v9x0t2tala] {
    padding: .9rem 1rem .25rem 1rem;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #4a6470;
}

.nav-item[b-v9x0t2tala]  a.nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 2.15rem;
    margin: 0;
    padding: 0.45rem 1rem;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: black;
    line-height: 1.15rem;
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
}

    .nav-item[b-v9x0t2tala]  a.nav-link:hover,
    .nav-item[b-v9x0t2tala]  a.nav-link:focus {
        background-color: rgba(255, 255, 255, 0.20);
        color: black;
        outline: none;
    }

    /* Aktiver Punkt: nur der senkrechte Balken links, wie in PPS_Schreml */
    .nav-item[b-v9x0t2tala]  a.nav-link.active {
        background-color: transparent !important;
        color: black;
        box-shadow: inset 4px 0 0 #1f5f8b;
    }

/* Pflichtlinks unten in der Seitenleiste, auf jeder Seite erreichbar */
.nav-betrieb[b-v9x0t2tala] {
    margin-top: .5rem;
    font-size: 13px;
    font-weight: 600;
    color: #1f3a48;
    line-height: 1.3;
}

.nav-rechtliches[b-v9x0t2tala] {
    padding: 1rem;
    font-size: 12px;
    color: #4a6470;
}

    .nav-rechtliches a[b-v9x0t2tala] {
        color: #4a6470;
    }
/* _content/AI4Cert/Components/Layout/OeffentlichLayout.razor.rz.scp.css */
.oeff-seite[b-h1frxp68fw] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.oeff-nav[b-h1frxp68fw] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    padding: .4rem 0;
}

/* Kopfleiste auf dieselbe Breite wie der Inhalt der Landingpage (1.250 px) */
.oeff-nav-inhalt[b-h1frxp68fw] {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
    display: flex;
    align-items: center;
}

.oeff-logo[b-h1frxp68fw] {
    height: 34px;
    width: auto;
}

.oeff-login[b-h1frxp68fw] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.oeff-inhalt[b-h1frxp68fw] {
    flex: 1 0 auto;
}

.oeff-fuss[b-h1frxp68fw] {
    line-height: 60px;
    font-size: .9rem;
}

#blazor-error-ui[b-h1frxp68fw] {
    display: none;
}
/* _content/AI4Cert/Components/Layout/Seitenkopf.razor.rz.scp.css */
.seite-faden[b-w75nmzst39] {
    margin: .5rem 0 1.25rem 0;
}

.faden-kachel[b-w75nmzst39] {
    display: flex;
    gap: .9rem;
    align-items: flex-start;
    padding: .9rem 1.1rem;
    background: #f5f9fc;
    border: 1px solid #dfe8f0;
    border-left: 4px solid #2f6fd6;
    border-radius: .5rem;
    color: #3a4650;
    line-height: 1.5;
}

.faden-nr[b-w75nmzst39] {
    flex: 0 0 auto;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    background: #2f6fd6;
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: .05rem;
}

.faden-text[b-w75nmzst39] {
    flex: 1 1 auto;
}
