<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css zu datenschutz */

/* mainMenueCSS  */
/* ========================================= */
/* =============== Main Menü =============== */
/* ========================================= */
#mainHeader{
	position: relative;
	z-index:2;
}
#mainMenue_mobile_chk {display: none;}

#HeaderOben &gt; small &gt; ul {padding: 0;}

#HeaderUnten &gt; div:first-of-type &gt; div {display: none;}

#mainMenue,
#mainMenue &gt; li &gt; ul {list-style: none;}

#mainMenue &gt; li &gt; a,
#mainMenue &gt; li &gt; ul &gt; li a {text-decoration: none;}

#mainMenue &gt; li:nth-of-type(3) &gt; a {pointer-events: none;}

#mainMenue &gt; li &gt; a {text-transform: uppercase; font-size: 14px;}

@media screen and (min-width: 1025px) {
	#mainMenue {display: flex;}
	
	#mainMenue &gt; li {
		width: calc(100% / 6);
		text-align: center;
		position: relative;
	}
	
	#mainMenue &gt; li:last-of-type::before,
	#mainMenue &gt; li:hover::after,
	#mainMenue &gt; li:hover::before {
		content: '';
		top: 0;
		height: 1px; width: 0px;
		position: absolute;
	}
	
	#mainMenue &gt; li:last-of-type:hover::before,
	#mainMenue &gt; li:last-of-type::before,
	#mainMenue &gt; li:hover::before {border-left: 15px solid #1f1f1f;}
	
	#mainMenue &gt; li:last-of-type:hover::before,
	#mainMenue &gt; li:hover::before {border-bottom: 39px solid #707070;}

	#mainMenue &gt; li:last-of-type::before,
	#mainMenue &gt; li:hover::before {left: -7.5px;}
	
	#mainMenue &gt; li:nth-last-of-type(2):hover::after,
	#mainMenue &gt; li:hover::after {
		border-right: 15px solid #1f1f1f;
		border-top: 39px solid #707070;
	}

	#mainMenue &gt; li:hover::after {
		border-right-color: #1f1f1f;
		border-top-color: #707070;
		right: -7.5px;
	}

	#mainMenue &gt; li:first-of-type:hover::before {border: 0;}

	#mainMenue &gt; li:hover {background-color: #707070;}

	#mainMenue li:hover &gt; ul {display: inline-block;}

	#mainMenue &gt; li &gt; a {
		color: white;
		font-weight: bold;
		display: block;
		padding: 10px 0;
	}

	#mainMenue ul {
		list-style: none;
		background-color: rgba(240,240,240,0.9);
		padding: 15px 0 9px 0;
		width: calc(100% + 50px);
		display: none;
		position: absolute;
		left: -9px;
		top: 40px;
		text-align: left;
		z-index: 5;
	}

	#mainMenue &gt; li li {
		padding: 0 5px;
		position: relative;
	}

	#mainMenue &gt; li:first-of-type &gt; ul {
		left: 0;
	}

	#mainMenue &gt; li li:hover &gt; a {
		background-color: rgba(255,255,255,0.6);
	}

	#mainMenue &gt; li &gt; ul &gt; li a {
		color: black;
		font-weight: bold;
		font-size: smaller;
		display: block;
		padding: 7px 10px;
	}
  
	#mainMenue &gt; li &gt; ul &gt; li &gt; ul {
		padding: 9px 0;
		bottom: -9px;
		width: 290px;
		left: 100%;
		top: unset;
	}
}

/*------------------------------------------*/

