/* css zu warenkorb_privat *//* ConsentAnpassung_2026CSS  */:root {
	--consentbuttonback: #008542 !important;
	--consentbuttonbackhover: #008542 !important;
}

#JubaPopupMessage {
	max-height: calc(100% - 4rem - 60px) !important;
}

.cookieConsentButton {
    padding: 12px 10px 8px 10px !important;
}/* --- --- *//* CookieConsentPopUpCSS  *//* --------------------------------------------------------------------------- */
/* -------------------- juba - 72 - CookieConsentPopUpCSS -------------------- */
/* --------------------------------------------------------------------------- */
x {}

:root {
	--consentbuttonback: #527fa2;
	--consentbuttoncol: white;
	--consentbuttonbackhover: #344756;
	--consentbuttoncolhover: white;
}

/* Standard Pop Up anpassen */
#JubaPopupMessage {
	width: 100% !important;
	max-width: 350px;
	left: calc(50% - 350px / 2) !important;
	max-height: calc(100% - 4rem);
	overflow-y: auto;
}

.listpopupmessages, .cookieConsentWrapper ~ #lbl_JubaPopupMessageIcon {
	display: none !important;
}

@media (max-width: 360px) {
	#JubaPopupMessage {
		left: 0 !important;
	}
}



/* Cookie Consent */
#listpopupmessages > li:has(.cookieConsentWrapper) {
	display: none;
}

.cookieConsentWrapper {
	display: none;
}

.listpopupmessages ~ .cookieConsentWrapper {
	display: block;
}

.cookieConsentHeadline {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 26px;
	line-height: 100%;
}

.cookieConsentTextWrapper, .cookieConsentButton {
	font-size: 16px;
}

.cookieConsentTextWrapper {
	margin-bottom: 20px;
	hyphens: none;
	line-height: 150%;
}

.cookieConsentDatenschutz {
	display: inline-block;
	margin: 10px 0;
}

.cookieConsentButtonWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 10px;
}

.cookieConsentButton {
	width: calc(50% - 5px);
	padding: 10px;
	background-color: var(--consentbuttonback);
	color: var(--consentbuttoncol);
	transition: background-color 200ms ease-in-out;
	text-align: center;
	line-height: 100%;
	font-weight: bold;
}

.cookieConsentButton:hover {
	background-color: var(--consentbuttonbackhover);
	color: var(--consentbuttoncolhover);
}/* --- --- *//* elements.popupinfo  */x{}
/* ausblenden wenn checkbox über graue fläche abgewählt wird */
  label#lbl_JubaPopupMessageBoxGreyOverall, aside#JubaPopupMessage,
	label#lbl_JubaPopupMessageIcon {display: none;}

/* einblenden der Info */
input[type="checkbox"]#rad_JubaPopupMessage:checked ~ aside#JubaPopupMessage {
	display:block; border: 1px solid #005541; background-color: #fff; 
	position: fixed; z-index: 300; 
	left: calc(50% - 140px); top: 2rem;
	width: 280px; padding: 1rem;
}
input[type="checkbox"]#rad_JubaPopupMessage:checked ~ label#lbl_JubaPopupMessageBoxGreyOverall {
	position:fixed; left: 0px; top: 0px;
	width: 100%; height: 100%;
    	display:block;
	background-color: rgba(200,200,200,0.7);
	z-index: 299
}
input[type="checkbox"]#rad_JubaPopupMessage:checked ~ aside label#lbl_JubaPopupMessageIcon { 
	display: block; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAEvElEQVRIiZ2WS4hbVRjHs6uPUhC61EWtpVIsCoqgFitFEUWpWBFB1IXoQsFNRRHBB11IFRdVXLifUmfSNplMHpPkZl6ZTN7vTN43j5tMZvKYdJKZzLRJys/FTHPndjKteODHuff78/2/e757uOeqVPuMjY0NlpaWKBQKVKtVms0mGxsb3Lx5k83NTdbX12m323Q6Hba2ttjPZ+jo9XpIkoQoijQaDVqtNmtrLZrNG9Trq9RqdWq1Bo3GKs3mDdbWWqyvr7O5uUm3271/sV6vRy6Xo1wus7bWotFoUqvVqVZr96RWrdNsNmm32/R6vf0L9ft9crkclcoSjdVVlldWWF5e2Z7/A5XlFVZ22jp0Rb1ej2w2i1SSqNXqLC1VWKr8D5YqVCrLNBoNbt26BSAXkySJdDrDykqVUqksk8pQCkSUsTtkRKQrmuFauUy9Xuf27dvbRba2tkgkEkilEsWiRKFY3Eato3j0RYqnz8mxXRS//I7igSMU3/uMQjC8R5ekEu12e7tIuVwmmUxSLEqIYg4xl0f0+CkePLZtcuAI+R9+3Y7vkJswU3zoqKz/9pdS35krleXtjRCLxUhnMmSyIplsdkDu/E8Dk+LBY2SN1m0tkaTw9KsDrXDqrCLvDulsFlEUabVaqKLRKMlUmsQukqk0iUSS/PNvymYnTpOMRMl+/bNc/NCTpKwzJFNpUumMwieZSpNIpsjnC6iCwSCJRJLFxfgeEpZpCo+cGJiK736qaGPm2wvEE0kFu/Nji3EyWRGVw7HAYjxBJBobSuLin/KT7yL3zGtEwxFisUUFe/KTKVRTU1OEI1GCofC+ZN76SFnk4WNExrSEwhHCkaiCu3PDkSgqQRDw+QNDCQRD+PwBglfHKT7wuLyKJ17C5w/gDwTxB4IEgqHBPMxDZbfP43S5cbm9Crw+P16fH5fbS/qVc3vaFfn+F9weH26PD6/Ph8vtxe3xKX08XgLBICqny8WcfZ4Fp0uB0+XB6fIQuvC7bL5rNYVDx/GOaXC63Dhdnp0ct8LDseAiEAih8ng8WAWBeccC9nnHAMeCE6fZSv7wyYFx/P3PyZw8I++uk2dwzM7hWHBin3fs8ZizzxMKhVHl83ksFgu2qWlm5+aZmbUzM2tnzj5P/I0P5e372HPYLQKOy2MUDh2X2/bJV8zZ5bzdTM/MUqlUUHU6HRwLDvQGA1PTMwNcFy8p3oHr4qWB5jv/o6w9eBTnH38rcqemZ7AKNrxer3xqiqKI0WhiQm9EsE1jtQhkjr4wMIq9/gFWYUpB/NRZeTVvf6zQzBYBQbBRLpflT3232yUSiaDT6dBN6LFYbdiuqFl8+R1yh59CuKbFbLEqENTXyT76LN4vvlHETZMWTJNm4vHE3lOy1+sRCoW4rtFwXTuOyWzBZLZgvTyKcdI8FJPeIF9PmtEbTRiMJqKxGP1+f/gx3O12CYfDaLVaRsfUjOv0GIyTCvSGvfcTeiPa8QlMJjPxePz+PxT9fp9qtYrVamV0dJQr/4xy9ZoGjVaHbsKwY2xiXKdHo9Wh0eqY0BuYm7NTKpXu/SNx92g2mwSDQWw2GxqtFrX6KmNqNSMjI4yMXEaj1SIIAj6fj5Ik0el09jX/F5Hf+SiQLF0OAAAAAElFTkSuQmCC); 
