/* /Components/Layout/CookieConsentDialog.razor.rz.scp.css */

.cookie-dialog[b-4vr7mhxo1u] {
    bottom: 36px;
    position: fixed;
    /* center the element */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 20px;
    background-color: white;
    box-shadow: 4px 10px 20px rgba(0,0,0,0.4);
    z-index: 2000;
    width: 80vw;
}

.cookie-text[b-4vr7mhxo1u] {
    font-size: 1.075em;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #333;
}

.cookie-buttons[b-4vr7mhxo1u] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.accept-cookie[b-4vr7mhxo1u], .decline-cookie[b-4vr7mhxo1u] {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.0em;
}

.accept-cookie[b-4vr7mhxo1u] {
    background-color: rgb(54,36,196);
    color: #eee;
    border: 2px solid rgba(54,36,196);
    font-weight: bold;
}

.decline-cookie[b-4vr7mhxo1u] {
    background-color: white;
    color: #dc3545;
    border: 2px solid #dc3545;
}

.accept-cookie:hover[b-4vr7mhxo1u] {
    box-shadow: rgba(0,0,0,0.4) 4px 2px inset;
    color: #eee;
    font-weight: bold;
}

.decline-cookie:hover[b-4vr7mhxo1u] {
    background-color: #dc3545;
    color: #eee;
}


@media (min-width: 860px) {
    .cookie-dialog[b-4vr7mhxo1u] {
        position: fixed;
        /* center the element */
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0;
        padding-bottom: 0px;
        border-radius: 12px;
        padding: 20px;
        background-color: white;
        box-shadow: 4px 10px 20px rgba(0,0,0,0.4);
        z-index: 2000;
        width: 33vw;
    }
}
/* /Components/Layout/HaftungsausschlussDialog.razor.rz.scp.css */

.info-dialog[b-07udansmmy] {
    bottom: 36px;
    position: fixed;
    /* center the element */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 20px;
    background-color: white;
    box-shadow: 4px 10px 20px rgba(0,0,0,0.4);
    z-index: 2000;
    width: 80vw;
}

.info-text[b-07udansmmy] {
    font-size: 1.075em;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #333;
}

.info-buttons[b-07udansmmy] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.accept-info[b-07udansmmy], .decline-info[b-07udansmmy] {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.0em;
}

.accept-info[b-07udansmmy] {
    background-color: rgb(54,36,196);
    color: #eee;
    border: 2px solid rgba(54,36,196);
    font-weight: bold;
}

.decline-info[b-07udansmmy] {
    background-color: white;
    color: #dc3545;
    border: 2px solid #dc3545;
}

.accept-info:hover[b-07udansmmy] {
    box-shadow: rgba(0,0,0,0.4) 4px 2px inset;
    color: #eee;
    font-weight: bold;
}

.decline-info:hover[b-07udansmmy] {
    background-color: #dc3545;
    color: #eee;
}


