.mt-team {
    --mt-blue: #235675;
    --mt-blue-deep: #1f4d69;
    --mt-blue-soft: #edf6f9;
    --mt-rose: #dda09d;
    --mt-rose-soft: #f7e8e6;
    --mt-warm: #f8f6f5;
    --mt-text: #6f7375;
    --mt-line: rgba(35, 86, 117, 0.10);
    --mt-white: #ffffff;
    --mt-radius-lg: 24px;
    --mt-radius-md: 18px;
    --mt-shadow: 0 14px 38px rgba(35, 86, 117, 0.09);

    width: 100%;
    color: var(--mt-text);
    font-family: var(--e-global-typography-text-font-family, inherit);
    font-size: var(--e-global-typography-text-font-size, inherit);
    font-weight: var(--e-global-typography-text-font-weight, inherit);
    line-height: var(--e-global-typography-text-line-height, inherit);
}

.mt-team *,
.mt-team *::before,
.mt-team *::after {
    box-sizing: border-box;
}

.mt-team p,
.mt-team span,
.mt-team div {
    font-family: var(--e-global-typography-text-font-family, inherit);
}

.mt-team h2,
.mt-team h3 {
    font-family: var(--e-global-typography-primary-font-family, inherit);
    font-weight: var(--e-global-typography-primary-font-weight, inherit);
}

.mt-section + .mt-section {
    margin-top: clamp(56px, 7vw, 88px);
}

.mt-section-heading {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}

.mt-eyebrow {
    display: block;
    margin: 0 0 8px;
    color: var(--mt-rose);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .045em;
}

.mt-section-heading h2 {
    margin: 0;
    color: var(--mt-blue);
    font-family: var(--e-global-typography-primary-font-family, inherit);
    font-size: var(--e-global-typography-primary-font-size, clamp(30px, 3.8vw, 42px));
    font-weight: var(--e-global-typography-primary-font-weight, inherit);
    line-height: var(--e-global-typography-primary-line-height, 1.14);
    letter-spacing: var(--e-global-typography-primary-letter-spacing, normal);
}

/* Zahnärztinnen */
.mt-doctor-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 34px);
    max-width: 1040px;
    margin: 0 auto;
}

.mt-doctor-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--mt-line);
    border-radius: var(--mt-radius-lg);
    background: var(--mt-white);
    box-shadow: var(--mt-shadow);
}

.mt-doctor-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 110px;
    height: 110px;
    border-radius: 110px 0 0 0;
    background: var(--mt-rose-soft);
    opacity: .48;
    pointer-events: none;
}

.mt-doctor-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--mt-blue-soft);
}

.mt-doctor-image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 30%;
    background: linear-gradient(to top, rgba(31, 77, 105, .13), transparent);
    pointer-events: none;
}

.mt-doctor-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
    transition: transform .35s ease;
}

.mt-doctor-card:hover .mt-doctor-image img {
    transform: scale(1.018);
}

.mt-image-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, var(--mt-rose-soft), var(--mt-blue-soft));
}

.mt-image-placeholder span {
    display: grid;
    place-items: center;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background: rgba(255,255,255,.84);
    color: var(--mt-blue);
    font-family: inherit;
    font-size: 40px;
    font-weight: 600;
}

.mt-doctor-content {
    position: relative;
    z-index: 1;
    padding: clamp(22px, 2.6vw, 30px);
}

.mt-role {
    margin: 0 0 9px;
    color: var(--mt-rose);
    font-family: var(--e-global-typography-text-font-family, inherit);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: .025em;
}

.mt-doctor-card h3,
.mt-assistant-card h3 {
    margin: 0;
    color: var(--mt-blue);
    font-family: var(--e-global-typography-primary-font-family, inherit);
    font-size: clamp(23px, 2.1vw, 28px);
    font-weight: var(--e-global-typography-primary-font-weight, inherit);
    line-height: var(--e-global-typography-primary-line-height, 1.2);
    letter-spacing: var(--e-global-typography-primary-letter-spacing, normal);
}

.mt-motto {
    position: relative;
    margin: 16px 0 18px;
    padding-left: 18px;
    color: var(--mt-blue-deep);
    font-family: var(--e-global-typography-text-font-family, inherit);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
}

.mt-motto::before {
    content: "";
    position: absolute;
    top: .18em;
    bottom: .18em;
    left: 0;
    width: 3px;
    border-radius: 3px;
    background: var(--mt-rose);
}

