/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-vtobaxq9qu] {
    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-vtobaxq9qu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/OACFooter.razor.rz.scp.css */
.oac-footer[b-qhugqnd527] {
    position: relative;
    background: #1f232a;
    color: rgba(255,255,255,0.65);
    overflow: hidden;
}

    /* fake "weltkarte" als pattern (optional) */
    .oac-footer[b-qhugqnd527]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 20% 40%, rgba(255,255,255,0.06) 0 1px, transparent 2px) 0 0/8px 8px;
        opacity: 0.35;
        pointer-events: none;
    }

    /* Inhalt über dem Pattern */
    .oac-footer > .container[b-qhugqnd527] {
        position: relative;
        z-index: 1;
    }

.oac-footer-title[b-qhugqnd527] {
    color: #fff;
    font-weight: 800;
    margin-bottom: 18px;
}

.oac-footer-text[b-qhugqnd527] {
    line-height: 1.8;
}

.oac-footer-links[b-qhugqnd527] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .oac-footer-links li[b-qhugqnd527] {
        margin: 8px 0;
    }

    .oac-footer-links a[b-qhugqnd527] {
        color: rgba(255,255,255,0.65);
        text-decoration: none;
        transition: color 0.15s ease;
    }

        .oac-footer-links a:hover[b-qhugqnd527] {
            color: #fff;
        }

.oac-footer-social[b-qhugqnd527] {
    display: flex;
    gap: 12px;
}

.oac-social[b-qhugqnd527] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    text-decoration: none;
    background: rgba(0,0,0,0.25);
    transition: transform 0.15s ease, background 0.15s ease;
}

    .oac-social:hover[b-qhugqnd527] {
        transform: translateY(-2px);
        background: rgba(13,110,253,0.35);
    }

.oac-footer-line[b-qhugqnd527] {
    border-color: rgba(255,255,255,0.12);
}

.oac-footer-bottom[b-qhugqnd527] {
    text-align: center;
    color: rgba(255,255,255,0.5);
}
footer[b-qhugqnd527] {
    flex-shrink: 0;
}

.footer-col[b-qhugqnd527] {
    display: flex;
    flex-direction: column;
    align-items: center; /* horizontal zentriert */
    justify-content: flex-start; /* STARTET OBEN */
    text-align: center;
}
/* /Components/Layout/OACNav.razor.rz.scp.css */
.navbar:not(.oac-nav)[b-m7nds7j5w1] {
    background: #1f232a;
}
.nav-link[b-m7nds7j5w1] {
    position: relative;
    display: inline-block; /* WICHTIG */
    color: white !important;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 4px;
    text-wrap: nowrap;
}
    /* der blaue Balken */
    .nav-link[b-m7nds7j5w1]::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        color: white !important;
        height: 2px;
        background-color: #0d6efd; /* Bootstrap blue */
        transform: translateX(-50%);
        transition: width 0.2s ease-in-out;
    }
    /* Hover-Effekt */
    .nav-link:hover[b-m7nds7j5w1]::after, 
    .nav-link.active[b-m7nds7j5w1]::after {
        width: 100%;
    }

.navbar-title[b-m7nds7j5w1] {
    color: white;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 55vw; /* damit es nicht unter den Burger läuft */
}


@media (max-width: 1200.98px) {
    .navbar-nav .nav-link[b-m7nds7j5w1] {
        display: block;
        width: 100%;
        color: white !important;
        padding: 0.75rem 0.25rem;
    }

        .navbar-nav .nav-link[b-m7nds7j5w1]::after {
            left: 0;
            transform: none;
        }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3t02zuniqb],
.components-reconnect-repeated-attempt-visible[b-3t02zuniqb],
.components-reconnect-failed-visible[b-3t02zuniqb],
.components-pause-visible[b-3t02zuniqb],
.components-resume-failed-visible[b-3t02zuniqb],
.components-rejoining-animation[b-3t02zuniqb] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3t02zuniqb],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3t02zuniqb],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3t02zuniqb],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3t02zuniqb],
#components-reconnect-modal.components-reconnect-retrying[b-3t02zuniqb],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3t02zuniqb],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3t02zuniqb],
#components-reconnect-modal.components-reconnect-failed[b-3t02zuniqb],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3t02zuniqb] {
    display: block;
}


#components-reconnect-modal[b-3t02zuniqb] {
    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-3t02zuniqb 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3t02zuniqb 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3t02zuniqb 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3t02zuniqb]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3t02zuniqb 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3t02zuniqb {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3t02zuniqb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3t02zuniqb {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3t02zuniqb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3t02zuniqb] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3t02zuniqb] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3t02zuniqb] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3t02zuniqb] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3t02zuniqb] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3t02zuniqb] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3t02zuniqb 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3t02zuniqb] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3t02zuniqb {
    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;
    }
}
