@charset "UTF-8";
/* Scss Document */
/* Scss Fonts Document */
@font-face {
  font-family: 'BundesSansWeb';
  font-weight: normal;
  src: url("../fonts/BundesSansWeb-Regular.eot");
  src: url("../fonts/BundesSansWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BundesSansWeb-Regular.woff") format("woff"), url("../fonts/BundesSansWeb-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'BundesSansWeb';
  font-weight: bold;
  src: url("../fonts/BundesSansWeb-Bold.eot");
  src: url("../fonts/BundesSansWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BundesSansWeb-Bold.woff") format("woff"), url("../fonts/BundesSansWeb-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'BundesSerifWeb';
  font-weight: normal;
  src: url("../fonts/BundesSerifWeb-Regular.eot");
  src: url("../fonts/BundesSerifWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BundesSerifWeb-Regular.woff") format("woff"), url("../fonts/BundesSerifWeb-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'BundesSerifWeb';
  font-weight: bold;
  src: url("../fonts/BundesSerifWeb-Bold.eot");
  src: url("../fonts/BundesSerifWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BundesSerifWeb-Bold.woff") format("woff"), url("../fonts/BundesSerifWeb-Bold.ttf") format("truetype"); }
/*
===  Eigene Variablen 
############################### */
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'themify';
  src: url("../fonts/themify.eot?-fvbane");
  src: url("../fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify.woff?-fvbane") format("woff"), url("../fonts/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="ti-"], [class*=" ti-"], .ti {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ti-wand:before {
  content: "\e600"; }

.ti-volume:before {
  content: "\e601"; }

.ti-user:before {
  content: "\e602"; }

.ti-unlock:before {
  content: "\e603"; }

.ti-unlink:before {
  content: "\e604"; }

.ti-trash:before {
  content: "\e605"; }

.ti-thought:before {
  content: "\e606"; }

.ti-target:before {
  content: "\e607"; }

.ti-tag:before {
  content: "\e608"; }

.ti-tablet:before {
  content: "\e609"; }

.ti-star:before {
  content: "\e60a"; }

.ti-spray:before {
  content: "\e60b"; }

.ti-signal:before {
  content: "\e60c"; }

.ti-shopping-cart:before {
  content: "\e60d"; }

.ti-shopping-cart-full:before {
  content: "\e60e"; }

.ti-settings:before {
  content: "\e60f"; }

.ti-search:before {
  content: "\e610"; }

.ti-zoom-in:before {
  content: "\e611"; }

.ti-zoom-out:before {
  content: "\e612"; }

.ti-cut:before {
  content: "\e613"; }

.ti-ruler:before {
  content: "\e614"; }

.ti-ruler-pencil:before {
  content: "\e615"; }

.ti-ruler-alt:before {
  content: "\e616"; }

.ti-bookmark:before {
  content: "\e617"; }

.ti-bookmark-alt:before {
  content: "\e618"; }

.ti-reload:before {
  content: "\e619"; }

.ti-plus:before {
  content: "\e61a"; }

.ti-pin:before {
  content: "\e61b"; }

.ti-pencil:before {
  content: "\e61c"; }

.ti-pencil-alt:before {
  content: "\e61d"; }

.ti-paint-roller:before {
  content: "\e61e"; }

.ti-paint-bucket:before {
  content: "\e61f"; }

.ti-na:before {
  content: "\e620"; }

.ti-mobile:before {
  content: "\e621"; }

.ti-minus:before {
  content: "\e622"; }

.ti-medall:before {
  content: "\e623"; }

.ti-medall-alt:before {
  content: "\e624"; }

.ti-marker:before {
  content: "\e625"; }

.ti-marker-alt:before {
  content: "\e626"; }

.ti-arrow-up:before {
  content: "\e627"; }

.ti-arrow-right:before {
  content: "\e628"; }

.ti-arrow-left:before {
  content: "\e629"; }

.ti-arrow-down:before {
  content: "\e62a"; }

.ti-lock:before {
  content: "\e62b"; }

.ti-location-arrow:before {
  content: "\e62c"; }

.ti-link:before {
  content: "\e62d"; }

.ti-layout:before {
  content: "\e62e"; }

.ti-layers:before {
  content: "\e62f"; }

.ti-layers-alt:before {
  content: "\e630"; }

.ti-key:before {
  content: "\e631"; }

.ti-import:before {
  content: "\e632"; }

.ti-image:before {
  content: "\e633"; }

.ti-heart:before {
  content: "\e634"; }

.ti-heart-broken:before {
  content: "\e635"; }

.ti-hand-stop:before {
  content: "\e636"; }

.ti-hand-open:before {
  content: "\e637"; }

.ti-hand-drag:before {
  content: "\e638"; }

.ti-folder:before {
  content: "\e639"; }

.ti-flag:before {
  content: "\e63a"; }

.ti-flag-alt:before {
  content: "\e63b"; }

.ti-flag-alt-2:before {
  content: "\e63c"; }

.ti-eye:before {
  content: "\e63d"; }

.ti-export:before {
  content: "\e63e"; }

.ti-exchange-vertical:before {
  content: "\e63f"; }

.ti-desktop:before {
  content: "\e640"; }

.ti-cup:before {
  content: "\e641"; }

.ti-crown:before {
  content: "\e642"; }

.ti-comments:before {
  content: "\e643"; }

.ti-comment:before {
  content: "\e644"; }

.ti-comment-alt:before {
  content: "\e645"; }

.ti-close:before {
  content: "\e646"; }

.ti-clip:before {
  content: "\e647"; }

.ti-angle-up:before {
  content: "\e648"; }

.ti-angle-right:before {
  content: "\e649"; }

.ti-angle-left:before {
  content: "\e64a"; }

.ti-angle-down:before {
  content: "\e64b"; }

.ti-check:before {
  content: "\e64c"; }

.ti-check-box:before {
  content: "\e64d"; }

.ti-camera:before {
  content: "\e64e"; }

.ti-announcement:before {
  content: "\e64f"; }

.ti-brush:before {
  content: "\e650"; }

.ti-briefcase:before {
  content: "\e651"; }

.ti-bolt:before {
  content: "\e652"; }

.ti-bolt-alt:before {
  content: "\e653"; }

.ti-blackboard:before {
  content: "\e654"; }

.ti-bag:before {
  content: "\e655"; }

.ti-move:before {
  content: "\e656"; }

.ti-arrows-vertical:before {
  content: "\e657"; }

.ti-arrows-horizontal:before {
  content: "\e658"; }

.ti-fullscreen:before {
  content: "\e659"; }

.ti-arrow-top-right:before {
  content: "\e65a"; }

.ti-arrow-top-left:before {
  content: "\e65b"; }

.ti-arrow-circle-up:before {
  content: "\e65c"; }

.ti-arrow-circle-right:before {
  content: "\e65d"; }

.ti-arrow-circle-left:before {
  content: "\e65e"; }

.ti-arrow-circle-down:before {
  content: "\e65f"; }

.ti-angle-double-up:before {
  content: "\e660"; }

.ti-angle-double-right:before {
  content: "\e661"; }

.ti-angle-double-left:before {
  content: "\e662"; }

.ti-angle-double-down:before {
  content: "\e663"; }

.ti-zip:before {
  content: "\e664"; }

.ti-world:before {
  content: "\e665"; }

.ti-wheelchair:before {
  content: "\e666"; }

.ti-view-list:before {
  content: "\e667"; }

.ti-view-list-alt:before {
  content: "\e668"; }

.ti-view-grid:before {
  content: "\e669"; }

.ti-uppercase:before {
  content: "\e66a"; }

.ti-upload:before {
  content: "\e66b"; }

.ti-underline:before {
  content: "\e66c"; }

.ti-truck:before {
  content: "\e66d"; }

.ti-timer:before {
  content: "\e66e"; }

.ti-ticket:before {
  content: "\e66f"; }

.ti-thumb-up:before {
  content: "\e670"; }

.ti-thumb-down:before {
  content: "\e671"; }

.ti-text:before {
  content: "\e672"; }

.ti-stats-up:before {
  content: "\e673"; }

.ti-stats-down:before {
  content: "\e674"; }

.ti-split-v:before {
  content: "\e675"; }

.ti-split-h:before {
  content: "\e676"; }

.ti-smallcap:before {
  content: "\e677"; }

.ti-shine:before {
  content: "\e678"; }

.ti-shift-right:before {
  content: "\e679"; }

.ti-shift-left:before {
  content: "\e67a"; }

.ti-shield:before {
  content: "\e67b"; }

.ti-notepad:before {
  content: "\e67c"; }

.ti-server:before {
  content: "\e67d"; }

.ti-quote-right:before {
  content: "\e67e"; }

.ti-quote-left:before {
  content: "\e67f"; }

.ti-pulse:before {
  content: "\e680"; }

.ti-printer:before {
  content: "\e681"; }

.ti-power-off:before {
  content: "\e682"; }

.ti-plug:before {
  content: "\e683"; }

.ti-pie-chart:before {
  content: "\e684"; }

.ti-paragraph:before {
  content: "\e685"; }

.ti-panel:before {
  content: "\e686"; }

.ti-package:before {
  content: "\e687"; }

.ti-music:before {
  content: "\e688"; }

.ti-music-alt:before {
  content: "\e689"; }

.ti-mouse:before {
  content: "\e68a"; }

.ti-mouse-alt:before {
  content: "\e68b"; }

.ti-money:before {
  content: "\e68c"; }

.ti-microphone:before {
  content: "\e68d"; }

.ti-menu:before {
  content: "\e68e"; }

.ti-menu-alt:before {
  content: "\e68f"; }

.ti-map:before {
  content: "\e690"; }

.ti-map-alt:before {
  content: "\e691"; }

.ti-loop:before {
  content: "\e692"; }

.ti-location-pin:before {
  content: "\e693"; }

.ti-list:before {
  content: "\e694"; }

.ti-light-bulb:before {
  content: "\e695"; }

.ti-Italic:before {
  content: "\e696"; }

.ti-info:before {
  content: "\e697"; }

.ti-infinite:before {
  content: "\e698"; }

.ti-id-badge:before {
  content: "\e699"; }

.ti-hummer:before {
  content: "\e69a"; }

.ti-home:before {
  content: "\e69b"; }

.ti-help:before {
  content: "\e69c"; }

.ti-headphone:before {
  content: "\e69d"; }

.ti-harddrives:before {
  content: "\e69e"; }

.ti-harddrive:before {
  content: "\e69f"; }

.ti-gift:before {
  content: "\e6a0"; }

.ti-game:before {
  content: "\e6a1"; }

.ti-filter:before {
  content: "\e6a2"; }

.ti-files:before {
  content: "\e6a3"; }

.ti-file:before {
  content: "\e6a4"; }

.ti-eraser:before {
  content: "\e6a5"; }

.ti-envelope:before {
  content: "\e6a6"; }

.ti-download:before {
  content: "\e6a7"; }

.ti-direction:before {
  content: "\e6a8"; }

.ti-direction-alt:before {
  content: "\e6a9"; }

.ti-dashboard:before {
  content: "\e6aa"; }

.ti-control-stop:before {
  content: "\e6ab"; }

.ti-control-shuffle:before {
  content: "\e6ac"; }

.ti-control-play:before {
  content: "\e6ad"; }

.ti-control-pause:before {
  content: "\e6ae"; }

.ti-control-forward:before {
  content: "\e6af"; }

.ti-control-backward:before {
  content: "\e6b0"; }

.ti-cloud:before {
  content: "\e6b1"; }

.ti-cloud-up:before {
  content: "\e6b2"; }

.ti-cloud-down:before {
  content: "\e6b3"; }

.ti-clipboard:before {
  content: "\e6b4"; }

.ti-car:before {
  content: "\e6b5"; }

.ti-calendar:before {
  content: "\e6b6"; }

.ti-book:before {
  content: "\e6b7"; }

.ti-bell:before {
  content: "\e6b8"; }

.ti-basketball:before {
  content: "\e6b9"; }

.ti-bar-chart:before {
  content: "\e6ba"; }

.ti-bar-chart-alt:before {
  content: "\e6bb"; }

.ti-back-right:before {
  content: "\e6bc"; }

.ti-back-left:before {
  content: "\e6bd"; }

.ti-arrows-corner:before {
  content: "\e6be"; }

.ti-archive:before {
  content: "\e6bf"; }

.ti-anchor:before {
  content: "\e6c0"; }

.ti-align-right:before {
  content: "\e6c1"; }

.ti-align-left:before {
  content: "\e6c2"; }

.ti-align-justify:before {
  content: "\e6c3"; }

.ti-align-center:before {
  content: "\e6c4"; }

.ti-alert:before {
  content: "\e6c5"; }

.ti-alarm-clock:before {
  content: "\e6c6"; }

.ti-agenda:before {
  content: "\e6c7"; }

.ti-write:before {
  content: "\e6c8"; }

.ti-window:before {
  content: "\e6c9"; }

.ti-widgetized:before {
  content: "\e6ca"; }

.ti-widget:before {
  content: "\e6cb"; }

.ti-widget-alt:before {
  content: "\e6cc"; }

.ti-wallet:before {
  content: "\e6cd"; }

.ti-video-clapper:before {
  content: "\e6ce"; }

.ti-video-camera:before {
  content: "\e6cf"; }

.ti-vector:before {
  content: "\e6d0"; }

.ti-themify-logo:before {
  content: "\e6d1"; }

.ti-themify-favicon:before {
  content: "\e6d2"; }

.ti-themify-favicon-alt:before {
  content: "\e6d3"; }

.ti-support:before {
  content: "\e6d4"; }

.ti-stamp:before {
  content: "\e6d5"; }

.ti-split-v-alt:before {
  content: "\e6d6"; }

.ti-slice:before {
  content: "\e6d7"; }

.ti-shortcode:before {
  content: "\e6d8"; }

.ti-shift-right-alt:before {
  content: "\e6d9"; }

.ti-shift-left-alt:before {
  content: "\e6da"; }

.ti-ruler-alt-2:before {
  content: "\e6db"; }

.ti-receipt:before {
  content: "\e6dc"; }

.ti-pin2:before {
  content: "\e6dd"; }

.ti-pin-alt:before {
  content: "\e6de"; }

.ti-pencil-alt2:before {
  content: "\e6df"; }

.ti-palette:before {
  content: "\e6e0"; }

.ti-more:before {
  content: "\e6e1"; }

.ti-more-alt:before {
  content: "\e6e2"; }

.ti-microphone-alt:before {
  content: "\e6e3"; }

.ti-magnet:before {
  content: "\e6e4"; }

.ti-line-double:before {
  content: "\e6e5"; }

.ti-line-dotted:before {
  content: "\e6e6"; }

.ti-line-dashed:before {
  content: "\e6e7"; }

.ti-layout-width-full:before {
  content: "\e6e8"; }

.ti-layout-width-default:before {
  content: "\e6e9"; }

.ti-layout-width-default-alt:before {
  content: "\e6ea"; }

.ti-layout-tab:before {
  content: "\e6eb"; }

.ti-layout-tab-window:before {
  content: "\e6ec"; }

.ti-layout-tab-v:before {
  content: "\e6ed"; }

.ti-layout-tab-min:before {
  content: "\e6ee"; }

.ti-layout-slider:before {
  content: "\e6ef"; }

.ti-layout-slider-alt:before {
  content: "\e6f0"; }

.ti-layout-sidebar-right:before {
  content: "\e6f1"; }

.ti-layout-sidebar-none:before {
  content: "\e6f2"; }

.ti-layout-sidebar-left:before {
  content: "\e6f3"; }

.ti-layout-placeholder:before {
  content: "\e6f4"; }

.ti-layout-menu:before {
  content: "\e6f5"; }

.ti-layout-menu-v:before {
  content: "\e6f6"; }

.ti-layout-menu-separated:before {
  content: "\e6f7"; }

.ti-layout-menu-full:before {
  content: "\e6f8"; }

.ti-layout-media-right-alt:before {
  content: "\e6f9"; }

.ti-layout-media-right:before {
  content: "\e6fa"; }

.ti-layout-media-overlay:before {
  content: "\e6fb"; }

.ti-layout-media-overlay-alt:before {
  content: "\e6fc"; }

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd"; }

.ti-layout-media-left-alt:before {
  content: "\e6fe"; }

.ti-layout-media-left:before {
  content: "\e6ff"; }

.ti-layout-media-center-alt:before {
  content: "\e700"; }

.ti-layout-media-center:before {
  content: "\e701"; }

.ti-layout-list-thumb:before {
  content: "\e702"; }

.ti-layout-list-thumb-alt:before {
  content: "\e703"; }

.ti-layout-list-post:before {
  content: "\e704"; }

.ti-layout-list-large-image:before {
  content: "\e705"; }

.ti-layout-line-solid:before {
  content: "\e706"; }

.ti-layout-grid4:before {
  content: "\e707"; }

.ti-layout-grid3:before {
  content: "\e708"; }

.ti-layout-grid2:before {
  content: "\e709"; }

.ti-layout-grid2-thumb:before {
  content: "\e70a"; }

.ti-layout-cta-right:before {
  content: "\e70b"; }

.ti-layout-cta-left:before {
  content: "\e70c"; }

.ti-layout-cta-center:before {
  content: "\e70d"; }

.ti-layout-cta-btn-right:before {
  content: "\e70e"; }

.ti-layout-cta-btn-left:before {
  content: "\e70f"; }

.ti-layout-column4:before {
  content: "\e710"; }

.ti-layout-column3:before {
  content: "\e711"; }

.ti-layout-column2:before {
  content: "\e712"; }

.ti-layout-accordion-separated:before {
  content: "\e713"; }

.ti-layout-accordion-merged:before {
  content: "\e714"; }

.ti-layout-accordion-list:before {
  content: "\e715"; }

.ti-ink-pen:before {
  content: "\e716"; }

.ti-info-alt:before {
  content: "\e717"; }

.ti-help-alt:before {
  content: "\e718"; }

.ti-headphone-alt:before {
  content: "\e719"; }

.ti-hand-point-up:before {
  content: "\e71a"; }

.ti-hand-point-right:before {
  content: "\e71b"; }

.ti-hand-point-left:before {
  content: "\e71c"; }

.ti-hand-point-down:before {
  content: "\e71d"; }

.ti-gallery:before {
  content: "\e71e"; }

.ti-face-smile:before {
  content: "\e71f"; }

.ti-face-sad:before {
  content: "\e720"; }

.ti-credit-card:before {
  content: "\e721"; }

.ti-control-skip-forward:before {
  content: "\e722"; }

.ti-control-skip-backward:before {
  content: "\e723"; }

.ti-control-record:before {
  content: "\e724"; }

.ti-control-eject:before {
  content: "\e725"; }

.ti-comments-smiley:before {
  content: "\e726"; }

.ti-brush-alt:before {
  content: "\e727"; }

.ti-youtube:before {
  content: "\e728"; }

.ti-vimeo:before {
  content: "\e729"; }

.ti-twitter:before {
  content: "\e72a"; }

.ti-time:before {
  content: "\e72b"; }

.ti-tumblr:before {
  content: "\e72c"; }

.ti-skype:before {
  content: "\e72d"; }

.ti-share:before {
  content: "\e72e"; }

.ti-share-alt:before {
  content: "\e72f"; }

.ti-rocket:before {
  content: "\e730"; }

.ti-pinterest:before {
  content: "\e731"; }

.ti-new-window:before {
  content: "\e732"; }

.ti-microsoft:before {
  content: "\e733"; }

.ti-list-ol:before {
  content: "\e734"; }

.ti-linkedin:before {
  content: "\e735"; }

.ti-layout-sidebar-2:before {
  content: "\e736"; }

.ti-layout-grid4-alt:before {
  content: "\e737"; }

.ti-layout-grid3-alt:before {
  content: "\e738"; }

.ti-layout-grid2-alt:before {
  content: "\e739"; }

.ti-layout-column4-alt:before {
  content: "\e73a"; }

.ti-layout-column3-alt:before {
  content: "\e73b"; }

.ti-layout-column2-alt:before {
  content: "\e73c"; }

.ti-instagram:before {
  content: "\e73d"; }

.ti-google:before {
  content: "\e73e"; }

.ti-github:before {
  content: "\e73f"; }

.ti-flickr:before {
  content: "\e740"; }

.ti-facebook:before {
  content: "\e741"; }

.ti-dropbox:before {
  content: "\e742"; }

.ti-dribbble:before {
  content: "\e743"; }

.ti-apple:before {
  content: "\e744"; }

.ti-android:before {
  content: "\e745"; }

.ti-save:before {
  content: "\e746"; }

.ti-save-alt:before {
  content: "\e747"; }

.ti-yahoo:before {
  content: "\e748"; }

.ti-wordpress:before {
  content: "\e749"; }

.ti-vimeo-alt:before {
  content: "\e74a"; }

.ti-twitter-alt:before {
  content: "\e74b"; }

.ti-tumblr-alt:before {
  content: "\e74c"; }

.ti-trello:before {
  content: "\e74d"; }

.ti-stack-overflow:before {
  content: "\e74e"; }

.ti-soundcloud:before {
  content: "\e74f"; }

.ti-sharethis:before {
  content: "\e750"; }

.ti-sharethis-alt:before {
  content: "\e751"; }

.ti-reddit:before {
  content: "\e752"; }

.ti-pinterest-alt:before {
  content: "\e753"; }

.ti-microsoft-alt:before {
  content: "\e754"; }

.ti-linux:before {
  content: "\e755"; }

.ti-jsfiddle:before {
  content: "\e756"; }

.ti-joomla:before {
  content: "\e757"; }

.ti-html5:before {
  content: "\e758"; }

.ti-flickr-alt:before {
  content: "\e759"; }

.ti-email:before {
  content: "\e75a"; }

.ti-drupal:before {
  content: "\e75b"; }

.ti-dropbox-alt:before {
  content: "\e75c"; }

.ti-css3:before {
  content: "\e75d"; }

.ti-rss:before {
  content: "\e75e"; }

.ti-rss-alt:before {
  content: "\e75f"; }

/* Scss Document */
/*
  Mixins
*/
/*
  Sequence Theme Mixins
*/
/*
  Animations
*/
@-webkit-keyframes pulse-opacity {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.33; }
  100% {
    opacity: 1; } }
@keyframes pulse-opacity {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.33; }
  100% {
    opacity: 1; } }
@-webkit-keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: 45% 50%;
            transform-origin: 45% 50%; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  70% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transform-origin: 47.5% 50%;
            transform-origin: 47.5% 50%; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: 45% 50%;
            transform-origin: 45% 50%; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  70% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transform-origin: 47.5% 50%;
            transform-origin: 47.5% 50%; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse_animation;
          animation-name: pulse_animation;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-transform-origin: 70% 70%;
          transform-origin: 70% 70%;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 20px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 20px; }
  [dir="rtl"] .slick-next {
    left: 0px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 60px;
  width: calc(100% - 120px); }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.teaser-slider, .teaser-slider-marginal {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  margin-top: -20px;
  padding: 45px 0 0 0; }
  .teaser-slider .slick-slide, .teaser-slider-marginal .slick-slide {
    margin: 0 0 35px 0;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    padding: 0 10px; }
  .teaser-slider .slick-slide img, .teaser-slider-marginal .slick-slide img {
    width: 100%; }
  .teaser-slider .slick-current, .teaser-slider-marginal .slick-current {
    opacity: 1; }
  .teaser-slider .slick-prev:before, .teaser-slider .slick-next:before, .teaser-slider-marginal .slick-prev:before, .teaser-slider-marginal .slick-next:before {
    color: #004f80;
    opacity: 0.75; }
  .teaser-slider .slick-prev, .teaser-slider .slick-next, .teaser-slider-marginal .slick-prev, .teaser-slider-marginal .slick-next {
    top: 20px;
    margin-top: 0px;
    background-color: transparent; }
    .teaser-slider .slick-prev:hover, .teaser-slider .slick-prev:focus, .teaser-slider .slick-next:hover, .teaser-slider .slick-next:focus, .teaser-slider-marginal .slick-prev:hover, .teaser-slider-marginal .slick-prev:focus, .teaser-slider-marginal .slick-next:hover, .teaser-slider-marginal .slick-next:focus {
      background-color: transparent; }
  .teaser-slider .slick-next, .teaser-slider-marginal .slick-next {
    right: 15px; }
    .teaser-slider .slick-next:before, .teaser-slider-marginal .slick-next:before {
      content: "\f054"; }
  .teaser-slider .slick-prev, .teaser-slider-marginal .slick-prev {
    left: 15px; }
    .teaser-slider .slick-prev:before, .teaser-slider-marginal .slick-prev:before {
      content: "\f053"; }
  .teaser-slider .slick-dots, .teaser-slider-marginal .slick-dots {
    margin: -15px 0 0 0;
    width: 100%; }
    .teaser-slider .slick-dots li, .teaser-slider-marginal .slick-dots li {
      height: auto;
      width: 12px; }
      .teaser-slider .slick-dots li button, .teaser-slider-marginal .slick-dots li button {
        height: 12px;
        width: 12px;
        background: transparent;
        border: 1px solid #004f80;
        border-radius: 50%; }
        .teaser-slider .slick-dots li button:before, .teaser-slider-marginal .slick-dots li button:before {
          content: "";
          height: 12px;
          width: 12px; }
        .teaser-slider .slick-dots li button:focus, .teaser-slider-marginal .slick-dots li button:focus {
          background: #004f80; }
      .teaser-slider .slick-dots li.slick-active button, .teaser-slider-marginal .slick-dots li.slick-active button {
        background: #004f80; }
  .teaser-slider h3, .teaser-slider-marginal h3 {
    font-family: "BundesSansWeb", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .teaser-slider .intern:before, .teaser-slider .extern:before, .teaser-slider .download:before, .teaser-slider-marginal .intern:before, .teaser-slider-marginal .extern:before, .teaser-slider-marginal .download:before {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px; }
  .teaser-slider .intern:before, .teaser-slider-marginal .intern:before {
    content: '\e628'; }
  .teaser-slider .extern:before, .teaser-slider-marginal .extern:before {
    content: '\e65a'; }
  .teaser-slider .download:before, .teaser-slider-marginal .download:before {
    content: '\e62a'; }
  .teaser-slider .teaser-media, .teaser-slider-marginal .teaser-media {
    margin-bottom: 20px; }
  .teaser-slider .teaser-content a, .teaser-slider-marginal .teaser-content a {
    display: table; }
    .teaser-slider .teaser-content a:before, .teaser-slider-marginal .teaser-content a:before {
      display: table-cell; }
  .teaser-slider .teaser-image, .teaser-slider-marginal .teaser-image {
    height: auto;
    width: 100%; }
    .teaser-slider .teaser-image img, .teaser-slider-marginal .teaser-image img {
      height: auto;
      max-width: 100%; }

.teaser-slider-marginal {
  margin: 0;
  width: 100%;
  padding: 50px 0 0 0; }
  .teaser-slider-marginal .slick-slide {
    margin: 0 15px 15px 15px;
    padding: 0;
    opacity: .2; }
  .teaser-slider-marginal .slick-active {
    opacity: .5; }
  .teaser-slider-marginal .slick-current {
    opacity: 1; }
  .teaser-slider-marginal .slick-prev:before, .teaser-slider-marginal .slick-next:before {
    color: #004f80;
    opacity: 0.75; }
  .teaser-slider-marginal .slick-prev, .teaser-slider-marginal .slick-next {
    top: 30px;
    margin-top: 0;
    background-color: transparent; }
    .teaser-slider-marginal .slick-prev:hover, .teaser-slider-marginal .slick-prev:focus, .teaser-slider-marginal .slick-next:hover, .teaser-slider-marginal .slick-next:focus {
      background-color: transparent; }
  .teaser-slider-marginal .slick-dots {
    top: 10px;
    padding: 0 40px;
    margin: 0; }
    .teaser-slider-marginal .slick-dots li button {
      border: 1px solid #004f80; }
      .teaser-slider-marginal .slick-dots li button:focus {
        background: #004f80; }
    .teaser-slider-marginal .slick-dots li.slick-active button {
      background: #004f80; }
  .teaser-slider-marginal .teaser-content {
    padding: 0 !important;
    margin: 0 !important; }
  .teaser-slider-marginal .teaser-media {
    margin-bottom: 10px; }
  .teaser-slider-marginal .teaser-image {
    height: auto;
    width: 100%; }
    .teaser-slider-marginal .teaser-image img {
      height: auto;
      max-width: 100%; }

.twitter-slider {
  max-width: 520px;
  margin: 0 auto;
  padding-top: 40px;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s; }
  .twitter-slider .slick-slide {
    margin: 0px; }
  .twitter-slider .slick-slide img {
    width: 100%; }
  .twitter-slider .slick-prev:before,
  .twitter-slider .slick-next:before {
    color: #333333; }
  .twitter-slider .slick-slide {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: .2; }
  .twitter-slider .slick-active {
    opacity: .5; }
  .twitter-slider .slick-current {
    opacity: 1; }
  .twitter-slider .slick-prev, .twitter-slider .slick-next {
    top: 20px;
    margin-top: 0; }
  .twitter-slider .slick-next:before {
    content: "\f054"; }
  .twitter-slider .slick-prev:before {
    content: "\f053"; }
  .twitter-slider .slick-dots {
    margin: 0;
    width: 100%;
    top: 0; }
    .twitter-slider .slick-dots li {
      height: auto;
      width: 12px; }
      .twitter-slider .slick-dots li button {
        height: 12px;
        width: 12px;
        background: transparent;
        border: 1px solid #333333;
        border-radius: 50%; }
        .twitter-slider .slick-dots li button:before {
          content: "";
          height: 12px;
          width: 12px; }
        .twitter-slider .slick-dots li button:focus {
          background: #333333; }
      .twitter-slider .slick-dots li.slick-active button {
        background: #333333; }
  .twitter-slider.marginal {
    width: 100%;
    padding: 35px 0 0 0;
    margin-bottom: 0 !important; }
    .twitter-slider.marginal .slick-slide {
      padding: 0 15px; }
    .twitter-slider.marginal .slick-prev:before,
    .twitter-slider.marginal .slick-next:before {
      color: #004f80; }
    .twitter-slider.marginal .slick-next {
      right: 15px; }
    .twitter-slider.marginal .slick-prev {
      left: 15px; }
    .twitter-slider.marginal .slick-dots li button {
      border: 1px solid #004f80; }
      .twitter-slider.marginal .slick-dots li button:focus {
        background: #004f80; }
    .twitter-slider.marginal .slick-dots li.slick-active button {
      background: #004f80; }

.slider-topnav, .slider-topnav-news {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  padding: 45px 0 0 0;
  margin: 0;
  width: 100%; }
  .slider-topnav .slick-slide, .slider-topnav-news .slick-slide {
    margin: 0 15px 15px 15px;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    padding: 0; }
  .slider-topnav .slick-prev, .slider-topnav .slick-next, .slider-topnav-news .slick-prev, .slider-topnav-news .slick-next {
    top: 25px;
    margin-top: 0px; }
  .slider-topnav .slick-next, .slider-topnav-news .slick-next {
    right: 15px; }
  .slider-topnav .slick-prev, .slider-topnav-news .slick-prev {
    left: 15px; }
  .slider-topnav .slick-dots, .slider-topnav-news .slick-dots {
    padding-top: 4px;
    top: 10px;
    margin: 0 60px;
    width: calc(100% - 120px); }

.tag-bg-primary-dark {
  padding: 4px 10px 6px 10px;
  background-color: #00253b; }

.eventscenter-date {
  float: left;
  width: auto;
  max-width: 20%; }
  .eventscenter-date p {
    padding: 0 15px 0 0;
    font-family: "BundesSansWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    border-right: 1px solid #000;
    margin: 0 15px 0 0; }

.eventscenter-time-place {
  width: 80%;
  float: left; }
  .eventscenter-time-place p {
    font-size: 15px;
    padding: 0;
    margin: 0; }

#site-aside .slick-dotted.slick-slider {
  margin-bottom: 0; }
#site-aside .eventscenter-date {
  max-width: 30%; }
#site-aside .eventscenter-time-place {
  width: 70%; }
#site-aside .newscenter-twitter-slick .bg-tertiary {
  margin-bottom: 0 !important; }
#site-aside .newscenter-news-slick .newscenter-date p {
  margin: 0; }
#site-aside .newscenter-news-slick .slide-content h3:first-of-type {
  margin: 0 0 5px 0; }
#site-aside .newscenter-events-slick, #site-aside .newscenter-news-slick {
  width: 100%;
  margin-bottom: 0 !important; }
  #site-aside .newscenter-events-slick .bg-tertiary, #site-aside .newscenter-news-slick .bg-tertiary {
    background-size: 32px auto;
    background-position: 29px 29px; }
    #site-aside .newscenter-events-slick .bg-tertiary h2.slick-headline, #site-aside .newscenter-events-slick .bg-tertiary h3.slick-headline, #site-aside .newscenter-news-slick .bg-tertiary h2.slick-headline, #site-aside .newscenter-news-slick .bg-tertiary h3.slick-headline {
      margin-bottom: 5px; }
    #site-aside .newscenter-events-slick .bg-tertiary .slick-slide img, #site-aside .newscenter-news-slick .bg-tertiary .slick-slide img {
      width: 100%; }
    #site-aside .newscenter-events-slick .bg-tertiary .slick-prev:before, #site-aside .newscenter-events-slick .bg-tertiary .slick-next:before, #site-aside .newscenter-news-slick .bg-tertiary .slick-prev:before, #site-aside .newscenter-news-slick .bg-tertiary .slick-next:before {
      color: #004f80; }
    #site-aside .newscenter-events-slick .bg-tertiary .slick-slide, #site-aside .newscenter-news-slick .bg-tertiary .slick-slide {
      -webkit-transition: all ease-in-out .3s;
      transition: all ease-in-out .3s;
      opacity: .2; }
    #site-aside .newscenter-events-slick .bg-tertiary .slick-active, #site-aside .newscenter-news-slick .bg-tertiary .slick-active {
      opacity: .5; }
    #site-aside .newscenter-events-slick .bg-tertiary .slick-current, #site-aside .newscenter-news-slick .bg-tertiary .slick-current {
      opacity: 1; }
    #site-aside .newscenter-events-slick .bg-tertiary .slick-prev, #site-aside .newscenter-events-slick .bg-tertiary .slick-next, #site-aside .newscenter-news-slick .bg-tertiary .slick-prev, #site-aside .newscenter-news-slick .bg-tertiary .slick-next {
      top: 20px;
      margin-top: 0; }
    #site-aside .newscenter-events-slick .bg-tertiary .slick-next, #site-aside .newscenter-news-slick .bg-tertiary .slick-next {
      right: 15px; }
      #site-aside .newscenter-events-slick .bg-tertiary .slick-next:before, #site-aside .newscenter-news-slick .bg-tertiary .slick-next:before {
        content: "\f054"; }
    #site-aside .newscenter-events-slick .bg-tertiary .slick-prev, #site-aside .newscenter-news-slick .bg-tertiary .slick-prev {
      left: 15px; }
      #site-aside .newscenter-events-slick .bg-tertiary .slick-prev:before, #site-aside .newscenter-news-slick .bg-tertiary .slick-prev:before {
        content: "\f053"; }
    #site-aside .newscenter-events-slick .bg-tertiary .slick-dots, #site-aside .newscenter-news-slick .bg-tertiary .slick-dots {
      margin: 0;
      width: 100%;
      top: 0; }
      #site-aside .newscenter-events-slick .bg-tertiary .slick-dots li, #site-aside .newscenter-news-slick .bg-tertiary .slick-dots li {
        height: auto;
        width: 12px; }
        #site-aside .newscenter-events-slick .bg-tertiary .slick-dots li button, #site-aside .newscenter-news-slick .bg-tertiary .slick-dots li button {
          height: 12px;
          width: 12px;
          background: transparent;
          border: 1px solid #004f80;
          border-radius: 50%; }
          #site-aside .newscenter-events-slick .bg-tertiary .slick-dots li button:before, #site-aside .newscenter-news-slick .bg-tertiary .slick-dots li button:before {
            content: "";
            height: 12px;
            width: 12px; }
          #site-aside .newscenter-events-slick .bg-tertiary .slick-dots li button:focus, #site-aside .newscenter-news-slick .bg-tertiary .slick-dots li button:focus {
            background: #004f80; }
        #site-aside .newscenter-events-slick .bg-tertiary .slick-dots li.slick-active button, #site-aside .newscenter-news-slick .bg-tertiary .slick-dots li.slick-active button {
          background: #004f80; }
  #site-aside .newscenter-events-slick .slide-content, #site-aside .newscenter-news-slick .slide-content {
    padding-top: 5px; }
  #site-aside .newscenter-events-slick .slick-headline, #site-aside .newscenter-news-slick .slick-headline {
    margin-left: 60px; }
    #site-aside .newscenter-events-slick .slick-headline span.fa, #site-aside .newscenter-news-slick .slick-headline span.fa {
      display: none; }