width: 25px; height: 25px; 
	position:relative; bottom: 0px; left: 0px; margin-right:12px; margin-top: 12px;
}
#JubaPopupMessage, #JubaPopupMessage .listpopupmessages {color: black !important;}/* --- --- *//* Footer_2026CSS  */#mainFooter {
    font-size: 15px;
    overflow: hidden;
}

/* Top */
#footerTop {
    margin-bottom: 30px;
}

#footerLogo {
    width: 280px;
    position: relative;
    top: -2px;
}

#footerWappenWrapper {
    width: calc(100% - 280px);
    text-align: right;
    padding-top: 20px;
}

#footerWappen {
    width: 85px;
}

@media (max-width: 1024px) {
    #footerLogo {
        width: 180px;
    }

    #footerWappenWrapper {
        width: calc(100% - 180px);
        padding-top: 10px;
    }

    #footerWappen {
        width: 75px;
    }
}

@media (max-width: 600px) {
    #footerLogo {
        width: 160px;
    }

    #footerWappenWrapper {
        width: calc(100% - 160px);
    }
}



/* Mid */
#footerMid {
    column-gap: 100px;
    align-items: start;
    padding-bottom: 100px;
}

.footerMidCol:nth-of-type(1) {
    width: 20%;
}

.footerMidCol:nth-of-type(2) {
    width: calc(55% - 200px);
}

.footerMidCol:nth-of-type(3) {
    width: 25%;
}


.footerIcon {
    display: inline-block;
    vertical-align: top;
    width: 23px;
    aspect-ratio: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 200ms ease-in-out;
    margin-right: 16px;
}

.footerIcon:last-of-type {
    margin-right: 0;
}

.footerIconFacebook {
    background-image: url("/bilder/icon-facebook-green.svg");
}

.footerIconFacebook:hover {
    background-image: url("/bilder/icon-facebook-black.svg");
}

.footerIconInstagram {
    background-image: url("/bilder/icon-insta-green.svg");
}

.footerIconInstagram:hover {
    background-image: url("/bilder/icon-insta-black.svg");
}

.footerIconLinkedin {
    background-image: url("/bilder/icon-linkedin-green.svg");
}

.footerIconLinkedin:hover {
    background-image: url("/bilder/icon-linkedin-black.svg");
}

#footerWillhaben {
    display: inline-block;
    vertical-align: top;
    width: 91px;
    height: 46px;
    background-image: url('/bilder/logo-willhaben.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 200ms ease-in-out;
    margin-top: -10px;
}

#footerWillhaben:hover {
    transform: scale(1.1);
}



#footerMidLinksWrapper {
    column-gap: 50px;
    row-gap: 20px;
}

.footerMidLinkContainer {
    width: calc(50% - 25px);
}

.footerMidLink {
    display: inline-flex;
    align-items: center;
    height: 58px;
    border-radius: calc(58px / 2);
    transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
    padding: 5px 20px 5px 5px;
    text-decoration: none;
}

.footerMidLink:hover {
    color: var(--white);
    background-color: var(--green);
}

.footerMidLinkIcon {
    height: 100%;
    aspect-ratio: 1;
    background-color: var(--white);
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.footerMidLinkIconGarten {
    background-image: url('/bilder/icon-garten.svg');
}

.footerMidLinkIconTier {
    background-image: url('/bilder/icon-tierbedarf.svg');
}

.footerMidLinkIconBauen {
    background-image: url('/bilder/icon-bauen.svg');
}

.footerMidLinkIconWohnen {
    background-image: url('/bilder/icon-haushalt.svg');
}

.footerMidLinkIconSanitaer {
    background-image: url('/bilder/icon-sanitaer.svg');
}

.footerMidLinkIconWerkzeug {
    background-image: url('/bilder/icon-werkzeug.svg');
}

#footerMidColRLinks a {
    color: var(--black);
    text-decoration: none;
}

#footerMidColRLinks a:hover {
    color: var(--green);
    text-decoration: underline;
}

@media (max-width: 1240px) {
    #footerMid {
        padding-bottom: 40px;
    }

    .footerMidCol:nth-of-type(1) {
        width: 33.33%;
    }

    .footerMidCol:nth-of-type(2) {
        width: calc(66.66% - 100px);
    }

    .footerMidCol:nth-of-type(3) {
        width: 100%;
        border-top: 1px solid var(--gray);
        padding-top: 40px;
        margin-top: 50px;
    }

    #footerMidColR, #footerMidColRLinks {
        display: flex;
        flex-wrap: wrap;
    }

    #footerMidColRLinks {
        width: calc(100% - 460px);
        column-gap: 40px;
        margin-bottom: 0;
        align-items: center;
    }

    #footerMidColRLinks div {
        margin-bottom: 0;
    }

    #footerMidColRRechts {
        width: 460px;
        text-align: right;
    }

    #footerMidColRRechts a {
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .footerMidCol:nth-of-type(1),
    .footerMidCol:nth-of-type(2) {
        width: 100%;
    }

    .footerMidCol:nth-of-type(2) {
        border-top: 1px solid var(--gray);
        padding-top: 40px;
        margin-top: 50px;
    }

    #footerMidColRLinks {
        width: calc(100% - 260px);
    }

    #footerMidColRRechts {
        width: 260px;
    }

    #footerMidColRRechts a:first-of-type {
        margin-bottom: var(--abstand_3);
    }
}

@media (max-width: 768px) {
    .footerMidCol:nth-of-type(2),
    .footerMidCol:nth-of-type(3) {
        padding-top: 22px;
        margin-top: 20px;
    }

    #footerMidLinksWrapper {
        row-gap: 5px;
    }

    .footerMidLinkContainer {
        width: 100%;
    }

    #footerMidColRLinks,
    #footerMidColRRechts {
        width: 100%;
    }

    #footerMidColRLinks {
        border-bottom: 1px solid var(--gray);
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    
    #footerMidColRRechts {
        text-align: left;
    }
}



/* Bot */
#footerBot {
    padding: 35px 10%;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
}

.footerBotLink {
    padding-right: 10px;
    border-right: 1px solid var(--black);
    line-height: 100%;
}

.footerBotLink:last-of-type {
    border-right: none;
}

.footerBotLink a {
    color: var(--black);
    text-decoration: none;
}

.footerBotLink a:hover {
    color: var(--green);
    text-decoration: underline;
}/* --- --- *//* MainMenue_2026CSS  */#mainHeader {
    position: sticky;
    top: 0;
    background-color: var(--white);
    padding-bottom: 12px;
	z-index: 1;
}

#mainHeaderWrapper {
    column-gap: 40px;
    align-items: center;
}

