@import '_content/IC.SolveraBlazor.UiLib/IC.SolveraBlazor.UiLib.qfyfefiby8.bundle.scp.css';

/* _content/IC.SolveraBlazor.Web/Components/Cookies/CookieConsentBanner.razor.rz.scp.css */
#cookieConsent[b-ucnfbuerqr] {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0px;
    left: 0px;
    display: flex;
    z-index: 99998;
    background-color: #00000055;
    align-items: center;
    justify-content: center;
}

.cookie-container[b-ucnfbuerqr] {
    position: fixed;
    background-color: white;
    width: 50rem;
    border: 1px solid var(--secondary);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    z-index: 99999;
}

.cookie-logo[b-ucnfbuerqr] {
    position: absolute;
    display: flex;
    top: -3rem;
    width: fit-content;
    height: fit-content;
    align-self: center;
    align-items: center;
    justify-content: center;
}

    .cookie-logo i[b-ucnfbuerqr] {
        font-size: 4rem;
        color: var(--secondary);
    }

    .cookie-logo .border-hack[b-ucnfbuerqr] {
        position: absolute;
        top: -1px;
        width: calc(6rem + 2px);
        height: calc(3rem + 1px);
        border-radius: 100rem 100rem 0 0;
        background-color: var(--secondary);
        z-index: 9997;
    }

    .cookie-logo .icon-wrapper[b-ucnfbuerqr] {
        border-radius: 50%;
        background-color: white;
        height: 6rem;
        aspect-ratio: 1;
        display: flex;
        align-self: center;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 99999;
    }

.cookie-header[b-ucnfbuerqr] {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ced4da;
    padding-bottom: 1.5rem;
}

.cookie-container .cookie-header h3[b-ucnfbuerqr] {
    text-align: center;
    margin: 0;
    font-size: var(--fs-600);
    white-space: break-spaces;
    text-overflow: ellipsis;
}

.cookie-container .cookie-content[b-ucnfbuerqr] {
    margin: 1.5rem 0;
}

    .cookie-container .cookie-content p[b-ucnfbuerqr] {
        margin: 0;
        font-size: var(--fs-400);
        text-align: left;
    }

