/* css zu onlineshop *//* 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;}}/* --- --- *//* MainMenueCSS  *//* ---------- Allgemein ---------- */
#headerMainMenue {
	position: relative;
	margin-bottom: 60px;
}
#mainMenueWrapper {
	display: block;
	height: 80px;
	position: fixed;
	top: 60px;
	z-index: 3;
	max-width: 1440px;
	transition: top 500ms;
}
#mainMenue {
	background-color: white;
	height: 100%;
	position: relative;
	padding-left: 36px;
	padding-right: 60px;
	border-bottom: 3px solid #f4f3f3;
}

#mainMenueLogo, #mainMenueItems, #mainMenueIcons {height: calc(100% + 3px);}

#mainMenueLogo, #mainMenueItems, #mainMenueIcons, #mainMenueItems > li {
	display: inline-block;
	vertical-align: top;
}

/* ---------- Logo ---------- */
#mainMenueLogo {
	display: inline-flex;
	align-items: center;
	width: 130px;
	position: relative;
	z-index: 2;
}
#mainMenueLogo img {
	max-width: 100%;
}

/* ---------- Menüpunkte ---------- */
#mainMenueItems {
	list-style: none;
	margin: 0;
	padding-left: 16px;
}
#mainMenueItems > li {
	display: inline-flex;
	align-items: center;
	height: 100%;
	padding: 0 15px;
	border-bottom: 3px solid transparent;
	transition: border-color 400ms;
}
#mainMenueItems > li:hover {border-color: #008542;}
#mainMenueItems > li > a {color: inherit;}

#chkMainMenueSuche:checked ~ #mainMenue #mainMenueItems {pointer-events: none;}

/* ---------- Menü Lvl 2 ---------- */
.mainMenueLvl2 {
	position: absolute;
	width: 100%;
	height: 575px;
	left: 0;
	top: 80px;
	z-index: 1;
	background-color: #F4F3F3;
	opacity: 0;
	pointer-events: none;
	transition: 600ms;
	padding: 4.375rem 3.75rem;
}
#mainMenueItems > li:hover > .mainMenueLvl2 {
	opacity: 1;
	pointer-events: all;
}
#mainMenueLvl2Headline {margin: 0;}
.mainMenueItemsLvl2Col{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	height: 100%;
}
.mainMenueLvl2Headline {
	margin-top: 0;
	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 {
	position: absolute;
	bottom: 2.5rem;
	right: 3.75rem;
	cursor: pointer;
}
.mainMenueLvl2CloseIcon {
	font-family: iconfont;
	font-size: 34px;
	vertical-align: bottom;
	color: #008542;
}


/* ---------- Icons ---------- */
#mainMenueIcons {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
	margin-right: 210px;
}
#mainMenueIcons > li {
	height: 100%;
	display: inline-flex;
	align-items: center;
}
#mainMenueIcons a {
	width: 55px;
	text-align: center;
	font-family: iconfont;
	font-weight: normal;
	font-size: 28px;
	color: rgba(59, 48, 48, 0.3);
}
#mainMenueIcons a:hover {color: rgba(59, 48, 48, 0.15);}

/* ---------- Suche ---------- */
#chkMainMenueSuche {display: none;}
#mainMenueSucheWrapper {
	position: absolute;
	width: 200px;
	height: 53px;
	text-align: right;
	overflow: hidden;
	right: 60px;
	top: 12px;
	transition: width 1000ms;
}
#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;
}
#mainMenueSucheOn, #mainMenueSucheOff {
	display: inline-block;
	position: absolute;
	width: 34px;
	font-size: 34px;
	font-family: iconfont;
	color: #cac6c6;
	right: 8px;
	transition: 200ms;
}
#mainMenueSucheOn {top: 13px;}
#mainMenueSucheOff {top: -34px;}
#chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper {width: calc(100% - 36px - 130px - 16px - 60px);}
#chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper #mainMenueSucheOn {top: 100%;}
#chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper #mainMenueSucheOff {top: 13px;}

#mainMenueErgebnisseWrapper {
	display: none;
	background-color: white;
	max-height: 400px;
	overflow-y: auto;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0.625rem 0px;
}
#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;
}

