<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tx-headbild {
	height:180px;
	margin:0px 0px 0px 0px;
}
.headbild {
	height:180px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size: auto 180px;
	font-size:30px;
	color:#625548;
	text-transform:uppercase;
}
.headbild strong {
	color: #862938;
}
.headbild span {
	display:block;
	height:180px;
}
@media (max-width:991px) {
	.headbild {
		font-size:28px;
	}
}
@media (max-width:767px) {
	.tx-headbild {
		height:auto;
	}
	.headbild {
		height:auto;
		font-size:24px;
		background-position:top left 25%;
	}
	.headbild-overlay {
		padding-top:20px;
	}
}</pre></body></html>