<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'icomoon';
  src:  url('webfonts/subnav-icons.eot?m6hcyy');
  src:  url('webfonts/subnav-icons.eot?m6hcyy#iefix') format('embedded-opentype'),
    url('webfonts/subnav-icons.ttf?m6hcyy') format('truetype'),
    url('webfonts/subnav-icons.woff?m6hcyy') format('woff'),
    url('webfonts/subnav-icons.svg?m6hcyy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}

.icon-leisure:before {
  content: "\e900";
}
.icon-events:before {
  content: "\e901";
}
.icon-gastro:before {
  content: "\e902";
}
.icon-mitarbeiteraktionen:before {
  content: "\e903";
}
.icon-online:before {
  content: "\e904";
}
</pre></body></html>