/* /Pages/Hofkontrolle/Components/HofAuswahl.razor.rz.scp.css */
.auswahl-container[b-sgdk6ltnyt]{
    display: flex;
    align-items: center;
    width: 500px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.auswahl-container-item-left[b-sgdk6ltnyt]{
    justify-content: flex-start;
}
.auswahl-container-item-right[b-sgdk6ltnyt] {
    justify-content: flex-end;
    margin-left: 20px;
}
/* /Pages/Hofkontrolle/Dokumente/Dokumente_Add.razor.rz.scp.css */
#upload-file-label-container[b-263h36608w] {
    vertical-align: middle;
    display: flex;
    gap: 5px;
}

.fileupload-container[b-263h36608w] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    padding-left: 5px;
}

.width-adapting-container[b-263h36608w] {
    width: 50%;
}

.label-name.file-upload[b-263h36608w] {
    width: calc(100% - 150px) !important;
}

.label-empty.file-upload[b-263h36608w] {
    width: 150px !important;
    overflow: hidden;
}
/* /Pages/Hofkontrolle/HoefeUebersicht.razor.rz.scp.css */
/* /Pages/Hofkontrolle/Hofdetail.razor.rz.scp.css */
/* /Pages/LoginPage.razor.rz.scp.css */
.login-page[b-iozyl1403g] {
    height: 100%;
    width: 100%;
    background-image: url('/Images/Login/Background/Background_red.png');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.login-panel[b-iozyl1403g] {
    width: 460px;
    height: auto;
    background-color: #FEFAEB;
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    padding: 25px;
    margin-left: calc(50% - 230px);
    margin-left: -moz-calc(50% - 230px);
    margin-left: -webkit-calc(50% - 230px);
    margin-left: -o-calc(50% - 230px);
}

.logo[b-iozyl1403g] {
    background-image: url('/Images/Login/Logo/roterHahn.jpg');
    background-size: cover;
    height: 90px;
    width: 90px;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.login-title[b-iozyl1403g]{
    height: 90px;
    /*padding-top: 30px;*/
    float:left;
    color: #A00022;
    font-size: 30px;
    font-weight: bold;
    margin-left: 20px;
    vertical-align: bottom;
}

.login-title-small[b-iozyl1403g] {
    font-size: 28px;
    color: #A00022;
    line-height: 30px;
}

.login-title-big[b-iozyl1403g] {
    font-size: 34px;
    font-weight: bold;
    color: #A00022;
    line-height: 36px;
}

.login-label[b-iozyl1403g] {
    font-size: 14px;
    color: #8B8B8B;
}

.login-input[b-iozyl1403g] {
    background-color: #FFFFFF !important;
    color: #626262 !important;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #EDEFEF;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
    margin-top: 10px;
}

.login-button[b-iozyl1403g] {
    height: 45px;
    width: 160px;
    background-color: #A00022;
    border-radius: 3px;
    font-size: 17px;
    border: none;
    color: #FFFFFF;
    margin-top: 10px;
    margin-left: calc(50% - 80px);
    margin-left: -moz-calc(50% - 80px);
    margin-left: -webkit-calc(50% - 80px);
    margin-left: -o-calc(50% - 80px);
}
/* /Pages/Oeffentlich/Betriebserhebung/Betriebserhebung.razor.rz.scp.css */
.option-formular[b-nh25d2prdy] {
    height: 506px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 5px;
    padding-right: 10px;
}

.option-kapitel-titel[b-nh25d2prdy] {
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    color: #A00022;
    font-size: 15px;
}

.option-titel[b-nh25d2prdy] {
    font-weight: bold;
    padding-top: 5px;
}

.option-container[b-nh25d2prdy] {
    display: flex;
}

.option-label[b-nh25d2prdy] {
    justify-content: flex-start;
    width: 100%;
}

.option-ms-new-container[b-nh25d2prdy] {
    display: flex;
    width: 100%;
}

.option-ms-new-input[b-nh25d2prdy] {
    justify-content: flex-start;
    width: 100%;
}

.option-ms-new-button[b-nh25d2prdy] {
    justify-content: flex-end;
    margin-left: 15px;
}

.Anleitung-Unterschrift[b-nh25d2prdy] {
    width: 100%;
    word-break: break-word;
    padding: 20px 0px 0px 0px;
    font-weight: bold;
    color: #A00022;
}

.sign-checkBox-Container[b-nh25d2prdy] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

@media (min-width: 1000px) {
    .user-sign-content[b-nh25d2prdy] {
        display: flex;
    }

    .Anleitung-Unterschrift[b-nh25d2prdy] {
        padding: 0px 0px 0px 20px;
    }
}
/* /Pages/Oeffentlich/Geschaeftserhebung/Geschaeftserhebungbogen.razor.rz.scp.css */
.error[b-35gwt74m63] {
    color: red;
}

.description[b-35gwt74m63] {
    text-align: start;
}

.first-button[b-35gwt74m63] {
    margin-left: unset;
}

.label-container[b-35gwt74m63] {
    flex-wrap: nowrap;
    max-width: 750px;
}

    .label-container .label-name[b-35gwt74m63] {
        width: 40%;
    }

    .label-container .label-value[b-35gwt74m63] {
        width: 60%;
    }

.minimum-requirements-reached[b-35gwt74m63] {
    color: green;
}

.tab-container[b-35gwt74m63] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .tab-container .tab-selector-container[b-35gwt74m63] {
        display: flex;
        flex-wrap: wrap-reverse;
        gap: 0px;
        width: 100%;
        border-bottom: 1px solid #DEDEDE;
    }

        .tab-container .tab-selector-container .tab-selector[b-35gwt74m63] {
            display: flex;
            flex-flow: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            cursor: pointer;
            border: 1px solid #CACACA;
            border-bottom: unset;
            border-radius: 5px 15px 0px 0px;
            font-weight: bold;
            padding: 2px 5px;
            padding-right: 15px;
            gap: 5px;
            background: #DEDEDE;
            color: #626262;
            z-index: 1;
        }

            .tab-container .tab-selector-container .tab-selector:hover[b-35gwt74m63] {
                background: #C4C4C4;
            }

            .tab-container .tab-selector-container .tab-selector.activ-tab-item[b-35gwt74m63] {
                background: #A00022;
                border: unset;
                color: white;
                z-index: 2;
            }

                .tab-container .tab-selector-container .tab-selector.activ-tab-item:hover[b-35gwt74m63] {
                    background: #86001D;
                }

            .tab-container .tab-selector-container .tab-selector .deleteFilialeItem[b-35gwt74m63] {
                font-weight: bolder;
                font-size: 8px;
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;
                text-align: center;
            }

    .tab-container .tab-body-container[b-35gwt74m63] {
        border: 1px solid #DEDEDE;
        border-top: unset;
        padding: 10px;
    }

.option-titel[b-35gwt74m63] {
    font-weight: bold;
}

.Datenschutzerklärung-Container[b-35gwt74m63] {
    display: flex;
    flex-flow: nowrap;
    gap: 10px;
    width: 100%;
    align-items: center;
}

    .Datenschutzerklärung-Container a[b-35gwt74m63] {
        color: #A00022;
    }
/* /Pages/Shared/Betriebserhebung/Betriebserhebung_Auswertung.razor.rz.scp.css */
.top-container[b-5juqlc3rfy] {
    display: flex;
}

.top-container-left[b-5juqlc3rfy] {
    justify-content: flex-start;
}

.top-container-right[b-5juqlc3rfy] {
    justify-content: flex-end;
}

.image[b-5juqlc3rfy] {
    width: 110px;
    height: 110px;
}

.page[b-5juqlc3rfy] {
    min-height: 842px;
    padding: 25px;
    position: relative;
}

.page-border[b-5juqlc3rfy] {
    border: 1px solid #808080;
}

.page-footer[b-5juqlc3rfy] {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    width: 100%;
}

.page-serapator[b-5juqlc3rfy] {
    height: 20px;
    width: 100%;
}

.report-red[b-5juqlc3rfy] {
    color: #A00022;
}

.border-red[b-5juqlc3rfy] {
    border: 1px solid #A00022;
}

.border-top-gray[b-5juqlc3rfy] {
    border-top: 1px solid #d9d9d9;
}

.padding-column-5[b-5juqlc3rfy] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.report-titel[b-5juqlc3rfy] {
    font-size: 40px;
    font-weight: bold;
}

.report-subtitel[b-5juqlc3rfy] {
    font-size: 24px;
}

.row-container[b-5juqlc3rfy] {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
}

.row-container-left[b-5juqlc3rfy] {
    justify-content: flex-start;
}

.width-100[b-5juqlc3rfy] {
    width: 100%;
}

.width-50[b-5juqlc3rfy] {
    width: 50%;
}

.width-25[b-5juqlc3rfy] {
    width: 25%;
}

.row-container-right[b-5juqlc3rfy] {
    justify-content: flex-end;
}

.row-titel[b-5juqlc3rfy] {
    font-size: 12px;
    font-weight: bold;
    width: 130px;
}

.row-segment-titel[b-5juqlc3rfy] {
    border: 1px solid #A00022;
    color: #A00022;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    height: 30px;
    font-weight: bold;
}

.row-sub-segment-titel[b-5juqlc3rfy] {
    color: #A00022;
    font-weight: bold;
}

.row-value[b-5juqlc3rfy] {
}

.row-element-titel[b-5juqlc3rfy] {
    font-weight: bold;
    width: 100%;
}

.row-element-text[b-5juqlc3rfy] {
    width: 100%;
    word-break: break-word;
}

.row-element-user-text[b-5juqlc3rfy] {
    min-height: 25px;
    padding: 5px;
    border: 1px solid #d9d9d9;
    background-color: #FAFAFA;
    width: 100%;
    word-break: break-word;
    white-space: break-spaces;
}

.row-element-value-container[b-5juqlc3rfy] {
    display: flex;
    width: 85px;
    padding-top: 0px;
    padding-left: 20px;
    text-align: end;
}

.row-element-value-icon[b-5juqlc3rfy] {
    color: #A00022 !important;
    margin-top: -5px;
    margin-left: 5px;
}

.row-element-value-label[b-5juqlc3rfy] {
    font-weight: bold;
    width: 40px;
}

.row-element-point-container[b-5juqlc3rfy] {
    display: flex;
    padding-top: 0px;
    padding-right: 10px;
    text-align: end;
}

.row-element-point-icon[b-5juqlc3rfy] {
    color: #A00022 !important;
    margin-top: 0px;
    margin-left: 5px;
}

.row-element-point-empty-icon[b-5juqlc3rfy] {
    color: #808080 !important;
    margin-top: 0px;
    margin-left: 5px;
}

.row-element-sign-icon[b-5juqlc3rfy] {
    color: #A00022 !important;
}

.row-element-unsign-icon[b-5juqlc3rfy] {
    color: #808080 !important;
}
/* /Pages/Shared/Erinnerungen/Erinnerungen.razor.rz.scp.css */
.abgeschlossen[b-to2i3dyijk]{
    color: #A00022;
    width: 30px;
    font-size: 20px;
    line-height: 11px;
}
/* /Pages/Shared/Erinnerungen/Erinnerungen_add.razor.rz.scp.css */
/* /Pages/Shared/Etiketten/Etiketten_Add.razor.rz.scp.css */
#upload-file-label-container[b-2cfq2q9p35]
{
    vertical-align: middle;
    display: flex;
    gap: 5px;
}
/* /Pages/Shared/Etiketten/Etiketten_Overview.razor.rz.scp.css */
.k-flex-grow[b-g34ew7hp1c] {
    padding: 15px;
}

.k-card-body[b-g34ew7hp1c] {
    padding: unset;
}

.card-text-etiketten[b-g34ew7hp1c] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-container[b-g34ew7hp1c] {
    display: flex;
    gap: 0px;
    width: 100%;
    outline: unset;
    margin: unset;
    border: unset;
    padding: unset;
}

.filter-item[b-g34ew7hp1c] {
    width: 50%;
    outline: unset;
    margin: unset;
    border: unset;
    padding: unset;
}

.label-name[b-g34ew7hp1c] {
    width: 40%;
}

.label-telerik[b-g34ew7hp1c] {
    width: 55%;
}

.k-card-horizontal .k-card-image[b-g34ew7hp1c] {
    max-width: unset;
    object-fit: scale-down;
}

.clickable-item[b-g34ew7hp1c] {
    cursor: pointer;
}
/* /Pages/Shared/Kontrollen/Handwerk/Kontrolle_Handwerk.razor.rz.scp.css */
.option-formular[b-ezpvups59v] {
    height: 506px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 5px;
    padding-right: 10px;
}

.option-kapitel-titel[b-ezpvups59v] {
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    color: #A00022;
    font-size: 15px;
}

.option-titel[b-ezpvups59v] {
    font-weight: bold;
    padding-top: 5px;
}

.option-container[b-ezpvups59v] {
    display: flex;
}

.option-label[b-ezpvups59v] {
    justify-content: flex-start;
    width: 100%;
    padding-right: 20px;
}

.option-ms-new-container[b-ezpvups59v] {
    display: flex;
    width: 100%;
}

.option-ms-new-input[b-ezpvups59v] {
    justify-content: flex-start;
    width: 100%;
}

.option-ms-new-button[b-ezpvups59v] {
    justify-content: flex-end;
    margin-left: 15px;
}
/* /Pages/Shared/Kontrollen/Kontrollen_Add.razor.rz.scp.css */
.checkbox-products[b-2rkrt31omp] {
    position: relative;
    display: list-item;
    opacity: 0;
}

.check-item-products[b-2rkrt31omp] {
    position: absolute;
    opacity: 1;
    top: 0px;
    left: 0px;
}

.abgeschlossen[b-2rkrt31omp] {
    opacity: 1;
    color: #A00022;
    width: 30px;
    font-size: 20px;
    line-height: 11px;
}

.saveAndCloseButton[b-2rkrt31omp] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 1px 5px;
    width: 225px;
}
/* /Pages/Shared/Kontrollen/Qualitaetsprodukte/Kontrolle_Qualitaetsprodukte.razor.rz.scp.css */
.option-formular[b-0p4b7xjh9q] {
    height: 506px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 5px;
    padding-right: 10px;
}

.option-kapitel-titel[b-0p4b7xjh9q] {
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    color: #A00022;
    font-size: 15px;
}

.option-titel[b-0p4b7xjh9q] {
    font-weight: bold;
    padding-top: 5px;
}

.option-container[b-0p4b7xjh9q] {
    display: flex;
}

.option-label[b-0p4b7xjh9q] {
    justify-content: flex-start;
    width: 100%;
    padding-right: 20px;
}

.option-ms-new-container[b-0p4b7xjh9q] {
    display: flex;
    width: 100%;
}

.option-ms-new-input[b-0p4b7xjh9q] {
    justify-content: flex-start;
    width: 100%;
}

.option-ms-new-button[b-0p4b7xjh9q] {
    justify-content: flex-end;
    margin-left: 15px;
}

.option-katalog-formular[b-0p4b7xjh9q]{
    white-space: pre-wrap;
}
/* /Pages/Shared/Kontrollen/Schankbetriebe/Kontrolle_Schankbetriebe.razor.rz.scp.css */
.option-kapitel-titel[b-cvnh7g9ny4] {
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    color: #A00022;
    font-size: 15px;
}

.option-titel[b-cvnh7g9ny4] {
    font-weight: bold;
    padding-top: 5px;
}

.option-formular[b-cvnh7g9ny4] {
    height: 460px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 5px;
    padding-right: 10px;
}

.option-container[b-cvnh7g9ny4] {
    display: flex;
}

.option-label[b-cvnh7g9ny4] {
    justify-content: flex-start;
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: -o-calc(100% - 200px);
    padding-right: 20px;
}

.option-sterne[b-cvnh7g9ny4] {
    justify-content: flex-end;
    width: 170px;
    min-width: 170px;
    border: 1px solid #d9d9d9;
    padding: 8px;
    height: 40px;
}

.option-container-summe[b-cvnh7g9ny4] {
    border-top: 1px solid #d9d9d9;
    padding-top: 5px;
    display: flex;
    position: sticky;
    bottom: 0;
    background-color: white;
}

.option-stern-summe[b-cvnh7g9ny4] {
    justify-content: flex-end;
    display: flex;
    width: 160px;
    padding-top: 0px;
    padding-right: 25px;
    height: 40px;
    text-align: end;
}

.option-stern-summe-icon[b-cvnh7g9ny4] {
    color: #A00022 !important;
    margin-top: 3px;
    margin-left: 10px;
}

.option-stern-summe-label[b-cvnh7g9ny4] {
    font-weight: bold;
    margin-top: 4px;
}
.option-ms-new-container[b-cvnh7g9ny4]{
    display: flex;
    width: 100%;
}
.option-ms-new-input[b-cvnh7g9ny4]{
    justify-content: flex-start;
    width: 100%;
}
.option-ms-new-button[b-cvnh7g9ny4] {
    justify-content: flex-end;
    margin-left: 15px;
}
.option-sterne-container[b-cvnh7g9ny4] {
    justify-content: flex-end;
    display: flex;
    width: 170px;
    height: 40px;
}
.option-sterne-container-input[b-cvnh7g9ny4] {
    justify-content: flex-end;
    display: flex;
    border: 1px solid #d9d9d9;
    height: 40px;
}

.option-stern-input[b-cvnh7g9ny4] {
    justify-content: flex-start;
    height: 100%;
    align-items: center;
}

    .option-stern-input .rating-label[b-cvnh7g9ny4] {
        display: flex;
        flex-direction: column;
        white-space: nowrap;
        text-overflow: ellipsis;
        justify-content: center;
        padding: 5px 10px;
        height: 100%;
    }

.option-stern-icon[b-cvnh7g9ny4] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 5px;
    color: #A00022 !important;
}
/* /Pages/Shared/Kontrollen/UaB/Kontrolle_UaB.razor.rz.scp.css */
.option-formular[b-ewzgp655kt] {
    height: 506px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 5px;
    padding-right: 10px;
}