@media screen and (max-width: 1440px) {
	#mainMenueItems {padding-left: 5px;}
	#mainMenueItems > li {padding: 0 10px;}
	#mainMenueIcons a {width: 40px;}
	#chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper {width: calc(100% - 36px - 130px - 5px - 60px);}
}
@media screen and (max-width: 1240px) {
	#mainMenueLogo {width: 100px;}
	#mainMenueIcons {margin-right: 50px;}
	#tbSucheAjax_mainMenue {display: none;}
	#mainMenueSucheWrapper {width: 46px;}
	#chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper { width: calc(100% - 36px - 100px - 5px - 60px);}
	#chkMainMenueSuche:checked ~ #mainMenue #tbSucheAjax_mainMenue {display: block;}
	#mainMenueItems > li {padding: 0 8px;}
}
@media screen and (max-width: 1024px) {
	#mainMenueWrapper {display: none;}
	#headerMainMenue {margin-bottom: 30px;}
}
#main.menue_underline_1 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(1),
#main.menue_underline_2 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(2),
#main.menue_underline_3 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(3),
#main.menue_underline_4 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(4),
#main.menue_underline_5 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(5),
#main.menue_underline_6 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(6),
#main.menue_underline_7 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(7),
#main.menue_underline_8 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(8),
#main.menue_underline_9 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(9)
{border-color: #008542 !important;}/* --- --- *//* 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}/* --- --- *//* privatShopCSS  *//* ---------------------------------------------- */
/* ------------------- 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-image: url('/bilder/shop/Lagerbestand.svg');
	width: 25px;
	height: 25px;
	position: relative;
}
.lagerampel.ampel_0, .lagerampel.ampel_000000000 {
	background-image: url('/bilder/shop/nichtlagernd.svg');
	pointer-events: none;
}
#shopWeitere .lagerampel{
	position: absolute;
	top: 45px;
}
#shopWeitere .shopWeitereBildansichtArtikel .lagerampel {right: 15px; top: 15px;}
#shopWeitere .shopWeitereListansichtArtikel .lagerampel {right: 4.5px;}
/*- Info Icon -*/
.shopProduktInfoLink{
  position: absolute;
  width: 25px;
  height: 25px;
  background: url('/bilder/shop/Information.svg') no-repeat;
  right: 15px;
  top: 50px;
}
/*- MehrArtikel Icon -*/
.moreArticles{
	position: absolute;
	top: 80px;
	background: url('/bilder/shop/wgr.gif') center no-repeat;
	background-size: auto;
	width: 30px;
	height: 24px;
	right: 2px;
	background-size: contain;
}
/* - Navigation - */
#lblShopAnsichtList {background-image: url("/bilder/shop/button_liste.gif");}
#lblShopAnsichtBilder {background-image: url("/bilder/shop/button_boxen.gif");}
#radioShopAnsichtList:checked ~ #shopWeitere #shopNavRow2Wrapper #lblShopAnsichtList {background-image: url("/bilder/shop/button_liste_selected.gif");}
#radioShopAnsichtBilder:checked ~ #shopWeitere #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;
}

#shopArtikelAusgabe img[src="./juba/pic/adminCompanyLogo.svg"],
#shopWeitere img[src="./juba/pic/adminCompanyLogo.svg"] {
	filter: grayscale(0.8);
}

#shopWeitereListansichtHeader {background-color: var(--lightgray);}
.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: #e6e6e6;
	border: 1px solid #e6e6e6;
	border-right: none;
	border-radius: 6px 0px 0px 6px;
}
.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 var(--green);
	color: var(--green);
	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;
}
.shopRechts {
	display: inline-block;
	vertical-align: top;
}
.shopRechts {
	width: calc(100% - 320px);
	padding-left: 30px;
	float: right;
}
#shopHeadlineClass {
	margin-top: 0;
}
#ArticleContainer{flex-wrap:wrap;}
#radioShopAnsichtBilder:checked ~ #shopWeitere #ArticleContainer{gap:30px;}
@media screen and (max-width:1240px) and (min-width:1025px),
	   screen and (max-width: 768px) and (min-width: 601px) {
	#radioShopAnsichtBilder:checked ~ #shopWeitere #ArticleContainer {gap:20px;}
}

@media screen and (max-width: 1024px) {
	.shopRechts {
		width: 100%;
		float: none;
		padding-top: 20px;
		padding-left:0;
	}
}

@media screen and (max-width: 768px) {
	.shopLinks {padding: 0;}
}



/* ---------------------------------------------- */
/* --------------- Weitere Artikel -------------- */
/* ---------------------------------------------- */
.shopRechts select {
	font-family: inherit;
	font-size: 1rem;
	padding: 0 7px;
	height: 35px;
	border-color: var(--green);
	background-color: white;
	transition: border-color 300ms;
}
.shopRechts select:focus {outline: none;}
.shopRechts option {font-family: sans-serif;}

#shopWeitere {position:relative;}