.mt-copy {
    color: var(--mt-text);
    font-family: var(--e-global-typography-text-font-family, inherit);
    font-size: var(--e-global-typography-text-font-size, 16px);
    font-weight: var(--e-global-typography-text-font-weight, inherit);
    line-height: var(--e-global-typography-text-line-height, 1.7);
    letter-spacing: var(--e-global-typography-text-letter-spacing, normal);
}

.mt-copy p {
    margin: 0 0 1em;
}

.mt-copy p:last-child {
    margin-bottom: 0;
}

/* Praxisteam ohne Bilder */
.mt-assistant-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1160px;
    margin: 0 auto;
}

.mt-assistant-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: clamp(25px, 2.7vw, 32px);
    border: 1px solid var(--mt-line);
    border-radius: var(--mt-radius-md);
    background: rgba(255,255,255,.92);
    box-shadow: 0 9px 26px rgba(35, 86, 117, .07);
}

.mt-assistant-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    width: 62px;
    height: 4px;
    border-radius: 0 0 4px 4px;
    background: var(--mt-rose);
}

.mt-assistant-card::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -38px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: var(--mt-blue-soft);
    opacity: .72;
    pointer-events: none;
}

.mt-assistant-card > * {
    position: relative;
    z-index: 1;
}

.mt-assistant-card h3 {
    font-size: 25px;
}

.mt-assistant-card .mt-motto {
    font-size: 16px;
}

.mt-empty {
    padding: 16px 20px;
    border-radius: 10px;
    background: #fff4d6;
    font-family: inherit;
}

/* Elementor kann globale Typografie weiterhin vererben */
.elementor-widget-shortcode .mt-team {
    font-family: inherit;
}

@media (max-width: 900px) {
    .mt-doctor-grid {
        gap: 22px;
    }

    .mt-assistant-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mt-section + .mt-section {
        margin-top: 52px;
    }

    .mt-section-heading {
        margin-bottom: 22px;
        padding: 0 6px;
    }

    .mt-doctor-grid,
    .mt-assistant-grid {
        grid-template-columns: 1fr;
    }

    .mt-doctor-image {
        aspect-ratio: 4 / 3;
    }

    .mt-doctor-content {
        padding: 24px 22px 28px;
    }

    .mt-assistant-card {
        padding: 25px 22px 28px;
    }

    .mt-copy {
        font-size: 16px;
        line-height: 1.65;
    }
}

@media (max-width: 480px) {
    .mt-section + .mt-section {
        margin-top: 46px;
    }

    .mt-doctor-card {
        border-radius: 19px;
    }

    .mt-doctor-image {
        aspect-ratio: 4 / 3;
    }

    .mt-doctor-card h3,
    .mt-assistant-card h3 {
        font-size: 24px;
    }

    .mt-motto {
        margin-top: 14px;
        font-size: 16px;
    }

    .mt-role {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mt-doctor-image img {
        transition: none;
    }

    .mt-doctor-card:hover .mt-doctor-image img {
        transform: none;
    }
}


/* 1.6.0
   Die normalen Karteninhalte werden bewusst in einer neutralen Sans-Serif
   gesetzt, passend zum sichtbaren Standard-Fließtext der Website.
   So verhindern wir, dass Theme-/Elementor-H3-Regeln wieder die Serifenschrift
   in die Karten hineinziehen. */
.mt-team,
.mt-team .mt-doctor-card,
.mt-team .mt-assistant-card,
.mt-team .mt-doctor-content,
.mt-team .mt-role,
.mt-team .mt-motto,
.mt-team .mt-copy,
.mt-team .mt-copy p,
.mt-team .mt-doctor-card h3,
.mt-team .mt-assistant-card h3 {
    font-family: Arial, Helvetica, sans-serif !important;
}

.mt-team .mt-copy,
.mt-team .mt-copy p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: normal;
}

.mt-team .mt-doctor-card h3,
.mt-team .mt-assistant-card h3 {
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
}

.mt-team .mt-role,
.mt-team .mt-motto {
    font-style: normal;
    font-weight: 600;
}

/* Nur die großen Abschnittsüberschriften bleiben in der
   Überschriftenschrift der Website. */
.mt-team .mt-section-heading h2 {
    font-family: var(--e-global-typography-primary-font-family, Georgia, serif) !important;
    font-weight: var(--e-global-typography-primary-font-weight, 700);
}