.option-kapitel-titel[b-ewzgp655kt] {
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    color: #A00022;
    font-size: 15px;
}

.option-titel[b-ewzgp655kt] {
    font-weight: bold;
    padding-top: 5px;
}

.option-container[b-ewzgp655kt] {
    display: flex;
}

.option-label[b-ewzgp655kt] {
    justify-content: flex-start;
    width: 100%;
    padding-right: 20px;
}

.option-ms-new-container[b-ewzgp655kt] {
    display: flex;
    width: 100%;
}

.option-ms-new-input[b-ewzgp655kt] {
    justify-content: flex-start;
    width: 100%;
}

.option-ms-new-button[b-ewzgp655kt] {
    justify-content: flex-end;
    margin-left: 15px;
}

.option-katalog-formular[b-ewzgp655kt] {
    white-space: pre-wrap;
}

.option-switch-container[b-ewzgp655kt]{
    display: flex;
}

.option-switch-label[b-ewzgp655kt] {
    justify-content: right;
    width: 100%;
    line-height: 30px;
    white-space:break-spaces;
}
/* /Pages/Shared/Produkte/Produkte.razor.rz.scp.css */
/* /Pages/Shared/Reklamationen/Reklamationen.razor.rz.scp.css */
.abgeschlossen[b-3ibu7j7afb] {
    color: #A00022;
    width: 30px;
    font-size: 20px;
    line-height: 11px;
}
/* /Pages/Shared/Reklamationen/Reklamationen_Add.razor.rz.scp.css */
/* /Pages/Shared/Verkostungen/Verkostungen.razor.rz.scp.css */
/* /Pages/Verwaltung/Betriebserhebung/Betriebserhebung_Multi.razor.rz.scp.css */
.EMail-Input-Container[b-9yammhvgtq] {
    overflow: auto;
    width: 75%;
    border: 1px solid #D9D9D9;
    padding: 5px 10px;
    max-height: 30vh;
}
.label-name-Email-Input[b-9yammhvgtq] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 35%;
}
/* /Pages/Verwaltung/Betriebserhebung/Bilder/Bilder.razor.rz.scp.css */
.row-element-point-icon[b-0ki5oxfr2n] {
    color: #A00022 !important;
    margin-top: 0px;
    margin-left: 5px;
}

