@font-face { font-family: 'fontello'; src: url(../fonts/fontello.eot?83442089); src: url(../fonts/fontello.eot?83442089#iefix) format('embedded-opentype'), url(../fonts/fontello.woff?83442089) format('woff'), url(../fonts/fontello.ttf?83442089) format('truetype'), url(../fonts/fontello.svg?83442089#fontello) format('svg'); font-weight: normal; font-style: normal; }

/* Schriften */
	.fontello-icons { font-family: "fontello"; font-style: normal; font-weight: normal; speak: never; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
	.icon-ok:before { content: "\0030"; color:#00be00 ; }
	.icon-down-open:before { content: "\E801"; color: #b41547; }
	.icon-reload:before { content: "\E800"; }
	.icon-settings:before { content: "\E802"; }
	.icon-logout:before { content: "\E803"; }
	.icon-charakter:before { content: "\F2C0"; color: #b41547; }
	.icon-locked:before { content: "\E804"; color: #b41547; }
	.icon-dialog:before { content: "\E805"; color: #000; }
	.icon-music:before { content: "\E806"; color: #000; }
	.icon-play:before { content: "\E807"; color: #FFF; }
	.icon-pause:before { content: "\E808"; color: #FFF; }
	.icon-opened:before { content: "\E809"; color: #000; }
	.icon-inventar:before { content: "\E80A"; }
	.icon-star:before { content: "\E80B"; color: #000; }
	.icon-undo:before { content: "\E813"; }
	.icon-forward:before { content: "\E814"; }
	.icon-backward:before { content: "\E815"; }
/*************/

/* Audioplayer */
	.audioplayer_button { background-color: #b41547; height: 40px; width:40px; padding: 0; margin-bottom: 4px; text-align: center; color: #FFF; border:1px solid #b41547; border-radius: 6px; font-size: 18px; transition: 0.5s; -webkit-appearance: none; box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3); }
	.audioplayer_button_big { background-color: #b41547; height: 30px; width:68.5px; padding: 0; text-align: center; color: #FFF; border:1px solid #b41547; border-radius: 6px; font-size: 18px; transition: 0.5s; -webkit-appearance: none; box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3); }
	.audioplayer_timeline { width: 160px; height: 20px; border-radius: 6px; display: inline-block; margin-left: 10px; box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3); background-color: #FFF; padding-right: 18px; overflow: hidden; }
	.audioplayer_playhead { width: 18px; height: 18px; border-radius: 50%; margin-top: 1px; background: #b41547; }
	.hide { display: none; }
/***************/