/* Tabelle soll sich anpassen, wenn Spalten ausgeblendet werden */
.table td, .table th {
    transition: display 0.2s ease;
}
