/* css zu onlineshop_detail *//* FooterCSS  */footer{color:#fff;}
footer a{color:white;}
footer .footer_green_cloumn > *{padding:20px 15px;}
footer .footer_green_cloumn > h3{margin:0}
footer .footer_green_cloumn{
	border-top:2px solid #329C67;
	margin: 0 6px;
}
.footer_flexbox:first-of-type > .footer_green_cloumn > *{
	border-bottom: 1px solid #329C67;
}
.footer_flexbox:first-of-type > .footer_green_cloumn{
	padding-bottom:112px
}
.footer_green_wrapper{
	max-width:1152px;
	margin:0 auto;
}
.footer_green_cloumn > .HoverPfeil > .Footer_facebook:after{
	content:'\f105';
	font-size: 30px;
	vertical-align: middle;
	margin-top:-6px
}
.footer_green_cloumn > .HoverPfeil > .Footer_instagramm:after{
	content:'';
	height: 25px;
	width: 25px;
	background-size:contain;
	background-image:url('/bilder/Instagram-logo.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top:-3px;
}
.footer_green{margin-top:100px; padding-top:71px; position:relative;padding-bottom: 20px;}
.footer_green > .footer_logo_container{
	width:100%;
	text-align:center;
	max-width:1440px;
	position: absolute;
	top:-100px;
	left:50%;
	transform:translateX(-50%);
	height:100px;
	background-color:#fff;
	padding-top:25px
}
.footer_gray{padding-top:71px;padding-bottom:47px}
.footer_gray a{
	font-family: iconfont;
	font-size:65px;
	width:50px;
	height: 50px;
	display:inline-block;
	margin:0 20px;
	font-weight:100;
}
.footer_gray a img{max-width:100%}

@media screen and (max-width:1024px){
	footer{margin-bottom:60px;}
	.footer_flexbox{flex-direction: column;padding:0 30px;}
	.footer_green_cloumn{	margin:0 !important;}
	.footer_flexbox:first-of-type > .footer_green_cloumn{border-top:none; padding-bottom:60px}
	.footer_flexbox:first-of-type > .footer_green_cloumn > h3{font-size:34px;}
	.HoverPfeil{position: relative; padding-right:50px !important;}
	.HoverPfeil > span::after{
		position: absolute;
		margin:0;
		right:20px;
	}
	.HoverPfeil:hover > span::after{right:0;}
	.HoverPfeil .Footer_facebook::after,.HoverPfeil .Footer_instagramm::after{bottom:20px;}
}
@media screen and (max-width: 600px) {.footer_flexbox:first-of-type > .footer_green_cloumn > h3{font-size:27px;}}/* --- --- *//* mainMenu_241219CSS  */#sliderUnterMenueWrapper  {
    margin-top: -60px !important;
}

@media (max-width: 1024px) {
    #mainMenueWrapper {
        margin-top: -50px !important;
    }
}



@media (min-width: 1025px) {
    #mainMenueSliderWrapper {
		margin-top: -60px !important;
	}
}



/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* ------------------------------ 3 - mainMenu_241219CSS ------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
.menuOhneSliderBM {margin-bottom: 140px;}

@media (max-width: 1024px) {
	.menuOhneSliderBM {
		margin-bottom: 30px;
	}
}

#mainMenueWrapper {
	display: block;
	height: 80px;
	position: fixed;
	top: 0px;
	z-index: 3;
	max-width: 1440px;
	transition: top 500ms;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#mainMenue {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    background-color: white;
	height: 100%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 3px solid #f4f3f3;
}

#mainMenueLogo, #mainMenueItemsWrapper, #mainMenueWappen {
    height: calc(100% + 3px);
}


@media (max-width: 1024px) {
    #mainMenueWrapper {
        display: none;
    }
}


/* Logo */
#mainMenueLogo {
    width: 250px;
    position: relative;
    z-index: 3;
    padding-top: 20px;
}

@media (min-width: 1271px) {
    #chkMainMenueSuche:checked ~ #mainMenue #mainMenueLogo {
        padding: 6px 0;
    }

    #chkMainMenueSuche:checked ~ #mainMenue #mainMenueLogo img {
        max-height: 100%;
    }
}

@media (max-width: 1270px) {
    #mainMenueLogo {
        width: 150px;
        padding-top: 6px;
    }

	#mainMenueLogo img {
		margin-top: 21px;
	}
}


/* Menüpunkte */
#mainMenueItemsWrapper {
    width: calc(100% - 250px - 50px);
    padding: 0 10px;
}

#mainMenueItemsOben, #mainMenueItemsUnten {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    list-style: none;
    margin: 0;
    padding-left: 0;
    height: 50%;
}

#mainMenueItemsUnten > li {
	height: 100%;
	padding: 0 15px;
	border-bottom: 3px solid transparent;
	transition: border-color 400ms;
}

#mainMenueItemsUnten > li > label {
	height: 100%;
	display: inline-flex;
	align-items: start;
	position: relative;
}

#mainMenueItemsUnten > li:hover {
	border-color: #008542;
}

#mainMenueItemsUnten > li > a {
	color: inherit;
}

.lblHideMenue {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}

#rad_menueHide:not(:checked) + label.lblHideMenue {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	cursor: auto;
}

#mainMenueItemsUnten > input:checked + li .lblHideMenue {
	display: block;
}

#mainMenueItemsUnten > li > .mainMenueLvl2 > label:nth-child(1) {
	content: '\f100';
	position: absolute;
	left: 50%;
	bottom: 21px;
	font-family: iconfont;
	font-size: 30px;
	color: #008542;
	transform: translateX(-50%);
	transition:500ms;
}

#mainMenueItemsUnten > li > .mainMenueLvl2 > label:nth-child(1) > label{
	bottom:0;
	left:0;
}

#mainMenueItemsUnten > input:checked + li > .mainMenueLvl2 > label:nth-child(1){
	transform: translateX(-50%) rotateZ(180deg);
}

.mainMenueWillHaben a, .mainMenueWillHaben img {
    display: block;
}

.mainMenueWillHaben a {
    height: 100%;
    padding-top: 5px;
}

.mainMenueWillHaben img {
    height: 80%;
}


#mainMenueWappen {
    display: flex;
    align-items: center;
    width: 50px;
}

@media (max-width: 1270px) {
    #mainMenueItemsWrapper {
        width: calc(100% - 150px - 50px);
        padding: 0 5px;
    }
}


/* ---------- Menü Lvl 2 ---------- */
.mainMenueLvl2 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 80px;
	z-index: 1;
	background-color: #F4F3F3;
	opacity: 0;
	pointer-events: none;
	padding: 4.375rem 3.75rem;
	transition: height 600ms, opacity 600ms, background-color 600ms;
	overflow:hidden;
	padding-top: 0;
	height: 0;
}

