<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#logo
{
	background: url('../images/logo_mobile.svg') 50% 10px no-repeat;
	background-size: 250px;
	position: relative;
	background-size: 250px;
	height: 80px;
	top: 0px;
}

.link_logo:link
{
	display: none;
}

@media screen and (min-width : 1024px) {
	#logo
	{
		background: url('../images/logo.svg') 0px 0px no-repeat;
		background-size: 400px;
		width: 400px;
		height: 100px;
		top: 10px;
		left: calc(50% - 200px);
	}
}

@media screen and (min-width : 1024px) {
	.link_logo:link
	{
		display: block;
		width: 300px;
		height: 77px;
	}
}

body
{
	background: url('images/marmor_hintergrund.jpg') !important;
}

#container_headline
{
	background: transparent;
}

.block_feature,
.block_team,	
.block_text,
.block_tables,
.block_gallery,
.block_gallery_alt,
.block_quote,
.block_module,
.block_contact,
.block_map,
.block_youtube,
.block_textimage,
.block_link_gallery,
.block_filelist,
.block_blog,
.block_cookies,
.block_product,
.block_testimonial,
.block_grid_gallery,
.block_image-feature
{
	background: rgba(255,255,255,0.7);
}

.item_product
{
	clear: none;
	position: relative;
	width: 100%;
	padding: 0px 0px 20px 0px;
	float: left;
	text-align: center;
}

@media screen and (min-width : 1024px) {
	.item_product
	{
		clear: none;
		width: calc(25% - 20px);
		height: 450px;
		padding: 0px 0px 40px 0px;
		margin: 0px 26.6666666667px 0px 0px;
	}
	
	.item_product:nth-child(4n)
	{
		margin: 0px 0px 0px 0px;
	}
}

.container_hero
{
	position: relative;
	background-color: white;
	width: 100%;
	height: 45.3vw;
	margin: 0px 0px 0px 0px;
	z-index: 1;
}

	.container_hero video {
		width: 100%;
		height: auto;
		max-height: 45.3vw; 
	}</pre></body></html>