
/* = = = = = = = = = = = = = = = = = datei teams.css = = = = = = = = = = = = = = = = = = = = = = = = = */


.tk-meta {
    text-align: center;
    color: #8a8a8a;
    font-size: 1.4rem;
    margin-top: -3rem;
    margin-bottom: 2.5rem;
}

.tk-meta a {
    color: #c94f4f;
}

/* ---------- Steuerleiste ---------- */

.tk-controls {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    align-items: center;
    margin-bottom: 1rem;
}

.tk-filter {
    background: #232323;
    border: .1rem solid #454e4e;
    color: #D9D5D5;
    padding: .6rem 1.2rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    font-family: inherit;
    cursor: pointer;
}

.tk-filter:hover {
    border-color: #800000;
    color: #fff;
}

.tk-filter.active {
    background: #800000;
    border-color: #800000;
    color: #fff;
}

.tk-search {
    flex: 1 1 16rem;
    background: #232323;
    border: .1rem solid #454e4e;
    color: #D9D5D5;
    padding: .6rem 1.2rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    font-family: inherit;
}

.tk-search::placeholder {
    color: #6b6b6b;
}

.tk-search:focus {
    outline: none;
    border-color: #800000;
}

.tk-hint {
    font-size: 1.2rem;
    color: #6b6b6b;
    margin-bottom: 3rem;
}

/* ---------- Team-Block ---------- */

.tk-team {
    margin-bottom: 4rem;
}

.tk-team-head {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-bottom: .2rem solid #800000;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.tk-team-logo {
    height: 4.5rem;
    width: auto;
    max-width: 6rem;
    margin: 0;
}

.tk-team-name {
    color: #fff;
    font-size: 2rem;
    flex: 1 1 auto;
}

.tk-team-stats {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.tk-stat {
    text-align: right;
}

.tk-stat-value {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    line-height: 1.2;
}

.tk-stat-label {
    color: #8a8a8a;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .05rem;
}

/* ---------- Positionsgruppe ---------- */

.tk-group {
    margin-bottom: 2rem;
}

.tk-group-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .5rem;
    flex-wrap: wrap;
}

.tk-group-title {
    color: #B5BBBB;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
}

.tk-group-title .fa {
    color: #c94f4f;
    margin-right: .8rem;
}

.tk-group-sum {
    color: #8a8a8a;
    font-size: 1.2rem;
}

/* ---------- Kadertabelle ---------- */

.tk-table {
    width: 100%;
    border-collapse: collapse;
}

.tk-table td {
    padding: .55rem .6rem;
    border-bottom: .1rem solid #2a2a2a;
    color: #D9D5D5;
    font-size: 1.4rem;
    vertical-align: middle;
}

.tk-table tr:last-child td {
    border-bottom: none;
}

.tk-table tr:hover td {
    background: rgba(128, 0, 0, .15);
}

.tk-rank {
    width: 2.8rem;
    text-align: right;
    color: #6b6b6b;
    font-size: 1.2rem;
}

.tk-player {
    color: #fff;
}

.tk-club {
    color: #8a8a8a;
    font-size: 1.3rem;
    text-align: right;
    white-space: nowrap;
}

.tk-value {
    width: 7rem;
    text-align: right;
    white-space: nowrap;
    color: #D9D5D5;
}

.tk-value b {
    color: #fff;
}

/* Treffer bei Suche */
.tk-table tr.tk-match td {
    background: rgba(128, 0, 0, .28);
}

/* ---------- Status / Fehler ---------- */

.tk-status {
    background: #232323;
    border-left: .3rem solid #800000;
    padding: 1.5rem 2rem;
    color: #D9D5D5;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.tk-status code {
    background: #191919;
    padding: .1rem .5rem;
    border-radius: .3rem;
    font-size: 1.3rem;
    color: #c94f4f;
}

/* ---------- responsive ---------- */

@media (max-width: 550px) {

    .tk-team-head {
        gap: 1rem;
    }

    .tk-team-name {
        font-size: 1.7rem;
        flex: 1 1 100%;
    }

    .tk-table td {
        padding: .5rem .3rem;
        font-size: 1.3rem;
    }

    .tk-club {
        font-size: 1.15rem;
    }

    .tk-value {
        width: 5.5rem;
    }
}

/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */
