/*
Theme Name: B-Media
Theme URI: https://www.branchenmedia.de
Author: B-Media
Author URI: https://www.branchenmedia.de
Description: Branchennews Presseportal
Version: 1.2.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: b-media
Tags: news, magazin
*/

:root {

	--wb-ink: #0b1f33;
	--wb-ink-soft: #1c3a57;
	--wb-accent: #0a66c2;
	--wb-accent-dark: #084b8f;
	--wb-red: #b41b21;
	--wb-text: #313131;
	--wb-text-muted: #5b6b7a;
	--wb-line: #e3e8ee;
	--wb-bg: #ffffff;
	--wb-bg-alt: #f5f7fa;
	--wb-cat: #0a66c2;

	--wb-maxw: 1180px;
	--wb-gap: 28px;
	--wb-radius: 6px;

	--wb-font: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--wb-font-head: "Aleo", Georgia, "Times New Roman", "Times", serif;

	--wb-shadow: 0 1px 2px rgba(11, 31, 51, .06), 0 4px 14px rgba(11, 31, 51, .05);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: var(--wb-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6875;
	color: var(--wb-text);
	background: var(--wb-bg);
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; border-radius: 0; }

a { color: var(--wb-accent); text-decoration: none; }
a:hover, a:focus { color: var(--wb-accent-dark); text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--wb-font-head);
	color: #313131;
	margin: 0 0 .5em;
	font-weight: 600;
}
h1 { font-size: 30px; line-height: 41px; }
h2, h3, h4, h5, h6 { font-size: 22px; line-height: 29px; }

p { margin: 0 0 1.2em; font-weight: 400; font-size: 16px; line-height: 27px; }

.wb-container {
	width: 100%;
	max-width: var(--wb-maxw);
	margin: 0 auto;
	padding: 0 20px;
}

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px; height: 1px;
	overflow: hidden;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--wb-ink);
	color: #fff;
	padding: 10px 16px;
	z-index: 1000;
}
.skip-link:focus { left: 8px; top: 8px; color: #fff; }

.wb-header { background: var(--wb-bg); }

.wb-topbar { border-bottom: 1px solid var(--wb-line); }
.wb-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 20px;
}
.wb-topbar-right { display: flex; align-items: center; gap: 20px; }

.wb-nav-toggle,
.wb-search-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: none;
	border: 0;
	padding: 0;
	color: var(--wb-ink);
	cursor: pointer;
}
.wb-nav-toggle { display: none; }
.wb-search-toggle:hover,
.wb-nav-toggle:hover { color: var(--wb-red); }

.wb-ico-bars { display: inline-block; width: 20px; }
.wb-ico-bars span {
	display: block; height: 2px; background: currentColor; border-radius: 2px;
	margin: 4px 0;
}

.wb-brand { display: inline-block; }
.wb-logo {
	margin: 0;
	font-family: var(--wb-font-head);
	font-weight: 800;
	font-size: 30px;
	line-height: 1.05;
	letter-spacing: .02em;
	text-transform: uppercase;
}
.wb-logo a { color: var(--wb-ink); text-decoration: none; }
.custom-logo-link { display: inline-block; }
.wb-brand .custom-logo { display: block; max-height: 42px; width: auto; height: auto; }

.wb-social { list-style: none; display: flex; align-items: center; gap: 14px; margin: 0; padding: 0; }
.wb-social a { color: var(--wb-ink); display: inline-flex; }
.wb-social a:hover { color: var(--wb-red); }

