/* 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: 16;
    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: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;
}


/* 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 {
    width: 100%;
    height: 150px;
    background-color: #cdcdcd;
    border-radius: 4px;
}

.shop_artikelkarte .fake_titel {
    margin-top: 4px;
    background-color: #d9d9d9;
}

.shop_artikelkarte .fake_preis {
    position: absolute;
    bottom: 20px;
    width: 60px;
    left: 69px;
    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;
}


/* 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;
    }

}