/* _content/Bilderrahmen/Components/Components/Collage.razor.rz.scp.css */
body[b-dix0jjt02d] {
    margin: 0;
    padding: 0;
    background-color: #657368;
}

.ImageOrVideo[b-dix0jjt02d]{
    /*transform: scale(1.25);*/
    /*transition: .5s ease;*/
}
.photo-collage[b-dix0jjt02d] {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.photo-item[b-dix0jjt02d] {
    position: absolute;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    border: 6px solid white;
    cursor: pointer;
    border-radius: 4px;
    transform-origin: center;
    background-color: white;
    border-image: linear-gradient(45deg, #fff, #e0e0e0, #fff) 1;
}

.photo-item.portrait img[b-dix0jjt02d] {
    object-position: center;
}

.photo-item.landscape img[b-dix0jjt02d] {
    object-position: center;
}

.photo-item img[b-dix0jjt02d] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Keine Animationen oder Übergänge für Bilder */

/* Kalender-Stil */
.calendar-container[b-dix0jjt02d] {
    transform: rotate(0deg) !important; /* Keinen Winkel für Kalender */
    overflow: hidden;
}
/* Hoch- und Querformat-Optimierungen */
.photo-item.portrait img[b-dix0jjt02d] {
    object-position: center;
}

.photo-item.landscape img[b-dix0jjt02d] {
    object-position: center;
}

.loading[b-dix0jjt02d] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    font-size: 24px;
    z-index: 1000;
}

.spinner[b-dix0jjt02d] {
    width: 80px;
    height: 80px;
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    margin-bottom: 20px;
}

.fullscreen-overlay[b-dix0jjt02d] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullscreen-container[b-dix0jjt02d] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.fullscreen-image img[b-dix0jjt02d] {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
    border: 5px solid white;
}

.fade[b-dix0jjt02d] {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
}

.fade.show[b-dix0jjt02d] {
    opacity: 1;
    visibility: visible;
}

.close-button[b-dix0jjt02d] {
    position: absolute;
    top: -40px;
    right: -40px;
    background-color: transparent;
    color: white;
    border: none;
    font-size: 48px;
    cursor: pointer;
}

/* Keine Fade-in Animation für das Vollbild */


.no-images[b-dix0jjt02d] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: black;
    color: white;
}

.message[b-dix0jjt02d] {
    text-align: center;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
}


.video[b-dix0jjt02d]{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video.portrait[b-dix0jjt02d]{
    height: 100%;
}
.video.landscape[b-dix0jjt02d]{
    width: 100%;
}
/* _content/Bilderrahmen/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-iztt6bae55] {
    position: relative;
    display: flex;
    flex-direction: column;
}

#blazor-error-ui[b-iztt6bae55] {
    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-iztt6bae55] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Bilderrahmen/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mzx0qb1jcn] {
    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-mzx0qb1jcn] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-mzx0qb1jcn] {
    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-mzx0qb1jcn] {
    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-mzx0qb1jcn] {
    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-mzx0qb1jcn] {
    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-mzx0qb1jcn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-mzx0qb1jcn]  .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-mzx0qb1jcn]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

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

    .nav-scrollable[b-mzx0qb1jcn] {
        /* 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/Bilderrahmen/Components/Pages/Admin.razor.rz.scp.css */
.admin-container[b-yvltxvb5kj] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.mode-selector .btn-group .btn[b-yvltxvb5kj] {
    flex: 1;
}

.list-group-item[b-yvltxvb5kj] {
    cursor: pointer;
    transition: background-color 0.2s;
}

.list-group-item:hover[b-yvltxvb5kj] {
    background-color: rgba(0, 0, 0, 0.05);
}

.modal[b-yvltxvb5kj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    overflow-y: auto;
}

.modal-dialog[b-yvltxvb5kj] {
    position: relative;
    margin: 1.75rem auto;
    max-width: 500px;
    z-index: 1060;
    pointer-events: auto;
}

.modal-content[b-yvltxvb5kj] {
    position: relative;
    background-color: #fff;
    border-radius: 0.3rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}

.modal-backdrop[b-yvltxvb5kj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media (max-width: 768px) {
    .admin-container[b-yvltxvb5kj] {
        padding: 10px;
    }
}
/* _content/Bilderrahmen/Components/Pages/AlbumDetail.razor.rz.scp.css */
.album-detail-container[b-4fxdack6a9] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.album-header[b-4fxdack6a9] {
    margin-bottom: 20px;
}

.image-container[b-4fxdack6a9] {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.album-image[b-4fxdack6a9] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-container:hover .album-image[b-4fxdack6a9] {
    transform: scale(1.05);
}

.selection-overlay[b-4fxdack6a9] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}

.selection-overlay.selected[b-4fxdack6a9] {
    background-color: rgba(0, 123, 255, 0.3);
    border: 2px solid #007bff;
}

.selection-indicator[b-4fxdack6a9] {
    color: #007bff;
    font-size: 2rem;
}

.fullscreen-overlay[b-4fxdack6a9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.fullscreen-container[b-4fxdack6a9] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.fullscreen-image img[b-4fxdack6a9] {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.close-button[b-4fxdack6a9] {
    position: absolute;
    top: -40px;
    right: 0;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
}

/* Modal styles to fix z-index and clickability issues */
.modal[b-4fxdack6a9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    overflow-y: auto;
}

.modal-dialog[b-4fxdack6a9] {
    position: relative;
    margin: 1.75rem auto;
    max-width: 500px;
    z-index: 1060;
    pointer-events: auto;
}

.modal-content[b-4fxdack6a9] {
    position: relative;
    pointer-events: auto;
}

.modal-backdrop[b-4fxdack6a9] {
    z-index: 1040;
}

@media (max-width: 768px) {
    .album-detail-container[b-4fxdack6a9] {
        padding: 10px;
    }
    
    .selection-indicator[b-4fxdack6a9] {
        font-size: 1.5rem;
    }
}
/* _content/Bilderrahmen/Components/Pages/Home.razor.rz.scp.css */

.all[b-43ro7us917]{

    background: #9eaba0;
    height: 100vh;
}

.collage[b-43ro7us917]{
    cursor: none;
    height: 100%;
}

.fullscreen-image[b-43ro7us917]{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* _content/Bilderrahmen/Components/Pages/Login.razor.rz.scp.css */
.login-container[b-2u6e353cbn] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85vh;
    background-color: #f5f5f5;
}

.login-box[b-2u6e353cbn] {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.login-header[b-2u6e353cbn] {
    text-align: center;
    margin-bottom: 25px;
}

.login-header h2[b-2u6e353cbn] {
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.login-header p[b-2u6e353cbn] {
    color: #777;
    font-size: 0.9rem;
}

.form-group[b-2u6e353cbn] {
    margin-bottom: 20px;
}

.form-group label[b-2u6e353cbn] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
}

.form-control[b-2u6e353cbn] {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-2u6e353cbn] {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-primary[b-2u6e353cbn] {
    background-color: #007bff;
    border-color: #007bff;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 500;
    transition: background-color 0.15s ease-in-out;
}

.btn-primary:hover[b-2u6e353cbn] {
    background-color: #0069d9;
    border-color: #0062cc;
}

.alert-danger[b-2u6e353cbn] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
