/* Globale Suche — Dropdown (Header) + Ergebnisseite */
body.ff-page-site-search .site-content,
body.ff-page-site-search .content-area,
body.ff-page-site-search .site {
	background: #fff !important;
	padding-top: 0 !important;
}

body.ff-page-site-search .ff-content-wrap {
	overflow-x: visible;
}

.ff-site-search-hero-form {
	margin: clamp(18px, 3vw, 36px) 0 14px;
}

.ff-site-search-articles-empty,
.ff-site-search-col-empty {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 14px;
	color: #8a8a8a;
	text-align: center;
	margin: 14px 12px 28px;
}

/* Subnav auf Suchseite ausblenden */
body.ff-page-site-search .ff-subnav-wrap,
body.ff-page-site-search .ff-subnav-inner {
	display: none !important;
}

/* Spalten Vereine / Derbys / Umfragen (Frame 1180: gap 20px zwischen Einträgen) */
.ff-site-search-cols {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: clamp(24px, 4vw, 56px);
	row-gap: 40px;
	width: 100%;
	margin: 28px 0 56px;
	box-sizing: border-box;
}

@media (max-width: 900px) {
	.ff-site-search-cols {
		grid-template-columns: 1fr;
		row-gap: 28px;
	}
}

.ff-site-search-col {
	width: 100%;
	min-width: 0;
}

.ff-site-search-col-title {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 100%;
	letter-spacing: 0.005em;
	text-align: left;
	color: #000;
	margin: 0 0 18px;
}

.ff-site-search-col-list {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 20px;
	width: 100%;
}

.ff-site-search-page .ff-vereine-item {
	gap: 0 18px;
	margin-bottom: 0;
	max-width: 100%;
	min-height: 22px;
}

/* Einheitliche eckige Mini-Bilder (Posts wie Vereinslogos) */
.ff-site-search-page .ff-vereine-logo {
	width: 22px;
	height: 22px;
	flex: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	overflow: hidden;
	margin-right: 8px;
	background: transparent;
}

.ff-site-search-page .ff-vereine-logo img,
.ff-site-search-page .ff-vereine-logo .ff-vereine-logo-placeholder {
	width: 22px;
	height: 22px;
	border-radius: 0 !important;
	object-fit: contain;
	display: block;
}

.ff-site-search-post-logo,
.ff-site-search-post-logo img,
.ff-site-search-post-logo .ff-vereine-logo-placeholder {
	border-radius: 0 !important;
	object-fit: cover;
}

.ff-site-search-post-logo img {
	width: 22px;
	height: 22px;
}

.ff-site-search-page .ff-mp-verein-trail {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 2px 5px;
	flex: 0 0 auto;
	min-width: 0;
}

.ff-site-search-mini-read {
	text-decoration: none;
	color: inherit;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	line-height: 0;
}

.ff-site-search-mini-read:focus-visible {
	outline: 2px solid #b43526;
	outline-offset: 2px;
	border-radius: 2px;
}

