/*
====================================
FAZ BW Fitnesstrainer:innen Wien CSS
last change: GP 20260116
====================================
*/

.faz.search .link-list-section {
	display: none;
}
#aspnetForm {
    min-height: 100dvh;
}
#main-content {
	min-height: auto;
}
.search-box.search-detail .input-container {
	gap: 1rem 1.5rem;
}
.js-expandable-search {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 1rem 1.5rem;
}
.js-detail-toggle {
	appearance: none;
	-webkit-appearance: none;
	padding: 0;
	background-color: transparent;
	border: transparent;
}
.js-detail-toggle:hover {
	color: #3d3f8c;
	text-decoration: underline;
}
.js-detail-toggle:focus {
	outline: 1px solid #0875e2;
	outline-offset: 0.25rem;
	box-shadow: none;
}
.js-detail-toggle .counter {
	font-size: 0.75rem;
	width: auto;
	height: auto;
	padding: 0.188rem 0.25rem 0.063rem;
	border-radius: 999rem;
	min-width: 1.063rem;
	right: auto;
	aspect-ratio: 1 / 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -0.25rem;
}
.js-detail-toggle-spacer {
	width: 100%;
}
.js-expandable-search.collapse:not(.show) + .js-detail-toggle-spacer {
	height: 1rem;
}
.search-container .input-group-bottom,
.search-container .search-button {
	margin-top: 0.25rem;
}
@media (min-width: 768px) {
	.js-expandable-search {
		gap: 1.5rem;
	}
}
