<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* HELPER */
.embed-container {
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: scroll;

		position: relative;
		padding-bottom: 56.25%; /* 16/9 ratio */
		padding-top: 0; /* IE6 workaround*/
		height: 0;
		width: 100%;
		overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}

/* TICKETS */
.tickets__highlights {

}

	.tickets__highlights-item {
		position:  relative;
	}

		.tickets__highlights-item-label {
			width: 100%;
			position: absolute;
			bottom: 0;
			padding: 10px;

			/*background-color:  rgba(0, 0, 0, 0.5);*/
			background-color:  rgba(116, 174, 37, 0.85);
			color:  #fff;
		}
			.tickets__highlights-item-label-title {
				font-weight: 900;
				font-size: 1.2em;
				line-height:  1.1em;
			}

			.tickets__highlights-item-label-subline {
				margin-top: 5px;
				line-height:  1.1em;
			}

.tickets__date-plakat {
	padding-right: 10px;
}

.tickets__date-ausverkauft {
	display: inline-block;
	background-color: red;
	padding: 1px 4px;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: 800;
}

/* TICKETS DETAIL */
.tickets__date {
	border-bottom: 2px solid #74ae25;
	margin-bottom: 20px;
	padding: 5px 0;
}

.tickets__date-day {
	line-height: 1em;
	font-size: 2.3em;
	font-weight: 600;
	color: #74ae25;
	margin-right: 15px;
}

.tickets__date-multi {
	line-height:  1em;
	margin-right: 15px;
}

.tickets__date-multi-day {
	line-height: 1em;
	/*font-size: 2.3em;*/
	font-weight: 600;
	color: #74ae25;
	/*margin-right: 15px;*/
}

.tickets__date-date, .tickets__date-info {
	line-height: 1em;
	margin-right: 15px;
}

.tickets__body {
	/*border:  1px solid #74ae25;*/
}
</pre></body></html>