/* Menu */
body:not(.top_panel_fixed) .top_panel_position_over .top_panel_middle {
    background-color: rgba(231, 215, 176, 0.6) !important; /* Dein schwarzes Overlay */
    transition: background-color 0.3s ease;
}



/* Table */
.scheme_original .sc_table table tr th:first-child,
.scheme_original .sc_table table tr td:first-child {
    background-color: #ffffff !important;
}

/* Falls die gesamte erste Zeile weiß sein soll */
.scheme_original .sc_table table tr:first-child th,
.scheme_original .sc_table table tr:first-child td {
    background-color: #ffffff !important;
}

/* Rahmen entfernen und nur Trennlinien behalten */
.scheme_original .sc_table table,
.scheme_original .sc_table table tr th,
.scheme_original .sc_table table tr td {
    border: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

/* Letzte Trennlinie ganz unten entfernen für den "Clean Look" */
.scheme_original .sc_table table tr:last-child td {
    border-bottom: none !important;
}