/*
Theme Name: Hunde-Allerlei 2026
Theme URI: https://hunde-allerlei.de
Author: AH-TV
Author URI: https://ah-tv.de
Description: Eigenes modernes WordPress-Theme für Hunde-Allerlei.
Version: 1.0
Text Domain: hunde-allerlei-2026
*/

:root {
	--ha-green: #5f7866;
	--ha-green-dark: #31483a;
	--ha-cream: #f7f4ed;
	--ha-white: #ffffff;
	--ha-text: #1f2923;
	--ha-muted: #66706a;
	--ha-border: #dfe5e0;
	--ha-width: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--ha-cream);
	color: var(--ha-text);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.65;
}

a {
	color: var(--ha-green-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

img {
	max-width: 100%;
	height: auto;
}

.site-header {
	background: var(--ha-white);
	border-bottom: 1px solid var(--ha-border);
}

.site-header__inner,
.site-footer__inner,
.content-width {
	width: min(calc(100% - 40px), var(--ha-width));
	margin-inline: auto;
}

.site-header__inner {
	padding: 24px 0 0;
}

.site-branding {
	display: inline-flex;
	flex-direction: column;
	color: var(--ha-text);
	text-decoration: none;
}

.site-title {
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 800;
	line-height: 1;
}

.site-description {
	margin-top: 8px;
	color: var(--ha-muted);
	font-size: 1rem;
}

.site-navigation {
	margin-top: 24px;
	border-top: 1px solid var(--ha-border);
}

.primary-menu,
.primary-menu ul,
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.primary-menu > li {
	position: relative;
}

.primary-menu a {
	display: block;
	padding: 15px 18px;
	color: var(--ha-text);
	font-weight: 700;
	text-decoration: none;
}

.primary-menu > li:hover > a,
.primary-menu > li:focus-within > a,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a {
	background: var(--ha-green-dark);
	color: var(--ha-white);
}

.primary-menu .sub-menu {
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 0;
	display: none;
	min-width: 260px;
	background: var(--ha-white);
	border: 1px solid var(--ha-border);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	display: block;
}

.primary-menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

.primary-menu .sub-menu a {
	padding: 12px 16px;
	font-weight: 600;
}

.site-main {
	padding: 48px 0 72px;
}

.content-entry {
	margin-bottom: 32px;
	padding: clamp(24px, 4vw, 48px);
	background: var(--ha-white);
	border: 1px solid var(--ha-border);
	border-radius: 18px;
	box-shadow: 0 8px 28px rgba(31, 41, 35, 0.06);
}

.entry-title {
	margin-top: 0;
	line-height: 1.15;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.site-footer {
	padding: 38px 0;
	background: var(--ha-green-dark);
	color: var(--ha-white);
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.footer-menu a {
	color: var(--ha-white);
}

@media (max-width: 900px) {
	body {
		font-size: 17px;
	}

	.primary-menu {
		display: block;
	}

	.primary-menu .sub-menu,
	.primary-menu .sub-menu .sub-menu {
		position: static;
		display: block;
		min-width: 0;
		margin-left: 18px;
		border: 0;
		box-shadow: none;
	}

	.primary-menu a {
		border-bottom: 1px solid var(--ha-border);
	}
}


/* STARTSEITE 2026 */

.home-page {
	overflow: hidden;
}

.home-hero {
	padding: 72px 0;
	background:
		linear-gradient(110deg, rgba(49, 72, 58, 0.97) 0%, rgba(49, 72, 58, 0.92) 48%, rgba(49, 72, 58, 0.25) 100%);
	color: var(--ha-white);
}

.home-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
	align-items: center;
	gap: clamp(40px, 7vw, 90px);
}

.home-eyebrow,
.section-eyebrow {
	margin: 0 0 12px;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home-eyebrow {
	color: #dce9df;
}

.home-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(3.1rem, 7vw, 6.2rem);
	line-height: 0.95;
	letter-spacing: -0.055em;
}

.home-hero__lead {
	max-width: 680px;
	margin: 28px 0 0;
	color: #edf3ef;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	line-height: 1.6;
}

.home-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.ha-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 22px;
	border: 2px solid transparent;
	border-radius: 999px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease;
}

.ha-button:hover,
.ha-button:focus-visible {
	transform: translateY(-2px);
}

.ha-button--primary {
	background: var(--ha-white);
	color: var(--ha-green-dark);
}

.ha-button--secondary {
	border-color: rgba(255, 255, 255, 0.55);
	color: var(--ha-white);
}

.ha-button--secondary:hover,
.ha-button--secondary:focus-visible {
	background: rgba(255, 255, 255, 0.12);
}

.home-hero__image-placeholder {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	min-height: 470px;
	padding: 28px;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 36px 36px 130px 36px;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.home-hero__image-placeholder span {
	padding: 9px 15px;
	background: rgba(0, 0, 0, 0.48);
	border-radius: 999px;
	color: var(--ha-white);
	font-size: 0.9rem;
	font-weight: 700;
}

.home-section {
	padding: clamp(64px, 8vw, 110px) 0;
}

.home-intro {
	background: var(--ha-white);
}

.section-heading {
	max-width: 820px;
	margin-bottom: 38px;
}

.section-eyebrow {
	color: var(--ha-green);
}

.section-heading h2,
.feature-video-card h2 {
	margin: 0;
	font-size: clamp(2.1rem, 5vw, 4rem);
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.home-video-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
	align-items: center;
	gap: clamp(34px, 6vw, 80px);
}

.home-video {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #111;
	border-radius: 24px;
	box-shadow: 0 24px 60px rgba(31, 41, 35, 0.18);
}

.home-video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.home-video-text h3 {
	margin: 0 0 18px;
	font-size: clamp(1.55rem, 3vw, 2.25rem);
	line-height: 1.15;
}

.home-video-text p {
	color: var(--ha-muted);
}

.text-link {
	display: inline-flex;
	margin-top: 10px;
	color: var(--ha-green-dark);
	font-weight: 800;
	text-decoration: none;
}

.text-link::after {
	content: " →";
	margin-left: 6px;
}

@media (max-width: 900px) {
	.home-hero {
		padding: 52px 0;
	}

	.home-hero__inner,
	.home-video-layout {
		grid-template-columns: 1fr;
	}

	.home-hero__image-placeholder {
		min-height: 360px;
	}

	.home-hero h1 {
		font-size: clamp(3rem, 15vw, 5rem);
	}
}


/* HERO MIT ALICE UND WEIMARANER */

.home-hero {
	background-color: var(--ha-green-dark);
	background-image:
		linear-gradient(
			90deg,
			rgba(33, 51, 40, 0.94) 0%,
			rgba(33, 51, 40, 0.88) 30%,
			rgba(33, 51, 40, 0.52) 48%,
			rgba(33, 51, 40, 0.08) 68%,
			rgba(33, 51, 40, 0) 100%
		),
		var(--ha-hero-image);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.home-hero__inner {
	grid-template-columns: minmax(0, 650px);
	min-height: 610px;
}

.home-hero__content {
	max-width: 650px;
}

@media (max-width: 900px) {
	.home-hero {
		background-image:
			linear-gradient(
				180deg,
				rgba(33, 51, 40, 0.32) 0%,
				rgba(33, 51, 40, 0.76) 55%,
				rgba(33, 51, 40, 0.96) 100%
			),
			var(--ha-hero-image);
		background-position: 68% center;
	}

	.home-hero__inner {
		min-height: 680px;
		align-items: end;
	}

	.home-hero__content {
		max-width: 100%;
	}
}


/* HERO-AUSSCHNITT 1920x800 KORRIGIERT */

@media (min-width: 901px) {
	.home-hero {
		height: clamp(580px, 41.6667vw, 800px);
		min-height: 0;
		padding: 0;
		display: flex;
		align-items: center;
		background-size: 100% auto;
		background-position: center center;
	}

	.home-hero__inner {
		width: min(calc(100% - 40px), var(--ha-width));
		height: 100%;
		min-height: 0;
		align-items: center;
	}
}



/* HAUPTVIDEO-KARTE 2026 */

.home-intro {
	position: relative;
	z-index: 3;
	padding: 0 0 86px;
	background: var(--ha-cream);
}

.home-intro .content-width {
	position: relative;
	margin-top: -34px;
	padding: clamp(26px, 4vw, 50px);
	background: var(--ha-white);
	border: 1px solid var(--ha-border);
	border-radius: 24px;
	box-shadow: 0 24px 65px rgba(31, 41, 35, 0.14);
}

.home-intro .section-heading {
	max-width: 850px;
	margin: 0 0 30px;
}

.home-intro .section-eyebrow {
	display: inline-flex;
	margin-bottom: 16px;
	padding: 7px 14px;
	background: var(--ha-green);
	border-radius: 999px;
	color: var(--ha-white);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.09em;
}

.home-intro .section-heading h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 500;
	letter-spacing: -0.035em;
}

.home-intro .home-video-layout {
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	gap: clamp(32px, 5vw, 70px);
}

.home-intro .home-video {
	border: 1px solid var(--ha-border);
	border-radius: 18px;
	box-shadow: 0 16px 40px rgba(31, 41, 35, 0.16);
}

.home-intro .home-video-text {
	position: relative;
	padding: 12px 0;
}

.home-intro .home-video-text::after {
	content: "🐾";
	position: absolute;
	right: 8px;
	bottom: -24px;
	z-index: 0;
	font-size: 7rem;
	line-height: 1;
	opacity: 0.065;
	filter: grayscale(1);
	pointer-events: none;
}

.home-intro .home-video-text h3 {
	position: relative;
	z-index: 1;
	margin-bottom: 22px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 3vw, 2.45rem);
	font-weight: 500;
}

.home-intro .home-video-text p {
	position: relative;
	z-index: 1;
	color: var(--ha-muted);
}

.home-intro .home-video-text .text-link {
	position: relative;
	z-index: 1;
	margin-top: 14px;
	padding: 11px 19px;
	background: var(--ha-green-dark);
	border-radius: 999px;
	color: var(--ha-white);
	text-decoration: none;
}

.home-intro .home-video-text .text-link:hover,
.home-intro .home-video-text .text-link:focus-visible {
	background: var(--ha-green);
}

@media (max-width: 900px) {
	.home-intro {
		padding-bottom: 60px;
	}

	.home-intro .content-width {
		margin-top: -16px;
		padding: 24px;
		border-radius: 18px;
	}

	.home-intro .home-video-layout {
		grid-template-columns: 1fr;
	}

	.home-intro .home-video-text {
		padding: 0;
	}

	.home-intro .home-video-text::after {
		font-size: 5rem;
	}
}


/* MAYA-FRISBEE-KARTE 2026 */

.home-feature-video {
	padding: 0 0 clamp(64px, 8vw, 100px);
	background: var(--ha-cream);
}

.feature-video-card {
	display: grid;
	grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
	align-items: center;
	gap: clamp(30px, 5vw, 70px);
	padding: clamp(28px, 5vw, 58px);
	overflow: hidden;
	background:
		linear-gradient(115deg, #d8edf1 0%, #c4e5ec 52%, #edf6f7 100%);
	border: 1px solid rgba(49, 72, 58, 0.12);
	border-radius: 24px;
	box-shadow: 0 22px 60px rgba(31, 41, 35, 0.13);
}

.feature-video-card__text {
	position: relative;
	z-index: 1;
}

.feature-video-card .section-eyebrow {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 7px 13px;
	background: rgba(95, 120, 102, 0.14);
	border-radius: 999px;
	color: var(--ha-green-dark);
	font-size: 0.75rem;
}

.feature-video-card h2 {
	margin-bottom: 22px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
}

.feature-video-card__text p:last-child {
	max-width: 580px;
	margin-bottom: 0;
	color: #45534b;
	font-size: 1.05rem;
}

.feature-video-card .home-video {
	border: 8px solid rgba(255, 255, 255, 0.7);
	border-radius: 20px;
	box-shadow: 0 18px 45px rgba(31, 41, 35, 0.18);
}

@media (max-width: 900px) {
	.feature-video-card {
		grid-template-columns: 1fr;
		padding: 24px;
		border-radius: 18px;
	}

	.feature-video-card__text {
		order: 1;
	}

	.feature-video-card .home-video {
		order: 2;
		border-width: 5px;
	}
}


/* THEMENWELTEN 2026 */

.home-topics {
	padding: 0 0 clamp(70px, 9vw, 115px);
	background: var(--ha-cream);
}

.home-topics .section-heading {
	margin-right: auto;
	margin-bottom: 38px;
	margin-left: auto;
	text-align: center;
}

.home-topics .section-heading h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
}

.topic-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.topic-card {
	position: relative;
	display: flex;
	min-height: 310px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
	overflow: hidden;
	background:
		linear-gradient(
			180deg,
			rgba(49, 72, 58, 0.04) 0%,
			rgba(49, 72, 58, 0.88) 100%
		),
		linear-gradient(135deg, #91a394, #425949);
	border: 1px solid rgba(49, 72, 58, 0.14);
	border-radius: 20px;
	color: var(--ha-white);
	text-decoration: none;
	box-shadow: 0 16px 38px rgba(31, 41, 35, 0.12);
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease;
}

.topic-card:hover,
.topic-card:focus-visible {
	transform: translateY(-5px);
	box-shadow: 0 24px 50px rgba(31, 41, 35, 0.2);
}

.topic-card__number {
	position: absolute;
	top: 22px;
	right: 24px;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	opacity: 0.72;
}

.topic-card h3 {
	margin: 0 0 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 500;
	line-height: 1.05;
}

.topic-card p {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.96rem;
}

.topic-card__link {
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.topic-card__link::after {
	content: " →";
}

@media (max-width: 900px) {
	.topic-grid {
		grid-template-columns: 1fr;
	}

	.topic-card {
		min-height: 250px;
	}
}


/* NEUESTE-BEITRAEGE 2026 */

.home-latest {
	padding: 0 0 clamp(75px, 9vw, 120px);
	background: var(--ha-cream);
}

.home-latest .section-heading {
	margin-bottom: 38px;
}

.home-latest .section-heading h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
}

.latest-posts-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.home-post-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	background: var(--ha-white);
	border: 1px solid var(--ha-border);
	border-radius: 20px;
	box-shadow: 0 14px 36px rgba(31, 41, 35, 0.09);
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease;
}

.home-post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 48px rgba(31, 41, 35, 0.15);
}

.home-post-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #dfe5e0;
}

