<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* General ---------------------------------------------------------------*/
/* Headlines -------------------------------------------------------------*/
/* Text ------------------------------------------------------------------*/
/* Buttons ---------------------------------------------------------------*/
/* Form -------------------------------------------------------------------*/
/* Browserupdate-PopUp ----------------------------------------------------*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  /* 1 */
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*!
 *  Font Awesome 4.7.0 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.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0") format('embedded-opentype'), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("../fonts/fontawesome-webfont.svg?v=4.7.0#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.3333333333em;
  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.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul &gt; li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  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-pp: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-resistance: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: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: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before, .fa-address-card:before {
  content: "";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup: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: "arvobold";
  src: url("../fonts/arvo-bold-webfont.woff2") format("woff2"), url("../fonts/arvo-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "arvobold_italic";
  src: url("../fonts/arvo-bolditalic-webfont.woff2") format("woff2"), url("../fonts/arvo-bolditalic-webfont.woff") format("woff");
}
@font-face {
  font-family: "arvoitalic";
  src: url("../fonts/arvo-italic-webfont.woff2") format("woff2"), url("../fonts/arvo-italic-webfont.woff") format("woff");
}
@font-face {
  font-family: "arvoregular";
  src: url("../fonts/arvo-regular-webfont.woff2") format("woff2"), url("../fonts/arvo-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "nobilebold_italic";
  src: url("../fonts/nobile_bold_italic-webfont.woff2") format("woff2"), url("../fonts/nobile_bold_italic-webfont.woff") format("woff");
}
@font-face {
  font-family: "nobilebold";
  src: url("../fonts/nobile_bold-webfont.woff2") format("woff2"), url("../fonts/nobile_bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "nobileitalic";
  src: url("../fonts/nobile_italic-webfont.woff2") format("woff2"), url("../fonts/nobile_italic-webfont.woff") format("woff");
}
@font-face {
  font-family: "nobileregular";
  src: url("../fonts/nobile-webfont.woff2") format("woff2"), url("../fonts/nobile-webfont.woff") format("woff");
}
html {
  color: #000;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;
}
body {
  font-family: "nobileregular", arial, sans-serif;
  font-size: 18px;
  width: 100%;
  overflow-x: hidden;
}
::-moz-selection {
  background: #e71f01;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #e71f01;
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 0;
}
.browserupgrade {
  margin: 0;
  background: #e71f01;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
ul, ol {
  margin: 0px 0px 20px;
  padding: 0px 0px 0px 20px;
}
ul li, ol li {
  padding: 3px 0;
  margin: 0;
}
ol {
  list-style: decimal outside none;
}
ul {
  list-style: disc outside none;
}
p.title {
  font-family: "arvoregular", arial, sans-serif;
  font-size: 30px;
  line-height: 48px;
  padding-bottom: 10px;
}
.white-text {
  color: #fff;
}
h1 {
  font-size: 64px;
  line-height: 80px;
  color: #000;
  font-family: "arvoregular", arial, sans-serif;
  margin: 0 0px 35px;
  padding: 0 0px 0px;
}
h2 {
  font-size: 36px;
  line-height: 50px;
  color: #000;
  font-family: "arvoregular", arial, sans-serif;
  margin: 0 0px 20px;
  padding: 0 0px 0px;
}
h3, p.h3-style {
  font-size: 28px;
  line-height: 42px;
  color: #000;
  font-family: "arvoregular", arial, sans-serif;
  margin: 0 0px 10px;
  padding: 0 0px 0px;
}
h4, p.h4-style {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-family: "arvoregular", arial, sans-serif;
  margin: 0 0px 0px;
  padding: 0 0px 0px;
}
h5 {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  font-family: "arvoregular", arial, sans-serif;
  margin: 0 0px 0px;
  padding: 0 0px 0px;
}
h6 {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  font-family: "arvoregular", arial, sans-serif;
  margin: 0 0px 0px;
  padding: 0 0px 0px;
}
p {
  padding-bottom: 20px;
  margin: 0;
  line-height: 32px;
}
a {
  color: #e71f01;
  text-decoration: underline;
}
a.hover, a:hover {
  color: #811100;
  text-decoration: underline;
}
audio, canvas, img, svg, video {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
iframe {
  vertical-align: middle;
  max-width: 100%;
}
.center {
  text-align: center;
}
.hide {
  display: none;
}
.clear::before, .clear::after {
  content: " ";
  display: table;
}
.clear::after {
  clear: both;
}
.clear {
  *zoom: 1;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;
}
#ajax-loader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: none;
}
#ajax-loader img {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -13px;
  width: 95px;
  height: 25px;
}
.btn {
  display: inline-block;
  text-align: center;
  border: 0px solid transparent;
  padding: 7px 18px;
  margin: 5px 0px;
  font-size: 18px;
  line-height: 26px;
  border-radius: 0px;
  background-color: #e71f01;
  border-color: #e71f01;
  color: #fff;
  font-family: "arvoregular", arial, sans-serif;
  text-decoration: none;
}
.btn.hover, .btn:hover {
  background-color: #811100;
  border-color: #811100;
  color: #fff;
  text-decoration: none;
}
.btn.disabled, .btn:disabled {
  background-color: #e71f01;
  border-color: #e71f01;
  color: #fff;
}
.btn::after {
  margin-left: 10px;
  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;
  content: "";
}
.banner::before, .banner::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10px;
  display: block;
  width: 14px;
  height: 0px;
  border-style: solid;
}
.banner-left::before, .banner-left::after {
  left: -35px;
}
.banner-right::before, .banner-right::after {
  right: -35px;
}
.banner::after {
  border-style: solid;
  width: 0px;
  top: 100%;
  border-width: 5px 8px !important;
}
.banner-left::after {
  left: 0;
}
.banner-right::after {
  right: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
label {
  display: block;
  margin-bottom: 5px;
}
input, select, textarea {
  margin-bottom: 10px;
  width: 96%;
  padding: 10px 2%;
  border: 1px solid #333;
  border-radius: 0px;
  color: #000;
}
select {
  width: 100%;
}
input[type="submit"], button[type="submit"] {
  display: block;
  text-align: center;
  border: 0px solid transparent;
  cursor: pointer;
  padding: 7px 18px;
  margin: 5px 0px;
  font-size: 18px;
  line-height: 26px;
  border-radius: 0px;
  background-color: #e71f01;
  border-color: #e71f01;
  color: #fff;
  font-family: "arvoregular", arial, sans-serif;
  text-decoration: none;
}
input[type="submit"].hover, input[type="submit"]:hover, button[type="submit"].hover, button[type="submit"]:hover {
  background-color: #811100;
  border-color: #811100;
  color: #fff;
  text-decoration: none;
}
input[type="submit"].disabled, input[type="submit"]:disabled, button[type="submit"].disabled, button[type="submit"]:disabled {
  background-color: #e71f01;
  border-color: #e71f01;
  color: #fff;
}
input[type=text]::-webkit-input-placeholder {
  color: #ccc;
}
input[type=text]:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder {
  color: #ccc;
}
input[type=text]:placeholder-shown {
  color: #ccc;
}
input[type=checkbox] {
  width: auto;
  margin-right: 10px;
}
.custom-checkbox {
  position: relative;
}
.custom-checkbox input {
  z-index: -9999;
  width: 0 !important;
  height: 0;
  margin: 0;
  position: absolute;
}
.custom-checkbox span {
  width: 20px;
  height: 20px;
  padding: 2px 0px 0px 2px;
  display: inline-block;
  border: 3px solid #fff;
  margin-right: 10px;
}
.custom-checkbox span &gt; i {
  visibility: hidden;
  display: block;
  color: #fff;
}
.custom-checkbox input:checked + span &gt; i {
  visibility: visible;
}
.form-check-label {
  font-size: 16px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}
.form-check-label input {
  position: absolute;
  left: 0;
  top: 5px;
}
.datenschutz-frame {
  font-size: 16px;
  margin: 20px 0px;
}
form .row:after, form .btn-group:after {
  content: " ";
  display: block;
  clear: both;
}
form .row .col-lg-6 {
  width: 48%;
  float: left;
}
form .row .col-lg-6:first-child {
  margin-right: 4%;
}
form span.previous {
  float: left;
}
form span.next {
  float: right;
}
form span.previous button::before {
  margin-right: 10px;
  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;
  content: "";
}
form span.previous button::after {
  margin-left: 0px;
  display: none;
  content: "";
}
form h2 {
  margin-top: 20px;
}
form .row .col-lg-4 {
  width: 30.66%;
  float: left;
  margin-left: 4%;
}
form .row .col-lg-4:first-child {
  margin-left: 0;
}
form input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
form input[type="date"] {
  font-family: "nobileregular", arial, sans-serif;
  font-size: 15px;
}
form label[for="bewerbungsformular-818-fileupload-2"], form label[for="bewerbungsformular-818-fileupload-3"], form label[for="bewerbungsformular-818-imageupload-1"] {
  font-size: 16px;
  line-height: 20px;
  background-color: #dad1c4;
  display: block;
  padding: 8px 15px;
  cursor: pointer;
}
form label[for="bewerbungsformular-818-fileupload-2"]:hover, form label[for="bewerbungsformular-818-fileupload-3"]:hover, form label[for="bewerbungsformular-818-imageupload-1"]:hover {
  background-color: #e71f01;
  color: #fff;
}
form label[for="bewerbungsformular-818-fileupload-2"]::before, form label[for="bewerbungsformular-818-fileupload-3"]::before, form label[for="bewerbungsformular-818-imageupload-1"]::before {
  margin-right: 10px;
  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;
  content: "";
}
form label[for="bewerbungsformular-818-hidden-1"] {
  display: none;
}
form #bewerbungsformular-818-hidden-1 {
  display: none;
}
form legend {
  font-size: 36px;
  line-height: 50px;
  color: #000;
  font-family: "arvoregular", arial, sans-serif;
  margin: 0 0px 20px;
  padding: 0 0px 0px;
}
form .table-responsive table {
  border-collapse: collapse;
}
form .table-responsive tr td {
  padding: 2px 10px;
}
form .table-responsive tr:nth-child(17) td, form .table-responsive tr:nth-child(18) td, form .table-responsive tr:nth-child(19) td, form .table-responsive tr:nth-child(20) td, form .table-responsive tr:nth-child(21) td, form .table-responsive tr:nth-child(22) td, form .table-responsive tr:nth-child(23) td, form .table-responsive tr:nth-child(24) td {
  background-color: #dad1c4;
}
form .table-responsive tr:nth-child(29) td {
  display: none;
}
form .error {
  font-size: 14px;
  color: #f00;
  margin-top: -5px;
  padding-bottom: 10px;
  display: block;
}
form #bewerbungsformular-818-hidden-1 {
  display: none;
}
form p {
  padding-bottom: 5px;
}
#main-header {
  background: url(../img/mainnav-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
  overflow: visible;
}
#main-header.content-frame-wbg {
  padding-top: 20px;
}
#logo {
  position: absolute;
  left: 50%;
  margin-left: -97px;
  top: -75px;
  width: 195px;
  height: 200px;
}
#logo-text {
  text-align: center;
}
#logo-mmm {
  position: absolute;
  left: calc(50% + 100px);
  z-index: 5;
}
#mobil-nav-btn {
  display: none;
  font-size: 30px;
  line-height: 30px;
  padding: 10px 20px;
  margin: 0;
  color: #000;
  text-decoration: none;
}
#mobil-nav-btn:hover {
  color: #fff;
  background-color: #e71f01;
}
#mainnav {
  background: #fff;
  margin: 80px 0;
  position: relative;
  box-shadow: 0px 2px 3px #999;
}
#mainnav.fixed {
  margin: 0;
  position: fixed;
  top: 0;
  width: calc(100% - 300px);
  z-index: 1000;
}
#mainnav .banner::before, #mainnav .banner::after {
  border-width: 25px 18px;
}
#mainnav .banner::after {
  border-width: 4px 8px !important;
}
#mainnav .banner-left::before, #mainnav .banner-left::after {
  border-color: #dad1c4 #dad1c4 #dad1c4 transparent;
}
#mainnav .banner-right::before, #mainnav .banner-right::after {
  border-color: #dad1c4 transparent #dad1c4 #dad1c4;
}
#mainnav .banner-left::after {
  border-color: #847067 #847067 transparent transparent;
}
#mainnav .banner-right::after {
  border-color: #847067 transparent transparent #847067;
}
#mainnav ul {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
#mainnav ul.nav-part-left {
  float: left;
  width: calc(50% - 147px);
  padding-right: 30px;
  padding-left: 20px;
  text-align: right;
  margin-bottom: 0;
}
#mainnav ul.nav-part-right {
  float: right;
  width: calc(50% - 207px);
  padding-left: 30px;
  padding-right: 80px;
  text-align: left;
  margin-bottom: 0;
}
.search-btn, #mainnav ul li a {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.search-btn:hover, #mainnav ul li a:hover {
  color: #fff;
  background-color: #e71f01;
}
#mainnav ul li {
  list-style: none;
  padding: 0;
}
#mainnav &gt; ul &gt; li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#mainnav ul li a {
  font-family: "arvoregular", arial, sans-serif;
  position: static;
}
#mainnav ul li.active &gt; a {
  color: #fff;
  background-color: #e71f01;
}
#mainnav ul ul {
  display: none;
  position: absolute;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 4px 5px #666;
  z-index: 999;
}
#mainnav ul li:hover ul {
  display: block;
}
#mainnav ul ul li a {
  display: block;
  font-size: 20px;
  line-height: 28px;
  padding: 10px 35px;
}
.grid {
  width: calc(100% - 300px);
  padding: 20px 150px;
}
.grid-80 {
  width: calc(100% - 600px);
  padding: 20px 300px;
}
.grid-60 {
  width: calc(60% - 150px);
  padding: 20px 150px;
  padding-right: 40%;
}
#breadcrumb {
  font-size: 14px;
  line-height: 20px;
}
#breadcrumb span.hidden {
  display: none;
}
#breadcrumb a {
  color: #000;
  text-decoration: none;
}
#breadcrumb a:hover {
  color: #811100;
  text-decoration: underline;
}
.gridelement2cols {
  margin: 20px 0;
}
.cols100 {
  width: 50%;
  padding: 0px 25%;
}
.gridelement2cols .col1 {
  float: left;
}
.gridelement2cols .col2 {
  float: right;
}
.cols5040 .col1 {
  width: 50%;
}
.cols5040 .col2 {
  width: 40%;
}
.cols5050 .col1 {
  width: 48%;
}
.cols5050 .col2 {
  width: 48%;
}
.teaser {
  position: relative;
  width: 100%;
  max-width: 500px;
  float: right;
  box-shadow: 2px 0px 3px #999;
  margin: 20px 0px 30px;
  text-decoration: none;
}
.img-teaser {
  height: 210px;
  margin-bottom: 60px;
  margin-top: 10px;
  background: #847067;
}
a.teaser:hover {
  box-shadow: 0px 0px 10px #000;
  text-decoration: none;
}
.img-teaser img {
  margin-top: -68px;
}
.img-teaser.normal-img img {
  margin-top: 0;
  max-height: 100%;
  width: auto;
}
.teaser .meta-data {
  position: absolute;
  margin-top: 60px;
  bottom: 0px;
  padding: 30px 40px;
}
.teaser .meta-data p {
  font-family: "arvobold", arial, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 5px;
}
.teaser .banner::before, .teaser .banner::after {
  border-width: 110px 18px;
}
.img-teaser .banner::before, .img-teaser .banner::after {
  border-width: 105px 18px;
}
.teaser .banner-right::before, .teaser .banner-right::after {
  border-color: #dad1c4 transparent #dad1c4 #dad1c4;
}
.teaser .banner-right::after {
  border-color: #847067 transparent transparent #847067;
}
a.teaser:hover .btn {
  background-color: #811100;
}
.red-teaser {
  background-color: #e71f01;
  box-shadow: 1px 0px 2px #666;
}
.white-teaser {
  background-color: #fff;
}
.red-teaser, .white-teaser {
  width: 420px;
  padding: 20px 40px;
  height: 180px;
}
.red-teaser img, .white-teaser img {
  position: absolute;
  right: 10px;
  top: -10px;
  z-index: 0;
}
.red-teaser .banner-right::before, .red-teaser .banner-right::after {
  border-color: #d31c00 transparent #d31c00 #d31c00;
}
.red-teaser .banner-right::after {
  border-color: #811100 transparent transparent #811100;
}
.location-teaser img {
  float: left;
  margin-top: 8px;
  position: static;
}
.location-teaser .start-location-form {
  float: right;
  width: 270px;
}
.location-teaser .start-location-form p.title {
  line-height: 40px;
  padding-bottom: 5px;
}
.red-teaser .title, .red-teaser label {
  color: #fff;
}
.location-teaser .start-location-form input {
  border: 0;
  font-family: "nobilebold_italic", arial, sans-serif;
  width: 90%;
  padding: 10px 5%;
}
.location-teaser .start-location-form button {
  border: 3px solid #fff;
  margin-top: 10px;
  padding: 5px 18px;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.location-teaser .start-location-form button:hover {
  border: 3px solid #811100;
}
.location-teaser .start-location-form button i {
  float: right;
  margin-top: 3px;
}
.teaser-text {
  width: 55%;
  z-index: 1;
  position: relative;
}
a.teaser .teaser-text p.title {
  color: #000;
  line-height: 30px;
  font-size: 26px;
  text-decoration: none;
  padding-bottom: 5px;
}
.content-frame-wbg {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 0;
}
.content-bg {
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ce-gallery .ce-row {
  display: flex;
}
.ce-gallery[data-ce-columns="2"] .ce-column {
  width: calc(50% - 5px);
}
.ce-gallery[data-ce-columns="3"] .ce-column {
  width: calc(33.3% - 6px);
}
.ce-gallery[data-ce-columns="4"] .ce-column {
  width: calc(25% - 7px);
}
.ce-gallery[data-ce-columns="5"] .ce-column {
  width: calc(20% - 8px);
}
.ce-gallery[data-ce-columns="6"] .ce-column {
  width: calc(16.6% - 8px);
}
.ce-gallery[data-ce-columns="7"] .ce-column {
  width: calc(14.2% - 8px);
}
.ce-gallery[data-ce-columns="8"] .ce-column {
  width: calc(12.5% - 8px);
}
#map-small {
  width: 100%;
  height: 500px;
  z-index: 0;
}
.news-list-view {
  display: flex;
  flex-flow: row wrap;
}
.news-list-view .article {
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-bottom: 50px;
}
.news-list-view .article .teaser-text {
  width: 100%;
}
#main-footer .claim {
  width: 100%;
  height: 33px;
  line-height: 33px;
  background-image: url('../img/karos-footer.jpg');
  background-repeat: repeat-x;
  text-align: center;
  font-family: "arvobold", arial, sans-serif;
  text-transform: uppercase;
  padding: 33px 0px;
  font-size: 16px;
}
#main-footer p {
  font-size: 14px;
  padding: 10px 0;
  color: #666;
}
#main-footer p a {
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid #dfdfdf;
}
#main-footer p a:hover {
  color: #811100;
  border-bottom: 1px solid #811100;
}
#main-footer p a.facebook {
  margin-left: 5px;
  font-size: 18px;
}
#assortmentAnchorMenu {
  position: fixed;
  top: 0;
  background: #fff;
}
#assortmentAnchorMenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
}
#assortmentAnchorMenu ul li {
  flex: 1 1 100%;
}
#assortmentAnchorMenu ul li a {
  text-decoration: none;
  display: block;
  text-align: center;
  white-space: nowrap;
}
#assortmentAnchorMenu ul li a:hover {
  color: #fff;
  background: #e71f01;
  text-decoration: inherit;
}
#assortmentContent .frame-type-header {
  padding-top: 73px;
}
#assortmentContent .frame-type-list {
  padding-top: 73px;
  margin-top: -73px;
}
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  #main-header, #main-footer {
    display: none;
  }
  .cols5040 .col1, .cols5040 .col2, .grid, .cols100 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1600px) {
  #mainnav ul.nav-part-left {
    width: calc(50% - 117px);
    padding-right: 10px;
    padding-left: 10px;
  }
  #mainnav ul.nav-part-right {
    width: calc(50% - 177px);
    padding-left: 10px;
    padding-right: 70px;
    text-align: left;
    margin-bottom: 0;
  }
  #mainnav ul li a {
    padding: 10px 10px;
  }
  .cols100 {
    width: 70%;
    padding: 0px 15%;
  }
}
@media only screen and (max-width: 1550px) {
  #mainnav ul li a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1420px) {
  #mainnav ul li a {
    font-size: 20px;
  }
  #mainnav ul.nav-part-right {
    width: calc(50% - 150px);
    padding-right: 45px;
  }
}
@media only screen and (max-width: 1368px) {
  #mainnav ul.nav-part-right {
    width: calc(50% - 130px);
  }
}
@media only screen and (max-width: 1330px) {
  #logo {
    margin-left: -48px;
    top: -25px;
    width: 97px;
    height: 100px;
  }
  #logo-mmm {
    left: calc(50% + 50px);
  }
  #logo-text img {
    width: 220px;
    height: auto;
  }
  #mainnav {
    margin: 80px 0 40px;
  }
  #mainnav.fixed {
    width: calc(100% - 200px);
  }
  #mainnav ul.nav-part-left {
    width: calc(50% - 70px);
  }
  .grid {
    width: calc(100% - 200px);
    padding: 20px 100px;
  }
  .grid-80 {
    width: calc(100% - 460px);
    padding: 20px 230px;
  }
  .red-teaser, .white-teaser {
    padding: 10px 20px;
  }
  .teaser {
    margin: 10px 0px 20px;
  }
  .img-teaser {
    height: 200px;
  }
  .teaser .banner::before, .teaser .banner::after {
    border-width: 100px 18px;
  }
  #main-header .content-bg {
    height: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 1228px) {
  #mainnav.fixed {
    width: calc(100% - 100px);
  }
  .grid {
    width: calc(100% - 100px);
    padding: 20px 50px;
  }
  .grid-80 {
    width: calc(100% - 360px);
    padding: 20px 180px;
  }
  .cols100 {
    width: 100%;
    padding: 0px;
  }
  #mainnav ul.nav-part-right {
    width: calc(50% - 105px);
  }
}
@media only screen and (max-width: 1228px) {
  #mainnav ul li a {
    font-size: 18px;
  }
  .news-list-view .article {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .news-list-view .article .teaser-text {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 36px;
    line-height: 50px;
  }
  h2 {
    font-size: 28px;
    line-height: 42px;
  }
  h3, p.h3-style {
    font-size: 24px;
    line-height: 32px;
  }
  h4, p.h4-style {
    font-size: 22px;
    line-height: 28px;
  }
  h5 {
    font-size: 18px;
    line-height: 32px;
  }
  h6 {
    font-size: 18px;
    line-height: 32px;
  }
  #logo-mmm {
    display: none;
  }
  #mobil-nav-btn {
    display: inline-block;
  }
  #mobil-nav-btn, .search-btn, #mainnav ul li a {
    background: #fff;
  }
  #mainnav {
    margin: 30px 0;
    height: 52px;
  }
  #mainnav ul.nav-part-left {
    float: none;
  }
  #mainnav &gt; ul {
    position: fixed;
    width: 230px !important;
    height: 100%;
    left: -230px;
    top: 0;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0px !important;
    z-index: 100;
  }
  #mainnav ul li {
    margin-right: 0px;
    display: block;
    float: none;
    hyphens: auto;
  }
  #mainnav ul li a {
    color: #fff;
    background: #e71f01;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    position: relative;
    display: block;
    font-size: 18px;
    text-align: left;
    line-height: 24px;
  }
  #mainnav ul li:hover &gt; a, #mainnav ul li.active &gt; a {
    color: #fff;
    background: #811100;
    border-bottom: 1px solid #fff;
  }
  #mainnav li a i {
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px;
  }
  #mainnav ul li:hover &gt; ul, #mainnav ul li ul li ul {
    display: none;
  }
  #mainnav ul li ul {
    position: static;
    width: auto;
    padding: 0;
    margin: 0;
    background-color: transparent;
  }
  #mainnav ul li ul li.current-subnav {
    display: none;
  }
  #mainnav ul ul li a {
    background: #811100;
    font-size: 18px;
    line-height: 24px;
  }
  #mainnav ul ul li a:hover {
    background: #d31c00;
  }
  #main-header {
    z-index: 0;
    position: static;
    min-height: 1px;
  }
  #main-header .content-bg {
    display: none;
  }
  .cols5040 .col1, .cols5040 .col2, .cols5050 .col1, .cols5050 .col2 {
    width: 100%;
  }
  .cols5040 .col2, .cols5050 .col2 {
    margin-top: 40px;
  }
  .cols100 {
    width: 100%;
    padding: 0px;
  }
  .grid-80 {
    width: calc(100% - 100px);
    padding: 20px 50px;
  }
  .location-nav ul li {
    text-shadow: 0px 0px 3px #fff;
  }
}
@media only screen and (max-width: 600px) {
  .red-teaser, .white-teaser {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 550px) {
  .red-teaser img, .white-teaser img {
    display: none;
  }
  .teaser-text {
    width: 100%;
  }
  .location-teaser .start-location-form {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 28px;
    line-height: 42px;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3, p.h3-style {
    font-size: 22px;
    line-height: 28px;
  }
  h4, p.h4-style {
    font-size: 22px;
    line-height: 28px;
  }
  h5 {
    font-size: 18px;
    line-height: 32px;
  }
  h6 {
    font-size: 18px;
    line-height: 32px;
  }
  p.title {
    font-size: 26px;
    line-height: 42px;
  }
  input[type="submit"], button[type="submit"] {
    font-size: 16px;
    line-height: 24px;
  }
  .grid {
    width: calc(100% - 40px);
    padding: 20px 20px;
  }
  .grid-80 {
    width: calc(100% - 40px);
    padding: 20px 20px;
  }
  .banner {
    display: none;
  }
  #mainnav {
    margin: 10px 0 20px;
  }
  #mainnav.fixed {
    width: calc(100% - 40px);
  }
  #logo-text img {
    width: 180px;
  }
  #main-header {
    background: #dad1c4;
  }
  .content-bg {
    display: none;
  }
  .white-text {
    color: #000;
  }
}
</pre></body></html>