.wbp-profil {
    --wba-green-dark: #1e4433;
    --wba-green: #3d6b4f;
    --wba-cream: #fefefe;
    --wba-beige: #f9f8f5;
    --wba-text: #4a5548;
    --wba-radius: 14px;
    --wba-serif: "Fraunces", "Playfair Display", Georgia, serif;
    background: var(--wba-cream);
    color: var(--wba-text);
}

/* ---------- Hero ---------- */

.wbp-profil .wbp-hero {
    position: relative;
    display: grid;
    /*grid-template-columns: minmax(0, 46%) minmax(0, 54%);*/
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
    align-items: center;
    background: #f9f8f5;
    overflow: hidden;
}

.wbp-profil .wbp-hero-media {
    /*height: 420px;*/
    
}

.wbp-profil .wbp-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wbp-profil .wbp-hero-content {
    position: relative;
    padding: 40px 6%;
}

.wbp-profil .wbp-hero-content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -140px;
    width: 180px;
    background: linear-gradient(90deg, rgba(249, 248, 245, 0) 0%, #f9f8f5 80%);
    pointer-events: none;
}

.wbp-profil .wbp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    /*font-size: 24px;*/
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wba-green);
    margin-bottom: 18px;
}


.wbp-profil .wbp-eyebrow .ph {
    font-size: 26px;
}

.wbp-profil .wbp-name {
    font-family: var(--wba-serif);
    font-weight: 600;
    font-size: clamp(30px, 3.4vw, 42px);
    line-height: 1.1;
    color: var(--wba-green-dark);
    margin: 0 0 16px;
}

.wbp-profil .wbp-subtitle {
    font-family: var(--wba-serif);
    font-weight: 500;
    font-size: 20px;
    color: var(--wba-green);
    margin-bottom: 32px;
}

.wbp-profil .wbp-subtitle p {
    margin: 0;
}

.wbp-profil .wbp-quote {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: 460px;
}

.wbp-profil .wbp-quote .wbp-quote-mark {
    flex: 0 0 auto;
    font-family: Georgia, serif;
    font-size: 75px;
    line-height: 0.6;
    color: var(--wba-green-dark);
    margin-top: 12px;
}

.wbp-profil .wbp-quote-label {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: var(--wba-text);
    margin-bottom: 6px;
}

.wbp-profil .wbp-quote-text {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.55;
    color: var(--wba-text);
    max-width: 460px;
}

.wbp-profil .wbp-quote-author {
    font-size: 13px;
    font-weight: 700;
    color: var(--wba-green-dark);
}

.wbp-profil .wbp-hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 60px;
    color: var(--wba-cream);
    display: block;
}

/* ---------- Layout Hauptbereich ---------- */

.wbp-profil .wbp-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 44px;
    padding: 50px 6% 30px;
    align-items: start;
}

/* ---------- Sektionen / Richtext ---------- */

.wbp-profil .wbp-section {
    margin-bottom: 48px;
}

.wbp-profil .wbp-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--wba-serif);
    font-weight: 600;
    font-size: 24px;
    color: var(--wba-green-dark);
    margin: 0 0 20px;
}

.wbp-profil .wbp-section-title .ph {
    font-size: 30px;
    color: var(--wba-green);
    flex: 0 0 auto;
}

.wbp-profil .wbp-richtext {
    line-height: 1.7;
}

.wbp-profil .wbp-richtext p {
    margin: 0 0 16px;
}

.wbp-profil .wbp-richtext p:last-child {
    margin-bottom: 0;
}

.wbp-profil .wbp-richtext ul {
    margin: 0 0 16px;
    padding-left: 20px;
}

.wbp-profil .wbp-richtext a {
    color: var(--wba-green-dark);
}

.wbp-video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin-top:16px;border-radius:8px}
.wbp-video-embed iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important;border:0}

/* ---------- Video-Embed ---------- */

.wbp-profil .wbp-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
    border-radius: var(--wba-radius);
}

.wbp-profil .wbp-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}


/* ---------- Infokarten ---------- */

.wbp-profil .wbp-infocards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 48px;
}

.wbp-profil .wbp-infocard {
    background: #fbfaf7;
    border-radius: var(--wba-radius);
    padding: 22px;
}

.wbp-profil .wbp-infocard-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 600;
    color: var(--wba-green-dark);
    margin-bottom: 10px;
    line-height: 1.4;
}

.wbp-profil .wbp-infocard-label .ph,
.wbp-profil .wbp-infocard-label .ph-fill {
    font-size: 30px;
    color: var(--wba-green);
    flex: 0 0 auto;
}

.wbp-profil .wbp-infocard-quotemark {
    flex: 0 0 auto;
    font-family: Georgia, serif;
    font-size: 26px;
    line-height: 0.5;
    color: var(--wba-green);
}

.wbp-profil .wbp-infocard-indent {
    margin-left: 26px;
}

.wbp-profil .wbp-infocard p {
    margin: 0 0 12px;
    line-height: 1.55;
}

.wbp-profil .wbp-infocard img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.wbp-profil .wbp-infocard-words {
    font-weight: 500;
}

/* ---------- Angebote ---------- */

