.news-suche {
	padding-bottom: 95px;
}

.news-suche .news-count {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.news-suche header + .news-count {
	padding-top: 2em;
}

.news-suche .news-grid {
	list-style: none;
	display: grid;
	gap: 36px;
	width: var(--content-width);
	max-width: 100%;
	margin: 0 auto;
	padding: 52px 30px;
}

.news-suche .news-grid > li {
    box-shadow: 0px 0px 10px #0000001A;
	cursor: pointer;
}

.news-suche .news-grid > li:hover {
	background-color: rgba(115, 115, 115, 0.08);
}

.news-suche .news-start-box {
	/* Die box muss position relativ sein damit der "Für Mitglieder" Tag korrekt angezeigt wird. */
	position: relative;
	/* Für Firefox ist es wichtig dass die box ein block ist und kein inline. */
	display: block;
}

.news-suche .news-start-text-wrapper:hover .news-start-link,
.news-suche .news-start-box:hover + .news-start-text-wrapper .news-start-link {
	color: #75B729;
}

.news-suche .news-grid > li:first-child .news-start-box .news-start-img-wrapper img {
	border: 5px #75B729 solid;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.news-start-img-wrapper{
	position: relative;
}

.news-suche .news-grid > li:first-child .news-start-box .news-start-member {
    top: 5px;
    right: 5px;
}

@media (min-width: 600px) {
	.news-suche .news-grid {
		grid-template-columns: 1fr 1fr;
	}

	.news-suche .news-grid > li:first-child {
		grid-column: 1 / 3;
	}
}

@media (min-width: 1000px) {
	.news-suche .news-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.news-suche .news-grid > li:first-child {
		grid-column: 1 / 4;
	}
}

@media (min-width: 860px) {
	.news-suche .news-grid > li:first-child {
		box-shadow: none;
	}

	.news-suche .news-grid > li:first-child .field-content .news-start-box {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	
	.news-suche .news-grid > li:first-child .news-start-title {
		font-size: clamp(30px, 2.8125vw, 54px);
		line-height: 1.2;
		font-weight: bold;
	}

	.news-suche .news-grid > li:first-child .news-start-text {
		font-size: 18px;
		font-weight: bold;
		color: #585858;
	}
}


.news-suche header {
	background-color: #F2F2F2;
	background: linear-gradient(#00000029, #F2F2F2, 50px, #F2F2F2);
	text-align: center;
	padding: 46px 0 30px;
	font-size: clamp(30px, 3.65vw, 70px);
	color: #005C39;
	font-weight: 900;
}

.news-suche header p {
	margin-bottom: 30px;
	line-height: 1.35;
}

.news-suche form {
	background-color: #F2F2F2;
}

.news-suche form input[type="submit"] {
	visibility: hidden;
	display: none;
}

.news-suche .form-item-search-api-fulltext {
	background-color: white;
	width: calc(var(--content-width) - 60px);
	max-width: calc(100% - 60px);
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 4px;
}
@media (min-width: 1690px) {
	.news-suche .form-item-search-api-fulltext {
		margin: 0 auto;
	}
}

.news-suche .form-item-search-api-fulltext > i {
	font-size: 20px;
}

.news-suche .form-item-search-api-fulltext > input {
	font-size: clamp(15px, 1.4vw, 18px);
	height: unset;
}
.news-suche .form-item-search-api-fulltext > input:focus {
	outline: none;
}

.news-suche .form-item-search-api-fulltext > button,
.news-suche .remove-tags-filter,
.news-suche .save-tags-filter {
	border-radius: 4px;
	width: unset;
	background-color: #FFCE00;
	color: #262626;
	font-size: 14px;
	padding: 5px 15px;
	font-weight: 600;
	height: auto;
	border: none;
	white-space: nowrap;
}
@media(min-width: 992px) {
	.news-suche .form-item-search-api-fulltext > button,
	.news-suche .remove-tags-filter,
	.news-suche .save-tags-filter {
		padding: 10px 20px;
		font-size: 18px;
	}
}
.news-suche .remove-tags-filter {
	background-color: #F2F2F2;
}
.news-suche .form-item-search-api-fulltext > button:hover,
.news-suche .remove-tags-filter:hover,
.news-suche .save-tags-filter:hover {
	background-color: #75B729;
	color: white;
}

.news-suche .form-item-field-tags {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 30px 0;
}

select#edit-field-tags {
	display: none;
}

select#edit-field-tags + fieldset {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin-bottom: 21px;
}

select#edit-field-tags + fieldset > label {
	font-size: 16px;
	font-weight: 600;
	color: #585858;
	border-bottom: 1px #C9C9C9 solid;
	padding: 8px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}

select#edit-field-tags + fieldset > label > input {
	appearance: none;
	height: 24px;
	width: 24px;
}

select#edit-field-tags + fieldset > label:has(> input:checked) {
	color: #67A124;
}

select#edit-field-tags + fieldset > label:has(> input:checked)::after {
	content: '\f00c';
    	font-family: 'Font Awesome 6 Free';
    	font-weight: 900;
	font-size: 22px;
    	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 3px;
}

.news-suche .filter-buttons {
	display: grid;
	gap: 20px;
	justify-content: stretch;
	grid-template-columns: 1fr 1fr;
}

.news-suche .pager__items {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 30px;
}

.news-suche .pager__item {
	font-size: clamp(18px, 2vw, 24px);
}

.news-suche .pager__item.is-active a {
	text-decoration: underline;
}
