/*
Theme Name: Regular 2
Theme URI: https://devvibe.io
Author: Matthias Ruf
Author URI: https://devvibe.io
Description: Neues Theme – Layout nach PDF (THE REGULAR, 3+2+2 Karten)
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: regular-2
*/

/* Farbpalette */
:root {
	--color-beige: #e5e3d2;
	--color-black: #161616;
	--color-blue: #0000ff;
	--color-white: #fff;
	--max-width: 1200px;
	--max-width-single: 1100px;
	--font-headline: "Bootzy TM", system-ui, sans-serif;
	--letter-spacing-headline: 0.03em;
	--font-body: "Spectral", Georgia, "Times New Roman", serif;
	--font-gotham: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--font-newsletter-teaser: var(--font-gotham);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-headline);
	letter-spacing: var(--letter-spacing-headline);
}

h1 {
	font-size: clamp(1.75rem, 4vw, 55px);
	line-height: 1.2;
}

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

/*
 * Sticky (Feature-Karte) bezieht sich auf das Viewport-Scrollen.
 * overflow-x auf html bricht das in WebKit/Safari oft — nur body clippt horizontal.
 */
html {
	overflow-x: visible;
}

body {
	font-family: var(--font-body);
	line-height: 1.5;
	margin: 0;
	color: var(--color-black);
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}

@supports not (overflow: clip) {
	body {
		overflow-x: hidden;
	}
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
}

/* ===== Header: links Formular (blau, abgerundet), rechts Logo ===== */
.site-header {
	background: var(--color-white);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 1rem 1.5rem;
	min-height: 60px;
}

/* Form: blauer Rahmen, stark abgerundet; E-Mail + Button ohne Abstand — Button immer am rechten Rand der Pille */
.header-newsletter-form {
	display: flex;
	align-items: stretch;
	border: 2px solid var(--color-blue);
	border-radius: 999px;
	overflow: hidden;
	background: var(--color-white);
	min-width: 0;
}

.header-newsletter-input {
	flex: 1 1 0%;
	min-width: 0;
	width: auto;
	padding: 0.6rem 0.9rem;
	font-size: 1rem;
	font-family: inherit;
	border: none;
	background: transparent;
}

.header-newsletter-input::placeholder {
	color: #666;
}

.header-newsletter-input:focus {
	outline: none;
}

.header-newsletter-btn {
	flex-shrink: 0;
	padding: 0.6rem 1rem;
	font-size: 0.9rem;
	font-family: inherit;
	font-weight: 600;
	color: var(--color-white);
	background: var(--color-blue);
	border: none;
	cursor: pointer;
	white-space: nowrap;
}

.header-newsletter-btn:hover {
	opacity: 0.9;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Desktop-Header: E-Mail-Feld typisch 220px, darf bei wenig Platz schrumpfen; Button bleibt rechts in der Pille */
@media (min-width: 901px) {
	.header-inner > .header-newsletter-form {
		flex: 0 1 auto;
		min-width: 0;
		max-width: 100%;
	}

	.header-inner > .header-newsletter-form .header-newsletter-input {
		flex: 0 1 220px;
		width: 220px;
		max-width: 220px;
		min-width: 6.5rem;
	}
}

/* Logo rechts */
.header-logo {
	display: block;
	flex-shrink: 0;
}

.header-logo img {
	display: block;
	height: 90px;
	width: auto;
}

/* Tablet & Mobile: Logo zuerst, dann Form */
@media (max-width: 900px) {
	.header-inner {
		flex-direction: column;
		align-items: stretch;
	}
	.header-logo {
		order: -1;
		text-align: center;
	}
	.header-logo img {
		margin: 0 auto;
	}
	.header-newsletter-form {
		order: 0;
		width: 100%;
		max-width: 100%;
	}

	.header-inner > .header-newsletter-form .header-newsletter-input {
		flex: 1 1 0%;
		width: auto;
		max-width: none;
		min-width: 0;
	}
}

@media (max-width: 600px) {
	.header-inner > .header-newsletter-form .header-newsletter-input {
		min-width: 0;
	}
}

/* ===== Main: Logo ===== */
.main-logo-section {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0.35rem 1.5rem 1rem;
	text-align: center;
}

.main-logo-link {
	display: inline-block;
	color: var(--color-black);
	font-weight: 700;
	font-size: clamp(2rem, 6vw, 3rem);
	letter-spacing: 0.02em;
	line-height: 1.1;
}

.main-logo-link:hover {
	text-decoration: none;
}

.main-logo-link img {
	margin: 0 auto;
	max-height: 160px;
	width: auto;
}

.logo-two-lines {
	display: inline-block;
	text-align: center;
	line-height: 1.15;
}

/* ===== 2 Spalten: links 1 Beitrag (volle Breite), rechts min. 2 untereinander ===== */
.cards-section {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 1.5rem 2rem;
}

.cards-section--two-col .cards-two-col {
	display: grid;
	grid-template-columns: 6fr 1fr;
	gap: 2.25rem;
	/* Volle Zeilenhöhe: linke Spalte = Höhe der rechten, sonst endet sticky sofort */
	align-items: stretch;
}

.cards-col--main {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	min-width: 0;
	min-height: 0;
	align-self: stretch;
}

.cards-col--side {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	min-width: 0;
}

/* Links: große Beiträge – RGB Blau, große Headline, kein Datum */
.card--feature {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--color-beige);
}

