body
{
	background: url('../images/schiefer_background.jpg');
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	color: rgb(239, 239, 239);
}

#logo
{
	background: url('../images/logo_schiefer.png') 50% 0px no-repeat;
	background-size: 80px;
	position: relative;
	height: 60px;
	top: 8px;
}

.link_logo:link
{
	display: none;
}

@media screen and (min-width : 1024px) {
	#logo
	{
		position: relative;
		background: url('../images/logo_schiefer') 0px 0px no-repeat;
		background-size: 120px;
		width: 120px;
		height: 90px;
		top: 20px;
		left: calc(50% - 60px);
		z-index: 5;
	}
}

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

h1, h2,
.item_product > h2
{
	color: #b7bea6;
}

.block_feature,	
.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_product
{
	background: transparent;
}

#container_footer
{
	background: rgba(137,156,128,0.2);
}