@media screen and (max-width: 1024px) {
	#mainMenue {
		right: 0;
		position: absolute;
		background-color: #ebedf2;
		width: 400px;
		max-width: 100%;
		padding: 10px 10px 10px 2.8rem;
		z-index: 5;
		display: block;
		top: 190px;
	}
	
	#mainMenue &gt; li &gt; ul &gt; li {
		position: relative;
	}
	
	#mainMenue &gt; li &gt; ul &gt; li &gt; ul {
		list-style: none;
		padding-left: 15px;
		display: none;
	}
	
	#mainMenue &gt; li &gt; ul &gt; li a,
	#mainMenue &gt; li &gt; a {
		color: black;
		display: block;
		font-weight: bold;
	}
	
	#mainMenue .isnode &gt; div::before,
	#mainMenue .isnode &gt; div::after {
		content: '';
		background-color: #707070;
		display: inline-block;
		position: absolute;
	}
	
	#mainMenue .isnode &gt; div {
		position: absolute;
		width: 20px;
		height: 20px;
		right: 33px;
		top: 13px;
		cursor: pointer;
	}
	
	#mainMenue &gt; li &gt; ul &gt; .isnode &gt; div {
		width: 15px;
		height: 15px;
		right: 35px;
		top: 7px;
	}
	
	#mainMenue &gt; li &gt; ul &gt; .isnode &gt; div::before {
		width: 3px;
		height: 100%;
		right: 6px;
	}

	#mainMenue &gt; li &gt; ul &gt; .isnode &gt; div::after {
		width: 100%;
		height: 3px;
		top: 6px;
	}

	#mainMenue &gt; .isnode &gt; div::before {
		width: 4px;
		height: 100%;
		right: 8px;
	}

	#mainMenue &gt; .isnode &gt; div::after {
		width: 100%;
		height: 4px;
		top: 8px;
	}
	
	#mainMenue .openleaf &gt; ul {display: inline-block !important;}
	
	#mainMenue .openleaf &gt; div::before {display: none;}
	
	#mainMenue &gt; li &gt; ul &gt; li a {
		font-size: smaller;
		padding: 5px 10px;
	}
	
	#mainMenue &gt; li &gt; ul {
		padding: 5px 0px 5px 5px;
		display: none;
		width: 100%;
	}
	
	#mainMenue &gt; li &gt; a {
		padding: 10px 5px 10px 0px;
		width: 80%;
	}
	
	#mainMenue_kb_show_menu,
	#mainMenue_kb_show_menu::before,
	#mainMenue_kb_show_menu::after {
		display: block;
		width: 35px;
	}
	
	#mainMenue_kb_show_menu::after,
	#mainMenue_kb_show_menu::before {
		content: '';
		height: 15px;
		position: absolute;
		right: 0px;
	}
	
	#mainMenue_kb_show_menu::after {border-bottom: 5px solid #707070;}
	#mainMenue_kb_show_menu::before {border-top: 5px solid #707070;top: -10px;}
	
	#mainMenue_kb_show_menu {
		height: 5px;
		position: absolute;
		right: 55px;
		top: 50px;
		background-color: white;
		margin: 10px 0;
	}
	
	#HeaderUnten &gt; div:last-of-type &gt; ul {margin-top: 50px;}
	
	#mainMenue_mobile_chk:checked ~ #mainMenue_kb_show_menu {border: none;}
	
	#mainMenue_mobile_chk:checked ~ #mainMenue {display: none;}
	
	#mainMenue_mobile_chk:checked ~ #mainMenue_kb_show_menu::before,
	#mainMenue_mobile_chk:checked ~ #mainMenue_kb_show_menu::after,
	#mainMenue_kb_show_menu,
	#mainMenue_kb_show_menu::before,
	#mainMenue_kb_show_menu::after {transition: 0.3s;}
	
	#mainMenue_mobile_chk:checked ~ #mainMenue_kb_show_menu {background-color: #707070;}
	
	#mainMenue_kb_show_menu::before {transform: rotate(45deg); top: -2px;right: 5px;}
	
	#mainMenue_kb_show_menu::after {transform: rotate(-45deg);top: -13px;right: 5px;}
	
	#mainMenue_mobile_chk:checked ~ #mainMenue_kb_show_menu::before {transform: rotate(0deg); top: -10px;right: 0;}
	
	#mainMenue_mobile_chk:checked ~ #mainMenue_kb_show_menu::after {transform: rotate(0deg);top: -5px;right: 0;}
	
	#mainMenue &gt; li {position: relative;}
	
	#mainMenue &gt; li &gt; ul &gt; li a:hover,
	#mainMenue &gt; li &gt; a:hover {color: #E30513;}
}

/*------------------------------------------*/

@media (max-width: 768px) {
	#impressum, #nutzungsbedingungen, #HeaderUnten &gt; div:last-of-type &gt; ul {display: none;}
	
	#HeaderUnten &gt; div:last-of-type &gt; h3 {text-align: left;}

	#mainMenue_kb_show_menu {
		right: 22px;
		top: 16px;
	}
	
	#HeaderOben {padding-right: 4.9rem;}
	
	#mainMenue {top: 157px;}
}

@media (max-width: 600px) {
	#mainMenue {top: 152px;}
}
/* --- --- */
/* sortimentWarenkReiterCSS  */
/* ---------------------------------------------- */
/* ------------------ Warenkorb ----------------- */
/* ---------------------------------------------- */
#warenkorbContainer {font-family: OpenSans, sans-serif;}
#warenkorbContainer b, #warenkorbContainer strong, #warenkorbContainer h1, #warenkorbContainer h2, #warenkorbContainer h3, #warenkorbContainer h4 {font-family: OpenSans-Bold, sans-serif;}


