.calendar-image-wrapper {
	height: 220px;
}
.calendar-image-wrapper img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.featured-calendar-item {
	height: 100%;
}

.jlid-facet-wrap {
	display: flex;
	flex-direction: column;
	transform: translateY(-70px);
}

.jlid-facet-wrap .facetwp-radio {
	margin: 0;
}

.jlid-facet-wrap .facetwp-facet.facetwp-type-radio {
	background: white;
	border-radius: 10px;
	padding: 23px 22px 18px 13px;
	margin: 0;
	width: unset;
	border: none;
	border-radius: 10px;
}

.jlid-facet-wrap .reset {
	margin-left: auto;
	margin-top: 30px;
}

.facetwp-counter {
	display: none;
}

.jlid-facet-wrap .fs-arrow {
	right: 16px;
	border-top-color: #f64f50;
}

.jlid-facet-wrap .facetwp-facet {
	margin: 0;
}

.jlid-facet-wrap .facetwp-facet input.facetwp-date {
	height: 57px;
}

.jlid-events-counter,
.jlid-events-archive {
	display: none;
}

.jlid-facet-wrap .is-loading {
	opacity: 1 !important;
}

.jlid-events-archive:first-of-type {
	display: block;
}

.jlid-events-counter:first-of-type {
	display: block;
	margin: 20px 0 30px;
}

.jlid-facet-wrap .facetwp-facet .fs-label-wrap {
	border: none;
	border-radius: 10px;
}

.jlid-main-facets .facetwp-facet input.facetwp-search,
.jlid-main-facets .facetwp-facet input.facetwp-location {
	border: none;
	border-radius: 10px;
}

.jlid-main-facets .facetwp-type-search .facetwp-input-wrap,
.jlid-main-facets .facetwp-type-proximity .facetwp-input-wrap {
	width: 100%;
	height: 100%;
}

.jlid-main-facets .facetwp-type-search .facetwp-input-wrap input,
.jlid-main-facets .facetwp-type-proximity .facetwp-input-wrap input {
	padding-top: 19px;
	padding-bottom: 19px;
}

.jlid-main-facets .facetwp-type-search .facetwp-input-wrap .facetwp-icon,
.jlid-main-facets .facetwp-type-proximity .facetwp-input-wrap .facetwp-icon {
	right: 10px;
}

.location-results {
	z-index: 9;
}

.jlid-main-facets {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(4, 1fr);
}

.jlid-main-facets .facetwp-radio.checked {
	background-image: url("../images/radio-on.png");
}

.jlid-main-facets .facetwp-facet:nth-last-of-type(1) {
	grid-row: 2;
	grid-column: 4 / 5;
}
.jlid-main-facets .facetwp-facet:nth-last-of-type(2) {
	grid-row: 2;
	grid-column: 3 / 4;
}
.jlid-main-facets .facetwp-facet:nth-last-of-type(3) {
	grid-row: 2;
	grid-column: 2 / 3;
}
.jlid-main-facets .facetwp-facet:nth-last-of-type(4) {
	grid-row: 2;
	grid-column: 1 / 2;
}
.jlid-main-facets .facetwp-facet:nth-last-of-type(5) {
	grid-row: 1;
	grid-column: 3 / 5;
}
.jlid-main-facets .facetwp-facet:nth-last-of-type(6) {
	grid-row: 1;
	grid-column: 2 / 3;
}
.jlid-main-facets .facetwp-facet:nth-last-of-type(7) {
	grid-row: 1;
	grid-column: 1 / 2;
}

@media (max-width: 992px) {
	.jlid-main-facets .facetwp-facet:nth-last-of-type(7) {
		grid-row: 1;
		grid-column: 1 / 3;
	}
	.jlid-main-facets .facetwp-facet:nth-last-of-type(6) {
		grid-row: 1;
		grid-column: 3 / 5;
	}
	.jlid-main-facets .facetwp-facet:nth-last-of-type(5) {
		grid-row: 2;
		grid-column: 1 / 5;
	}
	.jlid-main-facets .facetwp-facet:nth-last-of-type(4) {
		grid-row: 3;
		grid-column: 1 / 3;
	}
	.jlid-main-facets .facetwp-facet:nth-last-of-type(3) {
		grid-row: 3;
		grid-column: 3 / 5;
	}
	.jlid-main-facets .facetwp-facet:nth-last-of-type(2) {
		grid-row: 4;
		grid-column: 1 / 3;
	}
	.jlid-main-facets .facetwp-facet:nth-last-of-type(1) {
		grid-row: 4;
		grid-column: 3 / 5;
	}
}