@media (min-width: 860px) {
    .info-dialog[b-07udansmmy] {
        position: fixed;
        /* center the element */
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0;
        padding-bottom: 0px;
        border-radius: 12px;
        padding: 20px;
        background-color: white;
        box-shadow: 4px 10px 20px rgba(0,0,0,0.4);
        z-index: 2000;
        width: 30vw;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
main[b-2ox6q1dvfn]{
    height: 100%;
    width: 100%;
    padding: 0;
}
img[b-2ox6q1dvfn]{
    max-width: 40em;
}

.page[b-2ox6q1dvfn] {
    position: relative;
    display: flex;
    flex-direction: column;
}
a[b-2ox6q1dvfn] {
    text-decoration: none;
    color: rgba(54,36,196);
}

p[b-2ox6q1dvfn] {
    font-size: 1.2em;
}

article[b-2ox6q1dvfn]{
    padding-top: 1em;
}

@media (min-width: 980px) {
    .page[b-2ox6q1dvfn] {
        flex-direction: row;
    }

    .searchControlContainer[b-2ox6q1dvfn] {
        position: sticky;
        top: 0;
        height: 6em;
    }
}

#blazor-error-ui[b-2ox6q1dvfn] {
    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-2ox6q1dvfn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media print {
    /* All your print styles go here */
    .top-row[b-2ox6q1dvfn], .sidebar[b-2ox6q1dvfn], .searchControlContainer[b-2ox6q1dvfn] {
        display: none !important;
    }

    .page[b-2ox6q1dvfn] {
        position: absolute;
        display: flex;
        flex-direction: column;
    }

    main[b-2ox6q1dvfn] {
        flex: 1;
    }
}

/* Change the white to any color */
input:-webkit-autofill[b-2ox6q1dvfn],
input:-webkit-autofill:hover[b-2ox6q1dvfn],
input:-webkit-autofill:focus[b-2ox6q1dvfn],
input:-webkit-autofill:active[b-2ox6q1dvfn] {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/* /Components/Layout/NavItem.razor.rz.scp.css */
[b-yr3uvefjrn] .dot {
    height: 12px;
    min-height: 12px;
    min-width: 12px;
    width: 12px;
    background-color: white;
    border: 1px solid rgb(54,36,196);
    border-radius: 50%;
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
}
[b-yr3uvefjrn] a:hover {
    color: black !important;
    background-color: rgb(54,36,196);
}

[b-yr3uvefjrn] .nav-link {
    padding: 0.55em;
    padding-left: 1em;
    border-inline-start: 1px solid hsl(224, 20%, 94%);
    color: #eee;
}


    [b-yr3uvefjrn] .nav-link.active {
        font-weight: bold;
        color: #eee !important;
    }

@media (min-width: 980px) {
    [b-yr3uvefjrn] .nav-link {
        padding: 0.55em;
        padding-left: 1em;
        border-inline-start: 1px solid hsl(224, 20%, 94%);
        color: black;
    }
    [b-yr3uvefjrn] a:hover {
        color: rgb(54,36,196) !important;
        background-color: rgb(255,255,255);
    }
    [b-yr3uvefjrn] .nav-link.active {
        font-weight: bold;
        color: rgb(54,36,196) !important;
    }
}



    .nested-nav[b-yr3uvefjrn] {
        margin-left: 0.85em;
        border-inline-start: 1px solid hsl(224, 0%, 82%);
    }
    /* ICONS */
    .gg-arrow-down[b-yr3uvefjrn] {
        box-sizing: border-box;
        position: relative;
        display: inline;
        transform: scale(var(--ggs,1));
        width: 22px;
        height: 22px;
        z-index: 20;
    }

        .gg-arrow-down[b-yr3uvefjrn]::after,
        .gg-arrow-down[b-yr3uvefjrn]::before {
            content: "";
            display: block;
            box-sizing: border-box;
            position: absolute;
            bottom: 4px
        }

        .gg-arrow-down[b-yr3uvefjrn]::after {
            width: 8px;
            height: 8px;
            border-bottom: 2px solid;
            border-left: 2px solid;
            transform: rotate(-45deg);
            left: 7px;
            top: 0.25em;
        }

        .gg-arrow-down[b-yr3uvefjrn]::before {
            width: 2px;
            height: 0px;
            left: 10px;
            background: #ffffff;
        }


    .gg-arrow-right[b-yr3uvefjrn] {
        box-sizing: border-box;
        position: relative;
        display: inline;
        transform: scale(var(--ggs,1));
        width: 22px;
        height: 22px
    }

        .gg-arrow-right[b-yr3uvefjrn]::after,
        .gg-arrow-right[b-yr3uvefjrn]::before {
            content: "";
            display: block;
            box-sizing: border-box;
            position: absolute;
            right: 3px
        }

        .gg-arrow-right[b-yr3uvefjrn]::after {
            width: 8px;
            height: 8px;
            border-top: 2px solid;
            border-right: 2px solid;
            transform: rotate(45deg);
            bottom: 7px
        }

        .gg-arrow-right[b-yr3uvefjrn]::before {
            width: 0px;
            height: 2px;
            bottom: 10px;
            background: currentColor
        }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-al1r9rncos] {
    appearance: none;
    cursor: pointer;
    width: 2.8em;
    height: 2.8em;
    color: white;
    position: absolute;
    top: 1.25em;
    left: 1rem;
    display: block;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='4' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/></svg>") no-repeat center/1.75rem rgba(255, 255, 255, 0.2);
}
.navbar-brand[b-al1r9rncos], .top-row[b-al1r9rncos] {
    padding: 0;
    margin: 0;
    height: 100px !important;
    display: block;
    background-color: rgb(54,36,196);
}
    .navbar-brand > img[b-al1r9rncos] {
        display: block;
        padding-left: 4em;
        padding-right: auto;
        padding-bottom: 2em;
        padding-top: 10px;
        max-width: 400px;
    }
.navbar-background[b-al1r9rncos] {
    background-color: rgb(54,36,196);
    height: auto;
    position: relative;
    top: 0;
    z-index: 100;
    padding-bottom: 0em;
    border-right: 1px;
}
.spinner-border[b-al1r9rncos] {
    color: rgb(54,36,196);
}

@media (min-width: 980px) {
    .navbar-toggler[b-al1r9rncos] {
        display: none;
    }


    .navbar[b-al1r9rncos] {
        padding: 0px !important;
        display: block;
    }

    body > div.page > div > div > div.nav-scrollable > nav[b-al1r9rncos] {
        display: block !important;
    }

    .nav-scrollable[b-al1r9rncos] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        height: calc(100vh - 120px);
        overflow: auto;
        margin-top: 10px;
        /* Allow sidebar to scroll for tall menus */

        border-inline-end: 1px solid hsl(224, 0%, 82%);
    }

    .collapse[b-al1r9rncos] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        height: calc(100vh - 3.5rem);
    }
    .navbar-brand > img[b-al1r9rncos] {
        padding-left: 0em;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-right: 10px;
        height: 100px !important;
    }

    .navbar-background[b-al1r9rncos] {
        width: auto;
        min-width: 300px;
        max-width: 450px;
        height: calc(100vh) !important;
        position: sticky;
        top: 0;
        z-index: 100;
        padding-bottom: 0em;
        background-color: white;
        /*box-shadow: 1px 10px 18px 4px rgba(40,40,40,0.25);*/
    }
}

