/* Zusatzinfo-Block auf read-card.php (z. B. Zeitpfeil bei Dinosauriern/Sauriern) */
.zusatzinfo-zeitpfeil {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eee;
    color: #26332a;
    font-family: Arial, sans-serif;
}
.zi-eyebrow {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 7px;
    color: #31593a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.zi-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #4f7f55;
    border-radius: 50%;
}
.zi-title {
    margin: 0;
    color: #26332a;
    font-size: clamp(22px, 5.4vw, 30px);
    line-height: 1.15;
}
.zi-intro {
    margin: 8px 0 18px;
    color: #647067;
    font-size: 15px;
    line-height: 1.45;
}
.zi-timeline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    padding-bottom: 4px;
}
.zi-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 11px;
    background: #f1f4ef;
    border-radius: 7px;
}
.zi-step strong {
    font-size: 13px;
    line-height: 1.2;
}
.zi-step span {
    margin-left: 10px;
    color: #647067;
    font-size: 10px;
    text-align: right;
}
.zi-step.active {
    color: #fff;
    background: #4f7f55;
}
.zi-step.active span {
    color: #fff;
    opacity: .86;
}
.zi-caption {
    margin: 6px 0 0;
    color: #647067;
    font-size: 11px;
    text-align: center;
}
.zi-detail {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #dfe7df;
}
.zi-detail-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.zi-detail-header strong {
    color: #31593a;
    font-size: 14px;
}
.zi-detail-header span {
    color: #647067;
    font-size: 11px;
    text-align: right;
}
.zi-track {
    position: relative;
    height: 42px;
    overflow: hidden;
    background: #dce9da;
    border-radius: 9px;
}
.zi-marker {
    position: absolute;
    top: 0;
    height: 100%;
    min-width: 3px;
    background: #18718a;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.65);
}
.zi-pointer {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: #fff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.zi-callout {
    position: relative;
    margin-top: 12px;
    padding: 13px 14px 13px 46px;
    background: #dff3f7;
    border: 1px solid #b9e1e8;
    border-radius: 11px;
}
.zi-callout-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    color: #fff;
    background: #18718a;
    border-radius: 50%;
    font-weight: 700;
}
.zi-callout-title {
    display: block;
    color: #105b6e;
    font-size: 16px;
    line-height: 1.25;
}
.zi-callout-text {
    display: block;
    margin-top: 3px;
    color: #315f69;
    font-size: 13px;
    line-height: 1.4;
}
.zi-footnote {
    margin: 14px 0 0;
    padding-top: 13px;
    color: #647067;
    border-top: 1px solid #dfe7df;
    font-size: 12px;
    line-height: 1.45;
}

/* Vereinfachter Zeitpfeil (kindgerecht, großzügigere Schrift, ein Level statt Zoom-Ansicht) */
.zi2-wrap {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eee;
    color: #26332a;
    font-family: Arial, sans-serif;
}
.zi2-eyebrow {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 8px;
    color: #31593a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.zi2-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #4f7f55;
    border-radius: 50%;
    flex-shrink: 0;
}
.zi2-title {
    margin: 0;
    color: #26332a;
    font-size: clamp(24px, 6vw, 32px);
    line-height: 1.2;
}
.zi2-intro {
    margin: 10px 0 20px;
    color: #3d473f;
    font-size: 17px;
    line-height: 1.5;
}
.zi2-timeline {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.zi2-step {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 14px 16px;
    background: #f1f4ef;
    border-radius: 12px;
}
.zi2-step strong {
    font-size: 17px;
    line-height: 1.3;
}
.zi2-step span:not(.zi2-badge) {
    color: #5b665e;
    font-size: 14px;
}
.zi2-step.active {
    flex-direction: column;
    align-items: flex-start;
    background: #4f7f55;
    color: #fff;
}
.zi2-step.active strong {
    font-size: 19px;
}
.zi2-step.active span:not(.zi2-badge) {
    color: #e7f0e8;
}
.zi2-badge {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 8px 10px;
    background: rgba(255,255,255,.18);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
}
.zi2-footnote {
    margin: 18px 0 0;
    padding-top: 16px;
    border-top: 1px solid #dfe7df;
    color: #4a544c;
    font-size: 15px;
    line-height: 1.6;
}
.zi2-detail {
    margin-top: 14px;
    padding: 16px;
    background: #eaf3ea;
    border-radius: 14px;
}
.zi2-detail-title {
    margin: 0 0 26px;
    font-size: 15px;
    font-weight: 700;
    color: #31593a;
}
.zi2-track {
    position: relative;
    height: 10px;
    margin: 0 6px 32px;
    background: #cddccb;
    border-radius: 999px;
}
.zi2-track-start,
.zi2-track-end {
    position: absolute;
    top: 18px;
    font-size: 13px;
    font-weight: 700;
    color: #4a544c;
}
.zi2-track-start { left: 0; }
.zi2-track-end { right: 0; }
.zi2-track-dot {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    background: #4f7f55;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,.18);
}
.zi2-detail-text {
    margin: 4px 0 0;
    font-size: 15px;
    line-height: 1.55;
    color: #3d473f;
}
@media (max-width: 480px) {
    .zi2-step strong { font-size: 16px; }
    .zi2-step.active strong { font-size: 18px; }
    .zi2-intro { font-size: 16px; }
}
