
/* = = = = = = = = = = = = = = = = = datei rekordmanager.css = = = = = = = = = = = = = = = = = = = = = = = = = */


.mm-subtitle {
    text-align: center;
    color: #8a8a8a;
    font-size: 1.4rem;
    margin-top: -3rem;
    margin-bottom: 4rem;
}

.mm-pyramid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    margin: 2rem 0 4rem 0;
}

.mm-row {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
}

.mm-card {
    text-align: center;
    width: 13rem;
}

.mm-photo-wrap {
    position: relative;
    width: 11rem;
    height: 11rem;
    margin: 0 auto 1.2rem auto;
}

.mm-card--top .mm-photo-wrap {
    width: 14rem;
    height: 14rem;
}

.mm-photo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: .3rem solid #800000;
    margin: 0;
}

.mm-card--top .mm-photo {
    border-color: #c94f4f;
    box-shadow: 0 0 1.5rem rgba(201, 79, 79, .5);
}

.mm-crown {
    position: absolute;
    top: -1.6rem;
    left: 50%;
    transform: translateX(-50%);
    color: #c94f4f;
    font-size: 1.8rem;
}

.mm-badge {
    position: absolute;
    bottom: -.3rem;
    right: -.3rem;
    background: #800000;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .2rem solid #191919;
}

.mm-card--top .mm-badge {
    background: #a30000;
    width: 3.8rem;
    height: 3.8rem;
    font-size: 1.4rem;
}

.mm-name {
    color: #fff;
    font-size: 1.6rem;
}

.mm-card--top .mm-name {
    font-size: 1.8rem;
}

@media (max-width: 550px) {

    .mm-pyramid {
        gap: 2.5rem;
    }

    .mm-row {
        gap: 2rem;
    }

    .mm-card {
        width: 9.5rem;
    }

    .mm-photo-wrap {
        width: 8rem;
        height: 8rem;
    }

    .mm-card--top .mm-photo-wrap {
        width: 10rem;
        height: 10rem;
    }

    .mm-name {
        font-size: 1.3rem;
    }
}

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