@media (max-width: 1600px) {
    #mainHeaderWrapper {
        column-gap: 25px;
    }
}



#mainHeaderLogo {
    width: 280px;
	position: relative;
    top: -2px;
}

#mainHeaderLogo img {
    display: block;
    width: 100%;
    object-fit: contain;
    object-position: left;
    transition: width 200ms ease-in-out;
}

@media (min-width: 769px) {
    .mainHeaderScrolled #mainHeaderLogo img {
        width: 170px;
    }
}


@media (max-width: 1240px) {
    #mainHeaderLogo {
        width: 250px;
    }
}

@media (max-width: 1024px) {
    #mainHeaderLogo {
        width: 200px;
    }
}

@media (max-width: 768px) {
    #mainHeaderLogo {
        height: 70px;
    }
}

@media (max-width: 600px) {
    #mainHeaderLogo {
        width: 130px;
    }
}


#mainHeaderStandort {
    width: 135px;
    font-family: var(--medium);
    text-decoration: none;
}

#mainHeaderStandortOben {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 100;
}

#mainHeaderStandortUnten {
    display: inline-block;
    font-size: 23px;
    border-bottom: 3px solid var(--green);
    transition: border-color 200ms ease-in-out;
}

#mainHeaderStandort:hover #mainHeaderStandortUnten {
    border-color: var(--black);
}



#mainMenueRight {
    width: calc(100% - 280px - 40px);
    column-gap: 20px;
    justify-content: right;
    align-items: center;
}


#mainMenueWillhaben, #mainMenueWillhabenMobil {
    width: 91px;
    height: 46px;
    background-image: url('/bilder/logo-willhaben.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 200ms ease-in-out;
}

#mainMenueWillhaben:hover, #mainMenueWillhabenMobil:hover {
    transform: scale(1.1);
}

#mainMenueWillhabenMobilWrapper {
    display: none;
    text-align: center;
    margin-top: 40px;
}

#mainMenueWillhabenMobil {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 768px) {
    #mainMenueWillhabenMobilWrapper {
        display: block;
    }
}

#mainMenueSearch {
    width: 40px;
    aspect-ratio: 1;
}

#mainMenueSearch > svg {
    width: 100%;
    height: 100%;
    transition: fill 200ms ease-in-out;
}

#mainMenueSearch:hover > svg {
    fill: var(--black) !important;
}



@media (max-width: 1700px) {
    #mainMenueWhatsapp {
        display: none;
    }
}

@media (max-width: 1600px) {
    #mainMenueRight {
        width: calc(100% - 280px - 25px);
    }
}

@media (max-width: 1400px) {
    #mainMenueNewsletter {
        display: none;
    }
}

@media (max-width: 1240px) {
    #mainMenueRight {
        width: calc(100% - 250px - 25px);
    }

    #mainMenueSearch {
        width: 35px;
    }
}

@media (max-width: 1024px) {
    #mainMenueRight {
        width: calc(100% - 200px - 25px);
    }

    #mainMenueStandorte, #mainMenueWillhaben {
        display: none;
    }
}

@media (max-width: 768px) {
    #mainMenueRight {
        align-items: start;
    }
}

@media (max-width: 600px) {
    #mainMenueRight {
        width: calc(100% - 130px - 25px);
    }
}



/* Seitenreiter */
#mainMenueChk, #mainMenue_kb_show_menu, #mainMenue_mobile_chk, #mainMenue_kb_hide_menu {
    display: none;
}

#mainMenueLblOpen {
    display: inline-block;
    width: 50px;
    height: 40px;
    position: relative;
}

#mainMenueLblOpen > div {
    height: 3px;
    width: 100%;
    background-color: var(--green);
    transition: background-color 200ms ease-in-out;
    position: absolute;
    left: 0;
}

#mainMenueLblOpen > div:nth-of-type(1) {
    top: 0;
}

#mainMenueLblOpen > div:nth-of-type(2) {
    top: calc(50% - 1.5px);
}

#mainMenueLblOpen > div:nth-of-type(3) {
    bottom: 0;
}

#mainMenueLblOpen:hover > div {
    background-color: var(--black);
}

#mainMenueChk:checked ~ #mainMenueLblOpen > div:nth-of-type(2) {
    display: none;
}

#mainMenueChk:checked ~ #mainMenueLblOpen > div:nth-of-type(1) {
    transform: rotate(40deg);
    top: 18px;
}

#mainMenueChk:checked ~ #mainMenueLblOpen > div:nth-of-type(3) {
    transform: rotate(-40deg);
    bottom: 19px;
}

@media (max-width: 1240px) {
    #mainMenueChk:checked ~ #mainMenueLblOpen > div:nth-of-type(1) {
        top: 17px;
    }

    #mainMenueChk:checked ~ #mainMenueLblOpen > div:nth-of-type(3) {
        bottom: 16px;
    }
}

@media (max-width: 1024px) {
    #mainMenueChk:checked ~ #mainMenueLblOpen > div:nth-of-type(1) {
        top: 13px;
    }

    #mainMenueChk:checked ~ #mainMenueLblOpen > div:nth-of-type(3) {
        bottom: 14px;
    }
}




#mainMenueSeitenreiter  {
    height: 100%;
    width: 100%;
    max-width: 600px;
    position: fixed;
    top: 0;
    right: -600px;
    transition: right 400ms ease-in-out;
    background-color: var(--white);
}

#mainMenueChk:checked ~ #mainMenueSeitenreiter  {
    right: 0;
}


#mainMenueSeitenreiterLeft {
    width: calc(100% - 70px);
    padding: 50px 40px;
    height: 100%;
    position: relative;
}


#mainMenueSeitenreiterTopIcons {
    height: 120px;
}

.mainMenueSeitenreiterTopIcon {
    display: inline-block;
    vertical-align: top;
    width: 23px;
    aspect-ratio: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 200ms ease-in-out;
    margin-right: 16px;
}

.mainMenueSeitenreiterTopIcon:last-of-type {
    margin-right: 0;
}

.mainMenueFacebook {
    background-image: url("/bilder/icon-facebook-green.svg");
}

.mainMenueFacebook:hover {
    background-image: url("/bilder/icon-facebook-black.svg");
}

.mainMenueInstagram {
    background-image: url("/bilder/icon-insta-green.svg");
}

.mainMenueInstagram:hover {
    background-image: url("/bilder/icon-insta-black.svg");
}

.mainMenueLinkedin {
    background-image: url("/bilder/icon-linkedin-green.svg");
}

.mainMenueLinkedin:hover {
    background-image: url("/bilder/icon-linkedin-black.svg");
}



#mainMenue, #mainMenue ul {
    list-style: none;
    padding-left: 0;
}

#mainMenue {
    font-family: var(--medium);
    margin: 0;
    max-height: calc(100% - 120px - 100px - 40px);
    overflow-y: auto;
}

#mainMenue ul {
    display: none;
    margin-top: 30px;
    margin-bottom: 0;
}

#mainMenue > li.openleaf > ul {
    display: block;
}

