/*----------------------------  immowelt.de v5.0  ----------------------------*\

    CONTENT:
    - GENERIC | NICH ÄNDERN
    - ICONLIST
    - APPLIED CLASSES

\*----------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------*\
    - GENERIC
\*----------------------------------------------------------------------------*/

@font-face {
  font-family: 'fontello';
  src: url('../Fontello/fontello.woff2?86551560') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* 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: 'fontello';
    src: url('fontello.svg?86551560#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before,
 [class*=" icon-"]:before,
 [class^="icon-"]:after,
 [class*=" icon-"]:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}




/*----------------------------------------------------------------------------*\
    - ICONLIST
\*----------------------------------------------------------------------------*/

 /* Do NOT write any applied classes in here and keep the sorting by content# */

.icon-facebook:before           { content: '\f09a'; } /* '' */     /* Footer */
.icon-google-plus:before        { content: '\f0d5'; } /* '' */     /* Footer */
.icon-xing:before               { content: '\f168'; } /* '' */     /* Footer */
.icon-twitter:before            { content: '\f099'; } /* '' */     /* Footer */
.icon-youtube-play:before       { content: '\f16a'; } /* '' */     /* Footer */
.icon-linkedin:before           { content: '\f0e1'; } /* '' */     /* Footer */
.icon-ok-circled:before         { content: '\e800'; } /* '' */
.icon-instagram:before          { content: '\f16d'; } /* '' */     /* Footer */

/* NEUE ICONS ÜBER DIESEN KOMMENTAR EINFÜGEN!!! Den Fingerprint der Fonts bitte beim Aktualisieren der Fonts auch abändern um Chacheprobleme zu vermeiden */




/*----------------------------------------------------------------------------*\
    - APPLIED CLASSES
\*----------------------------------------------------------------------------*/