/* GALERIE */

.galerie .animate {
    transition: transform 0.3s ease-out;
}

.galerie .slider-wrap {
    width: 100%;
    height: 100%;
}

.galerie .slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.galerie .ms-touch.slider {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}

.galerie .holder {
    height: 100%;
    overflow-y: hidden;
}

.galerie .slide-wrapper {
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.galerie .slide {
    height: 100%;
    position: relative;
}

.galerie .temp {
    position: absolute;
    z-index: 1;
    color: white;
    font-size: 20px;
    bottom: 15px;
    left: 15px;
}

.galerie .slide .slide-image {
    position: absolute;
    z-index: 0;
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.galerie .slide:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5));
}

.galerie .button-prev {
    position: relative;
    display: inline-block;
    top: -100px;
    z-index: 1;
    cursor: pointer;
}

.galerie .button-prev img {
    width: 48px;
}

.galerie .button-next {
    position: relative;
    display: inline-block;
    top: -100px;
    left: calc(100% - 100px);
    z-index: 1;
    cursor: pointer;
}

.galerie .button-next img {
    width: 48px;
}



.galerie .slider-strip {
    margin-top: 4px;
    margin-bottom: 32px;
    white-space: nowrap;
    overflow-x: scroll;
    
}

.galerie .slider-strip::-webkit-scrollbar {
  height: 3px;
}

.galerie .slider-strip::-webkit-scrollbar-track {
  background: #fff; 
}

.galerie .slider-strip::-webkit-scrollbar-thumb {
  background: #ddd; 
}

.galerie .slider-strip::-webkit-scrollbar-thumb:hover {
  background: #bbb; 
}

.galerie .slider-strip .strip-image {
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 64px;
    width: 64px;
    border: 2px solid #fff;
    margin-right: 2px;
    cursor: pointer;
}

.galerie .slider-strip .strip-image:hover {
    border: 2px solid #414141;
}

.galerie .slider-strip .strip-image.selected {
    border: 2px solid #a50000;
}



.warenkorbiconcontainer {
    display: none;
    cursor: pointer;
    height: 40px;
    vertical-align: middle;
    opacity: 0.7;
    margin: 0px 16px 0px 16px;
}

.warenkorbiconcontainer:hover {
    opacity: 1.0;
}

.warenkorbiconcontainer .warenkorbicon {
    height: 40px;
}

.warenkorbiconcontainer .warenkorbiconzahl {
    position: relative;
    color: #fff;
    font-weight: bold;
    width: 32px;
    text-align: center;
    top: -35px;
    font-size: 11px;
    left: 9px;
}

.warenkorbMeldung {
    position: fixed;
    z-index: 100;
    background-color: #e6ffce;
    top: 0px;
    left: 0px;
    border-bottom: 2px solid #a5e6a5;
    text-align: center;
    opacity: 0;
    transition: all 1s;
    padding: 8px;
    vertical-align: middle;
    width: 100%;
}



.warenkorboverlay {
    display: inline-block;
    position: fixed;
    right: 0px;
    top: 3px;
    width: 100%;
    max-width: 450px;
    height: calc(100% - 6px);
    background-color: #ffffff;
    outline: 3px solid var(--firmenfarbe);
    z-index: 17;
    transform: translateX(1000px);
    transition: transform .5s;
}

.warenkorboverlay.slidein {
    transform: translateX(0px);
}

.warenkorboverlay .ladeanimation {
    height: 32px;
    margin: 16px;
}

.warenkorboverlay .warenkorbtitel {
    background-color: var(--firmenfarbe);
    padding: 16px;
    color: var(--firmenfarbe_text);
    font-weight: bold;
}

.warenkorboverlay .warenkorbtitel .xknopf {
    float: right;
    padding: 4px;
    background-color: var(--firmenfarbe_dunkler);
    width: 25px;
    height: 25px;
    border-radius: 20px;
    top: -10px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}


.warenkorboverlay .wk_leer {
    font-size: 18px;
    padding: 10px;
}

.warenkorboverlay .wk_loeschen {
    height: 12px;
    width: 12px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 100%;
    font-weight: bold;
    background-color: #e0e0e0;
    border: 6px solid #e0e0e0;
    transition: all .2s;
    border-radius: 50%;
}

.warenkorboverlay .wk_loeschen:hover {
    background-color: #c1c1c1;
    border: 6px solid #c1c1c1;
}


.warenkorboverlay .warenkorbtitel .xknopf:hover {
    background-color: var(--firmenfarbe_heller);
}

.warenkorboverlay .warenkorbtitel .xknopf img {
    height: 25px;
}

.warenkorboverlay .warenkorbinhalt {
    overflow-y: scroll;
    height: calc(100% - 114px);
    padding: 32px;
    position: relative;
    display: flex;
    flex-direction: column;
}