@media (min-width: 992px) {
  #site-aside .newscenter-events-slick .bg-tertiary, #site-aside .newscenter-news-slick .bg-tertiary, #site-aside .newscenter-twitter-slick .bg-tertiary {
    padding-left: 85px;
    background-size: 40px;
    background-position: 29px 30px; }
  #site-aside .newscenter-events-slick .slick-headline, #site-aside .newscenter-news-slick .slick-headline, #site-aside .newscenter-twitter-slick .slick-headline {
    margin-left: 15px; }

  .teaser-slider .slick-prev, .teaser-slider .slick-next {
    top: 50%;
    width: 30px;
    height: 46px;
    background-color: #004f80; }
    .teaser-slider .slick-prev:hover, .teaser-slider .slick-prev:focus, .teaser-slider .slick-next:hover, .teaser-slider .slick-next:focus {
      background-color: rgba(0, 79, 128, 0.8); }
    .teaser-slider .slick-prev:before, .teaser-slider .slick-next:before {
      color: white;
      font-size: 20px;
      opacity: 1;
      filter: alpha(opacity=100); }
  .teaser-slider .slick-next {
    right: -40px; }
    .teaser-slider .slick-next:before {
      content: "\f054"; }
  .teaser-slider .slick-prev {
    left: -40px; }
    .teaser-slider .slick-prev:before {
      content: "\f053"; }
  .teaser-slider .teaser-image {
    overflow: hidden;
    height: 120px;
    width: 100%; }
    .teaser-slider .teaser-image img {
      min-height: 120px;
      height: 120px;
      width: auto;
      max-width: none; }

  .teaser-slider-marginal {
    padding: 45px 0 0 0; }
    .teaser-slider-marginal .slick-prev, .teaser-slider-marginal .slick-next {
      top: 20px; }
    .teaser-slider-marginal .slick-dots {
      top: 0; } }