/*SCROLLBAR Styling*/
[b-al1r9rncos]::-webkit-scrollbar-track {
    background-color: transparent;
}


[b-al1r9rncos]::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

[b-al1r9rncos]::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 20px;
}

/* Background Animations*/


@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 20%
    }

    50% {
        background-position: 100% 81%
    }

    100% {
        background-position: 0% 20%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 20%
    }

    50% {
        background-position: 100% 81%
    }

    100% {
        background-position: 0% 20%
    }
}

@keyframes AnimationName-b-al1r9rncos {
    0% {
        background-position: 0% 20%
    }

    50% {
        background-position: 100% 81%
    }

    100% {
        background-position: 0% 20%
    }
}
/* /Components/Layout/SearchControl.razor.rz.scp.css */
/* Allgemeines Layout */
.searchControlContainer[b-0q6apfsiuz] {
    background-color: white;
    max-width: 100vw;
    height: 100px !important;
}

    .searchControlContainer > .row[b-0q6apfsiuz] {
        align-self: start;
        min-height: 100px !important;
        max-height: 100px !important;
    }

.bg-digitalblue[b-0q6apfsiuz] {
    background-color: rgb(54,36,196);
}

/* Links */
#linkContainer[b-0q6apfsiuz] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    #linkContainer > a[b-0q6apfsiuz] {
        padding-right: 1em;
        color: white;
        text-decoration: none;
        font-style: normal;
        font-weight: 700;
        cursor: pointer;
        font-size: 1em;
        position: relative;
        width: fit-content;
    }

        #linkContainer > a:hover[b-0q6apfsiuz] {
            text-decoration: underline;
        }

/* Suchfeld */
#search[b-0q6apfsiuz] {
    height: 40px;
    display: grid;
    grid-area: search;
    grid-template: "search" 40px;
    align-content: center;
    padding: 18px 0 20px 0;
    margin: 30px 0;
}

    #search input[b-0q6apfsiuz] {
        display: flex;
        grid-area: search;
        -webkit-appearance: none;
        appearance: none;
        background: none;
        padding: 0 20px 0 36px;
        margin-left: 10px;
        border: none;
        border-radius: 50px;
        font-size: 1.1em;
        outline-offset: -8px;
        outline: none;
        color: rgb(54,36,196);
        word-wrap: break-word;
    }

    #search svg[b-0q6apfsiuz] {
        grid-area: search;
        overflow: visible;
        fill: white;
        stroke: rgb(54,36,196);
        background-color: white;
        border: none;
        border-radius: 1em;
        width: auto;
        height: 40px;
    }

input[type="search"][b-0q6apfsiuz]::-webkit-search-cancel-button {
    position: relative;
    right: -5px;
}

input[type="search"][b-0q6apfsiuz]::-webkit-textfield-decoration-container {
    width: 100%;
}

