/* ruach.jetzt Designsystem (Bayit) · Modul Verbundleiste, Footer-Satz, Wortmarke · v11 */
/* ruach.jetzt Designsystem · Verbundleiste, Footer-Satz, Wortmarke (Module verbund, footer_line, wortmarke) */
.rj-verbund{ background: var(--global-palette7); border-bottom: 1px solid var(--global-palette6); font-family: var(--rj-font-struktur); font-size: 13px; line-height: 1; }
.rj-verbund__in{ max-width: var(--global-content-width, 1290px); margin: 0 auto; padding: 9px clamp(16px, 4vw, 40px); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.rj-verbund__marke{ color: var(--global-palette5); text-decoration: none; font-weight: 500; }
.rj-verbund__nav{ display: flex; gap: 18px; white-space: nowrap; overflow-x: auto; }
.rj-verbund__link{ color: var(--global-palette5); text-decoration: none; padding: 2px 0; }
.rj-verbund__link:hover{ color: var(--global-palette3); }
.rj-verbund__link.is-current{ color: var(--global-palette3); font-weight: 700; text-decoration: underline; text-decoration-color: var(--global-palette1); text-decoration-thickness: 2px; text-underline-offset: 5px; }
@media (max-width: 600px){ .rj-verbund__marke{ display: none; } .rj-verbund__in{ justify-content: center; } }

.rj-footer-line{ background: var(--global-palette7); border-top: 1px dashed var(--global-palette6); font-family: var(--rj-font-struktur); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--global-palette5); }
.rj-footer-line__in{ max-width: var(--global-content-width, 1290px); margin: 0 auto; padding: 14px clamp(16px, 4vw, 40px); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.rj-footer-line a{ color: var(--global-palette5); text-decoration: none; }

.rj-wortmarke{ display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.rj-wortmarke__stack{ display: inline-flex; flex-direction: column; align-items: flex-start; }
.rj-wortmarke__img{ height: 24px; width: auto; display: block; }
.rj-wortmarke__zusatz{ font-family: var(--rj-font-struktur); font-style: italic; font-weight: 400; font-size: 9px; letter-spacing: .32em; margin-top: 3px; padding-left: 2px; color: var(--global-palette4); }
.rj-wortmarke--papier .rj-wortmarke__zusatz{ color: var(--rj-papier-warm); }
.rj-signet{ width: 40px; height: 40px; border-radius: 9px; flex: none; }
