/***** Vogelsberger Zeitung Design *****/

:root {
	--vz-primary: #1a3560;
	--vz-accent: #e5a100;
	--vz-primary-dark: #122847;
	--vz-accent-dark: #c48a00;
	--vz-text: #1a1a1a;
	--vz-text-muted: #6b7280;
	--vz-border: #e5e7eb;
	--vz-bg: #ffffff;
	--vz-bg-light: #f8f9fb;
	--vz-category: #2563eb;
	--vz-radius: 6px;
	--vz-shadow: 0 2px 12px rgba(26, 53, 96, 0.08);
}

body {
	font-family: 'Source Sans 3', 'Open Sans', Helvetica, Arial, sans-serif;
	color: var(--vz-text);
	background: var(--vz-bg-light);
}

h1, h2, h3, h4, h5, h6,
.mh-header-title,
.entry-title,
.mh-loop-title,
.mh-posts-large-title,
.mh-posts-focus-title,
.mh-slider-title {
	font-family: 'Source Sans 3', 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: var(--vz-text);
}

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

.mh-container-outer {
	margin: 0 auto;
	box-shadow: none;
	max-width: none;
	width: 100%;
	background: var(--vz-bg);
}

.mh-container,
.mh-container-inner {
	max-width: none !important;
	width: 100% !important;
	padding-left: 32px;
	padding-right: 32px;
	box-sizing: border-box;
}

.vz-header-top.mh-container-inner,
.vz-main-nav.mh-container-inner,
.vz-copyright-inner.mh-container-inner {
	padding-left: 32px;
	padding-right: 32px;
}

.mh-wrapper {
	padding: 30px;
	background: var(--vz-bg);
}

.vz-header {
	background: var(--vz-bg);
	border-bottom: 1px solid var(--vz-border);
}

.vz-header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 0 20px;
}

.vz-header-brand {
	flex: 1 1 auto;
	min-width: 0;
}

.vz-header-brand .mh-custom-header {
	display: block;
}

.vz-header-brand .mh-site-logo {
	padding: 0;
}

.vz-header-brand .mh-header-text {
	margin: 0;
	text-transform: none;
}

.vz-header-brand .mh-site-identity,
.vz-header-brand .mh-site-logo,
.vz-header-brand .mh-header-text,
.vz-header-brand .mh-custom-header {
	background: transparent !important;
	box-shadow: none !important;
}

.vz-header-brand .custom-logo-link {
	display: block;
	line-height: 0;
}

.vz-header-brand .custom-logo {
	max-height: 72px;
	width: auto;
	height: auto;
}

.vz-header-brand .mh-header-title {
	font-family: 'Libre Baskerville', Georgia, 'Times New Roman', serif;
	font-size: 2rem;
	font-weight: 700;
	color: var(--vz-primary) !important;
	text-transform: none;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.vz-header-brand .mh-header-tagline {
	display: block;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	color: var(--vz-text-muted) !important;
	text-transform: none;
	border: 0 !important;
	padding: 6px 0 0;
	margin: 0;
}

.vz-header-tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	flex: 0 1 340px;
	margin-left: auto;
}

.vz-header-search {
	flex: 1 1 auto;
	max-width: 320px;
}

.vz-search-form {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0;
}

.vz-search-form .search-field {
	width: 100%;
	font-size: 0.875rem;
	padding: 10px 44px 10px 16px;
	border: 1px solid var(--vz-border);
	border-radius: 999px;
	background: var(--vz-bg-light);
	color: var(--vz-text);
	text-transform: none;
}

.vz-search-form .search-field:focus,
.vz-search-form .search-field:hover {
	border-color: var(--vz-primary);
	outline: none;
	background: var(--vz-bg);
}

.vz-search-submit {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--vz-text-muted);
	cursor: pointer;
	padding: 0;
	min-width: 0;
}

.vz-search-submit:hover {
	background: var(--vz-bg-light);
	color: var(--vz-primary);
}

