/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-wrapper[b-va6bm14h6t] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0f1f14; /* dunkles grün-schwarz */
    padding: 20px;
}

.login-card[b-va6bm14h6t] {
    width: 100%;
    max-width: 520px;
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
    border: 1px solid rgba(58, 90, 64, 0.2);
}

.login-header h1[b-va6bm14h6t] {
    color: #1D431F;
}

.login-header p[b-va6bm14h6t] {
    color: #6b7a6b;
}

.form-control[b-va6bm14h6t] {
    border-radius: 10px;
    border: 1px solid #cbd5c0;
    transition: 0.2s;
}

    .form-control:focus[b-va6bm14h6t] {
        border-color: #3A5A40;
        box-shadow: 0 0 0 3px rgba(58, 90, 64, 0.2);
        outline: none;
    }

.btn-login[b-va6bm14h6t] {
    width: 100%;
    padding: 12px;
    background: #3A5A40;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.2s;
}

    .btn-login:hover[b-va6bm14h6t] {
        background: #1D431F;
    }

.login-links a[b-va6bm14h6t] {
    color: #3A5A40;
}

    .login-links a:hover[b-va6bm14h6t] {
        color: #1D431F;
    }


.login-links[b-va6bm14h6t] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}

    .login-links a[b-va6bm14h6t] {
        color: #3A5A40;
        text-decoration: none;
    }

        .login-links a:hover[b-va6bm14h6t] {
            color: #1D431F;
        }
/* /Components/Account/Pages/Register.razor.rz.scp.css */
.login-wrapper[b-oy1rlh9fj5] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0f1f14; /* dunkles grün-schwarz */
    padding: 20px;
}

.login-card[b-oy1rlh9fj5] {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
    border: 1px solid rgba(58, 90, 64, 0.2);
}

.login-header h1[b-oy1rlh9fj5] {
    color: #1D431F;
}

.login-header p[b-oy1rlh9fj5] {
    color: #6b7a6b;
}

.form-control[b-oy1rlh9fj5] {
    border-radius: 10px;
    border: 1px solid #cbd5c0;
    transition: 0.2s;
}

    .form-control:focus[b-oy1rlh9fj5] {
        border-color: #3A5A40;
        box-shadow: 0 0 0 3px rgba(58, 90, 64, 0.2);
        outline: none;
    }

.btn-login[b-oy1rlh9fj5] {
    width: 100%;
    padding: 12px;
    background: #3A5A40;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.2s;
}

    .btn-login:hover[b-oy1rlh9fj5] {
        background: #1D431F;
    }

.login-links a[b-oy1rlh9fj5] {
    color: #3A5A40;
}

    .login-links a:hover[b-oy1rlh9fj5] {
        color: #1D431F;
    }


.login-links[b-oy1rlh9fj5] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}

.login-links a[b-oy1rlh9fj5] {
    color: #3A5A40;
    text-decoration: none;
}

.login-links a:hover[b-oy1rlh9fj5] {
    color: #1D431F;
}
/* /Components/Account/Pages/RegisterConfirmation.razor.rz.scp.css */
.confirmation-message[b-gi8q0gvwkq] {
    margin-top: 20px;
    text-align: center;
    color: #445244;
}

.confirm-link[b-gi8q0gvwkq] {
    display: inline-block;
    margin-top: 16px;
    text-decoration: none;
    text-align: center;
}

.login-wrapper[b-gi8q0gvwkq] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0f1f14; /* dunkles grün-schwarz */
    padding: 20px;
}

.login-card[b-gi8q0gvwkq] {
    width: 100%;
    max-width: 620px;
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
    border: 1px solid rgba(58, 90, 64, 0.2);
}

.login-header h1[b-gi8q0gvwkq] {
    color: #1D431F;
}

.login-header p[b-gi8q0gvwkq] {
    color: #6b7a6b;
}