.row-element-point-empty-icon[b-0ki5oxfr2n] {
    color: #808080 !important;
    margin-top: 0px;
    margin-left: 5px;
}
/* /Pages/Verwaltung/Betriebserhebung/Produkte/Produkte.razor.rz.scp.css */
.row-element-point-icon[b-9smfoawp5t] {
    color: #A00022 !important;
    margin-top: 0px;
    margin-left: 5px;
}

.row-element-point-empty-icon[b-9smfoawp5t] {
    color: #808080 !important;
    margin-top: 0px;
    margin-left: 5px;
}
/* /Pages/Verwaltung/Geschaeftserhebung/Geschaeftserhebung.razor.rz.scp.css */
.modalwindowoverlay[b-zqk3s8td9b] {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 9999;
}

    .modalwindowoverlay .modalwindow[b-zqk3s8td9b] {
        min-width: 650px;
        display: flex;
        flex-direction: column;
        background-color: white;
        border: 1px solid #808080;
        box-shadow: 2px 2px 3px 3px #C0C0C0;
    }

        .modalwindowoverlay .modalwindow .modalwindowheader[b-zqk3s8td9b] {
            background-color: #A00022;
            color: white;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 5px 10px;
        }

        .modalwindowoverlay .modalwindow .modalwindowbody[b-zqk3s8td9b] {
            padding: 5px 10px;
        }

        .modalwindowoverlay .modalwindow .modalwindowfooter[b-zqk3s8td9b] {
            display: flex;
            flex-flow: nowrap;
            gap: 10px;
            padding: 5px 10px;
        }

            .modalwindowoverlay .modalwindow .modalwindowfooter .first-item[b-zqk3s8td9b] {
                margin-left: unset;
            }
/* /Pages/Verwaltung/Geschaeftserhebung/Geschaeftserhebung_Auswertung.razor.rz.scp.css */
.top-container[b-godnqmhnkb] {
    display: flex;
}

.top-container-left[b-godnqmhnkb] {
    justify-content: flex-start;
}

.top-container-right[b-godnqmhnkb] {
    justify-content: flex-end;
}

.image[b-godnqmhnkb] {
    width: 110px;
    height: 110px;
}

.page[b-godnqmhnkb] {
    height: 842px;
    padding: 25px;
    position: relative;
}

.page-border[b-godnqmhnkb] {
    border: 1px solid #808080;
}

.page-footer[b-godnqmhnkb] {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    width: 100%;
}

.page-serapator[b-godnqmhnkb] {
    height: 20px;
    width: 100%;
}

.report-red[b-godnqmhnkb] {
    color: #A00022;
}

.border-red[b-godnqmhnkb] {
    border: 1px solid #A00022;
}

.border-top-gray[b-godnqmhnkb] {
    border-top: 1px solid #d9d9d9;
}

.padding-column-5[b-godnqmhnkb] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.report-titel[b-godnqmhnkb] {
    font-size: 40px;
    font-weight: bold;
}

.report-subtitel[b-godnqmhnkb] {
    font-size: 24px;
}

.row-container[b-godnqmhnkb] {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
}

.row-container-left[b-godnqmhnkb] {
    justify-content: flex-start;
}

.width-100[b-godnqmhnkb] {
    width: 100%;
}

.width-50[b-godnqmhnkb] {
    width: 50%;
}

.width-25[b-godnqmhnkb] {
    width: 25%;
}

.row-container-right[b-godnqmhnkb] {
    justify-content: flex-end;
}

.row-titel[b-godnqmhnkb] {
    font-size: 12px;
    font-weight: bold;
    width: 130px;
}

.row-segment-titel[b-godnqmhnkb] {
    border: 1px solid #A00022;
    color: #A00022;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    height: 30px;
    font-weight: bold;
}

.row-sub-segment-titel[b-godnqmhnkb] {
    color: #A00022;
    font-weight: bold;
}

.row-value[b-godnqmhnkb] {
}

.row-element-titel[b-godnqmhnkb] {
    font-weight: bold;
    width: 100%;
}

.row-element-text[b-godnqmhnkb] {
    width: 100%;
    word-break: break-word;
}

.row-element-user-text[b-godnqmhnkb] {
    min-height: 25px;
    padding: 5px;
    border: 1px solid #d9d9d9;
    background-color: #FAFAFA;
    width: 100%;
    word-break: break-word;
    white-space: break-spaces;
}

.row-element-value-container[b-godnqmhnkb] {
    display: flex;
    width: 85px;
    padding-top: 0px;
    padding-left: 20px;
    text-align: end;
}

.row-element-value-icon[b-godnqmhnkb] {
    color: #A00022 !important;
    margin-top: -5px;
    margin-left: 5px;
}

.row-element-value-label[b-godnqmhnkb] {
    font-weight: bold;
    width: 40px;
}

.row-element-point-container[b-godnqmhnkb] {
    display: flex;
    padding-top: 0px;
    padding-right: 10px;
    text-align: end;
}

.row-element-point-icon[b-godnqmhnkb] {
    color: #A00022 !important;
    margin-top: 0px;
    margin-left: 5px;
}

.row-element-point-empty-icon[b-godnqmhnkb] {
    color: #808080 !important;
    margin-top: 0px;
    margin-left: 5px;
}

.tab-container[b-godnqmhnkb] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .tab-container .tab-selector-container[b-godnqmhnkb] {
        display: flex;
        flex-flow: nowrap;
        gap: 0px;
        width: 100%;
        border-bottom: 1px solid #DEDEDE;
    }

        .tab-container .tab-selector-container .tab-selector[b-godnqmhnkb] {
            display: flex;
            flex-flow: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            cursor: pointer;
            border: 1px solid #CACACA;
            border-bottom: unset;
            border-radius: 5px 15px 0px 0px;
            font-weight: bold;
            padding: 2px 5px;
            padding-right: 15px;
            gap: 5px;
            background: #DEDEDE;
            color: #626262;
            z-index: 1;
        }

            .tab-container .tab-selector-container .tab-selector:hover[b-godnqmhnkb] {
                background: #C4C4C4;
            }

            .tab-container .tab-selector-container .tab-selector.activ-tab-item[b-godnqmhnkb] {
                background: #A00022;
                border: unset;
                color: white;
                z-index: 2;
            }

                .tab-container .tab-selector-container .tab-selector.activ-tab-item:hover[b-godnqmhnkb] {
                    background: #86001D;
                }

            .tab-container .tab-selector-container .tab-selector .deleteFilialeItem[b-godnqmhnkb] {
                font-weight: bolder;
                font-size: 8px;
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;
                text-align: center;
            }

    .tab-container .tab-body-container[b-godnqmhnkb] {
        border: 1px solid #DEDEDE;
        border-top: unset;
        padding: 10px;
    }
/* /Pages/Verwaltung/Geschaeftserhebung/Geschaeftserhebung_Multi.razor.rz.scp.css */
.main-container[b-0fpugb7i0z] {
    height: 60%;
    width: 100%;
    display: flex;
    flex-flow: nowrap;
    gap: 10px;
}

    .main-container .item-container[b-0fpugb7i0z] {
        padding: 20px;
        border: 1px solid #D9D9D9;
        background-color: #FAFAFA;
    }
/* /Pages/Verwaltung/Hogast/Produkte.razor.rz.scp.css */
.row-element-point-icon[b-bjg7onjnpy] {
    color: #A00022 !important;
    margin-top: 0px;
    margin-left: 5px;
}

.row-element-point-empty-icon[b-bjg7onjnpy] {
    color: #808080 !important;
    margin-top: 0px;
    margin-left: 5px;
}
/* /Pages/Verwaltung/Hogast/Produzenten.razor.rz.scp.css */
.row-element-point-icon[b-vnfr9eft7l] {
    color: #A00022 !important;
    margin-top: 0px;
    margin-left: 5px;
}

.row-element-point-empty-icon[b-vnfr9eft7l] {
    color: #808080 !important;
    margin-top: 0px;
    margin-left: 5px;
}
/* /Pages/Verwaltung/Kriterien/Kriterien_Edit.razor.rz.scp.css */
/* /Pages/Verwaltung/Kriterien/Kriterien_Uebersicht.razor.rz.scp.css */
.Formular-Container[b-tj1s9jstfa] {
    width: 100%;
    height: fit-content;
    max-height: 85px;
    text-align: start;
    white-space: normal;
    overflow: hidden;
    text-overflow:ellipsis;
}
/* /Pages/Verwaltung/Produkte/Produkte_Export.razor.rz.scp.css */
.row-element-point-icon[b-6djic9u49l] {
    color: #A00022 !important;
    margin-top: 0px;
    margin-left: 5px;
}