/* Scss Document */
.bg-tertiary {
  background-color: #9dcae5;
  color: #004f80; }
  .bg-tertiary.tertiary-light {
    background-color: #c1dcee; }
  .bg-tertiary.tertiary-lighter {
    background-color: #e0edf7; }

#site-aside .teaser-headline {
  display: inline-block;
  margin: 0 15px 5px 60px;
  color: #004f80;
  /* non bmbf icon support
  &:before {
  	@extend .ti;
  	@extend .ti-twitter;
  	font-size:150%;
  	margin-right:15px;
  }*/ }
#site-aside .bg-tertiary {
  padding: 30px 15px;
  color: #333333; }
  #site-aside .bg-tertiary.tight-bot {
    padding-bottom: 0; }
#site-aside .teaser-img {
  margin: 5px 0; }
#site-aside .teaser-content {
  padding: 15px 0;
  margin: 0 15px; }
  #site-aside .teaser-content.border-bot {
    border-bottom: 1px dotted #004f80; }
  #site-aside .teaser-content figcaption {
    font-size: 12px; }

#main .bg-tertiary.tight-bot, #site-main .bg-tertiary.tight-bot {
  padding-bottom: 0; }
#main .bg-tertiary .teaser-headline, #site-main .bg-tertiary .teaser-headline {
  margin-right: 0; }

@media (min-width: 992px) {
  #site-aside .teaser-headline {
    margin: 0 15px 5px; } }
