/*
@import url("http://fnt.webink.com/wfs/webink.css/?project=68654416-12E7-4AD0-B430-C057E450E16D&fonts=
35439AB4-AE5C-6414-19AF-3BEAA3F5D579:f=AktivGrotesk-Regular:weight=normal:style=normal,
5DD1A08F-E08C-456F-FB29-61CA507CEAB4:f=AktivGrotesk-Light:weight=lighter:style=normal,
CD6652B9-C61A-F4C0-53F5-E2A0EBC487B4:f=AktivGrotesk-Bold:weight=bolder:style=normal,
49084C4C-16B8-3BE4-468D-A83E50D809C7:f=AktivGrotesk-Medium:weight=bold:style=normal");
*/

/* 
   Die Schriften für normal und bold haben die selbe Font-Family ("AktivGrotesk") und werden im 
   @font-Tag zu normal und bold zugeordnet. So können Sie im CSS über font-weight bzw. b oder strong
   angesprochen werden. So ergibt sich auch ein gutes Fallback, wenn die Webfonts nicht geladen
   werden können. 
   Weitere Schriften haben eigene Font-Familys ("AktivGrotesk-Light" usw.) und können explizit im 
   CSS angegeben werden. 
*/

@import url("http://fnt.webink.com/wfs/webink.css/?project=68654416-12E7-4AD0-B430-C057E450E16D&fonts=5DD1A08F-E08C-456F-FB29-61CA507CEAB4:f=AktivGrotesk-Light:weight=lighter:style=normal,CD6652B9-C61A-F4C0-53F5-E2A0EBC487B4:f=AktivGrotesk-Bold:weight=bold:style=normal,49084C4C-16B8-3BE4-468D-A83E50D809C7:f=AktivGrotesk:weight=bold:style=normal,35439AB4-AE5C-6414-19AF-3BEAA3F5D579:f=AktivGrotesk:weight=normal:style=normal");