body {
    font-family: system-ui, sans-serif;
    margin: 0;
    padding: 0;
    background: #f3f4f6;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem;
    background: #ffffff;
    margin-top: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

h1, h2 {
    margin-top: 0;
}

nav a {
    margin-right: 1rem;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th, .table td {
    border: 1px solid #ddd;
    padding: 0.5rem;
}

.status-entwurf { color: orange; }
.status-vorhanden { color: #2563eb; }
.status-zur_nacharbeit { color: #dc2626; }
.status-fertig { color: green; }

.status-fehlt {
    color: red;
    font-weight: bold;
}

.status-fehlt {
    color: red;
    font-weight: bold;
}

.btn {
    padding: 0.4rem 0.8rem;
    border-radius: 0.3rem;
    border: 1px solid #ccc;
    background: #e5e7eb;
    text-decoration: none;
    color: #111827;
    font-size: 0.9rem;
	white-space: nowrap;
}

.btn-primary {
    background: #2563eb;
    color: #fff;
    border-color: #1d4ed8;
}

.btn-danger {
    background: #dc2626;
    color: #fff;
    border-color: #b91c1c;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], select, textarea {
    width: 100%;
    padding: 0.4rem;
    margin-bottom: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.3rem;
    box-sizing: border-box;
}
