/* _content/ProofThem/Pages/BerichtPage.razor.rz.scp.css */
@media screen{
    *[b-9ad3rixie0] {
        margin: 0;
        padding: 0;
    }



    .signatures[b-9ad3rixie0] {
        display: none;
        justify-content: space-around;
        width: 100%;
        margin-top: 100px;
    }

    .signature[b-9ad3rixie0] {
        padding-right: 70px;
        padding-left: 70px;
        border-top: 1px solid black;
    }

    .printer-div[b-9ad3rixie0] {
        position: absolute;
        top: 20px;
        right: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 24px;
    }

    .printer-button[b-9ad3rixie0] {
        background-color: white;
        height: 50px;
        width: 50px;
        margin-left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 28px;
        color: black;
        cursor: pointer;
        transition: border 0.3s;
    }

        .printer-button:hover[b-9ad3rixie0] {
            border: 4px solid black;
        }

    .show-full-width[b-9ad3rixie0] {
        display: flex;
    }

    .modal-delete__wrapper-input[b-9ad3rixie0] {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin-bottom: 10px;
    }

    .delete-input[b-9ad3rixie0] {
        position: relative;
        top: 60px;
        border: 2px solid black;
        padding: 5px 10px 5px 10px;
        cursor: pointer;
    }

    .bericht[b-9ad3rixie0] {
        position: absolute;
        top: 3.5%;
        left: 50%;
        transform: translate(-50%, 0);
        height: 95%;
        width: 80%;
        margin-bottom: 50px;
        background-color: white;
        display: flex;
        flex-direction: column;
        z-index: -1;
        overflow: auto;
        overflow-x: hidden;
        float: none;
    }

    .bericht-info-border[b-9ad3rixie0] {
        width: 100%;
        height: 100% !important;
        min-height: 180px;
        font-weight: bold;
        background-color: lightgrey;
        margin: 0;
        padding: 0;
        flex: 3;
        border-top: 4px solid black;
    }

    .bericht-info[b-9ad3rixie0] {
        display: flex;
        justify-content: space-between;
        height: 50%;
    }

    .bericht__eintrag-list[b-9ad3rixie0] {
        width: 100%;
        height: 100%;
        flex: 10;
    }

    .bericht-info__eintrag[b-9ad3rixie0] {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid black;
    }


    .eintrag-hinzufügen[b-9ad3rixie0] {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: space-around;
    }

    .field[b-9ad3rixie0] {
        flex: 1;
        border: 1px solid black;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .submit-button[b-9ad3rixie0] {
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        background-color: white;
        cursor: pointer;
        transition: all 0.3s;
    }

        .submit-button:hover[b-9ad3rixie0] {
            background-color: black;
            color: grey;
            border-color: grey;
        }

    .eintrag-hinzufügen__tätigkeit[b-9ad3rixie0] {
        flex: 3.3;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: inherit;
        border: 1px solid black;
    }

    [b-9ad3rixie0] .cell__select {
        height: 2em;
        /* width: 75%; */
        font-size: 18px;
    }

    .cell__input[b-9ad3rixie0] {
        height: 2em;
        width: 9em;
    }

    .cell__number[b-9ad3rixie0] {
        width: 40px;
    }

    .cell__button[b-9ad3rixie0] {
        margin-left: 12.5px;
        background-color: #aed6dc;
        color: #4a536b;
        border: 2px solid #4a536b;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 4px;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.2s;
    }

        .cell__button:hover[b-9ad3rixie0] {
            background-color: #4a536b;
            color: #aed6bc;
            border: 3px solid #aed6bc;
            border-radius: 6px;
        }





    .bericht__info-input-date[b-9ad3rixie0] {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 2.5px;
    }










    [b-9ad3rixie0] .textarea {
        height: 100%;
        width: 100% !important;
        resize: vertical;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }


    .return-button[b-9ad3rixie0] {
        width: fit-content;
    }

    .speichern-bericht[b-9ad3rixie0] {
        border: 2px solid #4a356b;
        background-color: #aed6dc;
        color: #4a356b;
        padding: 5px 10px 5px 10px;
        border-radius: 4px;
        transition: all 0.3s;
        cursor: pointer;
        z-index: -1;
    }

        .speichern-bericht:hover[b-9ad3rixie0] {
            border: 4px solid #aed6bc;
            background-color: #4a536b;
            color: #aed6bc;
            border-radius: 4px;
        }


    .check-for-saving-wrapper[b-9ad3rixie0] {
        z-index: 50;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.4);
    }

        .check-for-saving-wrapper .check-for-saving-modal[b-9ad3rixie0] {
            transform: translate(-50%, -50%);
            border: 2px solid black;
            background-color: white;
            width: 20%;
            height: 20%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

    .check-for-saving-modal__content[b-9ad3rixie0] {
        height: 70%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .check-for-saving-modal__content-button[b-9ad3rixie0] {
        border: 1px solid black;
        padding: 5px 10px 5px 10px;
        background-color: lightgrey;
        transition: all 0.1s;
        cursor: pointer;
    }

        .check-for-saving-modal__content-button:hover[b-9ad3rixie0] {
            background-color: white;
        }


    .print[b-9ad3rixie0] {
        position: relative;
        top: 20px;
        right: 20px;
        background-color: blue;
    }

    .beschreibung-eintrag[b-9ad3rixie0] {
        display: flex;
        height: 60px;
        width: 100%;
        justify-content: space-around;
        border: 1px solid black;
        background-color: lightgrey;
    }


        .beschreibung-eintrag div[b-9ad3rixie0] {
            border: 1px solid black;
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex: 1;
        }



    .checkbox-with-label label[b-9ad3rixie0]{
        cursor: pointer;
    }

    .bericht__checkboxes[b-9ad3rixie0] {
        background-color: white;
        position: absolute;
        right: 0.5%;
        top: 20%;
        padding: 10px;
    }

    #isprinted[b-9ad3rixie0],
    #issigned[b-9ad3rixie0]{
        cursor: pointer;
    }










    @media(min-width: 885px) {
        .show-full-width[b-9ad3rixie0] {
            display: flex;
        }

        .show-mobile-width[b-9ad3rixie0],
        .alternative-invis[b-9ad3rixie0] {
            display: none;
        }
    }

    @media(max-width: 885px) {

        .show-full-width[b-9ad3rixie0],
        .alternative-invis[b-9ad3rixie0] {
            display: none;
        }

        .show-mobile-width[b-9ad3rixie0] {
            background-color: white;
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .mobile-info[b-9ad3rixie0] {
            display: flex;
            flex-direction: column;
            width: 100%;
            height: fit-content;
            word-break: break-word;
        }

        .mobile-info-row[b-9ad3rixie0] {
            display: flex;
            min-width: 100%;
        }

        .row-one[b-9ad3rixie0],
        .row-two[b-9ad3rixie0],
        .row-three[b-9ad3rixie0] {
            border: 1px solid black;
            width: 100%;
            display: flex;
        }

        .row-two[b-9ad3rixie0] {
            flex-wrap: wrap;
        }

        .cell[b-9ad3rixie0] {
            padding: 0.4em;
            font-weight: bold;
        }

        .list-einträge[b-9ad3rixie0] {
        }

        .eintrag-description[b-9ad3rixie0] {
            display: flex;
            justify-content: space-around;
            width: 100%;
        }

        .eintrag-description__cell[b-9ad3rixie0] {
            border: 1px solid black;
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 4px 0 4px 0;
        }

        .widest-cell[b-9ad3rixie0] {
            flex: 4;
        }

        .add-eintrag-button[b-9ad3rixie0] {
            height: 32px;
            width: 32px;
            font-size: 24px;
            border: 2px solid black;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-right: 1px;
            position: fixed;
            bottom: 10px;
            right: 10px;
        }

        .eintrag-add[b-9ad3rixie0] {
            height: 100%;
            width: 100%;
            position: absolute;
            background-color: rgba(255, 255, 255, 0.7);
        }

        .status-select[b-9ad3rixie0] {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .status[b-9ad3rixie0] {
            display: flex;
            flex-direction: column;
        }

        [b-9ad3rixie0] .cell__select {
            width: 80%;
            align-self: center;
            border: 1px solid black;
        }

        .tätigkeit[b-9ad3rixie0] {
            display: flex;
            flex-direction: column;
        }

        .tätigkeit__inhalt[b-9ad3rixie0] {
            display: flex;
            flex-direction: column;
        }

        [b-9ad3rixie0] .input-text {
            border: 1px solid black;
            align-self: center;
            width: 80%;
            height: 28px;
        }

        .textarea__content[b-9ad3rixie0] {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        [b-9ad3rixie0] .textarea {
            align-self: center;
            width: 80%;
            resize: vertical;
            border: 1px solid black;
        }

        [b-9ad3rixie0] .eintrag-add__wrapper {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            border: 2px solid black;
            height: fit-content;
            width: fit-content;
            display: flex;
            flex-direction: column;
            padding: 10px;
        }

        .zeitaufwand__content[b-9ad3rixie0] {
            display: flex;
            flex-direction: column;
        }

        .zeitaufwand[b-9ad3rixie0] {
            display: flex;
            flex-direction: column;
        }

        .zeitaufwand__input[b-9ad3rixie0] {
            align-self: center;
        }

            .zeitaufwand__input input[b-9ad3rixie0] {
                border: 1px solid black;
                padding-left: 4px;
            }

        .submit-eintrag-button[b-9ad3rixie0] {
            margin: 6px;
            margin-top: 10px;
            margin-left: 140px;
        }

        label[b-9ad3rixie0] {
            margin-bottom: 5px;
        }

        .return-button-mobile[b-9ad3rixie0] {
            position: fixed !important;
            bottom: 10px !important;
        }
    }

    @media (max-width: 330px) {
        .alternative[b-9ad3rixie0] {
            display: none;
        }

        .alternative-invis[b-9ad3rixie0] {
            display: block;
            border: 1px solid black;
        }


        .return-button-mobile[b-9ad3rixie0] {
            position: fixed !important;
            bottom: 10px !important;
        }
    }

    .beschreibung-eintrag__tätigkeit[b-9ad3rixie0] {
        flex: 3.2 !important;
        border: 2px solid black;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .eintrag-tätigkeit__überschrift[b-9ad3rixie0] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .eintrag-tätigkeit[b-9ad3rixie0] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media print{
    .not-printed[b-9ad3rixie0]{
        display: none !important;
    }
    .bericht[b-9ad3rixie0]{
        width: 99%;
    }
    .bericht-info-border[b-9ad3rixie0] {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 125px;
        background: lightgrey;
    }
    .bericht-info[b-9ad3rixie0] {
        display: flex;
        width: 100%;
        height: 100%;
    }
    .bericht-info__eintrag[b-9ad3rixie0]{
        width: 100%;
        display: flex;
        justify-content:center;
        align-items: center;
        border: 1px solid black;
    }


    .bericht__eintrag-list[b-9ad3rixie0]{
    }
    .beschreibung-eintrag[b-9ad3rixie0]{
        display: flex;
    }
    .beschreibung-eintrag div[b-9ad3rixie0]{
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1;
        border: 1px solid black;
    }
    .beschreibung-eintrag__tätigkeit[b-9ad3rixie0]{
        flex: 3.2 !important;
    }

    .print-only[b-9ad3rixie0] {
        position: relative;

        display: flex;
        justify-content: space-around;
        width: 100%;
        margin-top: 100px;
    }
    .signature[b-9ad3rixie0] {
        padding-right: 50px;
        padding-left: 50px;
        border-top: 1px solid black;
    }

    .signature-wrapper[b-9ad3rixie0]{
        margin: 10px;
    }

    .print-date-ausbilder[b-9ad3rixie0],
    .print-date-azubi[b-9ad3rixie0]{
        position: absolute;
        top: -22.5px;
    }
    .beruf[b-9ad3rixie0]{
        padding-left: 10px;
    }
}
/* _content/ProofThem/Pages/BerichtsUebersicht.razor.rz.scp.css */


.uebersicht-berichte[b-ekuh2xl0fi] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.uebersicht-berichte__content[b-ekuh2xl0fi] {
    position: absolute;
    top: 0;
    height: 90vh;
    width: 100%;
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    column-gap: 2%;
    row-gap: 3%;
    padding: 20px;
    overflow: auto;
}




.delete-bericht[b-ekuh2xl0fi] {
    position: relative;
    font-size: 24px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #4a536b;
    border-radius: 100%;
    background-color: #aed6dc;
    transition: all 0.2s;
    cursor: pointer;
    padding-top: 1px;
}

    .delete-bericht:hover[b-ekuh2xl0fi] {
        border-color: #aed6dc;
        color: #aed6dc;
        background-color: #4a536b;
        font-size: 20px;
        padding-top: 2px;
    }

.delete-bericht-erstellen[b-ekuh2xl0fi] {
    position: absolute;

    right: -10px;
    top: -10px;

    font-size: 24px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #4a536b;
    border-radius: 100%;
    background-color: #aed6dc;
    transition: all 0.2s;
    cursor: pointer;
    padding-top: 1px;
}

    .delete-bericht-erstellen:hover[b-ekuh2xl0fi] {
        border-color: #aed6dc;
        color: #aed6dc;
        background-color: #4a536b;
        font-size: 20px;
        padding-top: 2px;
    }














[b-ekuh2xl0fi] .bericht-erstellen__modal{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.input-date[b-ekuh2xl0fi]{
}

.submit-button[b-ekuh2xl0fi]{
    margin-left: 60px;
    margin-top: 20px;
    cursor: pointer;
}






button[b-ekuh2xl0fi] {
    height: 60%;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    background-color: #4a536b;
    color: #aed6dc;
    border-color: #000000;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

button:hover[b-ekuh2xl0fi]{
    background-color: #aed6dc;
    border-color: #4a536b;
    color: #4a536b;
}

.navline__uebersicht[b-ekuh2xl0fi] {

    z-index: 10;
    
    background-color: #aed6dc;
    
    border-bottom: 2px solid black;
    
    padding-left: 20px;
    padding-right: 20px;
    
    height: 100px;
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}



.einstellungen__anzeige[b-ekuh2xl0fi]{
    display: flex;
    flex-direction: column;
}

.anzeige__content[b-ekuh2xl0fi]{
    display: flex;
}

.anzeige__content input[b-ekuh2xl0fi]{
    margin-right: 5px;
}

.anzeige__content label[b-ekuh2xl0fi]{
    cursor: pointer;
}


.header[b-ekuh2xl0fi]{
    font-size: 28px;
    font-weight: bold;
}

#checkable1[b-ekuh2xl0fi],
#checkable2[b-ekuh2xl0fi]{
    cursor: pointer;
}


.create__settings[b-ekuh2xl0fi]{
    height: 100%;

    padding-top: 5px;
}

.create__settings label[b-ekuh2xl0fi]{
    cursor: pointer;
}

.create__settings input[b-ekuh2xl0fi]{
    margin: 0;
    display: inline;
    cursor: pointer;
}


@media only screen and (min-width: 755px)
{
    .show-full-width[b-ekuh2xl0fi]{
        display: flex;
    }

    .show-mobile-width[b-ekuh2xl0fi]{
        display: none;
    }

    .delete-bericht[b-ekuh2xl0fi] {
        right: 40px;
    }
}

@media only screen and (max-width: 755px)
{
    .show-full-width[b-ekuh2xl0fi]{
        display: none;
    }

    .show-mobile-width[b-ekuh2xl0fi]{
        display: block;
    }

    .screen[b-ekuh2xl0fi]{
        height: 100%;
        width: 100%;
    }

    .add-report[b-ekuh2xl0fi]{
        position: fixed;

        bottom: 10px;
        right: 10px;

        height: 30px;
        width: 30px;

        display: flex;

        justify-content: center;
        align-items: center;

        font-size: 24px;

        background-color: white;

        border-radius: 4px;

        transition: border 0.2s;

        cursor: pointer;
    }

    .add-report:active[b-ekuh2xl0fi]{
        border: 2px solid black;
    }

    .add-specifications[b-ekuh2xl0fi]{
        display: flex;

        align-items: center;
        justify-content: center;

        height: 30px;
        width: 30px;

        border-radius: 4px;

        position: fixed;

        right: 10px;

        bottom: 50px;

        font-size: 24px;

        transition: border 0.2s;

        background-color: white;

        z-index: 200;

        cursor: pointer;
    }

    .add-specifications:active[b-ekuh2xl0fi]{
        border: 2px solid black;
    }

    .header-mobile[b-ekuh2xl0fi]{
        width: 100%;
        height: 10%;

        display: flex;

        align-items: center;
        justify-content: center;

        position: fixed;

        top: 0;

        z-index: 20;

        background-color: #aed6dc;
    }

    .uebersicht-berichte-mobile[b-ekuh2xl0fi]{
        border: 4px solid black;
        position: absolute;

        top: 10%;
        width: 100%;
    }

    .specification-modal[b-ekuh2xl0fi]{
        position: fixed;

        height: 100%; 
        width: 100%;

        background-color: rgba(255, 255, 255, 0.6);

        z-index: 180;
    }



    .add-specifications-down[b-ekuh2xl0fi] {
        display: flex;

        align-items: center;
        justify-content: center;

        height: 30px;
        width: 30px;

        border-radius: 4px;

        position: fixed;
        right: 10px;
        bottom: 50px;

        font-size: 24px;

        transition: border 0.2s;

        background-color: black;
        color: white;

        z-index: 200;

        cursor: pointer;
    }

    .add-specifications:active[b-ekuh2xl0fi] {
        border: 2px solid black;
    }

    .inputs[b-ekuh2xl0fi]{
        position: absolute;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        height: fit-content;
        width: 100%;

        border: 1px solid black;

        display: flex;
        flex-direction:column;
    }

    .inputs__input[b-ekuh2xl0fi]{
        display: flex;

        position: relative;

        border: 1px solid black;
        width: 100%;

        justify-content: center;
        align-items: center;
    }

    .input__label[b-ekuh2xl0fi]{
        white-space: nowrap;
    }

    .checkbox[b-ekuh2xl0fi]{
        height: 20px;
        width: 20px;

        position: absolute;

        top: 50%;
        left: 10px;

        transform: translateY(-50%);

        border: 1px solid black;
    }
}
/* _content/ProofThem/Pages/Login.razor.rz.scp.css */
.wrapper[b-5g4thntgvz]{
    height: 100%;
    width: 100%;
}

.modal-login[b-5g4thntgvz]{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    border: 2px solid #4a356b;
    background-color: #aed6dc;

    border-radius: 6px;

    display: flex;
    flex-direction: column;
}

.login__label[b-5g4thntgvz]{
    font-size: 50px;

    text-align: center;
}

.input[b-5g4thntgvz]{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.input__input[b-5g4thntgvz] {
    height: 30px;
    margin-left: 20px;
    margin-right: 20px;

    transition: all 0.3s;

    font-size: 1.2rem;
}

.login__submit[b-5g4thntgvz] {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
}

.input__submit[b-5g4thntgvz]{
    margin-top: 10px;
    margin-bottom: 10px;

    cursor: pointer;
    padding: 0 10px 0 10px;

    transition: all 0.3s;

    width: 80px;
}

.input__label[b-5g4thntgvz]{
    margin-left: 20px;
}

.input__anchor[b-5g4thntgvz]{
    margin-left: 20px;
    margin-top: 10px;
}



@media screen and (min-width:280px) and (max-width:480px) {
}

.input__anchor:hover[b-5g4thntgvz]{
    color: black;
}

.input__submit:hover[b-5g4thntgvz],
.input__input:hover[b-5g4thntgvz]{
    -webkit-box-shadow: inset 0px 0px 0px 2px #000000;
    box-shadow: inset 0px 0px 0px 2px #000000;
}
/* _content/ProofThem/Pages/MainPage.razor.rz.scp.css */
.modal-navigation[b-71fqxfbwgo] {
    display: grid;

    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;

    justify-content: space-around;
    align-items: center;

    width: 100%;
    height: 100%;

    box-sizing: border-box;

    overflow: auto;

    padding-bottom: 300px;
}


.logout[b-71fqxfbwgo] {
    z-index: 20;

    border-radius: 4px;

    background-color: #aed6dc;

    padding: 10px;
}

.modal-navigation--wrapper[b-71fqxfbwgo] {
    height: 100%;
    width: 100%;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;
}


p[b-71fqxfbwgo]{
    display: block;
}

.header[b-71fqxfbwgo] {
    display: flex;

    justify-content: space-around;
    align-items: center;

    height: 180px;
    width: 100%;
    background-color: #4a536b;
    z-index: 200;
}


.logout__wrapper[b-71fqxfbwgo]{
    flex: 1;
    display: flex;

    justify-content: center;
    align-items: center;
}


.edit-profile-button[b-71fqxfbwgo],
.edit-ausbildung-button[b-71fqxfbwgo] {
    height: 60px;
    width: 60px;
    border: 2px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 10px;
    background-color: black;
    color: #aed6dc;
    transition: all 0.3s;
}

.edit-profile__content[b-71fqxfbwgo],
.edit-ausbildung__content[b-71fqxfbwgo]{
    background-color: #aed6dc;
    color: black;

    height: 120px;
    width: 120px;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
    
    border-radius: 10px;

    z-index: 200;

    cursor: pointer;

    transition: all 0.3s;
}

.edit-profile__content:hover[b-71fqxfbwgo],
.edit-ausbildung__content:hover[b-71fqxfbwgo]{
    background-color: black;
    color: #aed6dc;
}


    .edit-profile__content:hover .edit-profile-button[b-71fqxfbwgo],
    .edit-ausbildung__content:hover .edit-ausbildung-button[b-71fqxfbwgo]{
        background-color: #aed6dc;
        color: black;
    }





.edit-ausbildung__content[b-71fqxfbwgo]{

    width: 140px;
}




.edit-ausbildung__wrapper[b-71fqxfbwgo]{
    display: flex;

    justify-content: space-around;

    flex: 2;
}




.add-lehrjahr[b-71fqxfbwgo] {
    display: flex;
    justify-content: space-around;
    align-items: center;

    width: 30%;

    font-size: 28px;
    background-color: #aed6dc;
    border-radius: 8px;
    transition: all 0.2s;
    cursor: pointer;
    z-index: 200;
}

.add-lehrjahr__wrapper[b-71fqxfbwgo]{
    flex: 8;

    display: flex;

    justify-content: space-around;
    align-items: center;
}

.add-lehrjahr__plus[b-71fqxfbwgo] {
    font-size: 38px;
    margin-top: 6px;
}

.add-lehrjahr:hover[b-71fqxfbwgo]{
    border: 3px solid #aed6dc;

    background-color: black;

    color: #aed6dc;
}

.add-lehrjahr__content[b-71fqxfbwgo]{
    display: flex;

    justify-content: space-around
}

.add-lehrjahr__button[b-71fqxfbwgo]{
    cursor: pointer;

    margin: 10px;
}

.cancel-add-lehrjahr__button[b-71fqxfbwgo] {
    cursor: pointer;
}









.ausbildung-edit__header[b-71fqxfbwgo] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ausbildung-edit__input[b-71fqxfbwgo]{
    display: flex;
    height: 84%;
}

.input-left[b-71fqxfbwgo]{
    display: flex;

    flex-direction: column;

    height: 100%;
    width: 100%;

    margin-bottom: 15px;
}

[b-71fqxfbwgo] .edit-information-modal{
    width: 400px;
}

.input-right__buttons[b-71fqxfbwgo] {
    display: flex;
    justify-content: space-around;
    align-items: center;

    width: 100%;
    height: 60px;
}

[b-71fqxfbwgo] .input-right__input {
    display: flex;
    flex-direction: column;

    height: 100%;

    justify-content: flex-end;
    align-items: center;

    padding-bottom: 80px;
}




.input-left[b-71fqxfbwgo]{
    display: flex;

    justify-content: space-around;
}

[b-71fqxfbwgo] .input-left__input{
    height: 60px;
    font-size: 14px;

    margin-left: 20px;
    margin-right: 30px;
}

.input-div-flex[b-71fqxfbwgo]{
    display: flex;
    flex-direction: column;
}

.input-label[b-71fqxfbwgo]{
    margin-left: 20px;
}








.input-content[b-71fqxfbwgo]{
    height: 100%;
    
    display: flex;

    flex-direction: column;

    justify-content: space-around;
    align-items: center;
}

.input-wrapper[b-71fqxfbwgo]{
    display: flex;

    flex-direction: column;
    
    width: 100%;
    height: 100%;
}

[b-71fqxfbwgo] .wrapper-account-bearbeiten{
    width: 100%;
}

.account-header[b-71fqxfbwgo] {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-71fqxfbwgo] .input-input{
    margin-left: 20px;
    margin-right: 20px;

    height: 40px;
}






.input-date-wrapper[b-71fqxfbwgo]{
    display: flex;
    flex-direction: column;

    align-items: center;

    border: 1px solid black;
    width: 100%;
}

.input-date-label[b-71fqxfbwgo]{
    font-size: 16px;
}






.input__buttons[b-71fqxfbwgo] {
    display: flex;
    justify-content: space-around;

    margin: 10px;
    width: 100%;
}

.aenderungen-speichern[b-71fqxfbwgo] {
}

.aenderungen-heading[b-71fqxfbwgo] {
}

.buttons-button-password[b-71fqxfbwgo]{
    margin-top: 10px;
    white-space: nowrap;
    width: fit-content;
    margin-bottom: 10px;
}


.add-lehrjahr-input__wrapper[b-71fqxfbwgo] {
    width: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;
    align-items: center;

    white-space: nowrap;
}

.add-lehrjahr__buttons[b-71fqxfbwgo]{
    padding-top: 10px;

    height: 100%;
    display: flex;

    justify-content: space-around;
    align-items: center;
}


























@media screen and (max-width:1200px) {
    .modal-wrapped[b-71fqxfbwgo]{
        display: grid;

        grid-template-columns: 300px 300px;
    }

    .edit-ausbildung__content[b-71fqxfbwgo]{
        top: 5px;
        left: 5px;

        width: 80px;
        height: 80px;
    }

    .edit-ausbildung-button[b-71fqxfbwgo] {
        height: 40px;
        width: 40px;

        font-size: 0.8rem;
    }

    .buttons-button[b-71fqxfbwgo] {
        padding: 10px 20px 10px 20px;
        border: 1px solid black;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .edit-ausbildung[b-71fqxfbwgo]{
        font-size: 0.8rem;
        margin-left: 15px;
    }

    .edit-profile__content[b-71fqxfbwgo] {
        font-size: 0.6rem;

        width: 80px;
        height: 80px;
    }

    .edit-profile-button[b-71fqxfbwgo]{
        width: 42.5px;
        height: 42.5px;

        font-size: 0.8rem;
    }

    .edit-profile[b-71fqxfbwgo]{
        font-size: 0.8rem;
    }


    .logout-mobile[b-71fqxfbwgo]{
        top: 90px;
        left: 13.5px;
    }








    /*  Ausbildung Modal  */
    .ausbildung-edit__header[b-71fqxfbwgo]{
        width: 100%;
    }

    .ausbildung-edit__input[b-71fqxfbwgo]{
        flex-direction: column;

        top: 10%;
        border: none;
    }

    .input-right__buttons[b-71fqxfbwgo]{
        width: 100%;
        border: 1px solid red;
    }

    .input-left[b-71fqxfbwgo],
    .input-right[b-71fqxfbwgo]{
        border: none;
    }

    .input-left__input[b-71fqxfbwgo]{
        font-size: 0.7rem;
    }

    .input-date[b-71fqxfbwgo]{
        position: relative;
    }

    .input-date-bottom[b-71fqxfbwgo]{
        position: relative;
        left: -110px;
        width: 100px;
        height: 40px;
    }

    .input-date-wrapper[b-71fqxfbwgo]{
        flex-direction: column;
    }








    /*  Profile Modal  */

    .wrapper-account[b-71fqxfbwgo]{
        height: 100%;
        width: 100%;
    }
}


@media screen and (max-width:500px){
    .modal-wrapped[b-71fqxfbwgo]{
        grid-template-columns: 25%;

    }

    .modal-navigation--wrapper[b-71fqxfbwgo]{
        height: 100%;
        width: 100%;
    }

    .modal-navigation__content[b-71fqxfbwgo]{
        height: 50%;
        width: 125%;
    }
}




@media (max-width: 1707px)
{
    .add-lehrjahr[b-71fqxfbwgo]{
        font-size: 24px;
    }
}

@media (max-width: 1516px)
{
    .add-lehrjahr[b-71fqxfbwgo]{
        font-size: 20px;
    }
}

@media (max-width: 735px)
{
    .add-lehrjahr[b-71fqxfbwgo]{
        flex-direction: column;
        height: 70%;
    }

    .add-lehrjahr h3[b-71fqxfbwgo]{
        margin-top: 0;
    }
}

@media (max-width: 1200px)
{
    .ausbildung-edit__header[b-71fqxfbwgo]{
        position: relative;
    }
}

@media (max-width: 555px)
{
    .add-lehrjahr[b-71fqxfbwgo]{
        flex-direction: row;
        width: 200px;
        font-size: 14px;

        height: 10%;

        top: 70%;

        justify-content: space-around;
        align-items: center;
    }
    
    .add-lehrjahr__plus[b-71fqxfbwgo]{
        font-size: 14px;
    }

    .add-lehrjahr h3[b-71fqxfbwgo]{
        margin-top: 15px;
        white-space: nowrap;
    }

    [b-71fqxfbwgo] .edit-information-modal{
        max-width: 300px !important;
    }
}
/* _content/ProofThem/Pages/Register.razor.rz.scp.css */
.wrapper[b-ajo1vjbyj9]{
    height: 100%;
    width: 100%;
}

.register__label[b-ajo1vjbyj9]{
    font-size: 20px;
    font-weight: bold;
    width: 100%; 
    text-align: center;
}.register__input[b-ajo1vjbyj9]{
     height: fit-content;
 }.register__submit[b-ajo1vjbyj9]{
      height: 20%;
      width: 200px;
  }

.input-label[b-ajo1vjbyj9] {
    position: relative;

    left: -40px;

    font-size: 22px;
    white-space: nowrap;
    margin-left: 10px;
}

.input-start[b-ajo1vjbyj9],
.input-end[b-ajo1vjbyj9]{
    height: 50%;
    display: flex;
    flex-direction: column;

    align-items: center; 
    justify-content: space-around;
}


.register__submit[b-ajo1vjbyj9]{
    width: 100%;
}

.submit-button[b-ajo1vjbyj9]{
    cursor: pointer;

    height: 10%;
    width: 30%;

    margin: 10px;

    margin-left: 65%;
}

.input[b-ajo1vjbyj9]{
    width: 120px;
    margin-left: 7.5%;
}











.input-ausbildung[b-ajo1vjbyj9] {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;

    width: 90%;
}

.input__input-ausbildung[b-ajo1vjbyj9] {
    height: 40px;
    margin-bottom: 10px;
}

.input__submit-ausbildung[b-ajo1vjbyj9]{
    height: 35px;
    width: 80px;
    cursor: pointer;

    margin-bottom: 10px;
}












.modal-register-account[b-ajo1vjbyj9] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    width: 40%;
    background-color: #aed6dc;
    border: 2px solid #4a536b;
    border-radius: 6px;
}

.input-account[b-ajo1vjbyj9] {
    display: flex;
    flex-direction: column;
    margin: 20px;
    width: 90%;
}

.input__input-account[b-ajo1vjbyj9] {
    height: 40px;
    border-radius: 4px;
    border: none;
}

.input__button-account[b-ajo1vjbyj9] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 20px;
}

.input__submit-account[b-ajo1vjbyj9] {
    width: 80px;
    height: 34px;
    border-radius: 4px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 1px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all 0.2s;
}

    .input__submit-account:hover[b-ajo1vjbyj9] {
        background-color: rgb(200, 200, 200);
    }

 
.input__button-ausbildung[b-ajo1vjbyj9]{
    display: flex;

    justify-content: space-around;

    width: 100%;
}

.input-date[b-ajo1vjbyj9]{
    display: flex;
    flex-direction: column;
    justify-content: center;
}










@media screen and (max-width:480px){ 
    .wrapper[b-ajo1vjbyj9]{
        height: 100%;
        width: 100%;
    }

    .modal-register[b-ajo1vjbyj9]{
        position: absolute;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        width: 95%;
        height: 95%;

        background-color: deepskyblue;

        border: 1px solid black;
    }

    .register__label[b-ajo1vjbyj9]{

    }

    .input-start[b-ajo1vjbyj9],
    .input-end[b-ajo1vjbyj9]{

    }

    .input-label[b-ajo1vjbyj9]{
    }

    .input[b-ajo1vjbyj9]{
    }

    .register__submit .submit-button[b-ajo1vjbyj9]{
    }




    .modal-register-ausbildung[b-ajo1vjbyj9]{
        width: 100%;
    }

    .input__submit-ausbildung[b-ajo1vjbyj9]{
        right: -165px;
    }







    .modal-register-account[b-ajo1vjbyj9]{
        top: 70%;

        width: 95%;
        height: fit-content;

        margin-bottom: 30%;
    }

    .input__submit-account[b-ajo1vjbyj9]{
        right: -160px;
    }
}

/*
    
@media screen and (max-width:768px){
.modal-register {
    width: 95%;
    height: 95%;
}

.date-label {
    font-size: 1.6rem;
    margin-left: 5px;
}

.input-start,
.input-end {
    flex-direction: row;
    height: fit-content;
}

.input-label {
    white-space: nowrap;
    margin-left: 40px;
    margin-bottom: 30px;
}

.input {
    width: 180px;
    margin-left: 30px;
    height: 40px;
}

.register__submit .submit-button {
    bottom: 4%;
    right: 4%;
    width: 30%;
}







.modal-register-ausbildung {
    position: absolute;
    top: 70%;
    width: 95%;
}

.input__submit-ausbildung {
    right: -340px;
}







.modal-register-account {
    top: 110%;
    width: 95%;
    height: fit-content;
    margin-bottom: 30%;
}

.input__submit-account {
    right: -350px;
}

}

@media screen and (max-width:767px) {
    .modal-register {
        width: 95%;
        height: 38%;
    }

    .date-label {
        font-size: 1.6rem;
        margin-left: 5px;
    }

    .input-start,
    .input-end {
        flex-direction: row;
        height: fit-content;
    }

    .input-label {
        white-space: nowrap;
        margin-left: 40px;
        margin-bottom: 30px;
    }

    .input {
        width: 180px;
        margin-left: 30px;
        height: 40px;
    }

    .register__submit .submit-button {
        bottom: 4%;
        right: 4%;
        width: 20%;
        height: 12%;
    }




    .modal-register-ausbildung {
        position: absolute;
        top: 40%;
        width: 95%;
    }

    .input__submit-ausbildung {
        right: -340px;
    }







    .modal-register-account {
        top: 50%;
        width: 95%;
        height: fit-content;
        margin-bottom: 30%;
    }

    .input__submit-account {
        right: -350px;
    }
}

@media screen and (max-width:1279px) {
    .modal-register {
        width: 65%;
        height: 58%;
    }

    .date-label {
        font-size: 1.6rem;
        margin-left: 5px;
    }

    .input-start,
    .input-end {
        flex-direction: row;
        height: fit-content;
    }

    .input-label {
        white-space: nowrap;
        margin-left: 40px;
        margin-bottom: 30px;
    }

    .input {
        width: 180px;
        margin-left: 30px;
        height: 40px;
    }

    .register__submit .submit-button {
        bottom: 4%;
        right: 4%;
        width: 20%;
        height: 12%;
    }




    .modal-register-ausbildung {
        position: absolute;
        top: 50%;
        width: 95%;
    }

    .input__submit-ausbildung {
        right: -620px;
    }







    .modal-register-account {
        top: 70%;
        width: 95%;
        height: fit-content;
        margin-bottom: 30%;
    }

    .input__submit-account {
        right: -625px;
    }
}

@media screen (max-width:1280px) {
    .modal-register {
        width: 65%;
        height: 28%;
    }

    .date-label {
        font-size: 1.6rem;
        margin-left: 5px;
    }

    .input-start,
    .input-end {
        flex-direction: row;
        height: fit-content;
    }

    .input-label {
        white-space: nowrap;
        margin-left: 40px;
        margin-bottom: 30px;
    }

    .input {
        width: 180px;
        margin-left: 30px;
        height: 40px;
    }

    .register__submit .submit-button {
        bottom: 4%;
        right: 4%;
        width: 20%;
        height: 12%;
    }





    .input-label-ausbildung {
        font-size: 2rem;
    }

    .input__input-ausbildung {
        height: 3rem;
    }

    .input__submit-ausbildung {
        width: 7rem;
        height: 3rem;
        right: -590px;
    }







    .modal-register-account {
        top: 50%;
        width: 60%;
        height: fit-content;
        margin-bottom: 30%;
    }

    .input__submit-account {
        right: -360px;
    }
}

@media screen and (min-width:1280px) {
    .modal-register {
        width: 55%;
        height: 55%;
    }

    .date-label {
        font-size: 2.6rem;
        margin-left: 5px;
    }

    .input-start,
    .input-end {
        flex-direction: row;
        height: fit-content;
    }

    .input-label {
        white-space: nowrap;
        font-size: 2.5rem;
        margin-left: 40px;
        margin-bottom: 30px;
    }

    .input {
        width: 180px;
        margin-left: 30px;
        height: 60px;
        font-size: 1.6rem;
    }

    .register__submit .submit-button {
        bottom: 4%;
        right: 4%;
        width: 30%;
        height: 16%;
        font-size: 2rem;
    }





    .modal-register-ausbildung {
        position: absolute;
        top: 50%;
        width: 57.5%;
    }

    .input-label-ausbildung {
        font-size: 2rem;
    }

    .input__input-ausbildung {
        height: 3rem;
    }

    .input__submit-ausbildung {
        width: 7rem;
        height: 3rem;
        right: -590px;
    }






    .modal-register-account {
        top: 50%;
        width: 60%;
        height: fit-content;
        margin-bottom: 30%;
    }

    .input__submit-account {
        right: -665px;
    }
}
*/
/* _content/ProofThem/Shared/BerichtItem.razor.rz.scp.css */
.bericht-link__wrapper[b-npjnhx6a0s]{
    position: relative;
}

.bericht-link[b-npjnhx6a0s] {
    display: flex;

    position: relative;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    border: 4px solid #4a536b;

    height: 200px;

    background-color: #aed6dc;
    color: #4a536b;

    cursor: pointer;

    border-radius: 6px;

    transition: all 0.3s;
}

.report-done[b-npjnhx6a0s]{
    position: absolute;
    bottom: 2px;
    right: 10px;
}

.report-done-false[b-npjnhx6a0s]{
    border: 1px solid red;
    padding: 2px 8px 2px 8px;
    background-color: rgba(255, 0, 0, 0.4);
    color: black;
}

.report-done-true[b-npjnhx6a0s] {
    border: 1px solid green;
    padding: 2px 8px 2px 8px;
    background-color: rgba(0, 255, 0, 0.4);
    color: black;
}

.bericht-link:hover[b-npjnhx6a0s]{
    background-color: #4a536b;
    border: 4px solid #aed6bc;
    border-radius: 10px;
}

.bericht-link:hover .report-done-false[b-npjnhx6a0s]{
    background-color: rgba(0, 0, 0, 0.4);
    color: red;
}

.bericht-link:hover .x-red[b-npjnhx6a0s]{
    color: red;
}

.bericht-link:hover .check-green[b-npjnhx6a0s]{
    color: #aed6bc;
}

    .bericht-link:hover div[b-npjnhx6a0s] {
        color: #aed6bc;
    }

.bericht-link:hover .delete-bericht[b-npjnhx6a0s]{


}

.status-symbol__wrapper[b-npjnhx6a0s] {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.delete-bericht[b-npjnhx6a0s] {
    position: absolute;

    top: -10px;
    right: -10px;

    font-size: 24px;

    height: 30px;
    width: 30px;

    display: flex;

    justify-content: center;
    align-items: center;

    border: 4px solid #4a536b;

    border-radius: 100%;

    background-color: #aed6dc;

    transition: all 0.2s;

    cursor: pointer;

    padding-top: 1px;

    z-index: 2000;
}

    .delete-bericht:hover[b-npjnhx6a0s] {
        border-color: #aed6dc;
        color: #aed6dc;
        background-color: #4a536b;
        font-size: 20px;
        padding-top: 2px;
    }

.input__buttons[b-npjnhx6a0s] {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.aenderungen-speichern[b-npjnhx6a0s] {
    text-align: center;
}

.aenderungen-heading[b-npjnhx6a0s] {
    white-space: nowrap;
}

.buttons-button[b-npjnhx6a0s] {
    padding: 10px 20px 10px 20px;
    border: 1px solid black;
    margin-bottom: 10px;
    cursor: pointer;

    background-color: #ced6dc;

    transition: all 0.2s;
}

.buttons-button:hover[b-npjnhx6a0s]{
    background-color: #4a536b;
    border-color: #aed6dc;
    color: #aed6dc;
}

.x-red[b-npjnhx6a0s]{
    color: black;
}

.check-green[b-npjnhx6a0s]{
    color: green;
}

@media (max-width:755px){
    .delete-bericht[b-npjnhx6a0s]{
        right: 10px;
        top: 10px;
    }
}
/* _content/ProofThem/Shared/BerichtStatusAnzeige.razor.rz.scp.css */


.status-symbol[b-eti5nihg7e] {
    border: 2px solid #4a536b;
    padding: 5px;
    border-radius: 4px;
}    
    
.bericht-link:hover .status-symbol[b-eti5nihg7e]
{
    border-color: #aed6bc;
}
/* _content/ProofThem/Shared/Eintrag_Comp.razor.rz.scp.css */
@media screen{
    .bearbeiten[b-w8c38guezl] {
        justify-content: space-around !important;
        width: 100%;
    }

    .grey[b-w8c38guezl] {
        background-color: grey;
        height: 30px;
        width: 30px;
        padding-top: 1px;
    }

    .flex-row[b-w8c38guezl] {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around !important;
    }




    .trash[b-w8c38guezl],
    .pencil[b-w8c38guezl],
    .cancel[b-w8c38guezl],
    .save[b-w8c38guezl] {
        height: 100%;
        width: 30px;
        padding-top: 1px;
        cursor: pointer;
        transition: all 0.2s;
    }

        .trash:hover[b-w8c38guezl],
        .pencil:hover[b-w8c38guezl] {
            background-color: black;
            border-color: grey;
            color: grey;
        }

    .table__add-remove[b-w8c38guezl] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .tablecell[b-w8c38guezl] {
        position: relative;
    }

    .tr[b-w8c38guezl] {
        line-height: 100px;
        width: 200px;
    }


    .cell__button[b-w8c38guezl] {
        background-color: #aed6dc;
        color: #4a536b;
        border: 2px solid #4a536b;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 4px;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.2s;
    }

        .cell__button:hover[b-w8c38guezl] {
            background-color: #4a536b;
            color: #aed6bc;
            border: 2px solid #aed6bc;
            border-radius: 6px;
        }


    .cell__select[b-w8c38guezl] {
        height: 2em;
        /* width: 75%; */
        font-size: 18px;
    }

    .cell__input[b-w8c38guezl] {
        height: 2em;
        width: 9em;
    }

    .cell__number[b-w8c38guezl] {
        width: 40px;
    }

    .cell__button[b-w8c38guezl] {
        background-color: #aed6dc;
        color: #4a536b;
        border: 2px solid #4a536b;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 4px;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.2s;
    }

        .cell__button:hover[b-w8c38guezl] {
            background-color: #4a536b;
            color: #aed6bc;
            border: 3px solid #aed6bc;
            border-radius: 6px;
        }

    .cell__input--editable[b-w8c38guezl] {
        word-break: break-word;
        white-space: pre-wrap;
        padding-left: 10px;
        padding-top: 4px;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 95%;
        resize: vertical;
    }






    .bericht__info-input-date[b-w8c38guezl] {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 2.5px;
    }


    .td[b-w8c38guezl] {
        padding: 0.25rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
        align-items: center;
        justify-content: center;
        border: 1px solid black;
    }

    .state-edit[b-w8c38guezl] {
        position: absolute;
        right: 0;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .textarea[b-w8c38guezl] {
        resize: none;
    }


    .show-eintrag__tätigkeit[b-w8c38guezl] {
        min-height: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    [b-w8c38guezl] .eintrag-bearbeiten {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100% !important;
        border: 1px solid black;
    }

    .cell[b-w8c38guezl] {
        border: 1px solid black;
        flex: 1;
        height: 90px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .eintrag-bearbeiten__tätigkeit[b-w8c38guezl] {
        flex: 3.2 !important;
    }

    .save[b-w8c38guezl],
    .cancel[b-w8c38guezl] {
        height: 30px;
        width: 30px;
        background-color: white;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        border: 2px solid black;
    }

        .save:hover[b-w8c38guezl],
        .cancel:hover[b-w8c38guezl] {
            background-color: black;
            color: grey;
            border-color: grey;
        }

    .textarea[b-w8c38guezl] {
        resize: vertical;
        width: 80% !important;
        height: 50%;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .stunden[b-w8c38guezl] {
        width: 30%;
    }

    .cell-stunden[b-w8c38guezl] {
        flex-direction: column;
    }

    .eintrag-bearbeiten__tätigkeit[b-w8c38guezl] {
        flex: 3.2 !important;
    }

    .show-eintrag[b-w8c38guezl] {
        background-color: white;
    }

    .print-word-break[b-w8c38guezl] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }






















    .show-eintrag[b-w8c38guezl] {
        display: flex;
        justify-content: space-around;
    }

        .show-eintrag div[b-w8c38guezl] {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1px solid black;
        }

    .show-eintrag__tätigkeit[b-w8c38guezl] {
        flex: 3.2 !important;
    }


    @media(max-width: 855px) {
        .show-eintrag__tätigkeit[b-w8c38guezl] {
            flex: 4 !important;
        }



        .eintrag-bearbeiten__tätigkeit[b-w8c38guezl] {
            flex: 4 !important;
        }
    }
}

@media print {
    .not-printed[b-w8c38guezl]{
        display: none !important;
    }
    .show-eintrag[b-w8c38guezl]{
        display: flex;
    }
        .show-eintrag div[b-w8c38guezl] {
            display: flex;
            justify-content: center;
            align-items: center;
            flex: 1;
            border: 1px solid black;
            font-size: 14px;
        }
    .show-eintrag__tätigkeit[b-w8c38guezl] {
        word-break: break-word;
        flex: 3.15 !important;
        padding-left: 0.7rem;
        padding-right: 0.1rem;
        box-sizing: inherit;
    }
    .print-word-break[b-w8c38guezl] {
        word-break: break-word;
        white-space: pre-wrap;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
        box-sizing: inherit;
    }
}
/* _content/ProofThem/Shared/LehrjahrItem.razor.rz.scp.css */
.info-hovered[b-x455b52v3d]{
    height: 14px;
    width: 14px;

    font-size: 10px;

    border: 1px solid black;
    color: black;

    display: flex;

    justify-content: center;
    align-items: center;

    padding-bottom: 1.5px;

    border-radius: 100%;

    position: relative;

    top: -25px;
    right: -80px;
}

.delete-lehrjahr[b-x455b52v3d] {
    position: relative;
    top: 5%;
    right: -30%;
    font-size: 24px;
    height: 30px;
    width: 30px;
    background-color: #aed6dc;
    border: 4px solid #4a536b;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    cursor: pointer;
}

    .delete-lehrjahr:hover[b-x455b52v3d] {
        background-color: #4a536b;
        color: #aed6dc;
        border-color: #aed6dc;
        font-size: 20px;
    }



.modal-navigation__content[b-x455b52v3d] {
    background-color: #aed6dc;
    width: 280px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 4px solid #4a536b;
    border-radius: 10px;
    transition: all 0.25s;
}

.berichte-erstellt[b-x455b52v3d] {
    background-color: #aed6dc;
    padding: 10px;
}


.aenderungen-speichern[b-x455b52v3d] {
    display: flex;

    justify-content: space-around;

    width: 100%;
}

.aenderungen-heading__wrapper[b-x455b52v3d]{
    width: 300px;

    text-align: center;
}




.input__buttons[b-x455b52v3d] {
    margin-top: 20px;
}


.buttons-button[b-x455b52v3d] {
    cursor: pointer;
}


.input__buttons[b-x455b52v3d] {
    display: flex;
    justify-content: space-around;
}

.modal-navigation__content:hover[b-x455b52v3d] {
    cursor: pointer;
    color: #aed6bc;
    background-color: #4a536b;
    border: 4px solid #aed6bc;
    border-radius: 15px;
}

.modal-navigation__content:hover .info-hovered[b-x455b52v3d]{
    color: #aed6bc;
    border-color: #aed6bc;
}

.info-hovered:hover[b-x455b52v3d]{
}

.buttons-button[b-x455b52v3d] {
    padding: 10px 20px 10px 20px;
    border: 1px solid black;
    margin-bottom: 10px;
}

.info-on-lehrjahre[b-x455b52v3d]{
    display: none;

    position: absolute;

    white-space: nowrap;

    top: -30px;
    left: -115px;

    font-size: 14px;

    color: rgba(255, 255, 255, 0.7);
    border: 1px solid black;

    padding: 5px 10px 5px 10px;

    border-radius: 6px;

    transition: all 0.2s;
}

.info-hovered:hover .info-on-lehrjahre[b-x455b52v3d] {
    display: initial;
    color: black;
    background-color: rgba(255, 255, 255, 0.7);
}


@media (max-width: 500px) {
    .delete-lehrjahr[b-x455b52v3d]{
        right: -130px;
    }
}
/* _content/ProofThem/Shared/MainLayout.razor.rz.scp.css */
div[b-do0fh6mk6x] {
    height: 100%;
    width: 100%;
    
    padding: 0;
    margin: 0;
    
    z-index: -1000;
}

body[b-do0fh6mk6x]{
    margin: 0;
}

.background-picture[b-do0fh6mk6x] {
    position: fixed;
    z-index: -10000;
}

body[b-do0fh6mk6x], 
html[b-do0fh6mk6x]{
    height: 100%;
    padding: 0;
    margin: 0;
}

.register-confirmation[b-do0fh6mk6x] {
    font-size: 28px;

    height: 80px;
    width: 300px;

    position: relative;
    z-index: 200000;

    text-align: center;

    background-color: rgb(120, 255, 40);
}


@media print{
    .background-picture[b-do0fh6mk6x]{
        /*display: none;*/
    }
}



/* _content/ProofThem/Shared/Modal.razor.rz.scp.css */
.wrapper[b-mtjddzlbt5]{
    background-color: #0000008f;

    height: 100%;
    width: 100%;

    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    z-index: 3000;
}

.modal[b-mtjddzlbt5]{
    position: fixed;

    top: 50%;
    left: 50%;

    display: flex;

    flex-direction: column;

    justify-content: center; 
    align-items: center;

    transform: translate(-50%, -50%);

    border: 4px solid black;

    border-radius: 10px;
}


.modal-date-input[b-mtjddzlbt5]{
    height: fit-content;
}

.modal--add-lehrjahr h3[b-mtjddzlbt5]{
    margin-bottom: 15px;
}

.modal-delete__wrapper[b-mtjddzlbt5]{
    padding: 10px;
    background-color: #aed6dc !important;
}

.create-bericht[b-mtjddzlbt5] {
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}
/* _content/ProofThem/Shared/ReturnButton.razor.rz.scp.css */
.return-button[b-w06eb80ahj] {
    border: 2px solid black;
    
    height: 30px;
    width: 30px;
    
    display: flex;
    
    justify-content: center;
    align-items: center;
    
    border-radius: 100%;
    
    transition: all 0.2s;
 
    cursor: pointer;

    padding-top: 1px;
    padding-left: 1px;

    color: #aed6dc;
    border-color: #aed6dc;

    background-color: black;

    z-index: 1000;
}

    .return-button:hover[b-w06eb80ahj] {
        border-color: black;
        color: black;
        background-color: #aed6dc;
    }


    @media (max-width: 885px)
    {
        .return-button-mobile[b-w06eb80ahj]{
            position: fixed;

            bottom: 10px !important;
            left: 10px;

            background-color: black;
            color: white;
            border-color: white;
        }

        .return-button-mobile:hover[b-w06eb80ahj]{
            background-color: white;
            color: black;
            border-color: black;
        }
    }

    @media print{
        .return-button-mobile[b-w06eb80ahj]{
            display: none;
        }
    }
