/* 'cut corner' ansatz, https://stackoverflow.com/a/26241310 */
.c4s-badge-muepro {
    position: absolute;
    margin: 0 auto;
    overflow: hidden;
    background: transparent;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    width: auto;
    display: inline-block;
    /*padding: 3px 11px 3px 7px;*/
    padding: 5px 15px 5px 10px;
}

.c4s-badge-muepro.c4s-badge-order-0 {
    top: 0;
}

.c4s-badge-muepro.c4s-badge-order-1 {
    top: 40px;
}

.c4s-badge-muepro.c4s-badge-order-2 {
    top: 80px;
}

.c4s-badge-muepro.c4s-badge-order-3 {
    top: 120px;
}

.c4s-badge-muepro:after {
    content: '';
    position: absolute;
    width: 600%;
    height: 600%;
    top: 19px;
    right: -300%;
    background: #ff6b00;
    transform-origin: 50% 0;
    transform: rotate(135deg);
    z-index: -1;
}

table .c4s-item td {
    position: relative;
    vertical-align: middle !important;
}

table .c4s-item .c4s-variant-table-artnum {
    display: inline-block;
    padding-bottom: 7px;
}

table .c4s-item .c4s-badge-muepro {
    position: relative;
    top: 6px;
    right: auto;
    display: inline-block;
    margin-left: 10px;
    font-size: 11px;
    padding: 3px 8px 3px 6px;
}

table .c4s-item .c4s-badge-muepro:after {
    top: 15px;
}

.dataTables_scrollBody table .c4s-item .c4s-badge-muepro {
    display: none;
}