.row-element-point-empty-icon[b-6djic9u49l] {
    color: #808080 !important;
    margin-top: 0px;
    margin-left: 5px;
}
/* /Pages/Verwaltung/TextVerwaltung/TextVerwaltung.razor.rz.scp.css */
/* /Pages/Verwaltung/TextVerwaltung/TextVerwaltung_Add.razor.rz.scp.css */
/* /Pages/Verwaltung/Verkostungen/Verkostungen_Ergebnis.razor.rz.scp.css */
.EMail-Label-Container[b-gs5mdl9nfg] {
    overflow: auto;
    width: 75%;
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    max-height: 30vh;
}

.label-name-Email-Input[b-gs5mdl9nfg] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 35%;
}
/* /Pages/Verwaltung/Verkostungen/Verkostungen_Ergebnis_Uebersicht.razor.rz.scp.css */
.EMail-Label-Container[b-chsb7fvom5] {
    overflow: auto;
    width: 75%;
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    max-height: 30vh;
}

.label-name-Email-Input[b-chsb7fvom5] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 35%;
}

.datefilter-container[b-chsb7fvom5] {
    width: 100%;
    display: flex;
    gap: 5%;
}

.label-container[b-chsb7fvom5] {
    width: 30%;
    border-radius: unset;
}

    .label-container .label-name[b-chsb7fvom5] {
        width: 40%;
    }
/* /Pages/Verwaltung/Verkostungen/Verkostungen_Export.razor.rz.scp.css */
.row-element-point-icon[b-g5bqlsdh22] {
    color: #A00022 !important;
    margin-top: 0px;
    margin-left: 5px;
}

.row-element-point-empty-icon[b-g5bqlsdh22] {
    color: #808080 !important;
    margin-top: 0px;
    margin-left: 5px;
}
/* /Reports/Kontrolle_Handwerk.razor.rz.scp.css */
.top-container[b-evlbobi33j]{
    display: flex;
}
.top-container-left[b-evlbobi33j]{
    justify-content: flex-start;
}
.top-container-right[b-evlbobi33j] {
    justify-content: flex-end;
    margin-left: 20px;
}
.image[b-evlbobi33j] {
    width: 110px;
    height: 110px;
}
.page[b-evlbobi33j] {
    height: 842px;
    padding: 25px;
    position: relative;
}
.page-border[b-evlbobi33j] {
    border: 1px solid #808080;
}
.page-footer[b-evlbobi33j]{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    width: 100%;
}
.page-serapator[b-evlbobi33j] {
    height: 20px;
    width: 100%;
}
.report-red[b-evlbobi33j] {
    color: #A00022;
}
.border-red[b-evlbobi33j] {
    border: 1px solid #A00022;
}
.border-top-gray[b-evlbobi33j] {
    border-top: 1px solid #d9d9d9;
}
.padding-column-5[b-evlbobi33j]{
    padding-top: 5px;
    padding-bottom: 5px;
}
.report-titel[b-evlbobi33j]{
    font-size: 40px;
    font-weight: bold;
}
.report-subtitel[b-evlbobi33j]{
    font-size: 24px;
}
.row-container[b-evlbobi33j]{
    padding-left: 5px;
    padding-right: 5px;
    display:flex;
}
.row-container-left[b-evlbobi33j] {
    justify-content: flex-start;
}

.width-100[b-evlbobi33j]{
    width: 100%;
}
.width-50[b-evlbobi33j] {
    width: 50%;
}
.width-25[b-evlbobi33j] {
    width: 25%;
}

.row-container-right[b-evlbobi33j] {
    justify-content: flex-end;
}
.row-titel[b-evlbobi33j] {
    font-size: 12px;
    font-weight: bold;
    width: 130px;
}
.row-segment-titel[b-evlbobi33j] 
{
    border: 1px solid #A00022;
    color: #A00022;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    width: 100%;
    height: 30px;
    font-weight: bold;
}
.row-sub-segment-titel[b-evlbobi33j] {
    font-size: 12px;
    color: #A00022;
    font-weight: bold;
}

.row-value[b-evlbobi33j] {
    font-size: 12px;
}

.row-element-titel[b-evlbobi33j] {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}
.row-element-text[b-evlbobi33j]{
    font-size: 12px;
    width: 100%;
    word-break: break-word;    
}
.row-element-user-text[b-evlbobi33j] {
    min-height: 25px;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #d9d9d9;
    background-color: #FAFAFA;
    width: 100%;
    word-break: break-word;
    white-space: break-spaces;
}
.row-element-value-container[b-evlbobi33j] {
    display: flex;
    width: 85px;
    padding-top: 0px;
    padding-left: 20px;
    text-align: end;
    
}
.row-element-value-icon[b-evlbobi33j] {
    color: #A00022 !important;
    margin-top: -5px;
    margin-left: 5px;
}

.row-element-value-label[b-evlbobi33j] {
    font-weight: bold;
    font-size: 12px;
    width: 40px;
}
.row-element-point-container[b-evlbobi33j] {
    display: flex;
    padding-top: 0px;
    padding-right: 10px;
    text-align: end;
}
.row-element-point-icon[b-evlbobi33j] {
    color: #A00022 !important;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 10px;
}
.row-element-point-empty-icon[b-evlbobi33j] {
    color: #808080 !important;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 10px;
}
/* /Reports/Kontrolle_Qualitaetsprodukte.razor.rz.scp.css */
.top-container[b-cawe5ix5pm] {
    display: flex;
}

.top-container-left[b-cawe5ix5pm] {
    justify-content: flex-start;
}

.top-container-right[b-cawe5ix5pm] {
    justify-content: flex-end;
    margin-left: 20px;
}

.image[b-cawe5ix5pm] {
    width: 110px;
    height: 110px;
}

.page[b-cawe5ix5pm] {
    height: 842px;
    padding: 25px;
    position: relative;
}

.page-border[b-cawe5ix5pm] {
    border: 1px solid #808080;
}

.page-footer[b-cawe5ix5pm] {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    width: 100%;
}

.page-serapator[b-cawe5ix5pm] {
    height: 20px;
    width: 100%;
}

.report-red[b-cawe5ix5pm] {
    color: #A00022;
}

.border-red[b-cawe5ix5pm] {
    border: 1px solid #A00022;
}

.border-top-gray[b-cawe5ix5pm] {
    border-top: 1px solid #d9d9d9;
}

.padding-column-5[b-cawe5ix5pm] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.report-titel[b-cawe5ix5pm] {
    font-size: 40px;
    font-weight: bold;
}

.report-subtitel[b-cawe5ix5pm] {
    font-size: 24px;
}

.row-container[b-cawe5ix5pm] {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
}

.row-container-left[b-cawe5ix5pm] {
    justify-content: flex-start;
}

.width-100[b-cawe5ix5pm] {
    width: 100%;
}

.width-50[b-cawe5ix5pm] {
    width: 50%;
}

.width-25[b-cawe5ix5pm] {
    width: 25%;
}

.row-container-right[b-cawe5ix5pm] {
    justify-content: flex-end;
}

.row-titel[b-cawe5ix5pm] {
    font-size: 12px;
    font-weight: bold;
    width: 130px;
}

.row-segment-titel[b-cawe5ix5pm] {
    border: 1px solid #A00022;
    color: #A00022;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    width: 100%;
    height: 30px;
    font-weight: bold;
}

.row-sub-segment-titel[b-cawe5ix5pm] {
    font-size: 12px;
    color: #A00022;
    font-weight: bold;
}

.row-value[b-cawe5ix5pm] {
    font-size: 12px;
}

