
#algolia-hits-count,
#algolia-query,
#algolia-facetted,
.algoila-only-when-results,
.ais-Pagination,
.algoilia-yet-query .algolia-non-query-content,
.algolia-queried .query_recommendations,
.algolia-tax-teaser,
.ais-Hits,
.algolia-post-type-label-facette {
	display: none;
}


.algolia-has-hits .algoila-only-when-results,
.algolia-has-pages .ais-Pagination,
.algolia-queried .algolia-tax-teaser,
.algolia-queried .ais-Hits,
.algolia-queried .algolia-post-type-label-facette {
	display: block;
}

.algolia-tax-teaser,
.ais-Pagination {
	padding-top: var(--spacing-sixth);
	padding-bottom: var(--spacing-third);
}

.query_recommendations {
	padding-top: var(--spacing-third);
	padding-bottom: var(--spacing-third);
}


.algolia-non-query-content {
	padding-top: var(--spacing-half);
}

@media (max-width: 760px) {
	.algolia-non-query-content {
		padding-top: var(--spacing-third);
	}	
}

.algolia-post-type-label-facette {
	padding-top: var(--spacing-sixth);
}

.ais-SortBy {
	display: inline-block;
}


@media (max-width: 768px) {
	.algolia-sort-label {
		display: none;
	}
	.ais-SortBy-select {
		font-size: 14px
	}
}

.algolia-sort {
	min-height: 2.5em; /* Prevents jumping div height when sorting is shortly not available */
}


.algolia-sort-n-filter {
	border-bottom: 1px solid black;
	padding-top: var(--spacing-sixth);
	margin-bottom: var(--spacing-minimal);
}

@media (max-width: 1024px) {
	.algolia-sort-n-filter {
		margin-bottom: var(--spacing-sixth);
	}	
}

.elipsis_100 {
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    max-width:calc(100% - 15ch);
	/* date has 15ch and needs to be visible*/
    display:inline-block;
	vertical-align: top;
}

.ais-Pagination-list {
	text-align: center;
}
.ais-Pagination-list li {
	display: inline-block;
	padding: 0 .3em;
}


@media (min-width: 1024px) {
	.algolia-tax-teaser {
		--container-fluid-padding: calc(var(--grid-side-margin) - var(--gutter-width)*.75);
		--container-fluid-size: calc(100vw - var(--container-fluid-padding));

		--swiper-padding: calc(var(--container-fluid-padding) + (var(--container-fluid-size) * 2));
	}
}

@media (min-width: 1280px) {
	.algolia-tax-teaser {
		--container-fluid-padding: calc(50vw - 720px + var(--grid-side-margin)  - var(--gutter-width)*.75);
		--swiper-padding: calc((1280px*2 / 12) + var(--container-fluid-padding) + var(--gutter-width) * .75);
	}
}

@media (max-width: 1023px) {
	.algolia-tax-teaser {
		--container-fluid-padding: calc(var(--grid-side-margin) * 2 );
		--swiper-padding: calc((1280px / 12) + var(--container-fluid-padding) + var(--gutter-width)/2);
	}
}

@media (max-width: 763px) {
	.algolia-tax-teaser {
		--swiper-padding: var(--grid-side-margin);
	}
}

.algolia-tax-teaser .swiper-container {
	margin-left: calc(-1 * var(--swiper-padding));
	margin-right: calc(-1 * var(--swiper-padding));

	padding-left: var(--swiper-padding);
	padding-right: var(--swiper-padding);
}


.ho-agolia-tax-swiper {
	position: relative;
}

.algolia-tax-teaser .teaser-lane-buttons {
	float: right;
	padding-bottom: var(--spacing-minimal) !important;
}

.algolia-tax-teaser .teaser-lane-buttons.has-not-enough-items {
	visibility: hidden;
}

.teaser-event.search-result-teaser {
	margin-top: var(--spacing-third) !important;
}
.search-result-teaser .opening-hours {
	padding-top: var(--spacing-sixth) !important;
}

.search-result-teaser .opening-hours .icon-arrow_standart {
	display: none;
}

.search-result-teaser .opening-hours .HourText {
    font-size: 15px;
    display: inline-block;
    letter-spacing: initial;
    font-family: "TSTARPRO", "Roboto", Arial, sans-serif;
    font-weight: 400;
	color: inherit;
}

@media (max-width: 760px) {
	.ais-Hits .teaser-event.search-result-teaser .teaser-image .alert {
		display: none;
	}
}

.loaded .algolia-searchapp {
	display: block !important;
}
.loaded .algolia-loading {
	display: none !important;
}


.ho-loading {
	display: flex;
	justify-content: center;
	display: none;
}
.ho-loading .jumpingdots {
	height: 60px;
	width: 60px;
}

.ho-search-loading-stalled .ho-loading {
	display: flex;
}

.ho-search-loading-stalled .algoila-only-when-results,
.ho-search-loading-stalled .ais-Pagination,
.ho-search-loading-stalled .ais-Hits {
	display: none !important;
}

.algoila-only-when-results,
.algolia-tax-teaser,
.ho-search-loading-done .ais-Hits ul li {
    animation-duration: .6s;
    animation-fill-mode: both;
	opacity: 0;
    animation-name: fadeInUp;

	--ani-speed : .2s;
}

.algolia-tax-teaser {
	animation-delay: calc(1 * var(--ani-speed));
}

.ais-Hits ul li:nth-of-type(1) {
	animation-delay: calc(2 * var(--ani-speed));
}
.ais-Hits ul li:nth-of-type(2) {
	animation-delay: calc(3 * var(--ani-speed));
}
.ais-Hits ul li:nth-of-type(3) {
	animation-delay: calc(4 * var(--ani-speed));
}
.ais-Hits ul li:nth-of-type(4) {
	animation-delay: calc(5 * var(--ani-speed));
}
.ais-Hits ul li:nth-of-type(5) {
	animation-delay: calc(6 * var(--ani-speed));
}
.ais-Hits ul li:nth-of-type(6) {
	animation-delay: calc(7 * var(--ani-speed));
}
.ais-Hits ul li:nth-of-type(7) {
	animation-delay: calc(8 * var(--ani-speed));
}
.ais-Hits ul li:nth-of-type(8) {
	animation-delay: calc(9 * var(--ani-speed));
}
.ais-Hits ul li:nth-of-type(9) {
	animation-delay: calc(10 * var(--ani-speed));
}
.ais-Hits ul li:nth-of-type(10) {
	animation-delay: calc(11 * var(--ani-speed));
}
.ais-Hits ul li:nth-of-type(11) {
	animation-delay: calc(12 * var(--ani-speed));
}
.ais-Hits ul li:nth-of-type(12) {
	animation-delay: calc(13 * var(--ani-speed));
}
.ais-Hits ul li:nth-of-type(13) {
	animation-delay: calc(14 * var(--ani-speed));
}


@keyframes fadeInUp {
    from {
        transform: translate3d(0,20px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}