#mainMenue > li {
    font-size: 35px;
    margin-bottom: 40px;
    position: relative;
}

#mainMenue > li:last-of-type {
    margin-bottom: 0;
}

#mainMenue > li > ul > li {
    font-size: 18px;
    margin-bottom: 15px;
}

#mainMenue a {
    text-decoration: none;
    line-height: 100%;
}

#mainMenue > li.isnode > a {
    pointer-events: none;
}

#mainMenue > li.isnode:hover > a {
    color: var(--black);
}

#mainMenue > li.isnode > a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    aspect-ratio: 1;
    background-color: var(--gray2);
    border-radius: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.941' height='22.97' viewBox='0 0 33.941 22.97' style='fill:%23000000;'%3E%3Cpolygon points='0 6 16.971 22.97 33.941 6 31.113 6 18 19.112 18 0 16 0 16 19.17 2.828 6 0 6'/%3E%3C/svg%3E");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 200ms ease-in-out, background-color 200ms ease-in-out;
    margin-left: 20px;
}

#mainMenue > li.isnode:hover > a::after {
    background-color: var(--gray);
}

#mainMenue > li.openleaf > a::after {
    transform: rotate(180deg);
}

#mainMenue div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 39px;
    cursor: pointer;
}

#mainMenue > li.isnode > div {
    display: block;
}

#mainMenueLblClose {
    width: 70px;
    background-color: var(--green);
    transition: background-color 200ms ease-in-out;
    padding: 20px;
}

#mainMenueLblClose:hover {
    background-color: var(--gray);
}

#mainMenueLblCloseIcon {
    width: 100%;
    aspect-ratio: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.4' height='28.8' viewBox='0 0 32.4 28.8'%3E%3Cpath d='M1.2,1.2l30,26.4' style='fill:none; stroke:%23fff; stroke-linecap:round; stroke-width:2.4px;'/%3E%3Cpath d='M31.2,1.2L1.2,27.6' style='fill:none; stroke:%23fff; stroke-linecap:round; stroke-width:2.4px;'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 200ms ease-in-out;
}

#mainMenueLblClose:hover #mainMenueLblCloseIcon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.4' height='28.8' viewBox='0 0 32.4 28.8'%3E%3Cpath d='M1.2,1.2l30,26.4' style='fill:none; stroke:%23000; stroke-linecap:round; stroke-width:2.4px;'/%3E%3Cpath d='M31.2,1.2L1.2,27.6' style='fill:none; stroke:%23000; stroke-linecap:round; stroke-width:2.4px;'/%3E%3C/svg%3E");
}

@media (max-width: 1240px) {
    #mainMenueLblOpen {
        width: 40px;
        height: 36px;
    }
}

@media (max-width: 1024px) {
    #mainMenueSeitenreiterTopIcons {
        height: 80px;
    }

    #mainMenueSeitenreiter  {
        max-width: 400px;
        right: -400px;
    }

    #mainMenueSeitenreiterLeft {
        padding: 30px 20px;
        width: calc(100% - 45px);
    }

    #mainMenueLblClose {
        width: 45px;
        padding: 12px;
    }

    #mainMenue {
        max-height: calc(100% - 50px - 40px - 90px);
    }

    #mainMenue > li {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #mainMenue > li > ul > li {
        font-size: 16px;
    }

    #mainMenue ul {
        margin-top: 15px;
    }

    #mainMenue div {
        height: 34px;
    }

    #mainMenue > li.isnode > a::after {
        width: 34px;
    }

    #mainMenueLblOpen {
        width: 35px;
        height: 30px;
    }

    #mainMenueSearch {
        width: 30px;
    }
}

@media (max-width: 768px) {
    #mainMenue {
        max-height: calc(100% - 50px - 40px - 90px - 86px);
        padding-top: 10px;
    }

    #mainMenueSeitenreiterTopIcons, #mainMenueLblClose {
        display: none;
    }

    #mainMenueSeitenreiter {
        max-width: 100%;
        height: calc(100% - 70px);
        top: 70px;
        right: -100%;
    }

    #mainMenueSeitenreiterLeft {
        width: 100%;
    }

    #mainMenue > li {
        border-bottom: 1px solid var(--green);
        padding-bottom: 12px;
    }

    #mainMenue div {
        height: 41px;
        top: -10px;
    }

    #mainMenue > li.isnode > a::after {
        position: absolute;
        right: 0;
        top: -6px;
    }
}


#mainMenueSeitenreiterBottom {
    position: absolute;
    width: calc(100% - 80px);
    left: 40px;
    bottom: 50px;
}

#mainMenueSeitenreiterBottom .button {
    font-size: 14px;
}

@media (max-width: 1024px) {
    #mainMenueSeitenreiterBottom .button:first-of-type {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    #mainMenueSeitenreiterBottom {
        text-align: center;
    }
}



#mainMenueLblHideLayer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: unset;
    background-color: var(--black);
    opacity: 0;
    pointer-events: none;
    transition: opacity 400ms ease-in-out;
}

#mainMenueChk:checked ~ #mainMenueLblHideLayer {
    opacity: 0.4;
    pointer-events: all;
}

@media (max-width: 768px) {
    #mainMenueLblHideLayer {
        display: none;
    }
}




/* ----- No JS ----- */
#noJSMessage {
	width: 40px;
	height: 40px;
	position: fixed;
	right: var(--abstand_15);
	bottom: var(--abstand_15);
	pointer-events: all;
	z-index: 1;
}/* --- --- *//* ShopTree_2026CSS  *//* --------------------------------------------------- */
/* -------------------- 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;
    padding: 15px 15px 10px 15px;
}

#sortimentTreeHeadline:hover {
	text-decoration: none;
}

#sortimentTree a {
    color: inherit;
    text-decoration: none;
    font-family: var(--medium);
}


/* ---------- 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;
}

#sortimentTree li.openleaf > a {color: var(--green);}

#sortimentTree li {
	position: relative;
}

#sortimentTree ul a {
	display: block;
	padding-left: 19px;
}

#sortimentTree ul a::before {
	content: '\E930';
	width: 15px;
	height: 18px;
	position: absolute;
	top: -5px;
	transition: left .2s ease;
	font-family: var(--icons);
	left: 5px;
	font-size: 20px;
	color: var(--green);
	transform: translateX(-9px);
	font-weight: bold;
}

#sortimentTree ul a:hover::before, #sortimentTree ul > li.isnode > div:hover + a::before {left: 8px;}


/* ---------- Ebene 2 ---------- */

#sortimentTree ul {
	padding: 15px 20px;
}
#sortimentTree ul a {
	font-family: var(--regular);
}


