/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-vi4c9y7dws] {
    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-vi4c9y7dws] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-imsa8hhad5],
.components-reconnect-repeated-attempt-visible[b-imsa8hhad5],
.components-reconnect-failed-visible[b-imsa8hhad5],
.components-pause-visible[b-imsa8hhad5],
.components-resume-failed-visible[b-imsa8hhad5],
.components-rejoining-animation[b-imsa8hhad5] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-imsa8hhad5],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-imsa8hhad5],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-imsa8hhad5],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-imsa8hhad5],
#components-reconnect-modal.components-reconnect-retrying[b-imsa8hhad5],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-imsa8hhad5],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-imsa8hhad5],
#components-reconnect-modal.components-reconnect-failed[b-imsa8hhad5],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-imsa8hhad5] {
    display: block;
}


#components-reconnect-modal[b-imsa8hhad5] {
    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-imsa8hhad5 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-imsa8hhad5 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-imsa8hhad5 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-imsa8hhad5]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-imsa8hhad5 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-imsa8hhad5 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-imsa8hhad5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-imsa8hhad5 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-imsa8hhad5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-imsa8hhad5] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-imsa8hhad5] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-imsa8hhad5] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-imsa8hhad5] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-imsa8hhad5] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-imsa8hhad5] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-imsa8hhad5 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-imsa8hhad5] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-imsa8hhad5 {
    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/Ratgeber.razor.rz.scp.css */
.content-index[b-pevzvn6uie] {
    background: #020617;
    color: #e2e8f0;
    min-height: 72vh;
}

.content-index__inner[b-pevzvn6uie] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 64px 24px 80px;
}

.content-index__hero[b-pevzvn6uie] {
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: end;
}

.content-index__eyebrow[b-pevzvn6uie] {
    color: #38bdf8;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.content-index h1[b-pevzvn6uie] {
    color: #fff;
    font-size: clamp(2.3rem, 5vw, 4.2rem);
    line-height: 1.04;
    margin: 0;
    max-width: 820px;
}

.content-index__intro[b-pevzvn6uie] {
    color: #cbd5e1;
    font-size: 1.08rem;
    line-height: 1.7;
    margin: 18px 0 0;
    max-width: 760px;
}

.content-index__actions[b-pevzvn6uie] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.content-index__actions a[b-pevzvn6uie] {
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 999px;
    color: #e2e8f0;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 0.62rem 0.9rem;
    text-decoration: none;
}

.content-index__actions a:hover[b-pevzvn6uie] {
    border-color: rgba(125, 211, 252, 0.6);
    color: #7dd3fc;
}

.content-index__start[b-pevzvn6uie] {
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.18), rgba(15, 23, 42, 0.82));
    border: 1px solid rgba(125, 211, 252, 0.28);
    border-radius: 8px;
    padding: 24px;
}

.content-index__start-label[b-pevzvn6uie] {
    color: #7dd3fc;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.content-index__start h2[b-pevzvn6uie] {
    font-size: 1.35rem;
    line-height: 1.25;
    margin: 0;
}

.content-index__start h2 a[b-pevzvn6uie] {
    color: #fff;
    text-decoration: none;
}

.content-index__start h2 a:hover[b-pevzvn6uie] {
    color: #7dd3fc;
}

.content-index__start p[b-pevzvn6uie] {
    color: #cbd5e1;
    line-height: 1.6;
    margin: 14px 0 0;
}

.content-index__start-link[b-pevzvn6uie] {
    color: #38bdf8;
    display: inline-flex;
    font-weight: 800;
    margin-top: 16px;
    text-decoration: none;
}

.content-index__start-link:hover[b-pevzvn6uie] {
    color: #7dd3fc;
}

.topic-overview[b-pevzvn6uie] {
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    margin-top: 54px;
    padding-top: 36px;
}

.topic-overview h2[b-pevzvn6uie],
.content-index__section-heading h2[b-pevzvn6uie] {
    color: #fff;
    font-size: 1.55rem;
    line-height: 1.2;
    margin: 0;
}

.topic-overview__grid[b-pevzvn6uie] {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
}

.topic-link[b-pevzvn6uie] {
    background: rgba(15, 23, 42, 0.74);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    color: #cbd5e1;
    line-height: 1.45;
    min-height: 112px;
    padding: 18px;
    text-decoration: none;
}

.topic-link:hover[b-pevzvn6uie] {
    border-color: rgba(125, 211, 252, 0.46);
    color: #e0f2fe;
}

.topic-link span[b-pevzvn6uie] {
    color: #38bdf8;
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.content-index__section-heading[b-pevzvn6uie] {
    align-items: end;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 54px;
    padding-top: 36px;
}

.content-index__section-heading p[b-pevzvn6uie] {
    color: #94a3b8;
    margin: 0;
}

.content-index__grid[b-pevzvn6uie] {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-top: 18px;
}

.content-card[b-pevzvn6uie] {
    background: rgba(15, 23, 42, 0.74);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    padding: 24px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
}

.content-card__meta[b-pevzvn6uie] {
    color: #94a3b8;
    font-size: 0.82rem;
    margin: 0 0 10px;
}

.content-card h2[b-pevzvn6uie] {
    font-size: 1.2rem;
    line-height: 1.35;
    margin: 0;
}

.content-card h2 a[b-pevzvn6uie] {
    color: #fff;
    text-decoration: none;
}

.content-card h2 a:hover[b-pevzvn6uie] {
    color: #7dd3fc;
}

.content-card p[b-pevzvn6uie] {
    color: #cbd5e1;
    line-height: 1.65;
}

.content-card__link[b-pevzvn6uie] {
    color: #38bdf8;
    font-weight: 700;
    margin-top: auto;
    text-decoration: none;
}

.content-card__link:hover[b-pevzvn6uie] {
    color: #7dd3fc;
}

@media (max-width: 900px) {
    .content-index__hero[b-pevzvn6uie] {
        grid-template-columns: 1fr;
    }

    .topic-overview__grid[b-pevzvn6uie] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .content-index__inner[b-pevzvn6uie] {
        padding: 48px 18px 64px;
    }

    .topic-overview__grid[b-pevzvn6uie] {
        grid-template-columns: 1fr;
    }

    .content-index__section-heading[b-pevzvn6uie] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/RatgeberArticle.razor.rz.scp.css */
.content-article[b-uau7e6ink5] {
    background: #f8fafc;
    color: #0f172a;
    min-height: 72vh;
    padding: 52px 24px 72px;
}

.content-article__header[b-uau7e6ink5],
.content-article__body[b-uau7e6ink5],
.content-article__cta[b-uau7e6ink5] {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.content-article__back[b-uau7e6ink5] {
    color: #0369a1;
    font-weight: 700;
    text-decoration: none;
}

.content-article__back:hover[b-uau7e6ink5] {
    color: #0284c7;
}

.content-article__meta[b-uau7e6ink5] {
    color: #64748b;
    font-size: 0.9rem;
    margin: 18px 0 10px;
}

.content-article h1[b-uau7e6ink5] {
    color: #020617;
    font-size: clamp(2rem, 4.4vw, 3.35rem);
    line-height: 1.12;
    margin: 0;
}

.content-article__description[b-uau7e6ink5] {
    color: #334155;
    font-size: 1.18rem;
    line-height: 1.65;
    margin: 20px 0 0;
}

.content-article__body[b-uau7e6ink5] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-top: 36px;
    padding: clamp(24px, 5vw, 42px);
}

.content-article__body[b-uau7e6ink5]  h2 {
    border-top: 1px solid #e2e8f0;
    color: #0f172a;
    font-size: clamp(1.42rem, 3vw, 1.8rem);
    font-weight: 800;
    line-height: 1.22;
    margin: 2.4rem 0 0.9rem;
    padding-top: 1.55rem;
}

.content-article__body[b-uau7e6ink5]  h2:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.content-article__body[b-uau7e6ink5]  h3 {
    color: #1e293b;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 1.7rem 0 0.55rem;
}

.content-article__body[b-uau7e6ink5]  p,
.content-article__body[b-uau7e6ink5]  li {
    color: #334155;
    font-size: 1rem;
    line-height: 1.78;
}

.content-article__body[b-uau7e6ink5]  p {
    margin: 0 0 1.05rem;
}

.content-article__body[b-uau7e6ink5]  ul,
.content-article__body[b-uau7e6ink5]  ol {
    margin: 1rem 0 1.35rem;
    padding-left: 1.45rem;
}

.content-article__body[b-uau7e6ink5]  ul {
    list-style: disc;
}

.content-article__body[b-uau7e6ink5]  ol {
    list-style: decimal;
}

.content-article__body[b-uau7e6ink5]  li {
    margin: 0.45rem 0;
    padding-left: 0.15rem;
}

.content-article__body[b-uau7e6ink5]  a {
    color: #0369a1;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.16em;
}

.content-article__body[b-uau7e6ink5]  blockquote {
    background: #f0f9ff;
    border-left: 4px solid #38bdf8;
    border-radius: 0 8px 8px 0;
    color: #334155;
    margin: 1.5rem 0;
    padding: 1rem 1.15rem;
}

.content-article__body[b-uau7e6ink5]  table {
    border-collapse: collapse;
    display: block;
    font-size: 0.94rem;
    margin: 1.5rem 0 1.75rem;
    overflow-x: auto;
    width: 100%;
}

.content-article__body[b-uau7e6ink5]  th,
.content-article__body[b-uau7e6ink5]  td {
    border: 1px solid #cbd5e1;
    min-width: 180px;
    padding: 0.8rem 0.9rem;
    text-align: left;
    vertical-align: top;
}

.content-article__body[b-uau7e6ink5]  th {
    background: #e0f2fe;
    color: #0f172a;
    font-weight: 800;
}

.content-article__body[b-uau7e6ink5]  tr:nth-child(even) td {
    background: #f8fafc;
}

.content-article__body[b-uau7e6ink5]  code {
    background: #e2e8f0;
    border-radius: 4px;
    color: #0f172a;
    font-size: 0.92em;
    padding: 0.12rem 0.28rem;
}

.content-article__cta[b-uau7e6ink5] {
    background: #0f172a;
    border-radius: 8px;
    color: #e2e8f0;
    margin-top: 28px;
    padding: 28px;
}

.content-article__cta h2[b-uau7e6ink5] {
    color: #fff;
    font-size: 1.35rem;
    margin: 0 0 8px;
}

.content-article__cta p[b-uau7e6ink5] {
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0 0 18px;
}

.content-article__cta a[b-uau7e6ink5] {
    background: #2563eb;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    padding: 0.78rem 1rem;
    text-decoration: none;
}

.content-article__cta a:hover[b-uau7e6ink5] {
    background: #1d4ed8;
}