.warenkorboverlay .warenkorbinhalt .knopf {
    font-size: 14px;
}


.warenkorboverlay .warenkorbinhalt .knopf:not(#coupon_check) {
    display: block;
}



.warenkorboverlayhintergrund {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color: rgba(255,255,255,0.4);
    z-index: 9;
    backdrop-filter: blur(4px);
    transition: opacity .4s;
}



.warenkorboverlay .warenkorbinhalt::-webkit-scrollbar {
    width: 5px;
}

.warenkorboverlay .warenkorbinhalt::-webkit-scrollbar-track {
    background: #fff; 
}

.warenkorboverlay .warenkorbinhalt::-webkit-scrollbar-thumb {
    background: #b9b9b9; 
}

.warenkorboverlay .warenkorbinhalt::-webkit-scrollbar-thumb:hover {
    background: #868686; 
}



.warenkorboverlay .artikel {
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    text-align: left;
    padding: 4px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-x: unset;
}



.warenkorboverlay .artikel .bildbereich {
    width: 110px;
    height: 100px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px;
    vertical-align: top;
    display: inline-block;
}

.warenkorboverlay .artikel .textbereich {
    margin: 10px;
    vertical-align: top;
    display: inline-block;
    flex: 0 0 calc(100% - 20px);
}

.warenkorboverlay .artikel .textbereich .zahlen {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #535353;
}


.warenkorboverlay .artikel .textbereich .wk_aktion {
    font-size: 70%;
}



.warenkorboverlay .artikel .mengeninput {
    width: 40px;
    display: inline-block;
    margin-bottom: 0px;
}

.warenkorboverlay .artikel .mengeninput label {
    font-size: 75%;
    color: #444;
}

.warenkorboverlay .artikel input {
    width: 30px;
    display: inline-block;
    margin-bottom: 0px;
}

.warenkorboverlay .artikel .preisg {
    color: var(--firmenfarbe_dunkler);
    font-size: 125%;
}

.warenkorboverlay .zusammenfassung {
    text-align: right;
    padding: 0px 16px 0px 16px;
    position: sticky;
    bottom: 0;
    display: inline-block;
    border-top: 2px solid #a4a4a4;
    background-color: #fff;
}

.warenkorboverlay .preisgesamt {
    font-size: 30px;
    color: var(--firmenfarbe);
    margin-top: 30px;
}

.warenkorboverlay .preisdetails {
    font-size: 11px;
    color: #777777;
}

.ganzzahl {
    display: inline-block;
    vertical-align: middle;
}
.dezimalzahl {
    display: inline-block;
    padding-left: 4px;
    font-size: 60%;
    vertical-align: super;
}



.warenkorb_hintergrund {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    padding: 0px;
    margin: 0px;
    background-color: rgba(255,255,255,0.7);
    z-index: 999;
    backdrop-filter: blur(4px);
    transition: all .5s;
    text-align: center;
    opacity: 0.0;
}

.warenkorb_hintergrund.sichtbar {
    height: 100%;
    opacity: 1.0;
}

.warenkorb_container {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 450px;
    max-height: 800px;
    height: 0px;
    background-color: #fff;
    left: calc(50% - 225px);
    border-radius: 16px 16px 0px 0px;
    transition: all .5s;
    opacity: 0.0;
    box-shadow: 0px 0px 10px #0000004a;
}

.warenkorb_container.sichtbar {
    height: 90%;
    opacity: 1.0;
}

.warenkorb_inhalt {
    margin: 8px;
    padding: 8px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100% - 16px);
}

.warenkorb_karte {
    padding: 8px;
    background-color: #efefef;
    margin-bottom: 8px;
    border-radius: 8px;
    transition: all .5s;
    opacity: 1.0;
    transform: scale(1.0);
}

.warenkorb_karte_neu {
    transform: scale(1.2);
    opacity: 0.0;
}

.warenkorb_karte_bild {
    width: 50px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
    border-radius: 6px;
}

