/* Admin-Bereich: Fliesstext schwarz. H1 und Links bleiben weiss
   (Regeln in bild.css). */

body {
    color: #000000;
}

h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    background-color: transparent;
}

/* Gruene Leiste der Berichtseintraege: Datum bleibt lesbar. */
.berichtseintrag__kopf {
    color: #ffffff;
}

/* Breite Tabellen (Spielplan) auf dem Handy seitlich scrollen. */
.tabelle-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
}

.datentabelle--spielplan {
    table-layout: fixed !important;
    width: 100% !important;
    min-width: 56em !important;
    max-width: none !important;
}

.datentabelle--spielplan th:nth-child(1),
.datentabelle--spielplan td:nth-child(1) { width: 10%; }
.datentabelle--spielplan th:nth-child(2),
.datentabelle--spielplan td:nth-child(2) { width: 7%; }
.datentabelle--spielplan th:nth-child(3),
.datentabelle--spielplan td:nth-child(3) { width: 20%; }
.datentabelle--spielplan th:nth-child(4),
.datentabelle--spielplan td:nth-child(4) { width: 13%; }
.datentabelle--spielplan th:nth-child(5),
.datentabelle--spielplan td:nth-child(5) { width: 7%; }
.datentabelle--spielplan th:nth-child(6),
.datentabelle--spielplan td:nth-child(6) { width: 20%; }
.datentabelle--spielplan th:nth-child(7),
.datentabelle--spielplan td:nth-child(7) { width: 8%; }
.datentabelle--spielplan th:nth-child(8),
.datentabelle--spielplan td:nth-child(8) { width: 15%; }

.datentabelle--spielplan th,
.datentabelle--spielplan td {
    overflow: hidden;
}

.datentabelle--spielplan input[type="text"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
    box-sizing: border-box;
}

.nur-vorlesen {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.zelle-aktionen {
    white-space: nowrap;
}

.zelle-aktionen input {
    display: inline-block;
    margin: 2px 4px 2px 0;
    vertical-align: middle;
}