#mainMenueItemsUnten > li:hover > .mainMenueLvl2 {
	pointer-events: all;
	height: 70px;
	overflow: hidden;
	opacity: 1;
	background-color:rgba(244, 243, 243, 0.8)
}

#mainMenueItemsUnten > input:checked + li {
  border-color: #008542;
}

#mainMenueItemsUnten > input:checked + li > .mainMenueLvl2 {
	background-color:#f4f3f3;
	opacity:1;
	pointer-events: all;
	z-index:2;
	height: 575px;
}

#mainMenueLvl2Headline {
	margin: 0;
}

.mainMenueItemsLvl2Col{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	height: 100%;
}

.mainMenueLvl2Headline {
	margin-top: 4.375rem;
	margin-bottom: 1.25rem;
	padding-left: 1.25rem;
}

.mainMenueItemsLvl2Wrapper {
	list-style: none;
	margin: 0;
	padding-left: 1.25rem;
	border-left: #C3DDCF 3px solid;
}

.mainMenueItemsLvl2Wrapper > li {
	margin-bottom: 0.625rem;
}

.mainMenueItemsLvl2Wrapper > li:first-of-type a {
	font-size: 1.5rem;
	color: inherit;
	font-weight: normal;
}

.mainMenueLvl2Close {
	display: none;
	position: absolute;
	bottom: 2.5rem;
	right: 3.75rem;
	cursor: pointer;
}

#mainMenueItemsUnten > input:checked + li .mainMenueLvl2Close {
	display: block;
}

.mainMenueLvl2CloseIcon {
	font-family: iconfont;
	font-size: 34px;
	vertical-align: bottom;
	color: #008542;
}


/* ---------- Mobile ---------- */

#MobileMenu a[href*="willhaben"] {
  content: url("/bilder/willhaben.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 75px;
}

#MobileMenu > li > ul > li:last-of-type {
  border: 0;
  padding-left: 8px;
}

#MobileMenu > li > ul > li:last-of-type::after {
  display: none;
}


/* Suche */
#mainMenueSucheWrapper {
    width: 230px;
    overflow: hidden;
    position: relative;
    bottom: 2px;
    margin: 0 10px;
}

#tbSucheAjax_mainMenue {
    width: 100%;
    height: 100%;
    color: rgba(59, 48, 48, 0.5);
    border: 3px solid #edecec !important;
    border-radius: 2px !important;
    background-color: white !important;
    padding: 0 5px;
}

#mainMenueBtnSucheAjax {
    display: inline-block;
    position: absolute;
    width: 34px;
    font-size: 34px;
    font-family: iconfont;
    color: #cac6c6;
    top: 1px;
    right: 3px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: normal;
    padding: 0;
}


#mainMenueErgebnisseWrapper {
	display: none;
	background-color: white;
	max-height: 400px;
	overflow-y: auto;
    scrollbar-width: thin;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0.625rem 0px;
    position: relative;
    z-index: 2;
}

#chkMainMenueSuche:checked ~ #mainMenueErgebnisseWrapper {
	display: block;
}

#ergebnisseSucheAjax_mainMenue {
	display: none;
	padding-bottom: 30px;
}

#ergebnisseSucheAjax_mainMenue .ergebnisSucheBeitrag {
	padding: 20px 0;
	border-bottom: 3px solid #edecec;
}

#ergebnisseSucheAjax_mainMenue .ergebnisSucheAjaxHeadline {
	margin-top: 0;
}


#mainMenueSucheClose {
    position: absolute;
    top: 24px;
    right: 20px;
}

#mainMenueSucheClose::after {
    content: '\f103';
    display:block;
    font-family: iconfont;
    font-size: 30px;
}


@media (max-width: 1270px) {
    #mainMenueSucheWrapper {
        width: 120px;
    }
}




/* Menü Oben */
#mainMenueItemsOben > li {
    height: 100%;
    padding: 0 15px;
    display: flex;
    align-items: end;
}

.mainMenueObenHome {
    vertical-align: top;
    margin-right: 5px;
}

.mainMenueObenAbstand{
    width: 243px;
}

@media (max-width: 1270px) {
    .mainMenueObenAbstand{
        width: 142px;
    }

    #mainMenueItemsOben > li {
        padding: 0 12px;
    }
}/* --- --- *//* MobileMenueCSS  */#MobileMenue input[type="checkbox"]{ display:none !important; }
@media screen and (min-width:1025px){#MobileMenue{ display:none !important; }}
@media screen and (max-width:1024px){
	#MobileMenue{
		display:block;
	}
}
#mobileMenueLogo{
	position: absolute;
	z-index: 3;
	height: 100%;
	padding: 8px 20px;
}
#menuOpendMenue{
	height: 60px;
	z-index: 2;
	transition:300ms;
	position: relative;
	background-image: linear-gradient(to bottom, #eee, #FFF 20%);
}
#MobileMenu_mobile_chk.mobileMenuChk:not(:checked) ~ #menuOpendMenue{opacity:0}
#MobileMenue{
	z-index:9999;
	background-color:#fff;
	position: fixed;
	z-index:1000;
	height:60px;
	bottom:0;
	box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.15)
}
#MobileMenue li {
	list-style: none;
	padding:13px;
	border-bottom:1px solid rgba(0, 133, 66, 0.2);
	position:relative;
}
#MobileMenue li:after{	
	content:'\f107';
	position:absolute;
	right:20px;
	font-family:iconfont;
	transition:600ms;
	color:#008542;
	top: 50%;
	transform: translateY(-50%);
}
#MobileMenue li:hover::after{right:0;}
#MobileMenue ul {
	height: 0;
	position: fixed;
	bottom:191px;
	background-color:#fff;
	width:100%;
	right:-100%;
	transition: 600ms;
	margin:0;
	overflow:hidden;
	z-index:1;
}
#MobileMenue > label{
	display: inline-block;
	position: absolute;
	right: 59px;
	top: 50%;
	transform: translateY(-50%);
	color:#008542;
	font-weight: bolder;
	z-index:3;
}
#MobileMenue > #MobileMenu_kb_show_menu::before{content:'MENÜ';}
#MobileMenue > #MobileMenu_kb_show_menu::after{
	content:'\f112';
	font-family: iconfont;
	font-size:30px;
	margin-left:5px;
	vertical-align: bottom;
}
#MobileMenue > #MobileMenu_kb_hide_menu::before{content:'SCHLIESSEN';}
#MobileMenue > #MobileMenu_kb_hide_menu::after{
	content:'\f103';
	font-family: iconfont;
	font-size:30px;
	margin-left:5px;
	vertical-align: bottom;
}
@keyframes openMenue{
	from {bottom:0; height:0;}
	to {bottom:0; height:100%;}
}
@keyframes closeMenue{
	from {bottom:0; height:100%;}
	to {bottom:0; height:0;}
}
#MobileMenu_mobile_chk.mobileMenuChk:checked ~ #MobileMenu_kb_show_menu{display:none}
#MobileMenu_mobile_chk.mobileMenuChk:not(:checked) ~ #MobileMenu_kb_hide_menu{display:none}
#MobileMenu_mobile_chk.mobileMenuChk:checked ~ ul > li.isnode ul{
	height: calc(100% - 191px);
	overflow:auto;
	animation-name:openMenue;
	animation-duration:600ms;
	animation-iteration-count:1;
	padding:1.125rem 2.375rem 1.125rem 1.125rem;
}
#MobileMenu_mobile_chk.mobileMenuChk:not(:checked) ~ ul > li.isnode ul{
	animation-name: closeMenue;
	animation-duration:600ms;
	animation-iteration-count:1;
}
#MobileMenu > li.isnode > ul{right:0;}
#MobileMenu > li.isnode li{position:relative;}
#MobileMenu > li.isnode li.isnode > div{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
#MobileMenu a{width:100%; display:inline-block;}
#MobileMenu > li.isnode li.isnode.openleaf > ul{right:0;}
#MobileMenu_mobile_chk.mobileMenuChk:checked ~ #MobileMenu > li.isnode > ul > li.isnode ul
{
	padding-top:0;
	margin-top:73px; 
	height:calc(100% - 73px - 191px);
}