.warenkorb_karte_inhalt {
    width: calc(100% - 64px);
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.warenkorb_karte_warnung {
    color: var(--firmenfarbe);
    margin: 4px 0px 4px 0px;
    padding: 8px;
    font-weight: bold;
    border-top: 1px solid var(--firmenfarbe_dunkler);
    border-bottom: 1px solid var(--firmenfarbe_dunkler);
}

.warenkorb_karte_titel {
    font-weight: bold;
}

.warenkorb_karte_variante {
    font-size: 12px;
}

.warenkorb_karte_preis {
    color: var(--firmenfarbe);
}

.warenkorb_karte_preis_details {
    color: #7a7a7a;
    font-size: 12px;
}

.warenkorb_menge_input {
    display: inline-block;
    width: calc(100% - 270px);
    margin-bottom: 0px;
    padding: 5px 8px;
}

.warenkorb_knopf_entfernen {
    display: inline-block;
    margin-left: 8px;
    padding: 4px 5px;
    font-size: 16px;
    background-color: #d3d3d3;
    border-radius: 4px;
    color: #444444;
    cursor: pointer;
    transition: all .2s;
}

.warenkorb_knopf_entfernen:hover {
    transform: scale(1.1);
}

.warenkorb_tabelle {
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 8px;
    display: inline-table;
}



@media screen and (max-width: 500px){

    .warenkorb_container {
        left: 0px;
        right: 0px;
        width: auto;
        max-width: none;
    }

    .warenkorb_menge_input {
        width: 120px;
    }
    
}



/* ZAHLUNGSMETHODEN */


.zahlungsmethodenauswahl .art {
    display: block;
    margin-bottom: 32px;
    border-radius: 16px;
    border: 7px solid #dbdbdb;
    padding: 10px;
    transition: all .3s;
}

.zahlungsmethodenauswahl .art img {
    width: 128px;
}

.zahlungsmethodenauswahl .art:hover {
    border: 7px solid var(--firmenfarbe);
    cursor: pointer;
}


div#sepaform {
    max-width: 300px;
    display: inline-block;
    text-align: left;
}

div#sepaform input {
    background-color: #fff;
    border-radius: 4px;
    padding: 8px;
    width: 300px;
    border: 1px solid #dddddd;
    margin-bottom: 16px;
}

div#sepaform input.fehler {
    border: 2px solid #d32121;
}

.sepa_mandat {
    display: block;
    text-align: left;
    margin-bottom: 36px;
    padding: 16px 16px 16px 16px;
    transition: all .3s;
    border-bottom: 10px solid #ededed;
}

.sepa_mandat .pers_daten {
    font-size: 14px;
}

#aktiveSepa p {
    display: block;
    width: 350px;
    text-align: left;
}

.shop_artikelkarte {
    min-height: 300px;
}


.shop_artikelkarte.artikel_platzhalter {
    animation: fake_karte_pulsieren;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}


@keyframes fake_karte_pulsieren {
    0% { opacity: 0.5; }
    
    50% { opacity: 1; }
    
    100% { opacity: 0.5; }
}



.shop_artikelkarte .fake_bild {
    background-color: #cdcdcd;
    border-radius: 4px;
    width: 230px;
    max-width: 230px;
    max-height: 400px;
    aspect-ratio: 3 / 4;
    margin: 12px;
}

.shop_artikelkarte .fake_titel {
    margin-top: 4px;
    background-color: #d9d9d9;
}

.shop_artikelkarte .fake_preis {
    width: 60px;
    background-color: #cecece;
}




@media screen and (max-width: 900px){
    .warenkorboverlay .zusammenfassung {
        text-align: right;
        padding: 0px 16px 0px 16px;
        position: sticky;
        bottom: 0px;
        display: inline-block;
        font-size: 65%;
        border-top: 2px solid #a4a4a4;
        background-color: #fff;
    }
    .warenkorboverlay {
        top: 0px;
        left: 0px;
        max-width: 100%;
        padding: 0px;
        width: 100%;; 
        height: 100%;; 
        border-radius: 0px;
    }
    .warenkorboverlay .warenkorbinhalt {
        overflow-y: scroll;
        height: calc(100% - 75px);
        padding: 6px;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    
    .warenkorboverlay .preisgesamt {
        font-size: 30px;
        color: var(--firmenfarbe);
        margin-top: 10px;
        font-size: 24px;
        font-weight: bold;
    }
    
    .warenkorboverlay .artikel {
        width: 97%;
    }
    
    .warenkorboverlay .artikel .bildbereich {
        flex-grow: 1;
    }
    
    
    .warenkorboverlay span.hat_abo {
        flex-grow: 1;
        width: 100%;
        margin-bottom: 8px;
        border-bottom: 1px solid #ededed;
    }
    
    .warenkorboverlay .artikel .textbereich .zahlen {
        flex-wrap: wrap;
        align-items: flex-end;
    }
    
    .warenkorboverlay .artikel input {
        padding: 6px;
    }
    
}








.shopkatpicker {
    
}

.shopkatpicker .shopkatpickerbereich {
    padding: 0px 0px 16px 16px;
    border-left: 3px solid #727272;
}

.shopkatpicker .shopkatpickerkat {
    cursor: pointer;
}

.shopkatpicker .shopkatpickerkat:hover {
    font-weight: bold;
}

.shopkatpicker .shopkatpickerkat.ausgewaehlt {
    color: #e00000;
}

.shopkatpicker .shopkatpickerplatzhalter img {
    height: 32px;
}



.shopkategoriepfadeintrag {
    display: inline-block;
    margin: 8px;
    padding: 8px;
    vertical-align: top;
    font-size: 18px;
    cursor: pointer;
}



.shopkategoriespaltelinks {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    background-color: #e8e8e8;
    float: left;
    padding: 16px;
    border-radius: 8px;
    text-align: left;
    font-size: 18px;
}

.shopkategoriespaltelinks a {
    width: 100%;
    display: inline-block;
    padding: 4px;
    border-radius: 6px;
}

.shopkategoriespaltelinks a:hover {
    background-color: #d6d6d6;
}


.shopkategoriespalterechts {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 350px);
    padding-left: 16px;
}