/* --------------- 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);
	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;
}
.shopWeitereBildansichtBild img{padding:0 40px;}
.shopColArtikel img{height:110px;}
.shopWeitereBildansichtArtikel .shopShowMerkliste {
	position: absolute;
	top: 15px;
	left: 15px;
}
.shopWeitereBildansichtText {
	min-height: 160px;
	padding: 15px;
	position: relative;
	line-height: 125%;
	height: calc(100% - 260px);
}
.shopWeitereBildansichtText > h4 > a{color: #000;}
.shopWeitereBildansichtText > b.primaryColor{color: var(--green);}
.shopWeitereBildansichtArtikelButton {
	position: absolute;
	font-size: 16px !important;
	padding: 0 !important;
	background-image: url('/bilder/shop/cart.svg') !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 7px center;
	background-color: var(--green);
	width: 230px !important;
	border-radius: 8px !important;
	bottom: 15px;
	left: 15px;
	box-shadow: unset !important;
	padding-left: 60px !important;
	max-width: calc(100% - 30px) !important;
}
.shopWeitereBildansichtArtikelButton.ampel_0, .shopWeitereBildansichtArtikelButton.ampel_000000000 {background-color: var(--midgray) !important; cursor: auto;}
.shopWeitereBildansichtArtikelButton.ampel_0:active, .shopWeitereBildansichtArtikelButton.ampel_000000000:active{pointer-events: none;}
.nichtLagernd_hover{
	border: 1px solid var(--green);
	position: absolute;
	bottom: 70px;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: 300ms;
}
.shopWeitereBildansichtArtikelButton.ampel_0:active  ~ .nichtLagernd_hover,
.shopWeitereBildansichtArtikelButton.ampel_0:hover  ~ .nichtLagernd_hover,
.shopWeitereBildansichtArtikelButton.ampel_000000000:active  ~ .nichtLagernd_hover,
.shopWeitereBildansichtArtikelButton.ampel_000000000:hover ~ .nichtLagernd_hover
{opacity: 1; pointer-events: all;}

@media screen and (max-width:1240px) and (min-width:1025px),
	   screen and (max-width: 768px) and (min-width: 601px) {
	.shopWeitereBildansichtArtikel {width: calc(50% - 10px);}
	#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: 601px) {
	.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%;
	width: 100%;
}
#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, .shopColDetails_Mobile {
	padding-left: 20px;
}
.shopColDetails_Mobile{display:none !important;}
.shopColArtikel {
	width: 12%;
	padding-left: 10px;
}
.shopColBezeichnung {
	width: 40%;
}
.shopColDetails {
	width: 44px;
}
.shopColPreis1 {
	width: 18%;
}
.shopWeitereListansichtArtikel .shopColPreis2 {
	width: calc(100% - 12% - 40% - 18% - 44px - 115px - 10px);
}
.shopColKaufen {
	width: 115px;
}

.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,
.shopWeitereListansichtArtikel input[type=checkbox]:checked ~ .shopColDetails_Mobile .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: 150%;
}
.shopWeitereListansichtDetailsLinks, .shopWeitereListansichtDetailsRechts {
	display: inline-block;
	vertical-align: top;
}
.shopWeitereListansichtDetailsLinks {
	width: calc(100% - 320px);
	background-color: var(--lightgray);
}
.shopWeitereListansichtDetailsLinks > .shopProduktInfoLink {right: -12.5px;}
.shopWeitereListansichtDetailsRechts {width: 320px;}
.shopWeitereListansichtDetailsRechts a, .shopWeitereListansichtDetailsRechts img {display: block;}
.shopWeitereListansichtDetailsRechts img {max-width: 100%;}

.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;
}
.shopWeitereListansichtKaufen.ampel_0 > span > input.shopWeitereListansichtKaufenButton,
.shopWeitereListansichtKaufen.ampel_000000000 > span > input.shopWeitereListansichtKaufenButton {
  background-color: var(--midgray);
  pointer-events:none;
}
.shopWeitereListansichtKaufen.ampel_0 > span > .shopWeitereListansichtLinks, 
.shopWeitereListansichtKaufen.ampel_000000000 > span > .shopWeitereListansichtLinks {pointer-events: none;}

.nichtLagernd_hoverContainer > .nichtLagernd_hover{
  left: unset;
  bottom: unset;
  top: -45px;
  right: 0px;
  padding: 3px
}
.shopWeitereListansichtKaufen.ampel_0 > .nichtLagernd_hoverContainer:hover > .nichtLagernd_hover,
.shopWeitereListansichtKaufen.ampel_000000000 > .nichtLagernd_hoverContainer:hover > .nichtLagernd_hover{opacity: 1;}

.shopWeitereListansichtLinks {
	width:100px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: flex;
	vertical-align: top;
	position:relative;
}
.shopAnzahlArtikelList, .shopWeitereListansichtKaufenButton {
	font-size: inherit;
	font-family: inherit !important;
}
.shopAnzahlArtikelList {
	appearance: textfield;
	height:34px !important;
	text-align: right;
	width: 100%;
	padding: 5px 7px 5px 10px !important;
}
.shopAnzahlArtikelList:focus {outline: none;}
.shopAnzahlArtikelList:focus, .shopWeitereListansichtLinks:hover > .shopAnzahlArtikelList,
.shopAnzahlArtikelList:focus ~ label, .shopWeitereListansichtLinks:hover > label{border-color: var(--green);}
.shopWeitereListansichtLinks > label{
	background-color: #e6e6e6;
	padding: 6px 10px 6px 0px;
	border: 1px solid #e6e6e6;
	border-radius: 0px 6px 6px 0px;
	border-left: none;
	height: 34px;
	transition: 200ms ease;
}
.shopWeitereListansichtKaufenButton{
	width: 34px !important;
	height: 34px !important;
	background-image: url('/bilder/shop/cart.svg') !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	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/snadel_plus.gif');}
.merklisteRemove {background-image: url('/bilder/shop/snadel-.gif'); }
.shopWeitereListansichtRemove {display: none;}

@media screen and (max-width:1240px) and (min-width:1025px){
	.shopColPreis1{display: none !important}
	.shopWeitereListansichtArtikel .shopColPreis2
	{width: calc(100% - 12% - 40% - 44px - 115px - 10px);}
	.shopStartKategorie:nth-of-type(2n + 2) {margin-right: 20px;}
}

@media screen and (max-width: 768px) {
	.shopColPreis1,.shopColArtikel,.shopColPreis2,.shopColDetails{display:none !important;}
	.shopColDetails_Mobile{
		display:inline-block !important;
		width: 42px;
	}
	.shopWeitereListansichtArtikel{min-height:150px;}
	.shopColBezeichnung{width: calc(100% - 42px - 115px - 15px);}
	
	.shopWeitereListansichtDetailsRechts ,.shopWeitereListansichtDetailsLinks{width: 100%;}
	.shopWeitereListansichtDetailsRechts > a,
	.shopWeitereListansichtDetailsRechts > a > img{display:inline-block;}
	.shopWeitereListansichtDetailsRechts {text-align: center;}
	.shopWeitereListansichtDetailsLinks > .shopProduktInfoLink{right: 1.4rem; top: 1.4rem;}
	.shopWeitereListansichtDetailsHeadline{width: calc(100% - 1.4rem - 10px)}
	.shopWeitereListansichtDetails{padding-top:90px !important;}
}
@media screen and (max-width: 600px) and (min-width:361px){
	.shopColKaufen{width: 150px;}
	.shopColKaufen > .shopWeitereListansichtKaufen{text-align: right;}
	.shopWeitereListansichtLinks{width: 100%}
	.shopColBezeichnung{width: calc(100% - 42px - 150px - 3px);}
	.shopWeitereListansichtArtikel{min-height: 180px;}
}
@media screen and (max-width: 360px){
	.shopColBezeichnung{width: calc(100% - 44px - 2px);}
	.shopColKaufen {width: 100%; padding-top: 20px;}
	.shopWeitereListansichtKaufen,.shopWeitereListansichtLinks{width: 100%;}
	.shopWeitereListansichtKaufen > span:first-child{width: calc(100% - 74px); padding-right: 5px;}
	#shopWeitere .shopWeitereListansichtArtikel .lagerampel{top:65px;}
	.moreArticles{top:100px;}
	.shopColKaufen{margin-bottom: 20px;}
	 #shopWeitere .shopWeitereListansichtArtikel .lagerampel{
    	right: unset;
   	 	left: 75px;
    	top: 24px;
  	}
  	.moreArticles{
   	 	right: unset;
    	left: 115px;
    	top:24px;
  }
  .shopWeitereListansichtDetails{padding-top: 0 !important;}
}




/* ---------------------------------------------- */
/* --------------- Artikelausgabe --------------- */
/* ---------------------------------------------- */
#shopArtikelAusgabe input[type="checkbox"], #shopArtikelAusgabe input[type="radio"] {display: none;}
#shopArtikelAusgabe {width: 100%;}
#shopArtikelAusgabeBildContainer {width: 400px; vertical-align: top;}
#shopArtikelAusgabeBildContainer > #shopArtikelAusgabeBildBox {
	display: block;
	text-decoration: none;
	padding: 20px;
	text-align: center;
	min-height: 200px;
}
#shopArtikelAusgabeBildContainer > #shopArtikelAusgabeBildBox img {
	max-width: 100%;
	max-height: 400px;
}
#shopArtikelAusgabeTextHeadlineContainer {
	margin-bottom: 20px;
	position: relative;
}
#shopArtikelAusgabeHeadline {
	margin: 0;
	width: calc(100% - 50px);
}
#shopArtikelAusgabeBildContainer .shopShowMerkliste {
	position: absolute;
	top: 0;
	right: 0;
}
#shopArtikelAusgabeFirmaBild {
	display: inline-block;
	vertical-align: top;
	max-width: 100px;
	max-height: 60px;
}
#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: 10px;
	font-size: inherit;
	font-family: inherit;
	max-width: 100px;
	width: 100%;
}
#shopArtikelAusgabeAnzahl:focus { outline: none; }
#shopArtikelAusgabeAnzahlBox::before,
#shopArtikelAusgabeAnzahlBox::after {
	content: '';
	display: block;
	width: 28px;
	height: 10px;
	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: calc(50% - 10px);
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