.home-post-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.home-post-card:hover .home-post-card__image img {
	transform: scale(1.035);
}

.home-post-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 25px;
}

.home-post-card__meta {
	margin: 0 0 12px;
	color: var(--ha-green);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-post-card h3 {
	margin: 0 0 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	font-weight: 500;
	line-height: 1.15;
}

.home-post-card h3 a {
	color: var(--ha-text);
	text-decoration: none;
}

.home-post-card__content > p:not(.home-post-card__meta) {
	margin: 0 0 20px;
	color: var(--ha-muted);
	font-size: 0.95rem;
	line-height: 1.6;
}

.home-post-card .text-link {
	margin-top: auto;
	padding-top: 5px;
}

@media (max-width: 1050px) {
	.latest-posts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 650px) {
	.latest-posts-grid {
		grid-template-columns: 1fr;
	}

	.home-post-card__content {
		padding: 22px;
	}
}

/* BEITRAGSBILDER VOLLSTÄNDIG ANZEIGEN */

.home-post-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: #eef1ec;
}

.home-post-card__image img {
	width: 100%;
	height: 100%;
	padding: 0;
	object-fit: contain;
}

.home-post-card__image--placeholder {
	background:
		linear-gradient(135deg, #dfe7df 0%, #f5f2ea 100%);
	color: var(--ha-green-dark);
	text-decoration: none;
}

.home-post-card__image--placeholder span {
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}


/* KREATIVE PAUSE – BLOGHINWEIS */

.home-latest__notice {
	max-width: 720px;
	margin: 18px 0 0;
	padding-left: 18px;
	border-left: 3px solid var(--ha-green);
	color: var(--ha-muted);
	font-size: 1rem;
	line-height: 1.65;
}

.home-latest__notice strong {
	color: var(--ha-text);
	font-weight: 800;
}



/* FOOTER HUNDEALLERLEI 2026 */

.site-footer {
	background: var(--ha-green-dark);
	color: rgba(255, 255, 255, 0.8);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.25fr 0.8fr 0.9fr 1fr;
	gap: clamp(35px, 5vw, 75px);
	padding-top: clamp(55px, 7vw, 85px);
	padding-bottom: clamp(45px, 6vw, 70px);
}

.site-footer__column {
	min-width: 0;
}

.site-footer__column h2 {
	margin: 0 0 18px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25rem;
	font-weight: 500;
}

.site-footer__column p {
	margin: 0 0 14px;
	font-size: 0.94rem;
	line-height: 1.65;
}

.site-footer__column a {
	color: inherit;
	text-decoration: none;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.site-footer__brand {
	display: inline-block;
	margin-bottom: 18px;
	color: #fff !important;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	text-decoration: none !important;
}

.site-footer__intro p {
	max-width: 320px;
}

.site-footer__links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__links li + li {
	margin-top: 11px;
}

.site-footer__links a::after {
	content: " ↗";
	font-size: 0.78em;
	opacity: 0.65;
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-footer__bottom p {
	margin: 0;
	font-size: 0.82rem;
}

.site-footer__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}

.site-footer__bottom a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.82rem;
	text-decoration: none;
}

.site-footer__bottom a:hover,
.site-footer__bottom a:focus-visible {
	color: #fff;
}

@media (max-width: 950px) {
	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__bottom-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}


/* FOOTER-KORREKTUR FINAL */

.site-footer {
	background: #30483a !important;
	color: rgba(255, 255, 255, 0.82) !important;
}

.site-footer .site-footer__grid {
	display: grid !important;
	grid-template-columns: 1.25fr 0.8fr 0.9fr 1fr !important;
	gap: 55px !important;
	width: min(calc(100% - 40px), 1180px) !important;
	margin: 0 auto !important;
	padding: 70px 0 60px !important;
}

.site-footer .site-footer__column,
.site-footer .site-footer__column p,
.site-footer .site-footer__column li {
	color: rgba(255, 255, 255, 0.82) !important;
}

.site-footer .site-footer__brand,
.site-footer .site-footer__column h2 {
	color: #ffffff !important;
}

.site-footer .site-footer__column a,
.site-footer .site-footer__bottom a {
	color: rgba(255, 255, 255, 0.88) !important;
}

.site-footer .site-footer__column a:hover,
.site-footer .site-footer__column a:focus-visible,
.site-footer .site-footer__bottom a:hover,
.site-footer .site-footer__bottom a:focus-visible {
	color: #ffffff !important;
}

.site-footer .site-footer__links {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.site-footer .site-footer__bottom-inner {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: min(calc(100% - 40px), 1180px) !important;
	margin: 0 auto !important;
	padding: 20px 0 !important;
}

.site-footer .site-footer__bottom p {
	color: rgba(255, 255, 255, 0.75) !important;
}

@media (max-width: 950px) {
	.site-footer .site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 600px) {
	.site-footer .site-footer__grid {
		grid-template-columns: 1fr !important;
	}

	.site-footer .site-footer__bottom-inner {
		align-items: flex-start !important;
		flex-direction: column !important;
	}
}


/* FOOTER-ICONS 2026 */

.footer-link,
.footer-contact-line {
	display: inline-flex;
	align-items: center;
	gap: 11px;
}

.footer-icon {
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
	color: rgba(255, 255, 255, 0.9);
}

.footer-contact-line {
	margin: 0 0 20px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.94rem;
	line-height: 1.4;
}

.site-footer .footer-link::after {
	content: none !important;
}

.site-footer__links li + li {
	margin-top: 16px;
}

.site-footer__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}



/* UNTERSEITEN UND BEITRAEGE 2026 */

.ha-detail-page,
.ha-archive-page {
	background: #f6f3ec;
}

.ha-detail-page {
	padding: clamp(55px, 7vw, 95px) 0;
}

.ha-detail-wrap {
	max-width: 940px;
}

.ha-article,
.ha-page {
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 16px 45px rgba(35, 55, 43, 0.08);
	overflow: hidden;
}

.ha-article__header,
.ha-page__header {
	padding: clamp(30px, 5vw, 65px) clamp(24px, 6vw, 75px) 0;
}

.ha-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-bottom: 18px;
	color: #617064;
	font-size: 0.79rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ha-article__categories a {
	color: inherit;
	text-decoration: none;
}

.ha-article__categories a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ha-article__title,
.ha-page__title {
	max-width: 820px;
	margin: 0;
	color: #263d31;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.2rem, 5vw, 4.4rem);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.ha-page__title {
	margin-bottom: 35px;
}

.ha-article__featured-image,
.ha-page__featured-image {
	margin: clamp(30px, 5vw, 55px) 0 0;
}

.ha-article__featured-image img,
.ha-page__featured-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 650px;
	border-radius: 14px;
	object-fit: contain;
}