button.ff-site-search-mini-merk {
	border: 0;
	background: none;
	padding: 2px;
	margin: 0;
	line-height: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

button.ff-site-search-mini-merk .ff-merk-toggle-face,
button.ff-site-search-mini-merk .ff-merk-svg--outline,
button.ff-site-search-mini-merk .ff-merk-svg--fill {
	width: 12px;
	height: 15px;
}

.ff-site-search-articles {
	border-top: 1px solid #cbcbcb;
	padding-top: 28px;
	margin-bottom: 48px;
}

.ff-site-search-articles-title {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 100%;
	letter-spacing: 0.005em;
	text-align: center;
	color: #000;
	margin: 0 0 22px;
}

.ff-site-search-article {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: clamp(14px, 3vw, 24px);
	padding: 18px 0;
	border-bottom: 1px solid #e8e8e8;
	box-sizing: border-box;
}

.ff-site-search-article:last-child {
	border-bottom: none;
}

/* Vorschaubild: feste 179×133 px (alle gleich) */
.ff-site-search-article-media {
	flex: none;
	width: 179px;
	height: 133px;
	display: block;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	background: #ececec;
}

.ff-site-search-article-media img {
	display: block;
	width: 179px;
	height: 133px;
	object-fit: cover;
	border-radius: 0;
	background: #ececec;
}

.ff-site-search-article-ph {
	display: block;
	width: 179px;
	height: 133px;
	border-radius: 0;
	background: linear-gradient(145deg, #eaeaea, #dcdcdc);
}

.ff-site-search-article-main {
	flex: 1;
	min-width: 0;
	align-self: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	font-family: 'Barlow Semi Condensed', sans-serif;
}

.ff-site-search-article-head {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	min-width: 0;
}

.ff-site-search-article-head .ff-home-card-rubrik {
	color: #b43526 !important;
	font-size: 13px;
	font-weight: 600;
	flex: 1;
	min-width: 0;
}

.ff-site-search-article-meta-icons {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

.ff-site-search-article-meta-icons .ff-home-card-bookmark-btn {
	border: 0;
	background: none;
	padding: 2px;
	cursor: pointer;
	line-height: 0;
}

.ff-site-search-article-title {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
	font-size: clamp(17px, 3vw, 21px);
	line-height: 1.25;
	margin: 0;
	min-width: 0;
}

.ff-site-search-article-title a {
	color: inherit;
	text-decoration: none;
}

.ff-site-search-article-title a:hover {
	color: #b43526;
}

.ff-site-search-article-exc {
	font-size: 14px;
	line-height: 1.45;
	color: #3a3a3a;
	margin: 4px 0 0;
	min-width: 0;
}

a.ff-site-search-more {
	display: inline;
	margin-left: 4px;
	font-weight: 700;
	color: #b43526 !important;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

a.ff-site-search-more:hover {
	border-bottom-color: #b43526;
}

.ff-site-search-article-foot {
	margin-top: 4px;
	padding-top: 6px;
}

@media (max-width: 520px) {
	.ff-site-search-article {
		flex-direction: column;
		align-items: stretch;
	}
	.ff-site-search-article-media,
	.ff-site-search-article-media img,
	.ff-site-search-article-ph {
		width: 100%;
		height: auto;
		aspect-ratio: 179 / 133;
	}

	.ff-site-search-post-logo img,
	.ff-site-search-post-logo .ff-vereine-logo-placeholder {
		width: 22px;
		height: 22px;
		margin-right: 7px;
	}
}

/* „Mehr laden“-Button */
.ff-site-search-load-more-wrap {
	margin-top: 24px;
	text-align: center;
}

.ff-site-search-load-more {
	-webkit-appearance: none;
	appearance: none;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #b43526;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	padding: 12px 32px;
	transition: background 0.2s;
}

.ff-site-search-load-more:hover:not(:disabled) {
	background: #9a2d20;
}

.ff-site-search-load-more:disabled {
	opacity: 0.7;
	cursor: wait;
}

/* Header-Suggest im Stil des Desktop-News-Dropdowns */
.ff-header-search-wrap {
	position: relative;
}

.ff-site-search-suggest {
	position: absolute;
	left: 50%;
	right: auto;
	top: calc(100% + 8px);
	width: 230px;
	max-height: min(70vh, 440px);
	overflow-y: auto;
	background: #fff !important;
	border: none;
	border-radius: 2px;
	filter: drop-shadow(0 2px 5.9px rgba(0, 0, 0, 0.1));
	box-shadow: none;
	z-index: 10000;
	box-sizing: border-box;
	padding: 8px 14px;
	transform: translateX(-50%);
}

.ff-site-search-suggest[hidden] {
	display: none !important;
}

.ff-site-search-suggest-group {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #9a9a9a;
	padding: 10px 0 6px;
	margin: 0;
	text-transform: none;
}

.ff-site-search-suggest-group:first-child {
	padding-top: 0;
}

.ff-site-search-suggest-empty {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 14px;
	color: #757575;
	padding: 4px 0 8px;
	margin: 0;
}

.ff-site-search-suggest-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.ff-site-search-suggest-row {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	min-width: 0;
	width: 100%;
	min-height: 20px;
	padding: 5px 0 !important;
	text-decoration: none !important;
	color: #000 !important;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 17px;
	font-weight: 400 !important;
	line-height: 20px;
	border: 0 !important;
	background: transparent !important;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition: color 0.12s ease;
}

button.ff-site-search-suggest-row {
	-webkit-appearance: none;
	appearance: none;
}

.ff-site-search-suggest-row:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 0;
	right: 14px;
	bottom: 0;
	height: 1px;
	background: #eeeeee;
	pointer-events: none;
}

a.ff-site-search-suggest-row:hover,
a.ff-site-search-suggest-row:focus-visible,
button.ff-site-search-suggest-row:hover,
button.ff-site-search-suggest-row:focus-visible {
	background: transparent !important;
	color: #000 !important;
	font-weight: 400 !important;
	outline: none;
}

a.ff-site-search-suggest-row:hover .ff-site-search-suggest-main,
a.ff-site-search-suggest-row:focus-visible .ff-site-search-suggest-main,
button.ff-site-search-suggest-row:hover .ff-site-search-suggest-main,
button.ff-site-search-suggest-row:focus-visible .ff-site-search-suggest-main {
	text-shadow:
		0.45px 0 0 currentColor,
		-0.45px 0 0 currentColor;
}

.ff-site-search-suggest-logo {
	flex: none;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: transparent;
}

.ff-site-search-suggest-logo img {
	display: block;
	width: 22px;
	height: 22px;
	object-fit: contain;
	border-radius: 0;
}

.ff-site-search-suggest-logo.is-cover {
	background: #ececec;
}

.ff-site-search-suggest-logo.is-cover img {
	object-fit: cover;
}

.ff-site-search-suggest-text {
	min-width: 0;
	flex: 1;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ff-site-search-suggest-main {
	display: inline;
	min-width: 0;
}

.ff-site-search-suggest-sub {
	display: none;
}

.ff-site-search-suggest-divider {
	height: 0;
	margin: 0;
	border: 0;
	background: transparent;
}

@media (max-width: 600px) {
	.ff-site-search-suggest {
		width: min(230px, calc(100vw - 24px));
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}
