/*
 * Icon Font ISES
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */


@font-face {
  font-family: "ISES";
  src: url("../fonts/ISES_b519717b6d5ac832ad6ab8749668dddd.eot");
  src: url("../fonts/ISES_b519717b6d5ac832ad6ab8749668dddd.eot?#iefix") format("embedded-opentype"),
       url("../fonts/ISES_b519717b6d5ac832ad6ab8749668dddd.woff2") format("woff2"),
       url("../fonts/ISES_b519717b6d5ac832ad6ab8749668dddd.woff") format("woff"),
       url("../fonts/ISES_b519717b6d5ac832ad6ab8749668dddd.ttf") format("truetype"),
       url("../fonts/ISES_b519717b6d5ac832ad6ab8749668dddd.svg#ISES") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "ISES";
    src: url("../fonts/ISES_b519717b6d5ac832ad6ab8749668dddd.svg#ISES") format("svg");
  }
}

[data-icons8]:before { content: attr(data-icons8); }

[data-icons8]:before,
.icons8-calendar:before,
.icons8-clock:before,
.icons8-sperren:before {
  display: inline-block;
  font-family: "ISES";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icons8-calendar:before { content: "\f102"; }
.icons8-clock:before { content: "\f103"; }
.icons8-sperren:before { content: "\f100"; }