.ha-article__content,
.ha-page__content {
	padding: clamp(35px, 6vw, 70px) clamp(24px, 6vw, 75px);
	color: #28362e;
	font-size: clamp(1.02rem, 1.4vw, 1.15rem);
	line-height: 1.78;
}

.ha-article__content > :first-child,
.ha-page__content > :first-child {
	margin-top: 0;
}

.ha-article__content > :last-child,
.ha-page__content > :last-child {
	margin-bottom: 0;
}

.ha-article__content h2,
.ha-page__content h2 {
	margin: 2.1em 0 0.7em;
	color: #263d31;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	font-weight: 500;
	line-height: 1.18;
}

.ha-article__content h3,
.ha-page__content h3 {
	margin: 1.8em 0 0.6em;
	color: #263d31;
	font-size: clamp(1.3rem, 2vw, 1.65rem);
	line-height: 1.25;
}

.ha-article__content a,
.ha-page__content a {
	color: #315d46;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.ha-article__content img,
.ha-page__content img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.ha-article__content blockquote,
.ha-page__content blockquote {
	margin: 2em 0;
	padding: 8px 0 8px 28px;
	border-left: 4px solid #6c8c72;
	color: #405548;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
}

.ha-article__content table,
.ha-page__content table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.ha-article__content th,
.ha-article__content td,
.ha-page__content th,
.ha-page__content td {
	padding: 10px 12px;
	border: 1px solid #dfe5df;
	text-align: left;
}

.ha-article__footer {
	padding: 0 clamp(24px, 6vw, 75px) 45px;
}

.ha-article__tags {
	padding-top: 22px;
	border-top: 1px solid #e2e7e2;
	color: #617064;
	font-size: 0.9rem;
}

.ha-article__tags a {
	color: #315d46;
}

.ha-post-navigation {
	margin-top: 28px;
}

.ha-post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.ha-post-navigation a {
	display: block;
	height: 100%;
	padding: 22px;
	background: #ffffff;
	border-radius: 14px;
	color: #263d31;
	text-decoration: none;
	box-shadow: 0 8px 26px rgba(35, 55, 43, 0.06);
}

.ha-post-navigation .nav-next {
	text-align: right;
}

.ha-post-navigation span {
	display: block;
	margin-bottom: 7px;
	color: #6b776f;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.ha-post-navigation strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.25;
}

.ha-archive-page {
	padding: clamp(55px, 7vw, 95px) 0;
}

.ha-archive-header {
	max-width: 780px;
	margin-bottom: clamp(35px, 6vw, 65px);
}

.ha-archive-header__eyebrow {
	margin: 0 0 12px;
	color: #667568;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ha-archive-header__title {
	margin: 0;
	color: #263d31;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.4rem, 5vw, 4.8rem);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.ha-archive-header__description {
	max-width: 680px;
	margin-top: 22px;
	color: #536258;
	font-size: 1.08rem;
	line-height: 1.65;
}

.ha-archive-header__description p {
	margin: 0;
}

.ha-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.ha-archive-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 12px 35px rgba(35, 55, 43, 0.08);
}

