/* Profile role links: visually almost unchanged, but clearly interactive */
.profil-page .kontakt-box .profile-role-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

.profil-page .kontakt-box .profile-role-link:hover,
.profil-page .kontakt-box .profile-role-link:focus,
.profil-page .kontakt-box .profile-role-link:focus-visible {
    color: #b40000 !important;
    text-decoration: none;
    outline: none;
}

.profile-video {
    width: 100%;
    margin: 2rem 0;
}

.profile-video-frame {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 240px;
    border: 0;
}