/* Scss Document */
.bmbf-icon-mail, .bmbf-icon-phone, .bmbf-icon-fax {
  background-position: 0 center;
  background-size: 16px;
  padding-left: 25px;
  margin-bottom: 0; }

.bmbf-icon-mail {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%22-3.5%2020.5%2016%2016%22%20enable-background%3D%22new%20-3.5%2020.5%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M9.456%2C24.983L4.5%2C28.797l-4.956-3.813c-0.175-0.134-0.426-0.103-0.562%2C0.073%20%20c-0.133%2C0.175-0.101%2C0.426%2C0.075%2C0.561l5.199%2C4C4.328%2C29.674%2C4.414%2C29.7%2C4.5%2C29.7s0.172-0.026%2C0.244-0.083l5.199-4%20%20c0.176-0.135%2C0.207-0.386%2C0.074-0.561C9.882%2C24.881%2C9.631%2C24.849%2C9.456%2C24.983z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M10.5%2C22.5h-12c-1.104%2C0-2%2C0.897-2%2C2v8.801c0%2C1.104%2C0.896%2C2%2C2%2C2h12c1.104%2C0%2C2-0.896%2C2-2V24.5%20%20C12.5%2C23.397%2C11.604%2C22.5%2C10.5%2C22.5z%20M11.7%2C33.301c0%2C0.662-0.538%2C1.199-1.2%2C1.199h-12c-0.662%2C0-1.2-0.537-1.2-1.199V24.5%20%20c0-0.66%2C0.538-1.199%2C1.2-1.199h12c0.662%2C0%2C1.2%2C0.539%2C1.2%2C1.199V33.301z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-phone {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M15.015%2C1.954l-2.329-1.709c-0.566-0.416-1.432-0.287-1.855%2C0.274L9.065%2C2.862%20C8.847%2C3.153%2C8.759%2C3.497%2C8.812%2C3.858c0.054%2C0.362%2C0.231%2C0.658%2C0.53%2C0.881l1.117%2C0.821c-1.5%2C1.788-3.136%2C3.437-4.875%2C4.909%20L4.749%2C9.333c-0.215-0.293-0.52-0.476-0.883-0.53C3.506%2C8.754%2C3.161%2C8.84%2C2.873%2C9.057l-2.344%2C1.766%20c-0.579%2C0.434-0.703%2C1.266-0.273%2C1.854l1.718%2C2.337C2.428%2C15.631%2C3.158%2C16%2C3.927%2C16c0.509%2C0%2C0.995-0.157%2C1.408-0.453%20c3.88-2.791%2C7.313-6.229%2C10.205-10.221C16.319%2C4.255%2C16.084%2C2.742%2C15.015%2C1.954z%20M14.893%2C4.856%20c-2.882%2C3.978-6.16%2C7.261-10.024%2C10.04c-0.693%2C0.5-1.745%2C0.33-2.25-0.356l-1.717-2.337c-0.171-0.234-0.123-0.566%2C0.108-0.74%20l2.345-1.767C3.451%2C9.625%2C3.553%2C9.59%2C3.666%2C9.59c0.027%2C0%2C0.057%2C0.001%2C0.084%2C0.005c0.152%2C0.022%2C0.265%2C0.091%2C0.354%2C0.212l1.089%2C1.48%20c0.064%2C0.09%2C0.164%2C0.147%2C0.272%2C0.16c0.108%2C0.016%2C0.219-0.018%2C0.306-0.088c2.004-1.66%2C3.88-3.551%2C5.576-5.616%20c0.069-0.085%2C0.102-0.194%2C0.088-0.304c-0.015-0.109-0.072-0.209-0.16-0.273l-1.457-1.07C9.692%2C4.003%2C9.626%2C3.892%2C9.604%2C3.741%20c-0.022-0.148%2C0.01-0.275%2C0.102-0.397l1.764-2.342c0.17-0.226%2C0.513-0.279%2C0.744-0.11l2.328%2C1.707%20C15.257%2C3.127%2C15.415%2C4.139%2C14.893%2C4.856z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-fax {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M13.999%2C6.399H12.8V1.2c0-0.661-0.536-1.2-1.2-1.2H4.4C3.739%2C0%2C3.201%2C0.539%2C3.201%2C1.2v5.2H2%20c-1.103%2C0-2%2C0.897-2%2C2V14c0%2C1.104%2C0.897%2C2%2C2%2C2h11.999C15.104%2C16%2C16%2C15.104%2C16%2C14V8.399C16%2C7.297%2C15.104%2C6.399%2C13.999%2C6.399z%20M4%2C1.2%20c0-0.22%2C0.179-0.4%2C0.4-0.4h7.2c0.223%2C0%2C0.399%2C0.18%2C0.399%2C0.399v9.199H4V1.2z%20M15.2%2C14c0%2C0.661-0.538%2C1.2-1.201%2C1.2H2%20c-0.662%2C0-1.2-0.539-1.2-1.2V8.399C0.801%2C7.738%2C1.339%2C7.2%2C2%2C7.2h1.2v3.599c0%2C0.223%2C0.179%2C0.401%2C0.4%2C0.401h8.798%20c0.223%2C0%2C0.399-0.181%2C0.399-0.401V7.2h1.199c0.663%2C0%2C1.201%2C0.538%2C1.201%2C1.199V14H15.2z%22%2F%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M13.2%2C12.799h-2.4c-0.221%2C0-0.399%2C0.18-0.399%2C0.401c0%2C0.22%2C0.18%2C0.399%2C0.399%2C0.399h2.4%20c0.221%2C0%2C0.399-0.181%2C0.399-0.399C13.6%2C12.979%2C13.421%2C12.799%2C13.2%2C12.799z%22%2F%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M6%2C7.999h3.999c0.224%2C0%2C0.399-0.178%2C0.399-0.398c0-0.222-0.178-0.4-0.399-0.4H6c-0.222%2C0-0.4%2C0.179-0.4%2C0.4%20C5.601%2C7.821%2C5.779%2C7.999%2C6%2C7.999z%22%2F%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M6%2C6.399h3.999c0.224%2C0%2C0.399-0.178%2C0.399-0.399c0-0.222-0.178-0.4-0.399-0.4H6C5.778%2C5.6%2C5.6%2C5.778%2C5.6%2C6%20C5.601%2C6.221%2C5.779%2C6.399%2C6%2C6.399z%22%2F%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M6%2C4.8h3.999c0.224%2C0%2C0.399-0.179%2C0.399-0.4c0-0.221-0.178-0.399-0.399-0.399H6%20c-0.222%2C0-0.4%2C0.179-0.4%2C0.399C5.601%2C4.621%2C5.779%2C4.8%2C6%2C4.8z%22%2F%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M6%2C3.2h3.999c0.224%2C0%2C0.399-0.179%2C0.399-0.4c0-0.221-0.178-0.4-0.399-0.4H6c-0.222%2C0-0.4%2C0.179-0.4%2C0.4%20C5.601%2C3.021%2C5.779%2C3.2%2C6%2C3.2z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-file-pdf {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M19.961%2C5.308c-0.025-0.062-0.062-0.116-0.109-0.162l-4.998-4.998c-0.045-0.046-0.1-0.083-0.162-0.108%20C14.631%2C0.014%2C14.566%2C0%2C14.5%2C0h-8C5.121%2C0%2C4%2C1.121%2C4%2C2.5V4H1.5C0.673%2C4%2C0%2C4.673%2C0%2C5.5v3C0%2C9.327%2C0.673%2C10%2C1.5%2C10h3h7%20c0.826%2C0%2C1.5-0.673%2C1.5-1.5v-3C13%2C4.673%2C12.326%2C4%2C11.5%2C4H5V2.5C5%2C1.673%2C5.672%2C1%2C6.5%2C1H14v4.5C14%2C5.776%2C14.223%2C6%2C14.5%2C6H19v11.5%20c0%2C0.827-0.674%2C1.5-1.5%2C1.5h-11C5.672%2C19%2C5%2C18.327%2C5%2C17.5v-7C5%2C10.224%2C4.776%2C10%2C4.5%2C10S4%2C10.224%2C4%2C10.5v7C4%2C18.879%2C5.121%2C20%2C6.5%2C20%20h11c1.379%2C0%2C2.5-1.121%2C2.5-2.5v-12C20%2C5.434%2C19.986%2C5.368%2C19.961%2C5.308z%20M11.5%2C5C11.775%2C5%2C12%2C5.225%2C12%2C5.5v3%20C12%2C8.775%2C11.775%2C9%2C11.5%2C9h-10C1.225%2C9%2C1%2C8.775%2C1%2C8.5v-3C1%2C5.225%2C1.225%2C5%2C1.5%2C5H11.5z%20M15%2C5V1.707L18.293%2C5H15z%22%2F%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M6.815%2C15.604h0.42c0.69%2C0%2C1.201-0.146%2C1.53-0.44c0.328-0.294%2C0.493-0.69%2C0.493-1.19%20c0-0.467-0.159-0.826-0.477-1.078c-0.318-0.252-0.821-0.379-1.511-0.379H6.207v4.83h0.608V15.604z%20M6.815%2C13.02H7.27%20c0.467%2C0%2C0.807%2C0.084%2C1.019%2C0.25c0.212%2C0.164%2C0.318%2C0.41%2C0.318%2C0.737c0%2C0.347-0.109%2C0.613-0.329%2C0.806%20C8.059%2C15.003%2C7.712%2C15.1%2C7.235%2C15.1h-0.42V13.02z%22%2F%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M12.244%2C17.195c0.338-0.102%2C0.623-0.254%2C0.857-0.459c0.231-0.205%2C0.41-0.469%2C0.535-0.787%20c0.122-0.319%2C0.186-0.696%2C0.186-1.131c0-0.41-0.053-0.762-0.158-1.053c-0.105-0.293-0.266-0.531-0.482-0.716%20c-0.217-0.184-0.492-0.319-0.826-0.405s-0.727-0.129-1.18-0.129h-0.994v4.829h0.91C11.521%2C17.346%2C11.904%2C17.296%2C12.244%2C17.195z%20%20M10.791%2C13.041h0.385c0.322%2C0%2C0.607%2C0.029%2C0.857%2C0.091s0.459%2C0.161%2C0.627%2C0.302c0.168%2C0.14%2C0.295%2C0.322%2C0.381%2C0.549%20c0.086%2C0.228%2C0.129%2C0.506%2C0.129%2C0.836c0%2C0.359-0.045%2C0.666-0.135%2C0.918c-0.092%2C0.252-0.225%2C0.459-0.4%2C0.619%20c-0.174%2C0.162-0.391%2C0.278-0.65%2C0.354c-0.26%2C0.074-0.557%2C0.11-0.893%2C0.11h-0.301V13.041z%22%2F%3E%3Cpolygon%20fill%3D%22%23004F80%22%20points%3D%2215.494%2C15.28%2017.35%2C15.28%2017.35%2C14.775%2015.494%2C14.775%2015.494%2C13.02%2017.518%2C13.02%2017.561%2C12.516%20%2014.887%2C12.516%2014.887%2C17.346%2015.494%2C17.346%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-download {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20%20%20version%3D%221.1%22%20%20%20id%3D%22Ebene_1%22%20%20%20x%3D%220px%22%20%20%20y%3D%220px%22%20%20%20width%3D%2220px%22%20%20%20height%3D%2220px%22%20%20%20viewBox%3D%22-1.5%2022.5%2020%2020%22%20%20%20enable-background%3D%22new%20-1.5%2022.5%2020%2020%22%20%20%20xml%3Aspace%3D%22preserve%22%20%20%20inkscape%3Aversion%3D%220.91%2Bdevel%20r%22%20%20%20sodipodi%3Adocname%3D%22download.svg%22%3E%3Cmetadata%20%20%20id%3D%22metadata13%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20%20%20id%3D%22defs11%22%20%2F%3E%3Csodipodi%3Anamedview%20%20%20pagecolor%3D%22%23ffffff%22%20%20%20bordercolor%3D%22%23666666%22%20%20%20borderopacity%3D%221%22%20%20%20objecttolerance%3D%2210%22%20%20%20gridtolerance%3D%2210%22%20%20%20guidetolerance%3D%2210%22%20%20%20inkscape%3Apageopacity%3D%220%22%20%20%20inkscape%3Apageshadow%3D%222%22%20%20%20inkscape%3Awindow-width%3D%221920%22%20%20%20inkscape%3Awindow-height%3D%221056%22%20%20%20id%3D%22namedview9%22%20%20%20showgrid%3D%22false%22%20%20%20inkscape%3Azoom%3D%2211.8%22%20%20%20inkscape%3Acx%3D%22-1.2288136%22%20%20%20inkscape%3Acy%3D%2210%22%20%20%20inkscape%3Awindow-x%3D%221600%22%20%20%20inkscape%3Awindow-y%3D%2224%22%20%20%20inkscape%3Awindow-maximized%3D%221%22%20%20%20inkscape%3Acurrent-layer%3D%22Ebene_1%22%20%2F%3E%3Cg%20%20%20id%3D%22g3%22%20%20%20style%3D%22fill%3A%23004f80%3Bfill-opacity%3A1%22%3E%20%3Cpath%20%20%20fill%3D%22%23181716%22%20%20%20d%3D%22M7.439%2C38.146c0.282%2C0.282%2C0.659%2C0.438%2C1.061%2C0.438s0.778-0.155%2C1.061-0.438l5.586-5.586%20%20%20c0.477-0.477%2C0.378-0.889%2C0.313-1.044C15.396%2C31.361%2C15.174%2C31%2C14.5%2C31H12c-0.275%2C0-0.5-0.225-0.5-0.5V24%20%20%20c0-0.827-0.673-1.5-1.5-1.5H7c-0.827%2C0-1.5%2C0.673-1.5%2C1.5v6.5C5.5%2C30.775%2C5.275%2C31%2C5%2C31H2.5c-0.674%2C0-0.896%2C0.361-0.96%2C0.517%20%20%20c-0.064%2C0.155-0.163%2C0.567%2C0.313%2C1.044L7.439%2C38.146z%20M5%2C32c0.827%2C0%2C1.5-0.673%2C1.5-1.5V24c0-0.275%2C0.225-0.5%2C0.5-0.5h3%20%20%20c0.275%2C0%2C0.5%2C0.225%2C0.5%2C0.5v6.5c0%2C0.827%2C0.673%2C1.5%2C1.5%2C1.5h2.293l-5.439%2C5.439c-0.188%2C0.188-0.52%2C0.188-0.707%2C0L2.707%2C32H5z%22%20%20%20id%3D%22path5%22%20%20%20style%3D%22fill%3A%23004f80%3Bfill-opacity%3A1%22%20%2F%3E%20%3Cpath%20%20%20fill%3D%22%23181716%22%20%20%20d%3D%22M16%2C39.5H1c-0.827%2C0-1.5%2C0.673-1.5%2C1.5s0.673%2C1.5%2C1.5%2C1.5h15c0.827%2C0%2C1.5-0.673%2C1.5-1.5%20%20%20S16.827%2C39.5%2C16%2C39.5z%20M16%2C41.5H1c-0.275%2C0-0.5-0.225-0.5-0.5s0.225-0.5%2C0.5-0.5h15c0.275%2C0%2C0.5%2C0.225%2C0.5%2C0.5S16.275%2C41.5%2C16%2C41.5%20%20%20z%22%20%20%20id%3D%22path7%22%20%20%20style%3D%22fill%3A%23004f80%3Bfill-opacity%3A1%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-contact {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M34%2C0H8C5.244%2C0%2C3%2C2.244%2C3%2C5v5H1c-0.552%2C0-1%2C0.448-1%2C1s0.448%2C1%2C1%2C1h6c0.552%2C0%2C1-0.448%2C1-1s-0.448-1-1-1H5V5%20%20c0-1.654%2C1.346-3%2C3-3h1v36H8c-1.654%2C0-3-1.346-3-3v-3c0-0.551-0.448-1-1-1s-1%2C0.449-1%2C1v3c0%2C2.758%2C2.244%2C5%2C5%2C5h26%20%20c2.758%2C0%2C5-2.242%2C5-5V5C39%2C2.244%2C36.758%2C0%2C34%2C0z%20M21%2C2h8v14.586l-3.293-3.292c-0.387-0.39-1.023-0.39-1.414%2C0L21%2C16.586V2z%20M37%2C35%20%20c0%2C1.654-1.346%2C3-3%2C3H11V2h8v17c0%2C0.404%2C0.244%2C0.77%2C0.618%2C0.924c0.376%2C0.156%2C0.802%2C0.07%2C1.089-0.216l4.291-4.292l4.291%2C4.292%20%20C29.484%2C19.898%2C29.74%2C20%2C30%2C20c0.129%2C0%2C0.26-0.024%2C0.383-0.076C30.756%2C19.77%2C31%2C19.404%2C31%2C19V2h3c1.654%2C0%2C3%2C1.346%2C3%2C3V35z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M8%2C28c0-0.551-0.448-1-1-1H5V15c0-0.552-0.448-1-1-1s-1%2C0.448-1%2C1v12H1c-0.552%2C0-1%2C0.449-1%2C1s0.448%2C1%2C1%2C1h6%20%20C7.552%2C29%2C8%2C28.551%2C8%2C28z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-info {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M20%2C0C8.972%2C0%2C0%2C8.972%2C0%2C20c0%2C11.027%2C8.972%2C20%2C20%2C20c11.027%2C0%2C20-8.973%2C20-20C40%2C8.972%2C31.027%2C0%2C20%2C0z%20%20M20%2C38c-9.924%2C0-18-8.074-18-18c0-9.924%2C8.076-18%2C18-18c9.926%2C0%2C18%2C8.076%2C18%2C18C38%2C29.926%2C29.926%2C38%2C20%2C38z%22%2F%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M21%2C4c-2.756%2C0-5%2C2.244-5%2C5s2.244%2C5%2C5%2C5c2.758%2C0%2C5-2.244%2C5-5S23.758%2C4%2C21%2C4z%20M21%2C12c-1.654%2C0-3-1.346-3-3%20s1.346-3%2C3-3s3%2C1.346%2C3%2C3S22.654%2C12%2C21%2C12z%22%2F%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M26%2C21c0-2.282-1.043-5-6-5c-3.376%2C0-5.614%2C2.2-5.708%2C2.292C14.106%2C18.48%2C14%2C18.734%2C14%2C19v2%20c0%2C0.367%2C0.204%2C0.707%2C0.528%2C0.879c0.325%2C0.172%2C0.718%2C0.156%2C1.025-0.047c0.628-0.418%2C1.734-0.99%2C2.504-1.106%20c-0.229%2C0.677-0.943%2C1.944-1.489%2C2.915C15.306%2C25.887%2C14%2C28.207%2C14%2C30c0%2C2.281%2C1.042%2C5%2C6%2C5c3.375%2C0%2C5.613-2.199%2C5.707-2.293%20C25.895%2C32.52%2C26%2C32.266%2C26%2C32v-2c0-0.371-0.203-0.707-0.527-0.879c-0.324-0.168-0.719-0.156-1.027%2C0.047%20c-0.627%2C0.416-1.734%2C0.988-2.504%2C1.104c0.225-0.674%2C0.941-1.943%2C1.486-2.916C24.695%2C25.113%2C26%2C22.793%2C26%2C21z%20M20.292%2C31.707%20c0.262%2C0.262%2C0.735%2C0.574%2C1.505%2C0.574c0.549%2C0%2C1.16-0.164%2C1.721-0.383C22.777%2C32.387%2C21.543%2C33%2C20%2C33c-3.516%2C0-4-1.441-4-3%20c0-1.268%2C1.282-3.543%2C2.312-5.375c1.458-2.594%2C2.423-4.307%2C1.396-5.335c-0.262-0.258-0.736-0.57-1.508-0.57%20c-0.55%2C0-1.158%2C0.166-1.72%2C0.386C17.222%2C18.614%2C18.458%2C18%2C20%2C18c3.516%2C0%2C4%2C1.442%2C4%2C3c0%2C1.268-1.281%2C3.543-2.312%2C5.375%20C20.23%2C28.965%2C19.266%2C30.68%2C20.292%2C31.707z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-video {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%22-1.5%2022.5%2020%2020%22%20enable-background%3D%22new%20-1.5%2022.5%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M11.743%2C35.062l-4.5-2.5c-0.156-0.086-0.345-0.083-0.497%2C0.007S6.5%2C32.823%2C6.5%2C33v5%20%20c0%2C0.177%2C0.094%2C0.341%2C0.246%2C0.431C6.824%2C38.477%2C6.912%2C38.5%2C7%2C38.5c0.084%2C0%2C0.167-0.021%2C0.243-0.062l4.5-2.5%20%20C11.901%2C35.849%2C12%2C35.682%2C12%2C35.5S11.901%2C35.151%2C11.743%2C35.062z%20M7.5%2C37.15V33.85l2.971%2C1.65L7.5%2C37.15z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M18%2C24.5H-1c-0.016%2C0-0.029%2C0.008-0.046%2C0.009c-0.033%2C0.003-0.064%2C0.01-0.097%2C0.021%20%20c-0.033%2C0.01-0.063%2C0.021-0.093%2C0.037c-0.014%2C0.008-0.029%2C0.009-0.042%2C0.018c-0.014%2C0.009-0.021%2C0.023-0.033%2C0.033%20%20c-0.027%2C0.022-0.051%2C0.046-0.073%2C0.073c-0.02%2C0.024-0.036%2C0.049-0.051%2C0.076c-0.015%2C0.028-0.026%2C0.057-0.036%2C0.088%20%20c-0.01%2C0.032-0.017%2C0.064-0.02%2C0.099C-1.492%2C24.969-1.5%2C24.983-1.5%2C25v3v12c0%2C0.276%2C0.224%2C0.5%2C0.5%2C0.5h19%20%20c0.276%2C0%2C0.5-0.224%2C0.5-0.5V28v-3C18.5%2C24.724%2C18.276%2C24.5%2C18%2C24.5z%20M14.935%2C30.5l1.333-2H17.5v0.333L16.25%2C30.5H14.935z%20%20%20M12.435%2C30.5l1.333-2h1.298l-1.333%2C2H12.435z%20M9.935%2C30.5l1.333-2h1.298l-1.333%2C2H9.935z%20M7.435%2C30.5l1.333-2h1.298l-1.333%2C2%20%20H7.435z%20M4.935%2C30.5l1.333-2h1.298l-1.333%2C2H4.935z%20M2.435%2C30.5l1.333-2h1.298l-1.333%2C2H2.435z%20M-0.065%2C30.5l1.333-2h1.298%20%20l-1.333%2C2H-0.065z%20M1.232%2C25.5l1.333%2C2H1.268l-1.333-2H1.232z%20M3.732%2C25.5l1.333%2C2H3.768l-1.333-2H3.732z%20M6.232%2C25.5l1.333%2C2%20%20H6.268l-1.333-2H6.232z%20M8.732%2C25.5l1.333%2C2H8.768l-1.333-2H8.732z%20M11.232%2C25.5l1.333%2C2h-1.298l-1.333-2H11.232z%20M13.732%2C25.5%20%20l1.333%2C2h-1.298l-1.333-2H13.732z%20M16.25%2C25.5l1.25%2C1.667V27.5h-1.232l-1.333-2H16.25z%20M0.065%2C27.5H-0.5v-0.849L0.065%2C27.5z%20%20%20M-0.5%2C28.5h0.565L-0.5%2C29.349V28.5z%20M-0.5%2C39.5v-8h18v8H-0.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-documents {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%22-1.5%2022.5%2020%2020%22%20enable-background%3D%22new%20-1.5%2022.5%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M16.487%2C27.936c-0.003-0.022-0.007-0.041-0.013-0.062c-0.023-0.086-0.061-0.166-0.122-0.228l-4.998-4.998%20%20c-0.062-0.062-0.143-0.1-0.229-0.122c-0.02-0.006-0.037-0.009-0.058-0.012C11.044%2C22.51%2C11.023%2C22.5%2C11%2C22.5H3%20%20c-1.378%2C0-2.5%2C1.121-2.5%2C2.5v15c0%2C1.379%2C1.122%2C2.5%2C2.5%2C2.5h11c1.379%2C0%2C2.5-1.121%2C2.5-2.5V28%20%20C16.5%2C27.977%2C16.49%2C27.957%2C16.487%2C27.936z%20M11.5%2C24.207l3.293%2C3.293H13c-0.827%2C0-1.5-0.673-1.5-1.5V24.207z%20M14%2C41.5H3%20%20c-0.827%2C0-1.5-0.673-1.5-1.5V25c0-0.827%2C0.673-1.5%2C1.5-1.5h7.5V26c0%2C1.379%2C1.121%2C2.5%2C2.5%2C2.5h2.5V40%20%20C15.5%2C40.827%2C14.827%2C41.5%2C14%2C41.5z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M4%2C30.5h4c0.827%2C0%2C1.5-0.673%2C1.5-1.5v-3c0-0.827-0.673-1.5-1.5-1.5H4c-0.827%2C0-1.5%2C0.673-1.5%2C1.5v3%20%20C2.5%2C29.827%2C3.173%2C30.5%2C4%2C30.5z%20M3.5%2C26c0-0.275%2C0.224-0.5%2C0.5-0.5h4c0.276%2C0%2C0.5%2C0.225%2C0.5%2C0.5v3c0%2C0.275-0.224%2C0.5-0.5%2C0.5H4%20%20c-0.276%2C0-0.5-0.225-0.5-0.5V26z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M14%2C31.5H3c-0.276%2C0-0.5%2C0.224-0.5%2C0.5s0.224%2C0.5%2C0.5%2C0.5h11c0.276%2C0%2C0.5-0.224%2C0.5-0.5%20%20S14.276%2C31.5%2C14%2C31.5z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M14%2C29.5h-3c-0.276%2C0-0.5%2C0.224-0.5%2C0.5s0.224%2C0.5%2C0.5%2C0.5h3c0.276%2C0%2C0.5-0.224%2C0.5-0.5%20%20S14.276%2C29.5%2C14%2C29.5z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M14%2C33.5H3c-0.276%2C0-0.5%2C0.224-0.5%2C0.5s0.224%2C0.5%2C0.5%2C0.5h11c0.276%2C0%2C0.5-0.224%2C0.5-0.5%20%20S14.276%2C33.5%2C14%2C33.5z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M14%2C35.5H3c-0.276%2C0-0.5%2C0.224-0.5%2C0.5s0.224%2C0.5%2C0.5%2C0.5h11c0.276%2C0%2C0.5-0.224%2C0.5-0.5%20%20S14.276%2C35.5%2C14%2C35.5z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M14%2C37.5H3c-0.276%2C0-0.5%2C0.224-0.5%2C0.5s0.224%2C0.5%2C0.5%2C0.5h11c0.276%2C0%2C0.5-0.224%2C0.5-0.5%20%20S14.276%2C37.5%2C14%2C37.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-links {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M37%2C0H21c-1.348%2C0-1.792%2C0.722-1.92%2C1.034c-0.128%2C0.312-0.326%2C1.134%2C0.628%2C2.088l3.171%2C3.172%20%20c0.18%2C0.18%2C0.279%2C0.416%2C0.273%2C0.664s-0.113%2C0.478-0.303%2C0.65l-8.044%2C7.308c-0.598%2C0.542-0.936%2C1.282-0.956%2C2.082%20%20c-0.02%2C0.8%2C0.286%2C1.552%2C0.856%2C2.124l5.172%2C5.171c0.578%2C0.578%2C1.356%2C0.896%2C2.192%2C0.896c0.779%2C0%2C1.518-0.281%2C2.082-0.793l8.039-7.309%20%20c0.402-0.366%2C1.131-0.348%2C1.516%2C0.036l3.172%2C3.172c0.492%2C0.492%2C1.004%2C0.739%2C1.521%2C0.739C39.195%2C21.031%2C40%2C20.404%2C40%2C19V3%20%20C40%2C1.346%2C38.654%2C0%2C37%2C0z%20M38%2C18.586l-2.879-2.878c-1.119-1.12-3.107-1.164-4.273-0.103l-8.039%2C7.309%20%20c-0.402%2C0.363-1.131%2C0.35-1.516-0.035l-5.171-5.171c-0.18-0.18-0.278-0.416-0.272-0.664c0.007-0.248%2C0.114-0.478%2C0.303-0.649%20%20l8.039-7.309c0.602-0.544%2C0.941-1.284%2C0.959-2.082c0.02-0.798-0.283-1.554-0.857-2.124L21.414%2C2H37c0.551%2C0%2C1%2C0.448%2C1%2C1V18.586z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M33%2C24c-0.551%2C0-1%2C0.449-1%2C1v10c0%2C1.654-1.346%2C3-3%2C3H5c-1.654%2C0-3-1.346-3-3V11c0-1.654%2C1.346-3%2C3-3h10%20%20c0.552%2C0%2C1-0.448%2C1-1s-0.448-1-1-1H5c-2.756%2C0-5%2C2.244-5%2C5v24c0%2C2.758%2C2.244%2C5%2C5%2C5h24c2.758%2C0%2C5-2.242%2C5-5V25%20%20C34%2C24.449%2C33.551%2C24%2C33%2C24z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-publications {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M35.609%2C3.062C34.85%2C1.264%2C33.07%2C0%2C31%2C0h-7c-1.641%2C0-3.088%2C0.804-4%2C2.03C19.088%2C0.804%2C17.642%2C0%2C16%2C0H9%20C6.93%2C0%2C5.15%2C1.264%2C4.39%2C3.062C1.924%2C3.366%2C0%2C5.452%2C0%2C8v23c0%2C2.758%2C2.242%2C5%2C5%2C5h10c2.312%2C0%2C2.56%2C0.859%2C2.876%2C1.945%20C18.1%2C38.711%2C18.474%2C40%2C20%2C40c1.527%2C0%2C1.9-1.289%2C2.125-2.055C22.441%2C36.859%2C22.688%2C36%2C25%2C36h10c2.758%2C0%2C5-2.242%2C5-5V8%20C40%2C5.452%2C38.076%2C3.366%2C35.609%2C3.062z%20M21%2C5c0-1.654%2C1.346-3%2C3-3h7c1.654%2C0%2C3%2C1.346%2C3%2C3v22c0%2C1.654-1.346%2C3-3%2C3h-7%20c-0.824%2C0-1.996%2C0.236-3%2C0.912V5z%20M6%2C5c0-1.654%2C1.346-3%2C3-3h7c1.654%2C0%2C3%2C1.346%2C3%2C3v25.912C17.996%2C30.236%2C16.824%2C30%2C16%2C30H9%20c-1.654%2C0-3-1.346-3-3V5z%20M38%2C31c0%2C1.654-1.346%2C3-3%2C3H25c-3.814%2C0-4.454%2C2.203-4.796%2C3.383c-0.066%2C0.23-0.168%2C0.578-0.168%2C0.66%20c-0.07-0.082-0.172-0.43-0.238-0.66C19.454%2C36.203%2C18.814%2C34%2C15%2C34H5c-1.654%2C0-3-1.346-3-3V8c0-1.302%2C0.838-2.402%2C2-2.816V27%20c0%2C2.758%2C2.242%2C5%2C5%2C5h6.994C16.496%2C32.006%2C19%2C32.178%2C19%2C35c0%2C0.551%2C0.448%2C1%2C1%2C1s1-0.449%2C1-1c0-2.822%2C2.504-2.994%2C3-3h7%20c2.758%2C0%2C5-2.242%2C5-5V5.184C37.162%2C5.598%2C38%2C6.698%2C38%2C8V31z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-mediathek {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M35%2C4h-7.102C27.555%2C2.246%2C26.277%2C0%2C23%2C0H13C9.722%2C0%2C8.444%2C2.246%2C8.102%2C4H5C2.244%2C4%2C0%2C6.244%2C0%2C9v22%20%20c0%2C2.758%2C2.244%2C5%2C5%2C5h30c2.758%2C0%2C5-2.242%2C5-5V9C40%2C6.244%2C37.758%2C4%2C35%2C4z%20M38%2C31c0%2C1.654-1.346%2C3-3%2C3H5c-1.654%2C0-3-1.346-3-3V9%20%20c0-1.654%2C1.346-3%2C3-3h4c0.548%2C0%2C0.994-0.446%2C1-0.994C10.006%2C4.504%2C10.176%2C2%2C13%2C2h10c2.822%2C0%2C2.994%2C2.504%2C3%2C3c0%2C0.552%2C0.449%2C1%2C1%2C1h8%20%20c1.654%2C0%2C3%2C1.346%2C3%2C3V31z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M35%2C9h-5c-0.551%2C0-1%2C0.448-1%2C1s0.449%2C1%2C1%2C1h5c0.551%2C0%2C1-0.448%2C1-1S35.551%2C9%2C35%2C9z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M18%2C8.002c-6.618%2C0-12%2C5.382-12%2C12c0%2C6.619%2C5.382%2C12%2C12%2C12c6.617%2C0%2C12-5.381%2C12-12%20%20C30%2C13.384%2C24.617%2C8.002%2C18%2C8.002z%20M18%2C30.002c-5.514%2C0-10-4.486-10-10s4.486-10%2C10-10s10%2C4.486%2C10%2C10S23.514%2C30.002%2C18%2C30.002z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M18%2C12c-4.412%2C0-8%2C3.59-8%2C8.002c0%2C2.107%2C0.812%2C4.098%2C2.288%2C5.602c0.196%2C0.201%2C0.456%2C0.299%2C0.714%2C0.299%20%20c0.252%2C0%2C0.506-0.098%2C0.7-0.289c0.394-0.385%2C0.399-1.02%2C0.014-1.414C12.61%2C23.074%2C12%2C21.584%2C12%2C20.002C12%2C16.692%2C14.692%2C14%2C18%2C14%20%20c0.552%2C0%2C1-0.448%2C1-1S18.552%2C12%2C18%2C12z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-twitter, #site-aside .newscenter-twitter-slick .bg-tertiary {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M12.949%2C33.004c-4.433%2C0-8.749-1.27-12.49-3.672c-0.392-0.252-0.558-0.74-0.4-1.18%20%20c0.158-0.441%2C0.608-0.713%2C1.061-0.654c3%2C0.348%2C6.14-0.244%2C8.789-1.701c-2.613-0.877-4.727-2.955-5.601-5.685%20%20c-0.107-0.338-0.029-0.707%2C0.206-0.969c0.093-0.105%2C0.204-0.188%2C0.326-0.244c-2.038-1.635-3.315-4.146-3.315-6.896%20%20c0-0.042%2C0.006-0.184%2C0.012-0.226c0.04-0.33%2C0.244-0.618%2C0.54-0.769c0.25-0.124%2C0.536-0.14%2C0.792-0.048%20%20c-0.826-1.365-1.282-2.947-1.282-4.59c0-1.564%2C0.412-3.097%2C1.192-4.437c0.166-0.283%2C0.46-0.468%2C0.788-0.494%20%20c0.33-0.018%2C0.646%2C0.112%2C0.852%2C0.366c3.522%2C4.338%2C8.617%2C7.105%2C14.121%2C7.708c-0.021-0.229-0.028-0.46-0.028-0.689%20%20C18.511%2C3.958%2C22.458%2C0%2C27.307%2C0c2.234%2C0%2C4.391%2C0.862%2C6.01%2C2.38c1.459-0.344%2C2.84-0.902%2C4.119-1.666%20%20c0.355-0.212%2C0.811-0.182%2C1.133%2C0.076c0.324%2C0.258%2C0.457%2C0.69%2C0.332%2C1.086c-0.248%2C0.778-0.602%2C1.51-1.043%2C2.18%20%20c0.248-0.094%2C0.494-0.195%2C0.736-0.304c0.406-0.18%2C0.885-0.072%2C1.171%2C0.27c0.289%2C0.341%2C0.314%2C0.83%2C0.068%2C1.2%20%20c-1.022%2C1.532-2.267%2C2.87-3.71%2C3.986c0.004%2C0.174%2C0.008%2C0.35%2C0.008%2C0.526C36.131%2C21.174%2C27.459%2C33.004%2C12.949%2C33.004z%20%20%20M5.026%2C29.457c2.506%2C1.02%2C5.19%2C1.547%2C7.921%2C1.547c13.262%2C0%2C21.184-10.813%2C21.184-21.267c0-0.328-0.008-0.654-0.02-0.973%20%20c-0.014-0.334%2C0.139-0.653%2C0.414-0.85c0.523-0.382%2C1.023-0.796%2C1.492-1.24c-0.457%2C0.094-0.916%2C0.168-1.379%2C0.225%20%20c-0.463%2C0.062-0.914-0.223-1.066-0.671C33.42%2C5.783%2C33.6%2C5.291%2C34.006%2C5.046c0.566-0.338%2C1.074-0.752%2C1.512-1.228%20%20c-0.754%2C0.268-1.531%2C0.479-2.324%2C0.638c-0.348%2C0.072-0.691-0.046-0.926-0.298c-1.297-1.389-3.055-2.155-4.957-2.155%20%20c-3.751%2C0-6.798%2C3.063-6.798%2C6.825c0%2C0.523%2C0.059%2C1.05%2C0.177%2C1.565c0.069%2C0.307-0.009%2C0.626-0.208%2C0.867%20%20c-0.2%2C0.24-0.505%2C0.366-0.818%2C0.353C13.661%2C11.307%2C8.004%2C8.653%2C3.914%2C4.27C3.698%2C4.945%2C3.586%2C5.653%2C3.586%2C6.371%20%20c0%2C2.284%2C1.132%2C4.411%2C3.028%2C5.686c0.372%2C0.25%2C0.532%2C0.714%2C0.392%2C1.139c-0.138%2C0.424-0.51%2C0.75-0.986%2C0.689%20%20c-0.796-0.028-1.584-0.164-2.34-0.401c0.572%2C2.58%2C2.624%2C4.672%2C5.294%2C5.211c0.456%2C0.094%2C0.786%2C0.482%2C0.803%2C0.945%20%20c0.016%2C0.461-0.286%2C0.875-0.73%2C1c-0.704%2C0.195-1.436%2C0.299-2.18%2C0.312c1.191%2C1.976%2C3.325%2C3.251%2C5.692%2C3.296%20%20c0.423%2C0.008%2C0.792%2C0.283%2C0.931%2C0.682c0.132%2C0.402%2C0%2C0.844-0.332%2C1.105C10.768%2C27.912%2C7.99%2C29.076%2C5.026%2C29.457z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-announcement {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%22-10%20-10%2040%2040%22%20enable-background%3D%22new%20-10%20-10%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M19-4c0.551%2C0%2C1-0.448%2C1-1v-4c0-0.552-0.449-1-1-1s-1%2C0.448-1%2C1v4C18-4.448%2C18.449-4%2C19-4z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M1-4c0.552%2C0%2C1-0.448%2C1-1v-4c0-0.552-0.448-1-1-1S0-9.552%2C0-9v4C0-4.448%2C0.448-4%2C1-4z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M25-8h-2c-0.551%2C0-1%2C0.448-1%2C1s0.449%2C1%2C1%2C1h2c1.654%2C0%2C3%2C1.346%2C3%2C3v28c0%2C1.654-1.346%2C3-3%2C3H-5%20%20c-1.654%2C0-3-1.346-3-3V-3c0-1.654%2C1.346-3%2C3-3h2c0.552%2C0%2C1-0.448%2C1-1s-0.448-1-1-1h-2c-2.756%2C0-5%2C2.244-5%2C5v28c0%2C2.758%2C2.244%2C5%2C5%2C5%20%20h30c2.758%2C0%2C5-2.242%2C5-5V-3C30-5.756%2C27.758-8%2C25-8z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M1%2C2h-2c-1.654%2C0-3%2C1.346-3%2C3s1.346%2C3%2C3%2C3h2c1.654%2C0%2C3-1.346%2C3-3S2.654%2C2%2C1%2C2z%20M1%2C6h-2%20%20c-0.552%2C0-1-0.448-1-1s0.448-1%2C1-1h2c0.552%2C0%2C1%2C0.448%2C1%2C1S1.552%2C6%2C1%2C6z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M11%2C2H9C7.346%2C2%2C6%2C3.346%2C6%2C5s1.346%2C3%2C3%2C3h2c1.654%2C0%2C3-1.346%2C3-3S12.654%2C2%2C11%2C2z%20M11%2C6H9%20%20C8.448%2C6%2C8%2C5.552%2C8%2C5s0.448-1%2C1-1h2c0.551%2C0%2C1%2C0.448%2C1%2C1S11.551%2C6%2C11%2C6z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M21%2C2h-2c-1.654%2C0-3%2C1.346-3%2C3s1.346%2C3%2C3%2C3h2c1.654%2C0%2C3-1.346%2C3-3S22.654%2C2%2C21%2C2z%20M21%2C6h-2%20%20c-0.551%2C0-1-0.448-1-1s0.449-1%2C1-1h2c0.551%2C0%2C1%2C0.448%2C1%2C1S21.551%2C6%2C21%2C6z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M1%2C10h-2c-1.654%2C0-3%2C1.346-3%2C3s1.346%2C3%2C3%2C3h2c1.654%2C0%2C3-1.346%2C3-3S2.654%2C10%2C1%2C10z%20M1%2C14h-2%20%20c-0.552%2C0-1-0.449-1-1s0.448-1%2C1-1h2c0.552%2C0%2C1%2C0.449%2C1%2C1S1.552%2C14%2C1%2C14z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M11%2C10H9c-1.654%2C0-3%2C1.346-3%2C3s1.346%2C3%2C3%2C3h2c1.654%2C0%2C3-1.346%2C3-3S12.654%2C10%2C11%2C10z%20M11%2C14H9%20%20c-0.552%2C0-1-0.449-1-1s0.448-1%2C1-1h2c0.551%2C0%2C1%2C0.449%2C1%2C1S11.551%2C14%2C11%2C14z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M21%2C10h-2c-1.654%2C0-3%2C1.346-3%2C3s1.346%2C3%2C3%2C3h2c1.654%2C0%2C3-1.346%2C3-3S22.654%2C10%2C21%2C10z%20M21%2C14h-2%20%20c-0.551%2C0-1-0.449-1-1s0.449-1%2C1-1h2c0.551%2C0%2C1%2C0.449%2C1%2C1S21.551%2C14%2C21%2C14z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M1%2C18h-2c-1.654%2C0-3%2C1.346-3%2C3s1.346%2C3%2C3%2C3h2c1.654%2C0%2C3-1.346%2C3-3S2.654%2C18%2C1%2C18z%20M1%2C22h-2%20%20c-0.552%2C0-1-0.449-1-1s0.448-1%2C1-1h2c0.552%2C0%2C1%2C0.449%2C1%2C1S1.552%2C22%2C1%2C22z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M11%2C18H9c-1.654%2C0-3%2C1.346-3%2C3s1.346%2C3%2C3%2C3h2c1.654%2C0%2C3-1.346%2C3-3S12.654%2C18%2C11%2C18z%20M11%2C22H9%20%20c-0.552%2C0-1-0.449-1-1s0.448-1%2C1-1h2c0.551%2C0%2C1%2C0.449%2C1%2C1S11.551%2C22%2C11%2C22z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M21%2C18h-2c-1.654%2C0-3%2C1.346-3%2C3s1.346%2C3%2C3%2C3h2c1.654%2C0%2C3-1.346%2C3-3S22.654%2C18%2C21%2C18z%20M21%2C22h-2%20%20c-0.551%2C0-1-0.449-1-1s0.449-1%2C1-1h2c0.551%2C0%2C1%2C0.449%2C1%2C1S21.551%2C22%2C21%2C22z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M23-2H-3c-0.552%2C0-1%2C0.448-1%2C1s0.448%2C1%2C1%2C1h26c0.551%2C0%2C1-0.448%2C1-1S23.551-2%2C23-2z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M5-6h10c0.551%2C0%2C1-0.448%2C1-1s-0.449-1-1-1H5C4.448-8%2C4-7.552%2C4-7S4.448-6%2C5-6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-bulb {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220.5%2020.5%2020%2020%22%20enable-background%3D%22new%200.5%2020.5%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%232C3434%22%20d%3D%22M18%2C28c-0.276%2C0-0.5%2C0.225-0.5%2C0.5V36c0%2C0.827-0.673%2C1.5-1.5%2C1.5H3c-0.827%2C0-1.5-0.673-1.5-1.5v-7.499H4%20%20c1.379%2C0%2C2.5-1.121%2C2.5-2.5V23.5h8c0.275%2C0%2C0.5-0.225%2C0.5-0.5s-0.225-0.5-0.5-0.5H6c-0.022%2C0-0.042%2C0.01-0.063%2C0.014%20%20c-0.022%2C0.002-0.042%2C0.006-0.063%2C0.012c-0.086%2C0.023-0.166%2C0.062-0.228%2C0.123l-4.995%2C4.996c-0.063%2C0.062-0.102%2C0.144-0.125%2C0.23%20%20c-0.006%2C0.021-0.01%2C0.039-0.013%2C0.061C0.51%2C27.958%2C0.5%2C27.979%2C0.5%2C28v8c0%2C1.379%2C1.121%2C2.5%2C2.5%2C2.5h13c1.379%2C0%2C2.5-1.121%2C2.5-2.5%20%20v-7.5C18.5%2C28.225%2C18.275%2C28%2C18%2C28z%20M5.5%2C24.207v1.794c0%2C0.827-0.673%2C1.5-1.5%2C1.5H2.207L5.5%2C24.207z%22%2F%3E%20%3Cpath%20fill%3D%22%232C3434%22%20d%3D%22M20.354%2C23.146l-1.5-1.5c-0.194-0.195-0.512-0.195-0.707%2C0l-8.5%2C8.5c-0.038%2C0.037-0.069%2C0.082-0.094%2C0.129%20%20l-1.5%2C3c-0.097%2C0.192-0.059%2C0.426%2C0.094%2C0.578c0.096%2C0.096%2C0.224%2C0.146%2C0.354%2C0.146c0.076%2C0%2C0.152-0.019%2C0.224-0.054l3-1.5%20%20c0.048-0.023%2C0.092-0.055%2C0.13-0.094l8.5-8.5C20.549%2C23.658%2C20.549%2C23.342%2C20.354%2C23.146z%20M10.137%2C31.344l0.52%2C0.52l-1.038%2C0.52%20%20L10.137%2C31.344z%20M11.5%2C31.293L10.707%2C30.5l7.793-7.793l0.793%2C0.793L11.5%2C31.293z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-calendar, #site-aside .newscenter-events-slick .bg-tertiary {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M14.5%2C3C14.775%2C3%2C15%2C2.776%2C15%2C2.5v-2C15%2C0.224%2C14.775%2C0%2C14.5%2C0C14.225%2C0%2C14%2C0.224%2C14%2C0.5v2%20%20C14%2C2.776%2C14.225%2C3%2C14.5%2C3z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M5.5%2C3C5.775%2C3%2C6%2C2.776%2C6%2C2.5v-2C6%2C0.224%2C5.775%2C0%2C5.5%2C0S5%2C0.224%2C5%2C0.5v2C5%2C2.776%2C5.224%2C3%2C5.5%2C3z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M17.5%2C1h-1C16.225%2C1%2C16%2C1.224%2C16%2C1.5S16.225%2C2%2C16.5%2C2h1C18.327%2C2%2C19%2C2.673%2C19%2C3.5v14%20%20c0%2C0.827-0.673%2C1.5-1.5%2C1.5h-15C1.673%2C19%2C1%2C18.327%2C1%2C17.5v-14C1%2C2.673%2C1.673%2C2%2C2.5%2C2h1C3.776%2C2%2C4%2C1.776%2C4%2C1.5S3.776%2C1%2C3.5%2C1h-1%20%20C1.122%2C1%2C0%2C2.123%2C0%2C3.5v14C0%2C18.878%2C1.122%2C20%2C2.5%2C20h15c1.378%2C0%2C2.5-1.122%2C2.5-2.5v-14C20%2C2.123%2C18.878%2C1%2C17.5%2C1z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M5.5%2C6H4.5C3.673%2C6%2C3%2C6.673%2C3%2C7.5S3.673%2C9%2C4.5%2C9H5.5C6.327%2C9%2C7%2C8.327%2C7%2C7.5S6.327%2C6%2C5.5%2C6z%20M5.5%2C8H4.5%20%20C4.225%2C8%2C4%2C7.776%2C4%2C7.5S4.225%2C7%2C4.5%2C7H5.5C5.775%2C7%2C6%2C7.224%2C6%2C7.5S5.775%2C8%2C5.5%2C8z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M10.5%2C6H9.5C8.673%2C6%2C8%2C6.673%2C8%2C7.5S8.673%2C9%2C9.5%2C9H10.5C11.327%2C9%2C12%2C8.327%2C12%2C7.5S11.327%2C6%2C10.5%2C6z%20M10.5%2C8%20%20H9.5C9.225%2C8%2C9%2C7.776%2C9%2C7.5S9.225%2C7%2C9.5%2C7H10.5C10.775%2C7%2C11%2C7.224%2C11%2C7.5S10.775%2C8%2C10.5%2C8z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M15.5%2C6H14.5C13.673%2C6%2C13%2C6.673%2C13%2C7.5S13.673%2C9%2C14.5%2C9H15.5C16.327%2C9%2C17%2C8.327%2C17%2C7.5S16.327%2C6%2C15.5%2C6z%20%20%20M15.5%2C8H14.5C14.225%2C8%2C14%2C7.776%2C14%2C7.5S14.225%2C7%2C14.5%2C7H15.5C15.775%2C7%2C16%2C7.224%2C16%2C7.5S15.775%2C8%2C15.5%2C8z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M5.5%2C10H4.5C3.673%2C10%2C3%2C10.673%2C3%2C11.5C3%2C12.328%2C3.673%2C13%2C4.5%2C13H5.5C6.327%2C13%2C7%2C12.328%2C7%2C11.5%20%20C7%2C10.673%2C6.327%2C10%2C5.5%2C10z%20M5.5%2C12H4.5C4.225%2C12%2C4%2C11.776%2C4%2C11.5C4%2C11.225%2C4.225%2C11%2C4.5%2C11H5.5C5.775%2C11%2C6%2C11.225%2C6%2C11.5%20%20C6%2C11.776%2C5.775%2C12%2C5.5%2C12z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M10.5%2C10H9.5C8.673%2C10%2C8%2C10.673%2C8%2C11.5C8%2C12.328%2C8.673%2C13%2C9.5%2C13H10.5C11.327%2C13%2C12%2C12.328%2C12%2C11.5%20%20C12%2C10.673%2C11.327%2C10%2C10.5%2C10z%20M10.5%2C12H9.5C9.225%2C12%2C9%2C11.776%2C9%2C11.5C9%2C11.225%2C9.225%2C11%2C9.5%2C11H10.5c0.276%2C0%2C0.5%2C0.225%2C0.5%2C0.5%20%20C11%2C11.776%2C10.775%2C12%2C10.5%2C12z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M15.5%2C10H14.5C13.673%2C10%2C13%2C10.673%2C13%2C11.5c0%2C0.828%2C0.673%2C1.5%2C1.501%2C1.5H15.5C16.327%2C13%2C17%2C12.328%2C17%2C11.5%20%20C17%2C10.673%2C16.327%2C10%2C15.5%2C10z%20M15.5%2C12H14.5c-0.276%2C0-0.5-0.225-0.5-0.5c0-0.275%2C0.225-0.5%2C0.5-0.5H15.5%20%20c0.276%2C0%2C0.5%2C0.225%2C0.5%2C0.5C16%2C11.776%2C15.775%2C12%2C15.5%2C12z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M5.5%2C14H4.5C3.673%2C14%2C3%2C14.673%2C3%2C15.5C3%2C16.327%2C3.673%2C17%2C4.5%2C17H5.5C6.327%2C17%2C7%2C16.327%2C7%2C15.5%20%20C7%2C14.673%2C6.327%2C14%2C5.5%2C14z%20M5.5%2C16H4.5C4.225%2C16%2C4%2C15.775%2C4%2C15.5C4%2C15.225%2C4.225%2C15%2C4.5%2C15H5.5C5.775%2C15%2C6%2C15.225%2C6%2C15.5%20%20C6%2C15.775%2C5.775%2C16%2C5.5%2C16z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M10.5%2C14H9.5C8.673%2C14%2C8%2C14.673%2C8%2C15.5C8%2C16.327%2C8.673%2C17%2C9.5%2C17H10.5C11.327%2C17%2C12%2C16.327%2C12%2C15.5%20%20C12%2C14.673%2C11.327%2C14%2C10.5%2C14z%20M10.5%2C16H9.5C9.225%2C16%2C9%2C15.775%2C9%2C15.5C9%2C15.225%2C9.225%2C15%2C9.5%2C15H10.5c0.276%2C0%2C0.5%2C0.225%2C0.5%2C0.5%20%20C11%2C15.775%2C10.775%2C16%2C10.5%2C16z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M15.5%2C14H14.5C13.673%2C14%2C13%2C14.673%2C13%2C15.5C13%2C16.327%2C13.673%2C17%2C14.5%2C17H15.5C16.327%2C17%2C17%2C16.327%2C17%2C15.5%20%20C17%2C14.673%2C16.327%2C14%2C15.5%2C14z%20M15.5%2C16H14.5c-0.276%2C0-0.5-0.225-0.5-0.5c0-0.275%2C0.225-0.5%2C0.5-0.5H15.5%20%20c0.276%2C0%2C0.5%2C0.225%2C0.5%2C0.5C16%2C15.775%2C15.775%2C16%2C15.5%2C16z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M16.5%2C4h-13C3.224%2C4%2C3%2C4.225%2C3%2C4.5S3.224%2C5%2C3.5%2C5h13C16.776%2C5%2C17%2C4.776%2C17%2C4.5S16.776%2C4%2C16.5%2C4z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M7.5%2C2h5C12.775%2C2%2C13%2C1.776%2C13%2C1.5S12.775%2C1%2C12.5%2C1h-5C7.224%2C1%2C7%2C1.224%2C7%2C1.5S7.224%2C2%2C7.5%2C2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-interview {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M20.002%2C27c4.412%2C0%2C8-3.588%2C8-8V8c0-4.412-3.59-8-8-8s-8%2C3.588-8%2C8v11C12.002%2C23.412%2C15.592%2C27%2C20.002%2C27z%20%20%20M14.002%2C18h3c0.552%2C0%2C1-0.448%2C1-1s-0.446-1-1-1h-3v-2h3c0.552%2C0%2C1-0.448%2C1-1s-0.446-1-1-1h-3v-2h3c0.552%2C0%2C1-0.448%2C1-1%20%20s-0.446-1-1-1h-3c0-3.308%2C2.692-6%2C6-6c3.311%2C0%2C6%2C2.692%2C6%2C6h-3c-0.553%2C0-1%2C0.448-1%2C1s0.447%2C1%2C1%2C1h3v2h-3c-0.553%2C0-1%2C0.448-1%2C1%20%20s0.447%2C1%2C1%2C1h3v2h-3c-0.553%2C0-1%2C0.448-1%2C1s0.447%2C1%2C1%2C1h3v1c0%2C3.309-2.693%2C6-6%2C6c-3.308%2C0-6-2.691-6-6V18z%22%2F%3E%20%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M28.004%2C38h-4v-7.703C28.656%2C28.645%2C32%2C24.211%2C32%2C19c0-0.552-0.449-1-1-1s-1%2C0.448-1%2C1%20%20c0%2C5.514-4.486%2C10-10%2C10c-5.514%2C0-10-4.486-10-10c0-0.552-0.446-1-1-1s-1%2C0.448-1%2C1c0%2C5.215%2C3.348%2C9.65%2C8.002%2C11.301V38h-4%20%20c-0.552%2C0-1%2C0.449-1%2C1s0.448%2C1%2C1%2C1h16c0.553%2C0%2C1-0.449%2C1-1S28.555%2C38%2C28.004%2C38z%20M18.002%2C30.82C18.654%2C30.93%2C19.318%2C31%2C20%2C31%20%20c0.684%2C0%2C1.35-0.07%2C2.004-0.182V38h-4v-7.18H18.002z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-quote {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M20%2C0C8.972%2C0%2C0%2C8.972%2C0%2C20c0%2C11.027%2C8.972%2C20%2C20%2C20c11.027%2C0%2C20-8.973%2C20-20C40%2C8.972%2C31.027%2C0%2C20%2C0z%20%20M20%2C38c-9.926%2C0-18-8.074-18-18S10.074%2C2%2C20%2C2s18%2C8.074%2C18%2C18S29.926%2C38%2C20%2C38z%22%2F%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M25.99%2C12c-2.85%2C0-5.166%2C2.3-5.166%2C5.132c0%2C2.124%2C1.289%2C4.005%2C3.281%2C4.782%20c0.486%2C0.189%2C0.748%2C0.723%2C0.602%2C1.215l-1.676%2C5.59c-0.402%2C1.332%2C0.365%2C2.746%2C1.713%2C3.152c0.225%2C0.061%2C0.459%2C0.098%2C0.697%2C0.098%20c1.125%2C0%2C2.131-0.74%2C2.445-1.799l3.148-10.474c0.457-1.316%2C0.465-2.954%2C0.465-2.966C31.5%2C13.768%2C28.699%2C12%2C25.99%2C12z%20M29.129%2C19.08%20l-3.16%2C10.518c-0.061%2C0.211-0.293%2C0.371-0.533%2C0.371l-0.127-0.016c-0.285-0.086-0.449-0.377-0.367-0.656l1.68-5.59%20c0.447-1.488-0.34-3.093-1.793-3.655c-1.215-0.474-2.008-1.622-2.008-2.914c0-1.728%2C1.42-3.134%2C3.166-3.134%20c1.721%2C0%2C3.51%2C1.021%2C3.51%2C2.727C29.5%2C16.98%2C29.436%2C18.189%2C29.129%2C19.08z%22%2F%3E%3Cpath%20fill%3D%22%23004F80%22%20d%3D%22M14.016%2C12c-2.848%2C0-5.164%2C2.3-5.164%2C5.132c0%2C2.124%2C1.288%2C4.001%2C3.284%2C4.782%20c0.484%2C0.189%2C0.748%2C0.723%2C0.603%2C1.215l-1.683%2C5.594c-0.396%2C1.332%2C0.37%2C2.742%2C1.719%2C3.148c0.224%2C0.061%2C0.458%2C0.098%2C0.693%2C0.098%20c1.126%2C0%2C2.134-0.74%2C2.45-1.799l3.146-10.478c0.455-1.32%2C0.466-2.95%2C0.466-2.962C19.53%2C13.768%2C16.726%2C12%2C14.016%2C12z%20M17.16%2C19.08%20L14%2C29.598c-0.062%2C0.211-0.292%2C0.371-0.534%2C0.371l-0.13-0.016c-0.284-0.086-0.448-0.377-0.366-0.656l1.681-5.59%20c0.447-1.488-0.343-3.093-1.792-3.655c-1.219-0.476-2.009-1.622-2.009-2.916c0-1.728%2C1.42-3.134%2C3.164-3.134%20c1.727%2C0%2C3.515%2C1.02%2C3.515%2C2.727C17.53%2C16.979%2C17.464%2C18.186%2C17.16%2C19.08z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.bmbf-icon-press, #site-aside .newscenter-news-slick .bg-tertiary {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20%20%20version%3D%221.1%22%20%20%20id%3D%22Ebene_1%22%20%20%20x%3D%220px%22%20%20%20y%3D%220px%22%20%20%20width%3D%2240%22%20%20%20height%3D%2240%22%20%20%20viewBox%3D%220%200%2040%2040%22%20%20%20enable-background%3D%22new%200%200%2020%2020%22%20%20%20xml%3Aspace%3D%22preserve%22%20%20%20inkscape%3Aversion%3D%220.91%2Bdevel%20r%22%20%20%20sodipodi%3Adocname%3D%22press.svg%22%3E%3Cmetadata%20%20%20id%3D%22metadata21%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%20%20%20id%3D%22defs19%22%20%2F%3E%3Csodipodi%3Anamedview%20%20%20pagecolor%3D%22%23ffffff%22%20%20%20bordercolor%3D%22%23666666%22%20%20%20borderopacity%3D%221%22%20%20%20objecttolerance%3D%2210%22%20%20%20gridtolerance%3D%2210%22%20%20%20guidetolerance%3D%2210%22%20%20%20inkscape%3Apageopacity%3D%220%22%20%20%20inkscape%3Apageshadow%3D%222%22%20%20%20inkscape%3Awindow-width%3D%221600%22%20%20%20inkscape%3Awindow-height%3D%22876%22%20%20%20id%3D%22namedview17%22%20%20%20showgrid%3D%22false%22%20%20%20inkscape%3Azoom%3D%228.34386%22%20%20%20inkscape%3Acx%3D%22-4.943405%22%20%20%20inkscape%3Acy%3D%223.358433%22%20%20%20inkscape%3Awindow-x%3D%220%22%20%20%20inkscape%3Awindow-y%3D%2224%22%20%20%20inkscape%3Awindow-maximized%3D%221%22%20%20%20inkscape%3Acurrent-layer%3D%22Ebene_1%22%20%2F%3E%3Cg%20%20%20id%3D%22g3%22%20%20%20style%3D%22fill%3A%23004f80%3Bfill-opacity%3A1%22%20%20%20transform%3D%22scale%282%29%22%3E%20%3Cpath%20%20%20d%3D%22M%2017.5%2C4%2015%2C4%20C%2014.916%2C4%2014.84%2C4.026%2014.771%2C4.062%20L%2012.854%2C2.145%20C%2012.852%2C2.143%2012.85%2C2.144%2012.848%2C2.142%2012.788%2C2.083%2012.711%2C2.047%2012.627%2C2.025%2012.606%2C2.019%2012.586%2C2.015%2012.564%2C2.012%2012.542%2C2.01%2012.522%2C2%2012.5%2C2%20L%202.5%2C2%20C%201.121%2C2%200%2C3.121%200%2C4.5%20l%200%2C11%20C%200%2C16.879%201.121%2C18%202.5%2C18%20l%2015%2C0%20c%201.379%2C0%202.5%2C-1.121%202.5%2C-2.5%20l%200%2C-9%20C%2020%2C5.121%2018.879%2C4%2017.5%2C4%20Z%20M%2013%2C3.706%2016.293%2C7%2014.5%2C7%20C%2013.673%2C7%2013%2C6.327%2013%2C5.5%20L%2013%2C3.706%20Z%20M%201%2C15.5%201%2C4.5%20C%201%2C3.673%201.673%2C3%202.5%2C3%20L%2012%2C3%2012%2C5.5%20C%2012%2C6.879%2013.121%2C8%2014.5%2C8%20L%2017%2C8%2017%2C17%202.5%2C17%20C%201.673%2C17%201%2C16.327%201%2C15.5%20Z%20m%2018%2C0%20c%200%2C0.651%20-0.419%2C1.201%20-1%2C1.408%20L%2018%2C7.5%20C%2018%2C7.477%2017.99%2C7.457%2017.987%2C7.436%2017.984%2C7.414%2017.98%2C7.395%2017.974%2C7.374%2017.951%2C7.288%2017.913%2C7.208%2017.852%2C7.146%20L%2015.707%2C5%2017.5%2C5%20C%2018.327%2C5%2019%2C5.673%2019%2C6.5%20l%200%2C9%20z%22%20%20%20id%3D%22path5%22%20%20%20style%3D%22fill%3A%23004f80%3Bfill-opacity%3A1%22%20%20%20inkscape%3Aconnector-curvature%3D%220%22%20%2F%3E%20%3Cpath%20%20%20d%3D%22M%203.5%2C10%209%2C10%20c%200.827%2C0%201.5%2C-0.673%201.5%2C-1.5%20l%200%2C-3%20C%2010.5%2C4.673%209.827%2C4%209%2C4%20L%203.5%2C4%20C%202.673%2C4%202%2C4.673%202%2C5.5%20l%200%2C3%20C%202%2C9.327%202.673%2C10%203.5%2C10%20Z%20M%203%2C5.5%20C%203%2C5.225%203.225%2C5%203.5%2C5%20L%209%2C5%20c%200.275%2C0%200.5%2C0.225%200.5%2C0.5%20l%200%2C3%20C%209.5%2C8.775%209.275%2C9%209%2C9%20L%203.5%2C9%20C%203.225%2C9%203%2C8.775%203%2C8.5%20l%200%2C-3%20z%22%20%20%20id%3D%22path7%22%20%20%20style%3D%22fill%3A%23004f80%3Bfill-opacity%3A1%22%20%20%20inkscape%3Aconnector-curvature%3D%220%22%20%2F%3E%20%3Cpath%20%20%20d%3D%22m%202.5%2C12%2013%2C0%20C%2015.776%2C12%2016%2C11.776%2016%2C11.5%2016%2C11.224%2015.776%2C11%2015.5%2C11%20l%20-13%2C0%20C%202.224%2C11%202%2C11.224%202%2C11.5%202%2C11.776%202.224%2C12%202.5%2C12%20Z%22%20%20%20id%3D%22path9%22%20%20%20style%3D%22fill%3A%23004f80%3Bfill-opacity%3A1%22%20%20%20inkscape%3Aconnector-curvature%3D%220%22%20%2F%3E%20%3Cpath%20%20%20d%3D%22m%2011.5%2C10%204%2C0%20C%2015.776%2C10%2016%2C9.776%2016%2C9.5%2016%2C9.224%2015.776%2C9%2015.5%2C9%20l%20-4%2C0%20C%2011.224%2C9%2011%2C9.224%2011%2C9.5%2011%2C9.776%2011.224%2C10%2011.5%2C10%20Z%22%20%20%20id%3D%22path11%22%20%20%20style%3D%22fill%3A%23004f80%3Bfill-opacity%3A1%22%20%20%20inkscape%3Aconnector-curvature%3D%220%22%20%2F%3E%20%3Cpath%20%20%20d%3D%22m%202.5%2C14%2013%2C0%20C%2015.776%2C14%2016%2C13.776%2016%2C13.5%2016%2C13.224%2015.776%2C13%2015.5%2C13%20l%20-13%2C0%20C%202.224%2C13%202%2C13.224%202%2C13.5%202%2C13.776%202.224%2C14%202.5%2C14%20Z%22%20%20%20id%3D%22path13%22%20%20%20style%3D%22fill%3A%23004f80%3Bfill-opacity%3A1%22%20%20%20inkscape%3Aconnector-curvature%3D%220%22%20%2F%3E%20%3Cpath%20%20%20d%3D%22M%2015.5%2C16%20C%2015.776%2C16%2016%2C15.776%2016%2C15.5%2016%2C15.224%2015.776%2C15%2015.5%2C15%20l%20-13%2C0%20C%202.224%2C15%202%2C15.224%202%2C15.5%202%2C15.776%202.224%2C16%202.5%2C16%20l%2013%2C0%20z%22%20%20%20id%3D%22path15%22%20%20%20style%3D%22fill%3A%23004f80%3Bfill-opacity%3A1%22%20%20%20inkscape%3Aconnector-curvature%3D%220%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }
