.ake-expert-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px;
    box-sizing: border-box;
    background: #e5e5e5;
}


/* oberer Personenbereich */

.ake-expert-person {
    text-align: center;
}


.ake-expert-image {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}


/* Name */

.ake-expert-person h3 {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 8px 0;
}


/* Titel */

.ake-expert-person h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px 0;
}


/* Email */

.ake-expert-person a {
    font-size: 14px;
}


/* Trennlinien */

.ake-divider {
    border-top: 1px solid #dddddd;
    margin: 25px 0;
}


/* Beschreibung */

.ake-expert-description {
    font-size: 15px;
    line-height: 1.6;
}


/* Booking */

.ake-booking {
    text-align: center;
}


.ake-button {
    display: inline-block;
    padding: 12px 25px;
    background: #333333;
    color: #ffffff;
    text-decoration: none;
}


/* Video nach unten */

.ake-video {
    margin-top: auto;
}


.ake-video h4 {
    font-size: 18px;
    margin-bottom: 15px;
}


.ake-video-placeholder {
    aspect-ratio: 16 / 9;
    background: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Farben innerhalb der Expertenkarte */

.ake-expert-card,
.ake-expert-card h3,
.ake-expert-card h4,
.ake-expert-card p {
    color: #333333;
}


/* Titel des Experten */

.ake-expert-person h4 {
    color: #555555;
}


/* Video Überschrift */

.ake-video h4 {
    color: #333333;
}


/* E-Mail-Link */

.ake-expert-person a {
    color: #333333;
}

.ake-expert-card .ake-expert-person h4,
.ake-expert-card .ake-video h4 {
    color: #333333 !important;
}

.ake-expert-card .ake-expert-person a {
    color: #333333 !important;
}

/* Eigene Video-Lightbox */

.ake-video-lightbox {
    display: none;
}

/* Video Lightbox */

.ake-video-lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
}


/* Hintergrund */

.ake-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
}


/* Videofenster */

.ake-video-window {
    position: relative;
    width: 80%;
    max-width: 900px;
    margin: 5% auto;
    background: #ffffff;
    padding: 30px;
    z-index: 2;
}


/* Schließen */

.ake-video-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
}


/* Videoinhalt */

.ake-video-content {
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e5e5;
    font-size: 20px;
}