/* =========================================================
   ÜBER MICH
   Finale Layout-Fassung
   ========================================================= */


/* =========================================================
   HERO
   ========================================================= */

.about-hero {
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            #ffffff 0%,
            #ffffff 54%,
            #f9fbfd 100%
        );

    border-bottom: 1px solid #e5ebf0;
}


.about-hero-grid {
    display: grid;

    grid-template-columns: 0.88fr 1.12fr;

    gap: 34px;

    align-items: center;

    min-height: 410px;

    padding-top: 24px;
}


.about-copy {
    position: relative;

    z-index: 4;

    padding-bottom: 4px;
}


.section-kicker {
    margin: 0;

    color: var(--blue);

    font-size: 0.82rem;
    font-weight: 800;

    letter-spacing: 0.025em;
}


.small-blue-line {
    width: 34px;
    height: 2px;

    margin: 11px 0 17px;

    background: var(--blue);
}


.about-copy h1 {
    margin: 0 0 20px;

    color: var(--navy);

    font-size: clamp(2.1rem, 2.8vw, 2.9rem);

    line-height: 1.07;

    letter-spacing: -0.035em;
}


.about-lead {
    max-width: 600px;

    margin: 0;

    color: #263d50;

    font-size: 0.95rem;

    line-height: 1.7;
}


.about-lead strong {
    color: var(--blue);
}


/* =========================================================
   HERO-GRAFIK
   ========================================================= */

.about-visual {
    position: relative;

    height: 410px;

    overflow: hidden;

    align-self: center;
}


.about-visual img {
    position: absolute;

    right: -9%;
    top: -12px;

    width: 120%;
    max-width: none;
    height: auto;

    display: block;

    user-select: none;
    pointer-events: none;
}


/* =========================================================
   VIER GRUNDPRINZIPIEN
   ========================================================= */

.principle-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    margin-top: 28px;

    background: #ffffff;

    border-top: 1px solid #e5ebf0;
}


.principle-item {
    min-height: 108px;

    display: grid;

    grid-template-columns: 42px 1fr;

    gap: 13px;

    padding: 18px 17px;

    border-right: 1px solid #e5ebf0;
}


.principle-item:first-child {
    border-left: 1px solid #e5ebf0;
}


.principle-symbol {
    width: 37px;
    height: 37px;

    display: grid;

    place-items: center;

    border: 1px solid #cbd9e8;
    border-radius: 50%;

    color: var(--blue);

    font-size: 1.35rem;
}


.principle-item h2 {
    margin: 1px 0 5px;

    color: var(--blue);

    font-size: 0.77rem;

    line-height: 1.25;
}


.principle-item p {
    margin: 0;

    color: #536a7b;

    font-size: 0.69rem;

    line-height: 1.5;
}


/* =========================================================
   UNTERER BEREICH
   ========================================================= */

.about-bottom {
    background: #ffffff;
}


.bottom-grid {
    display: grid;

    grid-template-columns: 1.18fr 0.82fr;

    gap: 46px;

    padding-top: 32px;
    padding-bottom: 42px;
}


/* =========================================================
   WERDEGANG
   ========================================================= */

.career-block {
    padding-right: 34px;

    border-right: 1px solid #e4eaf0;
}


.timeline {
    position: relative;

    display: grid;

    grid-template-columns: 1fr;

    gap: 24px;

    margin-top: 24px;
}


.timeline::before {
    content: "";

    position: absolute;

    top: 6px;

    left: 7%;
    right: 4%;

    height: 2px;

    background: var(--blue);
}


.timeline::after {
    content: "";

    position: absolute;

    top: 1px;
    right: 2%;

    width: 0;
    height: 0;

    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid var(--blue);
}


.timeline-item {
    position: relative;

    padding: 24px;

    border: 1px solid #e8edf1;
}



.timeline-dot {
    position: absolute;

    top: 24px;
    left: -8px;

    width: 13px;
    height: 13px;

    border: 3px solid var(--blue);
    border-radius: 50%;

    background: #ffffff;
}


.timeline-years {
    margin: 0 0 10px !important;

    color: var(--blue) !important;

    font-size: 0.75rem !important;
    font-weight: 700;
}


.timeline-item h2 {
    margin: 0 0 6px;

    color: var(--navy);

    font-size: 0.84rem;
}


.timeline-item h3 {
    min-height: 31px;

    margin: 0 0 8px;

    color: #293f52;

    font-size: 0.68rem;
    font-weight: 500;

    line-height: 1.4;
}


.timeline-item p {
    margin: 0;

    color: #617585;

    font-size: 0.68rem;

    line-height: 1.5;
}


