@charset "UTF-8";
@font-face {
  font-family: 'icons';
  src: url('../../fonts/icons.woff?64698048') format('woff'), url('../../fonts/icons.svg?64698048#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'icons-2';
    src: url('../../fonts/icons-2.woff?4128121') format('woff'), url('../../fonts/icons-2.svg?4128121#icons-2') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  vertical-align: top;
  font-variant: normal;
  text-transform: none;
}
 
.icon-audio:before { content: '\e800'; }
.icon-audio-mute:before { content: '\e801'; }
.icon-call:before { content: '\e802'; }
.icon-disclaimer:before { content: '\e803'; }
.icon-highlights:before { content: '\e804'; }
.icon-home:before { content: '\e805'; }
.icon-mail:before { content: '\e806'; }
.icon-menu:before { content: '\e807'; }
.icon-news-bavaria:before { content: '\e808'; }
.icon-news-current:before { content: '\e809'; }
.icon-news-germany:before { content: '\e80a'; }
.icon-news-police:before { content: '\e80b'; }
.icon-news-region:before { content: '\e80c'; }
.icon-news-world:before { content: '\e80d'; }
.icon-next:before { content: '\e80e'; }
.icon-photo:before { content: '\e80f'; }
.icon-photo-outline:before { content: '\e810'; }
.icon-prev:before { content: '\e811'; }
.icon-refresh:before { content: '\e812'; }
.icon-reporter:before { content: '\e813'; }
.icon-reporter-audio:before { content: '\e814'; }
.icon-reporter-audio-outline:before { content: '\e815'; }
.icon-speed-cam:before { content: '\e816'; }
.icon-traffic:before { content: '\e817'; }
.icon-video:before { content: '\e818'; }
.icon-video-outline:before { content: '\e819'; }
.icon-weather:before { content: '\e81a'; }

.icon-load:before {
    font-family: "icons-2";
    content: '\e900';
}
.icon-play:before {
    font-family: "icons-2";
    content: '\e901';
}
.icon-pause:before {
    font-family: "icons-2";
    content: '\e902';
}