@keyframes backButtonOpen{
	from {left:100%;}
	to {left:0;}
}
#MobileMenu li.isnode.openleaf{
	animation-name:backButtonOpen;
	animation-duration:600ms;
	animation-iteration-count:1;
}

#MobileMenu_mobile_chk.mobileMenuChk:checked ~ #MobileMenu li.isnode.openleaf{
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background-color:#fff;
	height:75px;
}
#MobileMenue li.isnode.openleaf::after{display:none !important;}
#MobileMenue li.isnode.openleaf > a{display:none !important}

#MobileMenue div.trO {
	height:55px !important;
	top:18px !important;
	color:#008542;
	font-weight: bolder;
	padding: 13px;
	border-bottom: 1px solid rgba(0, 133, 66, 0.2);
	left: 1.125rem !important;
	width: calc(100% - 2.375rem - 16px) !important;
}
#MobileMenue div.trO::after{content:' ZURÜCK';}
#MobileMenue div.trO::before{
	content:'\f108';
	font-family: iconfont;
	vertical-align: bottom;
}
#MobileMenu > li.isnode > ul > li.isnode li:first-of-type > a{
	color:#000;
	font-weight:normal;
	font-size:1.5rem;
}

#MobileMenu_mobile_chk.mobileMenuChk:not(:checked) ~ #MobileMenueIcons{
	opacity: 0;
	pointer-events: none;
  transition-delay:0ms;
	transition:300ms
}

#MobileMenueIcons{
	transition-delay:300ms;
	transition: 400ms;
	position:fixed;
	width:100%;
	bottom:60px;
	left:0;
	z-index:1;
	text-align:center;
	background-color:#fff;
	padding-top:20px;
	padding-bottom:35px;
}
#MobileMenueIcons > .MobileMenueIcons > a{
	color:rgba(59, 48, 48, 0.3);
	font-family: iconfont;
	font-size: 1.8rem;
	margin: 0 15px
}
#SucheAjaxMobileMenue {
	width: 100%;
	border: 3px solid #edecec;
	cursor: pointer;
}
.SucheAjaxMobileMenueSuche_Container {
	width: calc(100% - (2 * 2.375rem));
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-top:15px
}
.SucheAjaxMobileMenueSuche_icons {
	font-family: iconfont;
	color: rgba(59, 48, 48, 0.3);
	font-size: 35px;
	position: absolute;
	top: -33px;
	right: 40px;
	line-height: 36px;
	transition:300ms;
	z-index:2;
	pointer-events:none;
	cursor:pointer;
}
#ErgebnisseSucheAjaxMobilMenue{
	display:none;
	overflow:hidden;
	transition:300ms;
	position: fixed;
	width: 100%;
	bottom: 195px;
	background-color: white;
	height: 0;
}
#SucheAjaxMobileMenue_active:checked ~ #MobileMenueIcons > 
.SucheAjaxMobileMenueSuche_Container > .SucheAjaxMobileMenueSuche_icons
{top:4px; pointer-events:all;}

#SucheAjaxMobileMenue_active:checked ~ #MobileMenueIcons > 
#ErgebnisseSucheAjaxMobilMenue
{height: calc(100% - 195px); overflow:auto;}

#ErgebnisseSucheAjaxMobilMenue > article.ergebnisSucheBeitrag{
	text-align: left;
	padding: 20px;
	border-bottom: 3px solid #edecec;	
}
#ErgebnisseSucheAjaxMobilMenue > article.ergebnisSucheBeitrag  > 
.ergebnisSucheAjaxHeadline{font-size:24px}/* --- --- *//* shopCSS  *//* ---------------------------------------------- */
/* ------------------- Banner ------------------- */
/* ---------------------------------------------- */
#bannerUnterMenue {height: 245px;}
#bannerUnterMenue > #bannerUnterMenueStripes {display: none !important;}


