/*
Theme Name: WBless
Theme URI: https://www.wirtschaftsblick.com
Author: WBless
Author URI: https://www.wirtschaftsblick.com
Description: B2B Magazin-Theme.
Version: 1.2.10
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: wbless
Tags: news, blog, magazine, business, grid-layout, custom-menu, featured-images, translation-ready, two-columns, right-sidebar
*/

:root {

	--wb-ink: #0b1f33;
	--wb-ink-soft: #1c3a57;
	--wb-accent: #0a66c2;
	--wb-accent-dark: #084b8f;
	--wb-text: #16202b;
	--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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--wb-font-head: "Playfair Display", 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-size: 17px;
	line-height: 1.65;
	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 {
	font-family: var(--wb-font-head);
	color: var(--wb-ink);
	line-height: 1.22;
	margin: 0 0 .5em;
	font-weight: 700;
}

p { margin: 0 0 1.2em; }

.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-header-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 20px;
	padding: 18px 20px;
}

.wb-header-left { display: flex; align-items: center; gap: 6px; }
.wb-header-right { display: flex; align-items: center; justify-content: flex-end; }

.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-search-toggle:hover,
.wb-nav-toggle:hover { color: var(--wb-accent); }

.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-header-center { text-align: center; }
.wb-brand { display: inline-block; }
.wb-logo {
	margin: 0;
	font-family: var(--wb-font-head);
	font-weight: 800;
	font-size: 42px;
	line-height: 1.05;
	letter-spacing: .01em;
}
.wb-logo a { color: var(--wb-ink); text-decoration: none; }
.wb-tagline {
	margin: 6px 0 0;
	font-family: var(--wb-font);
	font-size: 11px;
	color: var(--wb-text-muted);
	text-transform: uppercase;
	letter-spacing: .18em;
}
.custom-logo-link { display: inline-block; }

.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-accent); }

.wb-search-panel {
	border-top: 1px solid var(--wb-line);
	background: var(--wb-bg-alt);
	padding: 16px 0;
}
.wb-search-panel .wb-searchform { max-width: 560px; margin: 0 auto; }

.wb-nav-anchor { position: relative; }
.wb-nav {
	background: transparent;
}
.wb-nav-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 46px;
	padding: 0 20px;
	border-top: 1px solid var(--wb-line);
	border-bottom: 1px solid var(--wb-line);
}

.wb-nav-brand {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-family: var(--wb-font-head);
	font-weight: 800;
	font-size: 20px;
	color: var(--wb-ink);
	text-decoration: none;
	display: none;
}
.wb-nav-brand:hover { color: var(--wb-accent); 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: #5c6167;
	font-family: var(--wb-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: .12em;
	text-decoration: none;
}
.wb-menu > li > a:hover { color: #17181a; }

.wb-menu > li > a::before {
	content: "";
	position: absolute;
	top: 0; left: 15px; right: 15px;
	height: 2px;
	background: var(--wb-ink);
	opacity: 0;
	transition: opacity .15s ease;
}
.wb-menu > li > a:hover::before,
.wb-menu > li.current-menu-item > a::before,
.wb-menu > li.current_page_item > a::before { opacity: 1; }

.wb-menu > li.current-menu-item > a,
.wb-menu > li.current_page_item > a { color: #17181a; }

.wb-menu .menu-item-has-children > a::after {
	content: "+";
	display: inline-block;
	margin-left: 5px;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	position: relative;
	top: -3px;
	color: #b5b9bd;
}

.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-accent); background: var(--wb-bg-alt); }

.wb-nav.is-stuck {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	background: var(--wb-bg);
	border-top: 0;
	box-shadow: 0 2px 12px rgba(11, 31, 51, .1);
	animation: wb-slidedown .25s ease;
}
.wb-nav.is-stuck .wb-nav-inner { justify-content: flex-start; border-top: 0; border-bottom: 0; }
.wb-nav.is-stuck .wb-nav-brand {
	position: static;
	transform: none;
	display: inline-flex;
	align-items: center;
}
.wb-nav.is-stuck .wb-menu { margin: 0 auto; }
@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-accent); }
.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-accent); }
.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; }
.wb-drawer-social { margin-top: 22px; }
.wb-drawer-social .wb-social { gap: 18px; }
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; }

.wb-hero {
	display: grid;
	grid-template-columns: 1fr 3fr 1fr;
	gap: 30px;
	margin: 24px 0 40px;
	padding-bottom: 36px;
	border-bottom: 1px solid var(--wb-line);
	align-items: start;
}
.wb-hero-left,
.wb-hero-center { border-right: 1px solid var(--wb-line); padding-right: 30px; }
.wb-hero-right {
	display: grid;
	gap: 20px;
	align-content: start;
}

