section.event {
/* 	min-height: 200vh; */
	padding-bottom: 60px;
}
.template_event .hero-content-date {
	padding-bottom: 25px;
}
.template_event .hero-content-headline {
	padding-bottom: 20px;
}
.template_event .hero-content-date {
	padding-bottom: 0;
}
.template_event .hero-content-status span {
		padding: 4px;
	background: red;
	color: white;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
	text-transform: uppercase;
}

.images_single_description {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	bottom: 0;
}

.images_single_description span {
	background: rgba(255, 255, 255, 0.80);
	padding: 3px;
	display: inline-block;
}

/*
.template_event .hero-content-summary {
	width: 100%;
	max-width: 740px;
	text-align: center;	
}
*/

.template_event .ticketing {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
	text-align: center;
}
.template_event .ticket_link {
    padding: 5px 15px;
    background: rgba(255,255,255,1);
    border-radius: 10px;
    display: inline-block;
	width: 100%;
	max-width: 160px;
	margin-top: 10px;
}
.template_event .ticket_link:hover {
	background:#0020CB;
	color: white;
}
.template_event p strong {
	font-weight: bold;
}
.template_event p em {
	font-style: italic;
}


.template_event .matrix_item ul li {
	width: 100%;
}

.matrix_item.press_text {
	padding-top: 10px;
}

.matrix_item.club_text {
	padding-top: 7px;
	padding-left: 160px;
	background-image: url(img/Freundeskreis.jpg);
	background-position: left top 13px;
	background-repeat: no-repeat;
	background-size: 140px auto;
}






.template_event .sponsor img {
	max-height: 80px;
	max-width: 140px;
	margin-top: 10px;
}
.template_event .organizer img {
	max-width: 140px;
	max-height: 80px;
}



@media (max-width: 768px) {
.matrix_item.club_text {
	padding-top: 130px;
	padding-left: 0px;
	background-image: url(img/Freundeskreis.jpg);
	background-position: left top 16px;
	background-repeat: no-repeat;
	background-size: auto 100px;
}
}




