/***** Einzelbericht *****/

.vz-single-layout {
	padding: 24px 30px 0;
}

.vz-single-columns {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 32px;
	align-items: start;
}

.vz-single-layout .mh-content,
.vz-single-layout .mh-sidebar {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.vz-breadcrumbs {
	font-size: 0.8125rem;
	color: var(--vz-text-muted);
	margin-bottom: 20px;
	line-height: 1.5;
}

.vz-breadcrumbs a {
	color: var(--vz-text-muted);
	text-decoration: none;
}

.vz-breadcrumbs a:hover {
	color: var(--vz-primary);
}

.vz-breadcrumb-sep {
	margin: 0 8px;
	opacity: 0.6;
}

.vz-breadcrumb-current {
	color: var(--vz-text);
}

.vz-single-article {
	background: var(--vz-bg);
}

.vz-single-article .vz-badge {
	background: var(--vz-primary);
	margin-bottom: 10px;
}

.vz-single-header,
.vz-single-article .entry-header {
	margin: 24px 0 20px;
	padding: 0;
	border: 0;
}

.vz-single-article .entry-title {
	font-size: 2.125rem;
	line-height: 1.2;
	margin: 10px 0 14px;
	font-weight: 700;
	word-break: normal;
	overflow-wrap: break-word;
	hyphens: manual;
}

.vz-single-meta {
	font-size: 0.875rem;
}

.vz-single-meta.vz-post-meta {
	color: var(--vz-text-muted);
}

.vz-single-hero {
	margin: 0;
	border-radius: var(--vz-radius);
	overflow: hidden;
}

.vz-single-hero--empty {
	display: none;
}

.vz-single-hero-img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.vz-single-hero-caption {
	font-size: 0.75rem;
	color: var(--vz-text-muted);
	text-align: right;
	padding: 8px 4px 0;
	line-height: 1.4;
}

.vz-single-lead {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.65;
	margin: 0 0 24px;
	color: var(--vz-text);
}

.vz-single-article .entry-content {
	font-size: 1rem;
	line-height: 1.75;
	color: var(--vz-text);
}

.vz-single-article .entry-content > p:first-of-type {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 18px;
}

.vz-single-article .entry-content p {
	margin-bottom: 18px;
}

.vz-single-article .entry-content strong {
	font-weight: 700;
}

.vz-single-article .entry-content img {
	border-radius: var(--vz-radius);
}

.vz-single-article .entry-content .wp-caption,
.vz-single-article .entry-content figure:not(.vz-image-grid figure) {
	margin-bottom: 20px;
}

/* Bildergalerie – 3 Spalten */
.vz-single-article .entry-content .vz-image-grid,
.vz-single-article .entry-content .gallery,
.vz-single-article .entry-content .wp-block-gallery,
.vz-single-article .entry-content .wp-block-gallery.is-layout-flex {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px;
	margin: 28px 0;
	list-style: none;
	padding: 0;
	width: 100%;
	clear: both;
	flex-wrap: unset !important;
}

.vz-single-article .entry-content .gallery::after {
	display: none;
	content: none;
}

.vz-single-article .entry-content .gallery-item,
.vz-single-article .entry-content .wp-block-gallery .wp-block-image,
.vz-single-article .entry-content .vz-image-grid .wp-block-image,
.vz-single-article .entry-content .vz-image-grid .wp-caption,
.vz-single-article .entry-content .vz-image-grid figure,
.vz-single-article .entry-content .vz-image-grid > p {
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	max-width: none !important;
	width: 100% !important;
}

.vz-single-article .entry-content .gallery img,
.vz-single-article .entry-content .wp-block-gallery img,
.vz-single-article .entry-content .vz-image-grid img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--vz-radius);
	display: block;
}

.vz-single-article .entry-content .vz-image-grid figcaption,
.vz-single-article .entry-content .vz-image-grid .wp-caption-text,
.vz-single-article .entry-content .gallery .gallery-caption {
	position: static;
	opacity: 1;
	max-height: none;
	background: transparent;
	color: var(--vz-text-muted);
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.35;
	padding: 6px 2px 0;
	text-align: center;
	width: 100%;
}

