#options #reg_search {
    display: none;
}

#eduvidual_webinare .entry {
    display: inline-block;
    width: 400px;
    height: 300px;
    margin: 2px;
}
#eduvidual_webinare .entry .footer {
    background-color: rgba(50,50,50,0.5);
    color: white;
    padding: 5px 10px 5px 10px;
    height: 45px;
}

#eduvidual_webinare .Anstehend {
    border-left: 4px solid darkred;
}

#eduvidual_webinare .Bearbeitung {
    border-left: 4px solid orange;
}

#eduvidual_webinare .Abgeschlossen {
    border-left: 4px solid green;
}

#eduvidual_webinare .list_picture {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 300px;
}

#eduvidual_webinare .text_line {
    height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
}