.wb-social-wrap .wb-social { gap: 9px; }
.wb-social-wrap .wb-social a {
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	background: #fff;
	color: var(--c, var(--wb-ink));
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.wb-social-wrap .wb-social a svg { width: 17px; height: 17px; fill: none; stroke: currentColor; }
.wb-social-wrap .wb-social a:hover { background: var(--c, var(--wb-red)); border-color: var(--c, var(--wb-red)); color: #fff; }

.wb-search-panel {
	border-top: 1px solid var(--wb-line);
	background: var(--wb-bg-alt);
	padding: 9px 0;
}
.wb-search-panel .wb-searchform { max-width: 400px; margin: 0 auto; gap: 6px; }
.wb-search-panel input[type="search"] {
	padding: 7px 12px;
	font-size: 13px;
	border-radius: 0;
}
.wb-search-panel input[type="search"]:focus { outline: none; border-color: var(--wb-red); }
.wb-search-panel .wb-btn {
	padding: 7px 16px;
	font-size: 12px;
	background: var(--wb-red);
	border-radius: 0;
}
.wb-search-panel .wb-btn:hover { background: #8f151a; }

.wb-nav-anchor { position: relative; }
.wb-nav { background: transparent; border-bottom: 1px solid var(--wb-line); }
.wb-nav-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 20px;
	min-height: 52px;
	padding: 0 20px;
}
.wb-nav-left { display: flex; align-items: center; min-width: 0; }
.wb-nav-right { display: flex; align-items: center; justify-content: flex-end; }
.wb-nav-date {
	font-family: var(--wb-font);
	font-size: 12.5px;
	color: var(--wb-text-muted);
	white-space: nowrap;
}

.wb-nav-brand {
	font-family: var(--wb-font-head);
	font-weight: 800;
	font-size: 22px;
	color: var(--wb-ink);
	text-decoration: none;
	text-transform: uppercase;
	display: none;
}
.wb-nav-brand:hover { color: var(--wb-red); text-decoration: none; }
.wb-nav-brand--logo { line-height: 0; }
.wb-nav-brand .custom-logo-link { display: inline-flex; align-items: center; }
.wb-nav-brand .custom-logo { display: block; max-height: 34px; width: auto; height: auto; }

.wb-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wb-menu li { position: relative; }
.wb-menu > li > a {
	position: relative;
	display: block;
	padding: 0 14px;
	color: var(--wb-ink);
	font-family: var(--wb-font-head);
	font-weight: 700;
	font-size: 13px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-decoration: none;
}
.wb-menu > li > a:hover { color: var(--wb-red); }

.wb-menu > li > a::before {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 12px;
	height: 2px;
	background: var(--wb-red);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .25s ease;
}
.wb-menu > li > a:hover::before,
.wb-menu > li > a:focus::before { transform: scaleX(1); }

.wb-menu > li.current-menu-item > a,
.wb-menu > li.current_page_item > a { color: var(--wb-red); }

.wb-menu .menu-item-has-children > a::after {
	content: "\25BE";
	display: inline-block;
	margin-left: 6px;
	font-size: 11px;
	line-height: 1;
	color: inherit;
}

.wb-menu ul {
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 220px;
	background: var(--wb-bg);
	border: 1px solid var(--wb-line);
	box-shadow: var(--wb-shadow);
	list-style: none;
	margin: 0;
	padding: 6px 0;
	display: none;
	z-index: 60;
	text-align: left;
}
.wb-menu li:hover > ul,
.wb-menu li:focus-within > ul { display: block; }
.wb-menu ul a {
	display: block;
	padding: 9px 16px;
	color: var(--wb-text);
	font-family: var(--wb-font);
	font-size: 13.5px;
	text-decoration: none;
}
.wb-menu ul a:hover { color: var(--wb-red); background: var(--wb-bg-alt); }

.wb-nav.is-stuck {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	background: var(--wb-bg);
	box-shadow: 0 2px 12px rgba(11, 31, 51, .1);
	animation: wb-slidedown .25s ease;
}
.wb-nav.is-stuck .wb-nav-date { display: none; }
.wb-nav.is-stuck .wb-nav-brand { display: inline-flex; align-items: center; }
@keyframes wb-slidedown {
	from { transform: translateY(-100%); }
	to   { transform: translateY(0); }
}

.wb-drawer-overlay {
	position: fixed;
	inset: 0;
	background: rgba(11, 31, 51, .5);
	z-index: 300;
	opacity: 0;
	transition: opacity .25s ease;
}
.wb-drawer-overlay.is-open { opacity: 1; }
.wb-drawer {
	position: fixed;
	top: 0; left: 0; bottom: 0;
	width: 320px;
	max-width: 85vw;
	background: var(--wb-bg);
	z-index: 310;
	transform: translateX(-100%);
	transition: transform .28s ease;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}
.wb-drawer.is-open { transform: translateX(0); box-shadow: 2px 0 24px rgba(11, 31, 51, .18); }
.wb-drawer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	border-bottom: 1px solid var(--wb-line);
}
.wb-drawer-title {
	font-family: var(--wb-font-head);
	font-weight: 800;
	font-size: 20px;
	color: var(--wb-ink);
}
.wb-drawer-title--logo { line-height: 0; }
.wb-drawer-title .custom-logo-link { display: inline-flex; align-items: center; }
.wb-drawer-title .custom-logo { display: block; max-height: 36px; width: auto; height: auto; }
.wb-drawer-close {
	background: none; border: 0; color: var(--wb-ink); cursor: pointer;
	display: inline-flex; padding: 4px;
}
.wb-drawer-close:hover { color: var(--wb-red); }
.wb-drawer-inner { padding: 18px 20px 30px; }
.wb-drawer-menu { list-style: none; margin: 18px 0 0; padding: 0; }
.wb-drawer-menu li { border-bottom: 1px solid var(--wb-line); }
.wb-drawer-menu a {
	display: block;
	padding: 12px 2px;
	color: var(--wb-ink);
	font-family: var(--wb-font);
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .06em;
	text-decoration: none;
}
.wb-drawer-menu a:hover { color: var(--wb-red); }
.wb-drawer-menu ul { list-style: none; margin: 0; padding: 0 0 0 16px; }
.wb-drawer-menu ul a { text-transform: none; font-weight: 400; letter-spacing: 0; }
body.wb-no-scroll { overflow: hidden; }

.wb-site-main { padding: 36px 0 8px; }

.wb-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 44px;
	align-items: start;
}
.wb-layout.no-sidebar { grid-template-columns: minmax(0, 1fr); }

.wb-section { margin: 0 0 46px; }

.wb-section-head {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0 0 24px;
}
.wb-section-head h2 {
	order: 1;
	flex: 0 0 auto;
	margin: 0;
	font-family: var(--wb-font);
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: var(--wb-ink);
}
.wb-section-head::after {
	content: "";
	order: 2;
	flex: 1 1 auto;
	height: 1px;
	background: var(--wb-line);
}
.wb-section-head .wb-more {
	order: 3;
	flex: 0 0 auto;
	font-family: var(--wb-font);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--wb-text-muted);
}
.wb-section-head .wb-more:hover { color: var(--wb-accent); text-decoration: none; }

