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

/* _content/jb24.WebSite/Components/Controls/VideoPlayer/AdvCarousel.razor.rz.scp.css */
.adv-carousel-wrapper[b-83baid59sx] {
    padding: 2rem;
    background-color: #c3cbd9;
    border-radius: 12px;
    text-align: center;
}

.adv-carousel-container[b-83baid59sx] {
    display: flex;
    flex-direction: row;
    gap: 16px; /* Abstand zwischen Items */
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1rem 0;
    scroll-behavior: smooth;
}

.adv-carousel-container[b-83baid59sx]::-webkit-scrollbar {
    height: 8px;
}
.adv-carousel-container[b-83baid59sx]::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}
.adv-carousel-container[b-83baid59sx]::-webkit-scrollbar-track {
    background-color: transparent;
}


.adv-video-player[b-83baid59sx] {
    margin-top: 2rem;
    text-align: center;
    width: 100%;
}

.adv-video-player video[b-83baid59sx] {
    width: 100%;
    border-radius: 8px;
}

.adv-video-header[b-83baid59sx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
}

.adv-video-header h3[b-83baid59sx] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #222;
}

.adv-video-close-icon[b-83baid59sx] {
    font-size: 1.8rem;
    color: #c00;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s ease;
}

.adv-video-close-icon:hover[b-83baid59sx] {
    color: #900;
}

.adv-video-player video[b-83baid59sx] {
    width: 100%;
    border-radius: 8px;
}


.adv-carousel-scroll-wrapper[b-83baid59sx] {
    position: relative;
    display: flex;
    align-items: center;
}

.adv-carousel-scroll-wrapper[b-83baid59sx] {
    position: relative;
    display: flex;
    align-items: center;
}

/* 🚫 Standard: Buttons & Scrollbar unsichtbar */
.adv-carousel-scroll-wrapper .adv-scroll-button[b-83baid59sx] {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* ✅ Beim Hover auf den Wrapper: Buttons aktivieren */
.adv-carousel-scroll-wrapper:hover .adv-scroll-button[b-83baid59sx] {
    opacity: 1;
    pointer-events: auto;
}

/* 🚫 Scrollbar nur bei Hover zeigen (Webkit) */
.adv-carousel-container[b-83baid59sx] {
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE */
}

.adv-carousel-container[b-83baid59sx]::-webkit-scrollbar {
    height: 8px;
    background: transparent;
}

.adv-carousel-scroll-wrapper:not(:hover) .adv-carousel-container[b-83baid59sx]::-webkit-scrollbar-thumb {
    background: transparent;
}

.adv-carousel-scroll-wrapper:hover .adv-carousel-container[b-83baid59sx]::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}


.adv-carousel-container[b-83baid59sx] {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 1rem 0;
    width: 100%;
}

.adv-scroll-button[b-83baid59sx] {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 2rem;
    width: 40px;
    height: 80px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}


.adv-scroll-button:hover[b-83baid59sx] {
    background-color: rgba(0, 0, 0, 0.6);
}

.adv-scroll-button.left[b-83baid59sx] {
    left: -20px;
}

.adv-scroll-button.right[b-83baid59sx] {
    right: -20px;
}

.adv-scroll-button:hover[b-83baid59sx] {
    background-color: rgba(0, 0, 0, 0.6);
}
/* _content/jb24.WebSite/Components/Controls/VideoPlayer/AdvCarouselItem.razor.rz.scp.css */
.adv-carousel-item[b-4bvf0148sh] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto;
    width: 260px;
    height: 420px; /* Feste Höhe für alle Items */
    background: white;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}


.adv-carousel-item img[b-4bvf0148sh] {
    align-self: center;
    width: 200px;
    height: 300px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

.adv-carousel-item h3[b-4bvf0148sh] {
    font-size: 1.1rem;
    margin: 0.5rem 0 0.25rem;
    color: #333;
}

.adv-carousel-item p[b-4bvf0148sh] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.adv-carousel-item button[b-4bvf0148sh] {
    padding: 8px 16px;
    font-size: 0.9rem;
    cursor: pointer;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
}

.adv-carousel-item.placeholder[b-4bvf0148sh] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: #aaa;
    background-color: #f4f4f4;
    height: 240px;
}

.thumbnail-wrapper[b-4bvf0148sh] {
    position: relative;
    width: 200px;
    height: 300px;
    margin: 0 auto 0.5rem;
    cursor: pointer;
}

.thumbnail-wrapper img:first-child[b-4bvf0148sh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.thumbnail-play-icon[b-4bvf0148sh] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;               /* gewünschte feste Größe */
    height: 48px;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    pointer-events: none;
    z-index: 2;
}

.thumbnail-play-icon[b-4bvf0148sh] {
    max-width: none;
    max-height: none;
    object-fit: contain;
}

.thumbnail-overlay[b-4bvf0148sh] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: transparent;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(3px); 
}



.thumbnail-center-icon[b-4bvf0148sh] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;        
    height: 100px;
    transform: translate(-50%, -50%);
    background-image: url('assets/videos/video_overlay.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;        /* Transparenz steuern */
    pointer-events: none;
}
/* _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%; }
