.db-pruefungsbogen {
    margin-bottom: 100px;
   /* border: 1px red solid;*/
}

.accordion  .db-pruefungsbogen {
    margin-bottom: 30px;
}

.db-pruefungsbogen input {
    background-color: lightgoldenrodyellow;
}

.pruefung-headinfo {
    text-align: center;
}

.pruefung-headinfo table {
    display: inline;
}

.pruefung-headinfo table th {
    background-color: black;
    color: white;
    padding: 5px;
}

.pruefung-headinfo table td {
    background-color: white;
    color: black;
    padding: 5px;
}

.pruefung-headinfo table td, .pruefung-headinfo table th {
    border: solid 1px black;
}

.pruefung-inputline {
    width: 100%;
    margin-bottom: 5px;
}

.pruefung-table td.w33, .pruefung-table th.w33 {
    width: 33%;
}
.pruefung-table td.w20, .pruefung-table th.w20 {
    width: 20%;
}
.pruefung-table td.w25, .pruefung-table th.w25 {
    width: 25%;
}

.pruefung-table td, .pruefung-table th {
    border: solid 1px black;
    padding: 5px;
}

.pruefung-table td input[type="text"], .db-table-initialwerte-output input[type="text"], .pruefung-table td textarea {
    border: 0;
    width: 100%;
}

.pruefung-zwischenueberschrift {
    font-weight: bold;
    padding-top: 70px;
}

.pruefung-table {
    width: 100%;
    margin-bottom: 5px;
}
.pruefung-table td, .pruefung-table th {
    border: solid 1px black;
    padding: 5px;
}

.db-table-initialwerte-output thead th {
    background-color: silver;
    text-align: center;
}

td.center {
    text-align:center;
}

.w100 {
    width: 100%;
}

.w10 {
    width: 10%;
}

.w10px {
    width: 10px;
}

.db-table-kommunikation {
    border: 1px solid black;
    text-align:center;
}

.db-table-kommunikation td, .db-table-kommunikation th {
    border: 1px solid black;
    text-align:center;
    padding: 5px;
}

.db-table-kommunikation tr:nth-of-type(2) {
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
}

.db-table-kommunikation tr:nth-of-type(1) {
    border-bottom: 1px solid black;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
}

.db-table-kommunikation tr:last-of-type {
    border-bottom: 2px solid black;
}

.db-table-kommunikation tr > td:first-of-type {
    border: 1px solid black;
    text-align:left;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 2px;
    border-right-width: 2px;
}

.db-table-kommunikation tr:nth-of-type(1) > th:nth-of-type(2),
.db-table-kommunikation tr:nth-of-type(1) > th:nth-of-type(3),
.db-table-kommunikation tr:nth-of-type(2) > th:nth-of-type(3),
.db-table-kommunikation tr:nth-of-type(2) > th:nth-of-type(6),
.db-table-kommunikation tr:nth-of-type(2) > th:nth-of-type(9),
.db-table-kommunikation tr > td:nth-of-type(4),
.db-table-kommunikation tr > td:nth-of-type(7),
.db-table-kommunikation tr > td:nth-of-type(10),
.db-table-kommunikation tr > td:nth-of-type(13)
{
    border-right: 2px solid black;
}


.db-table-kommunikation tr:nth-of-type(2) > th {
    border-right: 1px solid black;
}


.db-table-kommunikation td.db-table-kommunikation-bottom-right {
    border: 2px solid black;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.db-table-kommunikation th.db-table-kommunikation-top-left {
    border: 2px solid black;
    border-top-color: transparent;
    border-left-color: transparent;
}

.db-table-kommunikation-header {
    min-width: 180px;
}