#dSeriennummernWa{
    display: flex;
    width: 100vw;
    height: 100%;
    z-index: 1;
    position: absolute;
    background-color: white;
    flex-direction: column;
    align-items: center;
}
/*Seriennummern*/
#iScanSnrWa{
    margin-top:30px;
}
#dSnrsWa>div{
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}

select[multiple] {
    display: block;
    width: 98vw;
    max-width: 100%;
    padding: 0;
    margin: 1vw!important;
    box-sizing: border-box;
    border: 1px solid #00759c;
    font-size: 30px;
    box-shadow: 0 1px 1px 0 rgb(60 64 67 / 8%), 0 1px 3px 0 rgb(60 64 67 / 16%);
    border-radius: 3px;
}