body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff; /* Seitenhintergrund weiß */
    color: #000000; /* Standard Textfarbe schwarz */
}

/* Allgemeine Styles */
h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.minitext {
    font-size: 0.9em;
    color: #555555;
}

/* Schaden-Fenster */
.schaden-fenster {
    width: 100%; /* Über die gesamte Seitenbreite */
    background-color: #ffffff; /* Hintergrund weiß */
    padding: 15px;
    box-sizing: border-box;
}

/* MANV-Fenster */
.manv-fenster {
    width: 100%; /* Über die gesamte Seitenbreite */
    background-color: #ffffff;
    padding: 15px;
    box-sizing: border-box;
}

/* Tabellenstil */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
}

table, th, td {
    border: 1px solid #dddddd;
}

th, td {
    padding: 8px;
    text-align: left;
    font-size: 0.9em;
}

th {
    background-color: #f2f2f2;
}

/* Responsives Design für mobile Geräte */
@media only screen and (max-width: 600px) {
    body {
        font-size: 14px;
    }

    h2 {
        font-size: 1.2em;
    }

    th, td {
        font-size: 0.8em;
    }

    .ist_test {
        font-size: 1em;
        padding: 8px;
    }
}

/* Test-Alarm Hinweis */
.ist_test {
    background-color: red;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin-top: 15px;
}


.krankenhaus-table th, .krankenhaus-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    font-size: 12px;
}

.krankenhaus-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.krankenhaus-table th.wecker, .krankenhaus-table td.wecker {
    width: 15px;
}

.krankenhaus-table th.headline, .krankenhaus-table td.headline {
    background-color: #a1a1a1;
    color: #0000000;
    text-align: left;
    font-weight: 700;
}

.krankenhaus-table th.text, .krankenhaus-table td.text {
    color: #0000000;
    text-align: left;
}

.krankenhaus-table th.gruen, .krankenhaus-table td.gruen {
    background-color: #d4edda;
    color: #155724;
    text-align: right;
    width: 25px;
}

.krankenhaus-table th.gelb, .krankenhaus-table td.gelb {
    background-color: #fff3cd;
    color: #856404;
    text-align: right;
    width: 25px;
}

.krankenhaus-table th.rot, .krankenhaus-table td.rot {
    background-color: #f8d7da;
    color: #721c24;
    text-align: right;
    width: 25px;
}

.krankenhaus-table th.beatmung, .krankenhaus-table td.beatmung {
    background-color: #B0C4DE;
    color: #08088A;
    text-align: right;
    width: 25px;
}

.krankenhaus-table th.sum, .krankenhaus-table td.sum {
    text-align: right;
    width: 25px;
}

.krankenhaus-table tr.sumsum {
    border-top: 2px solid #ddd;
    width: 25px;
}

.krankenhaus-table td.sum_text {
    color: #0000000;
    text-align: right;
    width: 25px;
}

.krankenhaus-table td.sum_gruen {
    background-color: #d4edda;
    color: #155724;
    text-align: right;
    font-weight: 700;
    width: 25px;
    width: 25px;
}

.krankenhaus-table td.sum_gelb {
    background-color: #fff3cd;
    color: #856404;
    text-align: right;
    font-weight: 700;
    width: 25px;
}

.krankenhaus-table td.sum_rot {
    background-color: #f8d7da;
    color: #721c24;
    text-align: right;
    font-weight: 700;
    width: 25px;
}

.krankenhaus-table td.sum_BeA {
    background-color: #B0C4DE;
    color: #08088A;
    text-align: right;
    font-weight: 700;
    width: 25px;
}

.krankenhaus-table td.sum_sum {
    text-align: right;
    font-weight: 700;
    width: 25px;
}