@media screen and (max-width: 650px){
    .shopkategoriespaltelinks {
        display: block; 
        width: calc(100% - 32px);
        margin-bottom: 10px;
        float: none;
    }
    .shopkategoriespalterechts {
        display: block; 
        width: auto;
    }
}

/* STANDARD KLASSE ARTIKEL KLEIN */

.artikelklein {
    display: inline-block;
    width: 250px;
    background-color: #fff;
    vertical-align: top;
    margin: 8px 8px 24px 8px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.artikelklein .bildbereich {
    width: calc(100% - 32px);
    height: 150px;
    background-position: center center;
    background-size: contain;
    margin: 16px;
    background-repeat: no-repeat;
}

.artikelklein .textbereich {
    margin-bottom: 16px;
    height: 38px;
}

.artikelklein .preisschild {
    margin-bottom: 16px;
    color: var(--firmenfarbe);
    font-weight: bold;
    font-size: 20px;
}

.artikelklein .knopfbereich {
    background: var(--firmenfarbe);
    color: var(--firmenfarbe_text);
    width: calc(100% - 32px);
    font-weight: bold;
    border-radius: 0px 0px 8px 8px;
    padding: 8px 16px 8px 16px;
    display: inline-block;
    cursor: pointer;
}

.artikelklein .knopfbereich:hover {
    background: var(--firmenfarbe_heller);
    color: var(--firmenfarbe_text);
}

/* ENDE */

.wunschlistexknopf {
    float: right;
    padding: 15px 22px 15px 15px;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    top: -10px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}


.wunschlistexknopf img {
    height: 25px;
}



img.wunschliste_bild {
    position: absolute;
    width: 64px;
    opacity: 0;
    height: 64px;
    left: -7px;
    transform: scale(0.1)rotate(0deg);
    filter: hue-rotate(0deg);
    top: -12px;
    transition: all .1s;
    transition: transform .8s cubic-bezier(0, 1.08, 0.57, 0.95), filter .8s, opacity .6s cubic-bezier(0.87, 0, 0.63, 0.75);
}

.wunschlisteknopf span.cmsicon {
    font-size: 26px;
    color: #9dadb2;
    z-index: 5;
    filter: hue-rotate(249deg);
    transition: color .2s, filter .6s;
}

.wunschlisteknopf span.cmsicon.rot {
    color: #bf1313;
    filter: hue-rotate(0deg);
    transition: none;
}

    
@keyframes wishlist_add {
     0% { opacity: 1; }
     100% { transform: rotate(0deg);transform: scale(1);filter: hue-rotate(180deg);opacity: 0; }
}


@keyframes wishlist_icon_add {
    0% { opacity: 1; }
    100% { color: #bf1313; filter: hue-rotate(0deg); }
}



img.wunschliste_bild.anim {
    animation: wishlist_add;
    animation-duration: .8s;
}
.wunschlisteknopf span.cmsicon.anim {
    animation: wishlist_icon_add;
    animation-duration: .6s;
}


.wunschliste_artikel {
    display: inline-block;
    max-width: 250px;
    padding: 8px;
}



.shop_kategorie_titel {
    border-radius: 6px;
    background-color: #f6f6f6;
    padding: 24px 0px;
    font-weight: bold;
    color: #626262;
    padding-left: 15%;
    padding-right: 15%;
    text-align: left;
}


.shop_kategorie_titel h1 {
    padding-left: 28px;
    word-break: break-word;
}



.shop_kategorie_inhalt {
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin-bottom: 28px;
}


.shop_kategorie_inhalt.ohne_padding {
    padding-left: 0%;
}


.kategorie_sort_select {
    text-align: center;
    padding: 8px;
    margin: 8px;
}




/* WUNSCHLISTEN KNÃƒÆ’Ã¢â‚¬â€œPFE */

.wunschlisteknopf {
    transition: fill .33s cubic-bezier(1,-0.01, 0.27, 0.32);
    background: #ffffff;
    fill: #b3b3b3;
    font-weight: bold;
    border-radius: 8px;
    padding: 6px 13px 6px 13px;
    margin: 4px;
    border: 2px solid #9f9f9f;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}


.wunschlisteknopf:hover {
    border: 2px solid #808080;
    fill: #858585;
}

.wunschlisteknopf.rot {
    border: 2px solid #9f9f9f;
    background: #ffffff;
    fill: #be1616;
}

.wunschlisteknopf.rot:hover {
    border: 2px solid #808080;
    background: #ffffff;
    fill: #941111;
}

.wunschlisteknopf svg {
    vertical-align: middle;
}

.preisschild {
    margin-bottom: 16px;
    color: var(--firmenfarbe);
    font-weight: bold;
    font-size: 20px;
}
.preisvergangenschild {
    font-size: 14px;
    color: #5e5f79;
    text-decoration: line-through;
}


.ampel_kreis {
    vertical-align: top;
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 50%;
}

.ampel_kreis.rot {
    background-color: #981e1e;
}
.ampel_kreis.orange {
    background-color: #de9814;
}
.ampel_kreis.gruen {
    background-color: #1ad437;
}



#anzahlartikel {
    font-size: 18px;
    text-align: center;
    padding: 7px 0px 7px 0px;
    border-radius: 8px;
    border: 2px solid #828282;
    width: 50px;
    vertical-align: middle;
}

#anzahlartikel::-webkit-outer-spin-button,
#anzahlartikel::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#indenwarenkorb_bar {
    background-color: #ffffff;
    border-bottom: 2px solid #dadada;
    height: 7%;
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 9;
    padding: 8px 0px 0px;
}

#indenwarenkorb_bar .preisvergangenschild {
    display: inline-block;
    margin-right: 8px;    
}

