a.product{
    border: 1px solid #4d4f53;
    border-radius: 20px;
    background: #000;
    padding: 20px;
    position: relative;
    display:block;
    height:100%;
}
.main a.product:hover{
    border: 1px solid #1CA5CC;
}
.productimg img{margin:0 auto;display:block;}
.productimg {display:flex;align-items:center;height:200px;margin-bottom:20px;}
.productimg-show {position:relative;margin-bottom:20px;}
.product-label-new{position:absolute; top:30px;left:30px;padding:2px 5px;background:#1CA5CC;color:#fff;}
.tx-serviewshop button .trainingtext {line-height:2rem;}
.article-desc{margin-top:2rem;border-top:1px solid #fff;padding-top:2rem;}
.main .tx-serviewshop .but_ico_cart, .main .tx-serviewshop .but_ico_cart:hover {
    background: url(../Icons/einkaufskorb_grau.png);
    background-repeat:no-repeat;
    background-size: 50%;
    background-position:right;
}
