.data-pd{
    padding: 40px;
}

.data-bg{
    padding: 10px;
    border-radius: 3px;
    background-color: #eeeeee;
    color: #666;

    transition-property: box-shadow, transform;
    transition-duration: 350ms;
    transition-timing-function: ease;
}

.data-bg:hover {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.2);
    transform: translateY(-8px);
}

.data-input{
    padding: 10px;
}

.data-input div{
    border-radius: 3px;
    background-color: white;
    padding: 0 10px 10px 10px;
    height: 100%;
}

.data-input div p{
    margin: 0;
    font-size: x-small;
}

.data-input div label{
    font-size: xx-small;
}

.data-input div select{
    font-size: x-small;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0);
    width: 100%;
    color: #212529bf;
}

.data-input div button{
    font-size: x-small;
    border: none;
    color: #666;
    background-color: white;
}

.data-input .bemerkungen{
    height: 105px;
    overflow: auto;
}
.none{
    color: #666;
    text-align: center;
}