@font-face {
	font-family: 'icomoon';
	src:url('/fileadmin/tpl/fonts/icomoon.ttf?200') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.icon-google, .icon-facebook, .icon-twitter, .icon-bookmark, .icon-bookmarks{
    font-family: 'icomoon' !important;    
    font-size: 1.7em; 
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-bookmark, .icon-bookmarks { font-size: 1.2em; margin-right: 4px; }
/* oben aufzählen nochmal, damit sichtbar, erspart die CSS start mit icon angabe */
.icon-google:before { content: "\e900"; color: #db4437; }
.icon-facebook:before { content: "\e901"; color: #355089; }
.icon-twitter:before { content: "\e902"; color: #1da1f2; }
.icon-bookmark:before { content: "\e903"; }
.icon-bookmarks:before { content: "\e904"; }
.icon-star-empty:before { content: "\e905"; }
.icon-star-full:before { content: "\e906"; }
.icon-heart:before { content: "\e907"; } 