#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: 288px;
	}
	
	#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 10px 10px 0px;}
	
	#checkSortimentSeitenreiter:not(:checked) ~ #sortimentSeitenreiter {right: 0;}
	
	#lblSortimentSeitenreiterOpen, #lblSortimentSeitenreiterClose {
		background-color: var(--green);
		
	}
	#lblSortimentSeitenreiterOpen::before, #lblSortimentSeitenreiterClose::before{
		content:'\E930';
		color: var(--white);
		font-weight: bold;
		font-family: var(--icons);
		font-size: 50px;
	  position: absolute;
		top: 50%;
		left: 50%;
		translate: -50% -50%;
	}
	
	#lblSortimentSeitenreiterOpen {
		right: 0;
		display: block;
		width: 57px;
		height: 58px;
		z-index: 1;
		transition: 200ms;
		transform: rotateY(180deg);
	}
	
	#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: 10px 1.8rem;
		padding-bottom: 10px;
	}
	
	#sortimentTree > li > a {
		border: none;
		padding: 7px 1.4rem;
	}
}

@media (max-width: 768px) {
	#sortimentSeitenreiter, #lblSortimentSeitenreiterOpen {top: 288px;}
	
	#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: 46px;}
#sortimentTree ul > li > div {height: 20px;}

@media (max-width: 1024px) {
	#sortimentTree > li > div {height: 34px;}
}




/* ---------------------------------------------- */
/* ---------------- 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;
}/* --- --- *//* ShopUebersicht_2026CSS  *//* ------------------------------------------------------ */
/* -------------------- Shop Columns -------------------- */
/* ------------------------------------------------------ */
.sortimentLinks, .sortimentRechts {
	display: inline-block;
	vertical-align: top;
}

.bigIncludeTo.col44 .sortimentLinks {
    width: 340px;
}

.bigIncludeTo.col44 .sortimentRechts {
	width: calc(100% - 340px);
	padding-left: var(--abstand_18);
}

@media (max-width: 1024px) {
	.bigIncludeTo.col44 .sortimentLinks, .bigIncludeTo.col44 .sortimentRechts {
        width: 100%;
    }

	.bigIncludeTo.col44 .sortimentLinks {
        margin-bottom: 0;
    }

	.bigIncludeTo.col44 .sortimentRechts {
        padding-left: 0;
    }

}




/* ------------------------------------- */
/* ---------------- Nav ---------------- */
/* ------------------------------------- */
#shopNav {
    display: flex;
    flex-wrap: wrap;  
    align-items: start;
	justify-content: right;
}
#shopNavOben {
    display: flex;
    flex-wrap: wrap;
}
#shopNavUnten{flex-grow: 1}

#shopNavButtonWrapper {
    width: calc(100% - 200px);
    display: flex;
    flex-wrap: wrap;
    gap: var(--abstand_9);
    padding-right: var(--abstand_9);
}

#shopNavButtons {
    width: 100%;
}

@media (max-width: 600px) {
    #shopNavButtonWrapper, #shopSearchWrapper {
        width: 100%;
    }

    #shopNavButtonWrapper {
        padding-right: 0;
        margin-bottom: var(--abstand_18);
    }
}


#shopSearchWrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 250px;
}



#shopSearchTb {
    width: 100%;
}

#shopSearchBtn {
    width: 33px;
    border: none;
    background-image: url('/bilder/suche_icon.svg');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-color: transparent;
    aspect-ratio: 1;
    padding: 0;
    right: 0;
    top: 3px;
}

#shopSearchwordsChk:checked ~ #shopSearchWrapper #shopSearchwordsWrapper {
  display: block;
}

#shopSearchWrapper > #shopSearchwordsWrapper {
  display: none;
  position: absolute;
  z-index: 2;
  border: 1px solid var(--green);
  width: 100%;
  left: 0;
  top: 100%;
  background-color: var(--white);
  text-align: left;
}

#shopSearchwordsWrapper .sucheSearchword {
  display: block;
  width: 100%;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  padding: 4px 10px;
}

#shopSearchwordsWrapper .sucheSearchword:hover {
    background-color: var(--gray);
    color: inherit;
}


#shopSearchwordsCloseArea {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease-in-out;
    cursor: unset;
    
}

#shopSearchwordsChk:checked ~ #shopSearchwordsCloseArea {
    opacity: 0.8;
    pointer-events: all;
}

#lblShopAnsichtList, #lblShopAnsichtBilder {
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
}

#lblShopAnsichtList {background-image: url("/bilder/button_liste.gif");}

#lblShopAnsichtBilder {background-image: url("/bilder/button_boxen.gif");}

#radioShopAnsichtList:checked ~ #shopNav #lblShopAnsichtList {background-image: url("/bilder/button_liste_selected.gif");}

#radioShopAnsichtBilder:checked ~ #shopNav #lblShopAnsichtBilder {background-image: url("/bilder/button_boxen_selected.gif");}

#radioShopAnsichtBilder:checked ~ #shopListansichtHeader,
#radioShopAnsichtBilder:checked ~ #sortimentUebersicht .shopListansichtArtikel,
#radioShopAnsichtList:checked ~ #sortimentUebersicht .shopBildansichtArtikel {
	display: none;
}




/* Paging */
.shopPagingWrapper a {
    text-decoration: none;
}






