
/***********************************************
Bc 2022-02-01
Einbeziehung des Fonts Frutiger 55 Roman
***********************************************/
@charset "UTF-8";

@font-face {
  font-family: 'FrutigerRoman';
/* bei weiteren Setzungen font-family:'Frutiger 55 Roman'; verwenden */
  src: local('Ø'), local('FrutigerRoman'), url('./fonts-frutiger-roman/frutiger-roman.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-weight: normal;
  font-style: normal;
}

/* Farben */
/*********************************************
#FFFFFF - weiss
#484848 - grau         rgb(100,100,100)
#034DA2 - bne-blau     rgb(3,77,162)
#53B2A6 - bne-tuerkis  rgb(83,178,166)
#F6821F - bne-orange   rgb(246,130,31)
*********************************************/

/* Schriftformatierungen */
/* grau h1 {font-size:12px;color:rgb(100,100,100)} */
/* grau  */   h1 {font-size:0.8em;font-family:'Frutiger 55 Roman';font-weight:300;color:rgb(25,25,25);}
/* gruen */   h2 {font-size:1.0em;font-family:'Frutiger 55 Roman';font-weight:300;color:#015601;}
/* rot  */    h3 {font-size:1.5em;font-family:'Frutiger 55 Roman';font-weight:300;color:#BC0137;}
/* blau */    h4 {font-size:1.75em;font-family:'Frutiger 55 Roman';font-weight:300;color:#000C67;}
/* schwarz */ h5 {font-size:2.0em;font-family:'Frutiger 55 Roman';font-weight:300;color:#000000;}

.fr {
  display: inline-block;
  font-family:'Frutiger 55 Roman';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fr-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fr-2x {
  font-size: 2em;
}
.fr-3x {
  font-size: 3em;
}
.fr-4x {
  font-size: 4em;
}
.fr-5x {
  font-size: 5em;
}
.fr-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fr-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fr-ul > li {
  position: relative;
}
.fr-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fr-li.fr-lg {
  left: -1.8571428571428572em;
}
.fr-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fr.pull-left {
  margin-right: .3em;
}
.fr.pull-right {
  margin-left: .3em;
}
.fr-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fr-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fr-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fr-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fr-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fr-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fr-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fr-stack-1x,
.fr-stack-2x {
  position: absolute;
  width: 100%;
  text-align: center;
}
.fr-stack-1x {
  line-height: inherit;
}
.fr-stack-2x {
  font-size: 2em;
}
.fr-invefre {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readefr do not read off random charactefr that represent icons */
.fr-glass:before {
  content: "\f000";
}
.fr-music:before {
  content: "\f001";
}
.fr-search:before {
  content: "\f002";
}
.fr-envelope-o:before {
  content: "\f003";
}
.fr-heart:before {
  content: "\f004";
}
.fr-star:before {
  content: "\f005";
}
.fr-star-o:before {
  content: "\f006";
}
.fr-user:before {
  content: "\f007";
}
.fr-film:before {
  content: "\f008";
}
.fr-th-large:before {
  content: "\f009";
}
.fr-th:before {
  content: "\f00a";
}
.fr-th-list:before {
  content: "\f00b";
}
.fr-check:before {
  content: "\f00c";
}
.fr-times:before {
  content: "\f00d";
}
.fr-search-plus:before {
  content: "\f00e";
}
.fr-search-minus:before {
  content: "\f010";
}
.fr-power-off:before {
  content: "\f011";
}
.fr-signal:before {
  content: "\f012";
}
.fr-gear:before,
.fr-cog:before {
  content: "\f013";
}
.fr-trash-o:before {
  content: "\f014";
}
.fr-home:before {
  content: "\f015";
}
.fr-file-o:before {
  content: "\f016";
}
.fr-clock-o:before {
  content: "\f017";
}
.fr-road:before {
  content: "\f018";
}
.fr-download:before {
  content: "\f019";
}
.fr-arrow-circle-o-down:before {
  content: "\f01a";
}
.fr-arrow-circle-o-up:before {
  content: "\f01b";
}
.fr-inbox:before {
  content: "\f01c";
}
.fr-play-circle-o:before {
  content: "\f01d";
}
.fr-rotate-right:before,
.fr-repeat:before {
  content: "\f01e";
}
.fr-refresh:before {
  content: "\f021";
}
.fr-list-alt:before {
  content: "\f022";
}
.fr-lock:before {
  content: "\f023";
}
.fr-flag:before {
  content: "\f024";
}
.fr-headphones:before {
  content: "\f025";
}
.fr-volume-off:before {
  content: "\f026";
}
.fr-volume-down:before {
  content: "\f027";
}
.fr-volume-up:before {
  content: "\f028";
}
.fr-qrcode:before {
  content: "\f029";
}
.fr-barcode:before {
  content: "\f02a";
}
.fr-tag:before {
  content: "\f02b";
}
.fr-tafr:before {
  content: "\f02c";
}
.fr-book:before {
  content: "\f02d";
}
.fr-bookmark:before {
  content: "\f02e";
}
.fr-print:before {
  content: "\f02f";
}
.fr-camera:before {
  content: "\f030";
}
.fr-font:before {
  content: "\f031";
}
.fr-bold:before {
  content: "\f032";
}
.fr-italic:before {
  content: "\f033";
}
.fr-text-height:before {
  content: "\f034";
}
.fr-text-width:before {
  content: "\f035";
}
.fr-align-left:before {
  content: "\f036";
}
.fr-align-center:before {
  content: "\f037";
}
.fr-align-right:before {
  content: "\f038";
}
.fr-align-justify:before {
  content: "\f039";
}
.fr-list:before {
  content: "\f03a";
}
.fr-dedent:before,
.fr-outdent:before {
  content: "\f03b";
}
.fr-indent:before {
  content: "\f03c";
}
.fr-video-camera:before {
  content: "\f03d";
}
.fr-picture-o:before {
  content: "\f03e";
}
.fr-pencil:before {
  content: "\f040";
}
.fr-map-marker:before {
  content: "\f041";
}
.fr-adjust:before {
  content: "\f042";
}
.fr-tint:before {
  content: "\f043";
}
.fr-edit:before,
.fr-pencil-square-o:before {
  content: "\f044";
}
.fr-share-square-o:before {
  content: "\f045";
}
.fr-check-square-o:before {
  content: "\f046";
}
.fr-move:before {
  content: "\f047";
}
.fr-step-backward:before {
  content: "\f048";
}
.fr-fast-backward:before {
  content: "\f049";
}
.fr-backward:before {
  content: "\f04a";
}
.fr-play:before {
  content: "\f04b";
}
.fr-pause:before {
  content: "\f04c";
}
.fr-stop:before {
  content: "\f04d";
}
.fr-forward:before {
  content: "\f04e";
}
.fr-fast-forward:before {
  content: "\f050";
}
.fr-step-forward:before {
  content: "\f051";
}
.fr-eject:before {
  content: "\f052";
}
.fr-chevron-left:before {
  content: "\f053";
}
.fr-chevron-right:before {
  content: "\f054";
}
.fr-plus-circle:before {
  content: "\f055";
}
.fr-minus-circle:before {
  content: "\f056";
}
.fr-times-circle:before {
  content: "\f057";
}
.fr-check-circle:before {
  content: "\f058";
}
.fr-question-circle:before {
  content: "\f059";
}
.fr-info-circle:before {
  content: "\f05a";
}
.fr-crosshaifr:before {
  content: "\f05b";
}
.fr-times-circle-o:before {
  content: "\f05c";
}
.fr-check-circle-o:before {
  content: "\f05d";
}
.fr-ban:before {
  content: "\f05e";
}
.fr-arrow-left:before {
  content: "\f060";
}
.fr-arrow-right:before {
  content: "\f061";
}
.fr-arrow-up:before {
  content: "\f062";
}
.fr-arrow-down:before {
  content: "\f063";
}
.fr-mail-forward:before,
.fr-share:before {
  content: "\f064";
}
.fr-resize-full:before {
  content: "\f065";
}
.fr-resize-small:before {
  content: "\f066";
}
.fr-plus:before {
  content: "\f067";
}
.fr-minus:before {
  content: "\f068";
}
.fr-asterisk:before {
  content: "\f069";
}
.fr-exclamation-circle:before {
  content: "\f06a";
}
.fr-gift:before {
  content: "\f06b";
}
.fr-leaf:before {
  content: "\f06c";
}
.fr-fire:before {
  content: "\f06d";
}
.fr-eye:before {
  content: "\f06e";
}
.fr-eye-slash:before {
  content: "\f070";
}
.fr-warning:before,
.fr-exclamation-triangle:before {
  content: "\f071";
}
.fr-plane:before {
  content: "\f072";
}
.fr-calendar:before {
  content: "\f073";
}
.fr-random:before {
  content: "\f074";
}
.fr-comment:before {
  content: "\f075";
}
.fr-magnet:before {
  content: "\f076";
}
.fr-chevron-up:before {
  content: "\f077";
}
.fr-chevron-down:before {
  content: "\f078";
}
.fr-retweet:before {
  content: "\f079";
}
.fr-shopping-cart:before {
  content: "\f07a";
}
.fr-folder:before {
  content: "\f07b";
}
.fr-folder-open:before {
  content: "\f07c";
}
.fr-resize-vertical:before {
  content: "\f07d";
}
.fr-resize-horizontal:before {
  content: "\f07e";
}
.fr-bar-chart-o:before {
  content: "\f080";
}
.fr-twitter-square:before {
  content: "\f081";
}
.fr-facebook-square:before {
  content: "\f082";
}
.fr-camera-retro:before {
  content: "\f083";
}
.fr-key:before {
  content: "\f084";
}
.fr-geafr:before,
.fr-cofr:before {
  content: "\f085";
}
.fr-comments:before {
  content: "\f086";
}
.fr-thumbs-o-up:before {
  content: "\f087";
}
.fr-thumbs-o-down:before {
  content: "\f088";
}
.fr-star-half:before {
  content: "\f089";
}
.fr-heart-o:before {
  content: "\f08a";
}
.fr-sign-out:before {
  content: "\f08b";
}
.fr-linkedin-square:before {
  content: "\f08c";
}
.fr-thumb-tack:before {
  content: "\f08d";
}
.fr-external-link:before {
  content: "\f08e";
}
.fr-sign-in:before {
  content: "\f090";
}
.fr-trophy:before {
  content: "\f091";
}
.fr-github-square:before {
  content: "\f092";
}
.fr-upload:before {
  content: "\f093";
}
.fr-lemon-o:before {
  content: "\f094";
}
.fr-phone:before {
  content: "\f095";
}
.fr-square-o:before {
  content: "\f096";
}
.fr-bookmark-o:before {
  content: "\f097";
}
.fr-phone-square:before {
  content: "\f098";
}
.fr-twitter:before {
  content: "\f099";
}
.fr-facebook:before {
  content: "\f09a";
}
.fr-github:before {
  content: "\f09b";
}
.fr-unlock:before {
  content: "\f09c";
}
.fr-credit-card:before {
  content: "\f09d";
}
.fr-frs:before {
  content: "\f09e";
}
.fr-hdd:before {
  content: "\f0a0";
}
.fr-bullhorn:before {
  content: "\f0a1";
}
.fr-bell:before {
  content: "\f0f3";
}
.fr-certificate:before {
  content: "\f0a3";
}
.fr-hand-o-right:before {
  content: "\f0a4";
}
.fr-hand-o-left:before {
  content: "\f0a5";
}
.fr-hand-o-up:before {
  content: "\f0a6";
}
.fr-hand-o-down:before {
  content: "\f0a7";
}
.fr-arrow-circle-left:before {
  content: "\f0a8";
}
.fr-arrow-circle-right:before {
  content: "\f0a9";
}
.fr-arrow-circle-up:before {
  content: "\f0aa";
}
.fr-arrow-circle-down:before {
  content: "\f0ab";
}
.fr-globe:before {
  content: "\f0ac";
}
.fr-wrench:before {
  content: "\f0ad";
}
.fr-tasks:before {
  content: "\f0ae";
}
.fr-filter:before {
  content: "\f0b0";
}
.fr-briefcase:before {
  content: "\f0b1";
}
.fr-fullscreen:before {
  content: "\f0b2";
}
.fr-group:before {
  content: "\f0c0";
}
.fr-chain:before,
.fr-link:before {
  content: "\f0c1";
}
.fr-cloud:before {
  content: "\f0c2";
}
.fr-flask:before {
  content: "\f0c3";
}
.fr-cut:before,
.fr-scissofr:before {
  content: "\f0c4";
}
.fr-copy:before,
.fr-files-o:before {
  content: "\f0c5";
}
.fr-paperclip:before {
  content: "\f0c6";
}
.fr-save:before,
.fr-floppy-o:before {
  content: "\f0c7";
}
.fr-square:before {
  content: "\f0c8";
}
.fr-reorder:before {
  content: "\f0c9";
}
.fr-list-ul:before {
  content: "\f0ca";
}
.fr-list-ol:before {
  content: "\f0cb";
}
.fr-strikethrough:before {
  content: "\f0cc";
}
.fr-underline:before {
  content: "\f0cd";
}
.fr-table:before {
  content: "\f0ce";
}
.fr-magic:before {
  content: "\f0d0";
}
.fr-truck:before {
  content: "\f0d1";
}
.fr-pinterest:before {
  content: "\f0d2";
}
.fr-pinterest-square:before {
  content: "\f0d3";
}
.fr-google-plus-square:before {
  content: "\f0d4";
}
.fr-google-plus:before {
  content: "\f0d5";
}
.fr-money:before {
  content: "\f0d6";
}
.fr-caret-down:before {
  content: "\f0d7";
}
.fr-caret-up:before {
  content: "\f0d8";
}
.fr-caret-left:before {
  content: "\f0d9";
}
.fr-caret-right:before {
  content: "\f0da";
}
.fr-columns:before {
  content: "\f0db";
}
.fr-unsorted:before,
.fr-sort:before {
  content: "\f0dc";
}
.fr-sort-down:before,
.fr-sort-asc:before {
  content: "\f0dd";
}
.fr-sort-up:before,
.fr-sort-desc:before {
  content: "\f0de";
}
.fr-envelope:before {
  content: "\f0e0";
}
.fr-linkedin:before {
  content: "\f0e1";
}
.fr-rotate-left:before,
.fr-undo:before {
  content: "\f0e2";
}
.fr-legal:before,
.fr-gavel:before {
  content: "\f0e3";
}
.fr-dashboard:before,
.fr-tachometer:before {
  content: "\f0e4";
}
.fr-comment-o:before {
  content: "\f0e5";
}
.fr-comments-o:before {
  content: "\f0e6";
}
.fr-flash:before,
.fr-bolt:before {
  content: "\f0e7";
}
.fr-sitemap:before {
  content: "\f0e8";
}
.fr-umbrella:before {
  content: "\f0e9";
}
.fr-paste:before,
.fr-clipboard:before {
  content: "\f0ea";
}
.fr-lightbulb-o:before {
  content: "\f0eb";
}
.fr-exchange:before {
  content: "\f0ec";
}
.fr-cloud-download:before {
  content: "\f0ed";
}
.fr-cloud-upload:before {
  content: "\f0ee";
}
.fr-user-md:before {
  content: "\f0f0";
}
.fr-stethoscope:before {
  content: "\f0f1";
}
.fr-suitcase:before {
  content: "\f0f2";
}
.fr-bell-o:before {
  content: "\f0a2";
}
.fr-coffee:before {
  content: "\f0f4";
}
.fr-cutlery:before {
  content: "\f0f5";
}
.fr-file-text-o:before {
  content: "\f0f6";
}
.fr-building:before {
  content: "\f0f7";
}
.fr-hospital:before {
  content: "\f0f8";
}
.fr-ambulance:before {
  content: "\f0f9";
}
.fr-medkit:before {
  content: "\f0fa";
}
.fr-fighter-jet:before {
  content: "\f0fb";
}
.fr-beer:before {
  content: "\f0fc";
}
.fr-h-square:before {
  content: "\f0fd";
}
.fr-plus-square:before {
  content: "\f0fe";
}
.fr-angle-double-left:before {
  content: "\f100";
}
.fr-angle-double-right:before {
  content: "\f101";
}
.fr-angle-double-up:before {
  content: "\f102";
}
.fr-angle-double-down:before {
  content: "\f103";
}
.fr-angle-left:before {
  content: "\f104";
}
.fr-angle-right:before {
  content: "\f105";
}
.fr-angle-up:before {
  content: "\f106";
}
.fr-angle-down:before {
  content: "\f107";
}
.fr-desktop:before {
  content: "\f108";
}
.fr-laptop:before {
  content: "\f109";
}
.fr-tablet:before {
  content: "\f10a";
}
.fr-mobile-phone:before,
.fr-mobile:before {
  content: "\f10b";
}
.fr-circle-o:before {
  content: "\f10c";
}
.fr-quote-left:before {
  content: "\f10d";
}
.fr-quote-right:before {
  content: "\f10e";
}
.fr-spinner:before {
  content: "\f110";
}
.fr-circle:before {
  content: "\f111";
}
.fr-mail-reply:before,
.fr-reply:before {
  content: "\f112";
}
.fr-github-alt:before {
  content: "\f113";
}
.fr-folder-o:before {
  content: "\f114";
}
.fr-folder-open-o:before {
  content: "\f115";
}
.fr-expand-o:before {
  content: "\f116";
}
.fr-collapse-o:before {
  content: "\f117";
}
.fr-smile-o:before {
  content: "\f118";
}
.fr-frown-o:before {
  content: "\f119";
}
.fr-meh-o:before {
  content: "\f11a";
}
.fr-gamepad:before {
  content: "\f11b";
}
.fr-keyboard-o:before {
  content: "\f11c";
}
.fr-flag-o:before {
  content: "\f11d";
}
.fr-flag-checkered:before {
  content: "\f11e";
}
.fr-terminal:before {
  content: "\f120";
}
.fr-code:before {
  content: "\f121";
}
.fr-reply-all:before {
  content: "\f122";
}
.fr-mail-reply-all:before {
  content: "\f122";
}
.fr-star-half-empty:before,
.fr-star-half-full:before,
.fr-star-half-o:before {
  content: "\f123";
}
.fr-location-arrow:before {
  content: "\f124";
}
.fr-crop:before {
  content: "\f125";
}
.fr-code-fork:before {
  content: "\f126";
}
.fr-unlink:before,
.fr-chain-broken:before {
  content: "\f127";
}
.fr-question:before {
  content: "\f128";
}
.fr-info:before {
  content: "\f129";
}
.fr-exclamation:before {
  content: "\f12a";
}
.fr-supefrcript:before {
  content: "\f12b";
}
.fr-subscript:before {
  content: "\f12c";
}
.fr-eraser:before {
  content: "\f12d";
}
.fr-puzzle-piece:before {
  content: "\f12e";
}
.fr-microphone:before {
  content: "\f130";
}
.fr-microphone-slash:before {
  content: "\f131";
}
.fr-shield:before {
  content: "\f132";
}
.fr-calendar-o:before {
  content: "\f133";
}
.fr-fire-extinguisher:before {
  content: "\f134";
}
.fr-rocket:before {
  content: "\f135";
}
.fr-maxcdn:before {
  content: "\f136";
}
.fr-chevron-circle-left:before {
  content: "\f137";
}
.fr-chevron-circle-right:before {
  content: "\f138";
}
.fr-chevron-circle-up:before {
  content: "\f139";
}
.fr-chevron-circle-down:before {
  content: "\f13a";
}
.fr-html5:before {
  content: "\f13b";
}
.fr-css3:before {
  content: "\f13c";
}
.fr-anchor:before {
  content: "\f13d";
}
.fr-unlock-o:before {
  content: "\f13e";
}
.fr-bullseye:before {
  content: "\f140";
}
.fr-ellipsis-horizontal:before {
  content: "\f141";
}
.fr-ellipsis-vertical:before {
  content: "\f142";
}
.fr-frs-square:before {
  content: "\f143";
}
.fr-play-circle:before {
  content: "\f144";
}
.fr-ticket:before {
  content: "\f145";
}
.fr-minus-square:before {
  content: "\f146";
}
.fr-minus-square-o:before {
  content: "\f147";
}
.fr-level-up:before {
  content: "\f148";
}
.fr-level-down:before {
  content: "\f149";
}
.fr-check-square:before {
  content: "\f14a";
}
.fr-pencil-square:before {
  content: "\f14b";
}
.fr-external-link-square:before {
  content: "\f14c";
}
.fr-share-square:before {
  content: "\f14d";
}
.fr-compass:before {
  content: "\f14e";
}
.fr-toggle-down:before,
.fr-caret-square-o-down:before {
  content: "\f150";
}
.fr-toggle-up:before,
.fr-caret-square-o-up:before {
  content: "\f151";
}
.fr-toggle-right:before,
.fr-caret-square-o-right:before {
  content: "\f152";
}
.fr-euro:before,
.fr-eur:before {
  content: "\f153";
}
.fr-gbp:before {
  content: "\f154";
}
.fr-dollar:before,
.fr-usd:before {
  content: "\f155";
}
.fr-rupee:before,
.fr-inr:before {
  content: "\f156";
}
.fr-cny:before,
.fr-rmb:before,
.fr-yen:before,
.fr-jpy:before {
  content: "\f157";
}
.fr-ruble:before,
.fr-rouble:before,
.fr-rub:before {
  content: "\f158";
}
.fr-won:before,
.fr-krw:before {
  content: "\f159";
}
.fr-bitcoin:before,
.fr-btc:before {
  content: "\f15a";
}
.fr-file:before {
  content: "\f15b";
}
.fr-file-text:before {
  content: "\f15c";
}
.fr-sort-alpha-asc:before {
  content: "\f15d";
}
.fr-sort-alpha-desc:before {
  content: "\f15e";
}
.fr-sort-amount-asc:before {
  content: "\f160";
}
.fr-sort-amount-desc:before {
  content: "\f161";
}
.fr-sort-numeric-asc:before {
  content: "\f162";
}
.fr-sort-numeric-desc:before {
  content: "\f163";
}
.fr-thumbs-up:before {
  content: "\f164";
}
.fr-thumbs-down:before {
  content: "\f165";
}
.fr-youtube-square:before {
  content: "\f166";
}
.fr-youtube:before {
  content: "\f167";
}
.fr-xing:before {
  content: "\f168";
}
.fr-xing-square:before {
  content: "\f169";
}
.fr-youtube-play:before {
  content: "\f16a";
}
.fr-dropbox:before {
  content: "\f16b";
}
.fr-stack-overflow:before {
  content: "\f16c";
}
.fr-instagram:before {
  content: "\f16d";
}
.fr-flickr:before {
  content: "\f16e";
}
.fr-adn:before {
  content: "\f170";
}
.fr-bitbucket:before {
  content: "\f171";
}
.fr-bitbucket-square:before {
  content: "\f172";
}
.fr-tumblr:before {
  content: "\f173";
}
.fr-tumblr-square:before {
  content: "\f174";
}
.fr-long-arrow-down:before {
  content: "\f175";
}
.fr-long-arrow-up:before {
  content: "\f176";
}
.fr-long-arrow-left:before {
  content: "\f177";
}
.fr-long-arrow-right:before {
  content: "\f178";
}
.fr-apple:before {
  content: "\f179";
}
.fr-windows:before {
  content: "\f17a";
}
.fr-android:before {
  content: "\f17b";
}
.fr-linux:before {
  content: "\f17c";
}
.fr-dribbble:before {
  content: "\f17d";
}
.fr-skype:before {
  content: "\f17e";
}
.fr-foufrquare:before {
  content: "\f180";
}
.fr-trello:before {
  content: "\f181";
}
.fr-female:before {
  content: "\f182";
}
.fr-male:before {
  content: "\f183";
}
.fr-gittip:before {
  content: "\f184";
}
.fr-sun-o:before {
  content: "\f185";
}
.fr-moon-o:before {
  content: "\f186";
}
.fr-archive:before {
  content: "\f187";
}
.fr-bug:before {
  content: "\f188";
}
.fr-vk:before {
  content: "\f189";
}
.fr-weibo:before {
  content: "\f18a";
}
.fr-renren:before {
  content: "\f18b";
}
.fr-pagelines:before {
  content: "\f18c";
}
.fr-stack-exchange:before {
  content: "\f18d";
}
.fr-arrow-circle-o-right:before {
  content: "\f18e";
}
.fr-arrow-circle-o-left:before {
  content: "\f190";
}
.fr-toggle-left:before,
.fr-caret-square-o-left:before {
  content: "\f191";
}
.fr-dot-circle-o:before {
  content: "\f192";
}
.fr-wheelchair:before {
  content: "\f193";
}
.fr-vimeo-square:before {
  content: "\f194";
}
.fr-turkish-lira:before,
.fr-try:before {
  content: "\f195";
}
