.userProfileCard {
    border: unset;
    border-top: 10px solid var(--logo-color-1);
    padding: 0 20px 0 0;
    justify-content: unset;
}

.userProfileCard .flag { display: none; }
.userProfileCard .avatar { flex-basis: auto; flex-shrink: 0; }
.userProfileCard .avatar img { width: auto; height: 135px; border-radius: unset; }
.userProfileCard .profile { flex-basis: auto; gap: unset;   min-width: unset; justify-content: center;}
.userProfileCard .profile .person, .userProfileCard .profile .contact { gap: unset; }
.userProfileCard .profile .contact > div { font-size: 14px; }
.userProfileCard .cardtitle { margin-bottom: 10px;font-size:clamp(1rem, 1.5vw, 1.1rem); color:var(--logo-color-1);}
.userProfileCard .profile .person .position { display: none; }

.userProfileCard .profile * ,.userProfileCard .profile .email a,
.userProfileCard .profile .email span  {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100% ;
}
.userProfileCard .profile .email > div {
  font-size: 20px;      /* <-- Icongröße */

}
@media (max-width: 1360px) {
    
    .userProfileCard {
        justify-content: unset;
    }
}