/* ---------------------------------------------- */
/* ------------------- Farben ------------------- */
/* ---------------------------------------------- */
/* - Allgemeine - */
.shopBlau {color: #527fa2 !important;}
.shopGruen {color: #008135 !important;}
/* - Select Elemente - */
.shopRechts select {border: 1px solid lightgray;}
.shopRechts select:hover, .shopRechts select:focus {border-color: #008135;}

/* Lagerampel */
.lagerampel {
	display: inline-block;
	background-color: green;
	width: 13px;
	height: 13px;
	border-radius: 6px;
	position: relative;
}
.ampel_0, .ampel_000000000 {background-color: red;}
.lagerampel:hover::after {
	display: block;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
	color: #aaa;
	content: 'lagernd';
	width: 100px;
	top: -20px;
	position: absolute;
}
.ampel_0:hover::after, .ampel_000000000:hover::after {content: 'nicht lagernd';}
#shopArtikelAusgabe .lagerampel {
	margin: 20px 7px;
}
#shopWeitere .shopWeitereBildansichtArtikel .lagerampel {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

/* - Navigation - */
#lblShopAnsichtList {background-image: url("/bilder/shop/button_liste.gif");}
#lblShopAnsichtBilder {background-image: url("/bilder/shop/button_boxen.gif");}
#radioShopAnsichtList:checked ~ #shopNavRow2Wrapper #lblShopAnsichtList {background-image: url("/bilder/shop/button_liste_selected.gif");}
#radioShopAnsichtBilder:checked ~ #shopNavRow2Wrapper #lblShopAnsichtBilder {background-image: url("/bilder/shop/button_boxen_selected.gif");}
#shopWeiterePageselectActualPage {color: #008135;}

/* - Artikelübersicht - */
.shopWeitereBildansichtArtikel {border: 1px solid #e9e9e9;}
.shopWeitereListansichtArtikel {border-bottom: 1px solid #e9e9e9;}
.shopWeitereBildansichtArtikel:hover {
	border-color: #008135;
	box-shadow: #BACADB 2px 2px 5px;
}
#shopWeitereListansichtHeader {background-color: #d5d3cc;}
.lblWeitereListAnsichtDetails {
	border-right: 2px solid #008135;
	border-bottom: 2px solid #008135;
}
.shopWeitereListansichtOptionsMore {background-image: url("/bilder/shop/shopWeitere.png");}
.shopWeitereListansichtKaufen input[type=number] {
	background-color: #d5d3cc;
	border-radius: 4px;
	border: none;
}
.shopShowMerkliste {color: #008135;}

/* - Confirmation Window - */
#BasketConfirmation {
	background-color: #008135;
	color: white;
}

.buttonWhite{
	background-color:#fff;
	box-shadow: 0px 3px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	border: 1px solid #008542;
	color: #008542;
	padding: 10px 30px;
}
.buttonWhite:hover{box-shadow: 0px 2px rgba(0, 0, 0, 0.2);}

/* ---------------------------------------------- */
/* ----------------- Allgemein ------------------ */
/* ---------------------------------------------- */
.shopRechts input[type=checkbox], .shopRechts input[type=radio] {
	display: none;
}
.shopLinks, .shopRechts {
	display: inline-block;
	vertical-align: top;
}
.shopLinks {
	width: 445px;
}
.shopRechts {
	width: calc(100% - 445px);
	padding-left: 30px;
	float: right;
}
#shopHeadlineClass {
	margin-top: 0;
}

@media screen and (max-width: 1024px) {
	.shopLinks {width: 0; padding-top: 0;}
	.shopRechts {
		width: 100%;
		float: none;
		padding-top: 20px;
		padding-left:6rem;
	}
}

@media screen and (max-width: 768px) {
	.shopLinks {padding: 0;}
}



/* ---------------------------------------------- */
/* --------------- Weitere Artikel -------------- */
/* ---------------------------------------------- */
.shopRechts select {
	font-family: inherit;
	font-size: inherit;
	padding: 7px;
	background-color: white;
	transition: border-color 300ms;
}
.shopRechts select:focus {outline: none;}
.shopRechts option {font-family: sans-serif;}

#shopWeitere {margin-top: 20px;}



/* --------------- Navigation --------------- */
#lblShopAnsichtList, #lblShopAnsichtBilder {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 35px;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 10px;
}
.shopWeitereBildansichtArtikel, .shopWeitereListansichtArtikel {display: none;}
#radioShopAnsichtList:checked ~ #shopWeitere .shopWeitereListansichtArtikel {display: block;}
#radioShopAnsichtBilder:checked ~ #shopWeitere .shopWeitereBildansichtArtikel {display: inline-block;}

#shopWeitere > article:nth-of-type(6n + 5) {margin-right: 0;}
#shopWeitere > article:last-of-type, #shopWeitere > article:nth-last-of-type(2) {margin-bottom: 0;}

#shopWeiterePageselect {
	text-align: center;
	margin: 20px 0;
}
#shopWeiterePageselectActualPage {
	margin: 0 5px;
}
#shopNavLinksWrapper, #shopNavAnsichtWrapper, #shopNavFilterWrapper {
	display: inline-block;
	vertical-align: top;
}
#shopNavFilterWrapper {text-align: left;}
#shopNavAnsichtWrapper {width: 120px;}
#shopNavFilterWrapper {width: calc(100% - 120px);}
#kritselPL, #kritselSO, #shopNavAnsichtWrapper {margin-bottom: 10px;font-weight:normal;}

#kritselPL, #kritselSO, #kritselFH {
	width: 100%;
	max-width: 200px;
}
#kritselPL, #kritselSO {margin-right: 5px;}

@media screen and (max-width: 1240px) {
	#shopNavLinksWrapper a {
		width: 46px;
		height: 46px;
		font-size: 0;
		background-size: contain;
		background-repeat: no-repeat;
		background-position:center;
	}
	#shopNavLinksWrapper a:hover {
		background-color: transparent;
		border-color: #008135;
	}
	#shopNavLinksWrapper .buttonMerkliste {background-image: url("/bilder/shop/icon-herz_gruen.svg");}
	#shopNavLinksWrapper .buttonPreisliste {background-image: url("/bilder/shop/buttonPreisliste.svg");}
	#shopNavLinksWrapper .buttonPreislistePdf {background-image: url("/bilder/shop/buttonPreislistePdf.svg");}
	#shopNavLinksWrapper .buttonWarenkorb {background-image: url("/bilder/shop/icon-warenkorb_gruen.svg");}
	#shopNavLinksWrapper .buttonAnfrage {background-image: url("/bilder/shop/buttonAnfrage.svg");}
	#shopNavLinksWrapper .buttonLieferscheine {background-image: url("/bilder/shop/buttonAnfrage.svg");}
	#shopNavLinksWrapper .buttonMerkliste, #shopNavLinksWrapper .buttonWarenkorb, #shopNavLinksWrapper .buttonAnfrage{background-size:34px;}
}


@media screen and (max-width: 600px) {
	#shopNavAnsichtWrapper, #shopNavFilterWrapper {
		width: 100%;
	}
	#shopNavFilterWrapper {text-align: left;}
}



