.bisherKeinTraining {
    /* background-color: coral; */
    color: #DC0032;
}

.bisherTraining {
    /* background-color: darkseagreen; */
    color: darkseagreen;
}

div.noHeader thead {
    display: none;
}

div.noHeader tbody > tr > td  {
    width: 100%;
}
div.noHeader tbody > tr > td:first-child  {
    width: 130px;
}

h1.trainingszeit {
    margin-bottom: 0.5em;
}
p.trainingsbeginn {
    margin-bottom: 0.25em;
}
p.teilnehmer {
    display: none;
    margin-bottom:0;
}

table.trainingszahl {
    border: 0;
}
table.trainingszahl td {
    width: 100%;
    border: 0;
    padding-left: 0.5em;
}
table.trainingszahl td:first-child {
    width: 90px;
    border-right: 1px;
    border-right-style: solid;
    border-right-color: #222222;
    background-color: #eeeeee;
    vertical-align: middle;
    align-content: center;
    text-align: center;
    padding-left:0;
}

p#statusTraining {
    margin-bottom: 0;
    font-size: 3em;
}

div.hinweis {
    display: table-row;
}
div.hinweis p.label {
    display: table-cell;
    min-width: 100px;
    margin-bottom: 0;
}
div.hinweis p.label::after {
    content: " ";
}

div.hinweis p.trainingshinweis {
    width: 100%;
    display: table-cell;
    margin-bottom: 0;
}

span.hinweis {
    background-color: #DC0032;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

.spzaehlen1 {
    display:none;
}