.frontpage-table {
    .vapiclass .teammarker {
        color: var(--wp--preset--color--custom-color-1);
        font-weight: bold;
    }

    .vapi .tabelle {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .vapi .tabelle table {
        width: 80%;
        table-layout: auto;
    }

    .PLATZ {
        font-weight: 600;
    }

    .vapi .tabelle table td,
    .vapi .tabelle table th {
        text-align: center;
        vertical-align: middle;
    }

    table thead th {
        border-bottom: 2px solid var(--wp--preset--color--custom-color-4);
        padding: 8px;
    }


    table {
        border-collapse: collapse;
    }

    .vapi .tabelle table tr {
        border-bottom: 1px solid var(--wp--preset--color--custom-color-2);
    }


    tbody td img {
        border-radius: 50%;
        margin-bottom: 5px;
    }

    tbody .logo,
    tbody .logo-placeholder {
        display: block;
        width: 55px;
        height: 55px;
        margin: 3px auto;
        object-fit: contain;
    }

    a {
        display: none;
    }


    @media (max-width: 768px) {
        .vapi .tabelle table {
            width: 90%;
        }

        th:nth-child(6) {
            display: none;
        }

        td:nth-child(6) {
            display: none;
        }
    }
}
