

.datagrid .produktinfoTable td img {
    width: auto !Important;
}



.datagrid .produktinfoDgmTable td img {
    width: auto !Important;
}

.linksBox .hilfe {
    background: url(../img/icon_faq.png) no-repeat 5px 3px;
}


@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    .produktinfoTable td:nth-of-type(1):before {
        content: "Produkt";
    }
    .produktinfoTable td:nth-of-type(2):before {
        content: "Format, Maßstab";
    }
    .produktinfoTable td:nth-of-type(3):before {
        content: "Preis";
    }
    .produktinfoTable td:nth-of-type(4):before {
        content: "Bestellen";
    }
    .produktinfoDgmTable td:nth-of-type(1):before {
        content: "Produkt";
    }
    .produktinfoDgmTable td:nth-of-type(2):before {
        content: "Format, Verfügbarkeit";
    }
    .produktinfoDgmTable td:nth-of-type(3):before {
        content: "Preis";
    }
    .produktinfoDgmTable td:nth-of-type(4):before {
        content: "Bestellen";
    }
}