.form-control[b-gi8q0gvwkq] {
    border-radius: 10px;
    border: 1px solid #cbd5c0;
    transition: 0.2s;
}

    .form-control:focus[b-gi8q0gvwkq] {
        border-color: #3A5A40;
        box-shadow: 0 0 0 3px rgba(58, 90, 64, 0.2);
        outline: none;
    }

.btn-login[b-gi8q0gvwkq] {
    width: 100%;
    padding: 12px;
    background: #3A5A40;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.2s;
}

    .btn-login:hover[b-gi8q0gvwkq] {
        background: #1D431F;
    }

.login-links a[b-gi8q0gvwkq] {
    color: #3A5A40;
}

    .login-links a:hover[b-gi8q0gvwkq] {
        color: #1D431F;
    }


.login-links[b-gi8q0gvwkq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}

    .login-links a[b-gi8q0gvwkq] {
        color: #3A5A40;
        text-decoration: none;
    }

        .login-links a:hover[b-gi8q0gvwkq] {
            color: #1D431F;
        }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* =========================
   ROOT LAYOUT
========================= */

.app-shell[b-uprfkxzc2w] {
    display: flex;
    min-height: 100vh;
    background: #f9fafb;
}

/* =========================
   SIDEBAR
========================= */

.app-sidebar[b-uprfkxzc2w] {
    width: 260px;
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    height: 100vh;
}

/* =========================
   MAIN AREA
========================= */

.app-main[b-uprfkxzc2w] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* =========================
   TOPBAR
========================= */

.app-topbar[b-uprfkxzc2w] {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.topbar-link[b-uprfkxzc2w] {
    color: #3A5A40;
    text-decoration: none;
    margin-left: 1rem;
}

    .topbar-link:hover[b-uprfkxzc2w] {
        color: #111827;
        text-decoration: underline;
    }

/* =========================
   CONTENT
========================= */

.app-content[b-uprfkxzc2w] {
    flex: 1;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* =========================
   FOOTER (sticky bottom)
========================= */

.app-footer[b-uprfkxzc2w] {
    margin-top: auto;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #3A5A40;
    border-top: 1px solid #e5e7eb;
    background: #ffffff;
}

.app-footer a[b-uprfkxzc2w],
.app-footer a:visited[b-uprfkxzc2w] {
    color: #3A5A40 !important;
    text-decoration: none !important;
}

.app-footer a:hover[b-uprfkxzc2w] {
    color: #111827;
    text-decoration: underline !important;
}

.app-topbar a.topbar-link[b-uprfkxzc2w] {
    color: #3A5A40 !important;
}

    .app-topbar a.topbar-link[class*="active"][b-uprfkxzc2w] {
        color: #3A5A40 !important;
    }


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

    .app-shell[b-uprfkxzc2w] {
        flex-direction: column;
    }

    .app-sidebar[b-uprfkxzc2w] {
        width: 100%;
        height: auto;
        position: relative;
    }

    .app-topbar[b-uprfkxzc2w] {
        justify-content: space-between;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-z9rc4r45gr] {
    display: none;
}

/* Hamburger standardmäßig verstecken */
.navbar-toggler-icon[b-z9rc4r45gr] {
    display: none;
}

/* Nur Mobile Ansicht */
@media (max-width: 640px) {

    /* sichtbarer Button */
    .navbar-toggler-icon[b-z9rc4r45gr] {
        cursor: pointer;
        width: 3.5rem;
        height: 2.5rem;
        position: absolute;
        top: 0.5rem;
        right: 1rem;
        border-radius: 0.5rem;
        background-color: #3A5A40;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        /* Font Awesome Icon */
        .navbar-toggler-icon i[b-z9rc4r45gr] {
            color: white;
            font-size: 1.4rem;
        }

    .navbar-toggler:checked + .navbar-toggler-icon i[b-z9rc4r45gr]::before {
        content: "\f00d";
    }
}

    .top-row[b-z9rc4r45gr] {
        background-color: #FFFFFF;
        border-bottom: 1px solid #DCEEDD;
        color: #1D431F;
    }

    .navbar-brand[b-z9rc4r45gr] {
        font-size: 1.1rem;
    }

    .bi[b-z9rc4r45gr] {
        display: inline-block;
        position: relative;
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 0.75rem;
        top: -1px;
        background-size: cover;
    }

    .nav-item[b-z9rc4r45gr] {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .nav-item:first-of-type[b-z9rc4r45gr] {
            padding-top: 1rem;
        }

        .nav-item:last-of-type[b-z9rc4r45gr] {
            padding-bottom: 1rem;
        }

        .nav-item[b-z9rc4r45gr]  .nav-link {
            color: #4D6A4E;
            border-radius: 8px;
            margin: 4px 8px;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        .nav-item[b-z9rc4r45gr]  a.active {
            background-color: #3A5A40;
            color: #FFFFFF;
        }

        .nav-item[b-z9rc4r45gr]  .nav-link:hover {
            background-color: #DCEEDD;
            color: #1D431F;
        }

    .nav-scrollable[b-z9rc4r45gr] {
        display: none;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-z9rc4r45gr] {
        display: block;
    }

    @media (min-width: 641px) {
        .navbar-toggler[b-z9rc4r45gr] {
            display: none;
        }

        .nav-scrollable[b-z9rc4r45gr] {
            /* Never collapse the sidebar for wide screens */
            display: block;
            /* Allow sidebar to scroll for tall menus */
            height: calc(100vh - 3.5rem);
            overflow-y: auto;
        }
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-52ubui7dgx],
.components-reconnect-repeated-attempt-visible[b-52ubui7dgx],
.components-reconnect-failed-visible[b-52ubui7dgx],
.components-pause-visible[b-52ubui7dgx],
.components-resume-failed-visible[b-52ubui7dgx],
.components-rejoining-animation[b-52ubui7dgx] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-52ubui7dgx],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-52ubui7dgx],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-52ubui7dgx],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-52ubui7dgx],
#components-reconnect-modal.components-reconnect-retrying[b-52ubui7dgx],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-52ubui7dgx],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-52ubui7dgx],
#components-reconnect-modal.components-reconnect-failed[b-52ubui7dgx],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-52ubui7dgx] {
    display: block;
}


