@import '_content/jb24.Blazor.Components/jb24.Blazor.Components.5nb5ix81xr.bundle.scp.css';

/* _content/jb24.WebSite/Components/Layout/MainLayout.razor.rz.scp.css */
.main-content[b-mtgusei7c5] {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
}

/* Linker blauer Balken */
.left-bar[b-mtgusei7c5] {
    width: 80px;
    background-color: var(--jb24-primary-90);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    grid-row: 1 / span 3;
    grid-column: 1;
}

/* Toggle-Button für Mobile (Burger-Icon) */
.menu-toggle[b-mtgusei7c5] {
    display: none;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 9999;
    background: none;
    border: none;
    font-size: 3rem;
    color: white;
}

.nav-header[b-mtgusei7c5] {
    grid-row: 1;
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}

.main-nav[b-mtgusei7c5] {
    display: flex;
    gap: 1.5rem;
}

.main-nav.open[b-mtgusei7c5] {
    display: flex;
}

.main-nav a[b-mtgusei7c5] {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #4b6485;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.main-nav a:hover[b-mtgusei7c5] {
    color: #1e293b;
}

.nav-link.active[b-mtgusei7c5] {
    font-weight: bold;
    text-decoration: underline;
}

/* Logo */
.logo[b-mtgusei7c5] {
    height: auto;
    width: 275px;
    object-fit: contain;
    
}

.body-content[b-mtgusei7c5] {
    grid-row: 2;
    grid-column: 2;
    overflow-y: auto;
    padding: 1rem 2rem;
}

/* Footer */
.footer[b-mtgusei7c5] {
    grid-row: 3;
    grid-column: 2;
    background-color: white;
    color: #4b6485;
    font-size: 14px;
    padding: 1rem 0;
    position: sticky;
    bottom: 0;
    z-index: 10;
}

.footer-content[b-mtgusei7c5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left[b-mtgusei7c5] {
    margin-left: 10px;
}

.footer-right[b-mtgusei7c5] {
    display: flex;
    gap: 15px;
    margin-right: 25px;
}

.footer a[b-mtgusei7c5] {
    color: #4b6485;
    text-decoration: none;
}

.footer a:hover[b-mtgusei7c5] {
    text-decoration: underline;
}

.footer-right i[b-mtgusei7c5] {
    font-size: 16px;
}

@media (max-width: 850px) {

    .main-content[b-mtgusei7c5] {
        display: grid;
        grid-template-columns: 40px 1fr;
        grid-template-rows: auto 1fr auto;
        min-height: 100vh;
        height: 100vh;
        overflow: hidden;
    }

    .body-content[b-mtgusei7c5] {
        grid-row: 2;
        grid-column: 2; 
        overflow-y: auto;
        padding: 1rem 2rem;
    }

    .left-bar[b-mtgusei7c5] {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;         
        width: 40px !important;
        display: flex !important;
        flex-shrink: 0;
        flex-direction: column;
        align-items: center;
        background-color: var(--jb24-primary-90); 
        z-index: 1000;        
    }

    .menu-toggle[b-mtgusei7c5] {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
        align-self: center;      
        font-size: 2.5rem;
        background: none;
        border: none;
        color: white;
        z-index: 9999;
    }

    .main-nav[b-mtgusei7c5] {
        display: none;
        flex-direction: column;
        gap: 1rem;
        background-color: rgba(79, 101, 131, 0.6);
        color: white;
        position: fixed;
        top: 0;
        left: 40px; 
        height: 100vh;
        width: 250px;
        padding: 2rem 1.5rem;
        z-index: 1000;
        box-sizing: border-box;
    }

    .main-nav a[b-mtgusei7c5] {
        color: white;
        text-decoration: none;
        padding: 0.5rem 0;
    }


        /* Media Query muss innerhalb des style-Blocks stehen */
        [b-mtgusei7c5](.language-label) {
            color: red !important;
        }
    
    .logo[b-mtgusei7c5] {
        display: block;
        margin-left: auto;
        margin-right: 0;
    }

    /* Footer */
    .footer[b-mtgusei7c5] {
        font-size: 10px;
        position: static;
    }
    
    .footer-left[b-mtgusei7c5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        margin-left: 50px;
    }
    .footer-left a[b-mtgusei7c5] {
        display: block;
    }
    .footer-left .pipe[b-mtgusei7c5] {
        display: none;
    }


}
/* _content/jb24.WebSite/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fot821mstb] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-fot821mstb] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-fot821mstb] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-fot821mstb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-fot821mstb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-fot821mstb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-fot821mstb]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

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

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

.nav-scrollable[b-fot821mstb] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fot821mstb] {
    display: block;
}

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

    .nav-scrollable[b-fot821mstb] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/jb24.WebSite/Components/Pages/CodeView.razor.rz.scp.css */
.codeview-grid-container[b-e0tock8myj] {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    gap: 2rem;
    padding: 1rem;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.codeview-toolbar[b-e0tock8myj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: white;
    border-bottom: 1px solid var(--jb24-primary-30);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.toolbar-left[b-e0tock8myj] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.codeview-content-scrollable[b-e0tock8myj] {
    overflow-y: auto;
    padding: 1rem;
    background-color: #f8fdfc;

}

.download-button[b-e0tock8myj] {
    background-color: var(--jb24-primary);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.download-button:hover[b-e0tock8myj] {
    background-color: var(--jb24-primary-90);
}

.download-button:active[b-e0tock8myj] {
    background-color: var(--jb24-primary-70);
}

.close-button[b-e0tock8myj] {
    background: none;
    border: none;
    color: #c0392b;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

.close-button:hover[b-e0tock8myj] {
    color: #e74c3c;
}

/* Optional: eingebettetes Tabellen-Design */
.codeview-content-scrollable table[b-e0tock8myj] {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    table-layout: fixed;
}

.codeview-content-scrollable th[b-e0tock8myj],
.codeview-content-scrollable td[b-e0tock8myj] {
    border: 1px solid #999;
    padding: 8px;
    vertical-align: top;
    word-wrap: break-word;
}

.codeview-content-scrollable th[b-e0tock8myj] {
    background-color: #eee;
    text-align: left;
}

.codeview-content-scrollable th:nth-child(1)[b-e0tock8myj],
.codeview-content-scrollable td:nth-child(1)[b-e0tock8myj] { width: 33%; }

.codeview-content-scrollable th:nth-child(2)[b-e0tock8myj],
.codeview-content-scrollable td:nth-child(2)[b-e0tock8myj] { width: 33%; }

.codeview-content-scrollable th:nth-child(3)[b-e0tock8myj],
.codeview-content-scrollable td:nth-child(3)[b-e0tock8myj] { width: 34%; }