.card--feature:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

/* Letzter großer Beitrag klebt oben, solange die Zeile (rechte Spalte) gescrollt wird */
@media (min-width: 901px) {
	.card--feature--sticky-last {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 2;
		align-self: start;
		background: var(--color-white);
		padding-top: 0.35rem;
		margin-top: -0.35rem;
	}
}

.card--feature .card-media {
	aspect-ratio: 4 / 3;
}

.card--feature .card-date {
	display: none;
}

.card--feature .card-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 600;
	color: var(--color-blue);
	line-height: 1.2;
}

.card--feature .card-excerpt {
	font-size: 1rem;
	color: var(--color-blue);
}

@media (min-width: 901px) {
	.cards-col--main .card--feature .card-excerpt {
		max-width: 50%;
	}
}

/* Rechts: Beiträge untereinander, Hochformat */
.card--side {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--color-beige);
}

.card--side:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.card--side .card-media {
	aspect-ratio: 3 / 4;
}

.card--side .card-date {
	text-align: right;
}

.card--side .card-title {
	font-family: var(--font-gotham);
	letter-spacing: normal;
}

.card--side .card-excerpt {
	font-size: 16px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card {
	display: flex;
	flex-direction: column;
	background: var(--color-white);
}

.card-link {
	display: flex;
	flex-direction: column;
	flex: 1;
	color: inherit;
}

.card-link:hover {
	text-decoration: none;
}

.card-media {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--color-beige);
	margin-bottom: 0.75rem;
}

.card-media img,
.card-media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.card-media video {
	vertical-align: top;
}

.card-date {
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--color-black);
	margin-bottom: 0.35rem;
}

.card-title {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.3;
}

.card-excerpt {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #444;
}


/* ===== Slider (RGB Blau, 3 sichtbar, Titel weiß unter dem Bild) ===== */
.regular2-slider-section {
	background: var(--color-blue);
	padding: 2rem 1.5rem;
	margin-top: 2rem;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	box-sizing: border-box;
}

.regular2-slider-headline {
	margin: 0 0 1rem;
	padding: 0;
	font-family: var(--font-gotham);
	letter-spacing: normal;
	font-size: 72px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--color-white);
	text-align: left;
}

/* Kategorie-Archiv: gleicher blauer Balken + gleiche Typo wie „Winter Hideaways“, nur Überschrift */
.regular2-category-banner {
	margin-top: 2rem;
	margin-bottom: 0;
}

.regular2-category-banner .regular2-slider-headline {
	margin-bottom: 0;
	overflow-wrap: anywhere;
}

.regular2-slider-wrap {
	position: relative;
}

.regular2-slider-prev,
.regular2-slider-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 48px;
	height: 48px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	color: var(--color-blue);
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, opacity 0.2s;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.regular2-slider-prev:hover,
.regular2-slider-next:hover {
	background: var(--color-white);
	opacity: 0.95;
}

.regular2-slider-prev {
	left: 0.5rem;
}

.regular2-slider-next {
	right: 0.5rem;
}