#shopArtikelAusgabeAnzahlBox::after {
	bottom: calc(50% - 10px);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
/* Input von Anzahl - Ende */

#shopArtikelAusgabeFirmaText {
	width: calc(100% - 100px);
	float: right;
	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;
}
#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%;
}

#shopArtikelAusgabeTextContainer{width: calc(100% - 400px);}
.InfoContainer{width:100%;min-height: 100%;}
#shopArtikelAusgabeTextRechts{
  width: 205px;
  font-size:80%;
}

#shopArtikelAusgabeTextRechts input {
	height:40px !important;
	padding-right: 5px;
}

#shopArtikelAusgabeInWarenkorb{text-transform: uppercase;}
#shopArtikelAusgabe .lagerampel{
  position: absolute;
  top: 75px;
}
#shopArtikelAusgabe .shopProduktInfoLink{top: 30px;}
#shopArtikelAusgabe .shopProduktInfoLink,
#shopArtikelAusgabe .lagerampel{right:-12.5px; z-index: 1;}

#shopArtikelTextAusgabe{
  font-size: 80%;
  max-height:250px;
  min-height: 110px;
  overflow-y: auto;
  scrollbar-width: thin;
}
#shopArtikelAusgabeInWarenkorb.ampel_000000000,
#shopArtikelAusgabeInWarenkorb.ampel_0{
	background-color:var(--midgray);
	cursor: auto;
}
#shopArtikelAusgabeInWarenkorb.ampel_000000000:active,
#shopArtikelAusgabeInWarenkorb.ampel_0:active,
#shopArtikelAusgabeAnzahl.ampel_0,
#shopArtikelAusgabeAnzahl.ampel_000000000{pointer-events:none;}
#shopArtikelAusgabeInWarenkorb + span{
	position: absolute;
	left: 0;
	padding: 2px 10px;
	bottom: 50px;
	background-color: #fff;
	border: 1px solid var(--green);
	z-index: 1;
	pointer-events: none;
	opacity: 0;
	transition: 300ms opacity;
}
#shopArtikelAusgabeInWarenkorb.ampel_000000000:active + span,
#shopArtikelAusgabeInWarenkorb.ampel_0:active + span,
#shopArtikelAusgabeInWarenkorb.ampel_000000000:hover + span,
#shopArtikelAusgabeInWarenkorb.ampel_0:hover + span
{opacity: 1;}


/* Artikelinformation - Ende */