/* =========================================================
   LEITGEDANKE
   ========================================================= */

.about-claim {
    display: grid;

    grid-template-columns: 48px 1fr;

    gap: 14px;

    align-items: center;

    margin: 24px 0 0;

    padding: 17px 21px;

    border: 0;

    background: #f5f8fc;
}


.claim-mark {
    color: var(--blue);

    font-size: 3rem;
    font-weight: 800;

    line-height: 1;
}


.about-claim p {
    margin: 0;

    color: #283e51;

    font-size: 0.83rem;

    line-height: 1.55;
}


.about-claim strong {
    color: var(--blue);
}


/* =========================================================
   WAS MICH AUSZEICHNET
   ========================================================= */

.strength-block {
    padding-left: 2px;
}


.strength {
    display: grid;

    grid-template-columns: 28px 1fr;

    gap: 13px;

    margin-bottom: 16px;
}


.check {
    width: 26px;
    height: 26px;

    display: grid;

    place-items: center;

    color: #ffffff;

    background: var(--blue);

    border-radius: 50%;

    font-size: 0.82rem;
    font-weight: 800;
}


.strength h2 {
    margin: 1px 0 4px;

    color: var(--navy);

    font-size: 0.82rem;
}


.strength p {
    margin: 0;

    color: #5e7281;

    font-size: 0.7rem;

    line-height: 1.48;
}


/* =========================================================
   MAIL-BUTTON
   ========================================================= */

.about-mail-link {
    width: 36px;
    height: 36px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 0 !important;

    color: #ffffff !important;

    background: var(--blue);

    border-radius: 50%;

    font-size: 0.95rem !important;
}


.about-mail-link::after {
    display: none !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {

    .about-hero-grid {
        grid-template-columns: 1fr 1fr;
    }


    .principle-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .bottom-grid {
        grid-template-columns: 1fr;
    }


    .career-block {
        padding-right: 0;

        border-right: 0;
    }

}


@media (max-width: 800px) {

    .about-hero-grid {
        grid-template-columns: 1fr;

        padding-top: 38px;
    }


    .about-visual {
        height: 410px;
    }


    .about-visual img {
        width: 105%;

        right: -3%;
        top: 0;
    }


    .timeline {
        grid-template-columns: repeat(2, 1fr);

        gap: 14px;
    }


    .timeline::before,
    .timeline::after {
        display: none;
    }


    .timeline-item {
        padding: 18px;

        border: 1px solid #e4eaf0;
    }


    .timeline-dot {
        display: none;
    }

}


@media (max-width: 560px) {

    .about-copy h1 {
        font-size: 2.05rem;
    }


    .principle-grid {
        grid-template-columns: 1fr;
    }


    .timeline {
        grid-template-columns: 1fr;
    }


    .about-visual {
        height: 340px;
    }


    .about-visual img {
        width: 110%;
    }

}


/* ABOUT PAGE – STARTSEITEN-KONSISTENZ */
.brand-subtitle .brand-muted {
    color: #8b95a3;
}

.principle-item.principle-item-muted {
    background: #f3f5f8;
}


/* ABOUT HERO – EINZIGE FINALE REGEL START */

/*
   Finale Regel für das persönliche Motiv der
   Seite "Über mich".

   Die Bildbreite bleibt als Basis erhalten.
   Die sichtbare Darstellung wird zusätzlich
   um echte 10 Prozent skaliert.
*/

.about-hero {
    overflow: visible !important;
}

.about-visual {
    min-height: 520px;
    overflow: visible !important;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/* Höhere Spezifität als die alten .about-visual img Regeln */

.about-visual img.about-hero-final {
    display: block !important;

    width: 191% !important;
    max-width: none !important;
    height: auto !important;

    position: relative !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    object-fit: contain !important;
    object-position: right bottom !important;

    /*
       ECHTE sichtbare Vergrößerung um 10 %
    */
    transform:
        translateX(18%)
        scale(1.10) !important;

    transform-origin: right bottom !important;

    background: #ffffff;

    z-index: 1;
}


/* Tablet / Mobile */

@media (max-width: 900px) {

    .about-visual {
        min-height: auto;
    }

    .about-visual img.about-hero-final {
        width: 100% !important;
        max-width: 100% !important;

        transform: none !important;

        object-position: center center !important;
    }

}

/* ABOUT HERO – EINZIGE FINALE REGEL ENDE */



/* WERDEGANG – alte horizontale Timeline deaktivieren */
.timeline::before,
.timeline::after {
    display: none;
}

/* WERDEGANG – Abstand zwischen Textabsätzen */
.timeline-item > p:not(.timeline-years) + p {
    margin-top: 7px;
}
