html{
	background: url("https://www.tgassi.de/wp-content/images/background.jpg") repeat scroll 0 0 #fff;
	-webkit-box-shadow: inset 0px 0px 200px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 200px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 200px 0px rgba(0,0,0,0.75);
	width:100%;
	min-height:100%;
}
#logo {
    position: absolute;
    left: 0px;
    top: 0pc;
	max-width:40%;
}
#detail-product-type-view-panel {
    color: black;
}
.SprdMain .sprd-Dropdown .sprd-Wrapper.sprd-Items .sprd-Item.sprd-active, .SprdMain .sprd-Dropdown .sprd-Wrapper.sprd-Items .sprd-Item:hover {
    background: #ffffff50;
}
.SprdMain .sprd-Wrapper.sprd-layoutProductCentered .sprd-Wrapper.sprd-productView .sprd-Wrapper.sprd-productViews .sprd-Carousel .sprd-Item.sprd-active picture {
    border-color: #fff;
}
html:not(.touch) .customSubfilterItem:hover{
	background-color: #ffffff50;	
}
html:not(.sprd-touch) .sprd-button.customButton.sprd-default.sprd-button:hover, html:not(.sprd-touch) .sprd-button.customButton.sprd-default:hover .sprd-Wrapper.sprd-Item {
	background-color: #ffffff50;	
}
.customPageBackground {
  color: #000;
}

#sprd-main, #sprd-footer{
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,1);
	margin-bottom: 10px;
	position: relative;
}
.SprdMain .sprd-Carousel .sprd-Wrapper.sprd-items img, .SprdMain .sprd-Carousel .sprd-Wrapper.sprd-items picture{
	height: auto;
}