@media screen and (max-width: 1240px){
	#shopArtikelAusgabeTextContainer{width: calc(100% - 250px);}
	#shopArtikelAusgabeBildContainer{width: 250px;}
}
@media screen and (min-width: 1025px){.mobileButton{display:none;}}
@media screen and (max-width: 1024px) {
	#shopArtikelAusgabeTextRechts:not(.mobileButton) {display:none;}
	#shopArtikelAusgabeBildContainer {width: 200px;}
	#shopArtikelAusgabeTextContainer {padding-left: 40px; width: calc(100% - 200px);}
	.InfoContainer {width: 100%;}
}

@media screen and (min-width: 769px){.mobilePic{display:none;}}
@media screen and (max-width: 768px) {
	#shopArtikelAusgabeTextContainer, #shopArtikelAusgabeBildContainer {width: 100%;}
	#shopArtikelAusgabeBildContainer:not(.mobilePic){display:none;}
}

@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;

	overflow: hidden;
	display: inline-block;
	height: 250px;
	border: 1px solid lightgray;
	font-size:120%;
	margin-right: 20px;
	margin-bottom: 30px;
}
.shopStartKategorie:nth-of-type(3n+3) {
	margin-right: 0;
}
.shopStartKategorie:hover {
	  border-color: var(--green);
	  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: var(--green);}
.shopStartKategorieLink::after {
	display: inline-block;
	transition: 300ms ease-in-out;
	font-family: iconfont;
	content: '\f107';
	color: var(--green);
	position: relative;
	right: -5px;
}

@media screen and (max-width: 1240px) {
	/*.shopStartKategorie {
		width: calc(50% - 10px);
		margin-right: 20px;
	}*/
	.shopStartKategorie:nth-of-type(3n + 3) {margin-right: 20px;}

	.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: 420px) {
	.shopStartKategorie {
		width: 100%;
		margin-right: 0;
	}
	.shopStartKategoriePic img {object-fit: contain;}
}

/*--- SUCHE ---*/

#searchBox{
  position: relative;
}
#searchBox > .searchText{
  width: 350px;
  height: 45px;
  border-color: var(--green);
  border-radius: 0px;
  font-family: 'hagebau Text Regular';
  font-size:22px;
  color: var(--midgray);
}
#searchBox > .searchButton{
  background: url('/bilder/Lupe_green.svg') no-repeat center;
  width: 25px;
  height: 25px;
  background-color: transparent;
  position: absolute;
  right:10px;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
}


.imgBox > img{
	height: 230px;
	object-fit: cover;
	object-position: top;
}

.titelBoxObenLeer {
	display: inline-block;
}

.suche {
	display: inline-block;
	border: 1px solid #cecece;
	border-radius: 10;
}

.baustoffe {
	padding-top: 20px;
}

.hgbRegular {font-family: "Source Sans Pro",Arial,sans-serif;}

.shopStartKategoriePic {

	font-size: 100%;
	text-transform: uppercase;
}

#shopWeitere > h1.backRed.dib{line-height:1;}

.imgBox:hover{border-color: var(--lightgreen);}
.imgBox:hover > span{color: var(--lightgreen);}


@media screen and (max-width: 1240px) {
	#searchBox > .searchText{width: 220px;}
}
@media screen and (max-width: 1024px){
	#searchBox > .searchText{
		height: 55px;
		border-width:2px;
		border-radius: 5px;
		width:300px;
	}
}
@media screen and (max-width: 768px) {
	  #searchBox > .searchText{width: 100%;}
	  .searchBoxFlexWrapper{flex-direction:column;}
}

@media screen and (max-width:1025px) and (min-width:420px){
	.shopStartKategorie {
		margin-right: 20px;
		width: calc(50% - 20px);
	}
}

@media screen and (max-width:1240px) and (min-width:1025px) {
	.shopStartKategorie:nth-of-type(n) {
		margin-right: 20px;
		width: calc(50% - 20px);
	}
}

@media screen and (min-width:1240px) {
	.shopStartKategorie:nth-of-type(n) {
		margin-right: 20px;
		width: calc(33.33% - 20px);
	}
}



@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  *//* ------------------------------------------------------ */
/* -------------------- Shop Columns -------------------- */
/* ------------------------------------------------------ */
.sortimentLinks, .sortimentRechts {
	display: inline-block;
	vertical-align: top;
}
.sortimentLinks {width: 320px;}
.sortimentRechts {
	width: calc(100% - 320px);
	padding-left: 2.8rem;
}

@media (max-width: 1024px) {
	.sortimentLinks, .sortimentRechts {width: 100%;}
	.sortimentLinks {margin-bottom: 0;}
	.sortimentRechts {padding-left: 0;}
}



/* --------------------------------------------------- */
/* -------------------- Shop Tree -------------------- */
/* --------------------------------------------------- */
#checkSortimentSeitenreiter, #sortimentTree_mobile_chk, #sortimentTree ul, #sortimentTree_kb_show_menu, #sortimentTree_kb_hide_menu {display: none;}

#sortimentTreeHeadline {
	font-size: 115%;
	border-radius: 4px;
}
#sortimentSeitenreiter a{color: inherit}


/* ---------- Ebene 1 ---------- */
#sortimentTree, #sortimentTree ul {
	list-style: none;
	margin: 0;
}

#sortimentTree {
	padding-left: 0;
	font-size: 85%;
}

#sortimentTree > li > a {
	display: block;
	padding: .7rem 1.4rem;
	border-bottom: 1px solid #a4a4a4;
	font-family: var(--sourceSansSemibold);
}

#sortimentTree li.openleaf > a {color: var(--green);}

#sortimentTree li {
	position: relative;
}

#sortimentTree ul a {
	display: block;
	padding-left: 19px;
	font-weight: normal;
}

