@font-face {
    font-family: 'DIN Pro Cond';
    src: url('/styles/fonts/DINPro-CondensedMedium.eot');
    src: local('DIN Pro Condensed Medium'), local('DINPro-CondensedMedium'),
    url('/styles/fonts/DINPro-CondensedMedium.eot?#iefix') format('embedded-opentype'),
    url('/styles/fonts/DINPro-CondensedMedium.woff2') format('woff2'),
    url('/styles/fonts/DINPro-CondensedMedium.woff') format('woff'),
    url('/styles/fonts/DINPro-CondensedMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('/styles/fonts/DINPro-CondensedLight.eot');
    src: local('DIN Pro Condensed Light'), local('DINPro-CondensedLight'),
    url('/styles/fonts/DINPro-CondensedLight.eot?#iefix') format('embedded-opentype'),
    url('/styles/fonts/DINPro-CondensedLight.woff2') format('woff2'),
    url('/styles/fonts/DINPro-CondensedLight.woff') format('woff'),
    url('/styles/fonts/DINPro-CondensedLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('/styles/fonts/DINPro-CondensedBoldItalic.eot');
    src: local('DIN Pro Condensed Bold Italic'), local('DINPro-CondensedBoldItalic'),
    url('/styles/fonts/DINPro-CondensedBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/styles/fonts/DINPro-CondensedBoldItalic.woff2') format('woff2'),
    url('/styles/fonts/DINPro-CondensedBoldItalic.woff') format('woff'),
    url('/styles/fonts/DINPro-CondensedBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('/styles/fonts/DINPro-CondensedBlack.eot');
    src: local('DIN Pro Condensed Black'), local('DINPro-CondensedBlack'),
    url('/styles/fonts/DINPro-CondensedBlack.eot?#iefix') format('embedded-opentype'),
    url('/styles/fonts/DINPro-CondensedBlack.woff2') format('woff2'),
    url('/styles/fonts/DINPro-CondensedBlack.woff') format('woff'),
    url('/styles/fonts/DINPro-CondensedBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('/styles/fonts/DINPro.eot');
    src: local('DIN Pro'), local('DINPro'),
    url('/styles/fonts/DINPro.eot?#iefix') format('embedded-opentype'),
    url('/styles/fonts/DINPro.woff2') format('woff2'),
    url('/styles/fonts/DINPro.woff') format('woff'),
    url('/styles/fonts/DINPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, *{
    font-family: 'DIN Pro', Arial, serif;
    font-size: 16px;
}
h1, h2, h3, h4 {
    font-family: 'DIN Pro Cond', Arial, serif !important;
    font-style: normal;
    font-weight: 300;
    font-size: 80px;
}
.under-main-logo{
    font-family: 'DIN Pro Cond', Arial, serif !important;
}


@media all and (max-width: 768px) {
    .slide1 h1{
        font-size: 80px !important;}
    .slide-5-topgear-back,
    .slide-5-topgear-main,
    .slide-5-topgear-shadow{
        max-width: 100% !important;
    }
    .main-wdp-catalog h2{
        min-height: 130px !important;
        font-size: 100px !important;}
    .col-md-2-5{
        width: 50% !important;
    }
}