#indenwarenkorb_bar .preisschild {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 4px;
    
}

#indenwarenkorb_bar .preisdetails {
    display: inline-block;
    font-size: 12px;
}

#indenwarenkorb_bar .knopf {
    margin-right: 55px;
    margin-left: 20px;
    border-radius: 2px;
    background: var(--firmenfarbe);
    color: var(--firmenfarbe_text);
    float: right;
}
#indenwarenkorb_bar .knopf:hover {
    background: var(--firmenfarbe_heller);
}


#warenkorbaktualisierungcontainer {
    width: 100%;
    top: 85%;
    left: 0;
    text-align: center;
    position: fixed;
    z-index: 120;
}    

#warenkorbaktualisiert {
    background-color: #fff;
    border: 2px solid var(--firmenfarbe_heller);;
    color: var(--firmenfarbe_dunkler);
    padding: 16px;
    border-radius: 8px;
    font-size: 18px;
    display: none;
    box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 45%);
}


#warenkorbaktualisierungcontainer #warenkorbaktualisiert .cmsicon {
    font-size: 130%;
}


@media screen and (max-width: 850px){
    #indenwarenkorb_bar .knopf {
        margin-right: 15px;
    }
    #indenwarenkorb_bar .preisdetails {
        font-size: 8px;
    }
}

.coupon_code {
    transition: border .25s;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #dddddd;
    display: inline-block;
    margin-bottom: 16px;
}



#inhaltsuche {
    text-align: left;
}



#ausgewaehlteartikel .artikelklein {
    transition: border .5s;
    text-align: center;
    pointer-events: none;
    border: 3px solid #fff;
    width: auto;
}


.genauentfernen {
    padding: 6px 0px 6px 0px;
    background-color: #ececec;
    pointer-events: auto;
}

.genauentfernen:hover {
    cursor: pointer;
    background-color: #b1b1b1;
}

#ausgewaehlteartikel .artikelklein:hover {
    border: 3px solid #d17373;
    box-shadow: none;
}

input#artikelblocksuche {
    background-image: url('../../img/lupe.png');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 96% center;
    padding: 6px 30px 6px 6px;
    font-size: 16px;
    text-align: left;
}

.artikelliste {
    border-bottom: 1px solid #c7c7c7;
}

.artikelliste .linkespalte {
    width: calc(90% - 30px);
    display: inline-block;
    vertical-align: middle;
}