.ha-archive-card__image {
	display: block;
	height: 235px;
	overflow: hidden;
	background: #e9eee8;
	text-decoration: none;
}

.ha-archive-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.ha-archive-card:hover .ha-archive-card__image img {
	transform: scale(1.025);
}

.ha-archive-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #30483a;
	font-size: 0.85rem;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.ha-archive-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.ha-archive-card__date {
	margin: 0 0 12px;
	color: #667568;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ha-archive-card__title {
	margin: 0 0 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
	font-weight: 500;
	line-height: 1.12;
}

.ha-archive-card__title a {
	color: #263d31;
	text-decoration: none;
}

.ha-archive-card__excerpt {
	margin-bottom: 22px;
	color: #536258;
	font-size: 0.92rem;
	line-height: 1.55;
}

.ha-archive-card__excerpt p {
	margin: 0;
}

.ha-archive-card__more {
	margin-top: auto;
	color: #263d31;
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
}

.ha-pagination {
	margin-top: 50px;
}

.ha-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ha-pagination a,
.ha-pagination .current {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 8px 13px;
	border-radius: 8px;
	text-decoration: none;
}

.ha-pagination a {
	background: #ffffff;
	color: #30483a;
}

.ha-pagination .current {
	background: #30483a;
	color: #ffffff;
}

.ha-no-results {
	padding: 45px;
	background: #ffffff;
	border-radius: 16px;
}

@media (max-width: 950px) {
	.ha-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 650px) {
	.ha-article,
	.ha-page {
		border-radius: 12px;
	}

	.ha-post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.ha-post-navigation .nav-next {
		text-align: left;
	}

	.ha-archive-grid {
		grid-template-columns: 1fr;
	}

	.ha-archive-card__image {
		height: 230px;
	}
}


/* KOMMENTARE HUNDEALLERLEI 2026 */

.ha-comments {
	margin-top: 30px;
	padding: clamp(28px, 5vw, 55px);
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 12px 35px rgba(35, 55, 43, 0.07);
}

.ha-comments__header {
	margin-bottom: 30px;
}

.ha-comments__title,
.comment-reply-title {
	margin: 0 0 25px;
	color: #263d31;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	font-weight: 500;
	line-height: 1.15;
}

.comment-list,
.comment-list .children {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-list .children {
	margin-top: 18px;
	margin-left: 22px;
	padding-left: 24px;
	border-left: 2px solid #dfe7df;
}

.comment-list > li {
	margin-bottom: 22px;
}

.comment-body {
	padding: 24px;
	background: #f7f5ef;
	border-radius: 12px;
}

.comment-author {
	color: #263d31;
	font-weight: 800;
}

.comment-author .says {
	color: #718077;
	font-weight: 400;
}

.comment-metadata {
	margin-top: 5px;
	font-size: 0.78rem;
}

.comment-metadata a {
	color: #6b786f;
	text-decoration: none;
}

.comment-content {
	margin-top: 18px;
	color: #334139;
	font-size: 1rem;
	line-height: 1.7;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.reply {
	margin-top: 16px;
}

.reply a,
.comment-reply-link {
	color: #315d46;
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
}

.comment-respond {
	margin-top: 45px;
}

.comment-notes,
.logged-in-as {
	color: #66736b;
	font-size: 0.9rem;
	line-height: 1.55;
}

.comment-form p {
	margin-bottom: 20px;
}

.comment-form label {
	display: block;
	margin-bottom: 7px;
	color: #30483a;
	font-size: 0.88rem;
	font-weight: 800;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 13px 15px;
	border: 1px solid #ccd6ce;
	border-radius: 8px;
	background: #ffffff;
	color: #263d31;
	font: inherit;
}

.comment-form textarea {
	min-height: 180px;
	resize: vertical;
}

.comment-form input:focus,
.comment-form textarea:focus {
	border-color: #52745d;
	outline: 2px solid rgba(82, 116, 93, 0.15);
	outline-offset: 1px;
}

.comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.comment-form-cookies-consent input {
	margin-top: 5px;
}

.comment-form-cookies-consent label {
	margin: 0;
	font-weight: 400;
	line-height: 1.5;
}

.ha-comment-submit {
	padding: 13px 22px;
	border: 0;
	border-radius: 8px;
	background: #30483a;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 800;
	cursor: pointer;
}

.ha-comment-submit:hover,
.ha-comment-submit:focus-visible {
	background: #22372b;
}

.ha-comments .navigation {
	margin: 30px 0;
}

.ha-comments .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 18px;
}

.ha-comments .nav-links a {
	color: #315d46;
	font-weight: 700;
	text-decoration: none;
}

.ha-comments__closed {
	margin: 0;
	color: #66736b;
}

@media (max-width: 650px) {
	.ha-comments {
		border-radius: 12px;
	}

	.comment-list .children {
		margin-left: 8px;
		padding-left: 14px;
	}

	.comment-body {
		padding: 18px;
	}
}


/* SUCHE UND 404 HUNDEALLERLEI 2026 */

.ha-error-page {
	min-height: 65vh;
	padding: clamp(60px, 9vw, 120px) 0;
	background: #f6f3ec;
}

.ha-error-card {
	max-width: 820px;
	margin: 0 auto;
	padding: clamp(35px, 7vw, 80px);
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 16px 45px rgba(35, 55, 43, 0.08);
	text-align: center;
}

.ha-error-card__code {
	margin: 0 0 12px;
	color: #6c8c72;
	font-size: 0.85rem;
	font-weight: 900;
	letter-spacing: 0.18em;
}

.ha-error-card h1 {
	margin: 0 0 22px;
	color: #263d31;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.2rem, 5vw, 4.3rem);
	font-weight: 500;
	line-height: 1.05;
}

.ha-error-card > p {
	max-width: 620px;
	margin: 0 auto;
	color: #536258;
	font-size: 1.08rem;
	line-height: 1.65;
}

.ha-error-card__actions {
	margin-top: 32px;
}

.ha-error-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border-radius: 8px;
	background: #30483a;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
}

