/* /Pages/ParagraphItem.razor.rz.scp.css */

body[b-23gr54yzau] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
header[b-23gr54yzau] {
    background-color: #333;
    color: white;
    padding: 1rem;
    text-align: center;
}

.section[b-23gr54yzau] {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
#container[b-23gr54yzau] {
    display: flex;
}
#sidebar[b-23gr54yzau] {
    width: 20%;
    background-color: #f1f1f1;
    overflow: auto;
}
#content[b-23gr54yzau] {
    flex: 3;
    flex-grow: 1;
    padding: 1rem;
}
ul[b-23gr54yzau], li[b-23gr54yzau] {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li[b-23gr54yzau] {
    padding: 10px;
    cursor: pointer;
}
li:hover[b-23gr54yzau] {
    background-color: #ccc;
}
#breadcrumb[b-23gr54yzau] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;  /* Or any color you prefer */
    padding: 10px;
}
#breadcrumb span[b-23gr54yzau] {
    margin-right: 5px;
    cursor: pointer;
}
#breadcrumb span[b-23gr54yzau]:after {
    content: ">";
    margin-left: 5px;
}
#breadcrumb span:last-child[b-23gr54yzau]:after {
    content: "";
}
/* Stile für den Hauptinhalt */
.law-text[b-23gr54yzau] {
    margin-bottom: 1rem;
}
.annotation[b-23gr54yzau], .definition[b-23gr54yzau], .modification[b-23gr54yzau] {
    border-left: 4px solid #ccc;
    padding-left: 1rem;
    background-color: #f5f5f5;
    font-style: italic;
}
.modification[b-23gr54yzau] {
    border-color: #f00; /* Rot für Änderungen */
}
.reference[b-23gr54yzau] {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}
.highlight[b-23gr54yzau] {
    background-color: yellow;
}
.list[b-23gr54yzau], .table[b-23gr54yzau] {
    margin-left: 2rem;
}
/* /Shared/BaseLayout.razor.rz.scp.css */
.page[b-nee4gw6kq0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nee4gw6kq0] {
    flex: 1;
}

.sidebar[b-nee4gw6kq0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nee4gw6kq0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-nee4gw6kq0]  a, .top-row[b-nee4gw6kq0]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-nee4gw6kq0]  a:hover, .top-row[b-nee4gw6kq0]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-nee4gw6kq0]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nee4gw6kq0] {
        display: none;
    }

    .top-row.auth[b-nee4gw6kq0] {
        justify-content: space-between;
    }

    .top-row[b-nee4gw6kq0]  a, .top-row[b-nee4gw6kq0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nee4gw6kq0] {
        flex-direction: row;
    }

    .sidebar[b-nee4gw6kq0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nee4gw6kq0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-nee4gw6kq0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-nee4gw6kq0], article[b-nee4gw6kq0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/ClosedBeta.razor.rz.scp.css */

.page[b-knp2b6fe5s] {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #222;
    color: #eee;
    padding: 50px;
    line-height: 1.5;
}

h1[b-knp2b6fe5s] {
    font-size: 2.5em;
    margin-bottom: 20px;
}

p[b-knp2b6fe5s] {
    font-size: 1.2em;
    max-width: 700px;
    margin: 0 auto;
}

ul[b-knp2b6fe5s] {
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
}

li[b-knp2b6fe5s] {
    font-size: 1.1em;
    margin: 10px 0;
}

a[b-knp2b6fe5s] {
    color: #66d9ff;
    text-decoration: none;
    transition: color 0.2s;
}

a:hover[b-knp2b6fe5s] {
    color: #9df3ff;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-x5bgxqir52] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x5bgxqir52] {
    flex: 1;
}

.sidebar[b-x5bgxqir52] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-x5bgxqir52] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x5bgxqir52]  a, .top-row[b-x5bgxqir52]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-x5bgxqir52]  a:hover, .top-row[b-x5bgxqir52]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-x5bgxqir52]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-x5bgxqir52] {
        display: none;
    }

    .top-row.auth[b-x5bgxqir52] {
        justify-content: space-between;
    }

    .top-row[b-x5bgxqir52]  a, .top-row[b-x5bgxqir52]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x5bgxqir52] {
        flex-direction: row;
    }

    .sidebar[b-x5bgxqir52] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x5bgxqir52] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x5bgxqir52]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x5bgxqir52], article[b-x5bgxqir52] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ckpmevl34k] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ckpmevl34k] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ckpmevl34k] {
    font-size: 1.1rem;
}

.oi[b-ckpmevl34k] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ckpmevl34k] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ckpmevl34k] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ckpmevl34k] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ckpmevl34k]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ckpmevl34k]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ckpmevl34k]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ckpmevl34k] {
        display: none;
    }

    .collapse[b-ckpmevl34k] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