/* --------------- Bildansicht --------------- */
.shopWeitereBildansichtArtikel {
	vertical-align: top;
	width: calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	transition: 500ms;
}
.shopWeitereBildansichtBild {
	display: block;
	text-decoration: none;
	height: 260px;
	padding: 20px 0;
}
.shopWeitereBildansichtBild img, .shopColArtikel img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.shopWeitereBildansichtArtikel .shopShowMerkliste {
	position: absolute;
	top: 3px;
	right: 4px;
}
.shopWeitereBildansichtText {
	height: 250px;
	padding: 15px;
	position: relative;
	line-height: 125%;
	background-color:#e9e9e9;
}
.shopWeitereBildansichtText > h4 > a{color: #000;}
.shopWeitereBildansichtText > b.primaryColor{color: #008542;}
.shopWeitereBildansichtArtikelButton {
	font-family: inherit;
	border-right: none;
	border-bottom: none;
	position: absolute;
	font-size: 14px;
	padding: 0 !important;
	background-image: url("/bilder/shop/warenkorbAdd.svg") !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #008542;
	width: 34px;
	height: 34px;
	border-radius: 8px !important;
	bottom: 4px;
	right: 4px;
	box-shadow: unset !important;
}
@media screen and (max-width: 1240px) {
	.shopWeitereBildansichtArtikel {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	#shopWeitere > article:nth-of-type(6n + 5) {margin-right: 20px;}
	#shopWeitere > article:nth-of-type(4n + 3) {margin-right: 0;}
}
@media screen and (max-width: 600px) {
	.shopWeitereBildansichtArtikel {
		width: 100%;
		margin-right: 0;
	}
	#shopWeitere > article:nth-of-type(2n + 1) {margin-right: 0;}
}

/* --------------- Listansicht --------------- */
#shopWeitereListansichtHeader {
	display: none;
	padding: 10px 0;
}
#radioShopAnsichtList:checked ~ #shopWeitere #shopWeitereListansichtHeader {display: block;}
.shopWeitereListansichtArtikel {
	padding: 20px 0;
	line-height: 125%;
}
#shopWeitere > article:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
.shopWeitereListansichtArtikel > div, .shopWeitereListansichtArtikel > a , #shopWeitereListansichtHeader > div {
	display: inline-block;
	vertical-align: top;
}
.shopColBezeichnung, .shopColDetails, .shopColPreis1, .shopColPreis2, .shopColKaufen {
	padding-left: 20px;
}
.shopColArtikel {
	width: 12%;
	padding-left: 10px;
}
.shopColBezeichnung {
	width: 30%;
}
.shopColDetails {
	width: 44px;
}
.shopColPreis1 {
	width: 18%;
}
.shopWeitereListansichtArtikel .shopColPreis2 {
	width: 15%;
}
.shopColKaufen {
	width: calc(100% - 12% - 30% - 18% - 15% - 44px);
}

.lblWeitereListAnsichtDetails {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	cursor: pointer;
	margin-right: 20px;
}
.shopWeitereListansichtArtikel input[type=checkbox]:checked ~ .shopColDetails .lblWeitereListAnsichtDetails {
	transform: rotate(225deg);
}
.shopWeitereListansichtArtikel > .shopWeitereListansichtDetails {
	display: none;
	padding-top: 30px;
}
.shopWeitereListansichtArtikel input[type=checkbox]:checked ~ .shopWeitereListansichtDetails {
	display: block;
}
.shopWeitereListansichtDetailsHeadline {
	margin: 0;
	line-height: 1.3;
	font-size: 130%;
}
.shopWeitereListansichtDetailsLinks, .shopWeitereListansichtDetailsRechts {
	display: inline-block;
	vertical-align: top;
}
.shopWeitereListansichtDetailsLinks {
	width: 70%;
	padding-right: 40px;
}
.shopWeitereListansichtDetailsRechts {
	width: 30%;
}
.shopWeitereListansichtDetailsRechts a, .shopWeitereListansichtDetailsRechts img {
	display: block;
}
.shopWeitereListansichtDetailsRechts img {
	max-width: 100%;
}

.shopWeitereListansichtDetailsRechts img[src=""] {
	display: none;
}

.shopWeitereListansichtOptionsMore {
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 27px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.shopWeitereListansichtKaufen {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.shopWeitereListansichtLinks {
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: top;
}
.shopAnzahlArtikelList, .shopWeitereListansichtKaufenButton {
	font-size: inherit;
	font-family: inherit !important;
}
.shopAnzahlArtikelList {
	width: 60px;
	background-color: transparent;
	appearance: textfield;
}
.shopAnzahlArtikelList:focus {
	outline: none;
}
.shopWeitereListansichtKaufenButton {
	width: 34px;
	height: 34px;
	border: none;
	cursor: pointer;
	background-image: url("/bilder/shop/warenkorbAdd.svg") !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
	border-radius: 4px;
	margin-bottom: 8px;
}
.shopWeitereListLfartHide, .shopListDetailsMobileBild {display: none;}
.shopListDetailsMobileBild {margin-bottom: 20px;}
.shopListDetailsMobileBild img {max-width: 100%;}
.shopShowMerkliste {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-size: 40px;
	line-height: 100%;
}
.merklisteAdd, .merklisteRemove {
	width: 34px;
	height: 34px;
	border: none;
	cursor: pointer;
	background-size: 24px;
	background-repeat: no-repeat;
	border-radius: 8px;
	background-color: #008135;
	vertical-align: top;
	background-position:center;
}
.merklisteAdd {background-image: url("/bilder/shop/icon-herz_merkliste.svg");}
.merklisteRemove {background-image: url("/bilder/shop/icon-herz_merkliste-ausgefüllt.svg");}
.shopWeitereListansichtRemove {
	display: none;
}

@media screen and (max-width: 768px) {
	#radioShopAnsichtList:checked ~ #shopWeitere #shopWeitereListansichtHeader {display: none;}
	.shopColArtikel {width: 25%;}
	.shopColBezeichnung {width: 75%;}
	.shopColPreis1, .shopWeitereListansichtArtikel .shopColPreis2, .shopColKaufen, .shopColDetails {
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}
	.shopColKaufen, .shopColDetails {text-align: right;}
	
	.shopWeitereListansichtDetailsLinks {
		width: 100%;
		padding-right: 0;
	}
	.shopWeitereListansichtDetailsRechts {display: none;}
	.shopRechts{padding-left:2rem;}
}




/* ---------------------------------------------- */
/* --------------- Artikelausgabe --------------- */
/* ---------------------------------------------- */
#shopArtikelAusgabe input[type="checkbox"], #shopArtikelAusgabe input[type="radio"] {display: none;}
#shopArtikelAusgabe {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
#shopArtikelAusgabeTextContainer, #shopArtikelAusgabeBeschreibung {
	display: inline-block;
	vertical-align: top;
}
#shopArtikelAusgabeBildContainer {
	width: 350px;
	float: left;
}
#shopArtikelAusgabeBildContainer > #shopArtikelAusgabeBildBox {
	display: block;
	text-decoration: none;
	padding: 20px;
	border: 1px solid #cdcdcd;
	text-align: center;
	min-height: 200px;
}
#shopArtikelAusgabeBildContainer > #shopArtikelAusgabeBildBox img {
	max-width: 100%;
	max-height: 100%;
}
#shopArtikelAusgabeTextContainer, #shopArtikelAusgabeBeschreibung {
	width: calc(100% - 350px);
	padding-left: 50px;
}
#shopArtikelAusgabeTextHeadlineContainer {
	margin-bottom: 20px;
	position: relative;
}
#shopArtikelAusgabeHeadline {
	margin: 0;
	width: calc(100% - 50px);
}
#shopArtikelAusgabeTextHeadlineContainer .shopShowMerkliste {
	position: absolute;
	top: 0;
	right: 0;
}
#shopArtikelAusgabeFirmaBild {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	max-height: 60px;
	object-fit: contain;
	object-position: top left;
}
#shopArtikelAusgabeBeschreibung {
	margin-top: 50px;
}
#shopArtikelAusgabeBeschreibungText {
	margin-bottom: 20px;
}
#shopArtikelAusgabeTextPreis {
	font-size: 26px;
}


