.ansicht_kasse .bedienung {
    background-color: #ebebeb;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 60%;
    padding: 16px;
}



.ansicht_kasse .bedienung .input_table {
    width: 100%;
    margin-bottom: 32px;
}



.ansicht_kasse .bedienung #menge_input {
    font-size: 20px;
    color: var(--firmenfarbe);
    font-weight: bold;
}



.ansicht_kasse .bedienung #scan_input {
    font-size: 20px;
    color: var(--firmenfarbe);
    font-weight: bold;
}



.ansicht_kasse .bedienung .favoriten {
    display: inline-block;
    width: calc(50% - 24px);
    vertical-align: top;
    padding: 8px;
    background-color: #fff;
    border-radius: 8px;
    margin-right: 8px;
}



.ansicht_kasse .bedienung .favoriten .artikel {
    border-bottom: 1px solid #808080;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s;
    background-color: #ffffff;
    border-radius: 8px 8px 0px 0px;
}

.ansicht_kasse .bedienung .favoriten .artikel:hover {
    background-color: #f7f7f7;
}



.ansicht_kasse .bedienung .knoepfe {
    display: inline-block;
    width: calc(50% - 24px);
    vertical-align: top;
    padding: 8px;
    background-color: #fff;
    border-radius: 8px;
}



.ansicht_kasse .bedienung .knoepfe .knopf {
    margin: 8px;
}



.ansicht_kasse .liste {
    background-color: #fff;
    position: absolute;
    top: 10px;
    bottom: 100px;
    left: calc(60% + 42px);
    right: 0px;
    padding: 16px;
    border-radius: 16px 0px 0px 16px;
    overflow-y: scroll;
}



.ansicht_kasse .summe {
    background-color: #fff;
    position: absolute;
    top: calc(100% - 90px);
    bottom: 10px;
    left: calc(60% + 42px);
    right: 4px;
    padding: 16px;
    border-radius: 16px 0px 0px 16px;
    overflow-y: hidden;
    font-size: 40px;
    font-weight: bold;
    text-align: right;
}



.ansicht_kasse .liste #prozess_id {
    text-align: center;
    font-weight: bold;
    color: #9d9d9d;
}



.ansicht_kasse .liste table {
    width: 100%;
}



.ansicht_kasse .liste table tr td:last-of-type {
    text-align: right;
}



.ansicht_kasse .liste table tr.artikel td {
    font-weight: bold;
}

.ansicht_kasse .liste table tr.fehler td {
    font-weight: bold;
    color: #b90000;
}



.bar_gegeben_input {
    font-size: 25px;
    color: var(--firmenfarbe);
    font-weight: bold;
    width: 200px;
}



.bar_rest_liste .eintrag {
    display: inline-block;
    vertical-align: top;
    padding: 4px 16px;
    text-align: center;
}



.bar_rest_liste .eintrag span {
    font-size: 25px;
}



.kunde .kundenname {
    font-size: 30px;
    color: var(--firmenfarbe);
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
}



#user_pin {
    font-size: 20px;
    color: var(--firmenfarbe);
    font-weight: bold;
}