.cookie-footer[b-ucnfbuerqr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-link[b-ucnfbuerqr] {
    text-decoration: underline;
}

.cookie-container button.x-button[b-ucnfbuerqr] {
    background-color: transparent;
    color: grey;
    width: fit-content;
    aspect-ratio: 1;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

    .cookie-container button.x-button i[b-ucnfbuerqr] {
        font-size: 1.2rem;
    }

@media(max-width: 920px) {
    .cookie-container[b-ucnfbuerqr] {
        width: calc(100vw - 20px);
    }
}
/* _content/IC.SolveraBlazor.Web/Components/Images/ImageUpload.razor.rz.scp.css */
.imagecrop-container[b-hhf88iuhb5] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.button-container[b-hhf88iuhb5] {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.imagegalerie-container[b-hhf88iuhb5] {
    position: relative;
    overflow: auto;
    height: calc(80vh - 195px);
}
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Backend/Anwesenheiten/AnwesenheitenListe.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Backend/Anwesenheiten/AnwesenheitenListeExtern.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Backend/Bestaetigung/BestaetigungListe.razor.rz.scp.css */
.filter-element[b-c6jr5hmjh8] {
    gap: 10px;
    display: flex;
    justify-content: flex-start;
}
.wtb-container[b-c6jr5hmjh8] {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    height: 100%;
}
.wtb-left-container[b-c6jr5hmjh8] {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.wtb-grid-container[b-c6jr5hmjh8] {
    flex: 1;
    overflow: auto;
}
.wtb-right-container[b-c6jr5hmjh8] {
    width: 260px;
    margin-left: 10px;
    border-left: 1px solid #d9d9d9;
    padding-left: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wtb-selected-title[b-c6jr5hmjh8]{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}
.wtb-selected-footer[b-c6jr5hmjh8] {
    border-top: 1px solid #d9d9d9;
    height: 56px;
    line-height: 54px;
    width: 100%;
}
.wtb-selected-container[b-c6jr5hmjh8]{
    flex: 1;
    overflow: auto;
}
.segment-container[b-c6jr5hmjh8]{
    height: 100%;
}
.wtb-selected-item:hover[b-c6jr5hmjh8] {
    cursor: pointer;
    color: #f0930b;
    text-decoration: line-through;
}
.additional-counter[b-c6jr5hmjh8] {
    color: var(--very-dark-orange);
}
.wtb-stat-container[b-c6jr5hmjh8] {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}
.wtb-stat-item[b-c6jr5hmjh8]{
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}
.teilnehmer-liste-container[b-c6jr5hmjh8] {
    height: calc(100vh - 290px);
}
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Backend/Bestaetigung/BestaetigungsListeExtern.razor.rz.scp.css */
.filter-element[b-5lfwo7qvt1] {
    gap: 10px;
    display: flex;
    justify-content: flex-start;
}

.wtb-container[b-5lfwo7qvt1] {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    height: 100%;
}

.wtb-left-container[b-5lfwo7qvt1] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.wtb-grid-container[b-5lfwo7qvt1] {
    flex: 1;
    overflow: auto;
}

.wtb-right-container[b-5lfwo7qvt1] {
    width: 260px;
    margin-left: 10px;
    border-left: 1px solid #d9d9d9;
    padding-left: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wtb-selected-title[b-5lfwo7qvt1] {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.wtb-selected-footer[b-5lfwo7qvt1] {
    border-top: 1px solid #d9d9d9;
    height: 56px;
    line-height: 54px;
    width: 100%;
}

.wtb-selected-container[b-5lfwo7qvt1] {
    flex: 1;
    overflow: auto;
}

.segment-container[b-5lfwo7qvt1] {
    height: 100%;
}

.wtb-selected-item:hover[b-5lfwo7qvt1] {
    cursor: pointer;
    color: #f0930b;
    text-decoration: line-through;
}

.additional-counter[b-5lfwo7qvt1] {
    color: var(--very-dark-orange);
}

.wtb-stat-container[b-5lfwo7qvt1] {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.wtb-stat-item[b-5lfwo7qvt1] {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}

.teilnehmer-liste-container[b-5lfwo7qvt1] {
    height: calc(100vh - 290px);
}
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Backend/Feedback/KursFeedbackComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Backend/Feedback/ModulFeedbackComponent.razor.rz.scp.css */
.question-wrapper[b-aq6clwgu9s] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    gap: 4rem;
}

.question-column[b-aq6clwgu9s] {
    width: 50%;
}
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Backend/Kurs/EditOrtComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Backend/Kurs/EditReferentComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Backend/Kurs/Uebersicht.razor.rz.scp.css */
.uebersicht-container[b-swl9piu1hx] {
    background-color: white;
}

.uebersicht-container.centered[b-swl9piu1hx]
{
    margin-left: auto;
    margin-right: auto;
}
    .uebersicht-titel[b-swl9piu1hx] {
        font-weight: bold;
        color: black;
    }
.uebersicht-untertitel[b-swl9piu1hx]{
    font-weight: bold;
}
.modul-container[b-swl9piu1hx]{
    margin-bottom: 20px;
}
.modul-header[b-swl9piu1hx] {
    padding: 10px;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: white;
    background-color: #f0930b;
    cursor: pointer;
    margin-right: 10px;
}
    .modul-header:hover[b-swl9piu1hx] {
        background-color: var(--very-dark-orange);
    }
    .modul-header-text[b-swl9piu1hx] {
        font-weight: bold;
    }

.modul-header.no-hover[b-swl9piu1hx] {
    cursor: default;
}

.modul-header.no-hover:hover[b-swl9piu1hx] {
    background-color: #f0930b;
}

.modul-body[b-swl9piu1hx] {
    border: 1px solid #d9d9d9;
    border-top: 0px;
    padding: 15px;
    margin-right: 10px;
}
.uebersicht-bild[b-swl9piu1hx] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 280px;
    overflow: hidden;
}
.uebersicht-bild img[b-swl9piu1hx] {
    width: 100%;
}
.uebersicht-dokument-item[b-swl9piu1hx]{
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 5px;
}
    .uebersicht-dokument-item:hover[b-swl9piu1hx] {
        color: var(--very-dark-orange);
        cursor: pointer;
    }
.uebersicht-wert-container[b-swl9piu1hx]{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.uebersicht-wert-item[b-swl9piu1hx]{
    flex: 1;
}
.wtb-stat-container[b-swl9piu1hx] {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    max-width: 300px;
}

.wtb-stat-item[b-swl9piu1hx] {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Backend/Pflichtkurse/PflichtkurseFaelligkeitenUebersichtComponent.razor.rz.scp.css */
.status-chip[b-w5id42lvcd] {
    background-color: darkgrey;
    color: white;
    padding: 6px;
    font-size: 1rem;
    line-height: 1;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    max-width: 12rem;
}

    .status-chip.over-due[b-w5id42lvcd] {
        background-color: #e74c3c;
        color: white;
    }

    .status-chip.due[b-w5id42lvcd] {
        background-color: #e67e22;
        color: white;
    }

    .status-chip.valid[b-w5id42lvcd] {
        background-color: #2ecc71;
        color: white;
    }
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Backend/Pflichtkurse/PflichtkurseSettingsAuditWindowComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Backend/Pflichtkurse/PflichtkurseSettingsComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Backend/Pflichtkurse/PflichtkurseSettingsWindowComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Backend/Stundenübersicht/WTBStundenübersichtComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Backend/Teilnehmer/TeilnehmerListe.razor.rz.scp.css */
.filter-element[b-7bypcm084a] {
    gap: 10px;
    display: flex;
    justify-content: flex-start;
}
.wtb-container[b-7bypcm084a] {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    height: 100%;
}
.wtb-left-container[b-7bypcm084a] {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.wtb-grid-container[b-7bypcm084a] {
    flex: 1;
    overflow: auto;
}
.wtb-right-container[b-7bypcm084a] {
    width: 260px;
    margin-left: 10px;
    border-left: 1px solid #d9d9d9;
    padding-left: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wtb-selected-title[b-7bypcm084a]{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}
.wtb-selected-footer[b-7bypcm084a] {
    border-top: 1px solid #d9d9d9;
    height: 56px;
    line-height: 54px;
    width: 100%;
}
.wtb-selected-container[b-7bypcm084a]{
    flex: 1;
    overflow: auto;
}
.segment-container[b-7bypcm084a]{
    height: 100%;
}
.wtb-selected-item:hover[b-7bypcm084a] {
    cursor: pointer;
    color: #f0930b;
    text-decoration: line-through;
}
.additional-counter[b-7bypcm084a] {
    color: var(--very-dark-orange);
}
.wtb-stat-container[b-7bypcm084a] {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}
.wtb-stat-item[b-7bypcm084a]{
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}
.teilnehmer-liste-container[b-7bypcm084a] {
    height: calc(100vh - 334px);
}

.email-item-list[b-7bypcm084a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 8px;
    overflow-y: scroll;
    height: calc(100% - 40px);
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

    .email-item[b-7bypcm084a] {
        width: 100%;
        display: flex;
        flex-direction: column;
        /*border-bottom: 1px solid #dee2e6;*/
        /*padding-block: 7px;*/
    }

        .email-item .error[b-7bypcm084a] {
            color: red;
        }

.email-item-list .email-item:last-child .better-hr[b-7bypcm084a] {
    display: none;
}

/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Frontend/FortbildungsnachweisComponent.razor.rz.scp.css */
.list-wrapper[b-rnavsx6rgu] {
    width: 100%;
    margin-bottom: 2rem;
}

.list[b-rnavsx6rgu] {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.list-item[b-rnavsx6rgu] {
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid #dee2e6;
    border-top: 0px;
    padding: 10px;
}

    .list-item.header[b-rnavsx6rgu] {
        border-top: 1px solid #dee2e6;
    }

.list-item-column[b-rnavsx6rgu] {
    flex: 1 1 auto;
    max-width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
}

    .list-item-column.kursnummer[b-rnavsx6rgu] {
        flex: 0 0 auto;
        max-width: 8rem;
        width: 100%;
    }

    .list-item-column.titel[b-rnavsx6rgu] {
        flex: 1 1 auto;
        min-width: 8rem;
    }

    .list-item-column.referent[b-rnavsx6rgu] {
        flex: 1 1 auto;
        min-width: 8rem;
    }

    .list-item-column.time[b-rnavsx6rgu] {
        flex: 1 1 auto;
        min-width: 8rem;
    }

    .list-item-column.hours[b-rnavsx6rgu] {
        flex: 1 1 auto;
        min-width: 11rem;
    }

    .list-item-column.actions[b-rnavsx6rgu] {
        flex: 0 0 auto;
        width: 10rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }

    .list-item-column > span[b-rnavsx6rgu] {
        min-width: 3rem;
        text-align: left;
        hyphens: auto;
    }

.list-item div[b-rnavsx6rgu] {
    width: 100%;
}

.header-label[b-rnavsx6rgu] {
    display: none;
}

.list .list-item .btn[b-rnavsx6rgu] {
    width: 4rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .list .list-item .btn.mobile[b-rnavsx6rgu] {
        display: none;
    }

.list-item-column.extern[b-rnavsx6rgu] {
    flex: 0 0 auto;
    max-width: 10rem;
    width: 100%;
}


@media(max-width: 70rem) {
    .list[b-rnavsx6rgu] {
        gap: 1rem;
    }

    .list .list-item[b-rnavsx6rgu] {
        border-top: 1px solid #dee2e6;
    }

        .list .list-item .btn[b-rnavsx6rgu] {
            display: none;
        }

            .list .list-item .btn.mobile[b-rnavsx6rgu] {
                display: flex;
                align-items: center;
                justify-content: center;
                height: 2.5rem;
                width: 10rem;
            }

            .header-label[b-rnavsx6rgu] {
                display: block;
            }

    .list-item[b-rnavsx6rgu] {
        flex-direction: column;
        width: 100%;
        padding: 2rem;
    }

    .list-item-column[b-rnavsx6rgu] {
        justify-content: start;
    }

        .list-item-column.name[b-rnavsx6rgu] {
            width: 100%;
            text-align: center;
        }

        .list-item-column.time[b-rnavsx6rgu] {
            width: 100%;
            min-width: 6rem;
        }

        .list-item-column.actions[b-rnavsx6rgu] {
            width: 100%;
            justify-content: center;
        }

        .list-item-column > span[b-rnavsx6rgu] {
            min-width: 4rem;
            text-align: center;
        }

    .list-item.header[b-rnavsx6rgu] {
        display: none;
    }

    .list .list-item:nth-child(2)[b-rnavsx6rgu] {
        border-top: 1px solid #dee2e6;
    }

    .list-item-column.kursnummer[b-rnavsx6rgu] {
        max-width: 100%;
    }

    .list-item-column[b-rnavsx6rgu] {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: left;
        align-items: center;
    }

        .list-item-column.actions > div[b-rnavsx6rgu] {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .list-item-column.actions .header-label[b-rnavsx6rgu] {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .list-item-column[b-rnavsx6rgu]{
            flex-direction: column;
            min-width: fit-content;
        }

            .list-item-column > span[b-rnavsx6rgu] {
                min-width: fit-content;
            }
}

.empty[b-rnavsx6rgu] {
    width: 100%;
    text-align: left;
}

.generate-fbnw-wrapper[b-rnavsx6rgu] {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start;
}

    .generate-fbnw-wrapper .date-picker[b-rnavsx6rgu] {
        max-width: 15rem;
    }

    .generate-fbnw-wrapper .btn[b-rnavsx6rgu] {
        width: fit-content;
        flex: 0 0 auto;
    }

    .generate-fbnw-wrapper .text[b-rnavsx6rgu] {
        flex: 0 0 auto;
    }

.search-wrapper[b-rnavsx6rgu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 25rem;
}

    .search-wrapper .button-wrapper[b-rnavsx6rgu] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        height: 100%;
    }

        .search-wrapper .button-wrapper button[b-rnavsx6rgu] {
            height: 31px;
            outline: none;
            width: 62px;
            border: 1px solid #ced4da;
            border-radius: 4px;
            padding: 0;
        }

@media(max-width: 40rem) {
    .generate-fbnw-wrapper[b-rnavsx6rgu] {
        flex-direction: column;
        align-items: flex-start;
    }

        .generate-fbnw-wrapper .date-picker[b-rnavsx6rgu] {
            width: 100%;
            flex: 1 1 auto;
            max-width: 100%;
        }

        .generate-fbnw-wrapper .btn[b-rnavsx6rgu] {
            width: 100%;
        }

        .generate-fbnw-wrapper .text[b-rnavsx6rgu] {
            display: none;
        }

    .search-wrapper[b-rnavsx6rgu] {
        max-width: 100%;
        width: 100%;
    }
}
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Frontend/Kurs/CompletedUebersicht.razor.rz.scp.css */
.uebersicht-container[b-k4zrqjrih2] {
    background-color: white;
}

    .uebersicht-container.centered[b-k4zrqjrih2] {
        margin-left: auto;
        margin-right: auto;
    }

.uebersicht-titel[b-k4zrqjrih2] {
    font-weight: bold;
    color: black;
}

.uebersicht-untertitel[b-k4zrqjrih2] {
    font-weight: bold;
}

.modul-container[b-k4zrqjrih2] {
    margin-bottom: 20px;
}

.modul-header[b-k4zrqjrih2] {
    padding: 10px;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: white;
    background-color: #f0930b;
    cursor: pointer;
}

    .modul-header:hover[b-k4zrqjrih2] {
        background-color: var(--very-dark-orange);
    }

.modul-header-text[b-k4zrqjrih2] {
    font-weight: bold;
}

.modul-body[b-k4zrqjrih2] {
    border: 1px solid #d9d9d9;
    border-top: 0px;
    padding: 15px;
}

.uebersicht-bild[b-k4zrqjrih2] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 280px;
    overflow: hidden;
}

    .uebersicht-bild img[b-k4zrqjrih2] {
        width: 100%;
    }

.uebersicht-dokument-item[b-k4zrqjrih2] {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 5px;
}

    .uebersicht-dokument-item:hover[b-k4zrqjrih2] {
        color: var(--very-dark-orange);
        cursor: pointer;
    }

.uebersicht-wert-container[b-k4zrqjrih2] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.uebersicht-wert-item[b-k4zrqjrih2] {
    flex: 1;
}
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Frontend/Kurs/Uebersicht.razor.rz.scp.css */
.uebersicht-container[b-plphvaj7j5] {
    background-color: white;
}

.uebersicht-container.centered[b-plphvaj7j5]
{
    margin-left: auto;
    margin-right: auto;
}
    .uebersicht-titel[b-plphvaj7j5] {
        font-weight: bold;
        color: black;
    }
.uebersicht-untertitel[b-plphvaj7j5]{
    font-weight: bold;
}
.modul-container[b-plphvaj7j5]{
    margin-bottom: 20px;
}
.modul-header[b-plphvaj7j5] {
    padding: 10px;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: white;
    background-color: #f0930b;
    cursor: pointer;
}
    .modul-header:hover[b-plphvaj7j5] {
        background-color: var(--very-dark-orange);
    }
    .modul-header-text[b-plphvaj7j5] {
        font-weight: bold;
    }
.modul-body[b-plphvaj7j5] {
    border: 1px solid #d9d9d9;
    border-top: 0px;
    padding: 15px;
}
.uebersicht-bild[b-plphvaj7j5] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 280px;
    overflow: hidden;
}
.uebersicht-bild img[b-plphvaj7j5] {
    width: 100%;
}
.uebersicht-dokument-item[b-plphvaj7j5]{
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 5px;
}
    .uebersicht-dokument-item:hover[b-plphvaj7j5] {
        color: var(--very-dark-orange);
        cursor: pointer;
    }
.uebersicht-wert-container[b-plphvaj7j5]{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.uebersicht-wert-item[b-plphvaj7j5]{
    flex: 1;
}

.uebersicht-subtitel[b-plphvaj7j5] {
    font-weight: bolder;
    margin-bottom: 5px;
}
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Frontend/Kurs/UebersichtPublic.razor.rz.scp.css */
.uebersicht-container[b-61zthgs9uy] {
    background-color: white;
}

    .uebersicht-container.centered[b-61zthgs9uy] {
        margin-left: auto;
        margin-right: auto;
    }

.uebersicht-titel[b-61zthgs9uy] {
    font-weight: bold;
    color: black;
}

.uebersicht-untertitel[b-61zthgs9uy] {
    font-weight: bold;
}

.modul-container[b-61zthgs9uy] {
    margin-bottom: 20px;
}

.modul-header[b-61zthgs9uy] {
    padding: 10px;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: white;
    background-color: #f0930b;
    cursor: pointer;
}

    .modul-header:hover[b-61zthgs9uy] {
        background-color: var(--very-dark-orange);
    }

.modul-header-text[b-61zthgs9uy] {
    font-weight: bold;
}

.modul-body[b-61zthgs9uy] {
    border: 1px solid #d9d9d9;
    border-top: 0px;
    padding: 15px;
}

.uebersicht-bild[b-61zthgs9uy] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 280px;
    overflow: hidden;
}

    .uebersicht-bild img[b-61zthgs9uy] {
        width: 100%;
    }

.uebersicht-dokument-item[b-61zthgs9uy] {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 5px;
}

    .uebersicht-dokument-item:hover[b-61zthgs9uy] {
        color: var(--very-dark-orange);
        cursor: pointer;
    }

.uebersicht-wert-container[b-61zthgs9uy] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.uebersicht-wert-item[b-61zthgs9uy] {
    flex: 1;
}

.uebersicht-subtitel[b-61zthgs9uy] {
    font-weight: bolder;
    margin-bottom: 5px;
}

@media(max-width: 50rem) {
    .uebersicht-wert-container[b-61zthgs9uy] {
        flex-direction: column;
    }
}

.modul-header.no-hover:hover[b-61zthgs9uy] {
    background-color: #f0930b;
    cursor: default;
}
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Frontend/MyCoursesComponent.razor.rz.scp.css */
.card-list[b-cbksr282p2] {
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    justify-items: start;
    align-items: stretch;
}

.card[b-cbksr282p2] {
    max-width: 40rem;
    width: 100%;
    margin: 0;
}

.above-title[b-cbksr282p2] {
    font-size: var(--fs-300);
    font-style: oblique;
    margin-bottom: -2px;
}

.title[b-cbksr282p2] {
    max-width: 1920px;
    margin-inline: 15px;
}

.status-tag[b-cbksr282p2] {
    position: absolute;
    left: 0;
    top: -4rem;
    padding: 5px 15px 5px 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-width: 15rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: bolder;
}

@media(max-width: 70rem) {
    .card-list[b-cbksr282p2] {
        grid-template-columns: 1fr;
    }
}
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Frontend/UpcomingUserWTBComponent.razor.rz.scp.css */
.card-list[b-sz8c1dzv89] {
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    justify-items: start;
    align-items: stretch;
}

.card[b-sz8c1dzv89] {
    max-width: 40rem;
    width: 100%;
    margin: 0;
}

.above-title[b-sz8c1dzv89] {
    font-size: var(--fs-300);
    font-style: oblique;
    margin-bottom: -2px;
}

@media(max-width: 70rem) {
    .card-list[b-sz8c1dzv89] {
        grid-template-columns: 1fr;
    }
}
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Frontend/UserWTBListComponent.razor.rz.scp.css */
.card-list[b-hc0qa3ek38] {
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    justify-items: start;
    align-items: stretch;
}

.card[b-hc0qa3ek38] {
    max-width: 40rem;
    width: 100%;
    margin: 0;
}
.above-title[b-hc0qa3ek38] {
    font-size: var(--fs-300);
    font-style: oblique;
    margin-bottom: -2px;
}

.status-tag[b-hc0qa3ek38] {
    position: absolute;
    left: 0;
    top: -3rem;
    padding: 5px 15px 5px 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-width: 10rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: bolder;
}

@media(max-width: 70rem) {
    .card-list[b-hc0qa3ek38] {
        grid-template-columns: 1fr;
    }
}
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Frontend/WTBCourseFilterComponent.razor.rz.scp.css */
.filter-container[b-6jvl0mst0j] {
    width: 100%;
    position: relative;
}

.filter-search-input[b-6jvl0mst0j] {
    border: 1px solid #d9d9d9;
}

.filter-searchbar[b-6jvl0mst0j] {
    display: flex;
    /*gap: 5px;*/
    justify-content: space-between;
}

    .filter-searchbar input[b-6jvl0mst0j] {
        flex: 1;
        height: 38px !important;
        border: 0px !important;
        outline: 0px !important;
        padding-left: 10px;
    }

.searchbar-button[b-6jvl0mst0j] {
    width: 38px !important;
    height: 38px !important;
    background-color: white;
    color: rgb(128 128 128);
    border-radius: 0px;
}

    .searchbar-button:hover[b-6jvl0mst0j] {
        background-color: var(--secondary);
        color: white;
    }

.filter-popup[b-6jvl0mst0j] {
    position: absolute;
    top: 40px;
    left: 0px;
    background-color: white;
    box-shadow: rgb(0 0 0 / 35%) 0px 2px 5px;
    z-index: 800;
    padding: 10px;
    width: 100%;
}

.filter-second-row[b-6jvl0mst0j] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .filter-second-row .filter-element[b-6jvl0mst0j] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        flex: 1;
    }

        .filter-second-row .filter-element div[b-6jvl0mst0j] {
            flex: 1;
        }

.filter-toolbar[b-6jvl0mst0j] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.filter-authorities[b-6jvl0mst0j] {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    min-height: 36px;
}

.authority-tag[b-6jvl0mst0j] {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 30px;
    height: auto;
    border: 1px solid #dae7e7;
}

    .authority-tag > span[b-6jvl0mst0j] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

.filter-overlay[b-6jvl0mst0j] {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0px;
    left: 0px;
}

.filter-submitted[b-6jvl0mst0j], .filter-deadline[b-6jvl0mst0j] {
    display: flex;
    gap: 10px;
}

.filter-clear-button[b-6jvl0mst0j] {
    width: 38px !important;
    height: 38px;
    margin: auto;
}

.filter-search-first-row[b-6jvl0mst0j] {
    display: flex;
    gap: 10px;
}

    .filter-search-first-row div[b-6jvl0mst0j] {
        flex: 1;
    }

.filter-button-bar[b-6jvl0mst0j] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.filter-date-element[b-6jvl0mst0j] {
    width: 100%;
}

.third-row-css[b-6jvl0mst0j] {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.third-row-element[b-6jvl0mst0j] {
    flex: 1;
}

.search-wrapper[b-6jvl0mst0j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .search-wrapper .button-wrapper[b-6jvl0mst0j] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        height: 100%;
    }

        .search-wrapper .button-wrapper button[b-6jvl0mst0j] {
            height: 31px;
            outline: none;
            width: 62px;
            border: 1px solid #ced4da;
            border-radius: 4px;
            padding: 0;
        }

.filter-wrapper[b-6jvl0mst0j] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

    .filter-wrapper > div[b-6jvl0mst0j] {
        flex: 1 1;
    }

.language-wrapper[b-6jvl0mst0j] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

@media(max-width: 40rem) {
    .language-wrapper[b-6jvl0mst0j] {
        width: 100%;
    }
}
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Frontend/WTBDashboard.razor.rz.scp.css */
.stats-container[b-e2poofi3wh] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    min-height: 8rem;
}

.stats-box[b-e2poofi3wh] {
    flex: 1 1;
    display: flex;
    background-color: white;
    border-radius: 5px;
    padding: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 8rem;
    min-width: 12rem;
    gap: 2px;
}

.content[b-e2poofi3wh] {
    max-width: 100%;
    padding: 0;
    font-size: var(--fs-600);
    font-weight: bolder;
    text-align: center;
}

.title[b-e2poofi3wh] {
    max-width: 100%;
    text-align: center;
    font-size: var(--fs-300);
    color: #686765;
}

.empty[b-e2poofi3wh] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/IC.SolveraBlazor.Web/Components/Weiterbildung/Frontend/WTBDashboardFaelligkeiten.razor.rz.scp.css */
.container[b-nou2br1egk] {
    margin: 0;
    max-width: 100%;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

.header[b-nou2br1egk] {
    /*margin-bottom: 20px;*/
}

    .header h3[b-nou2br1egk] {
        /*font-size: 2rem;*/
    }

.list-wrapper[b-nou2br1egk] {
    width: 100%;
    margin-bottom: 2rem;
}

.list[b-nou2br1egk] {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.list-item[b-nou2br1egk] {
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid #dee2e6;
    border-top: 0px;
    padding: 10px;
}

    .list-item.header[b-nou2br1egk] {
        border-top: 1px solid #dee2e6;
    }

.list-item-column[b-nou2br1egk] {
    flex: 1 1 auto;
    max-width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
}

    .list-item-column.time[b-nou2br1egk] {
        flex: 1 1 auto;
        min-width: 8rem;
    }

    .list-item-column.actions[b-nou2br1egk] {
        flex: 0 0 auto;
        width: 10rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }

    .list-item-column > span[b-nou2br1egk] {
        min-width: 3rem;
        text-align: left;
        hyphens: auto;
    }

.list-item div[b-nou2br1egk] {
    width: 100%;
}

.header-label[b-nou2br1egk] {
    display: none;
}

.list .list-item .btn[b-nou2br1egk] {
    width: 4rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .list .list-item .btn.mobile[b-nou2br1egk] {
        display: none;
    }

.chip[b-nou2br1egk] {
    background-color: darkgrey;
    color: white;
    padding: 6px;
    font-size: 1rem;
    line-height: 1;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    max-width: 10rem;
}

    .chip.wtb-faelligkeiten-status-group-over-due[b-nou2br1egk] {
        background-color: #e74c3c;
    }

    .chip.wtb-faelligkeiten-status-group-due-this-year[b-nou2br1egk] {
        background-color: #e67e22;
    }

    .chip.wtb-faelligkeiten-status-group-valid[b-nou2br1egk] {
        background-color: #2ecc71;
    }

@media(max-width: 70rem) {
    .list[b-nou2br1egk] {
        gap: 1rem;
    }

        .list .list-item[b-nou2br1egk] {
            border-top: 1px solid #dee2e6;
        }

            .list .list-item .btn[b-nou2br1egk] {
                display: none;
            }

                .list .list-item .btn.mobile[b-nou2br1egk] {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 2.5rem;
                    width: 10rem;
                }

    .header-label[b-nou2br1egk] {
        display: block;
    }

    .list-item[b-nou2br1egk] {
        flex-direction: column;
        width: 100%;
        padding: 2rem;
    }

    .list-item-column[b-nou2br1egk] {
        justify-content: start;
    }

        .list-item-column.actions[b-nou2br1egk] {
            width: 100%;
            justify-content: center;
        }

        .list-item-column > span[b-nou2br1egk] {
            min-width: 4rem;
            text-align: center;
        }

    .list-item.header[b-nou2br1egk] {
        display: none;
    }

    .list .list-item:nth-child(2)[b-nou2br1egk] {
        border-top: 1px solid #dee2e6;
    }

    .list-item-column[b-nou2br1egk] {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: left;
        align-items: center;
    }

        .list-item-column.actions > div[b-nou2br1egk] {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .list-item-column.actions .header-label[b-nou2br1egk] {
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .list-item-column[b-nou2br1egk] {
        flex-direction: column;
        min-width: fit-content;
    }

        .list-item-column > span[b-nou2br1egk] {
            min-width: fit-content;
        }
}
/* _content/IC.SolveraBlazor.Web/Pages/Authorization/Login.razor.rz.scp.css */
.divider[b-ob7cliauw5]:after,
.divider[b-ob7cliauw5]:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom[b-ob7cliauw5] {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom[b-ob7cliauw5] {
        height: 100%;
    }
}
/* _content/IC.SolveraBlazor.Web/Pages/Authorization/LoginAsp.cshtml.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Authorization/MyProfile.razor.rz.scp.css */
.user-popup-overlay[b-c4irrjj0no] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 997;
    cursor: default;
}

.user-popup-menu[b-c4irrjj0no] {
    z-index: 998;
    position: absolute;
    Top: 50px;
    right: 0px;
    padding: 10px;
    width: 350px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    background-color: white;
    text-align: center;
    border-radius: 3px;
}


.user-popup-menu-title[b-c4irrjj0no] {
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.user-popup-menu-profile-icon[b-c4irrjj0no] {
    font-size: 72px;
    text-align: center;
    color: #808080;
}

    .user-popup-menu-profile-icon .k-icon[b-c4irrjj0no] {
        font-size: 56px;
    }

.user-popup-menu-footer[b-c4irrjj0no] {
    border-top: 1px solid white;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.user-popup-menu-right[b-c4irrjj0no] {
    justify-content: right;
    align-content: flex-end;
}

.user-popup-menu-left[b-c4irrjj0no] {
    justify-content: left;
}

.frontend-user-container[b-c4irrjj0no] {
    width: auto;
    display: flex;
    color: white;
    gap: 10px;
    height: 37px;
    cursor: pointer;
}

.frontend-user-relative-container[b-c4irrjj0no] {
    position: relative;
}

.frontend-user-name[b-c4irrjj0no], .frontend-user-name-multirow[b-c4irrjj0no] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: var(--greenDarker);
}

.frontend-subuser-name[b-c4irrjj0no] {
    text-align: end;
}

.user-profile-badge[b-c4irrjj0no] {
    background-color: white;
    border: 1px solid #d9d9d9;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.user-message-data[b-c4irrjj0no] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: black;
    text-align: start;
    flex: 1;
}

.user-message-icon-container[b-c4irrjj0no] {
    font-size: 26px;
    width: 50px;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.user-message-subject[b-c4irrjj0no] {
    color: black;
    text-align: start;
}

.user-message-text[b-c4irrjj0no] {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: auto;
    margin-bottom: auto;
}

.news-item-buttons[b-c4irrjj0no] {
    height: 100%;
}

.news-button[b-c4irrjj0no] {
    color: #808080;
    background-color: #F2F2F2;
    border-left: 1px solid #d9d9d9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 20px;
}

.news-button-icon[b-c4irrjj0no] {
    margin: auto;
}

.user-popup-content[b-c4irrjj0no] {
    overflow: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 300px;
    padding-right: 5px;
    margin-right: -5px;
}

.user-message-container[b-c4irrjj0no] {
    background-color: white;
    border: 1px solid #d9d9d9;
    border-left: 4px solid #d9d9d9;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    min-height: 60px;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .user-message-container:hover[b-c4irrjj0no] {

    }

        .user-message-container:hover .news-button[b-c4irrjj0no] {
 
            color: white;
        }



.organization-button-container[b-c4irrjj0no] {
    display: flex;
    justify-content: flex-end;
}

.user-message-footer[b-c4irrjj0no] {
    border-top: 1px solid #d9d9d9;
    padding-top: 5px;
    margin-top: 10px;
}

.show-all-button[b-c4irrjj0no] {
    gap: 5px;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}


    .show-all-button:hover[b-c4irrjj0no] {
        text-decoration: underline;
    }

.user-message-title[b-c4irrjj0no] {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.box-profile[b-c4irrjj0no] {
    padding: 30px;
}
/* _content/IC.SolveraBlazor.Web/Pages/Authorization/Register.razor.rz.scp.css */
.registration-container[b-rz1wdgeebl] {
    /*    background-color: white;
    padding: 20px;
    border-radius: 3px;
    position: fixed;
    height: auto;
    width: 500px;
    margin-left: calc(50% - 250px);
    margin-left: -moz-calc(50% - 250px);
    margin-left: -webkit-calc(50% - 250px);
    margin-left: -o-calc(50% - 250px);
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    top: 50px;
    position: relative;*/
}

@media (max-width: 680px) {
    .registration-container[b-rz1wdgeebl] {
        /*      position: absolute;
        border-radius: 0px;
        width: 100%;
        margin-left: 0%;
        top: 0;
        height: 100%;
        overflow: auto;*/
    }

    .registration-logo[b-rz1wdgeebl] {
        display: none;
    }

    .registration-data-container[b-rz1wdgeebl] {
        max-height: unset !important;
        overflow: unset !important;
        height: auto;
    }

    .registration-footer[b-rz1wdgeebl] {
        position: unset !important;
        bottom: unset !important;
        left: unset !important;
        border-top: 0px !important;
    }

    .registration-header[b-rz1wdgeebl] {
        position: unset !important;
        border-bottom: 0px !important;
    }

    .registration-title[b-rz1wdgeebl] {
        margin-top: unset !important;
        border-bottom: 0px !important;
    }
}

.registration-title[b-rz1wdgeebl] {
    margin-top: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.registration-header[b-rz1wdgeebl] {
    position: sticky;
    top: 0;
    left: 0;
    /*   padding-bottom: 5px;
    border-bottom: 1px solid #d9d9d9;*/
}

.registration-footer[b-rz1wdgeebl] {
    /*border-top: 1px solid #d9d9d9;*/
}


.password-quality-bar[b-rz1wdgeebl] {
}

.password-quality-bar-background[b-rz1wdgeebl] {
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: flex-start;
}

.Blank[b-rz1wdgeebl] {
    background: white !important;
    color: white;
}

.VeryWeak[b-rz1wdgeebl] {
    background: #c41a0e !important;
    color: white !important;
    flex: 0.25;
}



.Weak[b-rz1wdgeebl] {
    background: #f2ac16 !important;
    color: white !important;
    flex: 0.5;
}



.Medium[b-rz1wdgeebl] {
    background: #f2ac16 !important;
    flex: 0.5;
}



.Strong[b-rz1wdgeebl] {
    color: white !important;
    background: var(--secondary) !important;
    flex: 0.75;
}



.VeryStrong[b-rz1wdgeebl] {
    color: white !important;
    background: #0c5152 !important;
    flex: 1;
}

.address-not-found-container[b-rz1wdgeebl] {
    cursor: pointer;
}

    .address-not-found-container:hover[b-rz1wdgeebl] {
        color: #25CCDB !important;
        text-decoration: underline !important;
    }




.iti__flag-container[b-rz1wdgeebl] {
    height: 38px !important;
    width: 100%;
}

.iti[b-rz1wdgeebl] {
    height: 38px !important;
    border-radius: 0px;
    color: #707070 !important;
    width: 100%;
}

    .iti input[b-rz1wdgeebl], .iti input[type=text][b-rz1wdgeebl], .iti input[type=tel][b-rz1wdgeebl] {
        height: 38px;
        width: 100%;
    }

.iti--allow-dropdown input[b-rz1wdgeebl], .iti--allow-dropdown input[type=text][b-rz1wdgeebl], .iti--allow-dropdown input[type=tel][b-rz1wdgeebl], .iti--separate-dial-code input[b-rz1wdgeebl], .iti--separate-dial-code input[type=text][b-rz1wdgeebl], .iti--separate-dial-code input[type=tel][b-rz1wdgeebl] {
    height: 38px !important;
    width: 100%;
}



.body[b-rz1wdgeebl] {
    background: var(--green)!important;
}
/* _content/IC.SolveraBlazor.Web/Pages/Authorization/VerifiedEmail.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Authorization/VerifyEmail.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Authorization/VerifyPhone.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Fixes.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/AbsenceRequestBackendApprovePage.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/AbsenceRequestBackendApproveVorbehaltPage.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/AbsenceRequestBackendDenyPage.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/AbsenceRequestSupervisorApprovePage.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/AbsenceRequestSupervisorDenyPage.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Admin/AdminPage.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Admin/FahrtspesenFix.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/ApplicationThankYouPage.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/ChildApplicationPage.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/ChildRegisterThankYou.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/ApplicationChildPickerComponent.razor.rz.scp.css */
.add-button button[b-gkl9cj5xwz] {
    aspect-ratio: 1;
    height: 35px;
    outline: none;
    border: none;
    background-color: var(--secondary);
    color: white;
    border-radius: 50%;
    font-weight: normal;
}

.application-child-picker-component[b-gkl9cj5xwz] {
    height: fit-content;
    padding: 0.5em 0em;
}

    .application-child-picker-component .error-msg-inline[b-gkl9cj5xwz] {
        margin: 0 0 0 10px;
        color: red;
        height: 100%;
    }

.grid[b-gkl9cj5xwz] {
    width: 100%;
    display: grid;
    align-items: center;
    gap: 1rem 25px;
    justify-content: flex-start;
    /*magic numbers*/
    grid-template-columns: repeat(auto-fit, calc((100% - 3rem - 36px) / 4));
    justify-items: center;
}

    .grid .item[b-gkl9cj5xwz] {
        position: relative;
        background-color: white;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3rem;
        border: 3px solid white;
        cursor: pointer;
        text-align: center;
        user-select: none;
        color: black;
    }
        .grid .item:nth-child(3n)[b-gkl9cj5xwz] {
            background-color: rgb(250,250,250);
        }

        .grid .item:nth-child(3n + 1)[b-gkl9cj5xwz] {
            background-color: rgb(245,245,245);
        }

        .grid .item:nth-child(3n + 2)[b-gkl9cj5xwz] {
            background-color: rgb(240,240,240);
        }

        .grid .item.selected[b-gkl9cj5xwz] {
            border-color: var(--secondary);
            background-color: var(--secondary);
            color: white;
        }

        .grid .item:hover[b-gkl9cj5xwz] {
            border-color: var(--secondary);
        }

    .grid .item span[b-gkl9cj5xwz] {
        font-size: var(--fs-400);
    }

        .grid .item .error-msg[b-gkl9cj5xwz] {
            color: red;
            position: absolute;
            bottom: 5px;
        }

        .grid .item.error[b-gkl9cj5xwz] {
            border-color: red !important;
        }

        .grid .item.selected.error .error-msg[b-gkl9cj5xwz] {
            color: white;
        }

        .grid .item.empty > span[b-gkl9cj5xwz] {
            line-height: 1;
        }

        .grid .item.empty > span > i[b-gkl9cj5xwz] {
            font-size: 2rem;
            font-weight: normal;
        }


@media(max-width: 60em) {
    .grid[b-gkl9cj5xwz] {
        grid-template-columns: 1fr;
    }
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/ApplicationDayPlanComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/ApplicationExtraInfosComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/ApplicationPreviewComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/ApplicationWeekPlanComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/AppointmentListComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/ContactPicker.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/DropdownChildFilter.razor.rz.scp.css */

*[b-zo14hg8t2l] {
    margin: 0;
    padding: 0;
}


.rounded[b-zo14hg8t2l] {
    position: relative;
    z-index: 1;
    width: fit-content;
    min-width: 14em;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.5em;
    border-radius: 5rem !important;
    padding: 0 1em;
    cursor: pointer !important;
}

    .rounded .text[b-zo14hg8t2l] {
        height: 100%;
        min-width: 8em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .text span[b-zo14hg8t2l] {
            width: fit-content;
            outline: none !important;
            box-shadow: none !important;
            border: none;
            border-radius: 5rem 0 0 5rem;
            background-color: transparent;
            display: flex;
            text-align: center;
            cursor: pointer !important;
        }

    .rounded .icon[b-zo14hg8t2l] {
        width: 2em;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .icon img[b-zo14hg8t2l] {
            aspect-ratio: 1/1;
            height: 100%;
            width: 100%;
            padding-block: 30%
        }

    .rounded .expansion-icon[b-zo14hg8t2l] {
        width: 2em;
        height: 100%;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .expansion-icon img[b-zo14hg8t2l] {
            aspect-ratio: 2/1;
            height: 30%;
        }

.number-list[b-zo14hg8t2l] {
    position: relative;
    width: calc(100% - 2rem);
    padding-inline: 1rem;
    background-color: white;
}

.popup-list[b-zo14hg8t2l] {
    background-color: white;
    border-radius: 0 0 10% 10%;
    opacity: 90%;
    text-align: center;
}

    .popup-list div[b-zo14hg8t2l] {
        padding: 5% 5%;
        cursor: pointer;
    }

        .popup-list div:hover[b-zo14hg8t2l] {
            background-color: #eee;
            transition: all 0.2s ease-in-out;
        }

.selected[b-zo14hg8t2l] {
    background-color: #eee;
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/DropdownChildPicker.razor.rz.scp.css */

*[b-g6nsx4a7me] {
    margin: 0;
    padding: 0;
}

.rounded[b-g6nsx4a7me] {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.5em;
    border-radius: 5rem !important;
    padding: 0 10% 0 10%;
    cursor: pointer !important;
}

    .rounded input[b-g6nsx4a7me] {
        height: 100%;
        min-width: 2em;
        outline: none !important;
        box-shadow: none !important;
        border: none;
        border-radius: 5rem 0 0 5rem;
        text-transform: uppercase;
        background-color: transparent;
        display: flex;
        text-align: center;
        cursor: pointer !important;
    }

    .rounded div.main[b-g6nsx4a7me] {
        height: 100%;
        min-width: 2em;
        max-width: 20em;
        width: fit-content;
        background-color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        padding: 0 2rem;
        word-wrap: break-word;
        white-space: nowrap;
        text-align: left;
        overflow: hidden;
    }

    .rounded .icon[b-g6nsx4a7me] {
        width: 2em;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .icon img[b-g6nsx4a7me] {
            aspect-ratio: 1/1;
            height: 100%;
            width: 100%;
            padding-block: 30%
        }

    .rounded .expansion-icon[b-g6nsx4a7me] {
        width: 2em;
        height: 100%;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .expansion-icon img[b-g6nsx4a7me] {
            aspect-ratio: 2/1;
            height: 30%;
        }
/*
.rounded {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.5em;
    border-radius: 5rem !important;
    padding: 0 10% 0 10%;
    cursor: pointer !important;
}

    .rounded input {
        width: 40%;
        height: 100%;
        outline: none !important;
        box-shadow: none !important;
        border: none;
        border-radius: 5rem 0 0 5rem;
        text-transform: uppercase;
        background-color: transparent;
        display: flex;
        text-align: center;
        cursor: pointer !important;
    }

    .rounded .icon {
        width: 30%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .icon img {
            aspect-ratio: 1/1;
            height: 100%;
            width: 100%;
            padding-block: 15%
        }

    .rounded .expansion-icon {
        width: 30%;
        height: 100%;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        background: transparent;
    }

        .rounded .expansion-icon img {
            aspect-ratio: 2/1;
            height: 30%;
        }*/

.number-list[b-g6nsx4a7me] {
    position: relative;
    width: calc(100% - 2rem);
    padding-inline: 1rem;
    background-color: white;
}

.popup-list[b-g6nsx4a7me] {
    background-color: white;
    border-radius: 0 0 10% 10%;
    opacity: 90%;
    text-align: center;
}

    .popup-list div[b-g6nsx4a7me] {
        padding: 5% 5%;
        cursor: pointer;
    }

        .popup-list div:hover[b-g6nsx4a7me] {
            background-color: #eee;
            transition: all 0.2s ease-in-out;
        }
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/DropDownContactFilter.razor.rz.scp.css */

*[b-2nmx84cbkd] {
    margin: 0;
    padding: 0;
}


.rounded[b-2nmx84cbkd] {
    position: relative;
    z-index: 1;
    width: fit-content;
    background-color: white;
    color: black;
    min-width: 14em;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.5em;
    border-radius: 5rem !important;
    padding: 0 1em;
    cursor: pointer !important;
}

    .rounded .text[b-2nmx84cbkd] {
        height: 100%;
        min-width: 8em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .text span[b-2nmx84cbkd] {
            width: fit-content;
            outline: none !important;
            box-shadow: none !important;
            border: none;
            border-radius: 5rem 0 0 5rem;
            background-color: transparent;
            display: flex;
            text-align: center;
            cursor: pointer !important;
        }

    .rounded .icon[b-2nmx84cbkd] {
        width: 2em;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .icon img[b-2nmx84cbkd] {
            aspect-ratio: 1/1;
            height: 100%;
            width: 100%;
            padding-block: 30%
        }

    .rounded .expansion-icon[b-2nmx84cbkd] {
        width: 2em;
        height: 100%;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .expansion-icon img[b-2nmx84cbkd] {
            aspect-ratio: 2/1;
            height: 30%;
        }

.number-list[b-2nmx84cbkd] {
    position: relative;
    width: calc(100% - 2rem);
    padding-inline: 1rem;
    background-color: white;
}

.popup-list[b-2nmx84cbkd] {
    background-color: white;
    border-radius: 0 0 10% 10%;
    opacity: 90%;
    text-align: center;
}

    .popup-list div[b-2nmx84cbkd] {
        padding: 5% 5%;
        cursor: pointer;
    }

        .popup-list div:hover[b-2nmx84cbkd] {
            background-color: #eee;
            transition: all 0.2s ease-in-out;
        }

.selected[b-2nmx84cbkd] {
    background-color: #eee;
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/DropDownMultiChildPicker.razor.rz.scp.css */

*[b-glzs9i35mq] {
    margin: 0;
    padding: 0;
}


.rounded[b-glzs9i35mq] {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.5em;
    border-radius: 5rem !important;
    padding: 0 10% 0 10%;
    cursor: pointer !important;
}

    .rounded input[b-glzs9i35mq] {
        height: 100%;
        min-width: 2em;
        outline: none !important;
        box-shadow: none !important;
        border: none;
        border-radius: 5rem 0 0 5rem;
        text-transform: uppercase;
        background-color: transparent;
        display: flex;
        text-align: center;
        cursor: pointer !important;
    }

    .rounded .icon[b-glzs9i35mq] {
        width: 2em;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .icon img[b-glzs9i35mq] {
            aspect-ratio: 1/1;
            height: 100%;
            width: 100%;
            padding-block: 30%
        }

    .rounded .expansion-icon[b-glzs9i35mq] {
        width: 2em;
        height: 100%;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .expansion-icon img[b-glzs9i35mq] {
            aspect-ratio: 2/1;
            height: 30%;
        }

.number-list[b-glzs9i35mq] {
    position: relative;
    width: calc(100% - 2rem);
    padding-inline: 1rem;
    background-color: white;
}

.popup-list[b-glzs9i35mq] {
    background-color: white;
    border-radius: 0 0 10% 10%;
    opacity: 90%;
    text-align: center;
}

    .popup-list div[b-glzs9i35mq] {
        padding: 5% 5%;
        cursor: pointer;
    }

        .popup-list div:hover[b-glzs9i35mq] {
            background-color: #eee;
            transition: all 0.2s ease-in-out;
        }

.selected[b-glzs9i35mq] {
    background-color: #eee;
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/DropdownNumberPicker.razor.rz.scp.css */
/* Prefix: np */
*[b-s9lv410bz3] {
    margin: 0;
    padding: 0;
}


.rounded[b-s9lv410bz3] {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.5vh;
    border-radius: 5rem !important;
    padding: 0 10% 0 10%;
    cursor: pointer!important;
}

    .rounded input[b-s9lv410bz3] {
        width: 40%;
        height: 100%;
        outline: none !important;
        box-shadow: none !important;
        border: none;
        border-radius: 5rem 0 0 5rem;
        text-transform: uppercase;
        background-color: transparent;
        display: flex;
        text-align: center;
        cursor: pointer !important;
    }

    .rounded .icon[b-s9lv410bz3] {
        width: 30%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .icon img[b-s9lv410bz3] {
            aspect-ratio: 1/1;
            height: 100%;
            width: 100%;
            padding-block: 30%
        }

    .rounded .expansion-icon[b-s9lv410bz3] {
        width: 30%;
        height: 100%;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        background: transparent;
    }

        .rounded .expansion-icon img[b-s9lv410bz3] {
            aspect-ratio: 2/1;
            height: 30%;
        }

.number-list[b-s9lv410bz3] {
    position: relative;
    width: calc(100% - 2rem);
    padding-inline: 1rem;
    background-color: white;
}

.popup-list[b-s9lv410bz3] {
    background-color: white;
    border-radius: 0 0 10% 10%;
    opacity: 90%;
    text-align: center;
}
.popup-list div[b-s9lv410bz3] {
    padding: 5% 5%;
    cursor: pointer;
}
    .popup-list div:hover[b-s9lv410bz3] {
        background-color: #eee;
        transition: all 0.2s ease-in-out;
    }
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/FrontendContactFormComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/FrontendLoginEditComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/FrontendPasswordEditComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/PickupContactsComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/ProductItemComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/ProductListComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/PublicSearchComponent.razor.rz.scp.css */
.overlay[b-mlj6wzutv4] {
    --popup-height: 100%;
    --popup-width: 100%;
    --animation-duration: .3s;
    --animation-duration-times-two: calc(var(--animation-duration) * 2);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--animation-duration) ease-in-out, visibility var(--animation-duration) ease-in-out;
}

.overlay.animate[b-mlj6wzutv4] {
    opacity: 1;
    visibility: visible;
    transition: all var(--animation-duration) ease-in-out;
}

.popup[b-mlj6wzutv4] {
    background: #fff;
    border-radius: 5px;
    top: calc(-1 * var(--popup-height));
    left: calc(50% - (var(--popup-width) / 2));
    height: var(--popup-height);
    width: var(--popup-width);
    position: relative;
    transition: all var(--animation-duration) ease-in-out;
}

.animate .popup[b-mlj6wzutv4] {
    top: calc(50% - (var(--popup-height) / 2));
    opacity: 1;
    transition: all var(--animation-duration) ease-in-out;
}

.popup .close[b-mlj6wzutv4] {
    position: absolute;
    top: 0.75em;
    right: 1em;
    transition: transform 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

        .popup .close:hover[b-mlj6wzutv4] {
            color: var(--secondary);
            animation: rotate-b-mlj6wzutv4 infinite;
            animation-duration: var(--animation-duration-times-two);
        }

@keyframes rotate-b-mlj6wzutv4 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.popup .content[b-mlj6wzutv4] {
    height: 100%;
    width: 100%;
    padding: 10% 5%;
}

    .popup .content .search-box[b-mlj6wzutv4] {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .popup .content .search-box form[b-mlj6wzutv4] {
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .popup .content .search-box input[b-mlj6wzutv4] {
            width: 60%;
            height: 2em;
            padding: 0.5em 1em;
            outline: none;
        }

    .popup .content .search-box button[b-mlj6wzutv4] {
        height: 2em;
        width: 2em;
        outline: none;
        border: none;
        margin-left: 5px;
    }

    .popup .content .search-box button:hover[b-mlj6wzutv4] {
        background-color: var(--light-orange);
    }
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/TimeTableViewComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/TMLoader.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/WeekDayItemComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/WeekPlanItemComponent.razor.rz.scp.css */

/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/WeekPlanViewComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Components/YearMonthRifStepperComponent.razor.rz.scp.css */

*[b-fdj3je6y71] {
    margin: 0;
    padding: 0;
}


.rounded[b-fdj3je6y71] {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.5em;
    border-radius: 5rem !important;
}

    .rounded input[b-fdj3je6y71] {
        width: 70%;
        height: 100%;
        outline: none !important;
        box-shadow: none !important;
        border: none;
        border-radius: 5rem 0 0 5rem;
        text-transform: uppercase;
        background-color: transparent;
        display: flex;
        text-align: center;
    }

    .rounded button[b-fdj3je6y71] {
        width: 15%;
        height: 100%;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded button:hover[b-fdj3je6y71] {
            background-color: var(--dark-orange);
            transition: all .25s ease-in-out;
        }

        .rounded button img[b-fdj3je6y71] {
            aspect-ratio: 2/1;
            height: 30%;
        }

        .rounded button .image-container[b-fdj3je6y71] {
            width: 1.5em;
            display: flex;
            margin: 0;
            justify-content: center;
        }
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepageComponents/DownloadItemComponent.razor.rz.scp.css */
.downloads-wrapper .downloads-body .downloads-item[b-6lbfhwf1cj] {
    height: 10em;
    width: 100%;
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 100em 0 0 100em;
    overflow: hidden;
    cursor: pointer;
    /*transition: border-radius 0.25s ease-in-out 0.15s;*/
}

    .downloads-wrapper .downloads-body .downloads-item .downloads-item-icon-wrapper[b-6lbfhwf1cj] {
        flex: 0 0 auto;
        width: 12em;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .downloads-wrapper .downloads-body .downloads-item .downloads-item-icon-wrapper > i[b-6lbfhwf1cj] {
            font-size: var(--headline-fs-m);
            color: var(--secondary);
        }

    .downloads-wrapper .downloads-body .downloads-item .downloads-item-text-wrapper[b-6lbfhwf1cj] {
        flex: 1 1 auto;
        padding: 0 2em 0 0;
    }

        .downloads-wrapper .downloads-body .downloads-item .downloads-item-text-wrapper > h3[b-6lbfhwf1cj] {
            margin: 0;
            font-weight: lighter;
            font-family: var(--subtitle-font);
            font-size: var(--fs-400);
        }

        .downloads-wrapper .downloads-body .downloads-item .downloads-item-text-wrapper > h1[b-6lbfhwf1cj] {
            margin: 0;
            color: black;
            font-family: var(--subtitle-font);
            font-size: var(--subtitle-fs-s);
            text-transform: none;
            word-wrap: break-word;
            hyphens: auto;
        }

        .downloads-wrapper .downloads-body .downloads-item .downloads-item-text-wrapper > p[b-6lbfhwf1cj] {
            font-family: var(--standard-font);
            font-size: var(--paragraph-fs-s);
            color: black;
            margin: 15px 0 0 0;
            word-wrap: break-word;
            hyphens: auto;
        }

    .downloads-wrapper .downloads-body .downloads-item .downloads-item-button-wrapper[b-6lbfhwf1cj] {
        flex: 0 0 auto;
        width: 5em;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .downloads-wrapper .downloads-body .downloads-item .downloads-item-button-wrapper .downloads-item-button[b-6lbfhwf1cj] {
            width: 6em;
            height: 6em;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--secondary);
            border-radius: 50%;
            margin-right: -1em;
            cursor: pointer;
        }

            .downloads-wrapper .downloads-body .downloads-item .downloads-item-button-wrapper .downloads-item-button .downloads-item-image-wrapper[b-6lbfhwf1cj] {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 2em;
                height: 3em;
                user-select: none;
            }

                .downloads-wrapper .downloads-body .downloads-item .downloads-item-button-wrapper .downloads-item-button .downloads-item-image-wrapper > i[b-6lbfhwf1cj] {
                    font-size: 2rem;
                    user-select: none;
                }

.downloads-body .downloads-collapsable[b-6lbfhwf1cj] {
    width: 100%;
    padding: 2em 12em;
    background-color: var(--light-orange);
    display: flex;
    justify-content: center;
    align-items: center;
}

.downloads-wrapper .downloads-body .downloads-item[data-collapsed="false"][b-6lbfhwf1cj] {
    border-radius: 5em 0 0 0;
    /*transition: border-radius 0.25s ease-in-out;*/
}

    .downloads-wrapper .downloads-body .downloads-item[data-collapsed="false"] .downloads-item-button-wrapper .downloads-item-button .downloads-item-image-wrapper > img[b-6lbfhwf1cj] {
        transform: rotate(360deg);
        transition: transform 0.25s ease-in-out;
    }


@media(max-width: 70em) {

    .downloads-wrapper > h1[b-6lbfhwf1cj] {
        font-size: var(--headline-fs-m);
    }

    .downloads-wrapper .downloads-body .downloads-item .downloads-item-icon-wrapper[b-6lbfhwf1cj] {
        width: 10em;
    }

    .downloads-body .downloads-collapsable[b-6lbfhwf1cj] {
        padding: 2em 10em;
    }
}

@media(max-width: 50em) {
    .downloads-wrapper > h1[b-6lbfhwf1cj] {
        font-size: var(--headline-fs-m);
    }

    .downloads-wrapper .downloads-body .downloads-item[b-6lbfhwf1cj] {
        flex-direction: column;
        height: fit-content;
        padding: 2em 4em;
        gap: 2em;
    }

        .downloads-wrapper .downloads-body .downloads-item .downloads-item-button-wrapper[b-6lbfhwf1cj] {
            display: none;
        }

        .downloads-wrapper .downloads-body .downloads-item .downloads-item-text-wrapper[b-6lbfhwf1cj] {
            width: 100%;
        }

    .downloads-body .downloads-collapsable[b-6lbfhwf1cj] {
        padding: 2em;
    }
}

@media(max-width: 30em) {
    .downloads-wrapper[b-6lbfhwf1cj] {
        padding-inline: 0;
    }

        .downloads-wrapper > h1[b-6lbfhwf1cj] {
            font-size: var(--headline-fs-s);
        }

        .downloads-wrapper .downloads-body[b-61qhd19fk3][b-6lbfhwf1cj] {
            padding: 2em 0;
        }
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepageComponents/DownloadListComponent.razor.rz.scp.css */
.downloads-wrapper[b-x1gv84bxax] {
    width: 100%;
    padding-inline: 4em;
}

    .downloads-wrapper > h1[b-x1gv84bxax] {
        font-family: var(--title-font);
        color: var(--secondary);
        font-size: var(--headline-fs-xl);
        margin: 0;
        padding: 0;
        font-weight: lighter;
        hyphens: auto;
        text-align: center;
    }

    .downloads-wrapper .downloads-body[b-x1gv84bxax] {
        width: 100%;
        height: fit-content;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .downloads-wrapper .downloads-body .empty[b-x1gv84bxax] {
            font-size: var(--paragraph-fs-s);
            color: black;
            max-width: 100%;
            word-wrap: break-word;
            hyphens: auto;
        }

@media(max-width: 70em) {
    .downloads-wrapper[b-x1gv84bxax] {
        padding: 0;
    }
}

@media(max-width: 50em) {
}

@media(max-width: 30em) {
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepageComponents/JobsItemComponent.razor.rz.scp.css */
.jobs-wrapper .jobs-body .jobs-item[b-aqzoedu7mo] {
    height: 10em;
    width: 100%;
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--light-orange);
    border-radius: 5em 0 0 5em;
    overflow: hidden;
    cursor: pointer;
    /*transition: border-radius 0.25s ease-in-out 0.15s;*/
}

    .jobs-wrapper .jobs-body .jobs-item .jobs-item-icon-wrapper[b-aqzoedu7mo] {
        flex: 0 0 auto;
        width: 12em;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .jobs-wrapper .jobs-body .jobs-item .jobs-item-icon-wrapper > i[b-aqzoedu7mo] {
            font-size: var(--headline-fs-m);
            color: var(--secondary);
        }

    .jobs-wrapper .jobs-body .jobs-item .jobs-item-text-wrapper[b-aqzoedu7mo] {
        flex: 1 1 auto;
        padding: 0 2em 0 0;
    }

        .jobs-wrapper .jobs-body .jobs-item .jobs-item-text-wrapper > h3[b-aqzoedu7mo] {
            margin: 0;
            font-weight: lighter;
            font-family: var(--subtitle-font);
            font-size: var(--fs-400);
        }

        .jobs-wrapper .jobs-body .jobs-item .jobs-item-text-wrapper > h1[b-aqzoedu7mo] {
            margin: 0;
            color: black;
            font-family: var(--subtitle-font);
            font-size: var(--subtitle-fs-s);
            text-transform: none;
            word-wrap: break-word;
            hyphens: auto;
        }

        .jobs-wrapper .jobs-body .jobs-item .jobs-item-text-wrapper > p[b-aqzoedu7mo] {
            font-family: var(--standard-font);
            font-size: var(--paragraph-fs-s);
            color: black;
            margin: 15px 0 0 0;
            word-wrap: break-word;
            hyphens: auto;
        }

    .jobs-wrapper .jobs-body .jobs-item .jobs-item-button-wrapper[b-aqzoedu7mo] {
        flex: 0 0 auto;
        width: 5em;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .jobs-wrapper .jobs-body .jobs-item .jobs-item-button-wrapper .jobs-item-button[b-aqzoedu7mo] {
            width: 6em;
            height: 6em;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--secondary);
            border-radius: 50%;
            margin-right: -1em;
            cursor: pointer;
        }

            .jobs-wrapper .jobs-body .jobs-item .jobs-item-button-wrapper .jobs-item-button .jobs-item-image-wrapper[b-aqzoedu7mo] {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 2em;
                height: 3em;
                user-select: none;
            }

                .jobs-wrapper .jobs-body .jobs-item .jobs-item-button-wrapper .jobs-item-button .jobs-item-image-wrapper > img[b-aqzoedu7mo] {
                    transform: rotate(270deg);
                    transition: transform 0.25s ease-in-out;
                    filter: brightness(0) invert(1);
                    height: 2em;
                    width: 3em;
                    user-select: none;
                }

.jobs-body .jobs-collapsable[b-aqzoedu7mo] {
    width: 100%;
    padding: 2em 4em;
    background-color: var(--light-orange);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .jobs-body .jobs-collapsable p[b-aqzoedu7mo] {
        font-size: var(--paragraph-fs-s);
        font-family: var(--standard-font);
        width: 100%;
    }

.jobs-wrapper .jobs-body .jobs-item[data-collapsed="false"][b-aqzoedu7mo] {
    border-radius: 0;
    /*transition: border-radius 0.25s ease-in-out;*/
}

    .jobs-wrapper .jobs-body .jobs-item[data-collapsed="false"] .jobs-item-button-wrapper .jobs-item-button .jobs-item-image-wrapper > img[b-aqzoedu7mo] {
        transform: rotate(360deg);
        transition: transform 0.25s ease-in-out;
    }

.button-wrapper[b-aqzoedu7mo] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.choose-button[b-aqzoedu7mo] {
    outline: none;
    border: 2px solid var(--secondary);
    box-shadow: none;
    background-color: var(--secondary);
    color: white;
    width: 12rem;
    padding: .5rem 2rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

    .choose-button:hover[b-aqzoedu7mo] {
        background-color: white;
        color: var(--secondary);
        transition: all 0.25s ease-in-out;
    }


@media(max-width: 70em) {

    .jobs-wrapper > h1[b-aqzoedu7mo] {
        font-size: var(--headline-fs-m);
    }

    .jobs-wrapper .jobs-body .jobs-item .jobs-item-icon-wrapper[b-aqzoedu7mo] {
        width: 10em;
    }

    .jobs-body .jobs-collapsable[b-aqzoedu7mo] {
        padding: 2em;
    }

}

@media(max-width: 50em) {
    .jobs-wrapper > h1[b-aqzoedu7mo] {
        font-size: var(--headline-fs-m);
    }

    .jobs-wrapper .jobs-body .jobs-item[b-aqzoedu7mo] {
        border-radius: 0;
        flex-direction: column;
        height: fit-content;
        padding: 2em;
        gap: 2em;
    }

        .jobs-wrapper .jobs-body .jobs-item .jobs-item-button-wrapper[b-aqzoedu7mo] {
            display: none;
        }

        .jobs-wrapper .jobs-body .jobs-item .jobs-item-text-wrapper[b-aqzoedu7mo] {
            width: 100%;
        }

    .jobs-body .jobs-collapsable[b-aqzoedu7mo] {
        padding: 2em;
    }
}

@media(max-width: 30em) {
    .jobs-wrapper[b-aqzoedu7mo] {
        padding-inline: 0;
    }

        .jobs-wrapper > h1[b-aqzoedu7mo] {
            font-size: var(--headline-fs-s);
        }

        .jobs-wrapper .jobs-body[b-61qhd19fk3][b-aqzoedu7mo] {
            padding: 2em 0;
        }
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepageComponents/JobsListComponent.razor.rz.scp.css */
.jobs-wrapper[b-tzbyr2a133] {
    width: 100%;
    padding-inline: 4em;
}

    .jobs-wrapper > h1[b-tzbyr2a133] {
        font-family: var(--title-font);
        color: var(--secondary);
        font-size: var(--headline-fs-xl);
        margin: 0;
        padding: 0;
        font-weight: lighter;
        hyphens: auto;
        text-align: center;
    }

    .jobs-wrapper .jobs-body[b-tzbyr2a133] {
        width: 100%;
        height: fit-content;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .jobs-wrapper .jobs-body div.empty[b-tzbyr2a133] {
            max-width: 100%;
            word-break: break-word;
            font-size: var(--paragraph-fs-s);
        }

@media(max-width: 70em) {
    .jobs-wrapper[b-tzbyr2a133] {
        padding: 0;
    }
}

@media(max-width: 50em) {
}

@media(max-width: 30em) {
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepageComponents/LoginComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepageComponents/NavBarLanguageSwitch.razor.rz.scp.css */
.frontend-language-wrapper[b-ekt06xdib0] {
    height: 100%;
    width: 100%;
    padding: 0 1em;
    display: flex;
    position: relative;
    flex-direction: column;
}

.frontend-language-container[b-ekt06xdib0] {
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frontend-language-button-aktive[b-ekt06xdib0] {
    font-weight: bold;
    text-decoration: underline;
}


.frontend-language-button[b-ekt06xdib0] {
    margin-top: 0px;
}

.page-header-language[b-ekt06xdib0] {
    text-align: end;
}

.frontend-language-separator[b-ekt06xdib0] {
    color: white;
}


.frontend-language-wrapper .frontend-language-list[b-ekt06xdib0] {
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    width: fit-content;
    min-width: 100%;
    display: none;
    background-color: white;
    opacity: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-block: 0 0.25em;
    border-radius: 0 0 0.25em 0.25em;
    transition: opacity ease-in-out 0.25s;
}

.frontend-language-wrapper:hover .frontend-language-list[b-ekt06xdib0] {
    opacity: 1;
    display: flex;
    transition: opacity ease-in-out 0.25s;
}

.frontend-language-wrapper .frontend-language-list > div[b-ekt06xdib0] {
    width: 100%;
    max-width: 100%;
    display: flex;
    background-color: white;
    padding: 0.5em 1.2em;
    height: fit-content;
    word-wrap: break-word;
    hyphens: auto;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

    .frontend-language-wrapper .frontend-language-list label[b-ekt06xdib0] {
        cursor: pointer;
    }

    .frontend-language-wrapper .frontend-language-list > div:hover[b-ekt06xdib0] {
        background-color: #fdf4e4;
        transition: background-color 0s ease-in-out;
    }
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepageComponents/NewsPreviewComponent.razor.rz.scp.css */
.news-wrapper[b-61qhd19fk3] {
    width: 100%;
    padding-inline: 4em;
}
    .news-wrapper .news-body[b-61qhd19fk3] {
        width: 100%;
        height: fit-content;
        padding: 3em 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3em;
    }

        .news-wrapper .news-body .empty[b-61qhd19fk3] {
            font-size: var(--fs-400);
        }

        .news-wrapper .news-body .news-item[b-61qhd19fk3] {
            height: fit-content;
            min-height: 12em;
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            background-color: white;
            overflow: hidden;
            cursor: pointer;
            border-radius: 1000em 0 0 1000em;
        }

            .news-wrapper .news-body .news-item .news-item-preview-image[b-61qhd19fk3] {
                flex: 0 0 auto;
                width: 18em;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .news-wrapper .news-body .news-item .news-item-preview-image > img[b-61qhd19fk3] {
                    /*width: 100%;
                    height: 100%;*/
                    max-inline-size: 100%;
                    block-size: auto;
                    /*max-block-size: 12rem;*/
                }

            .news-wrapper .news-body .news-item .news-item-text-wrapper[b-61qhd19fk3] {
                flex: 1 1 auto;
                padding: 2em 2em;
            }

                .news-wrapper .news-body .news-item .news-item-text-wrapper > h3[b-61qhd19fk3] {
                    margin: 0;
                    font-weight: lighter;
                    font-family: var(--subtitle-font);
                    font-size: var(--fs-400);
                }

                .news-wrapper .news-body .news-item .news-item-text-wrapper > h1[b-61qhd19fk3] {
                    margin: 0;
                    color: black;
                    font-family: var(--subtitle-font);
                    font-size: var(--subtitle-fs-s);
                    text-transform: none;
                    word-wrap: break-word;
                    hyphens: auto;
                }

                .news-wrapper .news-body .news-item .news-item-text-wrapper > p[b-61qhd19fk3] {
                    font-family: var(--standard-font);
                    font-size: var(--paragraph-fs-s);
                    color: black;
                    margin: 15px 0 0 0;
                    word-wrap: break-word;
                    hyphens: auto;
                }

            .news-wrapper .news-body .news-item .news-item-button-wrapper[b-61qhd19fk3] {
                flex: 0 0 auto;
                width: 5em;
                height: 100%;
                display: flex;
                justify-content: flex-end;
                align-items: center;
            }

                .news-wrapper .news-body .news-item .news-item-button-wrapper .news-item-button[b-61qhd19fk3] {
                    width: 6em;
                    height: 6em;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: var(--secondary);
                    border-radius: 50%;
                    margin-right: -1em;
                }

                    .news-wrapper .news-body .news-item .news-item-button-wrapper .news-item-button .news-item-image-wrapper[b-61qhd19fk3] {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 2em;
                        height: 3em;
                        user-select: none;
                    }

                        .news-wrapper .news-body .news-item .news-item-button-wrapper .news-item-button .news-item-image-wrapper > img[b-61qhd19fk3] {
                            transform: rotate(270deg);
                            filter: brightness(0) invert(1);
                            height: 2em;
                            width: 3em;
                            user-select: none;
                        }


@media(max-width: 70em) {
    .news-wrapper .news-body .news-item[b-61qhd19fk3] {
        border-radius: 0;
    }
}

@media(max-width: 50em) {
    .news-wrapper .news-body .news-item[b-61qhd19fk3] {
        flex-direction: column;
        height: fit-content;
        padding: 2em;
        gap: 2em;
        border-radius: 0;
    }

        .news-wrapper .news-body .news-item .news-item-button-wrapper[b-61qhd19fk3] {
            display: none;
        }

        .news-wrapper .news-body .news-item .news-item-text-wrapper[b-61qhd19fk3] {
            width: 100%;
        }
}

@media(max-width: 30em) {
    .news-wrapper[b-61qhd19fk3] {
        padding-inline: 0;
    }

    .news-wrapper .news-body[b-61qhd19fk3][b-61qhd19fk3] {
        padding: 2em 0;
    }
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepageComponents/ParentDownloadItemComponent.razor.rz.scp.css */
.downloads-wrapper .downloads-body .downloads-item[b-we0qkko6bl] {
    height: 10em;
    width: 100%;
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 100em 0 0 100em;
    overflow: hidden;
    cursor: pointer;
    /*transition: border-radius 0.25s ease-in-out 0.15s;*/
}

    .downloads-wrapper .downloads-body .downloads-item .downloads-item-icon-wrapper[b-we0qkko6bl] {
        flex: 0 0 auto;
        width: 12em;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .downloads-wrapper .downloads-body .downloads-item .downloads-item-icon-wrapper > i[b-we0qkko6bl] {
            font-size: var(--headline-fs-m);
            color: var(--secondary);
        }

    .downloads-wrapper .downloads-body .downloads-item .downloads-item-text-wrapper[b-we0qkko6bl] {
        flex: 1 1 auto;
        padding: 0 2em 0 0;
    }

        .downloads-wrapper .downloads-body .downloads-item .downloads-item-text-wrapper > h3[b-we0qkko6bl] {
            margin: 0;
            font-weight: lighter;
            font-family: var(--subtitle-font);
            font-size: var(--fs-400);
        }

        .downloads-wrapper .downloads-body .downloads-item .downloads-item-text-wrapper > h1[b-we0qkko6bl] {
            margin: 0;
            color: black;
            font-family: var(--subtitle-font);
            font-size: var(--subtitle-fs-s);
            text-transform: none;
            word-wrap: break-word;
            hyphens: auto;
        }

        .downloads-wrapper .downloads-body .downloads-item .downloads-item-text-wrapper > p[b-we0qkko6bl] {
            font-family: var(--standard-font);
            font-size: var(--paragraph-fs-s);
            color: black;
            margin: 15px 0 0 0;
            word-wrap: break-word;
            hyphens: auto;
        }

    .downloads-wrapper .downloads-body .downloads-item .downloads-item-button-wrapper[b-we0qkko6bl] {
        flex: 0 0 auto;
        width: 5em;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .downloads-wrapper .downloads-body .downloads-item .downloads-item-button-wrapper .downloads-item-button[b-we0qkko6bl] {
            width: 6em;
            height: 6em;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--secondary);
            border-radius: 50%;
            margin-right: -1em;
            cursor: pointer;
        }

            .downloads-wrapper .downloads-body .downloads-item .downloads-item-button-wrapper .downloads-item-button .downloads-item-image-wrapper[b-we0qkko6bl] {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 2em;
                height: 3em;
                user-select: none;
            }

                .downloads-wrapper .downloads-body .downloads-item .downloads-item-button-wrapper .downloads-item-button .downloads-item-image-wrapper > i[b-we0qkko6bl] {
                    font-size: 2rem;
                    user-select: none;
                }

.downloads-body .downloads-collapsable[b-we0qkko6bl] {
    width: 100%;
    padding: 2em 12em;
    background-color: var(--light-orange);
    display: flex;
    justify-content: center;
    align-items: center;
}

.downloads-wrapper .downloads-body .downloads-item[data-collapsed="false"][b-we0qkko6bl] {
    border-radius: 5em 0 0 0;
    /*transition: border-radius 0.25s ease-in-out;*/
}

    .downloads-wrapper .downloads-body .downloads-item[data-collapsed="false"] .downloads-item-button-wrapper .downloads-item-button .downloads-item-image-wrapper > img[b-we0qkko6bl] {
        transform: rotate(360deg);
        transition: transform 0.25s ease-in-out;
    }


@media(max-width: 70em) {

    .downloads-wrapper > h1[b-we0qkko6bl] {
        font-size: var(--headline-fs-m);
    }

    .downloads-wrapper .downloads-body .downloads-item .downloads-item-icon-wrapper[b-we0qkko6bl] {
        width: 10em;
    }

    .downloads-body .downloads-collapsable[b-we0qkko6bl] {
        padding: 2em 10em;
    }
}

@media(max-width: 50em) {
    .downloads-wrapper > h1[b-we0qkko6bl] {
        font-size: var(--headline-fs-m);
    }

    .downloads-wrapper .downloads-body .downloads-item[b-we0qkko6bl] {
        flex-direction: column;
        height: fit-content;
        padding: 2em 4em;
        gap: 2em;
    }

        .downloads-wrapper .downloads-body .downloads-item .downloads-item-button-wrapper[b-we0qkko6bl] {
            display: none;
        }

        .downloads-wrapper .downloads-body .downloads-item .downloads-item-text-wrapper[b-we0qkko6bl] {
            width: 100%;
        }

    .downloads-body .downloads-collapsable[b-we0qkko6bl] {
        padding: 2em;
    }
}

@media(max-width: 30em) {
    .downloads-wrapper[b-we0qkko6bl] {
        padding-inline: 0;
    }

        .downloads-wrapper > h1[b-we0qkko6bl] {
            font-size: var(--headline-fs-s);
        }

        .downloads-wrapper .downloads-body[b-61qhd19fk3][b-we0qkko6bl] {
            padding: 2em 0;
        }
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepageComponents/ParentDownloadListComponent.razor.rz.scp.css */
.downloads-wrapper[b-m96mcv1vgw] {
    width: 100%;
    padding-inline: 4em;
}

    .downloads-wrapper > h1[b-m96mcv1vgw] {
        font-family: var(--title-font);
        color: var(--secondary);
        font-size: var(--headline-fs-xl);
        margin: 0;
        padding: 0;
        font-weight: lighter;
        hyphens: auto;
        text-align: center;
    }

    .downloads-wrapper .downloads-body[b-m96mcv1vgw] {
        width: 100%;
        height: fit-content;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .downloads-wrapper .downloads-body .empty[b-m96mcv1vgw] {
            font-size: var(--paragraph-fs-s);
            color: black;
            max-width: 100%;
            word-wrap: break-word;
            hyphens: auto;
        }

@media(max-width: 70em) {
    .downloads-wrapper[b-m96mcv1vgw] {
        padding: 0;
    }
}

@media(max-width: 50em) {
}

@media(max-width: 30em) {
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepageComponents/ParentRegisterComponent.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepageComponents/PublicNewNavBar.razor.rz.scp.css */
nav.frontend-navbar[b-a7cedqbv80] {
    width: 100%;
    height: 7em;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    font-family: var(--standard-font);
    color: var(--primary);
    padding: 0em;
    cursor: default;
    font-size: 1rem;
}

    nav.frontend-navbar .navbar-content-wrapper[b-a7cedqbv80] {
        width: 100%;
        height: 100%;
        padding: 0 var(--section-inline-padding);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        nav.frontend-navbar .navbar-content-wrapper .navbar-content[b-a7cedqbv80] {
            width: 100%;
            max-width: var(--section-max-width);
            height: 100%;
            display: flex;
            align-items: center;
        }

            nav.frontend-navbar .logo-wrapper[b-a7cedqbv80] {
                flex: 0 0 auto;
                width: 14em;
                padding: 0 2em 0 0;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                nav.frontend-navbar .logo-wrapper img[b-a7cedqbv80] {
                    max-width: 100%;
                    height: auto;
                    max-height: 100%;
                    cursor: pointer;
                }

            nav.frontend-navbar .navbar-content-wrapper .navbar-content .navigation-wrapper[b-a7cedqbv80] {
                flex: 1 1 auto;
                height: 100%;
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(5em, 1fr));
                justify-items: center;
                align-items: center;
            }

                nav.frontend-navbar .navbar-content-wrapper .navbar-content .navigation-wrapper .navbar-navigation-item[b-a7cedqbv80] {
                    position: relative;
                    max-width: 100%;
                    width: 100%;
                    height: 100%;
                    font-size: var(--fs-400);
                    padding: 0 1.5em;
                }

                    nav.frontend-navbar .navbar-content-wrapper .navbar-content .user-tool-wrapper[b-a7cedqbv80] {
                        flex: 0 0 auto;
                        width: 18em;
                        height: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 0.5em;
                    }

                        nav.frontend-navbar .navbar-content-wrapper .navbar-content .user-tool-wrapper .navbar-profile-wrapper[b-a7cedqbv80] {
                            flex: 1 1 auto;
                            font-size: var(--fs-400);
                            height: 100%;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                    nav.frontend-navbar .navbar-content-wrapper .navbar-content .user-tool-wrapper .navbar-profile-wrapper .icon-wrapper[b-a7cedqbv80] {
                        height: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        padding: 0 10px;
                        font-size: 1.5rem;
                    }

                        nav.frontend-navbar .navbar-content-wrapper .navbar-content .user-tool-wrapper .navbar-profile-wrapper .icon-wrapper i[b-a7cedqbv80] {
                            font-weight: bold;
                        }

                            nav.frontend-navbar .navbar-content-wrapper .navbar-content .user-tool-wrapper .navbar-profile-wrapper .user-infos[b-a7cedqbv80] {
                                height: 100%;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                max-width: 100%;
                            }

                nav.frontend-navbar .navbar-content-wrapper .navbar-content .user-tool-wrapper .navbar-search-wrapper[b-a7cedqbv80] {
                    display: none;
                    flex: 0 0 auto;
                    width: 2em;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                        nav.frontend-navbar .navbar-content-wrapper .navbar-content .user-tool-wrapper .navbar-language-switch-wrapper[b-a7cedqbv80] {
                            flex: 0 0 auto;
                            width: 6em;
                            height: 100%;
                            font-size: var(--fs-400);
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }

nav.frontend-navbar .navbar-content-wrapper .hamburger-content[b-a7cedqbv80] {
    width: 100%;
    max-width: var(--section-max-width);
    height: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
}

    nav.frontend-navbar .navbar-content-wrapper .hamburger-content .hamburger-icon-wrapper[b-a7cedqbv80] {
        font-size: 2.5rem;
        cursor: pointer;
    }

    nav.frontend-navbar .hamburger-popup-list-wrapper[b-a7cedqbv80] {
        opacity: 0;
        position: absolute;
        display: none;
        flex-direction: column;
        align-items: center;
        padding: 1em var(--section-inline-padding);
        background-color: white;
        top: 100%;
        left: 0;
        width: 100%;
        height: 0;
        pointer-events: none;
        transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out;
    }

        nav.frontend-navbar .hamburger-popup-list-wrapper.show[b-a7cedqbv80] {
            opacity: 1;
            pointer-events: auto;
            height: calc(100vh - 7em);
            top: 100%;
            overflow: scroll;
            transition: height 0.25s ease-in-out;
        }

        nav.frontend-navbar .hamburger-popup-list-wrapper .hamburger-popup-list-item[b-a7cedqbv80] {
            opacity: 0;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: var(--fs-500);
            font-weight: bold;
            margin-top: 10px;
            padding: 0.5em 0;
            word-wrap: break-word;
            background-color: white;
            transition: opacity 0.25s ease-in-out, background-color 0.25s ease-in-out;
        }

        nav.frontend-navbar .hamburger-popup-list-wrapper.show .hamburger-popup-list-item[b-a7cedqbv80] {
            opacity: 1;
            transition: opacity 0.25s ease-in-out 0.25s
        }

        nav.frontend-navbar .hamburger-popup-list-wrapper .hamburger-popup-list-sub-item[b-a7cedqbv80] {
            opacity: 0;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0.25em 0;
            word-wrap: break-word;
            font-size: var(--fs-400);
            background-color: white;
            transition: opacity 0.25s ease-in-out, background-color 0.25s ease-in-out;
        }

        nav.frontend-navbar .hamburger-popup-list-wrapper.show .hamburger-popup-list-sub-item[b-a7cedqbv80] {
            opacity: 1;
            transition: opacity 0.25s ease-in-out 0.25s
        }

            nav.frontend-navbar .hamburger-popup-list-wrapper.show .hamburger-popup-list-sub-item.pointer:hover[b-a7cedqbv80] {
                background-color: #fdf4e4;
                transition: background-color 0.25s ease-in-out;
            }

        nav.frontend-navbar .hamburger-popup-list-wrapper.show .hamburger-popup-list-item.pointer:hover[b-a7cedqbv80] {
            background-color: #fdf4e4;
            transition: background-color 0.25s ease-in-out;
        }

        nav.frontend-navbar .hamburger-popup-list-wrapper .hamburger-popup-list-sub-item i[b-a7cedqbv80] {
            padding: 0 7px;
        }



        nav.frontend-navbar .hamburger-popup-list-wrapper .user-actions[b-a7cedqbv80] {
            width: 100%;
        }







@media(max-width: 70em) {
    nav.frontend-navbar .navbar-content-wrapper .hamburger-content[b-a7cedqbv80] {
        display: flex;
    }

    nav.frontend-navbar .hamburger-popup-list-wrapper[b-a7cedqbv80] {
        display: flex;
    }

    nav.frontend-navbar .navbar-content-wrapper .navbar-content[b-a7cedqbv80] {
        display: none;
    }
}

@media(max-width: 50em) {
}

@media(max-width: 30em) {
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepageComponents/ServiceListComponent.razor.rz.scp.css */
.service-list[b-thvj7s2qey] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4em;
}

    .service-list .service-card-wrapper[b-thvj7s2qey] {
        width: 100%;
        height: 18em;
        position: relative;
        background-color: transparent;
        border-radius: 50em 0 0 50em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        overflow: hidden;
    }

        .service-list .service-card-wrapper .service-card-bg-image[b-thvj7s2qey] {
            --image-url: url(#);
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            background-image: var(--image-url);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }
        /*n = n+1 because of virtualize adding an invisible div*/
        .service-list .service-card-wrapper:nth-child(2) .service-card-bg-image[b-thvj7s2qey],
        .service-list .service-card-wrapper:nth-child(4) .service-card-bg-image[b-thvj7s2qey],
        .service-list .service-card-wrapper:nth-child(5) .service-card-bg-image[b-thvj7s2qey] {
            -webkit-transform: scaleX(-1);
            -moz-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            transform: scaleX(-1);
        }

        .service-list .service-card-wrapper:nth-child(3) .service-card-bg-image[b-thvj7s2qey] {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1);
            background-position: center center;
        }


                .service-list .service-card-wrapper .service-card-title[b-thvj7s2qey] {
                    position: absolute;
                    bottom: 3em;
                    left: 10em;
                    width: fit-content;
                }

            .service-list .service-card-wrapper .service-card-title > h1[b-thvj7s2qey] {
                font-family: var(--subtitle-font);
                color: white;
                font-size: var(--subtitle-fs-xl);
                margin: 0;
                padding: 0;
                font-weight: bold;
                hyphens: auto;
                text-align: left;
                user-select: none;
            }

        .service-list .service-card-wrapper .service-card-more-chip[b-thvj7s2qey] {
            position: absolute;
            top: 3em;
            background-color: white;
            width: 15em;
            padding: 1em 1em 1em 3em;
            border-radius: 50em 0 0 50em;
            cursor: pointer;
        }

            .service-list .service-card-wrapper .service-card-more-chip p[b-thvj7s2qey] {
                margin: 0;
            }

            .service-list .service-card-wrapper .service-card-more-chip > div[b-thvj7s2qey],
            .service-list .service-card-wrapper .service-card-expand-button .service-card-expand-button-image span[b-thvj7s2qey] {
                color: var(--secondary);
                font-family: var(--standard-font);
                text-transform: uppercase;
                font-size: var(--paragraph-fs-s);
                font-weight: bold;
                user-select: none;
            }

        .service-list .service-card-wrapper .service-card-expand-button[b-thvj7s2qey] {
            width: 9em;
            height: 9em;
            position: absolute;
            bottom: -3em;
            right: 3em;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: white;
            border-radius: 50%;
            cursor: pointer;
        }

            .service-list .service-card-wrapper .service-card-expand-button .service-card-expand-button-image[b-thvj7s2qey] {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 3em;
                height: 3em;
                margin-bottom: 1em;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -o-user-select: none;
                    user-select: none;
                }


                .service-list .service-card-wrapper .service-card-expand-button .service-card-expand-button-image > img[b-thvj7s2qey] {
                    transform: rotate(270deg);
                    height: 100%;
                    width: 100%;
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -o-user-select: none;
                    user-select: none;
                    transition: transform 0.25s ease-in-out;
                }

                .service-list .service-card-wrapper .service-card-expand-button .service-card-expand-button-image[data-collapsed="true"] > img[b-thvj7s2qey] {
                    transform: rotate(270deg);
                }

                .service-list .service-card-wrapper .service-card-expand-button .service-card-expand-button-image[data-collapsed="false"] > img[b-thvj7s2qey] {
                    transform: rotate(360deg);
                }

.service-master-wrapper[b-thvj7s2qey] {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.service-list-wrapper[b-thvj7s2qey] {
    width: 85em;
    background-color: var(--light-orange);
    padding: 1em 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}

    .service-list-wrapper .service-list-item[b-thvj7s2qey] {
        width: 100%;
        display: flex;
        justify-items: start;
        align-items: center;
        background-color: white;
        padding: 1em 1em;
        justify-content: center;
    }

        .service-list-wrapper .service-list-item > h1[b-thvj7s2qey] {
            flex: 0 0 auto;
            width: 18em;
            margin: 0;
            padding: 0 1em;
            color: black;
            font-weight: bolder;
            font-family: var(--subtitle-font);
            font-size: var(--paragraph-fs-s);
        }

        .service-list-wrapper .service-list-item > span[b-thvj7s2qey] {
            flex: 1 1 auto;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            padding: 0 1em;
        }

            .service-list-wrapper .service-list-item > span > i[b-thvj7s2qey] {
                font-size: var(--fs-500);
            }
            .service-list-wrapper .service-list-item > span > span[b-thvj7s2qey] {
                font-family: var(--standard-font);
                font-size: var(--paragraph-fs-s);
            }

        .service-list-wrapper .service-list-item > button[b-thvj7s2qey] {
            flex: 0 0 auto;
            outline: none;
            border: none;
            height: 2.5em;
            width: 12em;
            border-radius: 100em;
            background-color: var(--secondary);
            color: white;
            text-transform: uppercase;
            font-family: var(--standard-font);
            font-size: var(--paragraph-fs-s);
        }

@media(max-width: 100em) {
    .service-list-wrapper[b-thvj7s2qey] {
        width: 85%;
    }
}

@media(max-width: 70em) {
    .service-list-wrapper[b-thvj7s2qey] {
        width: 100%;
    }

    .service-list .service-card-wrapper[b-thvj7s2qey] {
        border-radius: 0px;
    }

        .service-list .service-card-wrapper .service-card-title[b-thvj7s2qey] {
            left: 3em;
            bottom: 2em;
            max-width: 50%;
        }

        .service-list .service-card-wrapper .service-card-more-chip[b-thvj7s2qey] {
            padding: 0.5em 1em 0.5em 3em;
        }
}

@media(max-width: 50em) {

    .service-list-wrapper .service-list-item[b-thvj7s2qey] {
        flex-direction: column;
        gap: 1em;
        padding: 2em 2em;
    }

        .service-list-wrapper .service-list-item > h1[b-thvj7s2qey] {
            justify-self: center;
            text-align: center;
            font-size: var(--fs-500);
        }

        .service-list-wrapper .service-list-item > span[b-thvj7s2qey] {
            justify-self: center;
        }

                .service-list-wrapper .service-list-item > span > i[b-thvj7s2qey] {

                }

                .service-list-wrapper .service-list-item > span > span[b-thvj7s2qey] {

                }

        .service-list-wrapper .service-list-item > button[b-thvj7s2qey] {
            justify-self: center;
        }
}

@media(max-width: 30em) {
    .service-list .service-card-wrapper .service-card-title > h1[b-thvj7s2qey] {
        font-size: var(--subtitle-fs-s);
    }
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/PaedagogikDerVielfalt.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/ParentDownloadPage.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/PublicDownloads.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/PublicJahresschwerpunkt.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/PublicJobs.razor.rz.scp.css */
.section-body-text-wrapper-1 h3[b-mulvgv9l2b] {
    width: 100%;
    font-family: var(--title-font);
    font-size: var(--headline-fs-xl);
    color: var(--secondary);
    font-weight: lighter;
    margin-bottom: 2rem;
}

.section-body-text-wrapper-2 h3[b-mulvgv9l2b] {
    width: 100%;
    font-family: var(--title-font);
    font-size: var(--headline-fs-xl);
    color: var(--secondary);
    font-weight: lighter;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

a.initiativ-bewerbung[b-mulvgv9l2b] {
    -webkit-font-smoothing: antialiased;
    display: block;
    background: #fdf4e4;
    color: #333;
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    padding: 8px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px 0 15px 0;
    font-size: 19px;
    font-weight: 600;
}

a:hover[b-mulvgv9l2b], a:focus[b-mulvgv9l2b] {
    color: #fff;
    background: #f29400;
}

@media (max-width: 70em) {
    .section-body-text-wrapper-1 h3[b-mulvgv9l2b] {
        font-size: var(--headline-fs-m);
    }

    .section-body-text-wrapper-2 h3[b-mulvgv9l2b] {
        font-size: var(--headline-fs-m);
    }
}

@media (max-width: 70em) {
    .section-body-text-wrapper-1 h3[b-mulvgv9l2b] {
        font-size: var(--headline-fs-s);
    }

    .section-body-text-wrapper-2 h3[b-mulvgv9l2b] {
        font-size: var(--headline-fs-s);
    }
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/PublicKITAS.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/PublicLocations.razor.rz.scp.css */
.markerTemplate[b-eymmhxk5hg] {
    height: 30px;
    width: 20px;
    display: block;
    margin: auto;
    font-size: 14px;
    pointer-events: none;
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/PublicNB.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/PublicNewProfile.razor.rz.scp.css */
div.frontend-profile[b-cb8nj97kgd] {
    height: fit-content;
    font-size: 1rem;
    --headline-fs-xl: var(--fs-xl);
    --headline-fs-m: 4rem;
    --headline-fs-s: 3rem;
    --subtitle-fs-xl: var(--fs-600);
    --subtitle-fs-m: var(--fs-600);
    --subtitle-fs-s: var(--fs-500);
    --paragraph-fs-xl: var(--fs-500);
    --paragraph-fs-m: var(--fs-500);
    --paragraph-fs-s: var(--fs-400);
    background-color: var(--light-orange);
}

section.frontend-profile-header[b-cb8nj97kgd] {
    height: fit-content;
    min-height: 30em;
    width: 100%;
    padding-inline: var(--section-inline-padding);
    padding-block: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5em));
}

.frontend-profile-header .frontend-profile-header-wrapper[b-cb8nj97kgd] {
    width: 100%;
    max-width: var(--section-max-width);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5em 0;
}

    .frontend-profile-header .frontend-profile-header-wrapper h1[b-cb8nj97kgd] {
        font-family: var(--title-font);
        color: white;
        font-weight: lighter;
        font-size: var(--headline-fs-xl);
        margin: 0;
        max-width: 100%;
        word-break: break-word;
    }

.frontend-profile-header .frontend-profile-header-links-wrapper[b-cb8nj97kgd] {
    width: min(50%, 40em);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
}

    .frontend-profile-header .frontend-profile-header-links-wrapper .link-container[b-cb8nj97kgd] {
        position: relative;
        width: 100%;
        height: 5em;
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: white;
        border-radius: 5rem;
        overflow-x: hidden;
        cursor: pointer !important;
        user-select: none;
    }

        .frontend-profile-header .frontend-profile-header-links-wrapper .link-container[b-cb8nj97kgd]:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: transparent;
            border-radius: 0 5rem 5rem 0;
            z-index: 2;
        }

        .frontend-profile-header .frontend-profile-header-links-wrapper .link-container[b-cb8nj97kgd]:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background-color: var(--light-orange);
            transition: all .5s;
            border-radius: 0 5rem 5rem 0;
            z-index: 1;
        }

        .frontend-profile-header .frontend-profile-header-links-wrapper .link-container:hover[b-cb8nj97kgd] {
            color: #fff;
        }

            .frontend-profile-header .frontend-profile-header-links-wrapper .link-container:hover[b-cb8nj97kgd]:before {
                width: 100%;
            }

        .frontend-profile-header .frontend-profile-header-links-wrapper .link-container .link-label[b-cb8nj97kgd] {
            flex: 1 1 auto;
            height: 100%;
            padding: 1% 0 1% 10%;
            display: flex;
            align-items: center;
            z-index: 4;
        }

            .frontend-profile-header .frontend-profile-header-links-wrapper .link-container .link-label i[b-cb8nj97kgd] {
                flex: 0 0 auto;
                width: 4rem;
                font-size: 2rem;
                color: var(--secondary);
                display: flex;
                align-items: center;
                user-select: none;
            }

            .frontend-profile-header .frontend-profile-header-links-wrapper .link-container .link-label span[b-cb8nj97kgd] {
                flex: 1 1 auto;
                color: var(--secondary);
                font-size: var(--paragraph-fs-s);
                text-transform: uppercase;
                word-wrap: break-word;
                padding: 0 0.5em;
                user-select: none;
            }

        .frontend-profile-header .frontend-profile-header-links-wrapper .link-container button[b-cb8nj97kgd] {
            display: inline-block;
            flex: 0 0 auto;
            width: 5rem;
            height: 100%;
            background-color: transparent;
            outline: none !important;
            border: none;
            transition: all .5s;
            position: relative;
            overflow: hidden;
            z-index: 3;
            user-select: none;
        }

            .frontend-profile-header .frontend-profile-header-links-wrapper .link-container button .image-container[b-cb8nj97kgd] {
                position: relative;
                height: 100%;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                user-select: none;
            }

                .frontend-profile-header .frontend-profile-header-links-wrapper .link-container button .image-container img[b-cb8nj97kgd] {
                    position: relative;
                    height: 1em;
                    transform: rotate(270deg);
                    z-index: 4;
                    user-select: none;
                }

section.frontend-profile-children-section[b-cb8nj97kgd] {
    position: relative;
    height: fit-content;
    min-height: 40em;
    width: 100%;
    padding-inline: var(--section-inline-padding);
    padding-block: 6em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frontend-profile-children-section .frontend-profile-children-wrapper[b-cb8nj97kgd] {
    width: 100%;
    max-width: var(--section-max-width);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: white;
    padding: 2em 4em;
}

    .frontend-profile-children-section .frontend-profile-children-wrapper h1[b-cb8nj97kgd] {
        font-family: var(--subtitle-font);
        color: var(--secondary);
        font-weight: normal;
        font-size: var(--subtitle-fs-xl);
        text-transform: uppercase;
        margin: 0;
        max-width: 100%;
        word-break: break-word;
    }

    .frontend-profile-children-section .frontend-profile-children-wrapper .frontend-profile-children-list[b-cb8nj97kgd] {
        width: 100%;
        padding: 2em 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5em;
        flex-direction: column;
    }

        .frontend-profile-children-section .frontend-profile-children-wrapper .frontend-profile-children-list .frontend-profile-children-list-item[b-cb8nj97kgd] {
            width: 100%;
            height: fit-content;
            padding: 2em 5em;
            display: flex;
            background-color: var(--light-orange);
            justify-content: space-between;
            align-items: center;
        }

            .frontend-profile-children-section .frontend-profile-children-wrapper .frontend-profile-children-list .frontend-profile-children-list-item > div[b-cb8nj97kgd] {
                font-size: var(--paragraph-fs-s);
                color: black;
            }


        .frontend-profile-children-section .frontend-profile-children-wrapper .frontend-profile-children-list .add-button[b-cb8nj97kgd] {
            width: 100%;
            color: white;
            background-color: var(--secondary);
            height: 3em;
            display: flex;
            justify-content: center;
            cursor: pointer;
        }

            .frontend-profile-children-section .frontend-profile-children-wrapper .frontend-profile-children-list .add-button button[b-cb8nj97kgd] {
                background-color: transparent;
                border: none;
                outline: none;
                color: white;
                height: 3em;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .frontend-profile-children-section .frontend-profile-children-wrapper .frontend-profile-children-list .add-button button div[b-cb8nj97kgd] {
                    font-size: var(--fs-600);
                    font-weight: bold;
                }

@media(max-width: 70em) {
    .frontend-profile-header .frontend-profile-header-wrapper h1[b-cb8nj97kgd] {
        font-size: var(--headline-fs-m);
    }

    .frontend-profile-children-section .frontend-profile-children-wrapper h1[b-cb8nj97kgd] {
        font-size: var(--subtitle-fs-m);
    }
}

@media(max-width: 50em) {
    .frontend-profile-header .frontend-profile-header-wrapper h1[b-cb8nj97kgd] {
        font-size: var(--headline-fs-m);
    }

    .frontend-profile-children-section .frontend-profile-children-wrapper h1[b-cb8nj97kgd] {
        font-size: var(--subtitle-fs-m);
    }

    .frontend-profile-header .frontend-profile-header-wrapper[b-cb8nj97kgd] {
        flex-direction: column;
        align-items: center;
    }

    .frontend-profile-header .frontend-profile-header-links-wrapper[b-cb8nj97kgd] {
        width: 100%;
        padding: 3em 0;
    }

    .frontend-profile-children-section .frontend-profile-children-wrapper .frontend-profile-children-list .frontend-profile-children-list-item[b-cb8nj97kgd] {
        padding-inline: 2em;
    }
}

@media(max-width: 30em) {
    .frontend-profile-header .frontend-profile-header-wrapper h1[b-cb8nj97kgd] {
        font-size: var(--headline-fs-s);
    }

    .frontend-profile-children-section .frontend-profile-children-wrapper h1[b-cb8nj97kgd] {
        font-size: var(--subtitle-fs-s);
    }
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/PublicNews.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/PublicNewsDetail.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/PublicProjects.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/PublicQuality.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/PublicSB.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/PublicTagesmuetter.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/NewHomepagePages/PublicVision.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicAboutUs.razor.rz.scp.css */


.inside[b-pjz96wmvof] {
    padding: 30px;
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicAbsenceList.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicApplication.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicApplicationList.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicBills.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicChildRegistry.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicFooter.razor.rz.scp.css */
.footer[b-7yq3y4wngs] {
    overflow: clip;
}

.image-wrappers[b-7yq3y4wngs] {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    padding-inline: 1rem;
}

@media(max-width: 1550px) {
    .image-wrappers[b-7yq3y4wngs] {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicHome.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicLawCookie.razor.rz.scp.css */
.inside[b-zhen4fk5xe]
 {
    padding:30px;
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicLawImpressum.razor.rz.scp.css */
.inside[b-7kchpst9pk]
 {
    padding:30px;
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicLawPrivacy.razor.rz.scp.css */
.inside[b-x7xebcd0vk]
 {
    padding:30px;
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicLawTransparency.razor.rz.scp.css */
.inside[b-9kn9sigbwa]
 {
    padding:30px;
}

.transparency section.transparency-section-1 .orange-box .section-body table td[b-9kn9sigbwa] {
    border: 1px solid #333;
    padding: 5px 3px;
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicLogin.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicMore.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicNews.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicResetPassword.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicSignDocument.razor.rz.scp.css */
.inside[b-9f93p7ritj]
 {
    padding:30px;
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicTest.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicTimeSheet.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicUserSettings.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/PublicWorkInProgress.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/RegisterChildPage.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Public/Signing/DocumentSigning.razor.rz.scp.css */
.docuemnt-page-container[b-rnqocdlvh7] {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.document-editor-container[b-rnqocdlvh7] {
    width: 100%;
    position: relative;
    height: max(70vh, 500px);
}
.button-container[b-rnqocdlvh7]{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.contract-error-message[b-rnqocdlvh7]{
    color: red !important;
}
.scroll-to-next-signature-button[b-rnqocdlvh7] {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px 15px;
    background-color: #dd530c;
    color: white;
    cursor: pointer;
    z-index: 999;
}
    .scroll-to-next-signature-button:hover[b-rnqocdlvh7] {
        background-color: #ff732b;
    }
.docuemnt-page-container-already-signed[b-rnqocdlvh7] {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 300px;
    padding-bottom: 300px;
    font-size: 24px;
    text-align: center;

    height: 69vh;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    @media(max-width: 1080px) {
        .button-container[b-rnqocdlvh7]{
            padding-right: 15px;
        }
        .document-editor-container[b-rnqocdlvh7] {
            min-height: max(60vh, 500px);
            padding-left: 15px;
            padding-right: 15px;
        }
        .contract-error-message[b-rnqocdlvh7]{
            margin-left: 15px;
            margin-right: 15px;
        }
        .scroll-to-next-signature-button[b-rnqocdlvh7]{
            bottom: 5px;
        }
        .docuemnt-page-container-already-signed[b-rnqocdlvh7] {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
.contract-otp-input[b-rnqocdlvh7] {
    margin-left: auto;
    margin-right: auto;
}

.resend-wrapper[b-rnqocdlvh7] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.resend-option[b-rnqocdlvh7] {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    text-decoration: underline;
    padding: 5px 0;
}

.resend-option.success[b-rnqocdlvh7] {
    color: green;
    cursor: default;
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/Signing/DocumentSigningSuccess.razor.rz.scp.css */
.success-container[b-q7tci96h4j] {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 300px;
    padding-bottom: 300px;
    font-size: 24px;
    text-align: center;

    height: 69vh;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 1080px) {
    .success-container[b-q7tci96h4j] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/Signing/DocumentViewer.razor.rz.scp.css */
.docuemnt-page-container[b-0ibe1sshog] {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.document-editor-container[b-0ibe1sshog] {
    width: 100%;
    position: relative;
}
.button-container[b-0ibe1sshog]{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.contract-error-message[b-0ibe1sshog]{
    color: red !important;
}
.scroll-to-next-signature-button[b-0ibe1sshog] {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px 15px;
    background-color: #2c3fae;
    color: white;
    cursor: pointer;
    z-index: 999;
}
    .scroll-to-next-signature-button:hover[b-0ibe1sshog]{
        background-color: #396fb2;
    }
.docuemnt-page-container-already-signed[b-0ibe1sshog] {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 300px;
    padding-bottom: 300px;
    font-size: 24px;
    text-align: center;
}

    @media(max-width: 1080px) {
    }
/* _content/IC.SolveraBlazor.Web/Pages/Public/Signing/VehicleLogSigningPage.razor.rz.scp.css */
.document-page-container[b-jnhv6hya03] {
    height: fit-content;
    width: 100%;
    overflow: visible;
    padding: 2rem var(--section-inline-padding) 4rem var(--section-inline-padding);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.document-editor-container[b-jnhv6hya03] {
    position: relative;
    width: 100%;
    max-width: var(--section-max-width);
    min-height: 850px;
}

.button-container[b-jnhv6hya03] {
    width: 100%;
    max-width: var(--section-max-width);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hover-buttons[b-jnhv6hya03] {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.hover-button[b-jnhv6hya03] {
    padding: 10px 15px;
    background-color: #dd530c;
    color: white;
    cursor: pointer;
}

    .hover-button:hover[b-jnhv6hya03] {
        background-color: #ff732b;
    }

.resend-wrapper[b-jnhv6hya03] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.resend-option[b-jnhv6hya03] {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    text-decoration: underline;
    padding: 5px 0;
}

    .resend-option.success[b-jnhv6hya03] {
        color: green;
        cursor: default;
    }

.contract-error-message[b-jnhv6hya03] {
    color: red !important;
}

.document-page-container-already-signed[b-jnhv6hya03] {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 300px;
    padding-bottom: 300px;
    font-size: 24px;
    text-align: center;
    height: 69vh;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 1080px) {

    .button-container[b-jnhv6hya03] {
        padding-right: 15px;
    }

    .document-editor-container[b-jnhv6hya03] {
        min-height: max(60vh, 500px);
        padding-left: 15px;
        padding-right: 15px;
    }

    .contract-error-message[b-jnhv6hya03] {
        margin-left: 15px;
        margin-right: 15px;
    }

    .hover-buttons[b-jnhv6hya03] {
        bottom: 5px;
    }

    .document-page-container-already-signed[b-jnhv6hya03] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* _content/IC.SolveraBlazor.Web/Pages/Public/Signing/VehicleLogSigningSuccess.razor.rz.scp.css */
.success-container[b-q6escaq1ff] {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 300px;
    padding-bottom: 300px;
    font-size: 24px;
    text-align: center;
    height: 69vh;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 1080px) {
    .success-container[b-q6escaq1ff] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* _content/IC.SolveraBlazor.Web/Pages/Reporting/ReportDesigner.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Backend/Details/Index.razor.rz.scp.css */
.tab-container[b-24qatdpmxr] {
    display: flex;
    justify-content: space-between;
    overflow: auto;
    height: calc(100vh - 200px);
}
.tab-header-container[b-24qatdpmxr] {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    gap: 10px;
    border-left: 1px solid #d9d9d9;
    margin-left: 20px;
    padding-left: 20px;
    min-width: 8rem;
}
.tab-body-container[b-24qatdpmxr]{
    flex: 1;
    height: 100%;
    overflow: auto;
}
.tab-header-item:hover[b-24qatdpmxr], .tab-header-item:hover .tab-header-item-icon[b-24qatdpmxr] {
    color: #f0930b;
    border-color: #f0930b;
}
.tab-header-item-aktive .tab-header-item-text[b-24qatdpmxr], .tab-header-item-aktive .tab-header-item-icon[b-24qatdpmxr] {
    color: #F6730C !important;
    border-color: #F6730C !important;
}
.tab-header-item[b-24qatdpmxr] {
    text-align: center;
    color: #808080;
    cursor: pointer;
}
.tab-header-item-icon[b-24qatdpmxr]{
    height: 42px;
    width: 42px;
    font-size: 22px;
    border: 1px solid #808080;
    border-radius: 50px;
    line-height: 42px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.tab-header-item-text[b-24qatdpmxr]{
    font-weight: bold;
}
.wtb-detail-container[b-24qatdpmxr] {
    display: flex;
    gap: 20px;
    padding: 20px;
    background-color: white;
    height: calc(100vh - 160px);
}
.wtb-detail-container-left[b-24qatdpmxr] {
    width: 450px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-right: 20px;
    border-right: 1px solid #d9d9d9;
}
.wtb-data-item-titel[b-24qatdpmxr] {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding-right: 30px;
}
.wtb-data-item-sub-titel[b-24qatdpmxr]{
    font-weight: bold;
}
.wtb-detail-container-right[b-24qatdpmxr] {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.wtb-data-container[b-24qatdpmxr] {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}
.wtb-data-search-bar[b-24qatdpmxr]{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.wtb-data-search-icon[b-24qatdpmxr]{
    position: absolute;
    background-color: white;
    right: 1px;
    top: 1px;
    line-height: 30px;
    height: 29px;
    width: 29px;
    border-left: 1px solid #d9d9d9;
    text-align: center;
    cursor: pointer;
}
.wtb-data-empty[b-24qatdpmxr]{
    text-align: center;
}
.wtb-data-container[b-24qatdpmxr]{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
}
.wtb-data-body[b-24qatdpmxr] {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    height: calc(100vh - 280px);
}
.wtb-stat-container[b-24qatdpmxr]{
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.wtb-stat-item[b-24qatdpmxr]{
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}
.wtb-data-item[b-24qatdpmxr] {
    border: 1px solid #d9d9d9;
    position: relative;
}
    .wtb-data-item:hover[b-24qatdpmxr] {
        border: 1px solid #f0930b;
        background-color: #f0930b11;
    }
    .wtb-data-item-selected[b-24qatdpmxr] {
        border: 1px solid #F6730C !important;
        background-color: #f0930b22 !important;
    }
.wtb-data-item-toolbar[b-24qatdpmxr]{
    position: absolute;
    top: 2px;
    right: 2px;
}
.wtb-data-item[b-24qatdpmxr] {
    padding: 10px;
    cursor: pointer;
}
.wtb-data-footer[b-24qatdpmxr]{
    border-top: 1px solid #d9d9d9;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
.wtb-separator[b-24qatdpmxr]{
    height: 5px;
}
.wtb-back-button[b-24qatdpmxr], .wtb-clear-button[b-24qatdpmxr] {
    margin-right: 5px;
}
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Backend/Faelligkeitenuebersicht/FaelligkeitenuebersichtPage.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Backend/Fortbildungsnachweis/Fortbildungsnachweis.razor.rz.scp.css */
.drop-down-wrapper[b-wrtc3v6b41] {
    width: 25rem;
}

@media (max-width: 40rem) {
    .drop-down-wrapper[b-wrtc3v6b41] {
        max-width: 100%;
        width: 100%;
    }
}
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Backend/Kalender/WTBCalendarPage.razor.rz.scp.css */
.month-template[b-y6fimjd5wx] {
    width: 100%;
    padding: 5px;
    max-height: 48px;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

    .month-template div[b-y6fimjd5wx] {
        max-width: 100%;
        white-space: break-spaces;
    }

.wtb-kurs-abgesagt[b-y6fimjd5wx] {
    background-color: #808080;
}

.legend-square[b-y6fimjd5wx] {
    aspect-ratio: 1;
    height: 1rem;
    border: 1px solid grey;
}
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Backend/Kategorien/WTBKategorienPage.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Backend/Kurse/Edit.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Backend/Orte/Edit.razor.rz.scp.css */
body[b-78agzpeumw] {
}
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Backend/Referenten/Edit.razor.rz.scp.css */
body[b-q7zo0k7g62] {
}
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Backend/Stammdaten/Edit.razor.rz.scp.css */
.form-success[b-61ezjxndpj]
{
    color: green;
    margin-left: 20px;
}
.form-button-container-separated[b-61ezjxndpj]{
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Backend/Stunden/WTBStundenPage.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Backend/Stundenübersicht/WTBStundenUebersicht.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Frontend/Anwesenheit/ReferentAnwesenheitsliste.razor.rz.scp.css */
.anwesenheitsliste-page[b-rrgr40o2do] {
    min-height: 43.3rem;
    width: 100%;
    height: 100%;
    padding: 0 var(--section-inline-padding);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

h3[b-rrgr40o2do] {
    max-width: 100%;
    width: 100%;
    font-size: var(--fs-600);
    margin: 0;
}

.button-wrapper[b-rrgr40o2do] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.anwesenheits-time-picker[b-rrgr40o2do] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.anwesenheits-time-picker .e-time-wrapper[b-rrgr40o2do] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    .anwesenheits-time-picker .split-button[b-rrgr40o2do] {
        border-radius: 0;
    }

        .anwesenheits-time-picker .split-button .btn[b-rrgr40o2do] {
            height: 32px;
            width: 7rem;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border: 1px solid #ced4da;
            border-left: none;
            background-color: white;
        }

        .anwesenheits-time-picker .split-button .btn:hover[b-rrgr40o2do] {
            color: white;
            background-color: var(--secondary);
        }

    .anwesenheits-time-picker .e-input-group .e-input-group-icon:last-child[b-rrgr40o2do], .anwesenheits-time-picker .e-input-group.e-control-wrapper .e-input-group-icon:last-child[b-rrgr40o2do] {
        border-radius: 0!important;
    }

.anwesenheitsliste-wrapper[b-rrgr40o2do] {
    width: 100%;
    margin-bottom: 2rem;
}

.anwesenheitsliste[b-rrgr40o2do] {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

.anwesenheitsliste-item[b-rrgr40o2do] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid #dee2e6;
    padding: 10px;
}

.anwesenheitsliste-item-column[b-rrgr40o2do] {
    flex: 1 1 auto;
    max-width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
}

    .anwesenheitsliste-item-column.name[b-rrgr40o2do] {
        flex: 0 0 auto;
        width: 15rem;
    }

    .anwesenheitsliste-item-column.time[b-rrgr40o2do] {
        min-width: 15rem;
    }

    .anwesenheitsliste-item-column.actions[b-rrgr40o2do] {
        flex: 0 0 auto;
        width: 13rem;
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 0.5rem
    }

    .anwesenheitsliste-item-column > span[b-rrgr40o2do] {
        min-width: 3rem;
        text-align: left;
    }

.anwesenheits-time-picker .split-button .btn.disabled[b-rrgr40o2do] {
    color: black;
}

.anwesenheits-time-picker .split-button .btn.disabled:hover[b-rrgr40o2do] {
    color: black;
    background-color: white;
}

.anwesenheitsliste-page > .empty[b-rrgr40o2do] {
    font-size: var(--fs-500);
    margin-top: 4rem;
}

@media(max-width: 70rem) {

    .anwesenheitsliste-item[b-rrgr40o2do] {
        flex-direction: column;
        width: 100%;
        padding: 2rem;
    }

    .anwesenheitsliste-item-column[b-rrgr40o2do] {
        justify-content: start;
    }

    .anwesenheitsliste-item-column.name[b-rrgr40o2do] {
        width: 100%;
        text-align: center;
    }

        .anwesenheitsliste-item-column.time[b-rrgr40o2do] {
            width: 100%;
            min-width: 15rem;
        }

    .anwesenheitsliste-item-column.actions[b-rrgr40o2do] {
        width: 100%;
        justify-content: center;
    }

        .anwesenheitsliste-item-column > span[b-rrgr40o2do] {
            min-width: 4rem;
        }
}

.anwesenheitsliste-item.disabled[b-rrgr40o2do] {
    background-color: rgb(230, 230, 230);
}

.anwesenheitsliste-item.valid[b-rrgr40o2do] {
    border-color: green;
}

.anwesenheitsliste-item.valid.changed[b-rrgr40o2do] {
    border-color: orange;
}

.anwesenheitsliste-item.error[b-rrgr40o2do] {
    border-color: red !important;
}
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Frontend/Feedbackbogen/FeedbackbogenPage.razor.rz.scp.css */
.feedback-page[b-hacl5w803n] {
    min-height: calc(100vh - 40rem);
    width: 100%;
    height: 100%;
    padding: 0 var(--section-inline-padding);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

h3[b-hacl5w803n] {
    max-width: 100%;
    width: 100%;
    margin: 0;
    text-transform: none;
    font-size: 5rem;
    font-family: var(--title-font);
    color: var(--secondary);
    text-align: center;
}

.header[b-hacl5w803n] {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-400);
    max-width: 67rem;
    width: 100%;
}

    .header > div > span:first-of-type[b-hacl5w803n] {
        width: fit-content;
        max-width: 100%;
        text-align: center;
    }


.questions[b-hacl5w803n] {
    font-size: var(--fs-400);
    max-width: 67rem;
    width: 100%;
}

.summary[b-hacl5w803n] {
    font-size: var(--fs-400);
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    font-weight: bolder;
    padding-right: 9px;
}

.button-wrapper[b-hacl5w803n] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.feedback-page > .empty[b-hacl5w803n] {
    font-size: var(--fs-500);
    min-height: calc(100vh - 51rem);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.question-wrapper[b-hacl5w803n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

@media (max-width: 40rem) {
    .question-wrapper[b-hacl5w803n] {
        flex-direction: column;
        text-align: center;
    }
    .summary[b-hacl5w803n] {
        justify-content: center;
    }
}
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Frontend/MyArea/CompletedCourseDetails.razor.rz.scp.css */
section.info-header[b-7qqx8jf6tf] {
    background-color: white;
    border-radius: 5px;
    max-width: 64rem;
    margin-inline: 10px;
    padding: 20px;
}

    section.info-header h3.title[b-7qqx8jf6tf] {
        color: var(--secondary);
        font-size: 2rem;
        margin: 0.5rem 0;
    }

    section.info-header div.description[b-7qqx8jf6tf] {
        font-size: 1.2rem;
        margin: 0;
        margin-block: 2rem;
    }

    section.info-header .info-block[b-7qqx8jf6tf] {
        display: flex;
        flex-direction: column;
    }

        section.info-header .info-block .field[b-7qqx8jf6tf] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px dashed;
        }

            section.info-header .info-block .field > div[b-7qqx8jf6tf] {
                font-size: 1.25rem;
            }

section.module-section .item[b-7qqx8jf6tf] {
    background-color: white;
    border-radius: 5px;
    margin-top: 1rem;
    padding: 1rem;
    max-width: 64rem;
}

    section.module-section .item .info[b-7qqx8jf6tf] {
        font-size: 1.25rem;
    }

    section.module-section .item .title[b-7qqx8jf6tf] {
        font-size: 2rem;
        font-weight: bolder;
        color: var(--secondary);
    }

    section.module-section .item .description[b-7qqx8jf6tf] {
        margin-top: 1rem;
        font-size: 1.2rem;
    }

.text-anchor[b-7qqx8jf6tf] {
    margin-top: 1rem;
}

    .text-anchor h3[b-7qqx8jf6tf] {
        font-size: 1.5rem;
        margin-bottom: .5rem;
        text-transform: none;
    }

    .text-anchor div[b-7qqx8jf6tf] {
        font-size: 1.2rem;
    }

section.button-section[b-7qqx8jf6tf] {
    margin-inline: 10px;
    margin-top: 1rem;
    padding-bottom: 1rem;
    max-width: 64rem;
}

    section.button-section .button-wrapper[b-7qqx8jf6tf] {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.5rem;
    }


.page .uebersicht-container[b-7qqx8jf6tf] {
    margin: 0;
    max-width: 64rem;
    border-radius: 5px;
}

section.image-section[b-7qqx8jf6tf] {
    margin-left: 10px;
    max-width: 64rem;
}

    section.image-section img[b-7qqx8jf6tf] {
        width: 100%;
        aspect-ratio: 16 / 9;
        max-width: 50%;
    }
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Frontend/MyArea/MyAreaWeiterbildung.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Frontend/MyArea/MyAreaWeiterbildungDetail.razor.rz.scp.css */
section.info-header[b-i59r8nf51j] {
    background-color: white;
    border-radius: 5px;
    max-width: 64rem;
    margin-inline: 10px;
    padding: 20px;
}

    section.info-header h3.title[b-i59r8nf51j] {
        color: var(--secondary);
        font-size: 2rem;
        margin: 0.5rem 0;
    }

    section.info-header div.description[b-i59r8nf51j] {
        font-size: 1.2rem;
        margin: 0;
        margin-block: 2rem;
    }

    section.info-header .info-block[b-i59r8nf51j] {
        display: flex;
        flex-direction: column;
    }

        section.info-header .info-block .field[b-i59r8nf51j] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px dashed;
        }

        section.info-header .info-block .field > div[b-i59r8nf51j] {
            font-size: 1.25rem;
        }

section.module-section .item[b-i59r8nf51j] {
    background-color: white;
    border-radius: 5px;
    margin-top: 1rem;
    padding: 1rem;
    max-width: 64rem;
}

    section.module-section .item .info[b-i59r8nf51j] {
        font-size: 1.25rem;
    }

    section.module-section .item .title[b-i59r8nf51j] {
        font-size: 2rem;
        font-weight: bolder;
        color: var(--secondary);
    }

    section.module-section .item .description[b-i59r8nf51j] {
        margin-top: 1rem;
        font-size: 1.2rem;
    }

.text-anchor[b-i59r8nf51j] {
    margin-top: 1rem;
}

    .text-anchor h3[b-i59r8nf51j] {
        font-size: 1.5rem;
        margin-bottom: .5rem;
        text-transform: none;
    }

    .text-anchor div[b-i59r8nf51j] {
        font-size: 1.2rem;
    }

section.button-section[b-i59r8nf51j] {
    margin-inline: 10px;
    margin-top: 1rem;
    padding-bottom: 1rem;
    max-width: 64rem;
}

    section.button-section .button-wrapper[b-i59r8nf51j] {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.5rem;
    }


.page .uebersicht-container[b-i59r8nf51j] {
    margin: 0;
    max-width: 64rem;
    border-radius: 5px;
}

section.image-section[b-i59r8nf51j] {
    margin-left: 10px;
    max-width: 64rem;
}

    section.image-section img[b-i59r8nf51j] {
        width: 100%;
        aspect-ratio: 16 / 9;
        max-width: 50%;
    }
/* _content/IC.SolveraBlazor.Web/Pages/Weiterbildung/Frontend/MyArea/MyAreaWTBStundenübersicht.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Shared/AuthLayout.razor.rz.scp.css */
.page[b-9623352wzj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9623352wzj] {
    flex: 1;
    background: #e2e3e5;
}

.sidebar[b-9623352wzj] {
    background-color: var(--secondary);
    border-radius: 0px 10px 20px 0px;
    border-style: none;
}

.top-row[b-9623352wzj] {
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
 
}

    .top-row[b-9623352wzj]  a, .top-row .btn-link[b-9623352wzj] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-9623352wzj] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9623352wzj] {
        display: none;
    }

    .top-row.auth[b-9623352wzj] {
        justify-content: space-between;
    }

    .top-row a[b-9623352wzj], .top-row .btn-link[b-9623352wzj] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9623352wzj] {
        flex-direction: row;
    }

    .sidebar[b-9623352wzj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9623352wzj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-9623352wzj], article[b-9623352wzj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/IC.SolveraBlazor.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-eheklemlor] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-eheklemlor] {
    flex: 1;
    background: #e2e3e5;
}

.sidebar[b-eheklemlor] {
    background-color: var(--secondary);
    border-radius: 0px 10px 20px 0px;
    border-style: none;
}

.top-row[b-eheklemlor] {
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
 
}

    .top-row[b-eheklemlor]  a, .top-row .btn-link[b-eheklemlor] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-eheklemlor] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-eheklemlor] {
        display: none;
    }

    .top-row.auth[b-eheklemlor] {
        justify-content: space-between;
    }

    .top-row a[b-eheklemlor], .top-row .btn-link[b-eheklemlor] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-eheklemlor] {
        flex-direction: row;
    }

    .sidebar[b-eheklemlor] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-eheklemlor] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-eheklemlor], article[b-eheklemlor] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.sidebar-content[b-eheklemlor] {
    background-color: #f0930b;
    height: 100%;
    width: 100vh;
    display: flex;
    flex-direction: column;
}

    .sidebar-content button[b-eheklemlor] {
        border: 0;
        background-color: #f0930b;
        color: white;
        z-index: 9;
    }

.none[b-eheklemlor]{
    display:none;
}

@media only screen and (min-width: 992px) {
    .close-list[b-eheklemlor] {
        display: none !important;
    }
}

.close-list[b-eheklemlor] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    color: #686765;
    top: 5px;
    right: 5px;
}

.languageContainer[b-eheklemlor] {
    padding-left: 9px;
    padding-top: 9px;
}

/* _content/IC.SolveraBlazor.Web/Shared/PublicLayout.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Shared/PublicLoggedInLayout.razor.rz.scp.css */
/* _content/IC.SolveraBlazor.Web/Shared/Redirect/RedirectToTMHomepage.razor.rz.scp.css */