.regular2-slider-track {
	display: flex;
	gap: 1.25rem;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.regular2-slider-track::-webkit-scrollbar {
	display: none;
}

.regular2-slider-slide {
	flex: 0 0 auto;
	width: calc((100% - 2.5rem) / 3);
	min-width: 220px;
	scroll-snap-align: start;
}

.regular2-slider-slide-link,
.regular2-slider-slide-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--color-blue);
	color: var(--color-white);
	text-decoration: none;
}

.regular2-slider-slide-link:hover {
	color: var(--color-white);
}

.regular2-slider-slide img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	vertical-align: top;
}

.regular2-slider-title {
	display: block;
	padding: 1rem 0.75rem 0;
	font-family: var(--font-headline);
	letter-spacing: var(--letter-spacing-headline);
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--color-white);
}

@media (max-width: 900px) {
	.regular2-slider-slide {
		width: calc((100% - 1.25rem) / 2);
	}

	.regular2-category-banner .regular2-slider-headline {
		font-size: clamp(2rem, 10vw, 72px);
	}
}

@media (max-width: 500px) {
	.regular2-slider-slide {
		width: 100%;
	}
}

/* Nachgeladene Blöcke unter der ersten Kartenzeile */
.regular2-load-more-append {
	width: 100%;
}

.regular2-load-more-batch {
	margin-top: 2.25rem;
}

/* Mehr laden – volle Breite; Abstand oben nur ohne Slider (Klasse load-more-wrap--gap-top im Template) */
.load-more-wrap {
	width: 100vw;
	margin: 0 0 0 calc(-50vw + 50%);
	padding: 0 0 2rem;
	box-sizing: border-box;
}

.load-more-wrap--gap-top {
	margin-top: 1.75rem;
}

.load-more-wrap a,
.load-more-btn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.75rem 1.5rem;
	background: var(--color-black);
	color: var(--color-white);
	border: none;
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	cursor: pointer;
	font-family: inherit;
	transition: opacity 0.2s;
	text-decoration: none;
}

.load-more-wrap a:hover,
.load-more-btn:hover:not(:disabled) {
	opacity: 0.85;
	text-decoration: none;
	color: var(--color-white);
}

.load-more-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Tablet & Mobile: 1 Spalte, einheitliche Karten (wie Mobile) */
@media (max-width: 900px) {
	.cards-section--two-col .cards-two-col {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	.card--feature--sticky-last {
		position: static;
		padding-top: 0;
		margin-top: 0;
		z-index: auto;
	}
	.cards-col--main {
		align-self: start;
		min-height: 0;
	}
	.cards-col--side {
		order: 2;
	}
	.card--feature,
	.card--side {
		padding-bottom: 1.25rem;
		margin-bottom: 0;
		border-bottom: 1px solid var(--color-beige);
	}
	.card--feature:last-child,
	.card--side:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	.card--feature .card-media,
	.card--side .card-media {
		aspect-ratio: 4 / 3;
	}
	.card--feature .card-title,
	.card--side .card-title {
		font-size: 1.25rem;
		font-weight: 600;
		color: var(--color-black);
	}
	.card--feature .card-excerpt {
		font-size: 0.9rem;
		color: #444;
		-webkit-line-clamp: 3;
	}
	.card--side .card-excerpt {
		font-size: 16px;
		color: #444;
		-webkit-line-clamp: 3;
	}
	.card--feature .card-date {
		display: block;
		font-size: 0.75rem;
		text-align: left;
	}
	.card--side .card-date {
		text-align: left;
	}
}

@media (max-width: 500px) {
	.header-top-menu {
		font-size: 0.75rem;
	}
	.header-newsletter-teaser {
		font-size: 0.9rem;
	}
}

/* ===== Footer (PDF: Logo + Newsletter abonnieren + E-Mail) ===== */
/* ===== Newsletter CTA vor dem Footer (gleiche Form wie im Header) ===== */
.newsletter-cta-section {
	padding: 3rem 1.5rem;
	text-align: center;
}

.newsletter-cta-teaser {
	margin: 0 0 1.25rem;
	font-family: var(--font-newsletter-teaser);
	font-size: 56px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.02em;
	line-height: 1.2;
	color: var(--color-black);
}

.newsletter-cta-section .header-newsletter-form {
	display: flex;
	width: min(100%, 40rem);
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.newsletter-cta-section .header-newsletter-form .header-newsletter-input {
	flex: 1 1 0%;
	min-width: 0;
	width: auto;
	max-width: none;
}

@media (max-width: 600px) {
	.newsletter-cta-teaser {
		font-size: clamp(1.5rem, 8.5vw, 56px);
	}
}

/* ===== Footer ===== */
.site-footer {
	border-top: 1px solid var(--color-beige);
	margin-top: 0;
	padding: 2rem 1.5rem 3rem;
	background: var(--color-white);
}

.site-footer-inner {
	max-width: var(--max-width);
	margin: 0 auto;
	text-align: center;
}

.footer-logo {
	display: block;
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	color: var(--color-black);
}

.footer-logo:hover {
	text-decoration: none;
	color: var(--color-black);
}

.footer-logo img {
	margin: 0 auto 1rem;
	max-height: 48px;
	width: auto;
}

.footer-newsletter-label {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--color-black);
}

.footer-newsletter-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	max-width: 400px;
	margin: 0 auto 1rem;
}

