/* =========================================================
   Alternative Tiermedizin – Unterseiten-Styles
   Ergänzt main.css, überschreibt nichts Bestehendes.
   ========================================================= */

/* ---- Sub-Header (kompakte Variante des Hero-Headers) ---- */

.headline2::before,
.headline3::before,
.big span::before {
    display: none;
}

p {
    margin-bottom: 0.8rem;
}

.header-sub .slogan {
    bottom: auto;
    top: 45%;
    transform: translateY(-50%);
    left: 10%;
    max-width: 640px;
}

.header-sub .big {
    font-size: 42px;
    line-height: 48px;
}

.breadcrumb {
    position: absolute;
    left: 10%;
    top: 130px;
    z-index: 5;
    font-family: 'Raleway';
    font-size: 14px;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
    opacity: .85;
}

.breadcrumb a:hover {
    opacity: 1;
    text-decoration: underline;
}

.breadcrumb span {
    color: #fff;
    opacity: .6;
    margin: 0 6px;
}

/* ---- Abwechselnder Section-Hintergrund ---- */
.blue-bg-section {
    background: #edf9ff;
}

/* ---- Intro-Bereich ---- */
.intro-block {
    max-width: 900px;
}

.intro-lead {
    font-family: 'Roboto Slab';
    font-size: 20px;
    line-height: 30px;
    color: #3c3c3b;
    margin-bottom: 1rem;
}

/* ---- Lesefreundliche Textspalte ---- */
.content-narrow {
    max-width: 820px;
    margin: 0 auto;
}

.content-narrow p {
    margin-bottom: 18px;
}

.content-narrow h2 {
    margin-top: 0;
}

.section-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
}

/* ---- Icon + Text Intro Flex (Wave-Bereich) ---- */
.reso-flex {
    align-items: center;
    gap: 6%;
}

.reso-flex .col-2:first-of-type {
    width: 44%;
}

.reso-flex .col-2:last-of-type {
    width: 50%;
}

.reso-graphic {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .08);
}

.reso-graphic svg {
    width: 100%;
    height: auto;
    display: block;
}

.wrapper{
    max-width: 1600px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .reso-flex {
        flex-wrap: wrap;
    }

    .reso-flex .col-2:first-of-type,
    .reso-flex .col-2:last-of-type {
        width: 100%;
    }

    .reso-graphic {
        max-width: 320px;
        margin: 0 auto 40px;
    }
}

/* ---- Anwendungsbereiche Grid ---- */
.anwendung-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin: 40px 0;
}

.anwendung-card {
    background: #edf9ff;
    border-radius: 20px;
    padding: 28px 22px;
    width: calc(33.333% - 15px);
    transition: ease .5s;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.anwendung-card:hover {
    background: #ddedd2;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.anwendung-card svg {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    margin-top: 2px;
}

.anwendung-card p {
    font-family: 'Roboto Slab';
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

@media screen and (max-width: 900px) {
    .anwendung-card {
        width: calc(50% - 11px);
    }
}

@media screen and (max-width: 550px) {
    .anwendung-card {
        width: 100%;
    }
}

/* ---- Ablauf / Prozess-Schritte ---- */
.process-steps {
    counter-reset: step;
    margin: 40px 0 0;
}

.process-step {
    display: flex;
    gap: 26px;
    margin-bottom: 34px;
    position: relative;
}

.process-step:last-of-type {
    margin-bottom: 0;
}

.step-number {
    counter-increment: step;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #c4a0cc;
    color: #fff;
    font-family: 'Roboto Slab';
    font-weight: 600;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-number::before {
    content: counter(step);
}

.process-step:not(:last-of-type) .step-number::after {
    content: '';
    position: absolute;
    left: 26px;
    top: 54px;
    width: 2px;
    height: calc(100% - 20px);
    background: #ddedd2;
}

.step-text h3 {
    margin-bottom: 6px;
}

.step-text p {
    margin: 0;
}

@media screen and (max-width: 600px) {
    .process-step {
        gap: 16px;
    }

    .step-number {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .process-step:not(:last-of-type) .step-number::after {
        left: 21px;
    }
}

/* ---- Vorteile-Box (nutzt bestehende .bg + .list) ---- */
.vorteile-flex {
    align-items: flex-start;
    gap: 6%;
}

.vorteile-flex .col-2:first-of-type {
    width: 44%;
}

.vorteile-flex .col-2:last-of-type {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .vorteile-flex {
        flex-wrap: wrap;
    }

    .vorteile-flex .col-2:first-of-type,
    .vorteile-flex .col-2:last-of-type {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* ---- CTA-Banner am Seitenende ---- */
.cta-banner {
    background: #c4a0cc url(../images/bg-circle.svg) no-repeat right -150px bottom -250px / 650px;
    border-radius: 23px;
    padding: 60px 8%;
    text-align: center;
    color: #fff;
}

.cta-banner h2 {
    color: #fff;
}

.cta-banner h2 .headline-bg {
    color: #fff;
}

.cta-banner p {
    max-width: 700px;
    margin: 0 auto 28px;
    font-size: 17px;
    line-height: 26px;
}

.cta-banner .btn {
    background: #fff;
    color: #3c3c3b;
    font-size: 17px;
    padding: 12px 32px;
}

.cta-banner .btn:hover {
    background: #edf9ff;
}

/* ---- Sanfte Hinweisbox (ersetzt keine Schulmedizin) ---- */
.hinweisbox {
    background: #fff8ec;
    border-left: 4px solid #f5a43a;
    border-radius: 8px;
    padding: 20px 26px;
    margin: 28px 0;
    font-size: 15px;
    line-height: 23px;
}

.section-badge {
    display: block;
}

/* ---- Bild-Platzhalter (bis echte Fotos vorliegen) ---- */
.image-placeholder {
    width: 100%;
    display: flex;
    justify-content: center;
}


.image-placeholder img{
    width: 100%;
}