.vz-single-article .entry-content .vz-image-grid figcaption::before,
.vz-single-article .entry-content .gallery .gallery-caption::before {
	display: none;
}

.vz-single-article .entry-content .wp-caption-text,
.vz-single-article .entry-content > figure:not(.vz-image-grid figure) figcaption {
	font-size: 0.75rem;
	color: var(--vz-text-muted);
	text-align: center;
	margin-top: 6px;
	line-height: 1.4;
}

.vz-share {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 16px;
	margin: 36px 0 0;
	padding-top: 24px;
	border-top: 1px solid var(--vz-border);
}

.vz-share-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--vz-text);
}

.vz-share-list {
	display: flex;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vz-share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--vz-bg-light);
	border: 1px solid var(--vz-border);
	color: var(--vz-primary);
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.vz-share-btn:hover {
	background: var(--vz-primary);
	border-color: var(--vz-primary);
	color: #fff;
}

.vz-share-btn .vz-icon svg {
	width: 18px;
	height: 18px;
}

.vz-single-related {
	margin-top: 40px;
	padding: 32px 0 40px;
	border-top: 1px solid var(--vz-border);
	clear: both;
}

.vz-related-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.vz-related-card {
	background: var(--vz-bg);
	border: 1px solid var(--vz-border);
	border-radius: var(--vz-radius);
	overflow: hidden;
	transition: box-shadow 0.2s;
}

.vz-related-card:hover {
	box-shadow: var(--vz-shadow);
}

.vz-related-thumb {
	margin: 0;
}

.vz-related-thumb img,
.vz-related-thumb .mh-image-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.vz-related-body {
	padding: 14px 16px 16px;
}

.vz-related-title {
	font-size: 0.875rem;
	line-height: 1.35;
	margin: 6px 0 8px;
}

.vz-related-title a {
	color: var(--vz-text);
	text-decoration: none;
}

.vz-related-title a:hover {
	color: var(--vz-primary);
}

.vz-related-date {
	font-size: 0.75rem;
	color: var(--vz-text-muted);
}

.vz-single-sidebar {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.vz-single-sidebar .mh-widget,
.vz-single-sidebar .vz-auto-widget {
	border: 1px solid var(--vz-border);
	border-radius: var(--vz-radius);
	padding: 20px;
	margin-bottom: 24px;
	background: var(--vz-bg);
}

.vz-single-sidebar .mh-widget-title {
	margin-bottom: 16px;
}

.vz-cat-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vz-cat-item {
	border-bottom: 1px dotted var(--vz-border);
}

.vz-cat-item:first-child {
	border-top: 1px dotted var(--vz-border);
}

.vz-cat-item a {
	display: block;
	padding: 10px 0;
	font-size: 0.875rem;
	color: var(--vz-text);
	text-decoration: none;
}

.vz-cat-item a:hover {
	color: var(--vz-primary);
}

.vz-single-article .entry-tags {
	display: none;
}

body.vz-single-page .entry-meta {
	display: none;
}

@media screen and (max-width: 1100px) {
	.vz-single-columns {
		grid-template-columns: 1fr;
	}

	.vz-related-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.vz-single-article .entry-content .vz-image-grid,
	.vz-single-article .entry-content .gallery,
	.vz-single-article .entry-content .wp-block-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media screen and (max-width: 767px) {
	.vz-single-layout {
		padding: 16px 16px 0;
	}

	.vz-single-article .entry-title {
		font-size: 1.5rem;
	}

	.vz-related-grid {
		grid-template-columns: 1fr;
	}

	.vz-single-article .entry-content .vz-image-grid,
	.vz-single-article .entry-content .gallery,
	.vz-single-article .entry-content .wp-block-gallery {
		grid-template-columns: 1fr !important;
	}
}