/* Box-Styling */
.box[b-0q6apfsiuz] {
    padding: 0;
    margin: 0;
    text-align: left;
}

    .box select[b-0q6apfsiuz] {
        max-width: 10em;
        font-weight: bold;
        background-color: white;
        width: 100%;
        cursor: pointer;
        font-size: 1.1em;
        -webkit-appearance: button;
        appearance: button;
        outline: 1px solid rgb(54,36,196);
        padding: 10px 20px;
        border-radius: 0.5em;
        color: rgb(54,36,196);
        text-align: left;
        margin-top: 25px;
        min-width: 120px;
    }

/* Mobile Styles */
@media (max-width: 980px) {
    .box[b-0q6apfsiuz] {
        text-align: center;
    }

    .searchControlContainer[b-0q6apfsiuz] {
        height: 120px !important;
    }

        .searchControlContainer > .row[b-0q6apfsiuz] {
            max-width: 1920px;
            min-height: 70px !important;
            max-height: 70px !important;
        }

    #search[b-0q6apfsiuz] {
        position: fixed;
        top: 90%;
        width: 100%;
        padding: 10px 20px;
        z-index: 1000;
    }

    main[b-0q6apfsiuz] {
        padding-bottom: 60px;
    }

    #linkContainer[b-0q6apfsiuz] {
        display: block;
        margin-top: 10px;
        flex: 0 0 100%;
        max-width: 100%;
        align-items: center;
        text-align: center;
    }
}

/* Animationen */
.bar[b-0q6apfsiuz] {
    width: 100%;
    height: 100%;
    ry: 1em;
    stroke-width: 0.15em;
    animation: bar-in-b-0q6apfsiuz 450ms 0.4s both;
}

@keyframes bar-in-b-0q6apfsiuz {
    0% {
        stroke-dasharray: 0 180 0 226 0 405 0 0;
    }

    100% {
        stroke-dasharray: 0 0 181 0 227 0 405 0;
    }
}

.magnifier[b-0q6apfsiuz] {
    animation: magnifier-in-b-0q6apfsiuz 600ms 0.4s both;
    transform-box: fill-box;
    z-index: 1000;
}

