
img  {
    width: 100px;
}

.tx-produkte table {
    border-collapse: collapse;
    width: 100%;
}

.tx-produkte th {
    border-bottom: 2px solid #572381;
    padding-right: 10px;
}

.tx-produkte td {
    border-bottom: 1px solid #572381;
    padding-right: 10px;
    vertical-align: middle;
}

.tx-produkte tr:last-of-type td, .tx-produkte tr:last-of-type th {
    border-bottom: 0px !important;
}

.tx-produkte table h3 {
    margin-top: 1.25em;
}

.tx-produkte table h4 {
    margin-top: 0.85em;
}

td.primaryGroup {
    border-bottom: 0px;
}

td.secondaryGroup {
    border-bottom: 0px;
}

td.lastElement {
    border-bottom: 0px;
}

.tx-produkte tr.article:hover,  .tx-produkte tr.article:hover a {
    /* background-color: #572381; */
    /* color: white; */
    cursor: pointer;
}

.rowlink::before {
    /* content: ''; */
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 70px; /* don't forget to set the heigt! */
}

.accordionMainGroup{
    color:white;
    background-color:#572381;
    padding: 10px 0px 10px 20px;
    margin-bottom:0px;
}

.variantTableImage {
    min-height: 71px;
}

/* .rowlink::after {
    content: '';
} */

i.float-right {
    padding-left: min(5px);
    margin-right: 0px;
    padding-top: 3px;
}

.mobileSku {
    display: inline-block;
}

a.mobileSku {
    margin-top: 5px;
}

.mobileSku i {
    display: inline;
    margin-left: 5px;
}

.articleContainer {
    overflow-x: auto;
    overflow-y: clip;
}


@media (max-width: 801px) {
/*    .mobile {
      
    }
*/
    th.desktop, td.desktop {
        display: none;
    }    
}
@media (min-width: 800px) {
    .mobile {
        display: none;
    }

    th.desktop, td.desktop {
        display: table-cell;
    }
}
