.profilbild {
    width: 128px;
    height: 128px;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}

.profilbild-64 {
    width: 64px;
    height: 64px;
}

.profilbild-32 {
    width: 32px;
    height: 32px;
}

.profilbild-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-bottom: -6px;
    display: inline-block;
}

.pfeil {
    position: relative;
    padding-right: 16px;
}

.pfeil:after {
    content: "";
    position: absolute;
}

.pfeil-up::after {
    content: "▲";
    color: lime;
}

.pfeil-down::after {
    content: "▼";
    color: rgb(255, 68, 0);
}

.pfeil-right::after {
    content: "►";
    color: rgba(124, 124, 124, 0.5);
}

.is-kpt {
    display: inline-block;
    width: 38px;
    height: 22px;
    background-image: url("images/icons/team_kpt.png");
    background-position: center;
    background-size: contain;
    margin-bottom: -7px;
}

.is-kpt-spielerprofil {
    margin-bottom: -5px;
}
