/* file: web26/www/monitor_zentrale.css */
/* Zusätzliche Anpassungen NUR für den Zentrale-Monitor */

body.monitor-zentrale .monitor-main {
    /* Rechte Spalte schmaler machen */
    grid-template-columns: 2.6fr 0.8fr;
}

/* WachenFunk + News etwas kompakter darstellen */
body.monitor-zentrale .panel-funk .panel-body,
body.monitor-zentrale .panel-news .panel-body {
    font-size: 0.85rem;
    padding-top: 6px;
    padding-bottom: 6px;
}

/* Überschriften in der rechten Spalte einen Tick kleiner */
body.monitor-zentrale .panel-funk .panel-header h2,
body.monitor-zentrale .panel-news .panel-header h2 {
    font-size: 0.95rem;
}

/* Dienstplan im Zentrale-Monitor deutlich kleiner darstellen */
body.monitor-zentrale .monitor-plan {
    font-size: 0.65rem;
    line-height: 1.15;
}

/* Basisschrift in der großen Plan-Tabelle verkleinern */
body.monitor-zentrale .plan-all-grid {
    font-size: 0.7rem;
}

/* Kopfzeilen (Tage) kleiner */
body.monitor-zentrale .day-header {
    font-size: 0.75rem;
}

/* Linke Spalte: Positionsbezeichnung + Zeit kleiner */
body.monitor-zentrale .pos-title {
    font-size: 0.7rem;
}
body.monitor-zentrale .pos-time {
    font-size: 0.6rem;
}

/* Zellen-Inhalt (Mitarbeiter) kleiner */
body.monitor-zentrale .dp-cell {
    font-size: 0.7rem;
}

body.monitor-zentrale .emp-name {
    font-size: 0.7rem;
}

/* Azubi-Badge bleibt lesbar, nur minimal kleiner */
body.monitor-zentrale .emp-azubi-badge {
    font-size: 0.55rem;
}

/* Zellen-Padding enger, damit mehr Tage nebeneinander passen */
body.monitor-zentrale .plan-all-grid th,
body.monitor-zentrale .plan-all-grid td {
    padding: 0 1px;
}

/* linke Ecke (wache7.de) etwas schmaler machen, bringt auch noch Platz */
body.monitor-zentrale .plan-all-grid th.corner {
    width: 11%;
    min-width: 110px;
}
