figure.table,
table{
    width: 100%;
}
table tr:first-child td{
    background-color: #084985;
    color: #fff;
}
table tr td{
    border: 1px solid #C4C4C4;
    padding: .5rem;
}
table tr:nth-child(even) {background: #FAFAFA}
table tr:nth-child(odd) {background: #FFF}

table tbody tr:first-child{
    color: #fff;
}


img{
    max-width: 100%;
    height: auto;
}
.article.item-detail figure.table,
.article.item-detail table{
    width: 100%;
}
.article.item-detail table tr td{
    border: 1px solid #C4C4C4;
}
.article.item-detail table tr:nth-child(even) {background: #FAFAFA}
.article.item-detail table tr:nth-child(odd) {background: #FFF}

.article.item-detail table tbody tr:first-child{
    color: #fff;
}
.article.item-detail {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.article.item-detail p{
    margin-bottom: 0;
}
.article.item-detail .gradient-product .col-left{
    border: 1px solid #E6E6E6;
}

/** Button-Colors **/
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="ZM300"]{
    background: #fff;
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="6005"]{
    background: rgb(047,069,056);
    color: rgb(255,255,255);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="7016"]{
    background: rgb(041,049,051);
    color: rgb(255,255,255);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="8012"]{
    background: rgb(089,035,033);
    color: rgb(255,255,255);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="9002"]{
    background: rgb(231,235,218);
    color: rgb(000,000,000);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="9006"]{
    background: rgb(165,165,165);
    color: rgb(000,000,000);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="1015"]{
    background: rgb(230,214,144 );
    color: rgb(000,000,000);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="3000"]{
    background: rgb(175,043,030);
    color: rgb(255,255,255);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="5010"]{
    background: rgb(014,041,075);
    color: rgb(255,255,255);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="6011"]{
    background: rgb(088,114,070);
    color: rgb(255,255,255);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="6020"]{
    background: rgb(046,058,035);
    color: rgb(255,255,255);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="7035"]{
    background: rgb(215,215,215);
    color: rgb(000,000,000);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="8004"]{
    background: rgb(142,064,042);
    color: rgb(255,255,255);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="8011"]{
    background: rgb(091,058,041);
    color: rgb(255,255,255);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="9007"]{
    background: rgb(143,143,143);
    color: rgb(000,000,000);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="9010"]{
    background: rgb(255,255,255);
    color: rgb(000,000,000);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="HOLZOPTIK"]{
    background: rgb(123,73,37);
    color: rgb(255,255,255);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="3005"]{
    background: rgb(89, 25, 31);
    color: rgb(255,255,255);
}
.article.item-detail .gradient-product .col-left .colors .color-list .btn[data-color="9005"]{
    background: rgb(14, 14, 16);
    color: rgb(255,255,255);
}

/** Productimages **/
.hidden {
    display: none;
}
.article.item-detail #positivlage,
.article.item-detail #negativlage{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/** Tabs **/
@media(max-width: 1024px){
    .article.item-detail .tabs {
        flex-direction: column;
    }
}
.article.item-detail .tabs {
    display: flex;
}
.article.item-detail .tab {
    flex: 1;
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding: 1em;
    color: #084985;
    border: 1px solid #E6E6E6;
    align-items: center;
    display: flex;
    justify-content: center;
}
.article.item-detail .tab .tab-icon{
    width: 25px;
    margin-right: .5rem;
    position: relative;
}
.article.item-detail .tabs .tab.active{
    background-color: #E6E6E6;
}
.article.item-detail .tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    padding: 1em;
}
.article.item-detail .tab-content.active {
    display: block;
    opacity: 1;
}

/** Buttons **/
.article.item-detail .gradient-product .col-left .image-tabs {
    display: flex;
    justify-content: space-between;
    flex: 1;
}
.article.item-detail .gradient-product .col-left .image-tab {
    flex-grow: 1;
    border: 1px solid #E6E6E6;
    background: #fff;
    color: #084985;
}
.article.item-detail .gradient-product .col-left .image-tab.active{
    background: #F5F5F5;
    font-weight: bold;
}
.article.item-detail .gradient-product .col-left .colors .color-list{
    margin-bottom: 5px;
}
.article.item-detail .gradient-product .col-left .colors .color-list .color-button i{
    display: none;
}
.article.item-detail .gradient-product .col-left .colors .color-list .color-button.active i{
    display: inline-block;
}

/** Rechte Spalte **/

.article.item-detail .gradient-product .col-right .top{
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: .5rem;
}
.article.item-detail .gradient-product .col-right .top .title{
    font-size: 24px;
}
.article.item-detail .gradient-product .col-right .top .category,
.article.item-detail .gradient-product .col-right .top .description p{
    font-size: 18px;
}
.article.item-detail .gradient-product .col-right .attr1 ul{
    list-style: none;
}
.article.item-detail .gradient-product .col-right .attr1 ul li{
    padding-left: 50px;
    position: relative;
    margin-bottom: 1rem;
}
.article.item-detail .gradient-product .col-right .attr1 ul li::before {
    content: url('/typo3conf/ext/msr_template/Resources/Public/dist/images/check-duotone.svg');
    position: absolute;
    left: 0;
    top: 7px;
}
.article.item-detail .gradient-product .col-right .prices .gradient-bg-diagonal{
    flex-flow: column;
}
.article.item-detail .gradient-product .col-right .prices .preis-brutto{
    color: #DB0C15;
    font-size: 18px;
}
.article.item-detail .gradient-product .col-right .prices .preis-netto{
    font-size: 18px;
}
.article.item-detail .gradient-product .col-right .prices small{
    position: relative;
    font-size: 12px;
    bottom: 10px;
}
.article.item-detail .gradient-product .col-right .prices .sternchentext{
    width: 50%;
}
.article.item-detail .gradient-product .col-right .prices .sternchentext p{
    font-size: 10px;
    line-height: normal;
}
.tx_msisowapassliste .zur-merkliste strong{
    cursor: pointer;
}

.tx-msisowapassliste, table.tx_msisowapassliste {
    transform: rotateX(180deg);
}

.tx-msisowapassliste .modal-content,
.tx-msisowapassliste .text-right {
    transform: rotateX(180deg);
}