<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
	background-color:#ffffff;
	font-family:Open Sans Regular,Helvetica Neue,Helvetica,Arial,sans-serif; 
	color:black;
	margin:0px;
    height: 100%;
    overflow: auto;
	font-size:100%;
}
body {
	padding: 0px;
	margin: 0px;
}
a{
	color:black;
	text-decoration:none;
}
#app{
	position:absolute;
	top:0px;
	left:0px;
	width:99%;
	height:100%;
	background-color:white;
}
#MainContainer{
	position:relative;
	max-width:1010px;
	width:100%;
	background-color:white;
	margin: 0 auto;
}
#HeaderContainer{
	position:relative;
	width:100%;
	height: 90px;
	border-bottom:1px solid black;
	background-color:white;
}
#NaviContainer{
	position:relative;
	width:100%;
	height: 35px;
	border-bottom:1px solid black;
	background-color:#f0f0f0;
}
#phoneNr{
	position:absolute;
	right:0px;
	top:60px;
}
#NaviContent{
	display:flex;
	padding: 5px;
}
.NaviItem{
	padding-left:2px;
	padding-right:2px;
	white-space: nowrap;
}
.NaviItem:hover{
	background-color:white;
	white-space: nowrap;
}
#AktionContainer{
	position:relative;
	width:100%;
	min-height: 300px;
	border-bottom:1px solid black;
}
#ClaimContainer{
	position:relative;
	display:flex;
	width:100%;
	min-height: 100px;
	border-bottom:0px solid black;
}
#MainCatalogContainer{
	position:relative;
	width:100%;
	min-height: 300px;
	border-bottom:1px solid black;
	text-align:center;
}
#KatalogContainer{
	position:relative;
	width:100%;
	min-height: 300px;
	border-bottom:1px solid black;
}
#ClaimContent{
	font-size:0.75em;
	padding-top:5px;
}
.ClaimItem{
}

#KategorieContainer{
	width:100%;
	border-bottom:1px solid black;
	min-height:100px;
	margin-top:30px;
	padding-bottom:30px;
}
#KategorieContent{
	position:relative;
	top:0px;
	left:0px;
	display:flex;
	flex-flow:row wrap;	
	justify-content:space-between;
}
.KategorieItemContainer{
	margin-bottom:10px;
}
.KategorieItem{
	flex: 0 0 100px;
	margin-left:5px;
	margin-right:5px;
	border: 1px solid black;
	width:223px;
	height:85px;
	font-size:.85em;
	font-weight:bold;
	padding-left:3px;
}
.KategorieItemText{
	flex: 0 0 100px;
	height:25px;
	font-size:.85em;
	font-weight:bold;
	color:white;
	background-color:black;
	margin-left:5px;
	margin-right:5px;
	padding-left:3px;
}
#HeaderLogo{
	padding-top:10px;
	float:left;
}
#logoImg{
	width:450px;
	height:70px;
}
#HeaderSearch{
	padding-top:20px;
	right:0px;
}
#KategorieKataloge{
	display:flex;
	flex-flow:row wrap;
	justify-content: space-between;
}
.KatKatItem{
	padding:5px;
	background-color:#f0f0f0;
}
.KatKatImg{
	width:223px;
}
#AktionKataloge{
	display:flex;
	flex-flow:row wrap;
	justify-content: space-between;
}
.AktionKatImg{
	width:223px;
	height:320px;
}
.AktionKatDesc{
	font-size:1.25em;
	font-weight:bold;
	overflow-x: hidden;
	width:223px;
}
.AktionKatItem{
	padding: 5px;
	margin-bottom:30px;
	margin-right:0px;
	background-color:#f0f0f0;
}
#AktionHeader{
	background-color:#f0f0f0;
	padding-top:5px;
	padding-bottom:5px;
}
#ThemenHeader{
	background-color:#f0f0f0;
	padding-top:5px;
	padding-bottom:5px;
}
#suchbox{
	position:absolute;
	right: 0px;
}
#suchform{
	padding-bottom: 0; 
	margin-bottom: 0;
}
#searchInput{
	width: 380px;
	height: 20px;
}
#searchBtn{
	height:20px;
	position:relative;
	top:5px;
}
#WK{
	position: absolute;
	bottom:5px;
	left: 630px;
	background-color:green;
	height:30px;
}
#wkImgCont{
	position: absolute;
	bottom:3px;
}
#wkImg{
	position: absolute;
	bottom:0px;
	height:25px;
}
#wkInh{
	position:absolute;
	color:#e5097f;
	font-size:1.0em;
	left:16px;
	font-weight:bold;
	top:0px;
}
#wkText{
	position:absolute;
	color:#e5097f;
	left:40px;
	bottom:2px;
	font-size:.8em;
}
#putWK{
	position:relative;
	margin-top:60px;
	width:600px;
}
#prodNaviCont{
	width:300px;
	height:200px;
}
#prodDescCont{
	max-width:450px;
}
#prodVisContLupe{
	position:absolute;
	z-Index:20;
	right:0px;
	bottom:50px;
}
#prodVisCont{
	z-Index:3000;
	position:absolute;
	top:10px;
}
#bigpic{
	border:2px solid black;
	width:950px;
	height:600px;
	position:absolute;
	top:150px;
	left:200px;
	background-color:white;
	visibility:hidden;
}
#prodPicCont{
	position:absolute;
	right:0px;
	top:140px;
}
#smallpic{
	width:550px;
}
#ampel{
	position:absolute;
	top:0px;
}
#WKContainer{

	height:250px;
}
#aktWKCont{
	float:left;
}
#aktInfoCont{
	position:absolute;
	left:60px;
	width:250px;
}
#putWK{
	
}
#productContainer{
	
}
#FooterContainer{
	display: flex;
	position:relative;
	width:100%;
	border-top:1px solid black;
	background-color:#f0f0f0;
	flex-flow: row wrap;
}
#aboutContainer{
	width:200px;
}
#agbContainer{
	width:200px;
}
#produktContainer{
	width:200px;
}
#kontaktContainer{
	width:200px;
}
.infoHeader{
	color:#e5097f;
	font-weight:bold;
}
.footCol{
	float:left;
	padding-right:50px;
}
.footerItem{
	font-size:0.8em;
	padding-top:5px;
}
#inlFootCont{
	padding:0px;
}
.NaviItem2{
	padding-left:0px;
}
#rpc{
	position:absolute;
	width:1010px;
	background-color:white;
	display:none;
	height:100%;
	top:140px;
	left:0px;
	margin:0px;
	padding:5px;
	overflow:hidden;
	z-Index:1000;
	flex-flow: row wrap;
}
#ergOut{
	position:absolute;
	display:flex;
	width:99%;
	padding-top:50px;
	flex-flow: row wrap;
}
#BestellListeContainer{
	position:absolute;
	left:480px;
	top:60px;
}
#kantenbruch{
	display:none;
}
#idKat1{
	display:none;
}
#idKat2{
	display:none;
}
#idKat3{
	display:none;
}
.idKat{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:1010px;
	background-color:white;
	opacity: .95;
	padding-top:40px;
	flex-flow: row wrap;
	justify-content:space-between;
}
</pre></body></html>