<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


@media only screen and (min-width: 481px) {
	.sterne {
		position: absolute;
		right: 120px;
		top: 50px;
		z-index: 50;
	}
}

@media only screen and (max-width: 480px) {
	.sterne {
		position: absolute;
		width: 130px;
		height: 130px;
		right: 20px;
		top: 20px;
		z-index: 50;
	}
}

.single-event .entry-overlay,
.parallax .entry-overlay-meta {
	position: absolute;
	top: 80px;
	left: 150px;
	width: 40%;
	height: 120px;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	z-index: 5;
}


.parallax .entry-overlay-meta h2 {
	font-size: 3.0rem;
	text-transform: uppercase;
	padding-bottom: 50px;
	color: #FFF;
	border-bottom: none;
}

.parallax .entry-overlay-meta h2 a { color: #FFF; }

.parallax .entry-overlay-meta h2 a:hover { color: #DDD; }</pre></body></html>