.artikelliste .bildbereich {
    display: inline-block;
    width: 50%;
    height: 120px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.genauhinzuefugen {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: center center;
}

.genauhinzuefugen .cmsicon {
    font-size: 28px;
}


.groupyuserpicker {
    width: 80%;
    text-align: center;
    display: inline-block;
    border: 1px dotted #989898;
    padding: 8px;
}

.karteauswahl {
    margin-top: 8px;
    color: #494c60;
    border-top: 2px solid #c3c3c3;
    display: inline-block;
    padding: 8px 40px;
}





/* STANDART KARTE_ NEU */

/* 
.shop_artikelkarte {
    flex-grow: 0;
    flex-basis: 170px;
    max-height: 400px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    border: 2px solid #e5e5e5;
    box-shadow: none;
    transition: all .3s;
    justify-content: flex-start;
    background-color: #fff;
    position: relative;
}

.shop_artikelkarte:hover {
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 6px 6px 11px #ebebeb, -6px -6px 11px #ffffff;
}

.shop_artikelkarte .textbereich:hover {
    filter: brightness(1.5);
}

.shop_artikelkarte .bildbereich {
    height: 150px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #ededed;
    border-radius: 6px;
    transition: all .3s;
}

.shop_artikelkarte .bildbereich:hover {
    background-size: 150%;
}

.shop_artikelkarte .textbereich {
    margin-top: 12px;
    text-align: left;
}

.shop_artikelkarte span.bezeichnung {
    color: var(--firmenfarbe_dunkler);
    text-align: left;
}

.shop_artikelkarte .preisschild {
    margin-bottom: 16px;
    color: var(--firmenfarbe);
    font-weight: bold;
    font-size: 20px;
    margin-top: auto;
}

.shop_artikelkarte .preisvergangenschild {
    font-size: 14px;
    color: var(--firmenfarbe_dunkler);
    opacity: 0.5;
    text-decoration: line-through;
}

.shop_artikelkarte .preisschild span.abo {
    font-size: 70%;
    display: block;
    color: var(--firmenfarbe_dunkler);
    opacity: 0.5;
    transition: all .3s;
}

.shop_artikelkarte:hover .preisschild span.abo {
    opacity: 0.8;
}

.shop_artikelkarte .knoepfe {
    text-align: right;
}


.shop_artikelkarte div.knopf.warenkorb.klein {
    padding: 6px 13px 6px 13px;
    margin: 4px;
    border: 2px solid var(--firmenfarbe);
    background: #ffffff;
    color: var(--firmenfarbe);
    box-shadow: none;
    transition: all .3s;
}

.shop_artikelkarte div.knopf.warenkorb.klein:hover {
    filter: brightness(1.25);
}


.shop_artikelkarte div.knopf.warenkorb.klein.gruen {
    background: #3b9042;
    color: #fff;
    border-color: #3b9042;
}

.shop_artikelkarte .knopf.warenkorb.klein span.cmsicon {
    font-size: 26px;
}
 */


/* NEU NEU ARTIKEL KARTI */
.shop_artikelkarte a, .artikel_platzhalter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    gap: 12px;
    text-align: left;
    color: #242424;
    position: relative;
}

.shop_artikelkarte {
    margin: 6px 14px;
    width: 250px;
    background-color: #fff;
    padding: 0px 10px;
    border-radius: 8px;
    overflow: hidden;
}

.shop_artikelkarte span.bezeichnung {
    font-weight: bold;
    color: #242424;
}

.shop_artikelkarte .bildbereich {
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 250px;
    max-width: 250px;
    max-height: 400px;
    aspect-ratio: 1;
    margin: 12px;
    transition: all .3s;
}

.shop_artikelkarte:hover .bildbereich {
    width: 260px;
    max-width: 260px;
    margin: 7px;
    transform: scale(1.033);
}

.shop_artikelkarte .preisvergangenschild {
    display: inline-block;
    color: #838383;
    text-decoration: line-through;
    font-size: 1rem;
    font-weight: normal;
}

.shop_artikelkarte .preisschild:has(.preisvergangenschild) {
    color: #be0000;
    font-weight: bold;
    font-size: 1.25rem;
}

.shop_artikelkarte a:hover, .shop_artikelkarte a:hover .bezeichnung {
    color: var(--firmenfarbe_dunkler);
}

.shop_artikelkarte span.abo {
    font-size: 0.85rem;
    color: #717171;
    display: block;
}

.shop_artikelkarte .textbereich {
    padding-top: 6px;
    border-top: 2px solid #dbdbdb;
    width: 100%;
    text-align: center;
}

.shop_artikelkarte span.abo:empty {
    display: none;
}

.shop_artikelkarte .preisvergangenschild:empty {
    display: none;
}

.shop_artikelkarte .preisvergangen {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.shop_artikelkarte .prc {
    background-color: #be0000;
    border-radius: 16px;
    color: #fff;
    padding: 4px;
    font-size: 1rem;
}

.shop_artikelkarte .preisschild {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    align-items: center;
}

.shop_artikelkarte .knoepfe {
    width: 100%;
    text-align: center;
}



/* MEDIA */
@media (max-width: 700px){
    
    /* .shop_artikelkarte {
        flex-grow: 1;
    }
    
    .shop_kategorie_inhalt {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    .shop_kategorie_titel {
        padding: 16px 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .shop_kategorie_titel h1 {
        padding-left: 0px;
    }
    
    .shop_kategorie_inhalt .shop_artikelkarte:last-of-type {
        margin-bottom: 30px;
    }
    
    .shop_artikelkarte .bildbereich {
        background-size: contain;
    }
        .kategorie_sort_select {
        text-align: left;
    } */

}

div#aktiveSepa h3 {
    color: #333;
    margin: 14px 0px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}


