@media (max-width: 768px) {

    .player-profile {
        /* margin: 20px; */
        text-align: center;
        /* width: 90%; */
    }

    .profile-image img {
        border-radius: 50%;
        width: auto;
        height: 250px;
    }

    .player-stats-overview {
        display: flex;
        justify-content: space-around;
        background-color: #333;
        color: #fff;
        padding: 20px;
        margin: 20px 0;
        border-radius: 10px;
    }

    .player-stats-overview .stat {
        font-size: 10px;
        color: #7a7a7a;
    }

    .player-stats-overview .stat span {
        display: block;
        font-size: 40px;
        font-weight: bold;
        color: white;
    }

    .player-stats-detail {
        display: flex;
        justify-content: space-around;
        /* margin: 20px; */
        width: 95%;
    }

    .stats-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        /* background-color: #1a1a1a; */
    }

    .stats-container > div {
        border-radius: 10px;
        background-color: #1a1a1a;
        border-spacing: 5px;
    }

    .stats-container h3 {
        text-align: center;
        margin-bottom: 10px;
    }

    .tabs {
        display: flex;
        justify-content: center;
    }

    .tablink {
        background-color: #ddd;
        border: none;
        padding: 10px;
        cursor: pointer;
        margin: 5px;
    }

    .tablink.active {
        background-color: #007bff;
        color: #fff;
    }

    .tabcontent {
        display: none;
    }

    .tabcontent {
        text-align: center;
        list-style: none;
        font-size: 1.2rem;
    }

    .tabcontent ul li {
        margin: 5px 0;
    }

    .average,
    .finish {
        text-align: left;
        font-size: 1.2rem;
        margin: 0;
        padding: 0 0 0 15px;
    }
    .letzten-spiele {
        width: 95%;
        font-size: 0.63rem;
    }
    .letzten-spiele-head {
        width: 90%;
        padding: 0;
        margin: 0;
    }


}