.ha-error-card__button:hover,
.ha-error-card__button:focus-visible {
	background: #22372b;
}

.ha-error-card__search {
	max-width: 560px;
	margin: 50px auto 0;
	padding-top: 35px;
	border-top: 1px solid #e0e6e1;
}

.ha-error-card__search h2 {
	margin: 0 0 18px;
	color: #263d31;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.6rem;
	font-weight: 500;
}

.search-form {
	display: flex;
	gap: 10px;
}

.search-form label {
	flex: 1;
}

.search-field {
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #cbd6ce;
	border-radius: 8px;
	background: #ffffff;
	color: #263d31;
	font: inherit;
}

.search-submit {
	height: 48px;
	padding: 0 20px;
	border: 0;
	border-radius: 8px;
	background: #30483a;
	color: #ffffff;
	font-weight: 800;
	cursor: pointer;
}

.search-submit:hover,
.search-submit:focus-visible {
	background: #22372b;
}

@media (max-width: 600px) {
	.search-form {
		flex-direction: column;
	}

	.search-submit {
		width: 100%;
	}
}


/* MOBILMENUE HUNDEALLERLEI 2026 */

.site-header__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.menu-toggle,
.submenu-toggle {
	display: none;
}

@media (max-width: 900px) {

	.site-header__inner {
		padding-top: 18px;
	}

	.site-header__top {
		align-items: center;
		padding-bottom: 18px;
	}

	.site-title {
		font-size: clamp(1.85rem, 8vw, 2.7rem);
	}

	.site-description {
		max-width: 245px;
		margin-top: 5px;
		font-size: 0.82rem;
		line-height: 1.3;
	}

	.menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 9px;
		min-height: 44px;
		padding: 9px 13px;
		border: 1px solid var(--ha-border);
		border-radius: 8px;
		background: var(--ha-white);
		color: var(--ha-text);
		font: inherit;
		font-size: 0.85rem;
		font-weight: 800;
		cursor: pointer;
	}

	.menu-toggle:hover,
	.menu-toggle:focus-visible,
	.menu-toggle.is-open {
		background: var(--ha-green-dark);
		color: var(--ha-white);
	}

	.menu-toggle__icon {
		display: flex;
		flex-direction: column;
		gap: 4px;
		width: 20px;
	}

	.menu-toggle__icon span {
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background: currentColor;
		transition: transform 0.2s ease, opacity 0.2s ease;
	}

	.menu-toggle.is-open .menu-toggle__icon span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.menu-toggle.is-open .menu-toggle__icon span:nth-child(2) {
		opacity: 0;
	}

	.menu-toggle.is-open .menu-toggle__icon span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.site-navigation {
		margin-top: 0;
	}

	.has-js .site-navigation {
		display: none;
	}

	.has-js .site-navigation.is-open {
		display: block;
	}

	.primary-menu {
		display: block;
	}

	.primary-menu li {
		position: relative;
	}

	.primary-menu > li {
		border-bottom: 1px solid var(--ha-border);
	}

	.primary-menu a {
		padding: 14px 52px 14px 4px;
		border-bottom: 0;
	}

	.primary-menu > li:hover > a,
	.primary-menu > li:focus-within > a,
	.primary-menu .current-menu-item > a,
	.primary-menu .current-menu-ancestor > a {
		background: transparent;
		color: var(--ha-green-dark);
	}

	.primary-menu .sub-menu,
	.primary-menu .sub-menu .sub-menu {
		position: static;
		min-width: 0;
		margin: 0;
		padding-left: 18px;
		border: 0;
		border-top: 1px solid var(--ha-border);
		background: #f7f5ef;
		box-shadow: none;
	}

	.has-js .primary-menu li:not(.submenu-open) > .sub-menu {
		display: none !important;
	}

	.has-js .primary-menu li.submenu-open > .sub-menu {
		display: block !important;
	}

	.primary-menu .sub-menu a {
		padding: 12px 52px 12px 12px;
		font-size: 0.93rem;
		font-weight: 600;
	}

	.submenu-toggle {
		position: absolute;
		z-index: 3;
		top: 6px;
		right: 3px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		padding: 0;
		border: 0;
		border-radius: 7px;
		background: transparent;
		color: var(--ha-green-dark);
		cursor: pointer;
	}

	.submenu-toggle:hover,
	.submenu-toggle:focus-visible {
		background: rgba(48, 72, 58, 0.1);
	}

	.submenu-toggle::before {
		content: "";
		width: 8px;
		height: 8px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: translateY(-2px) rotate(45deg);
		transition: transform 0.2s ease;
	}

	.submenu-open > .submenu-toggle::before {
		transform: translateY(2px) rotate(-135deg);
	}
}

@media (max-width: 430px) {

	.site-header__top {
		gap: 12px;
	}

	.site-description {
		max-width: 190px;
		font-size: 0.72rem;
	}

	.menu-toggle__label {
		display: none;
	}
}


/* MOBILES HERO HUNDEALLERLEI 2026 */