.row-element-titel[b-cawe5ix5pm] {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

.row-element-text[b-cawe5ix5pm] {
    font-size: 12px;
    width: 100%;
    word-break: break-word;
}

.row-element-user-text[b-cawe5ix5pm] {
    min-height: 25px;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #d9d9d9;
    background-color: #FAFAFA;
    width: 100%;
    word-break: break-word;
    white-space: break-spaces;
}

.row-element-value-container[b-cawe5ix5pm] {
    display: flex;
    width: 85px;
    padding-top: 0px;
    padding-left: 20px;
    text-align: end;
}

.row-element-value-icon[b-cawe5ix5pm] {
    color: #A00022 !important;
    margin-top: -5px;
    margin-left: 5px;
}

.row-element-value-label[b-cawe5ix5pm] {
    font-weight: bold;
    font-size: 12px;
    width: 40px;
}

.row-element-point-container[b-cawe5ix5pm] {
    display: flex;
    padding-top: 0px;
    padding-right: 10px;
    text-align: end;
}

.row-element-point-icon[b-cawe5ix5pm] {
    color: #A00022 !important;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 10px;
}

.row-element-point-empty-icon[b-cawe5ix5pm] {
    color: #808080 !important;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 10px;
}
/* /Reports/Kontrolle_Schankbetriebe.razor.rz.scp.css */
.top-container[b-m8ijamkd5k]{
    display: flex;
}
.top-container-left[b-m8ijamkd5k]{
    justify-content: flex-start;
}
.top-container-right[b-m8ijamkd5k] {
    justify-content: flex-end;
    margin-left: 20px;
}
.image[b-m8ijamkd5k] {
    width: 110px;
    height: 110px;
}
.page[b-m8ijamkd5k] {
    height: 842px;
    padding: 25px;
    position: relative;
}
.page-border[b-m8ijamkd5k] {
    border: 1px solid #808080;
}
.page-footer[b-m8ijamkd5k]{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    width: 100%;
}
.page-serapator[b-m8ijamkd5k] {
    height: 20px;
    width: 100%;
}
.report-red[b-m8ijamkd5k] {
    color: #A00022;
}
.border-red[b-m8ijamkd5k] {
    border: 1px solid #A00022;
}
.border-top-gray[b-m8ijamkd5k] {
    border-top: 1px solid #d9d9d9;
}
.padding-column-5[b-m8ijamkd5k]{
    padding-top: 5px;
    padding-bottom: 5px;
}
.report-titel[b-m8ijamkd5k]{
    font-size: 40px;
    font-weight: bold;
}
.report-subtitel[b-m8ijamkd5k]{
    font-size: 24px;
}
.row-container[b-m8ijamkd5k]{
    padding-left: 5px;
    padding-right: 5px;
    display:flex;
}
.row-container-left[b-m8ijamkd5k] {
    justify-content: flex-start;
}

.width-100[b-m8ijamkd5k]{
    width: 100%;
}
.width-50[b-m8ijamkd5k] {
    width: 50%;
}
.width-25[b-m8ijamkd5k] {
    width: 25%;
}

.row-container-right[b-m8ijamkd5k] {
    justify-content: flex-end;
}
.row-titel[b-m8ijamkd5k] {
    font-size: 12px;
    font-weight: bold;
    width: 130px;
}
.row-segment-titel[b-m8ijamkd5k] 
{
    border: 1px solid #A00022;
    color: #A00022;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    width: 100%;
    height: 30px;
    font-weight: bold;
}
.row-sub-segment-titel[b-m8ijamkd5k] {
    font-size: 12px;
    color: #A00022;
    font-weight: bold;
}

.row-value[b-m8ijamkd5k] {
    font-size: 12px;
}

.row-element-titel[b-m8ijamkd5k] {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}
.row-element-text[b-m8ijamkd5k]{
    font-size: 12px;
    width: 100%;
    word-break: break-word;    
}
.row-element-user-text[b-m8ijamkd5k] {
    font-size: 12px;
    padding: 5px;
    border: 1px solid #d9d9d9;
    background-color: #FAFAFA;
    width: 100%;
    word-break: break-word;
    min-height: 25px;
    white-space: break-spaces;
}
.row-element-value-container[b-m8ijamkd5k] {
    display: flex;
    width: 85px;
    padding-top: 0px;
    padding-left: 10px;
    text-align: end;
    
}
.row-element-value-icon[b-m8ijamkd5k] {
    color: #A00022 !important;
    margin-top: -5px;
    margin-left: 5px;
}

.row-element-value-label[b-m8ijamkd5k] {
    font-weight: bold;
    font-size: 12px;
    width: 50px;
}
.row-element-point-container[b-m8ijamkd5k] {
    display: flex;
    padding-top: 0px;
    padding-right: 10px;
    text-align: end;
}
.row-element-point-icon[b-m8ijamkd5k] {
    color: #A00022 !important;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 10px;
}
.row-element-point-empty-icon[b-m8ijamkd5k] {
    color: #808080 !important;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 10px;
}
/* /Reports/Kontrolle_UaB.razor.rz.scp.css */
.top-container[b-n2n7b13zw6] {
    display: flex;
}

.top-container-left[b-n2n7b13zw6] {
    justify-content: flex-start;
}

.top-container-right[b-n2n7b13zw6] {
    justify-content: flex-end;
    margin-left:20px;
}

.image[b-n2n7b13zw6] {
    width: 110px;
    height: 110px;
}

.page[b-n2n7b13zw6] {
    height: 842px;
    padding: 25px;
    position: relative;
}

.page-border[b-n2n7b13zw6] {
    border: 1px solid #808080;
}

.page-footer[b-n2n7b13zw6] {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    width: 100%;
}

.page-serapator[b-n2n7b13zw6] {
    height: 20px;
    width: 100%;
}

.report-red[b-n2n7b13zw6] {
    color: #A00022;
}

.border-red[b-n2n7b13zw6] {
    border: 1px solid #A00022;
}

.border-top-gray[b-n2n7b13zw6] {
    border-top: 1px solid #d9d9d9;
}

.padding-column-5[b-n2n7b13zw6] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.report-titel[b-n2n7b13zw6] {
    font-size: 40px;
    font-weight: bold;
}

.report-subtitel[b-n2n7b13zw6] {
    font-size: 24px;
}

.row-container[b-n2n7b13zw6] {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
}

.row-container-left[b-n2n7b13zw6] {
    justify-content: flex-start;
}

.width-100[b-n2n7b13zw6] {
    width: 100%;
}

.width-50[b-n2n7b13zw6] {
    width: 50%;
}

.width-25[b-n2n7b13zw6] {
    width: 25%;
}

.row-container-right[b-n2n7b13zw6] {
    justify-content: flex-end;
}

.row-titel[b-n2n7b13zw6] {
    font-size: 12px;
    font-weight: bold;
    width: 130px;
}

.row-segment-titel[b-n2n7b13zw6] {
    border: 1px solid #A00022;
    color: #A00022;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    width: 100%;
    height: 30px;
    font-weight: bold;
}

.row-sub-segment-titel[b-n2n7b13zw6] {
    font-size: 12px;
    color: #A00022;
    font-weight: bold;
}

.row-value[b-n2n7b13zw6] {
    font-size: 12px;
}

.row-element-titel[b-n2n7b13zw6] {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

.row-element-text[b-n2n7b13zw6] {
    font-size: 12px;
    width: 100%;
    word-break: break-word;
}

.row-element-user-text[b-n2n7b13zw6] {
    min-height: 25px;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #d9d9d9;
    background-color: #FAFAFA;
    width: 100%;
    word-break: break-word;
    white-space: break-spaces;
}

.row-element-value-container[b-n2n7b13zw6] {
    display: flex;
    width: 85px;
    padding-top: 0px;
    padding-left: 20px;
    text-align: end;
}

.row-element-value-icon[b-n2n7b13zw6] {
    color: #A00022 !important;
    margin-top: -5px;
    margin-left: 5px;
}

.row-element-value-label[b-n2n7b13zw6] {
    font-weight: bold;
    font-size: 12px;
    width: 40px;
}

.row-element-point-container[b-n2n7b13zw6] {
    display: flex;
    padding-top: 0px;
    padding-right: 10px;
    text-align: end;
}

.row-element-point-icon[b-n2n7b13zw6] {
    color: #A00022 !important;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 10px;
}

.row-element-point-empty-icon[b-n2n7b13zw6] {
    color: #808080 !important;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 10px;
}
/* /Shared/Components/Banner.razor.rz.scp.css */
.overlay[b-cqewh4sqs2] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 997;
    cursor: default;
}

.top-row[b-cqewh4sqs2] {
    background: linear-gradient(to bottom, #FEFAEB 0%, #FEFAEB 39%, #A00022 39%, #A00022 100%);
    height: 122px;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.top-row-left-container[b-cqewh4sqs2] {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.left-container-item[b-cqewh4sqs2]{
    justify-content: flex-start;
    align-items: center;
}
.top-row-right-container[b-cqewh4sqs2] {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    margin-right: 16px;
}
.right-container-item[b-cqewh4sqs2]{
    justify-content: flex-end;
    display: flex;
    margin-top: 52px;
    color: white;
}

    .top-row[b-cqewh4sqs2]  a, .top-row .btn-link[b-cqewh4sqs2] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-cqewh4sqs2] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cqewh4sqs2] {
        display: none;
    }

    .top-row.auth[b-cqewh4sqs2] {
        justify-content: space-between;
    }

    .top-row a[b-cqewh4sqs2], .top-row .btn-link[b-cqewh4sqs2] {
        margin-left: 0;
    }
}
.image[b-cqewh4sqs2] {
    height: 85px;
    margin-left: 18px;
    margin-top: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.title[b-cqewh4sqs2]{
    margin-left: 50px;
    margin-top: 45px;
    font-size: 27px;
    color: white;
}

.user-name[b-cqewh4sqs2] {
    margin-right: 15px;
}

.bubble[b-cqewh4sqs2] {
    height: 52px;
    width: 52px;
    border-radius: 27px;
    border: 2px solid #FFFFFF;
    background-image: url('/Images/Banner/Haus.png');
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
}

.chevron-menu-button[b-cqewh4sqs2] {
    float: right;
    margin-top: 47px !important;
    margin-left: 10px;
    cursor: pointer;
}

.menu[b-cqewh4sqs2]{
    position: absolute;
    top:120px;
    right: 0px;
    background-color: #A00022;
    color: white;
    z-index: 1000;
}
.menu-item[b-cqewh4sqs2]{
    padding: 8px 15px;
    cursor: pointer;
    width: 100%;
}
.online-tooltip[b-cqewh4sqs2]{
    position: fixed;
    right: 25px;
    top: 13px;
}

.status-green[b-cqewh4sqs2] {
    width: 15px;
    height: 15px;
    background-color: forestgreen;
    opacity: 0.7;
    border-radius: 58px;
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}

.status-red[b-cqewh4sqs2] {
    width: 15px;
    height: 15px;
    background-color: #A00022;
    opacity: 0.7;
    border-radius: 58px;
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}
/* /Shared/Components/BusyIndicator.razor.rz.scp.css */
.ball-loader[b-cs4ews5gkv] {
    color: #A00022;
    font-size: 12px;
    margin: 80px auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4-b-cs4ews5gkv 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4-b-cs4ews5gkv {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
/* /Shared/Components/DialogWindowComponent.razor.rz.scp.css */
.modalwindowoverlay[b-krzqo3eiow] {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 9999;
}

    .modalwindowoverlay .modalwindow[b-krzqo3eiow] {
        min-width: 650px;
        display: flex;
        flex-direction: column;
        background-color: white;
        border: 1px solid #808080;
        box-shadow: 2px 2px 3px 3px #C0C0C0;
    }

        .modalwindowoverlay .modalwindow .modalwindowheader[b-krzqo3eiow] {
            background-color: #A00022;
            color: white;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 5px 10px;
        }

        .modalwindowoverlay .modalwindow .modalwindowbody[b-krzqo3eiow] {
            padding: 5px 10px;
        }

        .modalwindowoverlay .modalwindow .modalwindowfooter[b-krzqo3eiow] {
            display: flex;
            flex-flow: nowrap;
            gap: 10px;
            padding: 5px 10px;
        }

            .modalwindowoverlay .modalwindow .modalwindowfooter .first-item[b-krzqo3eiow] {
                margin-left: unset;
            }
/* /Shared/Components/DropDownWithSearch.razor.rz.scp.css */
.overlay[b-691wzkfpr8]{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 997;
    cursor: default;
}

.DropDown-content[b-691wzkfpr8] {
    position: relative;
    cursor: pointer;
}

.popup-menu[b-691wzkfpr8] {
    z-index: 998;
    position: absolute;
    border: 1px solid lightgray;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    top: 28px;
    background-color: white;
    width: fit-content !important;
    min-width: calc(100% + 2px) !important;
    min-width: -moz-calc(100% + 2px) !important;
    min-width: -webkit-calc(100% + 2px) !important;
    min-width: -o-calc(100% + 2px) !important;
    max-width: 150% !important;
}

.popup-menu-searchbox[b-691wzkfpr8] {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
}

.popup-menu-content[b-691wzkfpr8] {
    height: 200px;
    padding-bottom: 3px;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
}

.popup-menu-item[b-691wzkfpr8] {
    width: 100%;
    height: 30px;
    cursor: pointer;
    padding: 5px;
    width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .popup-menu-item:hover[b-691wzkfpr8] {
        background-color: #A0002220;
    }

.popup-menu-item-selected[b-691wzkfpr8] {
    width: 100%;
    height: 30px;
    cursor: pointer;
    padding: 5px;
    background-color: #A00022;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-container[b-691wzkfpr8] {
    display: flex;
    align-items: center;
    border: 1px solid lightgray;
    border-radius: 2px;
    height: 30px;
}

.item-left[b-691wzkfpr8] {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.item-right[b-691wzkfpr8] {
    justify-content: flex-end;
    align-items: center;
}

.menu-button[b-691wzkfpr8] {
    margin-left: 5px;
    padding: 7px;
    margin-top: -1px;
    height: 100%;
    cursor: pointer;
}

.DropDown-label[b-691wzkfpr8] {
    width: 100%;
    height: 30px;
    cursor: pointer;
    padding-left: 5px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.small-element-separator[b-691wzkfpr8] {
    height: 5px;
}
/* /Shared/Components/FileUploader.razor.rz.scp.css */
.input-file-label[b-75gmb9kln6] {
    width: 100%;
    font-size: 14px;
    background-color: #FAFAFA;
    color: #626262;
    padding: 7px;
    padding-left: 10px;
    cursor: pointer;
    height: 34px;
    overflow: hidden;
}

.input-file-div[b-75gmb9kln6] {
    width: 100%;
    background-color: #FAFAFA;
    justify-content: flex-start;
    overflow: hidden;
}
.input-file-button-container[b-75gmb9kln6] {
    justify-content: flex-end;
}
.input-file-button[b-75gmb9kln6] {
    border-left: 1px solid #d9d9d9;
    border-bottom: none;
    border-top: none;
    border-right: none;
    background-color: #FAFAFA;
    font-size: 12px;
    margin-top: -1px;
    padding-left: 10px;
    padding-top: 10px;
    height: 34px;
    width: 34px;
    cursor: pointer;
}

    .input-file-button:hover[b-75gmb9kln6] {
        background-color: #ebebeb !important;
    }


.lds-ring[b-75gmb9kln6] {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    padding-top: 5px;
    padding-left: 10px;
}

    .lds-ring div[b-75gmb9kln6] {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        margin: 2px;
        border: 2px solid #fed;
        border-radius: 50%;
        animation: lds-ring-b-75gmb9kln6 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #A00022 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1)[b-75gmb9kln6] {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2)[b-75gmb9kln6] {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3)[b-75gmb9kln6] {
            animation-delay: -0.15s;
        }

@keyframes lds-ring-b-75gmb9kln6 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader[b-75gmb9kln6] {
    align-content: center;
    height: 34px;
    width: 34px;
    position: relative;
    top: -1px;
    display: inline-block;
    border-left: 1px solid #d9d9d9;
    background-color: #FAFAFA;
}

.error[b-75gmb9kln6]{
    color: #A00022;

}
/* /Shared/Components/ImageViewerComponent.razor.rz.scp.css */
.Meldung-Keine-Dokument-Gefunden[b-8cfcmxnjzx] {
    font-weight: bold;
    font-size: 70px;
    justify-content: center;
    vertical-align: middle;
    align-content: center;
    position: absolute;
    top: 5vh;
    left: 5vw;
}

.k-form[b-8cfcmxnjzx] {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.k-form-fieldset[b-8cfcmxnjzx] {
    height: 100%;
    overflow: hidden;
    white-space: normal;
}

.k-form-content[b-8cfcmxnjzx] {
    height: calc(100% - 45px);
    height: -moz-calc(100% - 45px);
    height: -webkit-calc(100% - 45px);
    height: -o-calc(100% - 45px);
    width: 100%;
    margin: unset;
    border: unset;
    padding: unset;
    outline: unset;
    overflow: hidden;
}

.k-form-button-container[b-8cfcmxnjzx] {
    height: 45px;
    margin: unset;
    border: unset;
    padding: unset;
    outline: unset;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    vertical-align: bottom;
}

.close-button-container[b-8cfcmxnjzx] {
    margin: unset;
    border: unset;
    padding: unset;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: unset;
}

.window-content-form-overlay[b-8cfcmxnjzx] {
    width: 100%;
    height: 100%;
    min-width: unset;
    min-height: unset;
    max-width: unset;
    max-height: unset;
    overflow: hidden;
    outline: unset;
    margin: unset;
    border: unset;
    padding: unset;
    position: relative;
}

.telerik-report-container[b-8cfcmxnjzx] {
    height: 100%;
}

.telerik-report-toolbar[b-8cfcmxnjzx] {
    margin-bottom: 10px;
}

.telerik-report-viewer[b-8cfcmxnjzx] {
    height: 100%;
}

.telerik-image-viewer[b-8cfcmxnjzx] {
    height: 100%;
    overflow: auto;
}

    .telerik-image-viewer img[b-8cfcmxnjzx] {
        width: 100%;
        object-fit: contain;
        object-position: center;
    }

.form-detail-download[b-8cfcmxnjzx] {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    cursor: pointer;
}

    .form-detail-download:hover[b-8cfcmxnjzx] {
        color: #0F7173;
    }

        .form-detail-download:hover .form-detail-download-icon[b-8cfcmxnjzx] {
            color: #0F7173 !important;
        }

.form-detail-download-icon[b-8cfcmxnjzx] {
    font-size: 24px;
    color: #808080;
}

.form-detail-download-description[b-8cfcmxnjzx] {
    line-height: 34px;
}

.viewerobject[b-8cfcmxnjzx] {
    height: 100%;
    width: 100%;
}
/* /Shared/Components/KontrolleFaelligkeitenComponent.razor.rz.scp.css */
.option-titel[b-qzcx9hty6z] {
    font-weight: bold;
    padding-top: 5px;
}

.Faelligkeit-Container[b-qzcx9hty6z] {
    display: flex;
    border: 1px solid #d9d9d9;
    border-bottom: unset;
}
    .Faelligkeit-Container.Alternate-Background[b-qzcx9hty6z] {
        background: #d9d9d980;
    }

    .Faelligkeit-Container .Faelligkeit-Content-Container[b-qzcx9hty6z] {
        width: calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: -webkit-calc(100% - 50px);
        width: -o-calc(100% - 50px);
        display: flex;
        padding: 5px;
        padding-right: unset;
        gap: 5px;
    }

        .Faelligkeit-Container .Faelligkeit-Content-Container .Faelligkeit-Beschreibung-Container[b-qzcx9hty6z] {
            width: 50%;
        }

        .Faelligkeit-Container .Faelligkeit-Content-Container .Faelligkeit-Date-Container[b-qzcx9hty6z] {
            width: 50%;
            height: fit-content;
            border: 1px solid #d9d9d9 !important;
        }

    .Faelligkeit-Container .Faelligkeit-remove-Container[b-qzcx9hty6z] {
        display: flex;
        width: 50px;
        padding: 5px;
        padding-left: unset;
        justify-content: center;
        vertical-align: middle;
    }

.Faelligkeit-add-Container[b-qzcx9hty6z] {
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.row-container[b-qzcx9hty6z] {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
}

.row-container-left[b-qzcx9hty6z] {
    justify-content: flex-start;
}

.row-container-right[b-qzcx9hty6z] {
    justify-content: flex-end;
}

.width-100[b-qzcx9hty6z] {
    width: 100%;
}

.row-element-main-titel[b-qzcx9hty6z] {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

.row-element-titel[b-qzcx9hty6z] {
    font-size: 12px;
    width: 100%;
    background: inherit;
}
/* /Shared/Components/KontrolleResourcenComponent.razor.rz.scp.css */
.option-titel[b-ypatc46kr9] {
    font-weight: bold;
    padding-top: 5px;
}

.Resource-Container[b-ypatc46kr9] {
    display: flex;
    flex-flow: nowrap;
    gap: 10px;
    border: 1px solid #d9d9d9;
    padding: 5px;
    border-bottom: unset;
    align-items: center;
}

    .Resource-Container.Alternate-Background[b-ypatc46kr9] {
        background: #d9d9d980;
    }

    .Resource-Container .Resource-remove-Container[b-ypatc46kr9] {
        display: flex;
        width: 50px;
        padding: 5px;
        padding-left: unset;
        justify-content: center;
        vertical-align: middle;
    }

.Resource-add-Container[b-ypatc46kr9] {
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.row-container[b-ypatc46kr9] {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
}

.row-container-left[b-ypatc46kr9] {
    justify-content: flex-start;
}

.row-container-right[b-ypatc46kr9] {
    justify-content: flex-end;
}

.row-element-point-container[b-ypatc46kr9] {
    display: flex;
    padding-top: 0px;
    padding-right: 10px;
    text-align: end;
}

.width-100[b-ypatc46kr9] {
    width: 100%;
}

.row-element-main-titel[b-ypatc46kr9] {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}
.row-element-titel[b-ypatc46kr9] {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

.row-element-text[b-ypatc46kr9] {
    font-size: 12px;
    width: 100%;
    word-break: break-word;
}

.row-element-user-text[b-ypatc46kr9] {
    min-height: 25px;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #d9d9d9;
    background-color: #FAFAFA;
    width: 100%;
    word-break: break-word;
    white-space: break-spaces;
}

.row-element-value-icon[b-ypatc46kr9] {
    color: #A00022 !important;
    margin-top: -5px;
    margin-left: 5px;
}

.row-element-value-label[b-ypatc46kr9] {
    font-weight: bold;
    font-size: 12px;
    width: 40px;
}

.row-element-point-icon[b-ypatc46kr9] {
    color: #A00022 !important;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 10px;
}

.row-element-point-empty-icon[b-ypatc46kr9] {
    color: #808080 !important;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 10px;
}

.option-container[b-ypatc46kr9] {
    display: flex;
}

.option-label-SB[b-ypatc46kr9] {
    justify-content: flex-start;
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: -o-calc(100% - 200px);
    padding-right: 20px;
}

.option-sterne-container-SB[b-ypatc46kr9] {
    justify-content: flex-end;
    display: flex;
    width: 170px;
    height: 40px;
}

.option-container[b-ypatc46kr9] {
    display: flex;
}

.option-label-QP[b-ypatc46kr9] {
    justify-content: flex-start;
    width: 100%;
    padding-right: 20px;
}
/* /Shared/Components/KontrolleSchankbetriebeProduktauswahlComponent.razor.rz.scp.css */
.option-titel[b-k91t1nehvb] {
    font-weight: bold;
    padding-top: 5px;
}

.Product-Container[b-k91t1nehvb] {
    display: flex;
    flex-flow: nowrap;
    gap: 10px;
    border: 1px solid #d9d9d9;
    padding: 5px;
    border-bottom: unset;
    align-items: center;
}

    .Product-Container.Alternate-Background[b-k91t1nehvb] {
        background: #d9d9d980;
    }

    .Product-Container .Product-remove-Container[b-k91t1nehvb] {
        display: flex;
        width: 50px;
        padding: 5px;
        padding-left: unset;
        justify-content: center;
        vertical-align: middle;
    }

.Product-add-Container[b-k91t1nehvb] {
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.row-container[b-k91t1nehvb] {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    width: 100%;
}

.row-container-left[b-k91t1nehvb] {
    width: 80%;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row-container-right[b-k91t1nehvb] {
    width: 20%;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row-element-point-container[b-k91t1nehvb] {
    display: flex;
    padding-top: 0px;
    padding-right: 10px;
    text-align: end;
}

.width-100[b-k91t1nehvb] {
    width: 100%;
}

.row-element-main-titel[b-k91t1nehvb] {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

.row-element-titel[b-k91t1nehvb] {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

.row-element-text[b-k91t1nehvb] {
    font-size: 12px;
    width: 100%;
    word-break: break-word;
}

.row-element-user-text[b-k91t1nehvb] {
    min-height: 25px;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #d9d9d9;
    background-color: #FAFAFA;
    width: 100%;
    word-break: break-word;
    white-space: break-spaces;
}

.row-element-value-container[b-k91t1nehvb] {
    display: flex;
    flex-flow: nowrap;
}

.row-element-value-label[b-k91t1nehvb] {
    font-weight: bold;
    font-size: 12px;
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: end;
}

.row-element-value-icon[b-k91t1nehvb] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #A00022 !important;
    margin-top: -2px;
    margin-left: 5px;
}

.row-element-point-icon[b-k91t1nehvb] {
    color: #A00022 !important;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 10px;
}

.row-element-point-empty-icon[b-k91t1nehvb] {
    color: #808080 !important;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 10px;
}

.option-sterne-container[b-k91t1nehvb] {
    justify-content: flex-end;
    display: flex;
    width: 170px;
    height: 40px;
}

.option-sterne-container-input[b-k91t1nehvb] {
    justify-content: flex-end;
    display: flex;
    border: 1px solid #d9d9d9;
    height: 40px;
    width: 100%;
}

.option-stern-input[b-k91t1nehvb] {
    justify-content: flex-start;
    height: 100%;
    align-items: center;
}

.option-stern-icon[b-k91t1nehvb] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 5px;
    color: #A00022 !important;
}
/* /Shared/Components/NavMenu.razor.rz.scp.css */
.nav-menu[b-1vi6ee5sn9] {
    position: sticky;
    /*top: 130px;*/
    z-index: 999;
}

.navbar-toggler[b-1vi6ee5sn9] {
    background-color: rgba(255, 255, 255, 0.1);
}

.status[b-1vi6ee5sn9] {
    width: 10px;
    height: 10px;
    background-color: #D3D3D3;
    opacity: 0.7;
    border-radius: 58px;
    float: left;
    margin-right: 15px;
}

span[b-1vi6ee5sn9] {
    color: #9A9A9A;
}

.nav-item-header[b-1vi6ee5sn9] {
    font-size: 15px;
    color: #A00022;
    padding-bottom: 15px;
    margin-top: 10px;
    cursor: pointer;
}

    .nav-item-header span[b-1vi6ee5sn9] {
        margin-right: 15px;
        color: #A00022;
        visibility: hidden !important;
    }
    .nav-item-header label[b-1vi6ee5sn9]{
        cursor: pointer;
    }

    .nav-item-header[b-1vi6ee5sn9]  a:hover {
        background-color: #F3F0E5;
        color: #A00022;
    }
.sub-nav-header[b-1vi6ee5sn9] {
    padding-left: 37px;
    padding-bottom: 0px !important;
}
    .sub-nav-header:hover[b-1vi6ee5sn9] {
        background-color: #F3F0E5;
        color: #626262;
        font-weight: bold;
    }
    .sub-nav-header .nav-link[b-1vi6ee5sn9] {
        color: #626262;
        height: 34px;
        line-height: 34px;
        display: flex;
        align-items: center;
    }

.sub-nav-header-icon[b-1vi6ee5sn9]{
    top: -1px;
    margin-right: 13px;
    margin-left: -2px
}

.nav-item[b-1vi6ee5sn9] {
    font-size: 14px;
    padding-bottom: 10px;
    color: #212529;
    cursor: pointer;
}

    .nav-item:first-of-type[b-1vi6ee5sn9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1vi6ee5sn9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1vi6ee5sn9]  a {
        padding-left: 37px;
        color: #626262;
        height: 34px;
        line-height: 34px;
        display: flex;
        align-items: center;
    }

        .nav-item[b-1vi6ee5sn9]  a.active {
            background-color: #F3F0E5;
            color: #626262;
            font-weight: bold;
            border-right: 5px solid #A00022;
        }

        .nav-item[b-1vi6ee5sn9]  a:hover {
            background-color: #F3F0E5;
            color: #626262;
            font-weight: bold;
        }
@media (min-width: 641px) {
    .navbar-toggler[b-1vi6ee5sn9] {
        display: none;
    }

    .collapse[b-1vi6ee5sn9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.nav-title[b-1vi6ee5sn9] {
    padding-left: 37px;
    color: #A00022;
    font-size: 24px;
    font-weight: bold;
    margin-left: 24px;
    cursor: default;
}
.nav-link[b-1vi6ee5sn9] {
    margin-bottom: 10px;
    padding: 0;
}
/* /Shared/Components/PDFViewerComponent.razor.rz.scp.css */
.Meldung-Keine-Dokument-Gefunden[b-czdj3x7911] {
    font-weight: bold;
    font-size: 70px;
    justify-content: center;
    vertical-align: middle;
    align-content: center;
    position: absolute;
    top: 5vh;
    left: 5vw;
}

.k-form[b-czdj3x7911] {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.k-form-fieldset[b-czdj3x7911] {
    height: 100%;
    overflow: hidden;
    white-space: normal;
}

.k-form-content[b-czdj3x7911] {
    height: calc(100% - 45px);
    height: -moz-calc(100% - 45px);
    height: -webkit-calc(100% - 45px);
    height: -o-calc(100% - 45px);
    width: 100%;
    margin: unset;
    border: unset;
    padding: unset;
    outline: unset;
    overflow: hidden;
}

.k-form-button-container[b-czdj3x7911] {
    height: 45px;
    margin: unset;
    border: unset;
    padding: unset;
    outline: unset;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    vertical-align: bottom;
}

.close-button-container[b-czdj3x7911] {
    margin: unset;
    border: unset;
    padding: unset;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: unset;
}

.window-content-form-overlay[b-czdj3x7911] {
    width: 100%;
    height: 100%;
    min-width: unset;
    min-height: unset;
    max-width: unset;
    max-height: unset;
    overflow: hidden;
    outline: unset;
    margin: unset;
    border: unset;
    padding: unset;
    position: relative;
}

.telerik-report-container[b-czdj3x7911] {
    height: 100%;
}

.telerik-report-toolbar[b-czdj3x7911] {
    margin-bottom: 10px;
}

.telerik-report-viewer[b-czdj3x7911] {
    height: 100%;
}

.telerik-image-viewer[b-czdj3x7911] {
    height: 100%;
    overflow: auto;
}

    .telerik-image-viewer img[b-czdj3x7911] {
        width: 100%;
    }

.form-detail-download[b-czdj3x7911] {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    cursor: pointer;
}

    .form-detail-download:hover[b-czdj3x7911] {
        color: #0F7173;
    }

        .form-detail-download:hover .form-detail-download-icon[b-czdj3x7911] {
            color: #0F7173 !important;
        }

.form-detail-download-icon[b-czdj3x7911] {
    font-size: 24px;
    color: #808080;
}

.form-detail-download-description[b-czdj3x7911] {
    line-height: 34px;
}

.viewerobject[b-czdj3x7911] {
    height: 100%;
    width: 100%;
}
/* /Shared/Components/SearchBox.razor.rz.scp.css */
.searchbox[b-99e5xbkx1n] {
    border: 1px solid lightgray;
    border-radius: 2px;
    width: 100%;
}
.searchbox-icon[b-99e5xbkx1n]{
    margin-left: 5px;
    top: 3px;
}
.searchbox-text[b-99e5xbkx1n]{
    border: none;
    height: 30px;
}
.searchbox-text:active[b-99e5xbkx1n]{
    border: none;
}
    .searchbox-text:focus-visible[b-99e5xbkx1n] {
        outline: none;
    }
/* /Shared/Components/TakeFotoWithCameraComponent.razor.rz.scp.css */
video[b-bqjf75cemk] {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-top: 5px;
    width: 100%;
    max-width: 1280px;
    max-height: 720px;
}

#canvas[b-bqjf75cemk] {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.button-container[b-bqjf75cemk] {
    width: 100%;
    outline: unset;
    margin: unset;
    border: unset;
    padding: unset;
    display: flex;
    justify-content: flex-end;
}
/* /Shared/Components/TextAreaComponent.razor.rz.scp.css */
/* /Shared/Components/TitelInputComponent.razor.rz.scp.css */
.title-label[b-u7dr000yeb] {
    font-weight: bold;
    margin: unset;
    padding-top: 5px;
    cursor: pointer;
}

.title-input-container[b-u7dr000yeb] {
    display: flex;
    justify-content: flex-start;
    gap: 0px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}

    .title-input-container .title-input[b-u7dr000yeb] {
        width: calc(100% - 68px);
        outline: unset;
        border: unset;
        padding: 7px;
        padding-left: 10px;
        font-weight: bold;
    }

    .title-input-container .confirm-input-button[b-u7dr000yeb] {
        width: 34px;
        outline: unset;
        border: unset;
        background-color: #A00022;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

        .title-input-container .confirm-input-button:hover[b-u7dr000yeb] {
            background-color: #86001D;
        }

    .title-input-container .cancel-input-button[b-u7dr000yeb] {
        width: 34px;
        outline: unset;
        border: unset;
        background-color: #DEDEDE;
        color: #626262;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

        .title-input-container .cancel-input-button:hover[b-u7dr000yeb] {
            background-color: #C4C4C4;
        }

@media(min-width: 1200px) {
    .title-input-container[b-u7dr000yeb] {
        width: 50%;
    }
}
/* /Shared/Components/UploadFotoFromCamera.razor.rz.scp.css */
.button-container[b-vu9sv1ct05] {
    width: 100%;
    outline: unset;
    margin: unset;
    border: unset;
    padding: unset;
    display: flex;
    justify-content: flex-end;
}

.k-card-image[b-vu9sv1ct05] {
    width: 100%;
    max-width: 1280px;
    max-height: 720px;
}

.jumbotron[b-vu9sv1ct05] {
    background: unset;
    outline: unset;
    margin: unset;
    border: unset;
    padding: 20px;
    max-width: 1320px;
    width: 100%;
}
/* /Shared/Components/UserSigning.razor.rz.scp.css */
.user-sign-canvas[b-pigz4l1nla]
{
    border: 1px solid #d9d9d9 !important;
}
.user-sign-container[b-pigz4l1nla]{
    position: relative;
    width: 500px;
    height: 250px;
}

.user-sign-clear-button[b-pigz4l1nla] {
    position: absolute;
    height: 30px;
    color: #626262;
    background-color: #DEDEDE;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    padding-left: 25px;
    padding-right: 25px;
    outline: none !important;
}
    .user-sign-clear-button:hover[b-pigz4l1nla] {
        background-color: #C4C4C4;
        text-decoration: none;
    }
    
.user-sign-save-button[b-pigz4l1nla] {
    position: absolute;
    height: 30px;
    color: white;
    background-color: #A00022;
    border: 1px solid #A00022;
    border-radius: 3px;
    padding-left: 25px;
    padding-right: 25px;
    outline: none !important;
}
    .user-sign-save-button:hover[b-pigz4l1nla] {
        background-color: #86001D;
        text-decoration: none;
    }
/* /Shared/Layout/MainLayout.razor.rz.scp.css */
.page[b-sww2uwe28q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sww2uwe28q] {
    flex: 1;
}

.sidebar[b-sww2uwe28q] {
    background-color: #FEFAEB;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 4px;
}


@media (min-width: 641px) {
    .page[b-sww2uwe28q] {
        flex-direction: row;
    }

    .sidebar[b-sww2uwe28q] {
        min-width: 375px;
        width: 375px;
        height: calc(100vh - 120px);
        height: -moz-calc(100vh - 120px);
        height: -webkit-calc(100vh - 120px);
        height: -o-calc(100vh - 120px);
        /*height: 91vh;*/
        overflow: auto;
        position: sticky;
        top: 120px;
    }

    .top-row[b-sww2uwe28q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-sww2uwe28q], article[b-sww2uwe28q] {
        padding-left: 2rem !important;
        padding-right: 2.5rem !important;
    }

    article[b-sww2uwe28q]{
        padding-bottom: 20px;
    }
}

.first-row-container[b-sww2uwe28q] {
    display: flex;
    align-items: center;
}

.first-row-item-left[b-sww2uwe28q] {
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}

.first-row-item-right[b-sww2uwe28q] {
    justify-content: flex-end;
    align-items: center;
}

.subtitle[b-sww2uwe28q] {
    margin-left: -3px;
}

.content-header[b-sww2uwe28q] {
    z-index: 900;
    padding-top: 1.1rem;
    padding-left: 2rem;
    padding-right: 2.5rem;
    padding-bottom: 0.5rem;
    position: sticky;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
/* /Shared/Layout/OeffentlichLayout.razor.rz.scp.css */
.page[b-1i9n0i0pyw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1i9n0i0pyw] {
    flex: 1;
}

.sidebar[b-1i9n0i0pyw] {
    background-color: #FEFAEB;
}


@media (min-width: 641px) {
    .page[b-1i9n0i0pyw] {
        flex-direction: row;
    }

    .sidebar[b-1i9n0i0pyw] {
        width: 250px;
        min-width: 250px;
        height: 91vh;
        position: sticky;
        top: 120px;
    }

    .top-row[b-1i9n0i0pyw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-1i9n0i0pyw], article[b-1i9n0i0pyw] {
        padding-left: 2rem !important;
        padding-right: 2.5rem !important;
        padding-bottom: 2rem !important;
    }
}

.first-row-container[b-1i9n0i0pyw] {
    display: flex;
    align-items: center;
}

.first-row-item-left[b-1i9n0i0pyw] {
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}

.first-row-item-right[b-1i9n0i0pyw] {
    justify-content: flex-end;
    align-items: center;
}

.subtitle[b-1i9n0i0pyw] {
    margin-left: -3px;
}

.content-main[b-1i9n0i0pyw] {
    padding-top: 1.1rem;
    height: calc(100vh - 230px);
    height: -webkit-calc(100vh - 230px);
    height: -moz-calc(100vh - 230px);
    height: -0-calc(100vh - 230px);
    overflow: auto;
}

.content-main[b-1i9n0i0pyw] {
    padding-top: 1.1rem;
    height: calc(100vh - 230px);
    height: -webkit-calc(100vh - 230px);
    height: -moz-calc(100vh - 230px);
    height: -0-calc(100vh - 230px);
    overflow: auto;
}

.content-header[b-1i9n0i0pyw] {
    z-index: 900;
    height: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 1.1rem;
    padding-left: 2rem;
    padding-right: 2.5rem;
    padding-bottom: 0.5rem;
    position: sticky;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 641px) {
    .content-main[b-1i9n0i0pyw] {
        height: calc(100vh - 140px);
        height: -webkit-calc(100vh - 140px);
        height: -moz-calc(100vh - 140px);
        height: -0-calc(100vh - 140px);
    }
    .content-header[b-1i9n0i0pyw] {
        height: 140px;
    }
}