.vz-header-widget .button,
.vz-header-widget a.vz-btn {
	display: inline-block;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--vz-primary) !important;
	background: var(--vz-accent);
	padding: 11px 22px;
	border-radius: var(--vz-radius);
	text-transform: none;
	transition: background 0.2s ease;
	white-space: nowrap;
}

.vz-header-widget .button:hover,
.vz-header-widget a.vz-btn:hover {
	background: var(--vz-accent-dark);
	color: var(--vz-primary) !important;
	text-decoration: none;
}

.vz-header-widgets .vz-header-widget {
	margin: 0;
}

.vz-nav-wrap,
.mh-main-nav-wrap {
	background: var(--vz-primary);
	border: 0;
}

.vz-main-nav,
.mh-main-nav {
	border: 0;
	text-transform: none;
	font-size: 0.9375rem;
}

.vz-main-nav .menu,
.mh-main-nav .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.vz-main-nav li,
.mh-main-nav li {
	float: none;
	font-weight: 600;
}

.vz-main-nav li a,
.mh-main-nav li a {
	padding: 14px 20px;
	border: 0;
	color: #fff;
}

.vz-main-nav li:hover,
.mh-main-nav li:hover {
	background: rgba(255, 255, 255, 0.08);
}

.vz-main-nav li:hover a,
.mh-main-nav li:hover a {
	color: #fff;
}

.vz-main-nav .menu > .current-menu-item,
.vz-main-nav .menu > .current-menu-ancestor,
.mh-main-nav .menu > .current-menu-item {
	background: rgba(255, 255, 255, 0.1);
}

.vz-main-nav .menu > .current-menu-item:not(.vz-home-icon) > a,
.mh-main-nav .menu > .current-menu-item:not(.vz-home-icon) > a {
	box-shadow: none;
}

.vz-main-nav .vz-home-icon a,
.mh-main-nav .vz-home-icon a {
	background: var(--vz-accent);
	color: var(--vz-primary) !important;
	padding: 14px 18px;
}

.vz-main-nav .vz-home-icon:hover a,
.mh-main-nav .vz-home-icon:hover a {
	background: var(--vz-accent-dark);
	color: var(--vz-primary) !important;
}

.vz-main-nav ul ul,
.mh-main-nav ul ul {
	background: var(--vz-primary-dark);
	box-shadow: var(--vz-shadow);
}

.slicknav_btn {
	background: var(--vz-accent);
}

.slicknav_menu {
	background: var(--vz-primary);
	border-color: var(--vz-primary-dark);
}

.mh-main-nav-wrap .slicknav_nav .slicknav_item:hover,
.mh-main-nav-wrap .slicknav_nav a:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.mh-widget-title {
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: none;
	border-bottom: 2px solid var(--vz-primary);
	padding-bottom: 8px;
	margin-bottom: 20px;
	color: var(--vz-text);
}

.mh-widget-title-inner::after {
	content: '';
	display: block;
	width: 48px;
	height: 2px;
	background: var(--vz-accent);
	margin-top: 6px;
}

.mh-posts-large-caption,
.mh-posts-stacked-meta,
.mh-subheading,
.mh-posts-focus-caption {
	background: var(--vz-category) !important;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 5px 10px;
	border-radius: 3px;
}

.mh-posts-focus-item-large .mh-posts-focus-thumb {
	position: relative;
	overflow: hidden;
	border-radius: var(--vz-radius);
	margin-bottom: 0;
}

.mh-posts-focus-item-large .mh-posts-focus-thumb img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.mh-posts-large-thumb,
.mh-loop-thumb img {
	border-radius: var(--vz-radius);
	overflow: hidden;
}

.mh-posts-stacked-overlay {
	background: linear-gradient(to top, rgba(26, 53, 96, 0.85) 0%, rgba(26, 53, 96, 0.2) 50%, transparent 100%);
}

.mh-posts-stacked-title {
	background: transparent;
}

.mh-slider-caption {
	background: rgba(26, 53, 96, 0.92);
	border-color: var(--vz-accent);
}

.mh-meta,
.mh-meta a,
.entry-meta,
.entry-meta a {
	color: var(--vz-text-muted);
}

.mh-tab-buttons {
	border-color: var(--vz-primary);
}

.mh-tab-button.active,
.mh-tab-button.active:hover {
	background: var(--vz-primary);
}

.page-numbers:hover,
.mh-loop-pagination .current,
.mh-comments-pagination .current {
	background: var(--vz-primary);
}

.pagelink {
	background: var(--vz-primary);
}

input[type=submit] {
	background: var(--vz-primary);
	text-transform: none;
	border-radius: var(--vz-radius);
}

input[type=submit]:hover {
	background: var(--vz-primary-dark);
}

.entry-content a {
	color: var(--vz-primary);
}

blockquote {
	border-color: var(--vz-accent);
}

.entry-tags li {
	background: var(--vz-primary);
}

.entry-tags .fa,
.entry-tags .far,
.entry-tags .fab {
	background: var(--vz-accent);
}

.mh-footer {
	background: var(--vz-primary);
	padding: 30px 30px 0;
}

.vz-copyright-wrap,
.mh-copyright-wrap {
	background: var(--vz-primary-dark);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 16px 30px;
}

.vz-copyright-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px 24px;
}

.vz-footer-col--left {
	justify-self: start;
}

.vz-footer-col--center {
	justify-self: center;
	text-align: center;
}

.vz-footer-col--right {
	justify-self: end;
}

.vz-copyright,
.mh-copyright {
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.75);
	margin: 0;
	text-align: left;
}

.vz-footer-legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 28px;
}

.vz-footer-legal a {
	font-size: 0.8125rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	transition: color 0.2s ease;
}

.vz-footer-legal a:hover {
	color: var(--vz-accent);
}

.vz-footer-social {
	display: flex;
	align-items: center;
	gap: 10px;
}

.vz-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff !important;
	font-size: 1rem;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.vz-social-link:hover {
	background: var(--vz-accent);
	border-color: var(--vz-accent);
	color: var(--vz-primary) !important;
	transform: translateY(-2px);
}

.vz-social-link--facebook:hover {
	background: #1877f2;
	border-color: #1877f2;
	color: #fff !important;
}

.vz-social-link--youtube:hover {
	background: #ff0000;
	border-color: #ff0000;
	color: #fff !important;
}

.vz-social-link--tiktok:hover {
	background: #000;
	border-color: #69c9d0;
	color: #fff !important;
}

.vz-footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vz-footer-menu a {
	font-size: 0.8125rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
}

.vz-footer-menu a:hover {
	color: var(--vz-accent);
}

.page-template-homepage .mh-wrapper {
	padding-top: 24px;
}

/* Inline SVG icons */
.vz-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	vertical-align: middle;
}

.vz-icon svg {
	width: 1em;
	height: 1em;
}

.vz-search-submit .vz-icon svg {
	width: 16px;
	height: 16px;
}

.vz-main-nav .vz-home-icon .vz-icon svg {
	width: 18px;
	height: 18px;
}

.mh-meta .vz-icon {
	margin-right: 4px;
}

.vz-social-link .vz-icon svg {
	width: 18px;
	height: 18px;
}

@media screen and (max-width: 900px) {
	.mh-container,
	.mh-container-inner {
		width: 100% !important;
		padding-left: 16px;
		padding-right: 16px;
	}

	.vz-header-top {
		flex-wrap: wrap;
	}

	.vz-header-brand,
	.vz-header-tools {
		flex: 1 1 100%;
	}

	.vz-header-tools {
		justify-content: space-between;
	}

	.vz-header-search {
		flex: 1 1 auto;
	}

	.vz-copyright-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.vz-footer-col--left,
	.vz-footer-col--center,
	.vz-footer-col--right {
		justify-self: center;
	}

	.vz-copyright,
	.mh-copyright {
		text-align: center;
	}

	.vz-footer-social {
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.vz-header-brand .mh-header-title {
		font-size: 1.5rem;
	}

	.vz-header-tools {
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}

	.vz-header-search {
		max-width: none;
		width: 100%;
	}
}