@media (max-width: 900px) {

	.home-hero {
		height: auto !important;
		min-height: 0 !important;
		padding: 0 !important;
		background-color: #30483a !important;
		background-image: var(--ha-hero-mobile-image) !important;
		background-position: center 32% !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}

	.home-hero::before,
	.home-hero::after {
		display: none !important;
	}

	.home-hero__inner {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: min(115vw, 860px) 0 0 !important;
	}

	.home-hero__content {
		box-sizing: border-box;
		position: relative;
		z-index: 2;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 30px 28px 40px !important;
		background: #30483a !important;
		color: #ffffff !important;
	}

	.home-hero__content h1 {
		display: none !important;
	}

	.home-hero .home-eyebrow {
		margin: 0 0 15px !important;
		color: rgba(255, 255, 255, 0.8) !important;
		font-size: 0.78rem !important;
		letter-spacing: 0.14em !important;
	}

	.home-hero__lead {
		max-width: 650px !important;
		margin: 0 !important;
		color: #ffffff !important;
		font-size: clamp(1.05rem, 3.2vw, 1.3rem) !important;
		line-height: 1.55 !important;
	}

	.home-hero__buttons {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 12px !important;
		margin-top: 25px !important;
	}

	.home-hero__buttons .ha-button {
		box-sizing: border-box;
		width: 100% !important;
		justify-content: center !important;
		text-align: center !important;
	}

	.home-hero__buttons .ha-button--secondary {
		border-color: rgba(255, 255, 255, 0.6) !important;
		color: #ffffff !important;
	}
}

@media (max-width: 520px) {

	.home-hero {
		background-position: center top !important;
		background-size: 100% auto !important;
	}

	.home-hero__inner {
		padding-top: 125vw !important;
	}

	.home-hero__content {
		padding: 26px 20px 34px !important;
	}

	.home-hero__buttons .ha-button {
		padding-right: 16px !important;
		padding-left: 16px !important;
		font-size: 0.88rem !important;
	}
}


/* SITEWIDE-WERBEFLAECHEN 2026 */

.ha-ad-rail {
	--ha-ad-rail-width: 200px;

	position: fixed;
	z-index: 18;
	top: 170px;
	display: none;
	width: var(--ha-ad-rail-width);
	pointer-events: none;
	transition:
		opacity 0.2s ease,
		visibility 0.2s ease,
		transform 0.2s ease;
}

.admin-bar .ha-ad-rail {
	top: 202px;
}

.ha-ad-rail--left {
	left: max(
		16px,
		calc(
			(100vw - var(--ha-width)) / 2 -
			var(--ha-ad-rail-width) -
			22px
		)
	);
}

.ha-ad-rail--right {
	right: max(
		16px,
		calc(
			(100vw - var(--ha-width)) / 2 -
			var(--ha-ad-rail-width) -
			22px
		)
	);
	display: none;
	gap: 22px;
}

.ha-ad-rail:empty {
	display: none !important;
}

.ha-ad-rail.is-hidden {
	visibility: hidden;
	opacity: 0;
	transform: translateY(12px);
	pointer-events: none;
}

.ha-ad-slot {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(48, 72, 58, 0.18);
	border-radius: 14px;
	box-shadow: 0 12px 30px rgba(35, 55, 43, 0.12);
	pointer-events: auto;
}

.ha-ad-slot--premium {
	min-height: 410px;
}

.ha-ad-slot--compact {
	min-height: 190px;
}

.ha-ad-slot__label {
	position: absolute;
	z-index: 2;
	top: 8px;
	left: 8px;
	padding: 3px 6px;
	background: rgba(255, 255, 255, 0.88);
	border-radius: 4px;
	color: #54645a;
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.ha-ad-slot__image-link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.ha-ad-slot__image {
	display: block;
	width: 100%;
	height: auto;
}

.ha-ad-slot__sponsor {
	padding: 9px 12px;
	color: #536258;
	font-size: 0.72rem;
	line-height: 1.35;
	text-align: center;
}

.ha-ad-slot__placeholder {
	box-sizing: border-box;
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: inherit;
	padding: 30px 18px 24px;
	background:
		linear-gradient(
			145deg,
			rgba(108, 140, 114, 0.1),
			rgba(246, 243, 236, 0.95)
		);
	border: 1px dashed rgba(48, 72, 58, 0.35);
	color: #30483a;
	text-align: center;
}

.ha-ad-slot__placeholder strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.14rem;
	font-weight: 500;
	line-height: 1.25;
}

.ha-ad-slot--premium .ha-ad-slot__placeholder strong {
	font-size: 1.35rem;
}

.ha-ad-slot__placeholder span {
	display: block;
	margin-top: 13px;
	color: #65736a;
	font-size: 0.78rem;
	line-height: 1.45;
}

.ha-ad-slot__placeholder a {
	display: inline-flex;
	margin-top: 19px;
	padding: 9px 12px;
	border: 1px solid #496753;
	border-radius: 7px;
	color: #30483a;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
}

.ha-ad-slot__placeholder a:hover,
.ha-ad-slot__placeholder a:focus-visible {
	background: #30483a;
	color: #ffffff;
}

@media (min-width: 1650px) {
	.ha-ad-rail {
		display: block;
	}

	.ha-ad-rail--right {
		display: grid;
	}
}


/* PROPORTIONALE WERBEFLAECHEN 2026 */

@media (min-width: 1480px) {

	.ha-ad-rail {
		--ha-ad-rail-width: clamp(
			120px,
			calc((100vw - var(--ha-width)) / 2 - 28px),
			220px
		);

		display: block;
		width: var(--ha-ad-rail-width);
	}

	.ha-ad-rail--left {
		left: max(
			14px,
			calc(
				(100vw - var(--ha-width)) / 2
				- var(--ha-ad-rail-width)
				- 14px
			)
		);
	}

	.ha-ad-rail--right {
		right: max(
			14px,
			calc(
				(100vw - var(--ha-width)) / 2
				- var(--ha-ad-rail-width)
				- 14px
			)
		);

		display: grid;
		gap: clamp(14px, 1.2vw, 22px);
	}

	.ha-ad-slot--premium,
	.ha-ad-slot--compact {
		min-height: 0;
	}

	.ha-ad-slot--premium .ha-ad-slot__placeholder {
		aspect-ratio: 1 / 2;
		min-height: 0;
	}

	.ha-ad-slot--compact .ha-ad-slot__placeholder {
		aspect-ratio: 1 / 1;
		min-height: 0;
	}

	.ha-ad-slot--premium .ha-ad-slot__image {
		aspect-ratio: 1 / 2;
		object-fit: contain;
		background: #ffffff;
	}

	.ha-ad-slot--compact .ha-ad-slot__image {
		aspect-ratio: 1 / 1;
		object-fit: contain;
		background: #ffffff;
	}

	.ha-ad-slot__placeholder {
		padding: clamp(16px, 1.4vw, 28px) clamp(9px, 1vw, 18px);
	}

	.ha-ad-slot__placeholder strong {
		font-size: clamp(0.88rem, 0.85vw, 1.14rem);
	}

	.ha-ad-slot--premium .ha-ad-slot__placeholder strong {
		font-size: clamp(1rem, 1vw, 1.35rem);
	}

	.ha-ad-slot__placeholder span {
		font-size: clamp(0.62rem, 0.55vw, 0.78rem);
	}

	.ha-ad-slot__placeholder a {
		padding: 8px 9px;
		font-size: clamp(0.61rem, 0.5vw, 0.72rem);
	}
}


/* DYNAMISCHE WERBERAENDER 2026 */

.ha-ad-rail {
	display: none !important;
}

