
@font-face {
    font-family:'DIN Bold Regular';
    src:url(../styles/fonts/din/din-bold_eot.eot) format("embedded-opentype"), 
        url(../styles/fonts/din/din-bold_ttf.ttf) format("truetype"), 
        url(../styles/fonts/din/din-bold_woff.woff) format("woff"), 
        url(../styles/fonts/din/din-bold_svg.svg#din-bold) format("svg");
}

body.page-product:not(.SitecoreIsInPrevieworEdit) .easy-responsive-tabber .tabber__secondary-content__download {
    overflow: hidden;
    padding: 0px;
    background-color: white;
}

body.page-product:not(.SitecoreIsInPrevieworEdit) .easy-responsive-tabber .tabber__secondary-content__download .document-container+.document-container {
    padding-top: 0px;
}

body.page-product:not(.SitecoreIsInPrevieworEdit) .easy-responsive-tabber .tabber__secondary-content__download .document-container:before {
    content: none;
}

.document-container {
    width: 25%;
    display: inline-grid;
    grid-template-rows: repeat(4,auto);
    grid-column-gap: 20px;
    margin-bottom: 10px;
    padding: 6px;
    float: none !important;
}

.resource-listing-group {
    margin-bottom: 50px;
}

.resource-type {
    margin-bottom: 20px;
    font-weight: 600;
    color: #333;
    font-family:'DIN Bold Regular';
}


.resource-listing {
    margin-top: 30px;
}