.wbp-profil .wbp-angebote {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.wbp-profil .wbp-angebot-card {
    background: #ffffff;
    border: 1px solid rgba(30, 68, 51, 0.10);
    border-radius: var(--wba-radius);
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(30, 68, 51, 0.08);
}

.wbp-profil .wbp-angebot-media {
    position: relative;
    aspect-ratio: 16 / 9;
}

.wbp-profil .wbp-angebot-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wbp-profil .wbp-angebot-icon {
    position: absolute;
    left: 50px;
    bottom: -28px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--wba-cream);
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(30, 68, 51, 0.15);
    font-size: 30px;
    color: var(--wba-green-dark);
}

.wbp-profil .wbp-angebot-body {
    padding: 40px 24px 24px;
}

.wbp-profil .wbp-angebot-body h3 {
    font-family: var(--wba-serif);
    font-weight: 600;
    font-size: 20px;
    color: var(--wba-green-dark);
    margin: 0 0 12px;
}

.wbp-profil .wbp-textlink {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-weight: 600;
    color: var(--wba-green-dark);
    text-decoration: none;
    border-bottom: 1.5px solid var(--wba-green-dark);
    padding-bottom: 2px;
    transition: gap 0.25s ease;
}

.wbp-profil .wbp-textlink:hover {
    gap: 12px;
}

/* ---------- Visitenkarte ---------- */

.wbp-profil .wbp-visitenkarte {
    background: #f9f8f5;
    border-radius: var(--wba-radius);
    padding: 30px 26px;
    position: sticky;
    top: 110px;
}

.wbp-profil .wbp-vk-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--wba-serif);
    font-weight: 600;
    font-size: 22px;
    color: var(--wba-green-dark);
    margin: 0 0 26px;
}

.wbp-profil .wbp-vk-title .ph {
    color: var(--wba-green);
    font-size: 18px;
}

.wbp-profil .wbp-vk-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 26px;
}

.wbp-profil .wbp-vk-heart {
    flex: 0 0 auto;
    font-size: 20px;
    color: var(--wba-green);
    margin-left: auto;
    margin-top: 2px;
}

.wbp-profil .wbp-vk-item:last-child {
    margin-bottom: 0;
}

.wbp-profil .wbp-vk-num {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ece6dd;
    border: 1px solid rgba(30, 68, 51, 0.25);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    color: var(--wba-green-dark);
    margin-top: 2px;
}

.wbp-profil .wbp-vk-body h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--wba-green-dark);
    margin: 0 0 6px;
    line-height: 1.4;
}

.wbp-profil .wbp-vk-body p {
    margin: 0 0 12px;
    line-height: 1.55;
}

.wbp-profil .wbp-vk-body img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.wbp-profil .wbp-vk-sub {
    margin-top: 16px !important;
}

.wbp-profil .wbp-vk-list ul {
    margin: 0;
    padding-left: 18px;
    line-height: 1.6;
}

/* ---------- Werdegang ---------- */

.wbp-profil .wbp-werdegang {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px;
    background: var(--wba-beige);
    border-radius: var(--wba-radius);
    margin: 30px 6% 70px;
    padding: 44px 5%;
}

.wbp-profil .wbp-werdegang .wbp-section-title {
    font-size: 24px;
}

/* ---------- Veranstaltungen ---------- */

.wbp-events {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wbp-events .wbp-event {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 18px;
    background: #ffffff;
    border: 1px solid rgba(30, 68, 51, 0.10);
    border-radius: 10px;
    margin-bottom: 10px;
}

.wbp-events .wbp-event-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #3d6b4f;
    white-space: nowrap;
}

.wbp-events .wbp-event-title {
    color: #1e4433;
    font-weight: 600;
    text-decoration: none;
}

.wbp-events .wbp-event-title:hover {
    text-decoration: underline;
}

/* Trainer-Ausgabe auf der Event-Seite (#_EVENTTRAINERS) */

.wbp-event-trainers {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 20px 0;
}

.wbp-event-trainer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px 10px 10px;
    background: #f2efe8;
    border-radius: 999px;
    text-decoration: none;
    color: #1e4433;
    transition: background-color 0.25s ease;
}

.wbp-event-trainer:hover {
    background: #e7e2d6;
}

.wbp-event-trainer img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.wbp-event-trainer-info strong {
    display: block;
    font-size: 15px;
}

.wbp-event-trainer-info span {
    display: block;
    font-size: 13px;
    color: #4a5548;
}

/* ---------- Responsive ---------- */

@media (max-width: 1100px) {
    .wbp-profil .wbp-main {
        grid-template-columns: 1fr;
    }
    .wbp-profil .wbp-visitenkarte {
        position: static;
    }
}

@media (max-width: 820px) {
    .wbp-profil .wbp-hero {
        grid-template-columns: 1fr;
    }
    .wbp-profil .wbp-hero-media {
        /*height: 260px;*/
    }
    .wbp-profil .wbp-hero-content {
        padding: 40px 6% 70px;
    }
    .wbp-profil .wbp-infocards,
    .wbp-profil .wbp-angebote,
    .wbp-profil .wbp-werdegang {
        grid-template-columns: 1fr;
    }
}