.footer-newsletter-input {
	flex: 1;
	min-width: 180px;
	padding: 0.6rem 0.75rem;
	font-size: 1rem;
	border: 1px solid var(--color-black);
	background: var(--color-white);
	font-family: inherit;
}

.footer-newsletter-input:focus {
	outline: none;
	border-color: var(--color-blue);
}

.footer-newsletter-btn {
	padding: 0.6rem 1.25rem;
	background: var(--color-black);
	color: var(--color-white);
	border: none;
	font-size: 0.9rem;
	font-family: inherit;
	cursor: pointer;
	letter-spacing: 0.02em;
}

.footer-newsletter-btn:hover {
	opacity: 0.9;
}

.site-footer .footer-menu {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 0.75rem;
	font-size: 0.85rem;
}

.site-footer .footer-menu li { margin: 0; }

.site-footer .footer-menu li:not(:last-child)::after {
	content: " | ";
	margin-left: 0.25rem;
}

.site-footer a {
	color: var(--color-blue);
}

/* Pagination (falls ohne Load More) */
.pagination-wrap {
	max-width: var(--max-width);
	margin: 0 auto 2rem;
	padding: 0 1.5rem;
	text-align: center;
}

.pagination-wrap .nav-links {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9rem;
}

.pagination-wrap .nav-links a,
.pagination-wrap .nav-links span {
	padding: 0.4rem 0.75rem;
	color: var(--color-black);
	border: 1px solid var(--color-black);
	transition: background 0.2s, color 0.2s;
}

.pagination-wrap .nav-links a:hover {
	background: var(--color-black);
	color: var(--color-white);
	text-decoration: none;
}

.pagination-wrap .nav-links .current {
	background: var(--color-black);
	color: var(--color-white);
	border-color: var(--color-black);
}

.no-posts {
	max-width: var(--max-width);
	margin: 0 auto 3rem;
	padding: 0 1.5rem;
	font-size: 1rem;
	color: #666;
}

/* ===== Einzelbeitrag (max. 1100px, zentriert) ===== */
.single-main {
	width: 100%;
	max-width: none;
	padding: 0 clamp(1rem, 4vw, 2.5rem) 3rem;
	box-sizing: border-box;
}

body.single .main-logo-section {
	max-width: var(--max-width-single);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.single-article {
	max-width: var(--max-width-single);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.single-back {
	margin: 0 0 0.75rem;
	font-size: 0.9rem;
}

.single-back a {
	color: var(--color-blue);
}

.single-entry-header {
	margin-bottom: 1.25rem;
	text-align: center;
}

.single-entry-meta {
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--color-black);
}

.single-entry-title {
	margin: 0;
	font-weight: 600;
	color: var(--color-blue);
}

.single-share {
	margin-top: 1rem;
}

.single-share-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.25rem 0.15rem;
}

.single-share-list li {
	margin: 0;
	padding: 0;
}

.single-share-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	color: var(--color-black);
	text-decoration: none;
	border-radius: 4px;
	transition: opacity 0.2s ease, background 0.2s ease;
}

.single-share-link:hover {
	opacity: 0.65;
	text-decoration: none;
	color: var(--color-black);
}

.single-share-link:focus-visible {
	outline: 2px solid var(--color-blue);
	outline-offset: 2px;
}

.single-share-link svg {
	display: block;
	flex-shrink: 0;
}

