.router-card .router-card-headline {
	max-width: 20ch;
}

/* START: fix event section banner  */
section.section-event-banner .banner-card .banner-card-image {
	--p-height: 320px;
	--p-width: 397px;
}
@media (max-width: 1068px) and (max-width: 1068px) {
	section.section-event-banner .banner-card .banner-card-image {
		--p-height: 198px;
		--p-width: 324px;
	}
	section.section-event-banner picture.banner-card-image.overview-banner-banner {
		margin-top: 55px;
	}
}
@media (max-width: 734px) and (max-width: 734px) {
	section.section-event-banner .banner-card .banner-card-image {
		--p-height: 151px;
		--p-width: 248px;
	}

	section.section-event-banner picture.banner-card-image.overview-banner-banner {
		margin-top: 40px;
		margin-bottom: -17px;
	}
}
/* END: fix event section banner  */

/* START: fix section-more card size */
.section-more .gallery .grid.card-set {
	grid-template-columns: repeat(3, 372px);
}
@media (max-width: 1068px) {
	.section-more .gallery .grid.card-set {
		grid-template-columns: unset;
		grid-auto-columns: 1fr;
	}
}
/* END: fix section-more card size */