.ha-ad-rail.ha-ad-visible {
	display: block !important;
}

.ha-ad-rail--right.ha-ad-visible {
	display: grid !important;
	gap: clamp(14px, 1.2vw, 22px);
}

.ha-ad-slot--premium,
.ha-ad-slot--compact {
	min-height: 0;
}

.ha-ad-slot--premium .ha-ad-slot__placeholder,
.ha-ad-slot--premium .ha-ad-slot__image {
	aspect-ratio: 1 / 2;
	min-height: 0;
}

.ha-ad-slot--compact .ha-ad-slot__placeholder,
.ha-ad-slot--compact .ha-ad-slot__image {
	aspect-ratio: 1 / 1;
	min-height: 0;
}

.ha-ad-slot__image {
	object-fit: contain;
	background: #ffffff;
}

.ha-ad-slot__placeholder {
	padding: clamp(15px, 1.2vw, 26px) clamp(8px, 0.9vw, 16px);
}

.ha-ad-slot__placeholder strong {
	font-size: clamp(0.8rem, 0.85vw, 1.14rem);
}

.ha-ad-slot--premium .ha-ad-slot__placeholder strong {
	font-size: clamp(0.95rem, 1vw, 1.3rem);
}

.ha-ad-slot__placeholder span {
	font-size: clamp(0.62rem, 0.55vw, 0.76rem);
}

.ha-ad-slot__placeholder a {
	padding: 8px 9px;
	font-size: clamp(0.61rem, 0.5vw, 0.7rem);
}


/* DREI-SPALTEN-WERBERASTER 2026 */

.ha-site-shell {
	--ha-shell-ad-width: clamp(120px, 10vw, 210px);
	--ha-shell-gap: clamp(14px, 1.35vw, 24px);

	display: grid;
	grid-template-columns:
		var(--ha-shell-ad-width)
		minmax(0, 1fr)
		var(--ha-shell-ad-width);
	gap: var(--ha-shell-gap);
	align-items: start;
	width: min(
		calc(100% - 24px),
		calc(
			var(--ha-width)
			+ var(--ha-shell-ad-width)
			+ var(--ha-shell-ad-width)
			+ var(--ha-shell-gap)
			+ var(--ha-shell-gap)
		)
	);
	margin: 0 auto;
}

.ha-site-shell__content {
	min-width: 0;
}

.ha-site-shell > .ha-ad-rail {
	position: sticky !important;
	z-index: 10 !important;
	top: 18px !important;
	left: auto !important;
	right: auto !important;
	display: block !important;
	width: 100% !important;
	padding-top: 18px;
	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
	pointer-events: auto !important;
}

.admin-bar .ha-site-shell > .ha-ad-rail {
	top: 50px !important;
}

.ha-site-shell > .ha-ad-rail--right {
	display: grid !important;
	gap: clamp(14px, 1.2vw, 22px);
}

.ha-site-shell > .ha-ad-rail.is-hidden {
	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
}

.ha-site-shell .ha-ad-slot {
	width: 100%;
}

.ha-site-shell .ha-ad-slot--premium,
.ha-site-shell .ha-ad-slot--compact {
	min-height: 0;
}

.ha-site-shell .ha-ad-slot--premium .ha-ad-slot__placeholder,
.ha-site-shell .ha-ad-slot--premium .ha-ad-slot__image {
	aspect-ratio: 1 / 2;
	min-height: 0;
}

.ha-site-shell .ha-ad-slot--compact .ha-ad-slot__placeholder,
.ha-site-shell .ha-ad-slot--compact .ha-ad-slot__image {
	aspect-ratio: 1 / 1;
	min-height: 0;
}

.ha-site-shell .ha-ad-slot__image {
	object-fit: contain;
	background: #ffffff;
}

@media (max-width: 1179px) {

	.ha-site-shell {
		display: block;
		width: 100%;
	}

	.ha-site-shell > .ha-ad-rail {
		display: none !important;
	}
}


/* WARMER HEADER HUNDEALLERLEI 2026 */

.site-header {
	background: #f3efe7 !important;
	border-bottom-color: #ddd6ca !important;
}

.site-header__top {
	background: #f3efe7;
}

.site-navigation {
	background: #f8f5ef;
	border-top-color: #ddd6ca !important;
}

.primary-menu > li {
	border-right: 1px solid rgba(48, 72, 58, 0.07);
}

.primary-menu > li:last-child {
	border-right: 0;
}

.primary-menu a {
	color: #24372c;
}

.primary-menu > li:hover > a,
.primary-menu > li:focus-within > a,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a {
	background: #30483a;
	color: #ffffff;
}

.primary-menu .sub-menu {
	background: #f8f5ef;
	border-color: #ddd6ca;
}

@media (max-width: 900px) {

	.site-header__top,
	.site-navigation {
		background: #f3efe7;
	}

	.menu-toggle {
		background: #f8f5ef;
		border-color: #d7d0c5;
	}
}


/* RESPONSIVES WERBERASTER FINAL 2026 */

/*
 * Das Raster nutzt immer nur die tatsächlich verfügbare Browserbreite.
 * Die Mitte wird flexibel schmaler, die Werbespalten bleiben vollständig sichtbar.
 */

.ha-site-shell {
	box-sizing: border-box !important;
	display: grid !important;
	grid-template-columns:
		clamp(96px, 8vw, 180px)
		minmax(0, 1fr)
		clamp(96px, 8vw, 180px) !important;
	gap: clamp(10px, 1vw, 18px) !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 auto !important;
	padding-right: clamp(8px, 1vw, 16px) !important;
	padding-left: clamp(8px, 1vw, 16px) !important;
}

.ha-site-shell__content {
	min-width: 0 !important;
	width: 100% !important;
}

.ha-site-shell > .ha-ad-rail {
	box-sizing: border-box !important;
	position: sticky !important;
	top: 18px !important;
	left: auto !important;
	right: auto !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	overflow: visible !important;
}

.admin-bar .ha-site-shell > .ha-ad-rail {
	top: 50px !important;
}

.ha-site-shell > .ha-ad-rail--left {
	grid-column: 1;
}

.ha-site-shell > .ha-site-shell__content {
	grid-column: 2;
}

.ha-site-shell > .ha-ad-rail--right {
	grid-column: 3;
	display: grid !important;
	gap: clamp(12px, 1vw, 20px) !important;
}

.ha-site-shell .ha-ad-slot {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	overflow: hidden !important;
}

.ha-site-shell .ha-ad-slot__placeholder {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: clamp(13px, 1.2vw, 24px) clamp(7px, 0.8vw, 14px) !important;
	overflow: hidden !important;
}

.ha-site-shell .ha-ad-slot__placeholder strong,
.ha-site-shell .ha-ad-slot__placeholder span {
	max-width: 100%;
	overflow-wrap: anywhere;
	hyphens: auto;
}

.ha-site-shell .ha-ad-slot__placeholder a {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 8px 6px;
	overflow-wrap: anywhere;
	text-align: center;
}

/*
 * Erst unter 1080 Pixeln werden die Seitenanzeigen ausgeblendet.
 * Der Inhalt erhält dann wieder die vollständige Breite.
 */

