.repertoire-headline {
	vertical-align: middle;
}
.list {
	min-width: auto;
}
.js_list_item.offerItem {
	border-bottom: 1px solid #dee2e6;
}
.js_list_item.offerItem[ data-content="Fällt aus" ],
.js_list_item.offerItem[ data-content="Verlegt" ] {
	position: relative;
	cursor: auto !important;
	pointer-events: none !important;
}
.js_list_item.offerItem[ data-content="Verlegt" ] {
	pointer-events: unset !important;
}
/* .js_list_item.offerItem[ data-content="Verlegt" ]::before, */
.js_list_item.offerItem[ data-content="Fällt aus" ]::before {
	content: attr( data-content );
	position: absolute;
	background: var( --primary-color ) !important;
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
	font-size: 20px;
	z-index: 2;
	color: #fff;
	padding: 10px 25px;
}
.js_list_item.offerItem[ data-content="Verlegt" ]::after,
.js_list_item.offerItem[ data-content="Fällt aus" ]::after {
	content: '';
	position: absolute;
	background: rgba( 255, 255, 255, .5 );
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.js_list_item.offerItem.Fällt.aus .item {
	opacity: .5;
}
/* Event List Image */
.js_list_item.offerItem .item .listImage a {
	display: block;
	height: 100%;
}
.js_list_item.offerItem .item .listImage a img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	font-size: 12px;
}
/* default Grid */
.js_list_container .js_list_item:nth-child( even ) .gridcontainer {
	background-color: rgba( var( --primary-color-rgb ), 0.1 );
}
.gridcontainer .object-fit-cover {
	height: 200px !important;
	object-fit: cover;
	overflow: hidden;
}
.gridcontainer {
	display: grid !important;
	width: 100%;
	height: 200px;
	grid-template-areas: "area1 area2 area3 area4 area5 area6";
	grid-template-columns: 80px 13% 30% 20% 10% 20%;
	grid-template-rows: 200px;
}
.gridcontainer > .area1 {
	grid-area: area1;
}
.gridcontainer > .area2 {
	grid-area: area2;
}
.gridcontainer > .area3 {
	grid-area: area3;
}
.gridcontainer > .area4 {
	grid-area: area4;
}
.gridcontainer > .area5 {
	grid-area: area5;
}
.gridcontainer > .area6 {
	grid-area: area6;
}
/* Event-List styling */
.area1,
.area2,
.area3,
.area4,
.area5,
.area6 {
	position: relative;
	margin-bottom: auto;
	margin-top: auto;
	padding: 1rem;
}
.area3.list.Topic div div {
	color: var( --primary-color );
	font-weight: bold;
}
.area4 span:first-child {
		color: var( --primary-color );
		font-weight: bold;
}
.area3 div div {
	font-size: var( --font-size-h3 );
}
.area4 {
	font-size: var( --font-size );
	text-align: center;
}
/*Grid responsiv */
@media ( max-width:1160px ) {
	.area3 div div{
		font-size: calc( var( --font-size-h3 ) * .8 );
	}
	.area4 {
		font-size: calc( var( --font-size ) * .9 );
		padding-top: 1rem;
		text-align: left;
	}
}
@media ( max-width: 768px ) {
	.gridcontainer {
		display: grid !important;
		width: 100%;
		height: 220px;
		grid-template-areas: 	"area1 area2 area4 area5"
													"area1 area2 area3 area6";
		grid-template-columns: 80px 23% 44% 21% !important;
		grid-template-rows: 100px 100px;
	}
	.offerItem .listImage {
		float: left;
	}
	.cd-timeline-content .image {
		float: right;
		margin-top: -16px;
	}
	.float-start.ft-theme.cd-read-more.price.me-auto {
		text-align: end;
		float: right !important;
	}
	.area3 div div {
		font-size: calc( var( --font-size-h3 ) * .6 ) !important;
	}
	.area4{
		font-size: calc( var( --font-size ) * .6 );
		text-align: left;
		font-weight: lighter;
	}
	.js_list_item.offerItem .item .listImage a img {
		height: 220px !important;
		width: 100% !important;
		object-fit: cover !important;
	}
	.area1 span {
		font-size: calc( var( --font-size-h3 ) * .7 ) !important;
		line-height: 1;
	}
	.area1 span:nth-child( 2 ),
	.area1 span:nth-child( 3 ) {
		font-size: calc( var( --font-size-h3 ) * 1.2 ) !important;
	}
}
@media ( max-width: 560px ) {
	#cd-timeline {
		background-color: transparent;
	}
	.gridcontainer {
		display: grid !important;
		width: 100%;
		height: 420px;
		grid-template-areas:	"area1 area2 area2"
													"area4 area4 area4"
													"area3 area3 area5"
													"area6 area6 area6";
		grid-template-columns: 20% 50% 30% !important;
		grid-template-rows: 200px 50px 70px 100px;
		margin-bottom: 2rem;
		background-color: white;
		box-shadow: 2px 4px 10px rgba( 0, 0, 0, .2 );
	}
	.js_list_item.offerItem {
		border-bottom: 1px solid transparent !important;
	}
	.area1 span {
		font-size: calc( var( --font-size-h3 ) * .6 ) !important;
		line-height: 1;
	}
	.area1 span:nth-child( 2 ),
	.area1 span:nth-child( 3 ) {
		font-size: var( --font-size-h3 ) !important;
	}
	.area3 div div {
		font-size: calc( var( --font-size-h3 ) * .8 );
	}
	.area4 {
		font-size: calc( var( --font-size ) * .6 );
		padding-top: 1rem;
		text-align: left;
	}
	.float-start.ft-theme.cd-read-more.price.me-auto {
		text-align: start;
		float: left !important;
	}
	.area6.wbtn {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2rem;
	}
	.tab-content {
		background-color: var(--body-bg-color) !important;
	}
}
@media ( min-width:768px ) {
	.offerItem .listImage .image {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-position: center center;
		background-size: cover;
		width: 100%;
		height: 100%;
	}
	.filter {
		position: sticky;
		top: 0;
		z-index: 2;
		background: #fff;
		padding: .5rem;
	}
	.js_timelist.js_list_container {
		margin-top: 0 !important;
	}
}
@media ( min-width: 991px ) {
	.gridcontainer {
		grid-template-columns: 80px 13% 30% 15% 10% 20%;
	}
}
@media ( min-width:1100px ) {
	.gridcontainer {
		grid-template-columns: 80px 13% 30% 20% 10% 20%;
	}
}