.single-featured-media {
	margin: 0 0 1.75rem;
	background: var(--color-beige);
	overflow: hidden;
}

.single-featured-media img {
	width: 100%;
	height: auto;
	display: block;
}

.single-featured-media--video video {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

.single-article .entry-content {
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--color-black);
}

.single-article .entry-content > *:first-child {
	margin-top: 0;
}

.single-article .entry-content > *:last-child {
	margin-bottom: 0;
}

.single-article .entry-content p {
	margin: 0 0 1rem;
}

.single-article .entry-content h2,
.single-article .entry-content h3,
.single-article .entry-content h4 {
	margin: 1.5rem 0 0.75rem;
	line-height: 1.3;
	font-weight: 600;
	color: var(--color-black);
}

.single-article .entry-content h2 {
	font-size: 1.5rem;
}

.single-article .entry-content h3 {
	font-size: 1.25rem;
}

.single-article .entry-content ul,
.single-article .entry-content ol {
	margin: 0 0 1rem 1.25rem;
	padding: 0;
}

.single-article .entry-content blockquote {
	margin: 1.25rem 0;
	padding: 0.5rem 0 0.5rem 1rem;
	border-left: 4px solid var(--color-blue);
	color: #333;
}

.single-article .entry-content .wp-block-image,
.single-article .entry-content figure {
	margin: 1.25rem 0;
}

.single-article .entry-content .alignwide {
	max-width: 100%;
}

.single-article .page-links {
	margin: 1.5rem 0 0;
	font-size: 0.9rem;
}

/* Zwei zufällige Beiträge unter dem Artikel */
.single-more-posts {
	margin-top: 2.75rem;
	padding-top: 1.75rem;
	border-top: 1px solid var(--color-beige);
}

/* „Mehr entdecken“ unter dem Artikel – Gotham (nicht Bootzy) */
.single-more-headline {
	margin: 0 0 1.25rem;
	font-family: var(--font-gotham);
	letter-spacing: normal;
	font-size: 1.35rem;
	font-weight: 600;
	color: var(--color-black);
}

.single-more-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem 1.5rem;
	width: 100%;
	align-items: stretch;
}

.single-more-grid .single-more-card {
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;
	height: 100%;
	min-width: 0;
}

.single-more-grid .single-more-card .card-link:focus-visible {
	outline: 2px solid var(--color-blue);
	outline-offset: 3px;
}

/* Im Feature-Stil ist Datum global ausgeblendet – hier wieder anzeigen */
.single-more-grid .card--feature .card-date {
	display: block;
}

.single-comments {
	margin-top: 2.75rem;
	padding-top: 2rem;
	border-top: 1px solid var(--color-beige);
}

/* Kommentarbereich */
.comments-area {
	max-width: 100%;
}

/* Listenüberschrift (z. B. „X Kommentare“) – Gotham */
.comments-title {
	margin: 0 0 1.25rem;
	font-family: var(--font-gotham);
	letter-spacing: normal;
	font-size: 1.35rem;
	font-weight: 600;
	color: var(--color-black);
}

.comment-list {
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0;
}

.comment-list .children {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0 0 0 1rem;
	border-left: 2px solid var(--color-beige);
}

.comment-list > li {
	margin: 0 0 1.25rem;
	padding: 0;
}

.comment-body {
	padding: 1.1rem 1.15rem;
	border: 1px solid var(--color-beige);
	border-radius: 6px;
	background: var(--color-white);
}

.comment-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.75rem;
	margin-bottom: 0.65rem;
	font-size: 0.85rem;
	color: #555;
}

.comment-meta .avatar {
	border-radius: 50%;
	flex-shrink: 0;
}

.comment-author .fn,
.comment-author .fn a {
	font-style: normal;
	font-weight: 600;
	color: var(--color-black);
	text-decoration: none;
}

.comment-author .fn a:hover {
	color: var(--color-blue);
	text-decoration: underline;
}

.comment-metadata a {
	color: #666;
	text-decoration: none;
	font-size: 0.8rem;
}

.comment-metadata a:hover {
	color: var(--color-blue);
	text-decoration: underline;
}

.comment-content {
	font-size: 0.98rem;
	line-height: 1.6;
	color: var(--color-black);
}

.comment-content > *:first-child {
	margin-top: 0;
}

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

