/*
Theme Name: CSU Neusäß
Author: Frozen Media
Author URI: http://www.frozen-media.de/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* Font Face for CSU Fonts */
/*@font-face {
    font-family: 'CSUSchrift2000';
    src: url('fonts/CSUSchrift2000.eot');
    src: url('fonts/CSUSchrift2000.eot?#iefix') format('embedded-opentype'),
        url('fonts/CSUSchrift2000.woff2') format('woff2'),
        url('fonts/CSUSchrift2000.woff') format('woff'),
        url('fonts/CSUSchrift2000.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CSUSchrift2000';
    src: url('fonts/CSUSchrift2000Bold.eot');
    src: url('fonts/CSUSchrift2000Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/CSUSchrift2000Bold.woff2') format('woff2'),
        url('fonts/CSUSchrift2000Bold.woff') format('woff'),
        url('fonts/CSUSchrift2000Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/


@font-face {
    font-family: 'Polo 22R';
    src: url('fonts/Polo22R-Leicht.eot');
    src: url('fonts/Polo22R-Leicht.eot?#iefix') format('embedded-opentype'),
    url('fonts/Polo22R-Leicht.woff2') format('woff2'),
    url('fonts/Polo22R-Leicht.woff') format('woff'),
    url('fonts/Polo22R-Leicht.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polo 22R';
    src: url('fonts/Polo22R-Halbfett.eot');
    src: url('fonts/Polo22R-Halbfett.eot?#iefix') format('embedded-opentype'),
    url('fonts/Polo22R-Halbfett.woff2') format('woff2'),
    url('fonts/Polo22R-Halbfett.woff') format('woff'),
    url('fonts/Polo22R-Halbfett.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polo 22R';
    src: url('fonts/Polo22R-Buch.eot');
    src: url('fonts/Polo22R-Buch.eot?#iefix') format('embedded-opentype'),
    url('fonts/Polo22R-Buch.woff2') format('woff2'),
    url('fonts/Polo22R-Buch.woff') format('woff'),
    url('fonts/Polo22R-Buch.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/* Add custome icon for Team Phone*/
.customPhone .soc-font-icon:before, .dt-icon-customPhone:before {
    content: "\e105";
}