/*
************************************************************
*
*                 FONT: FUGUE PEAC
*
************************************************************
*/

@font-face {
  font-family: 'Fugue';
  src: url('/static/fonts/Fugue-Regular.eot');
  src: url('/static/fonts/Fugue-Regular.eot?#iefix') format('embedded-opentype'),
      url('/static/fonts/Fugue-Regular.woff2') format('woff2'),
      url('/static/fonts/Fugue-Regular.woff') format('woff'),
      url('/static/fonts/Fugue-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*
************************************************************
*
*                   FONT: Theinhardt
*
************************************************************
*/


@font-face {
    font-family: 'Theinhardt';
    src: url('/static/fonts/Theinhardt-Regular.eot');
    src: url('/static/fonts/Theinhardt-Regular.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/Theinhardt-Regular.woff2') format('woff2'),
        url('/static/fonts/Theinhardt-Regular.woff') format('woff'),
        url('/static/fonts/Theinhardt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Theinhardt';
    src: url('/static/fonts/Theinhardt-Italic.eot');
    src: url('/static/fonts/Theinhardt-Italic.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/Theinhardt-Italic.woff2') format('woff2'),
        url('/static/fonts/Theinhardt-Italic.woff') format('woff'),
        url('/static/fonts/Theinhardt-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Theinhardt';
    src: url('/static/fonts/Theinhardt-LightItalic.eot');
    src: url('/static/fonts/Theinhardt-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/Theinhardt-LightItalic.woff2') format('woff2'),
        url('/static/fonts/Theinhardt-LightItalic.woff') format('woff'),
        url('/static/fonts/Theinhardt-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Theinhardt';
    src: url('/static/fonts/Theinhardt-Light.eot');
    src: url('/static/fonts/Theinhardt-Light.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/Theinhardt-Light.woff2') format('woff2'),
        url('/static/fonts/Theinhardt-Light.woff') format('woff'),
        url('/static/fonts/Theinhardt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Theinhardt';
    src: url('/static/fonts/Theinhardt-Medium.eot');
    src: url('/static/fonts/Theinhardt-Medium.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/Theinhardt-Medium.woff2') format('woff2'),
        url('/static/fonts/Theinhardt-Medium.woff') format('woff'),
        url('/static/fonts/Theinhardt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Theinhardt';
    src: url('/static/fonts/Theinhardt-MediumItalic.eot');
    src: url('/static/fonts/Theinhardt-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/Theinhardt-MediumItalic.woff2') format('woff2'),
        url('/static/fonts/Theinhardt-MediumItalic.woff') format('woff'),
        url('/static/fonts/Theinhardt-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/*
************************************************************
*
*                       ICOMOON
*
************************************************************
*/

@font-face {
  font-family: 'peac-icons';
  src:  url('/static/fonts/peac-icons.eot?6w63po');
  src:  url('/static/fonts/peac-icons.eot?6w63po#iefix') format('embedded-opentype'),
    url('/static/fonts/peac-icons.ttf?6w63po') format('truetype'),
    url('/static/fonts/peac-icons.woff?6w63po') format('woff'),
    url('/static/fonts/peac-icons.svg?6w63po#peac-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.peac-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'peac-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.peac-iconLautstaerke_muted:before {
  content: "\e907";
}
.peac-iconText:before {
  content: "\e906";
}
.peac-iconPause:before {
  content: "\e90b";
}
.peac-iconKalender:before {
  content: "\e902";
}
.peac-iconPfeil:before {
  content: "\e900";
}
.peac-iconclose_Vollbildmodus:before {
  content: "\e901";
}
.peac-iconKarousell_Klapp-Pfeil_links:before {
  content: "\e903";
}
.peac-iconBurger-Menue:before {
  content: "\e904";
}
.peac-iconVollbildmodus:before {
  content: "\e905";
}
.peac-iconPlay:before {
  content: "\e909";
}
.peac-iconPDF-lesen:before {
  content: "\e90a";
}
.peac-iconLautstaerke:before {
  content: "\e90f";
}
.peac-iconKreuz:before {
  content: "\e910";
}
.peac-iconKlapp-Pfeil_open:before {
  content: "\e911";
}
.peac-iconKlapp-Pfeil_close:before {
  content: "\e912";
}
.peac-iconKarousell_Klapp-Pfeil_rechts:before {
  content: "\e913";
}