#sortimentTree ul a::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: top;
	background-image: url('/bilder/pfeil_gruen.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	position: absolute;
	left: 0px;
	top: 9px;
	transition: left .2s ease;
	-o-transition: left .2s ease;
	-ms-transition: left .2s ease;
	-moz-transition: left .2s ease;
	-webkit-transition: left .2s ease;
}

#sortimentTree ul a:hover::before, #sortimentTree ul > li.isnode > div:hover + a::before {left: 5px;}


/* ---------- Ebene 2 ---------- */
#sortimentTree ul {
	padding: 10px 1.4rem;
}

#sortimentTree li.openleaf > ul {
	display: block;
}



@media (min-width: 1024px) {
	#lblSortimentSeitenreiterHideBereich, #lblSortimentSeitenreiterOpen {display: none;}
}

@media (max-width: 1024px) {
	#sortimentSeitenreiter, #lblSortimentSeitenreiterOpen, #lblSortimentSeitenreiterHideBereich {z-index: 5;}
	#sortimentSeitenreiter, #lblSortimentSeitenreiterOpen {
		position: fixed;
		top: 290px;
	}
	
	#sortimentSeitenreiter {
		width: calc(100% - 36px);
		max-width: 650px;
		right: calc(-650px - 36px);
		transition: 500ms;
		background-color: white;
	}
	
	#sortimentSeitenreiter, #sortimentTreeHeadline, #lblSortimentSeitenreiterClose {border-radius: 4px 0px 0px 4px;}
	#lblSortimentSeitenreiterOpen {border-radius: 0px 4px 4px 0px;}
	
	#checkSortimentSeitenreiter:not(:checked) ~ #sortimentSeitenreiter {right: 0;}
	
	#lblSortimentSeitenreiterOpen, #lblSortimentSeitenreiterClose {
		background-color: var(--green);
		background-image: url('/bilder/pfeil_weiss.svg');
		background-repeat: no-repeat;
		background-position: center;
		
	}
	
	#lblSortimentSeitenreiterOpen {
		right: 0;
		display: block;
		width: 58px;
		height: 58px;
		z-index: 1;
		transition: 200ms;
		transform: rotate(180deg);
		background-size: 20px;
	}
	
	#lblSortimentSeitenreiterClose {
		display: block;
		position: absolute;
		top: 120px;
		left: -36px;
		width: 36px;
		height: 70px;
		background-size: 17px;
	}
	
	#lblSortimentSeitenreiterHideBereich {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
		cursor: unset;
		opacity: 0;
		pointer-events: none;
		transition: opacity 400ms;
		background-color: rgba(0, 0, 0, 0.2);
	}
	
	#checkSortimentSeitenreiter:not(:checked) ~ #lblSortimentSeitenreiterHideBereich {
		opacity: 1;
		pointer-events: all;
	}
	
	
	#sortimentTree {
		max-height: 350px;
		overflow: auto;
		scrollbar-width: thin;
	}
	
	#sortimentTree ul {
		padding: 0px 2.8rem;
		padding-bottom: 10px;
	}
	
	#sortimentTree > li > a {
		border: none;
		padding: 7px 1.4rem;
	}
}

@media (max-width: 768px) {
	#sortimentSeitenreiter, #lblSortimentSeitenreiterOpen {top: 220px;}
	
	#lblSortimentSeitenreiterClose {top: 80px;}
}




/* ---------------------------------------------- */
/* ---------------- hasnode divs ---------------- */
/* ---------------------------------------------- */
#sortimentTree li > div {display: none;}
#sortimentTree li.isnode > div {display: block;}

#sortimentTree li.isnode > div:hover + a {color: var(--green);}

#sortimentTree li > div {
	position: absolute;
	width: 100%;
	cursor: pointer;
}

#sortimentTree > li > div {height: 53px;}
#sortimentTree ul > li > div {height: 30px;}

@media (max-width: 1024px) {
	#sortimentTree > li > div {height: 40px;}
	#sortimentTree ul > li > div {height: 28px;}
}




/* ---------------------------------------------- */
/* ---------------- 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: var(--green);
	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;
}/* --- --- *//* sucheCSS  */.gewerbeShopBannerHeadline{margin-right:275px;}


#shopButtonWrapper {
  padding: 10px;
  background-color: white;
  max-width: 250px;
  float: right;
  display: flex;
}