/* --------------------------------------- */
/* ---------------- Icons ---------------- */
/* --------------------------------------- */
.shopProduktInfoLink {
    display: inline-block;
	aspect-ratio: 1;
	height: 25px;
    background-image: url('/bilder/info.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.shopBildansichtArtikel .shopProduktInfoLink {
    width: 20px;
    height: 20px;
    vertical-align: top;
}


.shopAmpel {
    display: inline-block;
    width: 25px;
    aspect-ratio: 1;
    border-radius: 5px;
    background-image: url('/bilder/Lagerbestand.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.moreArticles{
  background: url('/bilder/wgr.gif') center no-repeat;
  width: 30px;
  height: 24px;
  right: 2px;
  background-size: contain;
    display: inline-block
    
}

.shopAmpel.ampel-0000000000{
    background-image: url('/bilder/nichtlagernd.svg');
    pointer-events: none;
}


.lagernd0 {
	display: none;
}


.shopBildansichtArtikel .shopAmpel {
    vertical-align: top;
}

.shopBildansichtArtikel .shopPreisinfoLink {
    width: 20px;
    position: absolute;
    bottom: 35px;
    right: 2px;
}


.shopZuUgr {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    aspect-ratio: 1;
    background-image: url('/bilder/zu_ugr.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.shopShowMerkliste {
    display: inline-block;
    vertical-align: bottom;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.merklisteAdd, .merklisteRemove {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.merklisteAdd {
    background-image: url('/bilder/snadel_plus.gif');
}

.merklisteRemove {
    background-image: url('/bilder/snadel-.gif');
}


.shopPrint {
    width: 23px;
    height: 23px;
    padding: 0;
    background-image: url('/bilder/_print.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    border-radius: 0;
	background-color: var(--white);
}

.shopPrint:hover {
    background-color: var(--gray2);
}

#shopListansichtHeader .shopPrint {
    position: absolute;
    top: calc(50% - 11.5px);
    right: 10px;
}




/* --------------------------------------------- */
/* ---------------- Artikel Box ---------------- */
/* --------------------------------------------- */
#radioShopAnsichtBilder:checked ~ #sortimentUebersicht {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: var(--abstand_9);
}

.shopBildansichtArtikel {
    width: calc((100% / 3) - var(--abstand_9) * 2 / 3);
    border: 1px solid var(--gray);
    position: relative;
    transition: border-color 100ms ease-in-out, box-shadow 100ms ease-in-out;
    border-radius: 6px;
    overflow: hidden;
}

.shopBildansichtArtikel:hover {
    border-color: var(--green);
    box-shadow: var(--gray) 2px 2px 5px 0px;
}

.shopBildansichtArtikelBild {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 240px;
    background-color: white;
    padding: var(--abstand_18);
	color: white;
}

.shopBildansichtArtikelBild img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center;
}

.shopBildansichtArtikelText {
    padding: var(--abstand_9) var(--abstand_9) calc(var(--abstand_9) * 2 + 144px) var(--abstand_9);
	min-height: 150px;
}

.merklisteBild{
  position: absolute;
  left: var(--abstand_9);
  top: var(--abstand_9);
}

.shopBildansichtArtikelInWarenkorb {
    position: absolute;
    bottom: var(--abstand_9);
    left: var(--abstand_9);
    border: none !important;
    background-color: var(--green) !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius:  6px !important;
    padding:   var(--abstand_9) var(--abstand_18);
    font-size: 1rem;
    font-family: var(--bold);
    color: var(--white);
    padding-left: 51px;
}
.shopBildansichtArtikelInWarenkorb:before{
    content:'\E902';
    display: inline-block;
    font-family: var(--icons);
    font-size: 30px;
    position: absolute;
    left: var(--abstand_9);
    top: 50%;
    transform: translateY(-50%);
}

.shopBildansichtPreisArtNrWrapper {
    position: absolute;
    bottom: calc(var(--abstand_9) + 70px);
    left: var(--abstand_9);
    width: calc(100% - var(--abstand_9) - 35px);
    font-size: 80%;
    line-height: 125%;
}

.show0Price {
    display: inline;
}

.hide0Price, .show1Price {
    display: none;
}

.shopBildansichtInfoLagerndWrapper {
    position: absolute;
    top: var(--abstand_9);
    right: var(--abstand_9);
}


.shopListansichtPicArt[src=""], .shopListansichtPicProd,
.shopListansichtMehrBildArt[src=""], .shopListansichtMehrBildProd,
.shopBildansichtArtikelBildArt[src=""], .shopBildansichtArtikelBildProd {
	display: none;
}

.shopListansichtPicArt[src=""] ~ .shopListansichtPicProd:not([src=""]),
.shopListansichtMehrBildArt[src=""] ~ .shopListansichtMehrBildProd:not([src=""]),
.shopBildansichtArtikelBildArt[src=""] ~ .shopBildansichtArtikelBildProd:not([src=""]) {
	display: block;
}



@media (max-width: 1240px) and (min-width: 1025px) {
    .shopBildansichtArtikel {
        width: calc(50% - var(--abstand_9) * 1 / 2);
    }
}

@media (max-width: 768px) {
    .shopBildansichtArtikel {
        width: calc(50% - var(--abstand_9) / 2);
    }
}

@media (max-width: 600px) {
    .shopBildansichtArtikel {
        width: 100%;
    }
}


/* ----------------------------------------------- */
/* ---------------- Artikel Liste ---------------- */
/* ----------------------------------------------- */
#shopListansichtHeader {
    background-color: var(--gray2);
    padding: 10px;
    position: relative;
}

.shopListansichtArtikel {
    padding: 20px 10px;
    border-bottom: 2px dotted var(--gray);
}


.shopListansichtArtikel:nth-last-of-type(2) {
    border-bottom: none;
}

.shopListansichtCol {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.shopListansichtCol:nth-of-type(1) {
    width: 140px;
}

.shopListansichtCol:nth-of-type(2) {
    width: calc(100% - 140px - 150px - 40px - 40px - 150px);
}


.shopListansichtCol:nth-of-type(4) {
    width: 150px;
}

.shopListansichtCol:nth-of-type(3) {
    width: 40px;
}

.shopListansichtCol:nth-of-type(6) {
    width: 40px;
}

.shopListansichtCol:nth-of-type(5) {
    width: 150px;
    padding-right: 0;
}

@media (max-width: 1440px) {

    .shopListansichtCol:nth-of-type(2) {
        width: calc(100% - 140px - 150px - 40px - 40px - 170px);
    }
}

@media (max-width: 1240px) and (min-width: 1025px) {
    .shopListansichtCol:nth-of-type(1) {
        display: none;
    }

    .shopListansichtCol:nth-of-type(2) {
        width: calc(100% - 150px - 40px - 40px - 170px);
    }
}


@media (max-width: 768px) {
    .shopListansichtCol:nth-of-type(1) {
        width: 40px;
    }

    .shopListansichtCol:nth-of-type(2) {
        width: calc(100% - 40px - 40px - 170px);
    }
    
    .shopListansichtCol:nth-of-type(4) {
        display: none;
    }

    .shopListansichtCol:nth-of-type(3) {
        display: none;
    }
}

@media (max-width: 600px) {
    .shopListansichtCol:nth-of-type(2) {
        width: calc(100% - 40px);
    }

    .shopListansichtCol:nth-of-type(5) {
        width: calc(100% - 40px);
        margin-top: var(--abstand_18);
        text-align: right;
    }
    .shopListansichtCol:nth-of-type(6) {
        margin-top: var(--abstand_18);
    }

    .shopListansichtKaufenWrapper {
        display: inline-block;
        vertical-align: top;
        width: 149px;
    }
}



.shopListansichtPic {
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
}

.shopListansichtPic img {
    height: 90px;
}


.lblSortimentListansichtArtikelDetails {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 18px;
    position: relative;
}

.lblSortimentListansichtArtikelDetails::after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    cursor: pointer;
    border-right: 2px solid var(--green);
    border-bottom: 2px solid var(--green);
    position: absolute;
    top: 0;
    left: 3px;
}

.chkSortimentListansichtArtikelDetails:checked ~ .shopListansichtCol .lblSortimentListansichtArtikelDetails {
    transform: rotate(180deg);
}





.shopListansichtKaufenWrapper {
    padding: 0 5px;
    display: inline-flex;
    flex-wrap: wrap;
}
.listMobilePrice{padding: 0 5px}
.shopWeitereListansichtKaufenButton {
  width: 32px;
  padding: 0 !important;
  border: none !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: var(--green) !important;
  height: 32px;
  border-radius: 6px;
  font-family: var(--icons);
  color: var(--white );
  font-size: 24px;
}

.anzahlInputWrapper{
  width: 100px;
  margin-right: 7px;
  margin-bottom: 5px;
  display: inline-flex;
  vertical-align: top;
  position: relative;
}

.shopWeitereListansichtKaufenButton:hover { background-color: var(--gray3); }

.shopAnzahlArtikelList {
    appearance: textfield;
  height: 34px !important;
  text-align: right;
  width: 100%;
  padding: 5px 7px 5px 10px !important;
}

.anzahlInputWrapper input[type="number"] {
  background-color: var(--gray);
  border: 1px solid var(--gray);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: var(--gray);
  border-right: none;
  border-radius: 6px 0px 0px 6px;
    font-size: 1rem;
    transition: 200ms ease;
}
.anzahlInputWrapper input[type="number"]:hover,
.anzahlInputWrapper input[type="number"]:hover + span{
    border-color: var(--green)
}
.anzahlInputWrapper input[type="number"]:focus,
.anzahlInputWrapper input[type="number"]:focus + span{
    border-color: var(--green);
}
.anzahlInputWrapper:has(input[type="number"]:focus){
    outline: 2px solid var(--green);
    border-radius: 6px
}

.shopListansichtInWarenkorbEinheit {
  background-color: var(--gray);
  padding: 6px 10px 2px 0px;
  border: 1px solid var(--gray);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: var(--gray);
  border-radius: 0px 6px 6px 0px;
  border-left: none;
  height: 34px;
  transition: 200ms ease;
}

.shopListansichtMehrWrapper {
    display: none;
	margin-top: var(--abstand_9);
	position: relative;
}

.chkSortimentListansichtArtikelDetails:checked ~ .shopListansichtMehrWrapper {
    display: block;
    margin-top: var(--abstand_15);
}

.shopListansichtMehrL, .shopListansichtMehrR {
    display: inline-block;
    vertical-align: top;
}

.shopListansichtMehrL {
    width: calc(100% - 170px - 40px);
    padding: var(--abstand_9);
    background-color: var(--gray2);
    border-radius: 6px;
    margin-bottom: var(--abstand_9);
}
#sortimentUebersicht a {
  text-decoration: none;
  color: var(--black);
}
.shopListansichtMehrBez {
    font-family: inherit;
}

.shopListansichtMehrR {
    width: calc(170px + 40px);
    padding: var(--abstand_9);
    vertical-align: middle;
}

.shopListansichtMehrBild img {
    max-height: 260px;
}

.shopProduktInfoLinkMehr {
	position: absolute;
	top: 0;
	left: 0;
}



@media (max-width: 768px) {
    .shopListansichtMehrWrapper {
        padding-left: 40px;
    }

    .shopListansichtMehrL {
        width: calc(100% - 170px);
    }

    .shopListansichtMehrR {
        width: 170px;
    }
}

@media (max-width: 600px) {
    .shopListansichtMehrWrapper {
        padding-left: 0;
    }

    .shopListansichtMehrL, .shopListansichtMehrR {
        width: 100%;
    }

    .shopListansichtMehrL {
        padding-right: 0;
        margin-bottom: var(--abstand_18);
    }

    .shopProduktInfoLinkMehr {
        top: 0;
        left: unset;
        right: 0;
    }
}


/* ---------------- Faktor ---------------- */
.shopFaktor_1[data-faktor="1"], .shopRabatt[data-rabatt="0,00"] {
    display: none;
}


/* ---------------- Kein Listenpreis ---------------- */
.shopLp_0_show, .shopLp_0_hide[data-lp="0,00"] {
    display: none;
}

.shopLp_0_show[data-lp="0,00"] {
    display: inline;
}


/* ---------------- Warenkorb bei Übersicht ---------------- */
.shopUebersichtBasketSumText {
    font-size: 170%;
    margin-bottom: 3px;
}

.warenkorbArtikelRemove {
	display: block;
	background-color: unset;
	padding: unset;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	vertical-align: top;
	border-radius: 0;
	width: 25px;
	height: 25px;
	background-image: url("/bilder/sdelete_neu.gif");
}

.warenkorbArtikelAdd, .warenkorbArtikelDecrease {
	display: none;
}


/* ---------------- Anfrage/Bestellung bei Übersicht ---------------- */
.shopUebersichtAnfrageSumText {
    font-size: 170%;
}

.shopAnfrageSumOben {
    border-bottom: 1px solid var(--gray3);
    padding-bottom: 7px;
    margin-bottom: var(--abstand_6);
}

.shopAnfrageSumObenL, .shopAnfrageSumObenR {
    display: inline-block;
    vertical-align: top;
}

.shopAnfrageSumObenL {
    width: 110px;
}

.shopAnfrageSumObenR {
    width: calc(100% - 110px);
}




/* ---------------- Paging ---------------- */
.shopPagingWrapper[data-pages="1"] {
    display: none;
}




/* ---------------- EAN ---------------- */
.shopEanNone_hide[data-ean=""], .shopEanNone_hide[data-ean="0"] {
	display: none;
}



/* ---------------- Bestelleinheit Ändern ---------------- */
.shopChangeOrderUnitBtn, #shopDetailChangeOrderUnitBtn {
	background-color: var(--green);
	color: var(--white);
	border: 1px solid transparent;
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	padding: 4px 15px;
    border-radius: 6px;
    width: 100px;
	font-size: 80%;
	transition: background-color 200ms ease-in-out;
}