.comment-content p {
	margin: 0 0 0.65rem;
}

.comment-list .reply {
	margin-top: 0.75rem;
}

.comment-list .reply a {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--color-blue);
	text-decoration: none;
	letter-spacing: 0.02em;
}

.comment-list .reply a:hover {
	text-decoration: underline;
}

.bypostauthor > .comment-body {
	border-color: rgba(0, 0, 255, 0.35);
}

.comments-area .navigation,
.comments-area nav.navigation {
	margin: 0 0 1.5rem;
}

.comments-area .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.75rem;
}

.comments-area .nav-previous a,
.comments-area .nav-next a {
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--color-blue);
	text-decoration: none;
}

.comments-area .nav-previous a:hover,
.comments-area .nav-next a:hover {
	text-decoration: underline;
}

.comments-closed {
	margin: 0 0 1.5rem;
	padding: 0.85rem 1rem;
	background: rgba(229, 227, 210, 0.45);
	border-radius: 6px;
	font-size: 0.95rem;
	color: #444;
}

/* Kommentar-Formular */
/* Formulartitel „Kommentar schreiben“ – Gotham */
.comment-reply-title {
	margin: 0 0 0.75rem;
	font-family: var(--font-gotham);
	letter-spacing: normal;
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--color-black);
}

.comment-reply-title small {
	font-size: 0.85rem;
	font-weight: 400;
}

.comment-reply-cancel {
	margin: 0 0 1rem;
}

.comment-reply-cancel a {
	color: var(--color-blue);
	font-weight: 600;
	text-decoration: none;
	font-size: 0.9rem;
}

.comment-reply-cancel a:hover {
	text-decoration: underline;
}

.comments-area .logged-in-as {
	margin: 0 0 1rem;
	font-size: 0.9rem;
	color: #555;
}

.comments-area .logged-in-as a {
	color: var(--color-blue);
	font-weight: 600;
	text-decoration: none;
}

.comments-area .logged-in-as a:hover {
	text-decoration: underline;
}

.regular2-comment-form {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 0.5rem;
}

.regular2-comment-form .comment-form-author,
.regular2-comment-form .comment-form-email,
.regular2-comment-form .comment-form-url,
.regular2-comment-form .comment-form-comment {
	margin: 0 0 1rem;
}

/* Feld-Labels (z. B. „Kommentar“, Name, E-Mail) – Gotham */
.regular2-comment-form .comment-form-label,
.regular2-comment-form label:not(.screen-reader-text) {
	display: block;
	margin-bottom: 0.35rem;
	font-family: var(--font-gotham);
	letter-spacing: normal;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--color-black);
}

.regular2-comment-form .required {
	color: var(--color-blue);
	font-weight: 700;
}

.regular2-comment-form input[type="text"],
.regular2-comment-form input[type="email"],
.regular2-comment-form input[type="url"],
.regular2-comment-form textarea {
	width: 100%;
	max-width: 100%;
	padding: 0.65rem 0.85rem;
	font-size: 1rem;
	font-family: inherit;
	line-height: 1.45;
	border: 1px solid var(--color-black);
	border-radius: 4px;
	background: var(--color-white);
	box-sizing: border-box;
	transition: border-color 0.2s;
}

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

.regular2-comment-form input:focus,
.regular2-comment-form textarea:focus {
	outline: none;
	border-color: var(--color-blue);
}

.regular2-comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin: 0 0 1rem;
	font-size: 0.88rem;
	line-height: 1.45;
	color: #444;
}

.regular2-comment-form .comment-form-cookies-consent input {
	margin-top: 0.2rem;
	flex-shrink: 0;
}

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

.regular2-comment-form .form-submit {
	margin: 0;
	padding: 0;
}

.regular2-comment-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	padding: 0.75rem 1.5rem;
	font-size: 0.95rem;
	font-weight: 600;
	font-family: inherit;
	letter-spacing: 0.02em;
	color: var(--color-white);
	background: var(--color-black);
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: opacity 0.2s, background 0.2s;
}

.regular2-comment-submit:hover {
	opacity: 0.92;
	color: var(--color-white);
}

.regular2-comment-submit:focus-visible {
	outline: 2px solid var(--color-blue);
	outline-offset: 2px;
}