#warenkorbContainer {
	width: 100%;
	max-width: 1440px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	pointer-events: none;
}
#chkViewWarenkorb, #chkViewLastSeen {display: none;}
#warenkorbContainer label {cursor: pointer;}
#lblViewWarenkorb, #warenkorbObenAnzahl {
	display: inline-block;
	background-image: url('/bilder/shop/skart.gif');
	background-repeat: no-repeat;
	text-align: center;
}
#lblViewWarenkorb, #lblViewLastSeen {
	width: 50px;
	height: 50px;
	background-color: #E30513;
	background-size: 60%;
	background-position: center bottom 5px;
	color: white;
	position: absolute;
	right: 0;
	transition: 200ms;
	border-radius: 15px 0px 0px 15px;
}
#lblViewWarenkorb, #warenkorb {top: 400px;}
#lblViewWarenkorb, #warenkorb, #lblViewLastSeen, #lastSeen {pointer-events: all;}
#lblViewWarenkorb {
	padding-top: 0;
	font-size: 14px;
}
#chkViewWarenkorb:checked ~ #lblViewWarenkorb, #chkViewLastSeen:checked ~ #lblViewLastSeen {
	right: -50px;
}

#lblCloseWarenkorbArea, #lblCloseLastSeenArea {
	opacity: 0;
	pointer-events: none;
	cursor: unset !important;
	display: block;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 200ms;
}
#chkViewWarenkorb:checked ~ #lblCloseWarenkorbArea, #chkViewLastSeen:checked ~ #lblCloseLastSeenArea {
	opacity: 1;
	pointer-events: all;
}

#warenkorb, #lastSeen {
	width: 100%;
	max-width: 450px;
	position: absolute;
	right: -450px;
	transition: 400ms;
	border-radius: 10px 0 0 10px;
	background-color: #e9e9e9;
	z-index: 1;
	font-size: 90%;
}
#chkViewWarenkorb:checked ~ #warenkorb, #chkViewLastSeen:checked ~ #lastSeen {
	right: 0;
}
#warenkorbOben, #lastSeenOben {
	color: white;
	position: relative;
	border-radius: 10px 0 0 10px;
	display: flex;
	align-items: center;
}
#warenkorbObenAnzahl, #lastSeenObenIcon {
	vertical-align: top;
	width: 50px;
	height: 50px;
	background-size: 60%;
	background-position: center bottom 5px;
	font-size: 14px;
}
#warenkorbObenZumWarenkorb, #lastSeenObenHeadline {
	display: inline-block;
	vertical-align: top;
	font-size: 150%;
	color: white;
	text-decoration: none;
	border: none;
	font-size: 175%;
}
#lblCloseWarenkorb, #lblCloseLastSeen {
	position: absolute;
	right: 26px;
	top: calc(50% - 10px);
}
#lblCloseWarenkorb, #lblCloseLastSeen, .lastSeenBeitragArrow {
	display: inline-block;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-right: 3px solid white;
	border-top: 3px solid white;
}

#warenkorbUnten, #lastSeenUnten {
	padding-bottom: 0.7rem;
}
#asyncWarenkorbSeitenreiter {
	max-height: 240px;
	overflow-y: auto;
	scrollbar-width: thin;
}
.warenkorbArtikel, .lastSeenBeitrag {
	padding: 0.7rem;
	border-bottom: solid 1px #cdcdcd;
}
.warenkorbArtikelLinks, .warenkorbArtikelRechts {
	display: inline-block;
	vertical-align: top;
}
.warenkorbArtikelLinks {
	width: 70%;
	padding-right: 30px;
}
.warenkorbArtikelRechts {
	width: 30%;
	text-align: right;
}
#warenkorbArtikelRemove, #warenkorbArtikelAdd, #warenkorbArtikelDecr {
	background-color: unset;
	padding: unset;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	vertical-align: top;
	height: 25px;
}
#warenkorbArtikelRemove {
	width: 25px;
	background-image: url("/bilder/sdelete.gif");
	margin-top: -2px;
}
#warenkorbArtikelAdd {
	width: 30px;
	background-image: url("/bilder/skorb.gif");
}
#warenkorbGesamtContainer {
	margin-top: 0.7rem;
	padding-right: 0.7rem;
	text-align: right;
}
#warenkorbGesamtOben {font-size: 140%;}
.warenkorbGesamtL, .warenkorbGesamtR {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.warenkorbButtonAnfragen {
	padding: 3px 14px;
}





/* Last Seen */
#lastSeenUebersicht {
	max-height: 260px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.lastSeenBeitragL, .lastSeenBeitragM, .lastSeenBeitragR {
	display: inline-block;
	vertical-align: top;
}
.lastSeenBeitragL, .lastSeenBeitragM {padding-right: 15px;}
.lastSeenBeitragL {width: calc(60% - 10px);}
.lastSeenBeitragM {width: calc(40% - 10px);}
.lastSeenBeitragR {
	height: 50px;
	width: 20px;
}
.lastSeenBeitragArrow {
	margin-top: 16px;
	margin-left: -5px;
}

#lblViewLastSeen, #lastSeen {top: 460px;}

#lblViewLastSeen, #lastSeenObenIcon {
	background-image: url('/bilder/shop/last_seen.svg');
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center;
}