.wb-h-card { display: flex; flex-direction: column; }
.wb-h-thumb {
	display: block;
	overflow: hidden;
	background: var(--wb-bg-alt);
}
.wb-h-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.wb-h-card:hover .wb-h-thumb img { transform: scale(1.04); }

.wb-h-body { padding-top: 12px; }

.wb-h-card .wb-cat-label {
	display: inline-block;
	background: none;
	color: var(--wb-accent);
	padding: 0;
	margin: 0 0 7px;
	font-family: var(--wb-font);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	border-radius: 0;
}
.wb-h-card .wb-cat-label:hover { color: var(--wb-accent-dark); text-decoration: none; }

.wb-h-title { margin: 0 0 8px; line-height: 1.22; }
.wb-h-title a { color: var(--wb-ink); }
.wb-h-title a:hover {
	color: var(--wb-ink);
	text-decoration: underline;
	text-decoration-color: #cccccc;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.wb-h-meta {
	font-family: var(--wb-font);
	font-size: 12px;
	color: var(--wb-text-muted);
	display: flex;
	gap: 12px;
	margin: 0 0 10px;
}
.wb-h-excerpt { color: var(--wb-text-muted); margin: 0 0 12px; }

.wb-h-readmore {
	font-family: var(--wb-font);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--wb-accent);
}
.wb-h-readmore:hover { color: var(--wb-accent-dark); text-decoration: none; }
.wb-btn.wb-h-more {
	margin-top: 18px;
	align-self: center;
	padding: 10px 30px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 1.4;
}

.wb-h-card--lead .wb-h-thumb { aspect-ratio: 3 / 2; }
.wb-h-card--lead .wb-h-body { text-align: center; padding-top: 18px; }
.wb-h-card--lead .wb-h-title { font-size: 30px; margin-bottom: 10px; }
.wb-h-card--lead .wb-h-meta { justify-content: center; }
.wb-h-card--lead .wb-h-excerpt {
	font-size: 16.5px;
	line-height: 1.65;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

.wb-h-card--left .wb-h-thumb { aspect-ratio: 3 / 4; }
.wb-h-card--left .wb-h-title { font-size: 23px; line-height: 1.2; }
.wb-h-card--left .wb-h-excerpt { font-size: 15px; line-height: 1.6; }
.wb-h-card--left .wb-h-readmore { display: inline-block; margin-top: 2px; }

.wb-h-card--mini .wb-h-thumb { aspect-ratio: 4 / 3; }
.wb-h-card--mini .wb-h-title { font-size: 17px; }
.wb-h-card--mini .wb-h-excerpt { font-size: 15px; line-height: 1.6; margin-bottom: 0; }
.wb-hero-right .wb-h-card + .wb-h-card {
	padding-top: 4px;
}

.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-accent);
	margin: 14px 0 8px;
}
.wb-cat-label:hover { color: var(--wb-accent-dark); 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; }

.wb-single-wrap { padding-top: 0; margin-top: -8px; }
.wb-single-head,
.wb-single-content,
.wb-single-tags,
.wb-share,
.wb-authorbox,
.wb-postnav,
.wb-single-comments { max-width: 700px; margin-left: auto; margin-right: auto; }

.wb-single-lead {
	font-family: var(--wb-font);
	font-size: 18px;
	line-height: 1.75;
	color: #847a7b;
	margin: 0 0 36px;
}
.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 auto 26px; }
.wb-single-head .wb-cat-label { margin: 0 0 27px; }
.wb-single-title {
	font-size: 46px;
	line-height: 1.14;
	margin: 0 0 18px;
}
.wb-single-subtitle {
	font-family: var(--wb-font-head);
	font-weight: 400;
	font-size: 21px;
	line-height: 1.45;
	color: var(--wb-text-muted);
	margin: 0 0 22px;
}
.wb-single-meta {
	display: flex;
	align-items: center;
	gap: 18px;
	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-accent); text-decoration: none; }

.wb-single-thumb {
	width: 780px;
	max-width: 100%;
	margin: 0 auto 34px;
}
.wb-single-thumb img {
	width: 780px;
	max-width: 100%;
	height: 520px;
	object-fit: cover;
	border-radius: 0;
	display: block;
}
.wb-single-thumb figcaption {
	font-family: var(--wb-font);
	font-size: 13px;
	color: var(--wb-text-muted);
	text-align: center;
	margin-top: 10px;
}

