:root {
	--icon-w-search: url(../../../../fileadmin/_template/Icons/pictos/white/search.svg);
	--icon-b-search: url(../../../../fileadmin/_template/Icons/pictos/black/search.svg);
	--icon-b-trash: url(../../../../fileadmin/_template/Icons/pictos/black/trash.svg);
	--icon-b-arropen: url(../../../../fileadmin/_template/Icons/pictos/black/arrow-opn.svg);
}

.tx_hosts.hosts_filter .filter form {
	margin-top: 65px;
	justify-content: center;
}
.tx_hosts.hosts_filter .filter .search-icon {
	display: inline-block;
	width: 21px;
	height: 21px;
	position: relative;
}
.tx_hosts.hosts_filter .filter .search-icon:before,
.tx_hosts.hosts_filter .filter .search-icon:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s;
}
.tx_hosts.hosts_filter .filter .search-icon:before {
	background-image: var(--icon-w-search);
}
.tx_hosts.hosts_filter .filter .search-icon:after {
	background-image: var(--icon-b-search);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.tx_hosts.hosts_filter .filter .btn-primary:hover .search-icon:before { opacity: 0; }
.tx_hosts.hosts_filter .filter .btn-primary:hover .search-icon:after { opacity: 1; }
.tx_hosts.hosts_filter .bg-lightgrey { background-color: #F4F4F4; }
.tx_hosts.hosts_filter .filter .bg-lightgrey input { background-color: #F4F4F4; }

.tx_hosts.host_list.hosts_filter .number-wrapper { margin-bottom: 20px; }
.tx_hosts.host_list.hosts_filter .number-wrapper label { font-size: 18px; }
/*.tx_hosts.host_list.hosts_filter .filter-calender {background-color: #F4F4F4;}*/
.tx_hosts.hosts_filter .filter .form-wrapper>button[type="submit"] {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	display: flex;
	gap: 16px;
	align-items: center;
	padding-right: 24px;
}
.tx_hosts.hosts_filter .filter button[type="button"] {
	padding-right: 24px;
}
.tx_hosts.hosts_filter .filter .form-wrapper>button[type="submit"]:before,
.tx_hosts.hosts_filter .filter .form-wrapper>button[type="submit"]:after,
.tx_hosts.hosts_filter .filter button[type="button"]:before,
.tx_hosts.hosts_filter .filter button[type="button"]:after { display: none; }

.tx_hosts.host_list.hosts_filterlist .header {
	font-size: var(--font-size-h1);
}
.tx_hosts.host_list.hosts_filterlist {
	/*margin-top: 2.5rem;*/
	margin-top: 8rem;
}
.tx_hosts.host_list.hosts_filterlist .news-list-view {
	margin-top: 2.5rem;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: start;
	align-items: flex-start;
	overflow: visible;
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article {
	flex: 0 0 calc((100% - 6rem) / 4);
	max-width: calc((100% - 6rem) / 4);
	/*min-height: 31.25rem;*/
	/*max-height: 31.25rem;*/
	height: 100%;
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article {
	flex: 0 0 calc((100% - 6rem) / 4);
	max-width: calc((100% - 6rem) / 4);
	/*min-height: 31.25rem;*/
	/*max-height: 31.25rem;*/
	height: 100%;
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-content {
	min-height: 31.25rem;
	max-height: 31.25rem;
	height: 100%;
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article:hover .news-art-content {
	padding-bottom: 2.5rem;
	padding-top: 1.5rem;
	background: var(--linear-gradient-bg);
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article:hover .news-art-content .teaser-text {
	overflow: visible;
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-content .teaser-text {
	max-height: none;
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-content .news-list-date:before {
	content: "";
	background: var(--icon-b-calender) no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	display: inline-block;
	margin-right: .5rem;
	width: 1.2rem;
	height: 1.2rem;
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-content .news-list-date time {
	font-family: var(--font-lato);
	font-size: var(--font-size-h6-mobile);
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-content .news-list-date {
	align-self: flex-end;
	padding: 5px 12px;
	background: #fff;
	color: #000;
	border-radius: 5px;
	font-weight: 400 !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: var(--font-lato);
	font-size: var(--font-size-default);
	gap: 3px;
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-img {
	max-height: 31.25rem;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-img .news-img-wrap a {
	display: inline-block;
	width: 100%;
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-img .news-img-wrap img {
	/*aspect-ratio: 9 / 16;*/
	aspect-ratio: 4 / 3;
	object-fit: cover;
	min-width: 100%;
	height: auto;
	transition: var(--transit-all-slow);
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article:hover .news-art-img img {
	transform: scale(1.05);
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-content .header {
	margin-top: auto;
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-content .header .bullets span {
	display: inline-flex;
	position: relative;
	background-color: var(--color-brand);
	color: #fff;
	padding: .3rem .5rem;
	border-radius: 5px;
	bottom: 1rem;
	font-weight: 400;
	font-size: var(--font-size-default);
	white-space-collapse: break-spaces;
	transition: var(--transit-all-slow);
}
.tx_hosts.host_list.hosts_filterlist .news-list-view .article:hover .news-art-content .header .bullets span {
	background-color: var(--color-brand-lighter);
}
.tx_hosts:not(.pausch-detail) .filter-calender>div:last-child:before {
	display:none;
}
/*.autocomplete-list{*/
/*	position:absolute;*/
/*	top: 100%;*/
/*	z-index:1000;*/
/*	left:0;right:0;*/
/*	margin:0;padding:0;*/
/*	list-style:none;*/
/*	background:#fff;*/
/*	border:1px solid #ddd;*/
/*	max-height:240px;*/
/*	overflow-y:auto;*/
/*}*/
/*.autocomplete-list li{*/
/*	padding:.5rem .75rem;*/
/*	cursor:pointer;*/
/*}*/
/*.autocomplete-list li.is-active,*/
/*.autocomplete-list li:hover{*/
/*	background:#f2f2f2;*/
/*}*/

.autocomplete-list {
	background-color: #fff;
	position:absolute;
	top: calc(100% + 1rem);
	left: 0;
	right: 0;
	list-style:none;
	max-height:240px;
	opacity: 1;
	padding: 35px 30px 30px;
	visibility: visible;
	overflow: auto;
	transition: opacity .35s ease-out, padding-top .35s ease-out, padding-bottom .35s ease-out;
	border-radius: 5px;
	margin: 0;
}
.autocomplete-list::-webkit-scrollbar {
	display: none;
}
.autocomplete-list:empty {
	padding: 0;
	opacity: 0;
	visibility: hidden;
}
.autocomplete-list li {
	border-bottom: 1px solid #9D9D9C;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	transition: color .35s ease-out;
	cursor:pointer;
}
.autocomplete-list li:hover {
	color: var(--color-brand);
}
.autocomplete-list li:last-of-type {
	margin-bottom: 1rem;
}

/*@media(min-width: 1020px) {*/

	.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-content {
		position: static;
		min-height: 290px;
		max-height: 290px;
		pointer-events: all;
		background: #F4F4F4 !important;
		justify-content: space-between !important;
	}

	.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-content .news-list-date {
		position: absolute;
		top: 1.5rem;
	}
	.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-content .header  {
		margin-top: -50px;
	}
	.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-content .header .bullets  {
		margin-bottom: 15px;
	}
	.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-content .header .bullets span {
		bottom: unset;
	}
	.tx_hosts.host_list.hosts_filterlist .news-list-view .article:hover .news-art-content {
		padding: 1.5rem !important;
	}
	.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-img {
		max-height: 250px;
	}
	.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-content span, .tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-content h3, .tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-content .teaser-text {
		color: #21201d;
	}
	.tx_hosts.host_list.hosts_filterlist .news-list-view .article .news-art-img .news-img-wrap img {
		aspect-ratio: 4 / 3;
	}
/*}*/