@media (min-width: 640px) {
	.regular2-comment-form {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 1rem;
	}

	.regular2-comment-form .comment-form-url,
	.regular2-comment-form .comment-form-comment,
	.regular2-comment-form .comment-form-cookies-consent,
	.regular2-comment-form .form-submit {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.single-more-grid {
		grid-template-columns: 1fr;
	}
}

/* ===== Fixierte Mini-Bottom-Navigation (Glass) ===== */
body:has(.regular2-bottom-nav) {
	padding-bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px));
}

.regular2-bottom-nav {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100050;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	pointer-events: none;
	padding-bottom: max(0.65rem, env(safe-area-inset-bottom));
	padding-left: max(0.75rem, env(safe-area-inset-left));
	padding-right: max(0.75rem, env(safe-area-inset-right));
}

.regular2-bottom-nav__bar,
.regular2-bottom-nav__sheet-inner {
	background: rgba(255, 255, 255, 0.52);
	-webkit-backdrop-filter: blur(16px) saturate(1.25);
	backdrop-filter: blur(16px) saturate(1.25);
	border: 1px solid rgba(255, 255, 255, 0.65);
	box-shadow: 0 4px 28px rgba(22, 22, 22, 0.1);
}

.regular2-bottom-nav__bar {
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.15rem;
	padding: 0.35rem 0.5rem;
	border-radius: 999px;
	max-width: min(100%, 220px);
}

.regular2-bottom-nav__btn {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.1rem;
	min-width: 4.25rem;
	padding: 0.2rem 0.45rem;
	margin: 0;
	font-family: var(--font-gotham);
	font-size: 0.5625rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-black);
	background: transparent;
	border: none;
	border-radius: 999px;
	cursor: pointer;
	line-height: 1.1;
	-webkit-tap-highlight-color: transparent;
	transition: background 0.15s ease, color 0.15s ease;
}

.regular2-bottom-nav__btn:hover {
	text-decoration: none;
	background: rgba(0, 0, 255, 0.06);
	color: var(--color-blue);
}

.regular2-bottom-nav__btn:focus-visible {
	outline: 2px solid var(--color-blue);
	outline-offset: 2px;
}

.regular2-bottom-nav.is-open .regular2-bottom-nav__btn--toggle {
	background: rgba(0, 0, 255, 0.1);
	color: var(--color-blue);
}

.regular2-bottom-nav__icon {
	display: block;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
}

.regular2-bottom-nav__label {
	max-width: 4.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.regular2-bottom-nav__backdrop {
	position: fixed;
	inset: 0;
	pointer-events: none;
	background: rgba(22, 22, 22, 0.28);
	opacity: 0;
	transition: opacity 0.22s ease;
}

.regular2-bottom-nav.is-open .regular2-bottom-nav__backdrop {
	pointer-events: auto;
	opacity: 1;
	touch-action: none;
}

.regular2-bottom-nav__sheet {
	pointer-events: none;
	width: 100%;
	max-width: min(100%, 360px);
	margin-bottom: 0.4rem;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(6px);
	transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.22s ease;
}

.regular2-bottom-nav.is-open .regular2-bottom-nav__sheet {
	pointer-events: auto;
	max-height: min(72dvh, 420px);
	opacity: 1;
	transform: translateY(0);
}

.regular2-bottom-nav__sheet-inner {
	border-radius: 14px;
	padding: 0.65rem 0.75rem 0.75rem;
	max-height: min(72dvh, 420px);
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	-webkit-overflow-scrolling: touch;
}

.regular2-bottom-nav__sheet-title {
	margin: 0 0 0.45rem;
	font-family: var(--font-gotham);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--color-black);
}

.regular2-bottom-nav__cat-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.regular2-bottom-nav__cat-empty {
	margin: 0;
	font-size: 0.8rem;
	color: #555;
}

.regular2-bottom-nav__cat-list a {
	display: block;
	padding: 0.35rem 0.4rem;
	font-family: var(--font-body);
	font-size: 0.8125rem;
	font-weight: 500;
	color: var(--color-black);
	text-decoration: none;
	border-radius: 8px;
	transition: background 0.15s ease, color 0.15s ease;
}

.regular2-bottom-nav__cat-list a:hover {
	background: rgba(0, 0, 255, 0.08);
	color: var(--color-blue);
	text-decoration: none;
}

