/* _content/Diashow_Website/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jla5iv34ho]{
    padding: 0;
    margin: 0;
}

/* _content/Diashow_Website/Components/Pages/Home.razor.rz.scp.css */
html[b-rk3lu5frkp], body[b-rk3lu5frkp] {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: "Figtree", Arial, sans-serif;
}

.main[b-rk3lu5frkp] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    font-family: "Figtree", Arial, sans-serif;
}


.diashow-header[b-rk3lu5frkp] {
    background-color: #FDFDFD;
    font-size: 1.7rem !important;
    color: #003366;
}

.info-header[b-rk3lu5frkp] {
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.logo[b-rk3lu5frkp] {
    max-height: 100%;
    width: auto;
}

.vrg-icon[b-rk3lu5frkp] {
    width: 160px;
    height: 60px;
}

.presName[b-rk3lu5frkp] {
    max-height: 100%;
    background: #E7F0F7;
    font-weight: bold;
    min-height: 80px;
    min-width: 400px;
    max-width: 600px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.datetime-info[b-rk3lu5frkp] {
    max-height: 100%;
    background: #E7F0F7;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-weight: bold;
    min-height: 80px;
    min-width: 800px;
    max-width: 1000px;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.slideshow-container[b-rk3lu5frkp] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; 
    align-items: center; 
    overflow: hidden;
}

.image[b-rk3lu5frkp] {
    height: auto;
    width: auto;
    object-fit: contain;
    transition: opacity 1s ease-in-out;
}


.fade-in[b-rk3lu5frkp] {
    opacity: 1;
}

.fade-out[b-rk3lu5frkp] {
    opacity: 0;
}

/* Optional: Responsives Verhalten */
@media (max-width: 1200px) {
    .info-header[b-rk3lu5frkp] {
        flex-direction: column;
        align-items: stretch;
    }

    .presName[b-rk3lu5frkp],
    .datetime-info[b-rk3lu5frkp] {
        width: 100%;
        max-width: none;
        margin: 10px 0;
    }
}

.settings-button[b-rk3lu5frkp] {
    font-family: 'Lucida Sans Unicode';
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #E7F0F7;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding: 10px;
}

.hide[b-rk3lu5frkp] {
    opacity: 0;
}

.show[b-rk3lu5frkp] {
    opacity: 1;
}

.settings-button img[b-rk3lu5frkp] {
    width: 32px;
    height: 32px;
    fill: #003366;
}

.settings-wrapper[b-rk3lu5frkp] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: opacity 0.3s ease-in-out;
}

.settings-popup[b-rk3lu5frkp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FDFDFD;
    padding: 30px;
    border-radius: 8px;
    width: 100%;
    color: #003366;
    max-width: 600px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.settings-header[b-rk3lu5frkp] {
    text-align: center;
    height: auto;
    font-size: 40px !important;
    width: 100%;
}

.settings-body[b-rk3lu5frkp] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.standorte-header[b-rk3lu5frkp] {
    font-size: 25px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.settings-standorte[b-rk3lu5frkp] {
    display: grid;
    width: 100%;
    gap: 0.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

    .settings-standorte span[b-rk3lu5frkp] {
        background-color: #E7F0F7;
        color: #003366;
        border-radius: 12px;
        padding: 10px;
        text-align: center;
    }

        .settings-standorte span:hover[b-rk3lu5frkp] {
            cursor: pointer;
        }

        .settings-standorte span.selected[b-rk3lu5frkp] {
            background-color: #E4F7FF;
            color: #003366;
            border: 1px solid #96AFC1;
        }

.tags-header[b-rk3lu5frkp] {
    font-size: 25px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.settings-tags[b-rk3lu5frkp] {
    display: grid;
    width: 100%;
    gap: 0.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

    .settings-tags span[b-rk3lu5frkp] {
        background-color: #E7F0F7;
        color: #003366;
        border-radius: 12px;
        padding: 10px;
        text-align: center;
    }

        .settings-tags span:hover[b-rk3lu5frkp] {
            cursor: pointer;
        }


        .settings-tags span.selected[b-rk3lu5frkp] {
            background-color: #E4F7FF;
            color: #003366;
            border: 1px solid #96AFC1;
        }

.settings-footer[b-rk3lu5frkp] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1.5rem;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.cancel[b-rk3lu5frkp] {
    border-radius: 8px;
    padding: 10px;
    color: #FDFDFD;
    background-color: #C9D5DE;
    border: none;
}

    .cancel:hover[b-rk3lu5frkp] {
        cursor: pointer;
    }

.apply[b-rk3lu5frkp] {
    border-radius: 8px;
    color: #FDFDFD;
    padding: 10px;
    background-color: #179CD3;
    border: none;
}

    .apply:hover[b-rk3lu5frkp] {
        cursor: pointer;
    }
/* _content/Diashow_Website/Components/Pages/Settings.razor.rz.scp.css */
html[b-pwm4nuitwg], body[b-pwm4nuitwg] {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Figtree', Arial, sans-serif;
}
.diashow-header[b-pwm4nuitwg] {
    background-color: #FDFDFD;
    font-size: 1.7rem !important;
    color: #003366;
}

.info-header[b-pwm4nuitwg] {
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.logo[b-pwm4nuitwg] {
    max-height: 100%;
    width: auto;
}

.vrg-icon[b-pwm4nuitwg] {
    width: 160px;
    height: 60px;
}

.presName[b-pwm4nuitwg] {
    max-height: 100%;
    background: #E7F0F7;
    font-weight: bold;
    min-height: 80px;
    min-width: 400px;
    max-width: 600px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.settings-wrapper[b-pwm4nuitwg] {
    position: fixed;
    font-weight: bold;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
/*Ab hier kann theoretisch alles gelöscht werden stand: 08.08.2025*/
.settings-popup[b-pwm4nuitwg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FDFDFD;
    padding: 30px;
    border-radius: 8px;
    width: 100%;
    color: #003366;
    max-width: 600px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.settings-header[b-pwm4nuitwg] {
    text-align: center;
    height: auto;
    font-size: 40px !important;
    width: 100%;
}

.settings-body[b-pwm4nuitwg] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.standorte-header[b-pwm4nuitwg] {
    font-size: 25px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.settings-standorte[b-pwm4nuitwg] {
    display: grid;
    width: 100%;
    gap: 0.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

    .settings-standorte span[b-pwm4nuitwg] {
        background-color: #E7F0F7;
        color: #003366;
        border-radius: 12px;
        padding: 10px;
        text-align: center;
    }

        .settings-standorte span:hover[b-pwm4nuitwg] {
            cursor: pointer;
        }

        .settings-standorte span.selected[b-pwm4nuitwg] {
            background-color: #E4F7FF;
            color: #003366;
            border: 1px solid #96AFC1;
        }

.tags-header[b-pwm4nuitwg] {
    font-size: 25px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.settings-tags[b-pwm4nuitwg] {
    display: grid;
    width: 100%;
    gap: 0.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

    .settings-tags span[b-pwm4nuitwg] {
        background-color: #E7F0F7;
        color: #003366;
        border-radius: 12px;
        padding: 10px;
        text-align: center;
    }

        .settings-tags span:hover[b-pwm4nuitwg] {
            cursor: pointer;
        }


        .settings-tags span.selected[b-pwm4nuitwg] {
            background-color: #E4F7FF;
            color: #003366;
            border: 1px solid #96AFC1;
        }

.settings-footer[b-pwm4nuitwg] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1.5rem;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.apply[b-pwm4nuitwg] {
    border-radius: 8px;
    color: #FDFDFD;
    padding: 10px;
    background-color: #179CD3;
    border: none;
}

    .apply:hover[b-pwm4nuitwg] {
        cursor: pointer;
    }