/* Input von Anzahl - Anfang */
#shopArtikelAusgabeAnzahl {
	border: none;
	border-bottom: 1px solid #a8a8a8;
	background-color: #fff;
	vertical-align: middle;
	display: inline-block;
	padding: 5px 10px;
	font-size: inherit;
	font-family: inherit;
	width: 153px;
}
#shopArtikelAusgabeAnzahl:focus { outline: none; }
#shopArtikelAusgabeAnzahlBox::before,
#shopArtikelAusgabeAnzahlBox::after {
	content: '';
	display: block;
	width: 28px;
	height: calc(50% - 3px);
	pointer-events: none;
	background-color: #fff;
	background-image: url('/bilder/shop/input_arrow.gif');
	background-repeat: no-repeat;
	background-position: center 1px;
	background-size: 11px;
	position: absolute;
	right: 1px;
	z-index: 1;
}

#shopArtikelAusgabeAnzahlBox::before {
	top: 3px;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

#shopArtikelAusgabeAnzahlBox::after {
	bottom: 3px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
/* Input von Anzahl - Ende */

#shopArtikelAusgabeFirmaText {
	width: calc(100% - 100px);
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

#shopArtikelAusgabeAnzahlBox {
	display: inline-block;
	position: relative;
}
#shopArtikelAusgabeInWarenkorb {
	margin-top: 20px;
	border-radius: 4px;
}
.artAttrL, .artAttrR {
	display: inline-block;
	vertical-align: top;
}
.artAttrL {
	width: 200px;
}
.artAttrR {
	width: calc(100% - 200px);
}

/* Artikelinformation - Anfang */
#lbl_toggleShopArtikelAusgabeDetails {
	display: block;
	width: 100%;
	height: 214px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
#shopArtikelAusgabeDetailBox {
	height: 147px;
	overflow: auto;
	margin-top: -176px;
	position: relative;
	z-index: 2;
	display:block;
	margin-bottom: 50px;
}
#shopArtikelAusgabeDetailBox,
#lbl_toggleShopArtikelAusgabeDetails { max-width: 750px; }
#lbl_toggleShopArtikelAusgabeDetails::before {
	content: '. . .';
	display: block;
	width: 100%;
	font-size: 120%;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #cdcdcd;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#lbl_toggleShopArtikelAusgabeDetails::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: 3px;
	margin-left: 20px;
	vertical-align: top;
	border-left: 1px solid #008135;
	border-bottom: 1px solid #008135;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

input#chk_toggleShopArtikelAusgabeDetails:checked ~ #lbl_toggleShopArtikelAusgabeDetails::after {
	margin-top: 11px;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

input#chk_toggleShopArtikelAusgabeDetails:checked ~ #lbl_toggleShopArtikelAusgabeDetails::before { display: none; }
input#chk_toggleShopArtikelAusgabeDetails:checked ~ #lbl_toggleShopArtikelAusgabeDetails { height: 23px; }
input#chk_toggleShopArtikelAusgabeDetails:checked ~ #shopArtikelAusgabeDetailBox {
	height: auto;
	margin-top: 15px;
	pointer-events:none;
}
input#chk_toggleShopArtikelAusgabeDetails:not(:checked) ~ #shopArtikelAusgabeDetailBox{color:#b1acac;}

/* Pic Window */
#chkOpenPicWindow, #lblOpenPicWindowArea, #picWindowWrapper {display: none;}
#picWindowWrapper, #lblOpenPicWindowArea {z-index: 4;}
#picWindowWrapper {
	position: fixed;
	background-color: white;
	width: 80%;
	height: 80%;
	left: 0;
	right: 0;
	top: 10%;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1440px;
	margin: 0 auto;
}
#chkOpenPicWindow:checked ~ #picWindowWrapper {
	display: flex;
}

#lblOpenPicWindowArea {
	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%;
}
#chkOpenPicWindow:checked ~ #lblOpenPicWindowArea {
	opacity: 1;
	pointer-events: all;
}

#picWindowPic {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

/* Artikelinformation - Ende */


@media screen and (max-width: 1024px) {
	#shopArtikelAusgabe { float: none;}
	#shopArtikelAusgabeBildContainer {
		width: 300px;
	}
	#shopArtikelAusgabeTextContainer, #shopArtikelAusgabeBeschreibung {
		width: calc(100% - 300px);
		padding-left: 40px;
	}
	#shopArtikelAusgabeTextContainer {
		padding-left: 40px;
	}
	#shopArtikelAusgabeTextRechts {
		float: unset;
	}
}

@media screen and (max-width: 850px) {
	#shopArtikelAusgabeBildBox {
		height: 350px;
		text-align: center;
	}

	#shopArtikelAusgabeBildContainer { width:100% }

	#shopArtikelAusgabeBeschreibung,
	#shopArtikelAusgabeTextContainer {
		width: 100%;
		padding-left: 0;
	}
	#shopArtikelAusgabeTextContainer {margin-top: 10px;}
	#shopArtikelAusgabeBeschreibung {margin-top: 30px;}
	#shopArtikelAusgabeHeadline, #shopArtikelAusgabeTextPreis {font-size: 125%;}
	#shopArtikelAusgabe {margin-bottom: 0px;}
	
	#shopArtikelAusgabeBildBox {max-height: 200px;}
}

@media screen and (max-width: 768px) {
	#shopArtikelAusgabeTextContainer {
		width: 100%;
		padding-left: 0;
	}
}

@media screen and (max-width: 600px) {
	.artAttrL, .artAttrR {width: 100%;}
	.artAttrR {margin-bottom: 15px;}
	.artAttrR:last-of-type {margin-bottom: 0;}
}



/* ---------------------------------------------- */
/* ---------------- 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;	
}
#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;
}




/* ---------------------------------------------- */
/* ---------------- Gewerbeshop ----------------- */
/* ---------------------------------------------- */
.gewerbeshop{overflow:hidden;}
.gewerbeshop .shopLinks{float:left;}