@media (max-width: 680px) {
	.jlid-main-facets .facetwp-facet:nth-last-of-type(6) {
		grid-row: 1;
		grid-column: 1 / 5;
	}
	.jlid-main-facets .facetwp-facet:nth-last-of-type(5) {
		grid-row: 2;
		grid-column: 1 / 5;
	}
	.jlid-main-facets .facetwp-facet:nth-last-of-type(4) {
		grid-row: 3;
		grid-column: 1 / 5;
	}
	.jlid-main-facets .facetwp-facet:nth-last-of-type(3) {
		grid-row: 4;
		grid-column: 1 / 5;
	}
	.jlid-main-facets .facetwp-facet:nth-last-of-type(2) {
		grid-row: 5;
		grid-column: 1 / 3;
	}
	.jlid-main-facets .facetwp-facet:nth-last-of-type(1) {
		grid-row: 5;
		grid-column: 3 / 5;
	}
}

.jlid-main-facets .facetwp-facet .fs-wrap {
	width: 100%;
}

.jlid-main-facets .facetwp-facet .fs-wrap .fs-label-wrap {
	width: 100%;
}

.jlid-main-facets .facetwp-facet .fs-wrap .fs-label-wrap .fs-label {
	padding: 23px 22px 18px 13px;
}

.jlid-more-facets {
	display: flex;
}

.facetwp-facet.facetwp-facet-datum.facetwp-type-date_range {
	display: flex;
	margin-bottom: 0;
}

.facetwp-facet.facetwp-facet-datum.facetwp-type-date_range
	input.facetwp-date.facetwp-date-min.ready.fdate-alt-input {
	border: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.facetwp-facet.facetwp-facet-datum.facetwp-type-date_range
	input.facetwp-date.facetwp-date-max.ready.fdate-alt-input {
	border: none;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.jlid-facet-wrap
	.facetwp-facet[data-name="genres"]
	.fs-wrap.multiple
	.fs-option.g0.d0
	.fs-option-label {
	font-weight: bold;
	margin-left: -20px;
}

.jlid-facet-wrap
	.facetwp-facet[data-name="genres"]
	.fs-wrap.multiple
	.fs-option.g0.d0 {
	margin-top: 9px;
}

.jlid-facet-wrap
	.facetwp-facet[data-name="genres"]
	.fs-wrap.multiple
	.fs-option.g0.d0:first-of-type {
	margin-top: 0;
}

.jlid-facet-wrap
	.facetwp-facet[data-name="genres"]
	.fs-wrap.multiple
	.fs-option.g0.d0
	.fs-checkbox {
	display: none;
}

.jlid-facet-wrap .fs-wrap.multiple .fs-option .fs-checkbox i {
	border-radius: 100%;
}

.jlid-facet-wrap .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	background-color: #f64f50;
	background-image: none;
}

.jlid-facet-wrap .fs-dropdown {
	width: unset;
	border: none;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
	border-radius: 10px;
}

.jlid-facet-wrap .fs-dropdown .fs-options {
	max-height: 60vh;
	padding: 10px 0;
}

.facet-map {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgb(229, 227, 223);
}

.program-list-map-visible .facet-map {
	display: block;
}

.facetwp-map-filtering {
	display: none;
}

.sh-searchbar .facetwp-facet {
	margin: 0;
	width: 100%;
}

.sh-searchbar .facetwp-facet .facetwp-icon {
	display: none;
}

.sh-searchbar .facetwp-facet .facetwp-input-wrap {
	width: 100%;
}

.sh-searchbar .facetwp-facet input {
	border-radius: 34px;
	font-size: 18px;
	line-height: 28px;
}

#show-map-button {
	display: none;
}

.program-item.project-type-1,
.program-item.project-type-2 {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
	padding: 40px 20px;
	border: 4px solid #1e7eb5;
}

.alt-project-title {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
}

.feature-grid .main-wrapper {
	margin-top: 20px;
}

.feature-grid .content-wrapper {
	margin-top: 20px;
}

.feature-grid .program-item .side-wrapper {
	margin: 0;
	padding: 0;
}
.feature-grid .program-item .button-part {
	margin-top: auto;
}
.feature-grid .title-part {
	padding: 0;
}

.feature-grid .title {
	margin-bottom: 20px;
}

.jlid-event-headline {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.1em;
	max-width: 85%;
	margin-bottom: 24px;
}

.featured-calender {
	padding: 40px 0;
}

.featured-calender .feature-grid {
	display: grid;
	grid-gap: 16px;
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
	.featured-calender .feature-grid {
		grid-gap: 16px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 500px) {
	.featured-calender .feature-grid {
		grid-gap: 16px;
		grid-template-columns: repeat(1, 1fr);
	}
}

.featured-calender .program-item {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}

.featured-calender .program-item.grid-item-small .wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.featured-calender .program-item.grid-item-small .wrapper .side-wrapper {
	flex: 0 0 auto;
	width: 100%;
}

.featured-calender .excerpt {
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 20px;
	margin-top: 10px;
}

.featured-calender .program-item.project-type-1,
.featured-calender .program-item.project-type-2 {
	border: none;
	box-shadow: none;
}

.featured-calender .cta {
	margin-top: 70px;
	line-height: 0;
	text-align: center;
}

.featured-calender .cta .teaser-link:hover {
	background-color: #0b2f41;
	border: 1px solid #0b2f41;
}
.featured-calender .cta .teaser-link {
	font-family: Cera Pro, sans-serif;
	font-style: normal;
	font-weight: 700;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width: 100%;
	padding: 17px 52px;
	background-color: #f64f50;
	border: 1px solid #f64f50;
	border-radius: 25px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 14px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.featured-calender .teaser-h-theme-headline {
	padding: 0;
	font-family: Cera Pro, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 50px;
}

@media (min-width: 1200px) {
	.featured-calender .teaser-h-theme-headline {
		font-size: 22px;
	}
}

.featured-calender .teaser-h-theme-headline::after {
	display: block;
	content: "";
	height: 4px;
	width: 36px;
	margin-top: 8px;
	background-color: #f64f50;
}

.jlid-featured-slider {
	height: 60vh;
	margin-top: 20px;
}

.jlid-featured-slider .flickity-button,
.jlid-featured-slider .flickity-button:hover {
	background: none;
}

.jlid-featured-slider .slider-item {
	width: 100%;
	height: 100%;
}

.jlid-featured-slider .jlid-event-headline {
	font-size: 48px;
	max-width: 90%;
	line-height: 1em;
}

.jlid-featured-slider .title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.jlid-featured-slider .genre {
	margin-bottom: 20px;
	font-weight: 700;
}

.jlid-featured-slider .alt-project-title {
	padding-top: 0;
}

.jlid-featured-slider .info-part {
	margin-bottom: 10px;
	font-weight: 700;
	margin-top: 20px;
}

.jlid-featured-slider .button-part {
	margin-top: 20px;
}

.slider-content {
	width: 100%;
	height: 100%;
	display: flex;
	background-color: white;
}

.slider-content-left {
	width: 50%;
	height: 100%;
	display: flex;
	padding: 40px;
}
.slider-content-left .post-teaser-picture {
	width: 100%;
	height: 100%;
}
.slider-content-left .post-teaser-picture img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: flex;
}

.slider-content-right {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
}

@media (max-width: 1280px) {
	.slider-content-left {
		width: 40%;
		padding: 20px;
	}
	.slider-content-right {
		width: 60%;
		padding: 20px;
	}
	.jlid-featured-slider {
		height: 50vh;
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	.jlid-featured-slider .jlid-event-headline {
		font-size: 26px;
	}
	.slider-content-left {
		width: 20%;
		padding: 20px;
	}
	.slider-content-right {
		width: 80%;
		padding: 20px;
	}
	.jlid-featured-slider {
		height: 75vh;
		margin-top: 20px;
	}
}
@media (max-width: 500px) {
	.jlid-featured-slider .alt-project-title {
		display: none;
	}
	.jlid-featured-slider .post-teaser-text {
		display: none;
	}
	.slider-content-left {
		display: none;
	}
	.slider-content-right {
		width: 100%;
		padding: 40px;
	}
}

.maps-preview-event {
	max-width: 330px;
	height: 300px;
	width: 100%;
	margin-bottom: 40px;
}

.maps-preview-event img {
	object-fit: contain;
}

@media (max-width: 992px) {
	.maps-preview-event {
		max-width: 100%;
		height: 400px;
	}
	.maps-preview-event img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}

#categories-2 {
	display: none;
}

.page-template.page-template-templates.page-template-calendar_page_template.page-template-templatescalendar_page_template-php.page
	.content-page-hero {
	height: 50vh !important;
}

.page-template.page-template-templates.page-template-calendar_page_template.page-template-templatescalendar_page_template-php.page
	.content-page-hero
	.media.full-height {
	object-fit: cover;
	width: 100% !important;
}

.jlid-abgesagt-datum {
	color: grey;
	font-weight: 300;
	text-decoration: line-through;
}

.jlid-abgesagt-info {
	font-weight: 700;
	color: #f64f50;
}

.program-detail-content-part .alt-project-title {
	margin-top: 20px;
}