.wb-share {
	display: flex;
	justify-content: center;
	margin: 26px auto 32px;
	padding: 0;
	border: 0;
}
.wb-share-list { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; margin: 0; padding: 0; }
.wb-share-list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--wb-text-muted);
	text-decoration: none;
}
.wb-share-list a svg { width: 18px; height: 18px; }
.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: var(--wb-accent); background: none; }

.wb-authorbox {
	display: flex;
	gap: 26px;
	align-items: flex-start;
	margin: 34px auto;
	padding: 26px 30px;
	background: #fff;
	border: 1px solid var(--wb-line);
	border-radius: 0;
}
.wb-authorbox-ava { flex: 0 0 auto; line-height: 0; }
.wb-authorbox-ava img { width: 90px; height: 90px; border-radius: 50%; display: block; object-fit: cover; }
.wb-authorbox-body { flex: 1 1 auto; min-width: 0; }
.wb-authorbox-name { font-size: 20px; font-weight: 700; margin: 0 0 10px; }
.wb-authorbox-name a { color: var(--wb-ink); }
.wb-authorbox-name a:hover { color: var(--wb-accent); text-decoration: none; }
.wb-authorbox-desc { color: var(--wb-text-muted); font-size: 15px; line-height: 1.6; margin: 0 0 14px; }
.wb-authorbox-social { display: flex; flex-wrap: wrap; gap: 16px; }
.wb-authorbox-social a { color: var(--wb-ink-soft); display: inline-flex; }
.wb-authorbox-social a:hover { color: var(--wb-accent); }

.wb-related {
	max-width: none;
	margin: 50px 0 10px;
	padding-top: 30px;
	border-top: 1px solid var(--wb-line);
}
.wb-related-title {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0 0 30px;
}
.wb-related-title span {
	font-family: var(--wb-font);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #3d4147;
	white-space: nowrap;
}
.wb-related-title::before,
.wb-related-title::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: var(--wb-line);
}
.wb-card--related .wb-thumb { aspect-ratio: 3 / 2; }
.wb-card--related .wb-meta { margin-top: 14px; }
.wb-card--related .wb-card-title { font-size: 16px; line-height: 1.3; margin: 6px 0 0; }

.wb-single-comments { margin-top: 40px; }

.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: 18px; line-height: 1.75; }
.wb-content a {
	color: var(--wb-accent);
	text-decoration: underline;
	text-decoration-color: var(--wb-accent);
	text-decoration-thickness: 1px;
	text-underline-offset: 7px;
}
.wb-content a:hover,
.wb-content a:focus {
	color: var(--wb-accent);
	text-decoration: none;
}
.wb-content h2 { font-size: 28px; margin-top: 1.6em; }
.wb-content h3 { font-size: 22px; margin-top: 1.4em; }
.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-accent);
	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;
}

/* Hinweis-Block – im Gutenberg-Editor als CSS-Klasse "wb-box" einsetzbar.
   Kein Rahmen/Hintergrund: kleines fettes Label, erste Zeile fett mit Punkt,
   weitere Zeilen normal & eingerückt. */
