/* ===== FERTIGUNG UND BAUTEILE ===== */
/* Stationen im Wechsel links/rechts, darunter die Herkunftsliste auf dunkel */

.fert-mitte {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 var(--abstand-x-mittel);
    width: 100%;
}

.fert-kopf { padding: calc(var(--hoehe-kopf) + 74px) 0 56px; text-align: center; }
.fert-kopf .vortitel { margin-bottom: 14px; }
.fert-kopf h1 { margin: 0 auto; max-width: 18ch; }
.fert-lead {
    color: var(--ton-text-grau);
    font-size: 16px;
    line-height: 1.95;
    margin: 20px auto 0;
    max-width: 62ch;
}

.fert-strecke { padding-bottom: 40px; }
.station {
    align-items: center;
    display: flex;
    gap: 0;
    margin: 0 auto 10px;
    max-width: 1500px;
}
.station-bild { width: 52%; }
.station-bild img {
    height: 460px;
    object-fit: cover;
    width: 100%;
}
.station-text {
    padding: 0 8% 0 6%;
    width: 48%;
}
.station-text .marke {
    color: var(--ton-primaer);
    font-size: 12px;
    letter-spacing: .16em;
    line-height: 1.8;
    text-transform: uppercase;
}
.station-text h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.25;
    margin: 8px 0 14px;
}
.station-text p {
    color: var(--ton-text-grau);
    font-size: 15px;
    line-height: 1.95;
    max-width: 52ch;
}
.station.gedreht { flex-direction: row-reverse; }
.station.gedreht .station-text { padding: 0 6% 0 8%; }

/* Herkunftsliste stand frueher hell zwischen den Stationen, ging unter */
.fert-herkunft {
    background: #1e1e1e;
    color: #fff;
    margin-top: 60px;
    padding: 84px 0 92px;
}
.herkunft-liste { margin: 34px 0 0; }
.herkunft-liste li {
    align-items: baseline;
    border-bottom: 1px solid #332f2c;
    display: grid;
    gap: 6px 30px;
    grid-template-columns: 220px 160px 1fr;
    padding: 18px 0;
}
.herkunft-liste li:first-child { border-top: 1px solid #55514c; }
.herkunft-liste .was { font-size: 17px; font-weight: 500; line-height: 1.5; }
.herkunft-liste .wo {
    color: var(--ton-primaer);
    font-size: 13px;
    letter-spacing: .12em;
    line-height: 1.8;
    text-transform: uppercase;
}
.herkunft-liste .dazu {
    color: #bdb7b1;
    font-size: 14.5px;
    line-height: 1.8;
    min-width: 0;
}
.herkunft-fuss {
    color: #cfcac4;
    font-size: 15px;
    line-height: 1.95;
    margin: 32px 0 0;
    max-width: 74ch;
}
.fert-herkunft .aktion-container { margin-top: 36px; }
.fert-herkunft .comp-button.typ-gefuellt { color: #fff; }

@media screen and (max-width: 991px) {
    .fert-kopf { padding: calc(var(--hoehe-kopf) + 38px) 0 34px; }
    .station,
    .station.gedreht { display: block; margin-bottom: 44px; }
    .station-bild,
    .station-text { width: 100%; }
    .station-bild img { height: 300px; }
    .station-text,
    .station.gedreht .station-text { padding: 22px var(--abstand-x) 0; }
    .fert-herkunft { margin-top: 20px; padding: 60px 0 66px; }
    .herkunft-liste li { grid-template-columns: 1fr; gap: 2px; }
}

@media screen and (max-width: 575px) {
    .station-text h2 { font-size: 24px; }
    .station-bild img { height: 230px; }
}