.shopStartKategorie {
	vertical-align: top;
	width: calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	display: inline-block;
	height: 250px;
	border: 1px solid #D0D0D0;
}
.shopStartKategorie:nth-of-type(3n+3) {
	margin-right: 0;
}
.shopStartKategorie:hover {
	  border-color: #008542;
	  box-shadow: #BACADB 2px 2px 5px;
}
.shopStartKategoriePic {
	display: block;
	height: 150px;
	text-decoration: none;
}
.shopStartKategoriePic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.shopStartKategorieUnten {
	padding: 10px;
}
.shopStartKategorieLink {
	color: inherit;
	position: relative;
}
.shopStartKategorieLink:hover {color: #008542;}
.shopStartKategorieLink::after {
	display: inline-block;
	transition: 300ms ease-in-out;
	font-family: iconfont;
	content: '\f107';
	color: #008542;
	position: relative;
	right: -5px;
}
.gewerbeshop #shopArtikelAusgabeBeschreibung{width:100%;}

@media screen and (max-width: 1240px) {
	.shopStartKategorie {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.shopStartKategorie:nth-of-type(3n + 3) {margin-right: 20px;}
	.shopStartKategorie:nth-of-type(2n + 2) {margin-right: 0;}
	.gewerbeshop #shopNavLinksWrapper a{display:inline-block;}
}
@media screen and (max-width:1240px) and (min-width:1024px){
	.gewerbeshop #shopArtikelAusgabeBildContainer{width:45%;}
	.gewerbeshop #shopArtikelAusgabeTextContainer{width:55%; padding-left:20px;}
}
@media screen and (max-width: 600px) {
	.shopStartKategorie {
		width: 100%;
		margin-right: 0;
	}
	.shopStartKategoriePic img {object-fit: contain;}
}



/* --------------------------------------------------- */
/* -------------------- Show More -------------------- */
/* --------------------------------------------------- */
.shopDetailOpenMoreChk {
	display: none;
}

.shopDetailOpenMoreLblWrapper {
	margin-bottom: 15px;
}

.shopDetailOpenMoreLbl {
	display: inline-block;
}

.shopDetailOpenMoreLbl::after {
	content: '';
	margin-left: 13px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #008135;
	border-bottom: 2px solid #008135;
	transform: rotateZ(-45deg) translateY(-25%);
	transition: 300ms 0ms ease-in-out transform;
}

.shopDetailOpenMoreChk:checked ~  .shopDetailOpenMoreLblWrapper .shopDetailOpenMoreLbl::after {
	transform: rotateZ(135deg) translateY(-25%);
}

.shopDetailOpenMoreMore {
	display: none;
}

.shopDetailOpenMoreChk:checked ~ .shopDetailOpenMoreMore {
	display: block;
}




/* --------------------------------------------------- */
/* -------------------- Files/LEs -------------------- */
/* --------------------------------------------------- */
#shopDetailFilesWrapper, #shopDetailLesWrapper {
	margin-top: 20px;
}

.shopDetailFilesFile:not(:last-of-type) {
	margin-bottom: 5px;
}

.shopDetailLesLe:not(:last-of-type) {
	margin-bottom: 15px;
}




/* ----- Gewerbe ----- */



/* ---------------- Loading wegen Softline Kondition Insert ---------------- */
.shopInsertPriceLoading {
	width: 16px;
	aspect-ratio: 1;
	display: inline-block;
	vertical-align: middle;
	margin-left: var(--abstand_6);
}


/* ---------------- Faktor & Rabatt ---------------- */
.shopFaktor_1[data-faktor="1"], .shopRabatt[data-rabatt="0,00"] {
    display: none;
}


@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1240px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 360px) {}/* --- --- *//* shopTreeCSS  */#shopTreeWrapper input[type="checkbox"], #shopTreeWrapper input[type="radio"] {display: none;}

#shopTreeHeadline {
	padding: 10px 20px;
	font-size: 150%;
	background-color: #008135;
	color: #fff;
	display: flex;
	align-items: center;
}

#shopTree { 
	padding-left: 0px; 
	hyphens: auto;
	-moz-hyphens: auto;
	word-break: break-word;
	height: calc(100% - 50px);
	overflow-y: auto;
}



ul#shopTree li { position: relative; }

#shopTree ul { padding-left: 20px; }





ul#shopTree li > a {
	display: block;
	padding: 8px 20px 8px 45px;
	transition: all .3s ease-in-out;
	color:#000;
	font-weight:normal;
}
ul#shopTree > li > ul > li > ul > li> ul > li.openleaf > a {
	color: #008135;
}

ul#shopTree li:not(.isnode) > div {
	height: 18px;
	width: 21px;
	position: absolute;
	top: 15px;
	left: 20px;
	background-image: url('/bilder/shop/dokument_grau.png');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
}

ul#shopTree li.isnode > div {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left:0;
}
ul#shopTree li.isnode > div::before{
	content: '';
	background-image: url('/bilder/shop/arrow.svg');
	height: 14px;
	width: 14px;
	background-size: contain;	
	position: absolute;
	background-repeat: no-repeat;
	left: 20px;
	top: 16px;
}

ul#shopTree li.openleaf:not(.isnode) > a{color:#008542;}
ul#shopTree li.openleaf:not(.isnode) > div{pointer-events:none;}

#shopTree li > ul { display: none; }

#shopTree li.openleaf > ul { display: block; }

#shopTree li.isnode.openleaf > div::before {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}



#shopTree,
#shopTree ul { list-style-type: none; }



ul#shopTree li > a:hover {
	color: #008135;
	border-color: #008135;
}





@media screen and (min-width: 1025px) {
	ul#shopTree > li > a { border-bottom: 2px solid #e7e7e7; }
}


@media screen and (max-width: 1024px) {
	#shopTree {
		border-left: 1px solid #a4a4a4;
		border-bottom: 1px solid #a4a4a4;
		margin: 0;
	}
	
	#shopTreeHeadline {
		height: 50px;
		font-size: 125%;
		font-weight: bolder;
	}

	#shopSeitenreiter {
		width: calc(100% - 36px);
		max-width: 650px;
		right: calc(-650px - 36px);
		height: 400px;
		background-color: #fff;
	}

	#lblShopSeitenreiterHideBereich {
		display: none;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
	}

	label#lblShopSeitenreiterOpen {
		width: 58px;
		height: 58px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		right: 0;
	}

	label#lblShopSeitenreiterClose {
		width: 36px;
		height: 70px;
		position: absolute;
		top: 60px;
		left: -36px;
		z-index: 200;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}



	#shopSeitenreiter,
	label#lblShopSeitenreiterOpen {
		position: fixed;
		top: calc(30% + 70px + 10px);
		z-index: 2;
		transition: right 400ms;
	}

	label#lblShopSeitenreiterOpen,
	label#lblShopSeitenreiterClose {
		background-color: #008135;
		background-image: url('/bilder/shop/arrow_white.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 15px;
		cursor: pointer;
	}


	input#checkShopSeitenreiter:checked ~ label#lblShopSeitenreiterHideBereich {display: block;}
	input#checkShopSeitenreiter:checked ~ #shopSeitenreiter { right: 0px; }
	
	ul#shopTree li.isnode > div::before {top: 11px;}
}


