/*
Jedes Cell Elemente mit Beschrifung
 */
.cell:nth-of-type(2) {
    max-width: 80%;
}

.cell:nth-of-type(5) {

    max-width: 80%;

}

.cell:nth-of-type(8) {

    max-width: 80%;
}

.cell:nth-of-type(11) {

    max-width: 80%;
}

.cell:nth-of-type(14) {

    max-width: 80%;
}

.phaseninfo {
    display: block;
    font-size: smaller;
}


.lesehinweis {
    display: block
}

.lesehinweis.hervorheben {
    font-weight: bold;
}

.lesehinweis.abstand_unten {
    margin-bottom: 0.5rem;
}