/* Fonts laden */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-regular.woff') format('woff');
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/open-sans-v17-latin-italic.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-italic.woff') format('woff');
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-600.woff') format('woff');
}

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('../fonts/open-sans-v17-latin-600italic.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-600italic.woff') format('woff');
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-700.woff') format('woff');
}

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/open-sans-v17-latin-700italic.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-700italic.woff') format('woff');
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/open-sans-v17-latin-800.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-800.woff') format('woff');
}

/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('../fonts/open-sans-v17-latin-800italic.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-800italic.woff') format('woff');
}
/* Font Awesome 4 */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-display: swap;
  src: local('FontAwesome'), local('FontAwesome'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff');
}

@font-face {
  font-family: 'hasenapp';
  src: url('../fonts/hasenapp.eot?70217455');
  src: url('../fonts/hasenapp.eot?70217455#iefix') format('embedded-opentype'),
       url('../fonts/hasenapp.woff2?70217455') format('woff2'),
       url('../fonts/hasenapp.woff?70217455') format('woff'),
       url('../fonts/hasenapp.ttf?70217455') format('truetype'),
       url('../fonts/hasenapp.svg?70217455#hasenapp') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'hasenapp';
    src: url('../font/hasenapp.svg?61395155#hasenapp') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'hasenapp';
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;

  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */

 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-icon-alkfrei_app:before { content: '\e800';  font-size: 2em;} /* '' */
.icon-icon-bier_app:before { content: '\e801';  font-size: 2em;} /* '' */
.icon-icon-essen_app:before { content: '\e802';  font-size: 2em;} /* '' */
.icon-icon-flaschenwein_app:before { content: '\e804';  font-size: 2em;} /* '' */
.icon-icon-hasenmilch_app:before { content: '\e805'; font-size: 2em; } /* '' */
.icon-icon-kaffee_app:before { content: '\e806'; font-size: 2em; } /* '' */
.icon-icon-limonade_app:before { content: '\e807'; font-size: 2em; } /* '' */
.icon-icon-longdrinks_app:before { content: '\e808'; font-size: 2em; } /* '' */
.icon-icon-pils_app:before { content: '\e809';  font-size: 2em;} /* '' */
.icon-icon-radler_app:before { content: '\e80a';  font-size: 2em;} /* '' */
.icon-icon-saft_app:before { content: '\e80b';  font-size: 2em;} /* '' */
.icon-icon-saftschorle_app:before { content: '\e80c';  font-size: 2em;} /* '' */
.icon-icon-schnaps_app:before { content: '\e80d';  font-size: 2em;} /* '' */
.icon-icon-sekt_app:before { content: '\e80e';  font-size: 2em;} /* '' */
.icon-icon-vesper_app:before { content: '\e80f';  font-size: 2em;} /* '' */
.icon-icon-wein_app:before { content: '\e810';  font-size: 2em;} /* '' */
.icon-icon-weinschorle_app:before { content: '\e811';  font-size: 2em;} /* '' */
.icon-icon-weinsekt_app:before { content: '\e812';  font-size: 2em;} /* '' */
.icon-icon-weizen_app:before { content: '\e813';  font-size: 2em;} /* '' */
.icon-icon-whisky_app:before { content: '\e815';  font-size: 2em;} /* '' */
.icon-icon-flaschenwein_app-1:before { content: '\e816'; font-size: 2em; } /* '' */
.icon-icon-essenwarm_app:before { content: '\e817'; font-size: 2em; } /* '' */
.icon-icon-symbole_app:before { content: '\e818'; font-size: 2em;  } /* '' */
.icon-icon-zette_app:before { content: '\e819'; font-size: 2em;  } /* '' */
.icon-icon-del_app:before { font-family: "Font Awesome 5 Free"; content: '\f273'; font-size: 2em;}