RD2/THL1 – Verkehrsunfall PKW

body {
font-family: Arial, Helvetica, sans-serif;
background: #f5f5f5;
margin: 40px;
}

.table-container {
background: #fff;
padding: 20px;
border-radius: 4px;
box-shadow: 0 1px 4px rgba(0,0,0,0.08);
overflow-x: auto;
}

.einsatz-table {
width: 100%;
border-collapse: collapse;
font-size: 14px;
color: #333;
}

.einsatz-table thead th {
background: #f1f1f1;
color: #444;
text-align: left;
font-weight: 600;
padding: 12px 14px;
border-bottom: 2px solid #d9d9d9;
}

.einsatz-table tbody td {
padding: 12px 14px;
border-bottom: 1px solid #e6e6e6;
}

.einsatz-table tbody tr:hover {
background: #fafafa;
}

.einsatz-table tbody tr:nth-child(even) {
background: #fcfcfc;
}

.einsatzart {
font-weight: 600;
}

.einsatzart.brand {
color: #c62828;
}

.einsatzart.thl {
color: #1565c0;
}

.einsatzart.firstresponder {
color: #2e7d32;
}

.einsatzart.unfall {
color: #ef6c00;
}

@media (max-width: 768px) {
.einsatz-table {
font-size: 13px;
}

.einsatz-table th,
.einsatz-table td {
padding: 10px;
}
}

Nach oben scrollen