.wb-box {
	margin: 3.4em 0 1.8em;
	font-family: var(--wb-font, sans-serif);
}
.wb-box::before {
	content: "Anzeige";
	display: block;
	margin: 0 0 10px;
	padding: 0 0 8px;
	border-bottom: 1px solid var(--wb-line, #e3e8ee);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	color: var(--wb-text-muted, #5b6b7a);
}
.wb-box p {
	margin: 0 0 6px;
	padding-left: 32px;
	line-height: 1.6;
	font-weight: 400;
	color: var(--wb-text, #16202b);
}
.wb-box p:first-of-type {
	position: relative;
	font-weight: 700;
	color: var(--wb-ink, #0b1f33);
}
.wb-box p:first-of-type::before {
	content: "\2192"; /* → */
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.6;
	color: var(--wb-ink, #0b1f33);
}
.wb-box p:last-child {
	margin-bottom: 0;
}

.wb-tags { margin: 104px auto 30px; font-size: 14px; }
.wb-tags a {
	display: inline-block;
	background: var(--wb-bg-alt);
	border: 1px solid var(--wb-line);
	padding: 2px 10px;
	border-radius: 0;
	margin: 0 6px 6px 0;
	color: var(--wb-ink-soft);
}
.wb-tags a:hover { background: var(--wb-accent); color: #fff; border-color: var(--wb-accent); text-decoration: none; }

.wb-postnav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 36px auto;
	border-top: 1px solid var(--wb-line);
	padding-top: 24px;
}
.wb-postnav a { display: block; }
.wb-postnav .label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--wb-text-muted); margin-bottom: 6px; }
.wb-postnav .title { display: block; font-family: var(--wb-font-head); font-weight: 700; color: var(--wb-ink); }
.wb-postnav .next { text-align: right; }

.wb-comments { margin: 40px 0; }
.wb-comments-title { font-size: 22px; 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; }
.wb-comments input[type="text"],
.wb-comments input[type="email"],
.wb-comments input[type="url"],
.wb-comments textarea {
	width: 100%;
	max-width: 520px;
	padding: 11px 14px;
	border: 1px solid var(--wb-line);
	border-radius: var(--wb-radius);
	font: inherit;
	margin-bottom: 12px;
}
.wb-comments textarea { max-width: 100%; }

.wb-sidebar .widget {
	margin: 0 0 34px;
	font-size: 15px;
}
.wb-sidebar .widget-title {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .05em;
	border-bottom: 2px solid var(--wb-ink);
	padding-bottom: 8px;
	margin: 0 0 16px;
}
.wb-sidebar ul { list-style: none; margin: 0; padding: 0; }
.wb-sidebar ul li {
	padding: 8px 0;
	border-bottom: 1px solid var(--wb-line);
}
.wb-widget-cta {
	background: var(--wb-ink);
	color: #dce6f1;
	padding: 24px;
	border-radius: var(--wb-radius);
}
.wb-widget-cta .widget-title { color: #fff; border-color: var(--wb-accent); }
.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: var(--wb-bg);
	color: var(--wb-text);
	margin-top: 56px;
	border-top: 1px solid var(--wb-line);
	padding: 54px 0 60px;
}
.wb-footer-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.wb-footer-logo {
	margin: 0 0 18px;
	font-family: var(--wb-font-head);
	font-weight: 800;
	font-size: 40px;
	line-height: 1;
}
.wb-footer-logo a { color: var(--wb-ink); text-decoration: none; }
.wb-footer-logo a:hover { color: var(--wb-accent); }
.wb-footer-logo--img { line-height: 0; }
.wb-footer-logo .custom-logo { display: block; max-height: 60px; width: auto; height: auto; margin: 0 auto; }
.wb-footer-copy {
	margin: 0 0 14px;
	font-family: var(--wb-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--wb-text-muted);
}
.wb-footer-desc {
	max-width: 560px;
	margin: 0 0 24px;
	color: var(--wb-text-muted);
	font-size: 15px;
	line-height: 1.7;
}
.wb-footer-menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 28px;
	margin: 0;
	padding: 0;
}
.wb-footer-menu a {
	font-family: var(--wb-font);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--wb-text-muted);
	text-decoration: none;
}
.wb-footer-menu a:hover { color: var(--wb-accent); }

.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: 26px;
	bottom: 26px;
	z-index: 90;
	width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: var(--wb-ink);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 4px 18px rgba(11, 31, 51, .16);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.wb-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.wb-top:hover { box-shadow: 0 6px 22px rgba(11, 31, 51, .24); }

@media (max-width: 1024px) {
	.wb-grid-5 { grid-template-columns: repeat(3, 1fr); }
	.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; }
	.wb-hero { grid-template-columns: 1fr 1fr; gap: 26px; }
	.wb-hero-center { grid-column: 1 / -1; order: -1; }
	.wb-hero-left, .wb-hero-center { border-right: 0; padding-right: 0; }
	.wb-hero-right { grid-template-rows: none; }
	.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-h-card--lead .wb-h-title { font-size: 26px; }
	.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-logo { font-size: 34px; }
}

@media (max-width: 782px) {

	.wb-header-right { display: none; }
	.wb-header-inner { grid-template-columns: auto 1fr auto; padding: 14px 16px; }
	.wb-nav-anchor { display: none; }
	.wb-nav.is-stuck { position: static; box-shadow: none; animation: none; }
}

@media (max-width: 640px) {
	body { font-size: 16px; }
	.wb-hero { grid-template-columns: 1fr; }
	.wb-h-card--lead .wb-h-title { font-size: 24px; }
	.wb-h-card--lead .wb-h-body { text-align: left; }
	.wb-h-card--lead .wb-h-meta { justify-content: flex-start; }
	.wb-h-card--lead .wb-h-excerpt { margin-left: 0; }
	.wb-grid-4, .wb-grid-3, .wb-grid-2, .wb-grid-5 { grid-template-columns: 1fr; }
	.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-footer-logo { font-size: 32px; }
	.wb-logo { font-size: 30px; }
}