@media (max-width: 1079px) {

	.ha-site-shell {
		display: block !important;
		width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.ha-site-shell > .ha-ad-rail {
		display: none !important;
	}
}


/* === HA COMMENT REPLY FORM START === */

/*
 * Antwortformular unter einem Kommentar:
 * kompakte Überschrift und klarer Abbruchlink.
 */

.ha-comments .comment-reply-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	margin: 0 0 22px;
	color: #263d31;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.55rem, 3vw, 2.25rem);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.ha-comments .comment-reply-title small {
	display: inline-flex;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.ha-comments #cancel-comment-reply-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 7px 11px;
	border: 1px solid #b9c7b0;
	border-radius: 8px;
	background: #edf2e8;
	color: #344b38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	letter-spacing: 0;
	transition:
		background-color 160ms ease,
		border-color 160ms ease;
}

.ha-comments #cancel-comment-reply-link:hover {
	border-color: #667a54;
	background: #e2eadc;
	color: #263d31;
}

.ha-comments #cancel-comment-reply-link:focus-visible {
	outline: 3px solid rgba(92, 112, 74, 0.25);
	outline-offset: 2px;
}

@media (max-width: 650px) {

	.ha-comments .comment-reply-title {
		align-items: flex-start;
		font-size: 1.65rem;
	}

	.ha-comments .comment-reply-title small {
		flex-basis: 100%;
	}

}

/* === HA COMMENT REPLY FORM ENDE === */


/* =========================================================
   HISTORISCHE INHALTSBILDER IN BEITRÄGEN
   ========================================================= */

/*
 * Alte links- und rechtsbündige WordPress-Bilder werden in der
 * Einzelansicht moderner untereinander über die Textbreite ausgegeben.
 */
.ha-article__content .wp-caption,
.ha-article__content figure.wp-block-image,
.ha-article__content .alignleft,
.ha-article__content .alignright,
.ha-article__content .aligncenter {
	float: none !important;
	clear: both;
	width: 100% !important;
	max-width: 100% !important;
	margin: clamp(28px, 5vw, 48px) 0 !important;
}

/*
 * Verlinkte Bilder sollen ebenfalls die vollständige Breite nutzen.
 */
.ha-article__content .wp-caption > a,
.ha-article__content figure.wp-block-image > a {
	display: block;
	width: 100%;
	max-width: 100%;
}

/*
 * Responsive Original- beziehungsweise große WordPress-Bildgrößen.
 */
.ha-article__content img.ha-content-image {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin-right: auto;
	margin-left: auto;
	border-radius: 12px;
}

/*
 * Historische Caption-Shortcodes erzeugen .wp-caption-text.
 */
.ha-article__content .wp-caption-text {
	margin: 10px 0 0;
	padding: 0;
	color: #617067;
	font-size: 0.9rem;
	line-height: 1.45;
	text-align: left;
}

/* HUNDEALLERLEI-HUNDEKRANKHEITEN-TEXTKARTEN-V2 */
.ha-archive-card--text-only {
	display: flex;
	min-height: 100%;
}

.ha-archive-card--text-only .ha-archive-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	width: 100%;
}

.ha-archive-card--text-only .ha-archive-card__more {
	margin-top: auto;
}


/* HUNDEALLERLEI-ANZEIGE-KONTAKTLINK-V1 */
.ha-ad-slot__interest-link {
	color: inherit;
	font: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.ha-ad-slot__interest-link:hover,
.ha-ad-slot__interest-link:focus-visible {
	text-decoration-thickness: 2px;
}

.ha-ad-slot__interest-link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}


/* HUNDEALLERLEI-ANZEIGE-LABEL-RESPONSIVE-V1 */
.ha-ad-slot__label {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 0.32em;
	width: 100%;
	max-width: 100%;
	padding-right: 4px;
	padding-left: 4px;
	overflow: hidden;
	box-sizing: border-box;
	line-height: 1;
	white-space: nowrap;
}

.ha-ad-slot__label-main {
	flex: 0 0 auto;
	font-size: clamp(9px, 0.65vw, 11px);
	font-weight: 800;
	letter-spacing: 0.09em;
	white-space: nowrap;
}

.ha-ad-slot__label-action {
	flex: 0 1 auto;
	min-width: 0;
	font-size: clamp(7px, 0.48vw, 8.5px);
	font-weight: 700;
	letter-spacing: 0.025em;
	white-space: nowrap;
}

.ha-ad-slot__label-action .ha-ad-slot__interest-link {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	white-space: nowrap;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.ha-ad-slot__label-action .ha-ad-slot__interest-link:hover,
.ha-ad-slot__label-action .ha-ad-slot__interest-link:focus-visible {
	text-decoration-thickness: 2px;
}

@media (max-width: 767px) {
	.ha-ad-slot__label-main {
		font-size: 11px;
	}

	.ha-ad-slot__label-action {
		font-size: 8px;
	}
}

/* HUNDEALLERLEI-ANZEIGE-LINK-OHNE-UNDERLINE-V1 */
.ha-ad-slot__interest-link,
.ha-ad-slot__interest-link:hover,
.ha-ad-slot__interest-link:focus {
	text-decoration: none;
}

.ha-ad-slot__interest-link:focus-visible {
	text-decoration: none;
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

/* HUNDEALLERLEI-ANZEIGE-LINK-OHNE-LINIE-V2 */
.ha-ad-slot__label-action .ha-ad-slot__interest-link,
.ha-ad-slot__label-action .ha-ad-slot__interest-link:hover,
.ha-ad-slot__label-action .ha-ad-slot__interest-link:focus,
.ha-ad-slot__label-action .ha-ad-slot__interest-link:focus-visible {
	text-decoration: none !important;
	text-decoration-line: none !important;
	border-bottom: 0 !important;
	background-image: none !important;
}

.ha-ad-slot__label-action .ha-ad-slot__interest-link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

/* ha-context-links-style-v1 */
.ha-context-links {
	width: min(100% - 2rem, 1180px);
	margin: 2.25rem auto 1rem;
	padding: 1.25rem 1.4rem;
	border: 1px solid rgba(25, 35, 30, 0.14);
	border-radius: 16px;
	background: rgba(25, 35, 30, 0.035);
}

.ha-context-links h2 {
	margin: 0 0 0.8rem;
	font-size: clamp(1.2rem, 2.4vw, 1.55rem);
}

.ha-context-links ul {
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding-left: 1.2rem;
}

.ha-context-links a {
	font-weight: 650;
	text-underline-offset: 0.18em;
}

@media (max-width: 700px) {
	.ha-context-links {
		width: min(100% - 1.2rem, 1180px);
		margin-top: 1.6rem;
		padding: 1.05rem 1.1rem;
		border-radius: 13px;
	}
}

/* BEGIN HA MAC GROVER FIX */
/*
 * Korrigiert ausschließlich den Ausschnitt des großen
 * Über-Alice-Bildes auf schmaleren Desktopfenstern.
 */
@media (min-width: 900px) and (max-width: 1400px) {
    img[alt="Alice Häuser mit den Weimaranern Grover und Amina im Garten."] {
        object-position: 30% center !important;
    }
}
/* END HA MAC GROVER FIX */
