@font-face {
  font-family: 'friedehorst-icons';
  src:  url('../fonts/friedehorst-icons.eot?4v5ipn');
  src:  url('../fonts/friedehorst-icons.eot?4v5ipn#iefix') format('embedded-opentype'),
    url('../fonts/friedehorst-icons.ttf?4v5ipn') format('truetype'),
    url('../fonts/friedehorst-icons.woff?4v5ipn') format('woff'),
    url('../fonts/friedehorst-icons.svg?4v5ipn#friedehorst-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i.fh {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'friedehorst-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fh-icon-item-square:before {
  content: "\e900";
}
.fh-icon-download:before {
  content: "\e901";
}
.fh-icon-location:before {
  content: "\e902";
}
.fh-icon-leichte-sprache:before {
  content: "\e903";
}
.fh-icon-facebook:before {
  content: "\e904";
}
.fh-icon-instagram:before {
  content: "\e90d";
}
.fh-icon-facebook.colored:before {
	color: #4267B2;
}

.fh-icon-instagram.colored:before {
	color: #000;
}


.fh-icon-twitter:before {
  content: "\e905";
}
.fh-icon-twitter.colored:before {
	color: #1EA1F2;
}

.fh-icon-youtube:before {
  content: "\e906";
}

.fh-icon-youtube.colored:before {
	color: #D12222;
}

.fh-icon-menu-sidebar:before {
	content: "\e907";
}

.fh-icon-menu-3squares:before {
	content: "\e908";
}

.fh-icon-time:before {
	content: "\e909";
}

.fh-icon-date:before {
	content: "\e90a";
}

.fh-icon-search:before {
  content: "\e90b";
}
.fh-icon-sitemap:before {
  content: "\e90c";
}


.fh-2x{
	font-size: 2em;
}

.float-left {
	display: block;
	float: left;
}

.fh.float-left {
	padding-top: 5px;
	margin-right: 15px;
}


.content ul {
	list-style-type: none;
	padding-left: 0;
}

.content ul li {
	padding-left: 21px;
}

.content ul ul {
	padding-left: 40px;
}

.content ul > li:before, ul.nav-stacked > li > ul.sub > li:before {
	content: "\e900";
	font-family: "friedehorst-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
	display: inline-block;
	margin-left: -20px;
	width: 20px;
	
	
}


/* ------------------ FontAwesome special -------------------------- */


a[class^="file-"]:before, a[class*=" file-"]:before,
a[class^="link-"]:before, a[class*=" link-"]:before,
a[class^="linkafter-"]:after, a[class*=" linkafter-"]:after,
a[class^="fa-iconafter"]:after, a[class*=" fa-iconafter"]:after
 {
	font-family: "FontAwesome";
	
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;	
	
}

.cl-file-pdf {
	color: #FF2116;
}

.cl-file-word {
	color: #2B5797;
}

.cl-file-excel {
	color: #1F7246;
}

.cl-file-powerpoint {
	color: #D04626;
}

.cl-file-archive {
	color: #EFCD4B;
}