.bm-head {
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin: 0 0 22px;
}
.bm-head h2 {
	margin: 0;
	font-family: var(--wb-font-head);
	font-size: 26px;
	font-weight: 600;
	color: var(--wb-ink);
	line-height: 1.15;
}
.bm-head-link {
	font-family: var(--wb-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--wb-red);
	white-space: nowrap;
}
.bm-head-link:hover { color: var(--wb-red); text-decoration: underline; }

.bm-card { display: flex; flex-direction: column; }
.bm-card-thumb { display: block; overflow: hidden; background: var(--wb-bg-alt); }
.bm-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.bm-card:hover .bm-card-thumb img { transform: scale(1.04); }
.bm-card-body { padding-top: 12px; }
.bm-card .wb-cat-label {
	display: inline-block;
	margin: 0 0 6px;
	padding: 0;
	background: none;
	color: var(--wb-red);
	font-family: var(--wb-font);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.bm-card .wb-cat-label:hover { color: var(--wb-red); text-decoration: underline; }
.bm-card-title { margin: 0 0 8px; font-family: var(--wb-font-head); font-size: 16px; line-height: 1.26; }
.bm-card-title a { color: var(--wb-ink); }
.bm-card-title a:hover {
	color: var(--wb-ink);
	text-decoration: underline;
	text-decoration-color: #cccccc;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.bm-date {
	display: block;
	font-family: var(--wb-font);
	font-size: 12.5px;
	color: var(--wb-text-muted);
}
.bm-card-excerpt { margin: 10px 0 0; color: var(--wb-text-muted); font-size: 14.5px; line-height: 1.55; }

.bm-card--lead .bm-card-thumb { aspect-ratio: 16 / 10; }
.bm-card--lead .bm-card-body { background: var(--wb-bg-alt); padding: 18px 20px; }
.bm-card--lead .bm-card-title { font-size: 27px; line-height: 1.18; margin: 2px 0 10px; }
.bm-card--md .bm-card-thumb { aspect-ratio: 4 / 3; }
.bm-card--md .bm-card-title { font-size: 19px; }
.bm-card--sm .bm-card-thumb { aspect-ratio: 4 / 3; }
.bm-card--sm .bm-card-body { padding-top: 10px; }
.bm-card--sm .bm-card-title { font-size: 15px; }

.bm-li { display: grid; grid-template-columns: 116px 1fr; gap: 15px; align-items: center; }
.bm-li-thumb { display: block; overflow: hidden; background: var(--wb-bg-alt); }
.bm-li-thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.bm-li-title { margin: 0 0 6px; font-family: var(--wb-font-head); font-size: 15.5px; line-height: 1.3; }
.bm-li-title a { color: var(--wb-ink); }
.bm-li-title a:hover {
	color: var(--wb-ink);
	text-decoration: underline;
	text-decoration-color: #cccccc;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.bm-hero { margin: 24px 0 46px; padding-bottom: 42px; border-bottom: 1px solid var(--wb-line); }
.bm-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.bm-hero-main { display: grid; gap: 26px; }
.bm-hero-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bm-hero-side { display: grid; gap: 26px; }
.bm-hero-duo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.bm-hero-list { display: grid; gap: 14px; }
.bm-hero-list .bm-li { background: var(--wb-bg-alt); padding: 10px; }

.bm-block { margin: 0 0 46px; }
.bm-block-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: stretch; }
.bm-block-list { display: grid; gap: 18px; align-content: start; }
.bm-block-list .bm-li { grid-template-columns: 104px 1fr; }

.bm-ov { position: relative; height: 100%; min-height: 340px; overflow: hidden; }
.bm-ov-link { display: block; position: relative; height: 100%; }
.bm-ov-link:hover { text-decoration: none; }
.bm-ov-link img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bm-ov-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.35) 40%, rgba(0,0,0,0) 68%); }
.bm-ov-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 22px 20px; }
.bm-ov-title { display: block; font-family: var(--wb-font-head); font-weight: 600; font-size: 21px; line-height: 1.26; color: #fff; }
.bm-ov-link:hover .bm-ov-title { text-decoration: underline; text-decoration-color: rgba(255,255,255,.5); text-underline-offset: 3px; }
.bm-ov-date { display: block; margin-top: 12px; font-family: var(--wb-font); font-size: 12.5px; color: rgba(255,255,255,.82); }

.bm-card--feature { height: 100%; }
.bm-card--feature .bm-card-thumb { aspect-ratio: 16 / 9; }
.bm-card--feature .bm-card-body { flex: 1 1 auto; background: var(--wb-bg-alt); padding: 18px 20px; }
.bm-card--feature .bm-card-title { font-size: 20px; line-height: 1.28; }
.bm-card--feature .bm-card-excerpt { margin-top: 12px; }


.wb-grid {
	display: grid;
	gap: var(--wb-gap);
}
.wb-grid-3 { grid-template-columns: repeat(3, 1fr); }
.wb-grid-4 { grid-template-columns: repeat(4, 1fr); }
.wb-grid-5 { grid-template-columns: repeat(5, 1fr); }
.wb-grid-2 { grid-template-columns: repeat(2, 1fr); }

.wb-grid-sep { column-gap: 0; }
.wb-grid-sep > * {
	padding: 0 22px;
	border-left: 1px solid var(--wb-line);
}
.wb-grid-sep > *:first-child { padding-left: 0; border-left: 0; }
.wb-grid-sep > *:last-child { padding-right: 0; }

.wb-cards-square .wb-card .wb-thumb {
	width: 210px;
	height: 165px;
	max-width: 100%;
	aspect-ratio: auto;
	border-radius: 0;
}
.wb-cards-square .wb-card .wb-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

.wb-card { display: flex; flex-direction: column; }
.wb-card .wb-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 0;
	background: var(--wb-bg-alt);
	aspect-ratio: 16 / 9;
}
.wb-card .wb-thumb img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}
.wb-card:hover .wb-thumb img { transform: scale(1.04); }

