table.table_kampf {
    width: 100%;
    background-color: transparent;
    border: 1px solid black;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 13px;
    text-align: center;
    color: #000;
}

.table_kampf th, .table_kampf td {
    border: 1px solid #000;
    padding: 9px;
}

.table_kampf th:nth-child(1), .table_kampf td:nth-child(1) {
    width: 70px;
    background-color: rgba(255, 255, 255, 0.1); /* Dezente Hervorhebung */
}

.table_kampf th:nth-child(2), .table_kampf td:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.35); /* Dezente Hervorhebung */
    width: 200px;
}

.table_kampf th:nth-child(3), .table_kampf td:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.1); /* Dezente Hervorhebung */
    width: 200px;
}

.table_kampf th:nth-child(4), .table_kampf td:nth-child(4) {
    background-color: rgba(255, 255, 255, 0.35); /* Dezente Hervorhebung */
    width: 200px;
}

.table_kampf th:nth-child(5), .table_kampf td:nth-child(5) {
    background-color: rgba(255, 255, 255, 0.1); /* Dezente Hervorhebung */
    width: 200px;
}