#lastSeenObenIcon {
	display: inline-block;
}
.lastSeenBeitrag:last-of-type {
	border-bottom: none;
}

#lblViewLastSeen {display: none;}


@media (max-width:1024px), (max-height: 850px) {
	#lblViewWarenkorb, #warenkorb {top: 240px;}
	#lblViewLastSeen, #lastSeen {top: 300px;}
}
@media (max-width:768px), (max-height: 680px) {
	#lblViewWarenkorb, #warenkorb {top: 100px;}
	#lblViewLastSeen, #lastSeen {top: 160px;}
}








/* ---------------------------------------------- */
/* ---------------- Confirmation ---------------- */
/* ---------------------------------------------- */
#BasketConfirmationContainer input[type=checkbox] {
	display: none;
}
#BasketConfirmationContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
#BasketConfirmation {
	display: none;
	pointer-events: all;
	padding: 10px 20px;
	background-color: #E30513;
	color: white;
}
#BasketConfirmationContainer input[type=checkbox]:checked ~ #BasketConfirmation {
	display: block;
}
#BasketConfirmationContainer input[type=checkbox]:checked ~ #lblBasketConfirmationArea {
	pointer-events: all;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1;
	cursor: unset;
}
#confirmationAddMessage, #confirmationRemoveMessage {
	display: none;
}




/* ------------------------------------------------- */
/* -------------------- Loading -------------------- */
/* ------------------------------------------------- */
#chkLoadingArea {display: none;}
#ladenWrapper {
	display: none;
	align-items: center;
	height: 50px;
	width: 120px;
	background-color: white;
	color: #888;
	border-radius: 7px;
	padding: 5px;
	position: fixed;
	left: calc(50% - 60px);
	top: calc(50% - 25px);
	z-index: 2;
}
#chkLoadingArea:checked ~ #ladenWrapper {
	display: flex;
}

#ladenPic {
	margin-right: 10px;
}

#lblCloseLoadingArea {
	opacity: 0;
	pointer-events: none;
	cursor: unset !important;
	display: block;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 200ms;
	z-index: 2;
}
#chkLoadingArea:checked ~ #lblCloseLoadingArea {
	opacity: 1;
	pointer-events: all;
}
/* --- --- */
#noJsContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#noJSMessage {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 14px;
	bottom: 14px;
	pointer-events: all;
}
/* --- --- */
.breadcrumpWrapper {font-size: 80%;}

.breadcrumpWrapper &gt; a:first-of-type:hover {
	text-decoration: none;
}

.breadcrumpLink:hover {
	text-decoration: none;
}

.breadcrumpSuche &gt; div {
	width: 50%;
}

@media (max-width: 1024px)  {
	.aktionenMobileAnzeige {
		background-color: #1E1E1E;
		color: white;
      	padding: 11px 3.5rem;
		margin-left: -3.5rem;
		margin-right: -3.5rem;
	}
}
@media (max-width: 768px)  {
  	.aktionenMobileAnzeige {padding-right: 1.4rem;}
  
	.aktionenMobileAnzeige &gt; div:nth-of-type(2) {text-align: left;}
	
  	.breadcrumpSuche &gt; div:first-of-type {width: 65%;}
	.breadcrumpSuche &gt; div:last-of-type {width: 35%;}
}
@media (max-width: 600px)  {
	.aktionenMobileAnzeige {
		margin-left: -1.4rem;
		margin-right: -1.4rem;
      	padding-left: 1.4rem;
    	padding-right: 1.4rem;
	}
  	.aktionenSpan,
	.breadcrumpSuche &gt; div:first-of-type {width: 100%;}
}
/* --- --- */</pre></body></html>