
.profile-picture {
    display: grid;
    width: 125px;
}

.profile-picture img {
    width: 100%;
    border-radius: 50%;
}

.profile-picture .fa-camera {
    position: relative;
    bottom: 36px;
    right:-55px;
    background: white;
    border-radius: 100%;
    padding: 6px;
    font-size: 32px;
    max-width: 32px;
}

.camera-profile-position {
    display: grid;
    justify-content: center;
}

/*Gebühren - kleines Benachrichtigungssymbol Layout*/
.badge {
    display: inline-block;
    background-color: #2c3e50;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    margin-left: 8px; /* Abstand vom Text */
}

.item-user-image-placeholder {
    width: 45px; /* Kleineres Userbild */
    height: 45px;
    background-color: #eaeaea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 0.75rem; /* Abstand zu den Benutzer-Infos */
}

.user-avatar-icon {
    font-size: 1.8rem; /* Kleineres User-Icon */
    color: #b0b0b0;
}

.user-avatar-icon.big-avatar {
    font-size: 6rem;
}