.lpnon-project-overview-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background-color: #f9f9f9;
border: 1px solid #ddd;
}
.lpnon-project-overview-table th,
.lpnon-project-overview-table td {
border: 1px solid #ddd;
text-align: left;
padding: 8px;
}
.lpnon-project-overview-table th {
background-color: #cf001b;
color: white;
font-weight: bold;
}
.lpnon-project-overview-table tr:nth-child(even) {
background-color: #f2f2f2;
}
/* Laufende Projekte */
.lpnon-status-laufend {
background-color: #e0ffe0; /* Sanftes Grün */
}
/* Pausierte Projekte */
.lpnon-status-pausiert {
background-color: #fff8e1; /* Hellgelb */
color: #555;
}
/* Abgebrochene Projekte */
.lpnon-status-abgebrochen {
background-color: #ffe6e6; /* Sanftes Rot */
color: #777;
text-decoration: line-through;
}
/* Beendete Projekte */
.lpnon-status-beendet {
background-color: #e6e6e6; /* Grau */
color: #666;
}