/* === FONT === */
@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('fonts/AvantGarde-CondBold.woff2') format('woff2'),
        url('fonts/AvantGarde-CondBold.woff') format('woff'),
        url('fonts/AvantGarde-CondBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/AvantGarde-BoldObl.woff2') format('woff2'),
        url('../fonts/AvantGarde-BoldObl.woff') format('woff'),
        url('../fonts/AvantGarde-BoldObl.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/AvantGarde-Bold.woff2') format('woff2'),
        url('../fonts/AvantGarde-Bold.woff') format('woff'),
        url('../fonts/AvantGarde-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/AvantGarde-CondBook.woff2') format('woff2'),
        url('../fonts/AvantGarde-CondBook.woff') format('woff'),
        url('../fonts/AvantGarde-CondBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/AvantGardeCE-BookOblique.woff2') format('woff2'),
        url('../fonts/AvantGardeCE-BookOblique.woff') format('woff'),
        url('../fonts/AvantGardeCE-BookOblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/AvantGardeCE-Book.woff2') format('woff2'),
        url('../fonts/AvantGardeCE-Book.woff') format('woff'),
        url('../fonts/AvantGardeCE-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/AvantGardeCE-DemiOblique.woff2') format('woff2'),
        url('../fonts/AvantGardeCE-DemiOblique.woff') format('woff'),
        url('../fonts/AvantGardeCE-DemiOblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/AvantGardeCE-Demi.woff2') format('woff2'),
        url('../fonts/AvantGardeCE-Demi.woff') format('woff'),
        url('../fonts/AvantGardeCE-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/AvantGarde-CondDemi.woff2') format('woff2'),
        url('../fonts/AvantGarde-CondDemi.woff') format('woff'),
        url('../fonts/AvantGarde-CondDemi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/AvantGarde-CondMedium.woff2') format('woff2'),
        url('../fonts/AvantGarde-CondMedium.woff') format('woff'),
        url('../fonts/AvantGarde-CondMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/AvantGarde-MediumObl.woff2') format('woff2'),
        url('../fonts/AvantGarde-MediumObl.woff') format('woff'),
        url('../fonts/AvantGarde-MediumObl.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/AvantGarde-Medium.woff2') format('woff2'),
        url('../fonts/AvantGarde-Medium.woff') format('woff'),
        url('../fonts/AvantGarde-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* === Einbindung === */

html body {
    font-family: 'ITC Avant Garde Gothic';
    font-weight:normal;
    color:#353535;
}
h1,h2,h3,h4,h5,h6, .ce_revolutionslider_text, .ce_revolutionslider_text.bold, .header .mainmenu ul li a {
    font-family: 'ITC Avant Garde Gothic' !important;
    font-weight: bold;
}
/* ===================================================================================*/

.ce_divider_extended.version5 {
    height:2px;
}