
        @media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
            table.jobs-list-view tr td:nth-of-type(1):before { content: "Position"; }
            table.jobs-list-view tr td:nth-of-type(2):before { content: "Art"; }
            table.jobs-list-view tr td:nth-of-type(3):before { content: "Managementebene"; }
            table.jobs-list-view tr td:nth-of-type(4):before { content: "Standort"; }
        }
    