.wb-cat-label {
	display: inline-block;
	font-family: var(--wb-font);
	font-size: 11.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .09em;
	color: var(--wb-red);
	margin: 14px 0 8px;
}
.wb-cat-label:hover { color: #8f151a; text-decoration: none; }
.wb-card .wb-card-title {
	font-size: 19px;
	margin: 0 0 8px;
	line-height: 1.3;
}
.wb-card .wb-card-title a { color: var(--wb-ink); }
.wb-card .wb-card-title a:hover {
	color: var(--wb-ink);
	text-decoration: underline;
	text-decoration-color: #cccccc;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.wb-card .wb-excerpt { color: var(--wb-text-muted); font-size: 14px; line-height: 1.55; margin: 0; }
.wb-card .wb-meta { margin: 0 0 9px; }
.wb-meta {
	font-family: var(--wb-font);
	font-size: 12.5px;
	color: var(--wb-text-muted);
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	align-items: center;
}
.wb-meta .wb-author { font-weight: 600; color: var(--wb-ink-soft); }

.wb-card--hero .wb-card-title { font-size: 30px; }
.wb-card--hero .wb-excerpt { font-size: 16px; }
.wb-card--hero .wb-thumb { aspect-ratio: 16 / 10; }

.wb-card--row {
	display: grid;
	grid-template-columns: 104px 1fr;
	gap: 14px;
	align-items: start;
}
.wb-card--row .wb-thumb { aspect-ratio: 1 / 1; margin: 0; border-radius: 0; }
.wb-card--row .wb-cat-label { margin: 0 0 6px; }
.wb-card--row .wb-card-title { font-size: 16px; margin: 0 0 6px; }

.wb-archive { padding-top: 6px; }
.wb-arch-head {
	margin: 0 0 26px;
	padding: 0 0 18px;
	border-bottom: 1px solid var(--wb-line);
}
.wb-arch-head h1 { font-size: 40px; line-height: 1.1; margin: 0 0 8px; }
.wb-arch-desc {
	color: var(--wb-text-muted);
	font-family: var(--wb-font);
	font-size: 15px;
	max-width: 60ch;
	margin: 0;
}

.wb-arch-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
	margin: 0 0 30px;
	padding: 0 0 34px;
	border-bottom: 1px solid var(--wb-line);
}
.wb-arch-hero-thumb {
	display: block;
	overflow: hidden;
	background: var(--wb-bg-alt);
	aspect-ratio: 3 / 2;
}
.wb-arch-hero-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.wb-arch-hero:hover .wb-arch-hero-thumb img { transform: scale(1.03); }
.wb-arch-hero-title { font-size: 30px; line-height: 1.2; margin: 6px 0 12px; }
.wb-arch-hero-title a { color: var(--wb-ink); }
.wb-arch-hero-title a:hover {
	color: var(--wb-ink);
	text-decoration: underline;
	text-decoration-color: #cccccc;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.wb-arch-hero-excerpt { color: var(--wb-text-muted); font-size: 15px; line-height: 1.65; margin: 0 0 12px; }

.wb-arch-list { max-width: 820px; }
.wb-arch-row {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 24px;
	align-items: start;
	padding: 26px 0;
	border-bottom: 1px solid var(--wb-line);
}
.wb-arch-row:first-child { padding-top: 0; }
.wb-arch-row-thumb {
	display: block;
	overflow: hidden;
	background: var(--wb-bg-alt);
	aspect-ratio: 1 / 1;
}
.wb-arch-row-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.wb-arch-row:hover .wb-arch-row-thumb img { transform: scale(1.04); }
.wb-arch-row-title { font-size: 21px; line-height: 1.25; margin: 4px 0 8px; }
.wb-arch-row-title a { color: var(--wb-ink); }
.wb-arch-row-title a:hover {
	color: var(--wb-ink);
	text-decoration: underline;
	text-decoration-color: #cccccc;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.wb-arch-row-excerpt { color: var(--wb-text-muted); font-size: 14.5px; line-height: 1.6; margin: 0 0 8px; }
.wb-arch-hero .wb-cat-label,
.wb-arch-row .wb-cat-label { margin-top: 0; }
.wb-arch-hero .wb-meta,
.wb-arch-row .wb-meta { margin-top: 4px; }

/* Kategorie-Archiv (Layout laut kategorie.png) */
.wb-catpage { padding-top: 4px; }
.wb-cat-head {
	text-align: center;
	margin: 4px 0 32px;
}
.wb-cat-title {
	font-size: 26px;
	line-height: 1.15;
	margin: 0;
	color: var(--wb-ink);
	text-transform: uppercase;
	letter-spacing: .01em;
}
.wb-cat-desc {
	color: var(--wb-text-muted);
	font-family: var(--wb-font);
	font-size: 15px;
	max-width: 62ch;
	margin: 12px auto 0;
}

.wb-catrow {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 30px;
	align-items: start;
	padding: 0 0 34px;
	margin: 0 0 34px;
	border-bottom: 1px solid var(--wb-line);
}
.wb-catrow:last-child { margin-bottom: 0; border-bottom: 0; }
.wb-catrow-thumb {
	display: block;
	overflow: hidden;
	background: var(--wb-bg-alt);
	aspect-ratio: 4 / 3;
}
.wb-catrow-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.wb-catrow:hover .wb-catrow-thumb img { transform: scale(1.04); }
.wb-catrow-body { padding-top: 2px; }
.wb-catrow .wb-cat-label { margin: 0 0 8px; }
.wb-catrow-title { font-size: 24px; line-height: 1.24; margin: 0 0 12px; }
.wb-catrow-title a { color: var(--wb-ink); }
.wb-catrow-title a:hover {
	color: var(--wb-ink);
	text-decoration: underline;
	text-decoration-color: #cccccc;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.wb-catrow .wb-meta { margin: 0 0 14px; }
.wb-meta-sep { color: #c7ccd3; }
.wb-catrow-excerpt { color: var(--wb-text-muted); font-size: 15px; line-height: 1.65; margin: 0; }

.wb-single-layout { align-items: start; }

.wb-crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	font-family: var(--wb-font);
	font-size: 12.5px;
	color: var(--wb-text-muted);
	margin: 0 0 18px;
}
.wb-crumbs a { color: var(--wb-text-muted); text-decoration: none; }
.wb-crumbs a:hover { color: var(--wb-red); }
.wb-crumbs-sep { color: #c2c2c2; }
.wb-crumbs-current { color: var(--wb-ink-soft); }

.wb-single-lead {
	font-family: var(--wb-font);
	font-size: 18px;
	line-height: 1.75;
	color: #847a7b;
	margin: 16px 0 0;
}
.wb-single-lead p { margin: 0 0 12px; }
.wb-single-lead p:last-child { margin-bottom: 0; }

.wb-single-head { text-align: left; margin: 0 0 22px; }
.wb-single-head .wb-cat-label { margin: 0 0 10px; }
.wb-single-title {
	font-size: 40px;
	line-height: 1.16;
	margin: 0 0 16px;
}
.wb-single-meta {
	display: flex;
	align-items: center;
	gap: 16px;
	font-family: var(--wb-font);
	font-size: 14px;
	color: var(--wb-text-muted);
}
.wb-single-date { color: var(--wb-text-muted); }
.wb-single-author { display: inline-flex; align-items: center; gap: 8px; }
.wb-single-ava { display: inline-flex; }
.wb-single-ava img { width: 26px; height: 26px; border-radius: 50%; display: block; }
.wb-single-meta .wb-author { color: var(--wb-ink-soft); font-weight: 400; }
.wb-single-meta .wb-author:hover { color: var(--wb-red); text-decoration: none; }

.wb-single-thumb {
	width: 100%;
	margin: 0 0 24px;
}
.wb-single-thumb img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 0;
	display: block;
}

.wb-share {
	display: flex;
	align-items: center;
	gap: 16px;
}
.wb-postend {
	margin: 40px 0 0;
	border: 1px solid var(--wb-line);
}
.wb-share--bottom {
	margin: 0;
	padding: 14px 24px;
	border-bottom: 1px solid var(--wb-line);
}
.wb-share-label {
	font-family: var(--wb-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--wb-text-muted);
}
.wb-share-list { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.wb-share-list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #fff;
	border-radius: 0;
	text-decoration: none;
	transition: opacity .2s ease;
}
.wb-share-list a svg { width: 16px; height: 16px; }
.wb-share-list a span {
	position: absolute;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}
.wb-share-list a:hover { color: #fff; opacity: .85; }
.wb-share-facebook a { background: #1877f2; }
.wb-share-x a { background: #111111; }
.wb-share-linkedin a { background: #0a66c2; }
.wb-share-whatsapp a { background: #25d366; }
.wb-share-email a { background: var(--wb-red); }

.wb-authorbox {
	display: flex;
	gap: 28px;
	align-items: flex-start;
	margin: 0;
	padding: 24px;
	background: none;
	border: 0;
	border-radius: 0;
}
.wb-authorbox-ava { flex: 0 0 auto; line-height: 0; }
.wb-authorbox-ava img { width: 92px; height: 92px; border-radius: 0; display: block; object-fit: cover; }
.wb-authorbox-body { flex: 1 1 auto; min-width: 0; }
.wb-authorbox-name {
	font-family: var(--wb-font);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
	margin: 4px 0 12px;
}
.wb-authorbox-name a { color: var(--wb-ink); }
.wb-authorbox-name a:hover { color: var(--wb-red); text-decoration: none; }
.wb-authorbox-desc { color: var(--wb-text-muted); font-size: 15.5px; line-height: 1.7; margin: 0 0 14px; }
.wb-authorbox-social { display: flex; flex-wrap: wrap; gap: 18px; }
.wb-authorbox-social a { color: var(--wb-ink-soft); display: inline-flex; }
.wb-authorbox-social a:hover { color: var(--wb-red); }

.wb-related {
	max-width: none;
	margin: 46px 0 10px;
	padding-top: 30px;
	border-top: 1px solid var(--wb-line);
}
.wb-related-title {
	display: block;
	text-align: center;
	margin: 0 0 28px;
}
.wb-related-title span {
	font-family: var(--wb-font);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--wb-ink);
}
.wb-related-grid .wb-card { text-align: center; }
.wb-card--related .wb-thumb { aspect-ratio: 3 / 2; }
.wb-card--related .wb-card-body { padding-top: 12px; }
.wb-card--related .wb-card-title { font-size: 16px; line-height: 1.35; margin: 0 0 6px; }
.wb-card--related .wb-card-title a { color: var(--wb-ink); }
.wb-card--related .wb-card-title a:hover { color: var(--wb-red); }
.wb-card--related .wb-meta { font-size: 12px; color: var(--wb-text-muted); margin: 0; }

.wb-single-comments { margin-top: 46px; padding-top: 30px; border-top: 1px solid var(--wb-line); }

.wb-article-header { margin: 0 0 26px; }
.wb-article-header .wb-cat-label { margin-top: 0; }
.wb-article-title { font-size: 40px; line-height: 1.15; margin: 8px 0 14px; }
.wb-article-meta {
	font-family: var(--wb-font);
	color: var(--wb-text-muted);
	font-size: 14px;
	display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: center;
	border-top: 1px solid var(--wb-line);
	border-bottom: 1px solid var(--wb-line);
	padding: 12px 0;
}
.wb-feature-image { margin: 0 0 28px; }
.wb-feature-image img { width: 100%; border-radius: 0; }

.wb-content { font-size: 16px; line-height: 27px; }
.wb-content a {
	color: var(--wb-red);
	text-decoration: underline;
	text-decoration-color: var(--wb-red);
	text-decoration-thickness: 1px;
	text-underline-offset: 7px;
}
.wb-content a:hover,
.wb-content a:focus {
	color: var(--wb-red);
	text-decoration: none;
}
.wb-content h2 { margin-top: 1.6em; }
.wb-content h3 { margin-top: 1.4em; }
.wb-content h4 { margin-top: 1.3em; }
.wb-content h5 { margin-top: 1.2em; }
.wb-content h2,
.wb-content h3,
.wb-content h4,
.wb-content h5,
.wb-content h6 { text-transform: uppercase; letter-spacing: .01em; }
.wb-content img { border-radius: 0; margin: 1.4em 0; }
.wb-content blockquote {
	margin: 1.6em 0;
	padding: 4px 0 4px 22px;
	border-left: 4px solid var(--wb-red);
	color: var(--wb-ink-soft);
	font-style: italic;
	font-size: 1.05em;
}
.wb-content ul, .wb-content ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.wb-content code {
	background: var(--wb-bg-alt);
	padding: .15em .4em;
	border-radius: 3px;
	font-size: .9em;
}
.wb-content pre {
	background: var(--wb-ink);
	color: #eef3f8;
	padding: 18px;
	border-radius: var(--wb-radius);
	overflow: auto;
}

.wb-tags { margin: 40px 0 0; }
.wb-tags a {
	display: inline-block;
	background: #fff;
	border: 1px solid var(--wb-line);
	padding: 8px 16px;
	border-radius: 0;
	margin: 0 8px 8px 0;
	font-family: var(--wb-font);
	font-size: 12px;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--wb-text-muted);
}
.wb-tags a:hover { background: var(--wb-red); color: #fff; border-color: var(--wb-red); text-decoration: none; }

.wb-postnav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin: 36px 0 0;
	border-top: 1px solid var(--wb-line);
	padding-top: 22px;
}
.wb-postnav a { display: block; }
.wb-postnav .label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--wb-text-muted); margin-bottom: 6px; }
.wb-postnav .title { display: block; font-family: var(--wb-font-head); font-weight: 600; font-size: 16px; line-height: 1.35; color: var(--wb-ink); }
.wb-postnav a:hover .title { color: var(--wb-red); }
.wb-postnav-next { text-align: right; }

.wb-comments { margin: 0; }
.wb-comments-title { font-size: 20px; margin: 0 0 20px; }
.wb-comment-list { list-style: none; margin: 0 0 30px; padding: 0; }
.wb-comment-list ol { list-style: none; padding-left: 28px; }
.wb-comment-list .comment-body {
	padding: 16px 0;
	border-bottom: 1px solid var(--wb-line);
}
.wb-comment-list .comment-author { font-weight: 600; color: var(--wb-ink); }
.wb-comment-list .comment-meta { font-size: 13px; color: var(--wb-text-muted); margin-bottom: 6px; }
.wb-comment-list .avatar { border-radius: 50%; float: left; margin: 0 12px 8px 0; }

.comment-reply-title {
	text-align: center;
	font-family: var(--wb-font);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	margin: 0 0 26px;
}
.comment-reply-title small { margin-left: 10px; letter-spacing: 0; text-transform: none; }
.wb-commentform {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.wb-commentform p { margin: 0; }
.wb-commentform .comment-form-comment { width: 100%; }
.wb-commentform textarea {
	width: 100%;
	min-height: 130px;
	padding: 14px;
	border: 1px solid var(--wb-line);
	border-radius: 0;
	font: inherit;
}
.wb-commentform .comment-form-author,
.wb-commentform .comment-form-email,
.wb-commentform .comment-form-url { flex: 1 1 200px; }
.wb-commentform input[type="text"],
.wb-commentform input[type="email"],
.wb-commentform input[type="url"] {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--wb-line);
	border-radius: 0;
	font: inherit;
}
.wb-commentform .comment-form-cookies-consent {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	color: var(--wb-text-muted);
}
.wb-commentform .comment-form-cookies-consent input { margin-top: 3px; }
.wb-commentform .form-submit { width: 100%; text-align: center; margin: 4px 0 0; }
.wb-comment-submit {
	background: #1a1a1a;
	color: #fff;
	border: 0;
	border-radius: 0;
	padding: 12px 34px;
	font-family: var(--wb-font);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	cursor: pointer;
}
.wb-comment-submit:hover { background: var(--wb-red); }

.wb-sidebar {
	border: 1px solid var(--wb-line);
	padding: 24px 22px;
}
.wb-sidebar .widget {
	margin: 0 0 36px;
	font-size: 15px;
}
.wb-sidebar .widget:last-child { margin-bottom: 0; }
.wb-sidebar .widget-title,
.wb-sidebar .wp-block-heading {
	font-family: var(--wb-font);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #313131;
	margin: 0 0 20px;
	padding: 6px 14px 6px 18px;
	border: 1px solid var(--wb-line);
	border-left: 5px solid #313131;
}
.wb-sidebar ul { list-style: none; margin: 0; padding: 0; }
.wb-sidebar li {
	padding: 12px 0;
	border-bottom: 1px solid var(--wb-line);
}
.wb-sidebar li:last-child { border-bottom: 0; }
.wb-sidebar a { color: #313131; text-decoration: none; }
.wb-sidebar a:hover { color: var(--wb-red); }
.wb-sidebar img { border-radius: 0; }

.wb-sidebar .wp-block-latest-posts.is-grid { display: block; }
.wb-sidebar .wp-block-latest-posts li,
.wb-sidebar .widget_recent_entries li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}
.wb-sidebar .wp-block-latest-posts__featured-image {
	flex: 0 0 auto;
	width: 84px;
	margin: 0;
}
.wb-sidebar .wp-block-latest-posts__featured-image img {
	width: 84px;
	height: 64px;
	object-fit: cover;
	display: block;
}
.wb-sidebar .wp-block-latest-posts__post-title {
	display: block;
	font-family: var(--wb-font-head);
	font-weight: 600;
	font-size: 15px;
	line-height: 1.3;
	color: #313131;
}
.wb-sidebar .wp-block-latest-posts__post-date {
	display: block;
	font-family: var(--wb-font);
	font-size: 12px;
	color: var(--wb-text-muted);
	margin-top: 4px;
}
.wb-widget-cta {
	background: var(--wb-ink);
	color: #dce6f1;
	padding: 24px;
	border-radius: 0;
}
.wb-widget-cta .widget-title { color: #fff; border-color: rgba(255,255,255,.2); }
.wb-widget-cta a.wb-btn { margin-top: 12px; }

.wb-btn {
	display: inline-block;
	background: var(--wb-accent);
	color: #fff;
	font-family: var(--wb-font);
	font-weight: 600;
	font-size: 14px;
	padding: 11px 20px;
	border-radius: var(--wb-radius);
	text-decoration: none;
	border: 0;
	cursor: pointer;
}
.wb-btn:hover { background: var(--wb-accent-dark); color: #fff; text-decoration: none; }

.wb-pagination {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin: 20px 0 40px;
}
.wb-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--wb-line);
	border-radius: var(--wb-radius);
	color: var(--wb-ink);
	font-weight: 600;
	font-size: 14px;
}
.wb-pagination .page-numbers.current { background: var(--wb-ink); color: #fff; border-color: var(--wb-ink); }
.wb-pagination a.page-numbers:hover { background: var(--wb-accent); color: #fff; border-color: var(--wb-accent); text-decoration: none; }

.wb-footer {
	background: #121212;
	color: #9a9a9a;
	margin-top: 56px;
}
.wb-footer-top {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1fr) minmax(0, 1.15fr);
	gap: 56px;
	padding: 56px 20px 46px;
}
.wb-footer-logo { display: block; margin: 0 0 22px; line-height: 0; }
.wb-footer-logo .custom-logo { display: block; max-height: 46px; width: auto; height: auto; }
.wb-footer-logo--text {
	font-family: var(--wb-font-head);
	font-weight: 800;
	font-size: 26px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}
.wb-footer-logo--text:hover { color: var(--wb-red); }
.wb-fhead {
	position: relative;
	margin: 0 0 22px;
	padding: 0 0 12px;
	font-family: var(--wb-font);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #fff;
}
.wb-fhead::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 2px;
	background: var(--wb-red);
}
.wb-fabout {
	max-width: 340px;
	margin: 0 0 24px;
	font-family: var(--wb-font);
	font-size: 14px;
	line-height: 1.75;
	color: #9a9a9a;
}
.wb-fabout p { margin: 0 0 12px; }
.wb-fabout p:last-child { margin-bottom: 0; }
.wb-fabout a { color: inherit; text-decoration: underline; }
.wb-fabout a:hover { color: var(--wb-red); }
.wb-fsocial .wb-social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.wb-fsocial .wb-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #1e1e1e;
	color: #d0d0d0;
	transition: background .2s ease, color .2s ease;
}
.wb-fsocial .wb-social a:hover { background: var(--wb-red); color: #fff; }

.wb-frecent { list-style: none; margin: 0; padding: 0; }
.wb-frecent li {
	margin: 0 0 16px;
	padding: 0 0 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.wb-frecent li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.wb-frecent-title {
	display: block;
	font-family: var(--wb-font-head);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #ececec;
	text-decoration: none;
}
.wb-frecent-title:hover { color: var(--wb-red); }
.wb-frecent-date {
	display: block;
	margin-top: 6px;
	font-family: var(--wb-font);
	font-size: 12px;
	color: #7d7d7d;
}

.wb-footer-bar {
	background: #0d0d0d;
	border-top: 1px solid rgba(255, 255, 255, .08);
}
.wb-footer-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
}
.wb-footer-copy {
	margin: 0;
	font-family: var(--wb-font);
	font-size: 13px;
	color: #8f8f8f;
}
.wb-footer-menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 26px;
	margin: 0;
	padding: 0;
}
.wb-footer-menu a {
	font-family: var(--wb-font);
	font-size: 13px;
	font-weight: 400;
	color: #9a9a9a;
	text-decoration: none;
}
.wb-footer-menu a:hover { color: var(--wb-red); }
.wb-footer-menu .current-menu-item > a,
.wb-footer-menu .current_page_item > a { color: var(--wb-red); }

.wb-page-head {
	margin: 0 0 30px;
	padding: 0 0 16px;
	border-bottom: 2px solid var(--wb-ink);
}
.wb-page-head h1 { font-size: 30px; margin: 0 0 6px; }
.wb-page-head .wb-page-desc { color: var(--wb-text-muted); font-family: var(--wb-font); margin: 0; }

.wb-searchform { display: flex; gap: 8px; }
.wb-searchform input[type="search"] {
	flex: 1;
	padding: 11px 14px;
	border: 1px solid var(--wb-line);
	border-radius: var(--wb-radius);
	font: inherit;
}

.wb-empty { padding: 40px 0; color: var(--wb-text-muted); }

.wb-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 90;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--wb-red);
	color: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background .2s ease;
}
.wb-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.wb-top:hover { background: #8f151a; }

@media (max-width: 1024px) {
	.wb-grid-5 { grid-template-columns: repeat(3, 1fr); }
	.bm-block-grid { grid-template-columns: 1fr 1fr; }
	.bm-block-list { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
	.wb-nav-date, .wb-nav-right { display: none; }
	.wb-grid-sep { column-gap: var(--wb-gap); }
	.wb-grid-sep > * { padding: 0; border-left: 0; }
}

@media (max-width: 900px) {
	.wb-layout { grid-template-columns: 1fr; }
	.bm-hero-grid { grid-template-columns: 1fr; gap: 30px; }
	.wb-grid-4 { grid-template-columns: repeat(2, 1fr); }
	.wb-grid-3 { grid-template-columns: repeat(2, 1fr); }
	.wb-grid-5 { grid-template-columns: repeat(2, 1fr); }
	.wb-article-title { font-size: 30px; }
	.wb-single-title { font-size: 32px; }
	.wb-arch-hero { grid-template-columns: 1fr; gap: 20px; }
	.wb-arch-head h1 { font-size: 32px; }
	.wb-catrow { grid-template-columns: 240px 1fr; gap: 22px; }
	.wb-cat-title { font-size: 24px; }
	.wb-logo { font-size: 26px; }
	.wb-footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 782px) {
	.wb-social-wrap { display: none; }
	.wb-nav-toggle { display: inline-flex; }
	.wb-topbar-inner { padding: 14px 16px; }
	.wb-nav-anchor { display: none; }
	.wb-nav.is-stuck { position: static; box-shadow: none; animation: none; }
	.wb-footer-top { grid-template-columns: 1fr; gap: 40px; }
	.wb-footer-bar-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
}

@media (max-width: 640px) {
	body { font-size: 16px; }
	.wb-grid-4, .wb-grid-3, .wb-grid-2, .wb-grid-5 { grid-template-columns: 1fr; }
	.bm-hero-trio { grid-template-columns: 1fr 1fr; }
	.bm-hero-duo { grid-template-columns: 1fr; }
	.bm-block-grid { grid-template-columns: 1fr; }
	.bm-block-list { grid-template-columns: 1fr; }
	.bm-card--lead .bm-card-title { font-size: 23px; }
	.wb-postnav { grid-template-columns: 1fr; }
	.wb-single-title { font-size: 26px; }
	.wb-authorbox { flex-direction: column; gap: 16px; }
	.wb-authorbox-ava img { width: 72px; height: 72px; }
	.wb-arch-row { grid-template-columns: 96px 1fr; gap: 16px; }
	.wb-arch-head h1 { font-size: 28px; }
	.wb-catrow { grid-template-columns: 1fr; gap: 14px; }
	.wb-catrow-thumb { aspect-ratio: 16 / 9; }
	.wb-catrow-title { font-size: 21px; }
	.wb-cat-title { font-size: 22px; }
	.wb-logo { font-size: 24px; }
}

/* Anzeige-/Hinweis-Box: im Gutenberg-Editor die Klasse "wb-anzeige"
   an einer Gruppe (Group-Block) hinterlegen. Erster Absatz = fett mit ◈,
   folgende Absätze = normale Schrift, eingerückt. */
.wb-anzeige {
	margin: 60px 0 80px;
	font-family: var(--wb-font);
}
.wb-anzeige::before {
	content: "Anzeige";
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: var(--wb-text-muted);
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom: 1px solid var(--wb-line);
}
.wb-anzeige p {
	margin: 0 0 10px;
	padding-left: 1.9em;
}
.wb-anzeige p:last-of-type { margin-bottom: 0; }
.wb-anzeige p:first-of-type {
	position: relative;
	font-weight: 700;
	color: var(--wb-ink);
}
.wb-anzeige p:first-of-type::before {
	content: "\25C8";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--wb-red);
	font-weight: 400;
}