@keyframes magnifier-in-b-0q6apfsiuz {
    0% {
        transform: translate(20px, 8px) rotate(-45deg) scale(0.01, 0.01);
    }

    50% {
        transform: translate(-4px, 8px) rotate(-45deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.magnifier .glass[b-0q6apfsiuz] {
    cx: 27;
    cy: 27;
    r: 8;
    stroke-width: 3;
}

.magnifier .handle[b-0q6apfsiuz] {
    x1: 32;
    y1: 32;
    x2: 44;
    y2: 44;
    stroke-width: 5;
}
/* /Components/Pages/Doku.razor.rz.scp.css */
/* Base styles */
[b-phyd0shxl3] html, body[b-phyd0shxl3] {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Typography */
[b-phyd0shxl3] h1, h2[b-phyd0shxl3], h3[b-phyd0shxl3], h4[b-phyd0shxl3], h5[b-phyd0shxl3], h6[b-phyd0shxl3] {
    margin-bottom: 0.3em;
    top: -120px;
    padding: 0 0 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
}

[b-phyd0shxl3] p {
    font-size: 1.075em;
    word-spacing: 0.015em;
}

    [b-phyd0shxl3] p.Info {
        color: #808080;
        font-size: 0.67em;
    }

/* Navigation styles */
.NavUeberschrift[b-phyd0shxl3] {
    margin-bottom: 0.5em;
    padding: 1em 0 0.5em;
    border-bottom: 1px solid hsl(224, 20%, 94%);
    font-weight: 300;
    color: rgb(54, 36, 196);
    font-family: GTFlexa !important;
    font-style: normal;
    text-indent: -2px;
    -webkit-font-smoothing: antialiased;
}

/* Links */
[b-phyd0shxl3] .container > .row > a,
[b-phyd0shxl3] a[href] {
    font-weight: 600;
    color: rgb(54, 36, 196);
    text-decoration: none;
}

/* Lists */
[b-phyd0shxl3] li {
    margin: 0.6em 0.2em 0.6em 1.25em;
}

[b-phyd0shxl3] ul > li > ul > li {
    list-style: square;
}

    [b-phyd0shxl3] ul > li > ul > li > ul > li,
    [b-phyd0shxl3] ul > li > ul > li ul > li {
        list-style: disc;
    }

/* Table of Contents */
[b-phyd0shxl3] div.toc-container {
    border: 1px solid #ddd;
    border-radius: 8px;
    display: inline-block;
    padding: 0.625em 1em 0.625em 0;
}

[b-phyd0shxl3] div.toc-container-header {
    font-weight: 600;
    margin: 0 1em 0.3125em;
}

[b-phyd0shxl3] ul.toc-ul {
    margin: 0 1em 0.3125em;
    padding-left: 8px;
}

[b-phyd0shxl3] li.toc-li {
    margin: 0 0 0 0.7125em;
}

/* Blockquotes and Code */
[b-phyd0shxl3] blockquote {
    background: #E6EAF0;
    color: #656565;
    border-left: 8px solid #DB6E18;
    border-radius: 4px;
    padding: 0.625em 1.25em;
    margin: 0 0 1.25em;
}

[b-phyd0shxl3] code {
    padding: 0.125em 0.3125em 0.125em 0;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    border-radius: 3px;
    background: #E6EAF0;
    color: #555;
    display: block;
}

[b-phyd0shxl3] pre {
    font-family: menlo, consolas, monospace;
    font-size: 0.875em;
    line-height: 1.5em;
    margin: 0.4375em 0.5em;
    padding: 0.5em;
    border-radius: 5px;
    overflow-x: auto;
    white-space: pre;
    border: 1px solid #888;
    background-color: #E6EAF0;
}

    [b-phyd0shxl3] pre > code {
        white-space: pre;
        padding: 0.8em !important;
        display: block;
        font-weight: normal;
    }

/* Utility Classes */
[b-phyd0shxl3] mark {
    background-color: rgb(54, 36, 196);
    color: white;
}

[b-phyd0shxl3] img {
    max-width: 100%;
    height: auto;
}

/* Fixed Button */
.fixed-button[b-phyd0shxl3] {
    position: fixed;
    right: 100px;
    bottom: 10vh;
    z-index: 1000;
    background-color: rgb(54, 36, 196);
    color: white;
    border: 0;
    border-radius: 80px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 10px 4px rgba(40, 40, 40, 0.2);
}

/* Icons */
.gg-arrow-up-link[b-phyd0shxl3] {
    box-sizing: border-box;
    position: relative;
    display: inline;
    transform: scale(var(--ggs, 2));
    width: 100%;
    height: 100%;
    z-index: 20;
    color: white;
}

    .gg-arrow-up-link[b-phyd0shxl3]::after,
    .gg-arrow-up-link[b-phyd0shxl3]::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: relative;
        bottom: 0;
    }

    .gg-arrow-up-link[b-phyd0shxl3]::after {
        width: 20px;
        height: 20px;
        border-bottom: 4px solid;
        border-left: 4px solid;
        transform: rotate(-225deg);
        left: 20px;
        top: 24px;
    }

    .gg-arrow-up-link[b-phyd0shxl3]::before {
        width: 8px;
        height: 0;
        left: 0;
        background: #ffffff;
    }

/* Layout */
.container-fluid[b-phyd0shxl3] {
    max-width: 80vw;
    min-width: 300px;
    margin-left: 0.1em;
}

/* Tables */
[b-phyd0shxl3] table {
    display: block;
    height: auto;
    width: 100vw;
    overflow-x: auto;
    max-height: 70vh;
}

[b-phyd0shxl3] td, th[b-phyd0shxl3] {
    border: 1px solid #ddd;
    padding: 0.375em 0.8125em;
    display: table-cell;
    vertical-align: top;
}

[b-phyd0shxl3] th {
    font-weight: bold;
    color: white;
    background: #486995;
    padding: 8px;
}

[b-phyd0shxl3] tbody > tr:nth-child(even) {
    background: #E6EAF0;
}

/* Task List */
[b-phyd0shxl3] .task-list-item {
    list-style: none;
    margin: 0;
}

[b-phyd0shxl3] input {
    margin: 0;
}

/* Code Highlighting */
[b-phyd0shxl3] .pln {
    color: #000;
}

[b-phyd0shxl3] .str {
    color: #080;
}

[b-phyd0shxl3] .kwd {
    color: #008;
}

[b-phyd0shxl3] .com {
    color: #800;
}

[b-phyd0shxl3] .typ {
    color: #606;
}

[b-phyd0shxl3] .lit {
    color: #066;
}

[b-phyd0shxl3] .pun,
[b-phyd0shxl3] .opn,
[b-phyd0shxl3] .clo {
    color: #660;
}

[b-phyd0shxl3] .tag {
    color: #008;
}

[b-phyd0shxl3] .atn {
    color: #606;
}

[b-phyd0shxl3] .atv {
    color: #080;
}

[b-phyd0shxl3] .dec,
[b-phyd0shxl3] .var {
    color: #606;
}


/* Media Queries */
@media screen and (min-width: 767px) {
    [b-phyd0shxl3] h1, h2[b-phyd0shxl3], h3[b-phyd0shxl3], h4[b-phyd0shxl3], h5[b-phyd0shxl3], h6[b-phyd0shxl3] {
        display: block;
        padding-top: 90px;
        margin-top: -80px;
    }

    .fixed-button[b-phyd0shxl3] {
        right: 4vw;
        bottom: 12vh;
    }

    #topContainer[b-phyd0shxl3] {
        width: 80vw;
    }

    .container-fluid[b-phyd0shxl3] {
        margin: 0 auto 0 2em;
        min-width: 200px;
        max-width: 50vw;
    }

    [b-phyd0shxl3] table {
        max-width: 50vw;
    }

    .NavUeberschrift[b-phyd0shxl3] {
        padding-top: 2em;
    }
}

@media screen and (min-width: 1260px) {
    .fixed-button[b-phyd0shxl3] {
        right: 10vw;
    }

    .container-fluid[b-phyd0shxl3] {
        margin-left: 4em;
    }
}

@media screen and (min-width: 1600px) {
    .fixed-button[b-phyd0shxl3] {
        right: 20vw;
    }

    [b-phyd0shxl3] div.toc-container {
        max-width: 350px;
        position: fixed;
        overflow: auto;
        top: 10em;
        left: 75vw;
        max-height: 70vh;
    }

    [b-phyd0shxl3] pre {
        max-width: 65vw !important;
    }

    [b-phyd0shxl3] table {
        max-width: 45vw;
    }

    .container-fluid[b-phyd0shxl3] {
        max-width: 45vw;
    }
}

/* Print Styles */
@media print {
    [b-phyd0shxl3] p {
        break-inside: avoid-page !important;
        margin-bottom: 15px;
        font-size: 8px;
    }

    body[b-phyd0shxl3] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    h1[b-phyd0shxl3] {
        display: block !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    [b-phyd0shxl3] .gg-arrow-up-link {
        display: none !important;
    }

    [b-phyd0shxl3] .searchControlContainer {
        display: none;
    }

    [b-phyd0shxl3] .kwd {
        color: #006;
        font-weight: bold;
    }

    [b-phyd0shxl3] .com {
        color: #600;
        font-style: italic;
    }

    [b-phyd0shxl3] .typ {
        color: #404;
        font-weight: bold;
    }

    [b-phyd0shxl3] .lit {
        color: #044;
    }

    [b-phyd0shxl3] .pun,
    [b-phyd0shxl3] .opn,
    [b-phyd0shxl3] .clo {
        color: #440;
    }

    [b-phyd0shxl3] .tag {
        color: #006;
        font-weight: bold;
    }

    [b-phyd0shxl3] .atn {
        color: #404;
    }

    [b-phyd0shxl3] .atv {
        color: #060;
    }

    [b-phyd0shxl3] ol.linenums {
        margin: 0;
    }

    [b-phyd0shxl3] li.L0,
    [b-phyd0shxl3] li.L1,
    [b-phyd0shxl3] li.L2,
    [b-phyd0shxl3] li.L3,
    [b-phyd0shxl3] li.L4,
    [b-phyd0shxl3] li.L5,
    [b-phyd0shxl3] li.L6,
    [b-phyd0shxl3] li.L7,
    [b-phyd0shxl3] li.L8,
    [b-phyd0shxl3] li.L9 {
        list-style-type: none;
    }

    [b-phyd0shxl3] li.L1,
    [b-phyd0shxl3] li.L3,
    [b-phyd0shxl3] li.L5,
    [b-phyd0shxl3] li.L7,
    [b-phyd0shxl3] li.L9 {
        background: #E6EAF0;
    }

    [b-phyd0shxl3] kbd {
        background-color: #aaa !important;
        border-radius: 3px;
        border: 1px solid #b4b4b4;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
        color: #333;
        display: inline-block;
        font-size: 0.85em;
        line-height: 1;
        padding: 2px 4px;
        white-space: nowrap;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.container[b-tw4rtkksey] {
    width: 90%; /* Nutzt 90% der verfügbaren Breite, falls Bildschirm kleiner ist */
    max-width: 800px; /* Begrenzt die maximale Breite auf 800px */
    margin: 0 auto; /* Zentriert den Container */
    padding: 20px; /* Fügt Innenabstand hinzu, damit der Inhalt nicht am Rand klebt */
}