.shopChangeOrderUnitBtnSelected {
	font-weight: bold;
}






/* Übersicht */
.shopStartHeadline {
    margin-bottom: var(--abstand_9);
}

.shopStartKategorie {
	vertical-align: top;
	width: calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	display: inline-block;
	height: 300px;
	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: 200px;
	text-decoration: none;
}
.shopStartKategoriePic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.shopStartKategorieUnten {
	padding: 10px;
}
.shopStartKategorieLink {
	color: var(--black);
    text-decoration: none;
    font-family: var(--medium);
}



@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;}
}

@media screen and (max-width: 600px) {
	.shopStartKategorie {
		width: 100%;
		margin-right: 0;
	}
	.shopStartKategoriePic img {object-fit: contain;}
}/* --- --- *//* ShopWarenkorb_2026CSS  *//* ---------------------------------------------- */
/* ------------------ Warenkorb ----------------- */
/* ---------------------------------------------- */
#warenkorbContainer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;
	pointer-events: none;
}
#chkViewWarenkorb, #chkViewLastSeen {display: none;}
#warenkorbContainer label {cursor: pointer;}
#lblViewWarenkorb, #warenkorbObenAnzahl {
	display: inline-block;
	text-align: center;
	position: relative
}

#lblViewWarenkorb::after, #warenkorbObenAnzahl::after{
	content: '\E902';
	font-family: var(--icons);
	position: absolute;
	top: 40%;
	left: 50%;
	translate: -50% -20%;
	font-size: 35px;
	font-weight: lighter;
}
#lblViewWarenkorb, #lblViewLastSeen {
	width: 56px;
	background-color: var(--green);
	background-position: center bottom 5px;
	color: white;
	position: absolute;
	right: 0;
	transition: 200ms;
	border-radius: 10px 0px 0px 10px;
}
#lblViewWarenkorb, #warenkorb {top: 400px;}
#lblViewWarenkorb, #warenkorb, #lblViewLastSeen, #lastSeen {pointer-events: all;}
#lblViewWarenkorb {
	height: 80px;
	padding-top: 0;
	background-size: 100%;
	background-position: bottom;
}
#lblViewLastSeen {
	height: 56px;
	background-size: 60%;
}
#chkViewWarenkorb:checked ~ #lblViewWarenkorb, #chkViewLastSeen:checked ~ #lblViewLastSeen {
	right: -50px;
}