@media screen and (max-height: 750px) {
	#shopSeitenreiter, label#lblShopSeitenreiterOpen {
		top: calc(110px + 70px + 10px + 10px);
	}
	#shopSeitenreiter {height: calc(100% - 110px - 70px - 10px - 10px);}
}/* --- --- *//* shopWarenkorbCSS  *//* ---------------------------------------------- */
/* ------------------ Warenkorb ----------------- */
/* ---------------------------------------------- */
#warenkorbContainer {
	position: fixed;
	top: 30%;
	right: 0;
	width: 1%;
	z-index: 3;
	height: 10%;
	max-height:81px;
}
#chkViewWarenkorb {
	display: none;
}
#warenkorbContainer label {cursor: pointer;}
#lblViewWarenkorb, #warenkorbObenAnzahl {
	display: inline-block;
	background-image: url("../bilder/shop/warenkorb.svg");
	background-repeat: no-repeat;
	text-align: center;
}
#lblViewWarenkorb {
	width: 60px;
	height: 70px;
	background-color: #008542;
	background-size: 60%;
	background-position: center bottom 5px;
	color: white;
	position: absolute;
	top: 0;
	right: 0;
	transition: 200ms;
	border-radius: 5px 0px 0px 5px;
}
#chkViewWarenkorb:checked ~ #lblViewWarenkorb {
	right: -60px;
}

#lblCloseWarenkorbArea {
	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%;
	
}
#chkViewWarenkorb:checked ~ #lblCloseWarenkorbArea {
	opacity: 1;
	pointer-events: all;
}

#warenkorb {
	width: 10000%;
	max-width: 500px;
	overflow: auto;
	position: absolute;
	top: 0;
	right: -500px;
	transition: 400ms;
	border-radius: 5px 0px 0px 5px;
	max-height:calc(1000% - 300%)
}
#chkViewWarenkorb:checked ~ #warenkorb {
	right: 0;
}
#warenkorbOben {
	color: white;
	position: relative;
	background-color: #008542;
}
#warenkorbObenAnzahl {
	vertical-align: top;
	width: 50px;
	height: 62px;
	background-size: 60%;
	background-position: center bottom 5px;
	margin-left: 10px;
}
#warenkorbObenZumWarenkorb {
	display: inline-block;
	vertical-align: top;
	font-size: 150%;
	color: white;
	text-decoration: none;
	border: none;
	margin-top: 18px;
	margin-left: 12px;
}
#lblCloseWarenkorb {
	display: inline-block;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-right: 2px solid white;
	border-top: 2px solid white;
	position: absolute;
	right: 12px;
	top: calc(50% - 10px);
}

#warenkorbUnten {
	background-color: white;
	padding: 0 0 20px 20px;
}
#asyncWarenkorbSeitenreiter {
	max-height: 320px;
	overflow-y: auto;
}
#asyncWarenkorbSeitenreiter, #warenkorbGesamtContainer {
	padding-right: 20px;
}
.warenkorbArtikel {
	padding: 10px 0;
	border-bottom: 2px solid #e7e7e7;
}
.warenkorbArtikelLinks, .warenkorbArtikelRechts {
	display: inline-block;
	vertical-align: top;
}
.warenkorbArtikelLinks {
	width: 65%;
	padding-right: 30px;
}
.warenkorbArtikelDetails {
	line-height: 130%;
	font-size: 14px;
}
.warenkorbArtikelRechts {
	width: 35%;
	text-align: right;
}
#warenkorbArtikelRemove, #warenkorbArtikelAdd {
	background-color: unset;
	padding: unset;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	vertical-align: top;
	cursor: pointer;
}
#warenkorbArtikelRemove {
	background-image: url("/bilder/shop/warenkorbRemove.gif");
	width: 25px;
	height: 25px;
}
#warenkorbArtikelAdd {
	background-image: url("/bilder/shop/warenkorbAdd.svg");
	width: 25px;
	height: 25px;
	background-color: #008135;
	border-radius: 5px;
	margin-left: 5px;
}
#warenkorbGesamtContainer {
	margin-top: 10px;
	text-align: right;
}
#warenkorbGesamtOben {
	font-size: 150%;
}
#warenkorbButtonAnfragen {
	font-family: inherit;
	font-size: 14px;
	padding: 5px 16px;
}

@media screen and (max-width: 600px) {
	.warenkorbArtikelLinks, .warenkorbArtikelRechts {
		width: 100%;
	}
	.warenkorbArtikelLinks {
		padding-right: 0;
	}
	.warenkorbArtikelRechts {
		margin-top: 15px;
	}
}

@media screen and (max-height: 750px) {
	#warenkorbContainer {top: calc(110px + 10px);}
	#warenkorb{max-height:calc(1000% - 120px)}
}/* --- --- */#bannerOverlay {
	background-image: linear-gradient(to top right, #3f7957 0%, transparent 60%);
	z-index: 1;
}
#bannerSucheButton{
	background-image: url("../bilder/shop/icon-suche_lupe.svg");
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	box-shadow: none;
	border-radius: 0px 4px 4px 0px;
	border-top: transparent solid 1px;
	padding: 10px 20px;
}
#bannerSucheTb{border-radius: 4px 0px 0px 4px;}
@media screen and (max-width:600px){
	#bannerText{position:relative; text-align:center;}
	#bannerSucheTb{width: calc(100% - 43px);}
}
.gewerbeshop #bannerSucheWrapper{padding-top:1.5rem;}/* --- --- */#main #MobileMenu_mobile_chk ~ ul > li.isnode > ul{
	animation-duration:0ms;
	transition:0ms;
}/* --- --- */#noJsContainer {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1440px;
	height: 100%;
	pointer-events: none;
}
#noJSMessage {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 14px;
	bottom: 14px;
	pointer-events: all;
}

@media screen and (max-width: 1024px) {
	#noJSMessage {bottom: 70px;}
}/* --- --- */div.overviewBoxTitel > p, 
.lagernd0  {display: none;}/* --- --- */