.sepa_mandat_karte {
    position: relative;
    background: linear-gradient(346deg, var(--firmenfarbe_heller) 0%, var(--firmenfarbe) 52%, var(--firmenfarbe_dunkler) 55%, var(--firmenfarbe_dunkler) 100%);
    padding: 25px;
    background-repeat: no-repeat;
    color: var(--firmenfarbe_text);
    border-radius: 28px;
    max-height: 180px;
    display: flex;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: center;
    transition: all .3s;
    outline-width: 6px;
    outline-color: #fff0;
    outline-style: solid;
    outline-offset: -6px;
    margin-bottom: 24px;
}

.sepa_mandat_karte:hover {
    transform: scale(1.05);
    outline-color: rgb(255 255 255 / 33%);
    outline-offset: -4px;
    cursor: pointer;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.sepa_mandat_karte h5 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.sepa_mandat_karte h6 {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}
.sepa_mandat_karte h5.number {
    margin-top: 4px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    font-weight: bold;
}
.sepa_mandat_karte h5.name {
    margin: 6px 0px;
    margin-bottom: 0;
}
.sepa_mandat_karte .card_details {
    display: flex;
    text-align: left;
}



/* NEUE ARTIKEL KARTE */



/* VERSION 1 (Groß) */

.shop_artikel_karte.shop_artikel_karte_version_1 {
    display: block;
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 16px;
    transition: all .2s;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    text-align: left;
}

.shop_artikel_karte.shop_artikel_karte_version_1:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.shop_artikel_karte_bild {
    display: inline-block;
    width: 300px;
    height: auto;
    object-fit: cover;
    object-position: center center;
    vertical-align: top;
    margin-right: 32px;
    transition: all 0.2s;
    border-radius: 8px;
    aspect-ratio: 4 / 3;
}

.shop_artikel_karte_bild:hover {
    transform: scale(1.05);
}

.shop_artikel_karte_bild.shop_artikel_karte_bild_darstellung_2 {
    object-fit: contain;
}

.shop_artikel_karte_inhalt {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 337px);
}