.searchText{
  width: calc(100% - 70px);
  height: 40px;
  padding-left: 7px;
  border-left: 3px solid lightgray;
  border-top: 3px solid lightgray;
  border-bottom: 3px solid lightgray;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

input.shopCustBtn {
  font-weight: normal;
}

.logo {
	max-width: 240px;
	display: inline-block;
	vertical-align: top;
	margin-right: 120px;
}

.titelBoxObenLeer {
	width: 30%;
	vertical-align: top;
}

.searchButton {
	display: inline-block;
	width: 35px;
	border: 1px solid;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding: 20px 5px;
	box-shadow: none;
	color: transparent;
	font-size: 0px;
	height: 40px;
	vertical-align: top;
	margin-left: -2px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAFIklEQVR4nO2b2XLjNhBF+f/flqpUquLM2LJlLRT3FRux3zwok7JDSmPHFi1qcB79QHRfNYDuRjuKAoFAIBAIBAKBQCAQCAQCgcAUXA+ISY5dlyCnJay3OIU2Gq3oUbIG7dDDOIuvtv/LYIrjuY2R0ALe+5OinUJZDSIZ1u0eVPFfR0jnHQ59hoSUcN69W7j/YpxBwWtk9Pi9r/bvogg94KHefFi0KZx32PUJqGK3KSLXAr3o3yQE0wLSqn//pqwG1+JNEXvoM1B5YyIWvEbJm7OON6LDgWQgkiElBQYjXwmYkgJcCxSsRjuQs9/iiqMd+tsQkUiGXtKTzhaswUP9jE6SNztMJMNTs0NzJqIb0aEW7bJFFGbAY7s76SSVFM0HIqWXFBmrTn7/uYshrVquiN/Kp0nHrLP4Vj7Bef9h55x32HcJlNWTa63qzTIFzFkFpsTIIQ+Pu+IB/hPEe8l9tZ4UUKgBrVjYeei8w0Mzna7s2sOnixdFUeS9R0LyyTUPfX6RNS/Gtk8g9DBypOItBiMv5shgJApWj9bliqPk9XIE/Kt8HG9d7/HYbC/uxLZNJvPF53a/DAG5FjhMbKV1G2Mwl78RldXYdIfR+jFJl3Ej77oEwoy37331PJvxhz4brU8VR8mb6xewE/1oC3WSoJoxqW1Fj3Z4nWR7eMRdev0CprQY/fo5q6Ctns147QwyOk6w5/wR/zfxxPb5Xq5nN3zbjs/Bu/Lx+gWcugF7SWc3/M/8YWTHY7OFx5XngyOrcSzd5rbj9+zbWMB6AQJaN47AuM9mN/quWI3suK+er1/AfZ+ODH+qt7O224837vgsTll53eJFURSlpBwZXrAaas5b2GpkdGyHmiGR/zAVa2Dc66dJohhKNl8tWvEGzdCNBNy28fULmNMKxpmR8XP25VbVuBPkvUdGF7CFj7VoMnJgT1IIM8xQC6vJJDohOeQStnAURdHdVDcGHt+rp4s7sO8STGUCi+pMl7yBfPGq9oOKNxdNqtuBoJ94sSOKoVhSPzCKpqMQOOaEl0isjbNYt/vJNbftYVniRVEUZayC0OMo9N5j03x+czOZqMGBYyeoFt3yBIyiKDr1RuG8x6HLPiU3HIzEVP8POD7Ir+rLd8EvhrIa6zaedA4A9n36oQmCduix71PYEyMfizv3pqCKoT4z1tEJgoTkoIq/6eXMeYd2IChYDXJm4gEA6qFDuoTc72cILUAVO+usUAMq1mDXJ+gGgl5SSKMgrUIvKchAkZAcz218dlRkKgpjki9fxMFI7PsUbxml1Faj4i2IpCCSoeIt1ItprfeSswoJLZYvojAS6y4+OYbxEQY9YNVsIc30t9uhvw0Ro+ifcTd2ftztrXjvkZICKS2grMZv2d3JkeFOEqS3IqJxBo3okNMS0sh3jfs67yCNQtxnkw9Wf+T3rwY0X1IPHQ63cCb+wDoLpjhyWmLTxSADg3YG0moYZ2GchbQKyipQybBuY2S0BJH07JT+Y7ODm6iJf0RiMWN7bTa0M5BGwjqLp2aHVb3BqtrgqdkdRTXqXck3GehkTQ4ATHJUS3ho/2pq3kKduFio5LM2ehfLORHZUkY+vpqS1WCST4rItUAVIvHnlKw+WRFpa1CyEIk/5VwNbZwJF8tbKFl9sp5WVqPmCxhC+moKVqMW46dPAIj7BYzBXQMxyUYiPtQbiAvOcd8cKS3Q/DOM+dhsb+dfxOYkJhlW9QY5q4J4gUAgEAgEAoFAIBAIBAKBX42/AT4sE1UPVe7wAAAAAElFTkSuQmCC');
	background-size: contain;
	background-color: #008412;
	background-repeat: no-repeat;
	background-position: center;
}



@media screen and (min-width:1024px) and (max-width:1109px){
.gewerbeShopBannerHeadline{margin-right:0; width:100%;}
.gewerbeShopBannerPic{margin-right:0;}
.titelBoxObenLeer {display: inline-block !important; width: 30% !important;}
#shopButtonWrapper {float: left; width: 100%; max-width: 100%; padding-top: 10px !important; padding: 0;}
.logo {max-width: 240px; display: inline-block; vertical-align: top; margin-right: 85px;}
}

@media screen and (max-width:1024px){
.gewerbeShopBannerHeadline{margin-right:0; width:100%;}
.gewerbeShopBannerPic{margin-right:0;}
.logo {display: none;}
.titelBoxObenLeer {display: block !important; width: calc(100% - 15px) !important;}
#shopButtonWrapper {float: left; width: 100%; max-width: 100%; padding-top: 30px !important; padding: 0;}
}

@media screen and (max-width:768px){
.gewerbeShopBannerHeadline{margin-top:10px;}
.logo {display: none;}
.titelBoxObenLeer {display: block !important; width: calc(100% - 15px) !important;}
#shopButtonWrapper {float: left; width: 100%; max-width: 100%;}
}/* --- --- */#main #MobileMenu_mobile_chk ~ ul > li.isnode > ul{
	animation-duration:0ms;
	transition:0ms;
}/* --- --- */#noJsContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}
#noJSMessage {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 14px;
	bottom: 14px;
	pointer-events: all;
}
@media (max-width: 1024px) {
	#noJSMessage {bottom: 70px;}
}/* --- --- */#reiterOben {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}
#chkReiterOben {display: none;}
#lblReiterOben {color: white;}
#lblReiterOben:hover ~ #reiterObenReiterWrapper {top: -43px;}