#lblCloseWarenkorbArea, #lblCloseLastSeenArea {
	opacity: 0;
	pointer-events: none;
	cursor: unset !important;
	display: block;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 200ms;
	z-index: 1;
}
#chkViewWarenkorb:checked ~ #lblCloseWarenkorbArea, #chkViewLastSeen:checked ~ #lblCloseLastSeenArea {
	opacity: 1;
	pointer-events: all;
}

#warenkorb, #lastSeen {
	width: 100%;
	max-width: 550px;
	position: absolute;
	right: -550px;
	transition: 400ms;
	border-radius: 10px 0 0 10px;
	background-color: var(--white);
	z-index: 1;
}
#chkViewWarenkorb:checked ~ #warenkorb, #chkViewLastSeen:checked ~ #lastSeen {
	right: 0;
}
#warenkorbOben, #lastSeenOben {
	color: white;
	position: relative;
	border-radius: 10px 0 0 10px;
	display: flex;
	align-items: center;
	background-color: var(--green);
}
#warenkorbObenAnzahl, #lastSeenObenIcon {
	vertical-align: top;
	width: 50px;
	height: 62px;
	background-size: 85%;
	background-position: center bottom 5px;
	color: white;
}
#warenkorbObenZumWarenkorb, #lastSeenObenHeadline {
	display: inline-block;
	vertical-align: top;
	color: white;
	text-decoration: none;
	border: none;
	font-size: 190%;
	margin-top: 6px;
	margin-left: 10px;
}
#lblCloseWarenkorb, #lblCloseLastSeen, .lastSeenBeitragArrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-right: 3px solid white;
    border-top: 3px solid white;
}
#lblCloseWarenkorb, #lblCloseLastSeen {
    position: absolute;
    right: 26px;
    top: calc(50% - 10px);
}


#warenkorbUnten, #lastSeenUnten {
	padding-bottom: 0.7rem;
}

#warenkorbUnten {
    max-height: calc(100vh - 62px - 400px);
    overflow-y: auto;
    scrollbar-width: thin;
}

#asyncWarenkorbSeitenreiter {
	max-height: 240px;
	overflow-y: auto;
	scrollbar-width: thin;
}
.warenkorbArtikel, .lastSeenBeitrag {
	padding: 0.7rem;
	border-bottom: solid 1px var(--gray2);
}
.warenkorbArtikelLinks, .warenkorbArtikelRechts {
	display: inline-block;
	vertical-align: top;
}
.warenkorbArtikelLinks {
	width: 60%;
	padding-right: 30px;
}
.warenkorbArtikelLinksUnten {
	font-size: 80%;
	line-height: 140%;
}
.warenkorbArtikelRechts {
	width: 40%;
	text-align: right;
}

.warenkorbArtikelRemove, .warenkorbArtikelAdd, .warenkorbArtikelDecrease {
    display: inline-block;
    vertical-align: top;
	background-color: unset !important;
	padding: unset !important;
	background-repeat: no-repeat;
	background-size: contain;
	border: none !important;
	vertical-align: top;
    border-radius: 0 !important;

}

.warenkorbArtikelRemove {
	width: 25px;
	height: 25px !important;
	background-image: url("/bilder/sdelete.gif");
}

.warenkorbArtikelAdd {
	width: 24px;
	height: 24px !important;
	background-image: url("/bilder/skorb.gif");
	position: relative;
	bottom: -2px;
	margin-left: 3px;
}

.warenkorbArtikelDecrease {
    width: 24px;
	height: 24px !important;
	background-image: url("/bilder/sposminus1.gif");
	position: relative;
	bottom: -2px;
	margin-left: 3px;
}

#warenkorbGesamtContainer {
	margin-top: 0.7rem;
	padding-right: 0.7rem;
	padding-left: 0.7rem;
	text-align: right;
}

#warenkorbGesamtOben {
    font-size: 140%;
}

.warenkorbGesamtL, .warenkorbGesamtR {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}




/* Last Seen */
#lastSeenUebersicht {
	max-height: 260px;
	overflow-y: auto;
	scrollbar-width: thin;
}

#lastSeenUnten {
    max-height: calc(100vh - 490px - 62px);
    overflow-y: auto;
    scrollbar-width: thin;
}

.lastSeenBeitragL, .lastSeenBeitragM, .lastSeenBeitragR {
	display: inline-block;
	vertical-align: top;
}
.lastSeenBeitragL, .lastSeenBeitragM {padding-right: 15px;}
.lastSeenBeitragL {
	width: calc(60% - 10px);
	word-break: break-all;
}
.lastSeenBeitragM {width: calc(40% - 10px);}
.lastSeenBeitragR {
	height: 50px;
	width: 20px;
}
.lastSeenBeitragArrow {
	margin-top: 16px;
	margin-left: -5px;
}

#lblViewLastSeen, #lastSeen {top: 490px;}

#lblViewLastSeen, #lastSeenObenIcon {
	background-image: url('/bilder/last_seen.svg');
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center;
}

#lastSeenObenIcon {
	display: inline-block;
}
.lastSeenBeitrag:last-of-type {
	border-bottom: none;
}


@media (max-width:1024px), (max-height: 850px) {
	#lblViewWarenkorb, #warenkorb {top: 190px;}
	#lblViewLastSeen, #lastSeen {top: 364px;}

    #lastSeenUnten {
        max-height: calc(100vh - 346px - 62px);
    }

    #warenkorbUnten {
        max-height: calc(100vh - 62px - 190px);
    }
}/* --- --- */#banner1oben {
    gap: 15px;
}

#banner1obenL, #banner1obenR {
    border-radius: 40px;
    height: 530px;
}

#banner1obenL {
    width: calc(70% - 15px);
    background-color: var(--green);
    display: flex;
    align-items: end;
    padding: 40px;
}

#banner1obenR {
    width: 30%;
    object-fit: cover;
    object-position: center;
}

#banner1obenR[src=""] {
    display: none;
}

#banner1headline {
    background-color: var(--white);
    margin: 0;
    padding: 15px 15px 0 15px;
}

@media (max-width: 1024px) {
    #banner1obenL, #banner1obenR {
        height: 300px;
    }
}

@media (max-width: 768px) {
    #banner1obenL, #banner1obenR {
        width: 100%;
        border-radius: 25px;
    }

    #banner1obenL {
        height: auto;
        padding: 50px 25px;
    }

    #banner1obenR {
        height: 60vw;
    }
}/* --- --- */@media print {
    body > *,
    #main > *,
    .sortimentLinks {
        display: none !important;
    }

    #main,
    #main > .bigIncludeTo.col44 {
        display: block !important;
    }

    .sortimentRechts {
        padding: 20px;
    }
}/* --- --- */