#components-reconnect-modal[b-52ubui7dgx] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-52ubui7dgx 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-52ubui7dgx 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-52ubui7dgx 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-52ubui7dgx]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-52ubui7dgx 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-52ubui7dgx {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-52ubui7dgx {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-52ubui7dgx {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-52ubui7dgx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-52ubui7dgx] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-52ubui7dgx] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-52ubui7dgx] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-52ubui7dgx] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-52ubui7dgx] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-52ubui7dgx] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-52ubui7dgx 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-52ubui7dgx] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-52ubui7dgx {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.info-card[b-sevj38cx1p] {
    padding: 1.5rem;
    border-radius: 1rem;
    background: linear-gradient(145deg, #ffffff, #f3f4f6);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* Layout */
.info-card-inner[b-sevj38cx1p] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

/* Logo */
.info-logo[b-sevj38cx1p] {
    flex: 0 0 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .info-logo img[b-sevj38cx1p] {
        width: 120px;
        height: auto;
        filter: drop-shadow(0 4px 6px rgba(0,0,0,0.15));
    }

/* Content */
.info-content[b-sevj38cx1p] {
    flex: 1;
}

    .info-content h2[b-sevj38cx1p] {
        margin: 0 0 0.5rem 0;
        font-size: 1.6rem;
        color: #111827;
    }

    .info-content .lead[b-sevj38cx1p] {
        font-size: 1.05rem;
        color: #374151;
        margin-bottom: 0.8rem;
    }

/* Highlights */
.info-highlights[b-sevj38cx1p] {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: #4b5563;
}

/* Responsive */
@media (max-width: 768px) {
    .info-card-inner[b-sevj38cx1p] {
        flex-direction: column;
        text-align: center;
    }

    .info-highlights[b-sevj38cx1p] {
        grid-template-columns: 1fr;
    }
}