.shop_artikel_karte_titel {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.shop_artikel_karte_variante {
    display: block;
    margin-bottom: 8px;
}

.shop_artikel_karte_eigenschaft {
    display: inline-block;
    padding: 4px 8px;
    background-color: var(--firmenfarbe_dunkler);
    color: var(--firmenfarbe_text);
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    margin: 0px 4px 4px 0px;
}

.shop_artikel_karte_auszug {
    text-align: justify;
    columns: 3;
    column-gap: 32px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #4d4d4d;
}

.shop_artikel_karte_preis_container {
    display: inline-block;
    width: calc(100% - 125px);
    margin-top: 8px;
    vertical-align: bottom;
}

.shop_artikel_karte_preis_container_spalte {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.shop_artikel_karte_preis_brutto {
    display: block;
    padding: 8px 16px;
    background-color: var(--firmenfarbe);
    color: var(--firmenfarbe_text);
    font-weight: bold;
    border-radius: 8px;
}

.shop_artikel_karte_abo {
    font-size: 12px;
    font-weight: normal;
}

.shop_artikel_karte_preis_vergangen {
    text-decoration: line-through;
    color: #a7a7a7;
    font-size: 12px;
}

.shop_artikel_karte_prozent {
    background-color: #810000;
    color: #fff;
    padding: 4px 8px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 11px;
    display: inline-block;
    margin-bottom: 0px;
}

.shop_artikel_karte_preis_details {
    display: inline-block;
    font-size: 12px;
    color: #4a4a4a;
    text-align: left;
}

.shop_artikel_karte_toolbar {
    margin-top: 8px;
    vertical-align: bottom;
    border-radius: 8px;
    text-align: right;
    display: inline-block;
    width: 120px;
}

.shop_artikel_karte_wunschliste {
    display: inline-block;
    margin-left: 8px;
    padding: 6px 8px;
    font-size: 24px;
    background-color: #eeeeee;
    border-radius: 8px;
    color: #464646;
    cursor: pointer;
    transition: all .2s;
}

.shop_artikel_karte_wunschliste.rot {
    color: #f50000;
}

.shop_artikel_karte_wunschliste:hover {
    transform: scale(1.1);
}

.shop_artikel_karte_warenkorb {
    display: inline-block;
    margin-left: 8px;
    padding: 6px 8px;
    font-size: 24px;
    background-color: var(--firmenfarbe);
    border-radius: 8px;
    color: var(--firmenfarbe_text);
    cursor: pointer;
    transition: all .2s;
}

.shop_artikel_karte_warenkorb.erfolg {
    background-color: #2eb70b;
}

.shop_artikel_karte_warenkorb:hover {
    transform: scale(1.1);
}

.shop_artikel_karte_bestand .cmsicon {
    font-size: 30px;
    color: #5f5f5f;
    margin-right: 8px;
}

.shop_artikel_karte_bestand_zahl {
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    color: #454545;
}

.shop_artikel_karte_bestand_wenig .cmsicon {
    color: #b90000;
}

.shop_artikel_karte_bestand_wenig .shop_artikel_karte_bestand_zahl {
    color: #b90000;
}



.sb1200 .shop_artikel_karte_auszug {
    columns: 2;
}


.sb1000 .shop_artikel_karte_auszug {
    columns: 1;
}


.sb800 .shop_artikel_karte_bild {
    width: 200px;
    height: 170px;
}

.sb800 .shop_artikel_karte_inhalt {
    width: calc(100% - 238px);
}


.sb600 .shop_artikel_karte_bild {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 8px;
}

.sb600 .shop_artikel_karte_inhalt {
    display: block;
    width: 100%;
}



/* VERSION 2 (Klein) */

.shop_artikel_karte.shop_artikel_karte_version_2 {
    display: inline-block;
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
    width: calc(100% - 32px);
    max-width: 300px;
    vertical-align: top;
    text-align: center;
    margin: 6px;
    transition: all .2s;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.shop_artikel_karte.shop_artikel_karte_version_2:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.shop_artikel_karte.shop_artikel_karte_version_2 .shop_artikel_karte_bild {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 8px;
}

.shop_artikel_karte.shop_artikel_karte_version_2 .shop_artikel_karte_inhalt {
    display: block;
    width: 100%;
}

.shop_artikel_karte.shop_artikel_karte_version_2 .shop_artikel_karte_eigenschaft {
    margin: 0px 2px 4px 2px;
}

.shop_artikel_karte.shop_artikel_karte_version_2 .shop_artikel_karte_preis_container {
    display: block;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.shop_artikel_karte.shop_artikel_karte_version_2 .shop_artikel_karte_toolbar {
    text-align: center;
    margin-top: 0px;
}

.shop_artikel_karte.shop_artikel_karte_version_2 .shop_artikel_karte_wunschliste {
    margin-left: 4px;
    margin-right: 4px;
}

.shop_artikel_karte.shop_artikel_karte_version_2 .shop_artikel_karte_warenkorb {
    margin-left: 4px;
    margin-right: 4px;
}



/* PLATZHALTER */

.shop_artikel_karte.shop_artikel_karte_version_2.shop_artikel_karte_platzhalter .shop_artikel_karte_bild {
    background-color: #dddddd;
}



/* SEITENLEISTE */

.shop_seitenleiste {
    background-color: #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    color: #353535;
    margin-bottom: 8px;
}

.shop_seitenleiste label {
    display: block;
    margin-top: 8px;
}

.shop_seitenleiste select {
    display: block;
    width: 100%;
}

.shop_seitenleiste_pfad {
    margin-bottom: 8px;
}

.shop_seitenleiste_pfad a {
    font-size: 13px;
}

.shop_seitenleiste_inhalt {
    max-height: 0px;
    overflow-y: hidden;
    transition: max-height 1.0s;
    padding-right: 8px;
}

.offen .shop_seitenleiste_inhalt {
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
}

.shop_seitenleiste h1 {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 32px);
    font-size: 30px;
}

.shop_seitenleiste .shop_seitenleiste_kopf .cmsicon {
    cursor: pointer;
    transform: scale(1.0);
    transition: all .2s;
    font-size: 24px;
}

.shop_seitenleiste .shop_seitenleiste_kopf .cmsicon:hover {
    transform: scale(1.5);
}


.shop_seitenleiste_unterkatergorien {
    margin-top: 16px;
}

.shop_seitenleiste .shop_seitenleiste_unterkatergorie {
    display: block;
    transform: translateX(0px);
    transition: all .2s;
    margin-bottom: 4px;
}

.shop_seitenleiste .shop_seitenleiste_unterkatergorie:hover {
    transform: translateX(8px);
}

.shop_seitenleiste span {
    vertical-align: middle;
    display: inline-block;
    color: var(--firmenfarbe_dunkler);
}

.shop_seitenleiste_eigenschaft {
    margin-top: 16px;
    font-weight: bold;
}

.shop_seitenleiste label.checkbox {
    margin: 2px 0px 0px 0px;
}

.shop_seitenleiste label.checkbox input {
    vertical-align: middle;
}



#affiliate_suche_input {
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: middle;
    min-width: 200px;
}



.shop_artikel_warenkorb {
    display: inline-block;
    margin-left: 8px;
    padding: 6px 8px;
    font-size: 24px;
    background-color: var(--firmenfarbe);
    border-radius: 8px;
    color: var(--firmenfarbe_text);
    cursor: pointer;
    transition: all .2s;
}

.shop_artikel_warenkorb.erfolg {
    background-color: #2eb70b;
}

.shop_artikel_warenkorb .text {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    padding-right: 4px;
}

.shop_artikel_warenkorb:hover {
    transform: scale(1.1);
}