/* ==========================================================================
   RUBRIK-ÜBERSICHT (Category Archive) — Wirtschaftsmagazin (Figma "Frame 07")
   Section backgrounds full-bleed; inner content constrained to 1440px.
   ========================================================================== */

.rubrik-page {
	font-family: 'DM Sans', system-ui, sans-serif;
	color: #0d0d0d;
	background: #f7f5f0;
}

.rubrik-page .bar-inner {
	width: 100%;
	max-width: var(--viewport-max, 1440px);
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 24px;
}

/* ── Breadcrumb ───────────────────────────────────────────────────────── */
.rk-breadcrumb {
	background: #fff;
	border-bottom: 1px solid #d4d0c8;
}
.rk-breadcrumb .bar-inner {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 11px;
	color: #888;
}
.rk-breadcrumb a            { color: #888; text-decoration: none; }
.rk-breadcrumb a:hover      { color: #c41a1a; }
.rk-breadcrumb__sep         { color: #d4d0c8; margin: 0 4px; }
.rk-breadcrumb__current     { color: #0d0d0d; }

/* ── Rubrik header ────────────────────────────────────────────────────── */
.rk-header {
	background: #fff;
	border-bottom: 1px solid #d4d0c8;
}
.rk-header .bar-inner {
	padding-top: 22px;
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.rk-eyebrow {
	display: flex;
	align-items: center;
	gap: 8px;
}
.rk-eyebrow__rule {
	display: block;
	width: 18px;
	height: 1px;
	background: #c41a1a;
}
.rk-eyebrow__text {
	font-family: 'DM Sans', sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #c41a1a;
}

.rk-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 34px;
	letter-spacing: -0.02em;
	color: #0d0d0d;
	margin: 0;
}

.rk-deck {
	max-width: 560px;
	font-family: 'Source Serif 4', Georgia, serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.7;
	color: #666;
	margin: 0 0 12px;
}

.rk-subnav {
	border-top: 1px solid #d4d0c8;
	display: flex;
	overflow-x: auto;
	font-size: 11px;
}
.rk-subnav__item {
	flex: 0 0 auto;
	padding: 9px 15px;
	color: #888;
	text-decoration: none;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	border-right: 1px solid #d4d0c8;
	border-bottom: 2px solid transparent;
	transition: color 0.2s, border-color 0.2s;
}
.rk-subnav__item:hover           { color: #c41a1a; text-decoration: none; }
.rk-subnav__item--active {
	color: #c41a1a;
	font-weight: 500;
	border-bottom-color: #c41a1a;
}

/* ── 2-column layout ─────────────────────────────────────────────────── */
.rk-layout { background: #d4d0c8; }
.rk-layout__inner {
	display: grid;
	grid-template-columns: 1fr 260px;
	gap: 1px;
	padding: 0;
	background: #d4d0c8;
}

.rk-content {
	background: #f7f5f0;
	display: flex;
	flex-direction: column;
	gap: 1px;
	padding: 0 0 32px;
}

/* ── Featured article (large card) ───────────────────────────────────── */
.rk-featured {
	background: #fff;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	min-height: 280px;
}
.rk-featured__media {
	display: block;
	background-color: #d4d0c8;
	background-size: cover;
	background-position: center top;
	min-height: 220px;
}
.rk-featured__body {
	padding: 22px 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.rk-featured__meta {
	font-family: 'DM Sans', sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1.08px;
	text-transform: uppercase;
	color: #c41a1a;
}
.rk-featured__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.25;
	color: #0d0d0d;
	margin: 0;
}
.rk-featured__title a { color: inherit; text-decoration: none; }
.rk-featured__title a:hover { color: #c41a1a; }
.rk-featured__deck {
	font-family: 'Source Serif 4', Georgia, serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.65;
	color: #555;
	margin: 0;
}
.rk-featured__byline {
	font-size: 11px;
	color: #aaa;
	margin-top: auto;
}
.rk-featured__cta {
	font-family: 'DM Sans', sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #c41a1a;
	text-decoration: none;
}
.rk-featured__cta:hover { text-decoration: underline; color: #c41a1a; }

/* ── Section header (inside content column) ──────────────────────────── */
.rk-section-header {
	background: #f5f5f3;
	border-top: 2px solid #0d0d0d;
	border-bottom: 1px solid #d4d0c8;
	padding: 12px 16px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
}
.rk-section-header__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 16px;
	color: #0d0d0d;
	margin: 0;
}
.rk-section-header__link {
	font-family: 'DM Sans', sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #c41a1a;
	text-decoration: none;
}
.rk-section-header__link:hover { text-decoration: underline; color: #c41a1a; }

/* ── Article cards (list) ────────────────────────────────────────────── */
.rk-card {
	background: #fff;
	display: grid;
	grid-template-columns: 130px 1fr;
	min-height: 110px;
	padding: 11px;
	gap: 0;
}
.rk-card__media {
	width: 130px;
	height: 100px;
	display: block;
	background-color: #d4d0c8;
	background-size: cover;
	background-position: center;
}
.rk-card__body {
	padding: 0 0 0 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 6px;
}
.rk-card__meta {
	font-family: 'DM Sans', sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1.08px;
	text-transform: uppercase;
	color: #c41a1a;
}
.rk-card__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.3;
	color: #0d0d0d;
	margin: 0;
}
.rk-card__title a { color: inherit; text-decoration: none; }
.rk-card__title a:hover { color: #c41a1a; }
.rk-card__deck {
	font-family: 'Source Serif 4', Georgia, serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.6;
	color: #666;
	margin: 0;
}
.rk-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-size: 10px;
}
.rk-card__byline { color: #aaa; }
.rk-card__more {
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	letter-spacing: 0.4px;
	color: #c41a1a;
	text-decoration: none;
	text-transform: uppercase;
}
.rk-card__more:hover { text-decoration: underline; color: #c41a1a; }

/* ── Pagination ──────────────────────────────────────────────────────── */
.rk-pagination {
	background: #fff;
	border-top: 1px solid #d4d0c8;
	padding: 13px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-size: 11px;
	color: #aaa;
}
.rk-pagination__nav {
	display: flex;
	gap: 1px;
	background: #d4d0c8;
}
.rk-pagination__btn,
.rk-pagination .page-numbers {
	background: #fff;
	color: #555;
	padding: 6px 12px;
	font-size: 11px;
	text-decoration: none;
	display: inline-block;
	min-width: 28px;
	text-align: center;
}
.rk-pagination .page-numbers.current,
.rk-pagination__btn--active,
.rk-pagination .page-numbers:hover {
	background: #0d0d0d;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}

/* ── Sidebar ─────────────────────────────────────────────────────────── */
.rk-sidebar {
	display: flex;
	flex-direction: column;
	gap: 1px;
	background: #d4d0c8;
}

.rk-widget {
	padding: 18px;
	box-sizing: border-box;
}
.rk-widget__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 14px;
	color: #0d0d0d;
	margin: 0 0 10px;
	padding-bottom: 8px;
	border-bottom: 2px solid #0d0d0d;
}
.rk-widget__title--accent { border-bottom-color: #c41a1a; }
.rk-widget__title--inverse {
	color: #fff;
	border-bottom-color: #c41a1a;
	font-size: 15px;
}

/* Most-read */
.rk-widget--most { background: #fff; }
.rk-most__row {
	display: flex;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #d4d0c8;
	align-items: flex-start;
}
.rk-most__row:last-child { border-bottom: none; }
.rk-most__rank {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 20px;
	color: #c41a1a;
	min-width: 20px;
	line-height: 1;
}
.rk-most__title {
	display: block;
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.35;
	color: #0d0d0d;
	text-decoration: none;
	margin-bottom: 2px;
}
.rk-most__title:hover { color: #c41a1a; }
.rk-most__meta {
	font-size: 10px;
	color: #aaa;
}

/* Tag cloud */
.rk-widget--tags { background: #f7f5f0; }
.rk-widget__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.rk-widget__pill {
	background: #fff;
	border: 1px solid #d4d0c8;
	padding: 3px 10px;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.rk-widget__pill:hover { border-color: #c41a1a; color: #c41a1a; text-decoration: none; }

/* Other rubriken */
.rk-widget--rubriken { background: #fff; }
.rk-widget__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 8px 0;
	border-bottom: 1px solid #d4d0c8;
	color: #0d0d0d;
	font-size: 12px;
	text-decoration: none;
}
.rk-widget__link:last-child { border-bottom: none; }
.rk-widget__link:hover { color: #c41a1a; text-decoration: none; }
.rk-widget__link span { color: #aaa; font-size: 10px; }

/* Newsletter (dark) */
.rk-widget--newsletter {
	background: #0d0d0d;
	color: #fff;
}
.rk-widget__newsletter-deck {
	font-size: 11px;
	color: #999;
	line-height: 1.6;
	margin: 0 0 8px;
}
.rk-widget__newsletter-form { display: flex; flex-direction: column; gap: 6px; }
.rk-widget__newsletter-input {
	background: #1a1a1a;
	border: 1px solid #333;
	color: #fff;
	padding: 9px 10px;
	font-size: 12px;
	font-family: inherit;
	outline: none;
}
.rk-widget__newsletter-input::placeholder { color: #757575; }
.rk-widget__newsletter-input:focus { border-color: #c41a1a; }
.rk-widget__newsletter-btn {
	background: #c41a1a;
	color: #fff;
	border: none;
	padding: 10px;
	font-family: inherit;
	font-size: 11px;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	transition: background 0.2s;
}
.rk-widget__newsletter-btn:hover { background: #a81515; }

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
	.rubrik-page .bar-inner { padding: 0 20px; }
	.rk-layout__inner { grid-template-columns: 1fr; }
	.rk-title { font-size: 28px; }
}

@media (max-width: 640px) {
	.rubrik-page .bar-inner { padding: 0 16px; }
	.rk-title { font-size: 22px; }
	.rk-featured { grid-template-columns: 1fr; }
	.rk-featured__media { min-height: 200px; }
	.rk-card { grid-template-columns: 1fr; padding: 12px; }
	.rk-card__media { width: 100%; height: 160px; }
	.rk-card__body { padding: 12px 0 0; }
	.rk-pagination { flex-direction: column; align-items: flex-start; }
}