.reiterObenPfeil {
	font-family: iconfont;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
#lblReiterOben .reiterObenPfeil {transform: rotate(90deg);}

#reiterObenReiterWrapper {
	text-align: center;
	position: absolute;
	top: -58px;
	transition: top 500ms
}
#chkReiterOben:checked ~ #reiterObenReiterWrapper {top: 0;}

#reiterObenReiter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 58px;
	min-width: 250px;
	background-color: white;
	border-radius: 0 0 3px 3px;
	padding: 0 20px;
	color: inherit;
}
#chkReiterOben:checked ~ #reiterObenReiterWrapper #reiterObenReiter, #lblReiterOben:hover ~ #reiterObenReiterWrapper #reiterObenReiter {box-shadow: 0px 3px 0.3125rem 0.3125rem rgba(0, 0, 0, 0.1);}

#reiterObenClose {
	font-family: iconfont;
	display: inline-block;
	color: white;
	font-size: 32px;
	margin-left: 10px;
	position: absolute;
	top: 16px;
}

@media screen and (max-width: 1024px) {
	#reiterOben {height: 50px; margin-bottom: 0;}
	#reiterObenReiter {height: 40px;}
	#lblReiterOben:hover ~ #reiterObenReiterWrapper {top: -35px;}
	#chkReiterOben:checked ~ #reiterObenReiterWrapper {top: 0;}
	#reiterObenClose {
		font-size: 28px;
		margin-left: 5px;
		top: 10px;
	}
}/* --- --- */#streifenUnterMenueWrapper {
	height: 784px;
	position: absolute;
	top: 0;
	pointer-events: none;
}
#streifenUnterMenueWrapper::before, #streifenUnterMenueWrapper::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 5.3rem;
	height: 620px;
	background-color: #EAEAEA;
}
#streifenUnterMenueWrapper::before {
	left: 0;
}
#streifenUnterMenueWrapper::after {
	right: 0;
}
#streifenUnterMenue {
	height: 670px;
	margin-top: calc(60px + 80px);
	box-shadow: 0px -3px 5px 0px rgba(59, 48, 48, 0.07);
	position: absolute;
	width: calc(100% - 5.3rem - 5.3rem);
	left: 5.3rem;
	z-index: 1;
}


@media screen and (max-width: 1440px) {
	#streifenUnterMenueWrapper::before, #streifenUnterMenueWrapper::after {width: 3rem;}
	#streifenUnterMenue {
		width: calc(100% - 3rem - 3rem);
		left: 3rem;
	}
}
@media screen and (max-width: 1024px) {
	#streifenUnterMenueWrapper::before, #streifenUnterMenueWrapper::after {height: 450px;}
	#streifenUnterMenue {
		height: 480px;
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	#streifenUnterMenueWrapper {display: none;}
	#streifenUnterMenueWrapper::before, #streifenUnterMenueWrapper::after {width: 1rem;}
	#streifenUnterMenue {
		width: calc(100% - 1rem - 1rem);
		left: 1rem;
	}
}



/* ----- Reiter oben Anpassung ----- */
#reiterOben {background-color: #EAEAEA;}
#lblReiterOben {color: #A4ABA6;}
#reiterObenClose {color: #A4ABA6;}/* --- --- */.mainMenueLvl2 {
	transition: height 600ms, opacity 600ms, background-color 600ms;
	overflow:hidden;
	padding-top: 0;
	height: 0;
}
.mainMenueLvl2Headline {margin-top: 4.375rem;}
#mainMenueItems > li .mainMenueLvl2Close {display: none;}


#mainMenueItems > li:hover > .mainMenueLvl2 {
	height: 70px;
	overflow: hidden;
	opacity: 1;
	background-color:rgba(244, 243, 243, 0.8)
}
#mainMenueItems > input:checked + li > .mainMenueLvl2 {
	background-color:#f4f3f3;
	opacity:1;
	pointer-events: all;
	z-index:2;
	height: 575px;
}
#mainMenueItems > input:checked + li {
  border-color: #008542;
}
#mainMenueLogo{z-index:3;}

#mainMenueItems > li {
	display: inline-block;
}
#mainMenueItems > li > label {
	height: 100%;
	display: inline-flex;
	align-items: center;
	position: relative;
}
.lblHideMenue {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}
#mainMenueItems > input:checked + li .lblHideMenue {
	display: block;
}
#mainMenueItems > input:checked + li .mainMenueLvl2Close {display: block;}
#rad_menueHide:not(:checked) + label.lblHideMenue{
	position: fixed;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	cursor:auto;
}
#mainMenueItems > 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;
}

#mainMenueItems > li > .mainMenueLvl2 > label:nth-child(1) > label{
	bottom:0;
	left:0;
}

#mainMenueItems > input:checked + li > .mainMenueLvl2 > label:nth-child(1){
	transform: translateX(-50%) rotateZ(180deg);
}
@media screen and (min-width: 1241px){
	#mainMenueIcons{margin-right: 180px;}
	#mainMenueSucheWrapper{width: 175px;}
}
@media screen and (max-width:1240px){
  #mainMenue {padding-right: 25px;}
  #mainMenueSucheWrapper {right: 24px;}
}


/* Icons Anpassung - Timon - 231221 */
@media (max-width: 1280px) {
	#mainMenueItems > li {padding: 0 6px;}
}/* --- --- */div.overviewBoxTitel > p, 
.lagernd0  {display: none;}/* --- --- */