<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*&lt;![CDATA[*/
div.navigation, div.kontext, ul.breadcrumbs, div.kopf ul, div.kopf div.loginInfo {
	display: none !important;
}

div.kopf {
	width: 100% !important;
	text-align: left;
}

#logo {
	margin-left: -16px;
}

div.main {
	position:static;
	width: 100%;
	float: none;
}


body {
	background: none;
}

div.inhalt h1 {
}

div.main {
	width: 100%;
	margin: 0;
	padding: 0;
}
div.inhalt {
    position: static;
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
}

a.text {
	text-decoration: underline !important;
	color: black !important;
}

a.text img {
	display: none;
}

div.inhalt div.produktUebersichtGross a.right,
div.inhalt div.produktUebersichtKlein a.right {
	margin-right: 8px;
}

div#warenkorb ul.schritte li
{
	color: #D7D7D7;
}

div#warenkorb ul.schritte li.active
{
	color: red;
}

div#warenkorb ul.schritte li span
{
	padding: 0 3px 0 3px;
	border: 1px solid #D7D7D7;
	color: #D7D7D7;
	background-color: transparent;
}

div#warenkorb ul.schritte li.active span
{
	border: 1px solid red;
	color: red;
	background-color: transparent;
}

/* Buttons */
div.buttonLink,
div.buttonSubmit,
div.buttonLinkLeft,
div.buttonLinkLeftGrey,
div.buttonLinkRight,
div.buttonLinkRightGrey,
div.buttonLinkDisabled,
div.buttonLinkRightDisabled
{
	background: none;
	border: 1px solid black;
	padding: 0;
}

div.buttonLink a,
div.buttonSubmit input,
div.buttonLinkLeft a,
div.buttonLinkLeftGrey a,
div.buttonLinkRight a,
div.buttonLinkRightGrey a,
div.buttonLinkDisabled a,
div.buttonLinkRightDisabled a,
div.buttonLink span,
div.buttonLinkLeft span,
div.buttonLinkLeftGrey span,
div.buttonLinkRight span,
div.buttonLinkRightGrey span,
div.buttonLinkDisabled span,
div.buttonLinkRightDisabled span
{
	background: none;
	margin: 0 !important;
	padding: 2px 5px !important;
	line-height: auto !important;
}

div.noticeNegative {
	background: none !important;
	border: 1px solid red;
}

div.noticeNegative h1,
div.noticeNegative p {
	background-color: transparent !important;
	background: none !important;
	color: red !important;
}

div.noticePositive {
	background: none !important;
	border: 1px solid green;
}

div.noticePositive h1,
div.noticePositive p {
	background-color: transparent !important;
	background: none !important;
	color: green !important;
}
/*]]*/</pre></body></html>