@charset "UTF-8";
/* Colors */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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,
  .header-image-with-facts-box .header-image-with-facts-box-headline,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2, .header-image-with-facts-box .header-image-with-facts-box-headline,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "GenerisSansW01-Regular", sans-serif;
  font-size: 18px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #e2001a;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(149.5, 0, 17.1991150442);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

[role=button] {
  cursor: pointer;
}

h1, h2, .header-image-with-facts-box .header-image-with-facts-box-headline, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small, .header-image-with-facts-box .header-image-with-facts-box-headline small,
h2 .small,
.header-image-with-facts-box .header-image-with-facts-box-headline .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2,
.header-image-with-facts-box .header-image-with-facts-box-headline, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
.header-image-with-facts-box .header-image-with-facts-box-headline small,
h2 .small,
.header-image-with-facts-box .header-image-with-facts-box-headline .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 3.6em;
}

h2, .header-image-with-facts-box .header-image-with-facts-box-headline, .h2 {
  font-size: 1.8em;
}

h3, .h3 {
  font-size: 1.2em;
}

h4, .h4 {
  font-size: 0.9em;
}

h5, .h5 {
  font-size: 0.9em;
}

h6, .h6 {
  font-size: 0.9em;
}

p {
  margin: 0 0 12.5px;
}

.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 680px) {
  .lead {
    font-size: 27px;
  }
}

small,
.small {
  font-size: 88%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: #e2001a;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(175, 0, 20.1327433628);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #e2001a;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(175, 0, 20.1327433628);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 25px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 680px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgb(119.085, 119.085, 119.085);
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 17px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 680px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1360px) {
  .container {
    width: 1180px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 680px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1025px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1360px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 679px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 39px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 36px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 43px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 36px;
  line-height: 36px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 53px;
  line-height: 53px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 48px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 680px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 680px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 680px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px;
  }
}
@media (min-width: 680px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #e2001a;
  border-color: rgb(200.5, 0, 23.0663716814);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(175, 0, 20.1327433628);
  border-color: rgb(73, 0, 8.3982300885);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(175, 0, 20.1327433628);
  border-color: rgb(139.3, 0, 16.0256637168);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(175, 0, 20.1327433628);
  border-color: rgb(139.3, 0, 16.0256637168);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(139.3, 0, 16.0256637168);
  border-color: rgb(73, 0, 8.3982300885);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #e2001a;
  border-color: rgb(200.5, 0, 23.0663716814);
}
.btn-primary .badge {
  color: #e2001a;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #e2001a;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(149.5, 0, 17.1991150442);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(38.25, 38.25, 38.25);
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #e2001a;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 680px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 23px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #e2001a;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #e2001a;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 680px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 680px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 680px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 680px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse {
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 680px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 680px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 680px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 680px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 12.5px 20px;
  font-size: 23px;
  line-height: 25px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 680px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 680px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.25px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 679px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 680px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}

.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 680px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 679px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
.navbar-form {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
@media (min-width: 680px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 680px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 680px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgb(231.425, 231.425, 231.425);
  color: #555;
}
@media (max-width: 679px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
@media (max-width: 679px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #e2001a;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(149.5, 0, 17.1991150442);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #e2001a;
  border-color: #e2001a;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgb(119.085, 119.085, 119.085);
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: #e2001a;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(175, 0, 20.1327433628);
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: rgb(119.085, 119.085, 119.085);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #e2001a;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212.925, 212.925, 212.925);
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 680px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #e2001a;
}

.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  color: #3c763d;
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #31708f;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  color: #a94442;
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background-color: #e2001a;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #e2001a;
  border-color: #e2001a;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(255, 175, 184.203539823);
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #e2001a;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #e2001a;
  border-color: #e2001a;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e2001a;
}
.panel-primary > .panel-heading .badge {
  color: #e2001a;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e2001a;
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 680px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "GenerisSansW01-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "GenerisSansW01-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 18px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 680px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 679px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 679px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 679px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 679px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 680px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 680px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 680px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 680px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1359px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1359px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1359px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) and (max-width: 1359px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1360px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1360px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1360px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1360px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 679px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 680px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1359px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1360px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "GenerisSerifW01-Regular";
  src: url("../Fonts/b2c29912-42dc-4f83-998f-2def652d4453.eot?#iefix");
  src: url("../Fonts/b2c29912-42dc-4f83-998f-2def652d4453.eot?#iefix") format("eot"), url("../Fonts/4519191b-4554-46aa-9693-b02f72ca83f3.woff") format("woff"), url("../Fonts/90f382b4-eb8d-4a01-b404-f8e1bdd84c55.ttf") format("truetype"), url("../Fonts/2ee7e1b5-3d68-4002-9ff9-2a5426613ca8.svg#2ee7e1b5-3d68-4002-9ff9-2a5426613ca8") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "GenerisSansW01-Regular";
  src: url("../Fonts/b1f6e78d-91da-492b-874d-7b79aeb62086.eot?#iefix");
  src: url("../Fonts/b1f6e78d-91da-492b-874d-7b79aeb62086.eot?#iefix") format("eot"), url("../Fonts/8bdd514f-cf59-4251-87bd-771e95e5b46c.woff") format("woff"), url("../Fonts/b03c8510-ff05-4f7b-89cf-7c9081337c69.ttf") format("truetype"), url("../Fonts/48e27619-cb4b-4369-9109-3ae6b4c81c1c.svg#48e27619-cb4b-4369-9109-3ae6b4c81c1c") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Generis Sans W01 Italic";
  src: url("../Fonts/5857e38b-4ed7-42c0-9eb5-70f1111244ab.eot?#iefix");
  src: url("../Fonts/5857e38b-4ed7-42c0-9eb5-70f1111244ab.eot?#iefix") format("eot"), url("../Fonts/4f45d1be-109b-45c1-ab3e-84e6e7d248df.woff") format("woff"), url("../Fonts/b3607c4f-cd7c-4f3a-9b42-937988553ff7.ttf") format("truetype"), url("../Fonts/0831f02b-cd38-4814-8a99-2da58dc239c1.svg#0831f02b-cd38-4814-8a99-2da58dc239c1") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Generis Sans W01 Medium";
  src: url("../Fonts/8cb6e5af-e50a-42b4-a13f-ef0973075d59.eot?#iefix");
  src: url("../Fonts/8cb6e5af-e50a-42b4-a13f-ef0973075d59.eot?#iefix") format("eot"), url("../Fonts/9a4e68d5-f183-476b-9abe-16b4a84b252d.woff") format("woff"), url("../Fonts/fa58fbb8-2afc-4fe9-983f-040ff63f1d5a.ttf") format("truetype"), url("../Fonts/e3502408-2005-42b0-af95-2a5be3865db5.svg#e3502408-2005-42b0-af95-2a5be3865db5") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Generis Sans W01 Bold";
  src: url("../Fonts/fe370336-d56f-48f5-850d-a29342c0e4cd.eot?#iefix");
  src: url("../Fonts/fe370336-d56f-48f5-850d-a29342c0e4cd.eot?#iefix") format("eot"), url("../Fonts/e62042f5-b2ff-46c4-90e0-24e2a49d65cd.woff") format("woff"), url("../Fonts/e3cf5383-4598-47ac-ad37-92f1c5d291e6.ttf") format("truetype"), url("../Fonts/276578bb-2e6b-4c20-b3ff-df8e206e2bae.svg#276578bb-2e6b-4c20-b3ff-df8e206e2bae") format("svg");
  font-display: swap;
}
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

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

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -webkit-calc(var(--fa-li-width, 2em) * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
      -ms-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\<";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../Fonts/fa-solid-900.woff2") format("woff2"), url("../Fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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-dots {
  position: absolute;
  right: 80px;
  bottom: 0%;
}
.slick-dots li {
  display: inline-block;
  width: 20px;
}
.slick-dots button {
  display: inline-block;
  text-indent: -999em;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  position: relative;
}
.slick-dots button:after {
  content: "";
  background: transparent;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  border: solid 1px transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: -4px 0px 0px -4px;
}
.slick-dots button:focus, .slick-dots button:active {
  border: solid 1px #ffffff;
}
.slick-dots .slick-active button:after {
  border: solid 1px #ffffff;
}

.slick-prev, .slick-next {
  display: none;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
}
@media (min-height: 680px) {
  #swipebox-slider .slide img,
  #swipebox-slider .slide .swipebox-video-container,
  #swipebox-slider .slide .swipebox-inline-container {
    max-height: -webkit-calc(100% - 220px);
    max-height: calc(100% - 220px);
  }
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../Images/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 80px;
  display: table;
}
@media (min-width: 680px) {
  #swipebox-bottom-bar,
  #swipebox-top-bar {
    height: 110px;
  }
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: 0px;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

#swipebox-top-bar {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.2;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: black;
  background: rgba(0, 0, 0, 0.9);
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  color: #ffffff;
  font-size: 0.9em;
}

#swipebox-top-bar {
  display: table;
}
#swipebox-top-bar #swipebox-title {
  display: table-cell;
  vertical-align: middle;
  display: none;
}

#swipebox-gallery-navigation {
  text-align: center;
  margin-bottom: 0em;
}
#swipebox-gallery-navigation button {
  border: none;
  display: inline-block;
  background: none;
  margin: 0 1em;
  padding-left: 0em;
  padding-right: 0em;
  -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#swipebox-gallery-navigation button path {
  fill: #ffffff;
  -webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#swipebox-gallery-navigation button:focus {
  outline: none;
}
#swipebox-gallery-navigation button.disabled {
  opacity: 0.2;
  pointer-events: none;
}
#swipebox-gallery-navigation button:hover path {
  fill: #e2001a;
}

#swipebox-close {
  right: 3em;
  top: 1.5em;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.25em;
}
#swipebox-close:hover {
  color: #e2001a;
}
#swipebox-close:hover path {
  fill: #e2001a;
}
#swipebox-close span {
  display: inline-block;
  margin-top: 0.25em;
  margin-right: 0.5em;
  vertical-align: middle;
}
#swipebox-close path {
  fill: #ffffff;
  -webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
html {
  font-size: 0.875em;
}
@media (min-width: 680px) {
  html {
    font-size: 1.25em;
  }
}

body {
  font-size: 1em;
  color: #000000;
  font-family: "GenerisSansW01-Regular", sans-serif;
  overflow-x: hidden;
}

h1, h2.section-header, .header-image-with-facts-box .section-header.header-image-with-facts-box-headline {
  font-family: "GenerisSerifW01-Regular", serif;
  text-align: center;
  margin-bottom: 1.1em;
}
@media (min-width: 680px) {
  h1, h2.section-header, .header-image-with-facts-box .section-header.header-image-with-facts-box-headline {
    margin-bottom: 1.4em;
  }
}
@media (max-width: 679px) {
  h1, h2.section-header, .header-image-with-facts-box .section-header.header-image-with-facts-box-headline {
    font-size: 38px;
  }
}
@media (max-width: 350px) {
  h1, h2.section-header, .header-image-with-facts-box .section-header.header-image-with-facts-box-headline {
    font-size: 33px;
  }
}
h1 small, h2.section-header small, .header-image-with-facts-box .section-header.header-image-with-facts-box-headline small {
  display: block;
  font-size: 0.25em;
  margin-top: 0.4em;
  text-transform: uppercase;
  font-family: "Generis Sans W01 Bold", sans-serif;
  color: #757575;
}

h2, .header-image-with-facts-box .header-image-with-facts-box-headline {
  font-family: "GenerisSerifW01-Regular", serif;
  color: #e2001a;
  position: relative;
  margin-bottom: 1.5em;
}
h2:after, .header-image-with-facts-box .header-image-with-facts-box-headline:after {
  content: "";
  display: block;
  width: 80px;
  background-color: #5c6971;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -0.4em;
}

.cookiefirst-root h2:after, .cookiefirst-root .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .cookiefirst-root .header-image-with-facts-box-headline:after {
  content: none;
}

h2.section-header, .header-image-with-facts-box .section-header.header-image-with-facts-box-headline {
  font-family: "GenerisSerifW01-Regular", serif;
  text-align: center;
  font-size: 3.6em;
}
@media (max-width: 679px) {
  h2.section-header, .header-image-with-facts-box .section-header.header-image-with-facts-box-headline {
    font-size: 38px;
  }
}
@media (max-width: 350px) {
  h2.section-header, .header-image-with-facts-box .section-header.header-image-with-facts-box-headline {
    font-size: 33px;
  }
}

h3 {
  color: #757575;
  font-size: 1.2em;
}
h3.black {
  color: #000000;
}

h3, h4 {
  font-family: "Generis Sans W01 Medium", sans-serif;
}

.cookiefirst-root h2 + h4, .cookiefirst-root .header-image-with-facts-box .header-image-with-facts-box-headline + h4, .header-image-with-facts-box .cookiefirst-root .header-image-with-facts-box-headline + h4 {
  margin-top: 15px;
}

ul {
  list-style-type: none;
  padding: 0px;
}

p {
  font-size: 0.9em;
  line-height: 1.62;
  margin: 0 auto;
}

.news-detail p {
  max-width: 46.2em;
}

.news-contentelements {
  max-width: 41.6em;
  margin: 0 auto;
}

a,
.cookiefirst-root .intro-content__link {
  color: #e2001a;
  -webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a:hover, a:active,
.cookiefirst-root .intro-content__link:hover,
.cookiefirst-root .intro-content__link:active {
  text-decoration: none;
}
a:focus,
.cookiefirst-root .intro-content__link:focus {
  text-decoration: none;
}
a:active,
.cookiefirst-root .intro-content__link:active {
  opacity: 0.85;
}

table {
  width: 100%;
}
table th, table td {
  padding: 0.5em 0.5em 0.5em 0em;
  vertical-align: top;
}
table th {
  color: #5c6971;
  font-size: 0.875em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  padding: 1.25em;
}
table td {
  font-size: 0.9em;
}
table thead {
  border-bottom: solid 1px #dee1e3;
}
table tbody tr {
  border-bottom: solid 1px #e5e5e5;
}
table tbody tr:last-child {
  border-bottom: none;
}
table.contenttable, table.ce-table {
  table-layout: fixed;
}
@media (max-width: 1024px) {
  table.table-responsive {
    border: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.news-detail ul, .news-detail ol,
.event-detail .description ul,
.main-content > .frame-default > ul,
.main-content > .frame-default > ol,
.frame-type-dhbwcontainers_container ul,
.frame-type-dhbwcontainers_2columns ul,
.frame-type-dhbwcontainers_3columns ul,
.frame-type-dhbwcontainers_4columns ul,
.tab-content ul,
.tab-content ol,
.panel-body ul,
.panel-body ol,
.tx-solr-result ul,
.anchor-links-section-content ul,
.anchor-links-section-content ol {
  margin-bottom: 1.1em;
  font-size: 0.9em;
}
.news-detail ul li, .news-detail ol li,
.event-detail .description ul li,
.main-content > .frame-default > ul li,
.main-content > .frame-default > ol li,
.frame-type-dhbwcontainers_container ul li,
.frame-type-dhbwcontainers_2columns ul li,
.frame-type-dhbwcontainers_3columns ul li,
.frame-type-dhbwcontainers_4columns ul li,
.tab-content ul li,
.tab-content ol li,
.panel-body ul li,
.panel-body ol li,
.tx-solr-result ul li,
.anchor-links-section-content ul li,
.anchor-links-section-content ol li {
  padding-left: 1.5em;
  position: relative;
  display: block;
}
.news-detail ul li:before, .news-detail ol li:before,
.event-detail .description ul li:before,
.main-content > .frame-default > ul li:before,
.main-content > .frame-default > ol li:before,
.frame-type-dhbwcontainers_container ul li:before,
.frame-type-dhbwcontainers_2columns ul li:before,
.frame-type-dhbwcontainers_3columns ul li:before,
.frame-type-dhbwcontainers_4columns ul li:before,
.tab-content ul li:before,
.tab-content ol li:before,
.panel-body ul li:before,
.panel-body ol li:before,
.tx-solr-result ul li:before,
.anchor-links-section-content ul li:before,
.anchor-links-section-content ol li:before {
  content: "•";
  position: absolute;
  left: 0px;
  top: 0px;
}

.frame-type-dhbwcontainers_container ol {
  font-size: 0.9em;
}

.event-detail > ul > li {
  font-size: 0.9em;
}

.event-detail .description ol li {
  padding-left: 0.5em;
  font-size: 0.9em;
}

.news-detail ul, .news-detail ol {
  max-width: 46.2em;
  margin: 0 auto;
}

.news-detail h2, .news-detail .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .news-detail .header-image-with-facts-box-headline, .news-detail h3, .news-detail h4, .news-detail h5, .news-detail table {
  margin-left: auto;
  margin-right: auto;
}
.news-detail h2, .news-detail .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .news-detail .header-image-with-facts-box-headline {
  max-width: 23.1em;
}
.news-detail h3 {
  max-width: 34.65em;
}
.news-detail h4, .news-detail h5 {
  max-width: 46.2em;
}
.news-detail table {
  max-width: 41.58em;
}

.news-detail ol, .main-content > .frame-default > ol, .tab-content ol {
  counter-reset: ol;
  max-width: none;
  margin-left: 0px;
  padding-left: 0px;
}
.news-detail ol li:before, .main-content > .frame-default > ol li:before, .tab-content ol li:before {
  counter-increment: ol;
  content: counter(ol) ".";
}

main p + p, main p + ul, main p + ol, main ul + p, main ol + p {
  margin-top: 1.6em;
}

.row {
  margin-left: 0em;
  margin-right: 0em;
}

.container-fluid {
  max-width: 1360px;
  padding-left: 1em;
  padding-right: 1em;
  clear: both;
}
.container-fluid.relative {
  position: relative;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 680px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.inner-wrapper {
  overflow: hidden;
}

.overlay-header {
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  z-index: 1001;
}

.main-content.container-fluid .download-block,
.main-content.container-fluid .news-teaser-block, .main-content.container-fluid > .frame > header, .main-content.container-fluid > div > .csc-content, .main-content.container-fluid > div > .ce-uploads, .main-content.container-fluid > div > .csc-bulletlist, .main-content.container-fluid > .frame-default.frame-type-text, .main-content.container-fluid > div > .panel-group,
.main-content.container-fluid .studiengaenge,
.main-content.container-fluid .tx-indexedsearch,
.main-content.container-fluid .locations,
.main-content.container-fluid .modules-list {
  padding: 0 1em;
}
@media (min-width: 680px) {
  .main-content.container-fluid .download-block,
  .main-content.container-fluid .news-teaser-block, .main-content.container-fluid > .frame > header, .main-content.container-fluid > div > .csc-content, .main-content.container-fluid > div > .ce-uploads, .main-content.container-fluid > div > .csc-bulletlist, .main-content.container-fluid > .frame-default.frame-type-text, .main-content.container-fluid > div > .panel-group,
  .main-content.container-fluid .studiengaenge,
  .main-content.container-fluid .tx-indexedsearch,
  .main-content.container-fluid .locations,
  .main-content.container-fluid .modules-list {
    padding: 0 2em;
  }
}

.visually-hidden {
  block-size: 1px;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  inline-size: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.page-footer {
  background-color: #2b2b2b;
  padding-top: 4em;
  padding-bottom: 1em;
}
.page-footer h3 {
  color: #808080;
  font-family: "GenerisSerifW01-Regular", serif;
  margin-bottom: 1.66em;
  margin-top: 0em;
}
.page-footer a {
  color: #ffffff;
  font-size: 0.875em;
}
.page-footer a:hover {
  color: #808080;
}

.quicklinks nav {
  display: table;
  width: 100%;
}
.quicklinks ul {
  margin-bottom: 4em;
  margin-top: -1em;
  position: relative;
}
@media (min-width: 1025px) {
  .quicklinks ul {
    margin-left: -2em;
  }
}
.quicklinks ul:after {
  content: "";
  display: block;
  clear: both;
}
.quicklinks ul:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #2b2b2b;
}
.quicklinks li {
  display: block;
  border-bottom: solid 1px #414141;
}
.quicklinks li:last-child {
  border-bottom: none;
}
@media (min-width: 1025px) {
  .quicklinks li {
    width: 50%;
    width: -webkit-calc(50% - 4em);
    width: calc(50% - 4em);
    margin-left: 2em;
    margin-right: 2em;
    float: left;
  }
}
.quicklinks li a {
  display: block;
  color: #ffffff;
  padding: 1em 0;
}
.quicklinks li a:after {
  content: " ›";
}

.sociallinks li {
  display: block;
  margin-bottom: 1.25em;
  line-height: 33px;
}
@media (max-width: 679px) {
  .sociallinks li {
    line-height: 19px;
  }
}
@media (max-width: 679px) {
  .sociallinks svg {
    width: 2.5em;
    height: 2.5em;
  }
}
.sociallinks svg path {
  fill: #ffffff;
  -webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sociallinks a:hover svg path {
  fill: #808080;
}
.sociallinks span.icon {
  display: inline-block;
  width: 2.25em;
  margin-right: 1em;
}
@media (max-width: 679px) {
  .sociallinks span.icon {
    margin-right: 2em;
  }
}
.sociallinks span.icon {
  text-align: center;
}
.sociallinks span.link-title {
  display: inline-block;
  vertical-align: top;
}
.sociallinks span.link-title:after {
  content: " ›";
}

.page-footer-bottom {
  background-color: #262626;
  color: #8c8c8c;
  padding: 1em 0em;
}
.page-footer-bottom .container-fluid {
  padding: 0em;
}
.page-footer-bottom .container-fluid .col-sm-8 {
  line-height: 0;
}
.page-footer-bottom .icon-logo-inverted {
  display: block;
  text-align: center;
  height: 50px;
}
@media (min-width: 1025px) {
  .page-footer-bottom .icon-logo-inverted {
    display: inline-block;
    margin-right: 1em;
    text-align: left;
  }
}
.page-footer-bottom p.copyright {
  display: block;
  text-align: center;
  margin: 0;
  line-height: 50px;
  font-size: 0.875em;
}
@media (min-width: 1025px) {
  .page-footer-bottom p.copyright {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
}

.icon-logo-inverted svg path {
  fill: #8c8c8c;
}

.metalinks-footer {
  text-align: center;
  line-height: 0;
}
@media (min-width: 1025px) {
  .metalinks-footer {
    text-align: right;
  }
}
.metalinks-footer ul {
  margin-bottom: 0;
}
.metalinks-footer li {
  line-height: 48px;
  display: inline-block;
}
.metalinks-footer li:after {
  content: " | ";
  display: inline-block;
  margin: 0 4px;
}
.metalinks-footer li:last-child:after {
  display: none;
}
.metalinks-footer a {
  color: #ffffff;
  font-size: 0.875em;
  font-family: "Generis Sans W01 Bold", sans-serif;
}
.metalinks-footer a:hover {
  color: #8c8c8c;
}

.page-header {
  border: none;
  height: 80px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  position: absolute;
  top: 0px;
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
  z-index: 1040;
  -webkit-box-shadow: 0 0 1px #ccc;
          box-shadow: 0 0 1px #ccc;
}
.page-header .container-fluid {
  padding: 0em;
}
.page-header.fixed {
  position: fixed;
}
.page-header.prepare-animation {
  position: fixed;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.page-header.animate {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.page-header.pin {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.page-header {
  background-color: #ffffff;
}
@media (min-width: 680px) {
  .page-header {
    height: 110px;
  }
}
.page-header p.text-hide {
  text-align: left;
  margin-top: 20px;
}
@media (min-width: 680px) {
  .page-header p.text-hide {
    margin-top: 20px;
  }
}
.page-header p.text-hide svg {
  width: 96px;
  height: 40px;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
@media (min-width: 680px) {
  .page-header p.text-hide svg {
    width: 160px;
    height: 70px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.page-header .container-fluid {
  padding-right: 0em;
}
@media (min-width: 680px) {
  .page-header .container-fluid {
    padding-right: 1em;
  }
}
@media (min-width: 680px) and (max-width: 1024px) {
  .page-header .col-sm-9 {
    padding-right: 0em;
  }
}

.header-wrapper {
  display: block;
  float: right;
  width: auto;
}
.header-wrapper > div {
  display: block;
  float: left;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
}
@media (min-width: 680px) {
  .header-wrapper > div {
    height: 110px;
    line-height: 110px;
  }
}
.header-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.search-wrapper {
  position: relative;
  display: inline-block;
  padding-right: 2em;
  background-color: #fff;
}
.search-wrapper input {
  font-size: 1em;
}
.search-wrapper input {
  padding: 0px;
  margin-left: 1.5em;
  max-width: 3em;
  border: none;
}
.search-wrapper input::-ms-clear {
  display: none;
}
.search-wrapper div.decoration {
  width: 1em;
  height: 1em;
  background-size: cover;
  position: absolute;
  left: 0px;
  background-color: transparent;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-wrapper div.decoration .icon-search {
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 0px;
  cursor: pointer;
}

.overlay .search-wrapper {
  background-color: transparent;
}
@media (max-width: 679px) {
  .overlay .search-wrapper {
    width: 66%;
    width: -webkit-calc(100% - 4em);
    width: calc(100% - 4em);
  }
}
.overlay .search-wrapper input {
  color: #ffffff;
  background: transparent;
  -webkit-transition: max-width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: max-width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.overlay .search-wrapper input:focus {
  outline: none;
}
.overlay .search-wrapper input.expand {
  width: 100%;
  max-width: 1200px;
  font-size: 1.5em;
  font-family: "GenerisSansW01-Regular", sans-serif;
}
.overlay .search-wrapper input.large {
  font-size: 1.5em;
  font-family: "GenerisSansW01-Regular", sans-serif;
}
.overlay .search-wrapper button {
  background: transparent;
  border: none;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 680px) {
  .overlay .search-wrapper button.expand {
    right: 95%;
    right: -webkit-calc(100% - 1em);
    right: calc(100% - 1em);
  }
}
.overlay .search-wrapper button {
  display: block;
  width: 1em;
  height: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.overlay .search-wrapper button svg {
  fill: #ffffff;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0px;
  left: 0px;
}

.menu-toggle {
  background-color: #e2001a;
  padding: 0em 2em;
}
.menu-toggle a {
  color: #ffffff;
  display: block;
}
.menu-toggle span.icon-nav, .menu-toggle span.icon-close {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.menu-toggle span.icon-nav {
  -webkit-transform: translateY(-0.075em);
      -ms-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  background-size: contain;
}
@media (max-width: 679px) {
  .menu-toggle span.icon-nav {
    margin-right: 0px;
    -webkit-transform: translateY(0em);
        -ms-transform: translateY(0em);
            transform: translateY(0em);
  }
}
.menu-toggle span.icon-close {
  margin-top: 0.25em;
}
.menu-toggle span.icon-close svg {
  fill: #ffffff;
  width: 1em;
  height: 1em;
}
.menu-toggle span.title {
  display: inline-block;
  vertical-align: top;
  line-height: 80px;
}
@media (min-width: 680px) {
  .menu-toggle span.title {
    line-height: 110px;
  }
}

.trigger-search .overlay .menu-toggle {
  width: 10em;
  float: right;
}

.trigger-search .overlay .search-wrapper {
  float: left;
  width: 50%;
  width: -webkit-calc(100% - 10em);
  width: calc(100% - 10em);
}
.trigger-search .overlay .search-wrapper input {
  width: 90%;
}
.trigger-search .overlay .search-wrapper input:focus {
  outline: none;
}
.trigger-search .overlay .search-wrapper button {
  left: 0px;
  right: auto;
}

.overlay .menu-toggle {
  background-color: #e2001a;
}
@media (max-width: 679px) {
  .overlay .menu-toggle {
    position: absolute;
    width: auto;
    right: -2em;
    background-color: #e2001a;
    top: 0px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    padding: 0;
    line-height: 0px;
  }
  .overlay .menu-toggle .title {
    display: none;
    line-height: 0px;
  }
  .overlay .menu-toggle .icon-close {
    margin-top: 30px;
    margin-left: 30px;
  }
}

.lang-selection {
  padding: 0em 1em 0em 2em;
  line-height: 1em;
  vertical-align: top;
  text-transform: uppercase;
}
@media (min-width: 681px) and (max-width: 700px) {
  .lang-selection {
    padding-left: 1.5em;
    padding-right: 0.5em;
  }
}
.lang-selection ul {
  margin: 0px;
}
.lang-selection li {
  display: inline-block;
}
.lang-selection li:first-child:after {
  content: " / ";
  font-size: 0.7em;
}
.lang-selection li a {
  font-family: "Generis Sans W01 Bold", sans-serif;
  font-size: 0.7em;
  color: #5c6971;
}
.lang-selection li a:hover, .lang-selection li a:active, .lang-selection li a:focus {
  color: #e2001a;
}
.lang-selection li.active a {
  color: #e2001a;
}

.overlay .lang-selection a {
  color: #ffffff;
}
.overlay .lang-selection li:first-child:after {
  color: #ffffff;
}
@media (max-width: 679px) {
  .overlay .lang-selection {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0em;
    line-height: 80px;
  }
  .overlay .lang-selection a {
    text-transform: uppercase;
    max-width: 1.1em;
    display: inline-block;
    overflow: hidden;
  }
  .overlay .lang-selection li:first-child:after {
    display: inline-block;
    position: absolute;
    margin-left: 0.25em;
  }
  .overlay .lang-selection li:first-child {
    padding-right: 0.75em;
  }
}

.overlay-header-buttons {
  position: absolute;
  top: 0px;
  background-color: #262626;
  width: 100%;
  height: 80px;
  z-index: 1003;
}
@media (min-width: 680px) {
  .overlay-header-buttons {
    height: 110px;
  }
}
.overlay-header-buttons .header-wrapper {
  position: absolute;
  top: 0px;
  right: 2.6em;
}
@media (min-width: 680px) and (max-width: 1024px) {
  .overlay-header-buttons .header-wrapper {
    right: 0.6em;
  }
}
.overlay-header-buttons .header-wrapper {
  left: 2em;
}
@media (max-width: 679px) {
  .overlay-header-buttons .header-wrapper {
    display: block;
    right: 1.5em;
    left: 1.5em;
  }
}
@media (min-width: 680px) {
  .overlay-header-buttons .search-wrapper {
    width: 90em;
    width: -webkit-calc(100% - 18.75em);
    width: calc(100% - 18.75em);
    text-align: right;
  }
  .overlay-header-buttons .search-wrapper button {
    right: 5.5em;
  }
}
@media (min-width: 680px) {
  .overlay-header-buttons .menu-toggle {
    width: 9.5em;
  }
}
.overlay-header-buttons .icon-close svg {
  position: absolute;
  margin-top: -0.1em;
}

.trigger-search .header-wrapper {
  width: 100%;
  right: 0em;
  padding: 0em 2em 0em 0em;
}
.trigger-search .header-wrapper .search-wrapper input {
  max-width: none;
  width: 100%;
}
.trigger-search .header-wrapper .search-wrapper input:focus {
  outline: none;
}

@media (max-width: 679px) {
  .page-header .col-xs-6.col-sm-9 {
    padding-right: 0em;
  }
}

.menu-overlay-container {
  display: none;
}
.menu-overlay-container.prepare-animation {
  display: block;
}
.menu-overlay-container.prepare-animation .overlay-header-buttons, .menu-overlay-container.prepare-animation .overlay-header {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.menu-overlay-container.prepare-animation .menu-overlay {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
.menu-overlay-container.animate-in .overlay-header-buttons, .menu-overlay-container.animate-in .overlay-header {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.menu-overlay-container.animate-in .menu-overlay {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.3s, transform 0.4s;
  transition: opacity 0.3s, transform 0.4s, -webkit-transform 0.4s;
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

main.main {
  margin-top: 80px;
}
@media (min-width: 680px) {
  main.main {
    margin-top: 110px;
  }
}

/*---------- header Standorte and website 'EdCoN' -----------*/
body.acc p.text-hide svg,
body.standort p.text-hide svg,
body.edcon p.text-hide svg {
  width: 220px;
  height: 40px;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
@media (min-width: 680px) {
  body.acc p.text-hide svg,
  body.standort p.text-hide svg,
  body.edcon p.text-hide svg {
    width: 380px;
    height: 70px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 680px) {
  body.acc .overlay-header-buttons .search-wrapper,
  body.standort-ravensburg .overlay-header-buttons .search-wrapper,
  body.edcon .overlay-header-buttons .search-wrapper {
    width: 90em;
    width: -webkit-calc(100% - 9.5em);
    width: calc(100% - 9.5em);
    text-align: right;
  }
  body.acc .overlay-header-buttons .search-wrapper button,
  body.standort-ravensburg .overlay-header-buttons .search-wrapper button,
  body.edcon .overlay-header-buttons .search-wrapper button {
    right: 5.5em;
  }
}
@media (min-width: 680px) {
  body.acc .overlay-header-buttons .header-wrapper,
  body.standort-ravensburg .overlay-header-buttons .header-wrapper,
  body.edcon .overlay-header-buttons .header-wrapper {
    right: 0.6em;
    width: 100%;
    left: 0;
  }
}
@media (min-width: 680px) {
  body.acc .overlay-header-buttons .menu-toggle,
  body.standort-ravensburg .overlay-header-buttons .menu-toggle,
  body.edcon .overlay-header-buttons .menu-toggle {
    width: 9.5em;
    float: right;
    margin-right: 0em;
  }
}
@media (min-width: 680px) {
  body.acc p.text-hide svg,
  body.standort-ravensburg p.text-hide svg,
  body.edcon p.text-hide svg {
    width: 345px;
    height: 65px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (min-width: 800px) {
  body.acc p.text-hide svg,
  body.standort-ravensburg p.text-hide svg,
  body.edcon p.text-hide svg {
    width: 490px;
    height: 70px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 480px) {
  body.acc .page-header .container-fluid,
  body.edcon .page-header .container-fluid {
    padding-right: 0;
  }
  body.acc .page-header .col-xs-6,
  body.edcon .page-header .col-xs-6 {
    padding-left: 2em;
    padding-right: 0;
  }
}
@media (min-width: 680px) {
  body.acc .page-header nav.main-menu,
  body.edcon .page-header nav.main-menu {
    padding: 0px 0px 4em 0px;
  }
}

.icon-logo-acc svg {
  width: 231px !important;
}
@media (min-width: 1025px) {
  .icon-logo-acc svg {
    width: 331px !important;
  }
}

@media (min-width: 1360px) {
  .icon-logo-heidenheim svg {
    width: 490px !important;
  }
}

body.dhbwp nav.main-menu {
  padding: 2em 0em;
  height: 100%;
}
@media (min-width: 680px) {
  body.dhbwp nav.main-menu {
    height: auto;
    padding: 0px 0px 2em 0px;
    margin: 4em 0em;
  }
}
body.dhbwp nav.main-menu {
  font-family: "Generis Sans W01 Bold", sans-serif;
  font-size: 1em;
  position: relative;
}
body.dhbwp nav.main-menu ul {
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body.dhbwp nav.main-menu > ul > li + li {
  margin-top: 2em;
}
body.dhbwp nav.main-menu > ul > li > a {
  line-height: 1em;
}
body.dhbwp nav.main-menu > ul > li {
  padding-right: 0em;
}
body.dhbwp nav.main-menu > ul > li.hasChild > a:after {
  content: "";
  position: absolute;
  margin-top: 0em;
  color: #ffffff;
  margin-left: -2em;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%22-294.3%20414.6%208%2013%22%3E%3Cpath%20fill%3D%22%23E2001A%22%20d%3D%22M-294.3%20414.6v13h8v-13h-8zm7.6%207c0%20.1%200%20.1%200%200l-6%205.5c-.3.3-.9.3-1.2%200-.3-.3-.3-.8%200-1.1l5.3-4.9-5.3-4.9c-.3-.3-.3-.8%200-1.1.3-.3.9-.3%201.2%200l5.9%205.4s.1%200%20.1.1c.2.2.2.4.2.6.1.1%200%20.3-.2.4z%22%2F%3E%3C%2Fsvg%3E");
  width: 8px;
  height: 13px;
  pointer-events: none;
  left: 100%;
}
@media (min-width: 680px) {
  body.dhbwp nav.main-menu > ul > li.hasChild > a:after {
    left: 50%;
  }
}
@media (min-width: 1025px) {
  body.dhbwp nav.main-menu > ul > li.hasChild > a:after {
    left: 33.33%;
  }
}
body.dhbwp nav.main-menu > ul > li.hasChild a:hover::after {
  background-color: #ffffff;
}
body.dhbwp nav.main-menu a {
  color: #ffffff;
  width: 100%;
  display: block;
  line-height: 1em;
}
body.dhbwp nav.main-menu a:hover, body.dhbwp nav.main-menu a.pinned, body.dhbwp nav.main-menu a.active {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
body.dhbwp nav.main-menu a:hover::after {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
body.dhbwp nav.main-menu li {
  padding: 0em 2em;
}
@media (min-width: 680px) {
  body.dhbwp nav.main-menu li {
    padding: 0em 2em;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  body.dhbwp nav.main-menu li {
    padding: 0em 2em;
    width: 33.33%;
  }
}
body.dhbwp nav.main-menu li ul {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: none;
}
body.dhbwp nav.main-menu li ul.active {
  display: block;
}
@media (min-width: 680px) {
  body.dhbwp nav.main-menu li ul {
    -webkit-transform: translateY(332px);
        -ms-transform: translateY(332px);
            transform: translateY(332px);
    display: none;
    opacity: 0;
    width: 50%;
    left: 50%;
    position: absolute;
    padding-left: 2em;
    max-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.dhbwp nav.main-menu li ul.prepare {
    display: block;
  }
}
@media (min-width: 1025px) {
  body.dhbwp nav.main-menu li ul {
    width: 66.66%;
    left: 33.33%;
  }
}
body.dhbwp nav.main-menu li ul.pinned {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
body.dhbwp nav.main-menu li ul.flyout {
  -webkit-transform: translateY(-332px);
      -ms-transform: translateY(-332px);
          transform: translateY(-332px);
  opacity: 0;
}
@media (min-width: 1025px) {
  body.dhbwp nav.main-menu li ul li {
    width: 50%;
    float: left;
  }
}
body.dhbwp nav.main-menu li ul li {
  font-size: 0.875em;
  margin-bottom: 2em;
}
body.dhbwp nav.main-menu li ul li.active a, body.dhbwp nav.main-menu li ul li.current a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
body.dhbwp nav.main-menu li ul.active {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
@media (min-width: 680px) {
  body.dhbwp nav.main-menu > ul:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    height: 100%;
    top: 0px;
    border-right: solid 1px #cb0017;
  }
}
@media (min-width: 1025px) {
  body.dhbwp nav.main-menu > ul:after {
    left: 33.33%;
  }
}
@media (max-width: 679px) {
  body.dhbwp nav.main-menu.swiped > ul {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    overflow: visible;
  }
}
body.dhbwp nav.main-menu li.back {
  margin-bottom: 2em;
}
body.dhbwp nav.main-menu li.back a {
  padding-left: 2em;
  position: relative;
  color: #ffffff;
}
body.dhbwp nav.main-menu li.back a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -0.1em;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%22-587.3%20829.5%208%2013%22%3E%3Cpath%20fill%3D%22%23E2001A%22%20d%3D%22M-587.3%20829.5v13h8v-13h-8zm.2%206.6c0-.2%200-.4.2-.6%200-.1.1-.1.1-.1l5.9-5.4c.3-.3.9-.3%201.2%200%20.3.3.3.8%200%201.1l-5.3%204.9%205.3%204.9c.3.3.3.8%200%201.1-.3.3-.9.3-1.2%200l-6-5.5c0%20.1%200%20.1%200%200-.2-.1-.3-.3-.2-.4z%22%2F%3E%3C%2Fsvg%3E");
  background-color: #ffffff;
  width: 0.66em;
  height: 1.15em;
}
body.dhbwp .menu-overlay {
  background-color: #e2001a;
  position: relative;
  z-index: 1002;
}
@media (max-width: 679px) {
  body.dhbwp .menu-overlay {
    height: 100vh;
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
  }
}
body.dhbwp .touch .menu-overlay ul.overflow {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-889.47%20481.18%2024%2028.71%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M-867.71%20493.19h-.06c-.43.04-.74.35-.79.78-.05.48-.06.96-.07%201.44-.01.31.05.76-.21%201-.09.08-.22.12-.34.12-.13%200-.27-.05-.37-.13-.24-.2-.18-.56-.18-.84v-1.92c0-.19.01-.38-.02-.56-.1-.57-.58-1.03-1.16-1.03h-.03c-.6.02-1.14.58-1.17%201.18-.03.47.03.95-.02%201.43-.02.25-.15.47-.41.52-.05.01-.1.01-.15.01-.21%200-.4-.1-.47-.32-.04-.14-.04-.29-.04-.43v-.66c0-.4.03-.82-.13-1.19-.06-.13-.14-.26-.23-.37-.29-.34-.71-.52-1.14-.52-.14%200-.28.02-.42.06-.52.14-.9.54-1.02%201.07-.08.35-.05.71-.04%201.06%200%20.2%200%20.4-.01.59-.02.17-.04.36-.12.51-.09.14-.25.2-.42.2-.07%200-.15-.01-.22-.03-.32-.1-.32-.45-.33-.73-.02-.82%200-1.65%200-2.47v-4.95c0-.63.1-1.4-.41-1.86-.23-.2-.52-.31-.81-.31-.2%200-.4.05-.58.14-.26.14-.46.36-.57.64-.11.27-.12.56-.12.84v16.74c0%20.31.09%201.12-.4%201.12h-.02c-.24-.01-.47-.19-.64-.34-.23-.2-.46-.41-.69-.62-.96-.87-1.92-1.73-2.88-2.59-.43-.38-.86-.75-1.35-1.05-.47-.29-.97-.53-1.49-.72-.13-.05-.28-.09-.42-.09-.09%200-.18.02-.26.06-.19.1-.3.29-.37.47-.11.26-.18.54-.17.82.01.55.32%201.02.71%201.4%202.21%202.11%204.44%204.2%206.63%206.34.68.66%201.42.91%202.33.91h.04c1.52-.01%203.04-.02%204.56-.02%201.61%200%203.21.01%204.81.03h.06c.8%200%201.64-.2%202.13-.88.22-.3.35-.66.42-1.02.11-.55.13-1.13.17-1.7.09-1.26.13-2.52.13-3.79%200-2.51-.16-5.02-.34-7.53-.04-.45-.46-.81-.9-.81z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M-885.178%20481.294l.623.622-2.362%202.362-.622-.622zm6.678%203.526c.29%200%20.58.1.81.31.51.46.41%201.24.41%201.86v4.95c0%20.82-.02%201.65%200%202.47.01.28.01.64.33.73.07.02.14.03.22.03.17%200%20.34-.06.42-.2.08-.15.1-.34.12-.51.02-.2.02-.4.01-.59-.01-.35-.04-.71.04-1.06.12-.53.5-.93%201.02-1.07.14-.04.28-.06.42-.06.43%200%20.85.18%201.14.52.1.11.17.24.23.37.17.38.13.79.13%201.19v.66c0%20.14%200%20.29.04.43.06.23.25.32.47.32.05%200%20.1%200%20.15-.01.26-.05.39-.27.41-.52.05-.47-.01-.95.02-1.43.03-.59.57-1.16%201.17-1.18h.03c.58%200%201.06.46%201.16%201.03.03.18.02.37.02.56v.64c0%20.43.01.85%200%201.28%200%20.28-.06.64.18.84.1.08.24.13.37.13.12%200%20.25-.04.34-.12.26-.23.2-.68.21-1%20.01-.48.02-.96.07-1.44.05-.42.35-.74.79-.78h.06c.43%200%20.86.36.9.79.18%202.5.34%205.02.34%207.53%200%201.26-.04%202.53-.13%203.79-.04.56-.06%201.14-.17%201.7-.07.36-.2.72-.42%201.02-.49.68-1.34.88-2.13.88h-.06c-1.6-.02-3.21-.03-4.81-.03-1.52%200-3.04.01-4.56.02h-.04c-.91%200-1.65-.24-2.33-.91-2.18-2.14-4.41-4.23-6.63-6.34-.39-.37-.7-.84-.71-1.4-.01-.28.06-.57.17-.82.08-.18.19-.38.37-.47.08-.04.17-.06.26-.06.14%200%20.29.04.42.09.52.19%201.02.43%201.49.72.49.3.92.67%201.35%201.05.96.86%201.92%201.73%202.88%202.59.23.2.46.42.69.62.18.15.4.32.64.34h.02c.49%200%20.4-.82.4-1.12v-16.74c0-.28.02-.58.12-.84.11-.27.31-.5.57-.64.19-.07.39-.12.58-.12m0-1c-.37%200-.74.09-1.06.27-.46.24-.82.65-1.02%201.14-.17.44-.2.86-.2%201.22v16.24c-.03-.03-.06-.05-.09-.08l-.92-.83c-.65-.59-1.3-1.17-1.95-1.76-.42-.37-.92-.8-1.49-1.15-.52-.32-1.08-.6-1.67-.81-.27-.1-.52-.15-.77-.15-.24%200-.48.05-.69.15l-.01.01-.01.01c-.55.28-.77.8-.84.98-.17.41-.26.83-.25%201.24.02.75.37%201.48%201.02%202.09.47.45.94.89%201.41%201.34%201.72%201.63%203.49%203.31%205.21%204.99.83.81%201.8%201.19%203.03%201.19h.04c1.52-.01%203.05-.02%204.56-.02%201.59%200%203.21.01%204.8.03h.08c1.31%200%202.33-.45%202.94-1.29.29-.4.49-.88.59-1.42.1-.5.13-1%20.16-1.47.01-.11.02-.23.02-.34.09-1.2.13-2.46.13-3.86%200-2.59-.17-5.18-.35-7.6-.08-.95-.93-1.72-1.9-1.72h-.14c-.38.03-.72.17-.99.38-.3-.89-1.13-1.53-2.06-1.53h-.05c-.63.02-1.21.33-1.61.8-.07-.1-.14-.2-.22-.3-.47-.55-1.16-.87-1.91-.87-.24%200-.47.03-.69.09-.33.09-.63.25-.89.45v-4.48c.01-.66.03-1.66-.75-2.36-.38-.38-.91-.58-1.46-.58z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M-883.33%20484.17l-2.36-2.37.62-.62%202.36%202.36-.62.63zm-1.84%204.05l-.62-.62%202.37-2.36.62.62-2.37%202.36z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M-885.29%20488.32l-2.37-2.37.62-.63%202.37%202.37-.62.63z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right center;
  background-size: 40px auto;
}

body.standort-ravensburg .page-header.fixed {
  position: fixed;
}
@media (max-width: 1024px) {
  body.standort-ravensburg .page-header.fixed {
    position: absolute;
  }
}
@media (min-width: 480px) {
  body.standort-ravensburg .page-header .container-fluid {
    padding-right: 0;
  }
  body.standort-ravensburg .page-header .col-xs-6 {
    padding-left: 2em;
    padding-right: 0;
  }
}

body.standort nav.main-menu {
  padding: 2em 0em;
  height: 100%;
}
@media (min-width: 680px) {
  body.standort nav.main-menu {
    height: auto;
    padding: 2em 0 0 0;
  }
}
body.standort nav.main-menu {
  max-height: -webkit-calc(100vh - 80px);
  max-height: calc(100vh - 80px);
  font-size: 1em;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
body.standort nav.main-menu .navbar-collapse {
  display: block;
}
@media (min-width: 680px) {
  body.standort nav.main-menu .navbar-collapse {
    padding-bottom: 2em;
  }
}
body.standort nav.main-menu a {
  color: #ffffff;
  width: 100%;
  display: block;
  opacity: 0.9;
}
body.standort nav.main-menu a:hover {
  color: #ffffff;
  background-color: transparent;
}
body.standort nav.main-menu li {
  padding: 0em 2em;
}
@media (min-width: 680px) {
  body.standort nav.main-menu li {
    padding: 0em;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  body.standort nav.main-menu li {
    padding: 0 2em;
    width: 16%;
    display: inline-block;
    vertical-align: top;
  }
}
body.standort nav.main-menu .umbrella {
  border-bottom: solid 1px #fff;
  font-family: "Generis Sans W01 Bold", sans-serif;
  /* pointer-events: none;
  cursor: default;
   */
}
body.standort nav.main-menu .umbrella:hover {
  text-decoration: none;
}
@media (min-width: 680px) {
  body.standort nav.main-menu .umbrella {
    padding: 1em 0;
  }
}
@media (min-width: 1025px) {
  body.standort nav.main-menu .umbrella {
    line-height: 1.2em;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    cursor: default;
  }
}
@media (max-width: 680px) {
  body.standort nav.main-menu .umbrella {
    padding: 1em 0;
  }
}
body.standort nav.main-menu .dropdown .dropdown-menu {
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}
@media (min-width: 1025px) {
  body.standort nav.main-menu .dropdown .dropdown-menu {
    max-height: 100%;
    opacity: 1;
  }
}
body.standort nav.main-menu .dropdown.open .dropdown-menu {
  max-height: 500px;
  opacity: 1;
}
body.standort nav.main-menu .dropdown-menu {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: inherit;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 680px) {
  body.standort nav.main-menu .dropdown-menu {
    -webkit-overflow-scrolling: touch;
  }
  body.standort nav.main-menu .dropdown-menu.prepare {
    display: block;
  }
}
@media (min-width: 1025px) {
  body.standort nav.main-menu .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
body.standort nav.main-menu .dropdown-menu.active {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
body.standort nav.main-menu .dropdown-menu li.active.current a {
  font-family: "Generis Sans W01 Bold", sans-serif;
  opacity: 1;
}
body.standort nav.main-menu .dropdown-menu li.active.current a:before {
  content: "› ";
}
body.standort nav.main-menu .dropdown-menu li {
  font-size: 0.875em;
  padding: 0.7em 1em;
}
body.standort nav.main-menu .dropdown-menu li:first-child {
  margin-top: 1em;
}
body.standort nav.main-menu .dropdown-menu li a {
  white-space: normal;
  padding: 0;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -mox-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body.standort nav.main-menu .dropdown-menu li a:hover {
  opacity: 1;
  font-weight: 500;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media (min-width: 1025px) {
  body.standort nav.main-menu .dropdown-menu li {
    width: 100%;
    padding: 0.7em 0;
  }
  body.standort nav.main-menu .dropdown-menu li:first-child {
    margin-top: 0;
  }
}
body.standort .menu-overlay {
  background-color: #e2001a;
  position: relative;
  z-index: 1002;
}
body.standort .touch .menu-overlay ul.overflow {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-889.47%20481.18%2024%2028.71%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M-867.71%20493.19h-.06c-.43.04-.74.35-.79.78-.05.48-.06.96-.07%201.44-.01.31.05.76-.21%201-.09.08-.22.12-.34.12-.13%200-.27-.05-.37-.13-.24-.2-.18-.56-.18-.84v-1.92c0-.19.01-.38-.02-.56-.1-.57-.58-1.03-1.16-1.03h-.03c-.6.02-1.14.58-1.17%201.18-.03.47.03.95-.02%201.43-.02.25-.15.47-.41.52-.05.01-.1.01-.15.01-.21%200-.4-.1-.47-.32-.04-.14-.04-.29-.04-.43v-.66c0-.4.03-.82-.13-1.19-.06-.13-.14-.26-.23-.37-.29-.34-.71-.52-1.14-.52-.14%200-.28.02-.42.06-.52.14-.9.54-1.02%201.07-.08.35-.05.71-.04%201.06%200%20.2%200%20.4-.01.59-.02.17-.04.36-.12.51-.09.14-.25.2-.42.2-.07%200-.15-.01-.22-.03-.32-.1-.32-.45-.33-.73-.02-.82%200-1.65%200-2.47v-4.95c0-.63.1-1.4-.41-1.86-.23-.2-.52-.31-.81-.31-.2%200-.4.05-.58.14-.26.14-.46.36-.57.64-.11.27-.12.56-.12.84v16.74c0%20.31.09%201.12-.4%201.12h-.02c-.24-.01-.47-.19-.64-.34-.23-.2-.46-.41-.69-.62-.96-.87-1.92-1.73-2.88-2.59-.43-.38-.86-.75-1.35-1.05-.47-.29-.97-.53-1.49-.72-.13-.05-.28-.09-.42-.09-.09%200-.18.02-.26.06-.19.1-.3.29-.37.47-.11.26-.18.54-.17.82.01.55.32%201.02.71%201.4%202.21%202.11%204.44%204.2%206.63%206.34.68.66%201.42.91%202.33.91h.04c1.52-.01%203.04-.02%204.56-.02%201.61%200%203.21.01%204.81.03h.06c.8%200%201.64-.2%202.13-.88.22-.3.35-.66.42-1.02.11-.55.13-1.13.17-1.7.09-1.26.13-2.52.13-3.79%200-2.51-.16-5.02-.34-7.53-.04-.45-.46-.81-.9-.81z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M-885.178%20481.294l.623.622-2.362%202.362-.622-.622zm6.678%203.526c.29%200%20.58.1.81.31.51.46.41%201.24.41%201.86v4.95c0%20.82-.02%201.65%200%202.47.01.28.01.64.33.73.07.02.14.03.22.03.17%200%20.34-.06.42-.2.08-.15.1-.34.12-.51.02-.2.02-.4.01-.59-.01-.35-.04-.71.04-1.06.12-.53.5-.93%201.02-1.07.14-.04.28-.06.42-.06.43%200%20.85.18%201.14.52.1.11.17.24.23.37.17.38.13.79.13%201.19v.66c0%20.14%200%20.29.04.43.06.23.25.32.47.32.05%200%20.1%200%20.15-.01.26-.05.39-.27.41-.52.05-.47-.01-.95.02-1.43.03-.59.57-1.16%201.17-1.18h.03c.58%200%201.06.46%201.16%201.03.03.18.02.37.02.56v.64c0%20.43.01.85%200%201.28%200%20.28-.06.64.18.84.1.08.24.13.37.13.12%200%20.25-.04.34-.12.26-.23.2-.68.21-1%20.01-.48.02-.96.07-1.44.05-.42.35-.74.79-.78h.06c.43%200%20.86.36.9.79.18%202.5.34%205.02.34%207.53%200%201.26-.04%202.53-.13%203.79-.04.56-.06%201.14-.17%201.7-.07.36-.2.72-.42%201.02-.49.68-1.34.88-2.13.88h-.06c-1.6-.02-3.21-.03-4.81-.03-1.52%200-3.04.01-4.56.02h-.04c-.91%200-1.65-.24-2.33-.91-2.18-2.14-4.41-4.23-6.63-6.34-.39-.37-.7-.84-.71-1.4-.01-.28.06-.57.17-.82.08-.18.19-.38.37-.47.08-.04.17-.06.26-.06.14%200%20.29.04.42.09.52.19%201.02.43%201.49.72.49.3.92.67%201.35%201.05.96.86%201.92%201.73%202.88%202.59.23.2.46.42.69.62.18.15.4.32.64.34h.02c.49%200%20.4-.82.4-1.12v-16.74c0-.28.02-.58.12-.84.11-.27.31-.5.57-.64.19-.07.39-.12.58-.12m0-1c-.37%200-.74.09-1.06.27-.46.24-.82.65-1.02%201.14-.17.44-.2.86-.2%201.22v16.24c-.03-.03-.06-.05-.09-.08l-.92-.83c-.65-.59-1.3-1.17-1.95-1.76-.42-.37-.92-.8-1.49-1.15-.52-.32-1.08-.6-1.67-.81-.27-.1-.52-.15-.77-.15-.24%200-.48.05-.69.15l-.01.01-.01.01c-.55.28-.77.8-.84.98-.17.41-.26.83-.25%201.24.02.75.37%201.48%201.02%202.09.47.45.94.89%201.41%201.34%201.72%201.63%203.49%203.31%205.21%204.99.83.81%201.8%201.19%203.03%201.19h.04c1.52-.01%203.05-.02%204.56-.02%201.59%200%203.21.01%204.8.03h.08c1.31%200%202.33-.45%202.94-1.29.29-.4.49-.88.59-1.42.1-.5.13-1%20.16-1.47.01-.11.02-.23.02-.34.09-1.2.13-2.46.13-3.86%200-2.59-.17-5.18-.35-7.6-.08-.95-.93-1.72-1.9-1.72h-.14c-.38.03-.72.17-.99.38-.3-.89-1.13-1.53-2.06-1.53h-.05c-.63.02-1.21.33-1.61.8-.07-.1-.14-.2-.22-.3-.47-.55-1.16-.87-1.91-.87-.24%200-.47.03-.69.09-.33.09-.63.25-.89.45v-4.48c.01-.66.03-1.66-.75-2.36-.38-.38-.91-.58-1.46-.58z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M-883.33%20484.17l-2.36-2.37.62-.62%202.36%202.36-.62.63zm-1.84%204.05l-.62-.62%202.37-2.36.62.62-2.37%202.36z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M-885.29%20488.32l-2.37-2.37.62-.63%202.37%202.37-.62.63z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right center;
  background-size: 40px auto;
}

.main-content.container-fluid .news-teaser-block, .news-teaser-block {
  padding: 0em 1em 6em 1em;
}
@media (min-width: 1025px) {
  .main-content.container-fluid .news-teaser-block, .news-teaser-block {
    padding: 0em 2em 4em 2em;
  }
}
.main-content.container-fluid .news-teaser-block.news-list, .news-teaser-block.news-list {
  padding-top: 4em;
  padding-bottom: 2em;
}
.main-content.container-fluid .news-teaser-block h2, .news-teaser-block h2, .news-teaser-block .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .news-teaser-block .header-image-with-facts-box-headline {
  margin-top: 0px;
  margin-bottom: 2em;
}
.main-content.container-fluid .news-teaser-block h3, .news-teaser-block h3 {
  color: #000000;
}
.main-content.container-fluid .news-teaser-block .news-teaser-content, .main-content.container-fluid .news-teaser-block .news-list-content, .news-teaser-block .news-teaser-content, .news-teaser-block .news-list-content {
  margin: 0 -1em;
}
@media (min-width: 680px) {
  .main-content.container-fluid .news-teaser-block .news-teaser-content, .main-content.container-fluid .news-teaser-block .news-list-content, .news-teaser-block .news-teaser-content, .news-teaser-block .news-list-content {
    margin: 0em;
  }
}
@media (min-width: 1025px) {
  .main-content.container-fluid .news-teaser-block .news-teaser-content, .main-content.container-fluid .news-teaser-block .news-list-content, .news-teaser-block .news-teaser-content, .news-teaser-block .news-list-content {
    margin: 0em -2em;
  }
}
.main-content.container-fluid .news-teaser-block .news-teaser-content:after, .main-content.container-fluid .news-teaser-block .news-list-content:after, .news-teaser-block .news-teaser-content:after, .news-teaser-block .news-list-content:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 1025px) {
  .main-content.container-fluid .news-teaser-block.news-list .news-teaser-content, .news-teaser-block.news-list .news-teaser-content {
    margin: 0em;
  }
}
@media (min-width: 680px) and (max-width: 1024px) {
  .main-content.container-fluid .news-teaser-block .news-teaser-item, .news-teaser-block .news-teaser-item {
    padding-bottom: 1em;
  }
}
@media (min-width: 1025px) {
  .main-content.container-fluid .news-teaser-block .news-teaser-item, .news-teaser-block .news-teaser-item {
    width: 33.33%;
    float: left;
  }
}
.main-content.container-fluid .news-teaser-block .news-teaser-item:hover h3, .main-content.container-fluid .news-teaser-block .news-teaser-item:hover span, .news-teaser-block .news-teaser-item:hover h3, .news-teaser-block .news-teaser-item:hover span {
  color: #e2001a;
}
.main-content.container-fluid .news-teaser-block .news-teaser-item .img-outer, .news-teaser-block .news-teaser-item .img-outer {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}
@media (min-width: 680px) and (max-width: 1024px) {
  .main-content.container-fluid .news-teaser-block .news-teaser-item .img-outer, .news-teaser-block .news-teaser-item .img-outer {
    float: left;
    width: 30%;
    padding-right: 1em;
  }
}
.main-content.container-fluid .news-teaser-block .news-teaser-item:after, .news-teaser-block .news-teaser-item:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1024px) {
  .main-content.container-fluid .news-teaser-block .news-teaser-item img, .news-teaser-block .news-teaser-item img {
    border-radius: 5px;
  }
}
@media (min-width: 1025px) {
  .main-content.container-fluid .news-teaser-block .news-teaser-item:first-of-type img, .news-teaser-block .news-teaser-item:first-of-type img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .main-content.container-fluid .news-teaser-block .news-teaser-item:last-of-type img, .news-teaser-block .news-teaser-item:last-of-type img {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (min-width: 680px) {
  .main-content.container-fluid .news-teaser-block.news-list .news-teaser-item, .news-teaser-block.news-list .news-teaser-item {
    padding-bottom: 2em;
    width: 100%;
    float: none;
  }
  .main-content.container-fluid .news-teaser-block.news-list .news-teaser-item .img-outer, .news-teaser-block.news-list .news-teaser-item .img-outer {
    float: left;
    width: 30%;
    padding-right: 2em;
    border-radius: 5px;
  }
}
@media (min-width: 1025px) {
  .main-content.container-fluid .news-teaser-block.news-list .news-teaser-item .img-outer, .news-teaser-block.news-list .news-teaser-item .img-outer {
    width: auto;
  }
  .main-content.container-fluid .news-teaser-block.news-list .news-teaser-item .img-outer img, .news-teaser-block.news-list .news-teaser-item .img-outer img {
    border-radius: 5px;
  }
}
@media (min-width: 680px) and (max-width: 1024px) {
  .main-content.container-fluid .news-teaser-block .news-teaser-item + .news-teaser-item, .news-teaser-block .news-teaser-item + .news-teaser-item {
    border-top: solid 1px #e5e5e5;
    padding-top: 2em;
  }
}
@media (min-width: 680px) {
  .main-content.container-fluid .news-teaser-block.news-list .news-teaser-item + .news-teaser-item, .news-teaser-block.news-list .news-teaser-item + .news-teaser-item {
    border-top: solid 1px #e5e5e5;
    padding-top: 2em;
  }
}
.main-content.container-fluid .news-teaser-block .news-teaser-item-content, .news-teaser-block .news-teaser-item-content {
  color: #000000;
  padding: 2em 1em;
}
@media (min-width: 680px) and (max-width: 1024px) {
  .main-content.container-fluid .news-teaser-block .news-teaser-item-content, .news-teaser-block .news-teaser-item-content {
    float: left;
    width: 70%;
    padding: 0em 1em;
  }
}
@media (min-width: 1025px) {
  .main-content.container-fluid .news-teaser-block .news-teaser-item-content, .news-teaser-block .news-teaser-item-content {
    padding: 2em;
  }
}
.main-content.container-fluid .news-teaser-block .news-teaser-item-content time, .news-teaser-block .news-teaser-item-content time {
  font-size: 0.875em;
  color: #5c6971;
  font-family: "Generis Sans W01 Bold", sans-serif;
  line-height: 1;
  margin-bottom: 1.1em;
  display: block;
}
.main-content.container-fluid .news-teaser-block .news-teaser-item-content h3, .news-teaser-block .news-teaser-item-content h3 {
  margin-top: 0em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  margin-bottom: 1.1em;
  -webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.main-content.container-fluid .news-teaser-block .news-teaser-item-content h3:hover, .news-teaser-block .news-teaser-item-content h3:hover {
  color: #e2001a;
}
.main-content.container-fluid .news-teaser-block .news-teaser-item-content p, .news-teaser-block .news-teaser-item-content p {
  max-width: none;
}
.main-content.container-fluid .news-teaser-block .news-teaser-item-content p span, .news-teaser-block .news-teaser-item-content p span {
  font-size: 0.875em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  -webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  white-space: nowrap;
  display: inline-block;
  margin-left: 0.25em;
  /*&:before {
    content: " … ";
  }*/
}
.main-content.container-fluid .news-teaser-block .news-teaser-item-content p span:hover, .news-teaser-block .news-teaser-item-content p span:hover {
  color: #e2001a;
}
@media (min-width: 680px) {
  .main-content.container-fluid .news-teaser-block.news-list .news-teaser-item-content, .news-teaser-block.news-list .news-teaser-item-content {
    float: left;
    width: 70%;
    padding: 0em 1em;
  }
}
@media (min-width: 1025px) {
  .main-content.container-fluid .news-teaser-block.news-list .news-teaser-item a, .news-teaser-block.news-list .news-teaser-item a {
    display: table;
  }
  .main-content.container-fluid .news-teaser-block.news-list .news-teaser-item-content, .main-content.container-fluid .news-teaser-block.news-list img, .news-teaser-block.news-list .news-teaser-item-content, .news-teaser-block.news-list img {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .main-content.container-fluid .news-teaser-block.news-list .news-teaser-item img, .news-teaser-block.news-list .news-teaser-item img {
    width: 100%;
  }
}
.main-content.container-fluid .news-teaser-block .news-teaser-link, .news-teaser-block .news-teaser-link {
  text-align: center;
  margin-top: 2em;
}

.main-content.container-fluid .tab-pane .news-teaser-block.news-list {
  padding: 0;
  padding-bottom: 2em;
}

.page-navigation, .tab-content .page-navigation {
  text-align: center;
  margin-bottom: 6em;
}
.page-navigation li, .tab-content .page-navigation li {
  display: inline-block;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  font-family: "Generis Sans W01 Bold", sans-serif;
  font-size: 0.875em;
  min-width: 3em;
  height: 3em;
  line-height: 3em;
  color: #000000;
  padding-left: 0px;
}
.page-navigation li:before, .tab-content .page-navigation li:before {
  display: none;
}
.page-navigation li.current, .page-navigation li.current a, .tab-content .page-navigation li.current, .tab-content .page-navigation li.current a {
  color: #ffffff;
  background-color: #e2001a;
  border-color: #e2001a;
}
.page-navigation a, .tab-content .page-navigation a {
  color: #000000;
  padding: 0em 1em;
  display: block;
  -webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page-navigation a:hover, .tab-content .page-navigation a:hover {
  background-color: #e5e5e5;
}

.news-detail-header {
  text-align: center;
  padding-top: 4em;
  margin-bottom: 2em;
}
.news-detail-header time {
  color: #5c6971;
  font-family: "Generis Sans W01 Bold", sans-serif;
}
.news-detail-header h1 {
  position: relative;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: 0.25em;
  font-size: 1.8em;
}
@media (min-width: 680px) {
  .news-detail-header h1 {
    font-size: 2.7em;
  }
}
.news-detail-header h1:after {
  content: "";
  width: 2px;
  height: 120px;
  background-color: #e2001a;
  display: block;
  left: 50%;
  margin-left: -1px;
  top: 100%;
  position: absolute;
  margin-top: 0.25em;
}
.news-detail-header h1 {
  margin-bottom: 6.5em;
  padding-bottom: 1em;
}
@media (min-width: 680px) {
  .news-detail-header h1 {
    margin-bottom: 4em;
    padding-bottom: 0em;
  }
}
.news-detail-header p {
  text-align: left;
  display: block;
  font-size: 1.2em;
  margin: 0 auto;
  max-width: 35em;
}
.news-detail-header p em {
  font-style: normal;
}

.news-detail {
  margin-bottom: 3em;
}
@media (max-width: 679px) {
  .news-detail {
    margin-left: 1em;
    margin-right: 1em;
  }
}

@media (max-width: 1024px) {
  .news-detail-images figure.image {
    padding-left: 0em;
    padding-right: 0em;
  }
}

@media (min-width: 680px) and (max-width: 1024px) {
  .main-content.container-fluid > div.list > .csc-header {
    padding: 0em 1em;
  }
}

.mediaelement-image {
  text-align: center;
}

p.news-img-caption {
  margin-bottom: 3em !important;
  margin-top: -1em;
  font-family: "Generis Sans W01 Italic", sans-serif;
}

.tx_solr {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 680px) {
  .tx_solr {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.tx_solr .tx-solr-search-form {
  position: relative;
}
.tx_solr legend {
  display: none;
}
.tx_solr fieldset {
  position: relative;
  margin-bottom: 1em;
}
@media (min-width: 680px) {
  .tx_solr fieldset {
    margin-bottom: 0em;
  }
}
.tx_solr .tx-indexedsearch-whatis {
  font-family: "Generis Sans W01 Bold", sans-serif;
  font-size: 1.2em;
  margin: 1em 0em;
}
.tx_solr .tx-indexedsearch-whatis + .tx-indexedsearch-browsebox .browsebox {
  display: none;
}
.tx_solr .tx-solr-search-form label {
  display: none;
}
.tx_solr .tx-solr-search-form {
  position: relative;
  margin-top: 2em;
  border: solid 2px #e5e5e5;
  padding: 1em;
}
@media (max-width: 679px) {
  .tx_solr .tx-solr-search-form {
    padding-bottom: 0em;
  }
}
.tx_solr input.tx-solr-q {
  font-size: 1em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  padding: 0px;
  margin-left: 2.5em;
  border: none;
  width: 90%;
  height: 1.4em;
}
.tx_solr input.tx-solr-q:focus {
  color: #e2001a;
  outline: none;
}
.tx_solr .tx-solr-submit {
  position: absolute;
  top: 0em;
}
.tx_solr .tx-solr-submit button {
  background: none;
  border: none;
}
.tx_solr .tx-solr-submit button svg {
  width: 1em;
  height: 1em;
}
.tx_solr .tx-solr-result {
  position: relative;
  font-size: 0.8em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  padding: 2.5em 0em;
}
.tx_solr .tx-solr-result h3, .tx_solr .tx-solr-result .results-teaser {
  font-size: 1em;
  padding-left: 3em;
  position: relative;
  font-family: "Generis Sans W01 Bold", sans-serif;
}
.tx_solr .tx-solr-result h3 a, .tx_solr .tx-solr-result .results-teaser a {
  color: #000000;
}
.tx_solr .tx-solr-result h3 a:hover, .tx_solr .tx-solr-result .results-teaser a:hover {
  color: #e2001a;
}
.tx_solr .tx-solr-result ul {
  margin-top: 0;
}
.tx_solr .tx-solr-result p {
  margin-top: 0;
  font-family: "GenerisSansW01-Regular", sans-serif;
  font-size: 0.9em;
}
.tx_solr .tx-solr-result p.result-content {
  margin-bottom: 0em;
}
.tx_solr .tx-solr-result p.result-content .results-highlight {
  background-color: #FFFF00;
  font-family: "Generis Sans W01 Bold", sans-serif;
}
.tx_solr .tx-solr-result .contact-info {
  padding-left: 3em;
}
.tx_solr .tx-solr-result .contact-info .address {
  margin-bottom: 0.5em;
}
.tx_solr .tx-solr-result .contact-info dl {
  margin-bottom: 0.25em;
}
.tx_solr .tx-solr-result .partner-info {
  padding-left: 3em;
}
.tx_solr .tx-solr-result .partner-info .address {
  margin-bottom: 0.5em;
}
.tx_solr .tx-solr-result .partner-info dl {
  margin-bottom: 0.25em;
}
.tx_solr .tx-solr-result h3 {
  margin-top: 0em;
}
.tx_solr .tx-solr-result + .tx-solr-result {
  border-top: solid 1px #e5e5e5;
}
.tx_solr .results-entry .icon {
  position: absolute;
  left: 0em;
  top: 0px;
}
.tx_solr .results-entry .icon svg {
  width: 2em;
  height: 2em;
}
.tx_solr .results-entry .icon path {
  fill: #e2001a;
}
.tx_solr .results-entry-pages .icon,
.tx_solr .results-entry-tt_content .icon,
.tx_solr .results-entry-tx_news_domain_model_news .icon,
.tx_solr .results-entry-tx_dhbwcontacts_domain_model_person .icon,
.tx_solr .results-entry-tx_dhbwenterprise20_domain_model_enterprise .icon,
.tx_solr .results-entry-tx_dhbwevents_domain_model_event .icon,
.tx_solr .results-entry-tx_solr_file .icon {
  width: 2em;
  height: 2em;
  background-size: 2em 2em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAACDVBMVEUAAADiABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABpBZSmXAAAArnRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYoKSorLS4vMDEyMzQ1Njc4OTo7PD9AQUJDREVGR0tMTk9QUVJUVVZXWFlbXF1eX2JjZGZnaGlrbG9wcXV3eHl7fH+AgoWGiImLjI6PkZKUlZeYmpudnqCio6Woqqutr7C1t7m6vL7AwcPFx8jKzM7P0dPV19na3N7g4ubo6evt7/Hz9ff5+/0+LMmGAAAGYUlEQVR42u3deV+UVRQH8FmZgWFTtkQZEFcQKCSVDDBjKREiEZEICspMKwTChWwhwwLEJEJIpgEkkHW4r7F3cO4z67n3+jv/n+fD7/sZH+5yHGy28Cqzsm3g2Y5QspZ+/qyu0GmLX6VevL8plK+ZT4rt8UifdOGp0KU2+g/EOn7Gt0KvWqiK5ccge1ToV0s1sSJw3RB61rw/JvnPrgtt605S1PGdo0LnWiuOMn9uUGhe16LKX7sntK/xKJZG7cKEmo34RfCFMKOCqZHlHxCm1Fp6JPn7hTm17A0/f5swqeZd4eavFmbVVJjr4n0hwwDEl2Hld7wQxtWb4QAMm5dfbPus5y8VJtYf1v8BLBsJIKqsAnSZmV/8Z3FX4NszFED0WAP4ytT8YtdtJb/H2A+AEFetAHSbm19sWXgL2LcNBhA1coASk/OLKTnAfQvvkqHqPK/bpVR50o93BiwISJeDLukr8FVjPO8fo6rCSSnAB7JnnJQ9YchlU7jqZLvYSdkTeiQPaLCpXbmyaxyH5AGzdPs5m+qVKbnBPyR5BdDdl2zql5+O0Ex3v0E2P7TpUB1khhG6uZLq3fFqAWAnr/OeR3EWfN2mR71DhdiL4jIkWRMABznERX+Mfyc6n9h0KfJIM4tsnSE6O7QBqKUA8snWQKzOldX9TUiPTFDrKL82AJkUQAnZSm2F8rQB8FEAlWSrMB+gCgAAAAAAAAAAAAAAAAAAAABiBeD2pSe60jx2VQBS+lZZbnr3xk8pAVDC+P9If7DzA6Ttct739/ID3GIdeNhzswNs8I58lHEDuJlnXlq5AVKYAbpf909AC/s7YJUX4CQ7wKes+Tcd7ADuV5wAjQqsBAsYV0KDSuwFsmaZ4u+2qLIb9F/9ZiTRNdR/zo3zAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJBUh5u/laoqv94kG7IgAeC189FJdaLlcCIINxSqhTAQDHv5wjMpX8AJdZh6Re2tkBAqwAoogbwMU8KPkhN8BrPyqbxAzQxv4OYP67Y1XsAPd4AZLZAfJY8w8qsBJsYMw/41RhL3DoEVP81Wa7IrtBR7b/aKLryIEUnAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASChA6a2/13YTXVuBsWavEgCpc2zjAXsNCgC4ljgnRKr5AdpZR2TW+CdFg7xDUoe5AbgnRZu4AZKZAbq4ATzMAO3cAHbmSdEz7C/BQV4ALzvAftb8NxVYCTYy5p9zqLAXkP6977jVby41NkOej58k/suFQ4HvjmI7DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCxAL78w4muwiyHMgAXVnjmRO/4lABwjrPNR2wfUwHgV8YJkVA2P8Bp1hmhP/kBpnmnxHK4ARzMg5L13ADco7LXuQG8zAAd3AB2ZoBa9pfgBC9AFjtABWv+aQUWQiOM+bfSVdgLfLTFlX/cp8ZmyFFUf6Ur0dV5qdKH8wAAAAAAAAAAAAAAAAAAAAAAAIBFgNNk6zbRma8NQDoFUE62Utecx7UByKUAjpGt1HcCva8NQDkFUEC2ThKd32sD0EMB5JKtD6kTSLsuAIsUQBrZ2ku1VmiSn/7zZw6yt5ZqndME4AEVYpXuLSbx3tMiv5/M8CiKJYTYzdQgv5P+cq/PJe3rZHfQoz7AGH2ZUi5pH6Lb//EqHt9+V3KblCx5QI2kf9WvdH73Y8nPvyJ7Qob0Qu5Gkrr5z65Lf3rpM+bls2k3/Q4V06c2LMrvUwulj2mydC+78NPwoFL1YGLTys+9Jnfk/lPS8a1eC5+kxyYD7LcAUGRw/jFLL5Nn5gIctARQamz+CYu/T6ZMBbB6qpllaP7blpcU/Ubm33Bb31G+NBHgfBirynwD8w+Hta6+bFz+F2HuX34xLH9oX7gHS3+ZBVAa9uYyKWBS/ncj2F6nrJqTvzWyO9YVU/JfifCIxbtgRv66iA+ZXNMGxA+VRXPIfFv7/MGcKM9Zd/TOP+qMetzkqcbxd2Iy1FGzoWv+uzG6yXN/rWX850did+eQ3BfSLf70iRhfujUvapR+d6AgDldP2d1LeqT/sSJuV3fesr5ppX8vBu/V58R9lsudfeKt8/XNrSpVS1PtmVN+XwTZ/weTGXdaI0h9zQAAAABJRU5ErkJggg==");
}
.tx_solr .results-entry-tx_news_domain_model_news .icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAAAb1BMVEUAAADiABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABqIt4a+AAAAJHRSTlMAAQIDBAUIESEiIzM0NTY+SktWV2FkiImlq62vtcHc3uDv8fVjLnO+AAABvklEQVR42u3aaU4CQRSF0cekiAMqoKCACux/jf4gxiEYTDAh9D3fAjqpA52ueqkqSZIkSZIkSZIkSZLU+DYNDwAAAAAAAAAAAAAAAAAAAACwH6Bp8w0AAAAAAAAAAAAAAAAAAAAAQB7A3oEJAAAAAAAAAAAAAAAAAAAAAGBz6AOPfQECAAAAAAAAAAAAAAAAAAAAAGAgAgAAAAAAAAAAAAAAAAAAAAA4/kDkv58PAAAAAAAAAAAAAAAAAAAAADg9gPiBCAAAAAAAAAAAAAAAAAAAAOB+gIkQAAAAAAAAAAAAAAAAAAAAEABgIgQAAAAAAAAAAAAAAAAAAAC4H3AoIAAAAAAAAAAAAAAAAAAAAADgcIBTCwAAAAAAAAAA4I+t0wGW6QCLdICHdIBROsBFOkAnHGBWtd4kd1m1TF7/ql01TQa4r6pJ8PrfulU1CAYYVlW1VrHrn2+/G+PYF+BsC9BJ/Qv0P7YOt5nrv/7cPD0lrv/my+6x95r3/ve/7Z/P0wTmZz9OEL3nqJ9/uOMQdRfzLViNujuPkZ1xBMHsqv3rSbo1mEyXjT0dr18Wj6NBpyRJkiRJkiRJkiRJUl7v7EnvOQE4luYAAAAASUVORK5CYII=");
}
.tx_solr .results-entry-tx_dhbwcontacts_domain_model_person .icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAACH1BMVEUAAADiABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABp9Fyo7AAAAtHRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTM1Njc4OTo7PD0+P0BBQkNERUZHSUpLTE1OT1BRUlVXWFlbXF9hYmNkZmhpa2xtb3Bxc3R1d3h5e3x+f4KDhYaIiYuMjo+SlJWXmJqbnZ6goqOlpqiqra+wsrS1t7m6vL7AwcPFx8jKzM7P0dPV19nc3uDi5Obo6evt7/Hz9ff5+/3JQIf0AAAHSElEQVQYGeXBi0NW5R0H8O85h/cVRSGuM6bIJNmkKbLWBC+lK5e3LpBYWjjbNE1aqNOVUzQu4pVQXIpyUZsCL/f3nO8fuFxzZSK+l3Oe33Pe5/OBjPlL1+1p6ez7LhaPx77r62zZU7d0PgxhLalvm+Isptrql1jIcJG1bS7n4H79hwgyllXVzgS0VVnIRJGGESZopCGCTDNvX5xJiDfNQyZxPnCZJHe3jYxRF2MKYrXIDAsvM0WXFiIDbHOZMncrwi7aybS0RxBqv4wxTaOlCLE/ekybtwmhdZi+OIRwsk7TJ6cshJBzhb65bCN0nB766BsbIeNco696HISK1U2fXbUQItbX9N1ZhMgxBqAFobGLgahHSFQzIKsQCgUzDMhMAULAucfA3HWgv38yQKegvbcYqC3Q3AsuA+XmQWvWTQbsWws628vAfQiNFVKBfOjrBhW4Dm1toRJvQFORKSoxGYGePqMin0JL+VTmBeiojcqcg4YWU6FfQD8XqNB5aOdFKrUYummlUqehmVwqtgh6OUzFPoVWnDgVm3Ggk01UbiN00k/lbkMjxRRQBH3so4CPoY8YBYxCG2UUUQZdfEIR+6GLYYp4CE0UUkgB9PA2hWyHHi5SSBe0YHsU4tnQwVKKWQIdvEMxO6CDcxRzBjqYpJgJaCCHguZD3goKqoC8nRS0DfKOU9BRyOujoJuQ51KQC3FRiopAWhFFFULaSoqqhLT1FFUHafUU9R6kHaSoA5D2JUWdhLROimqHtOsU1QNpQxQ1CGnDFPUA0sYoKgZp0xQ1CWkeRbmQ5lGUC2nTFDUJaWMUFYO0YYp6AGlDFDUIadcpqgfSOimqHdK+pKiTkHaQog5AWj1FvQdp6ymqDtJWUlQlpBVTVBGkRSkqAnEuBbmQ10dBtyDvOAUdhbydFLQN8iopqALycihoATQwRTET0ME5ijkDHbxLMTuhgzKKWQId2B6FeDa0cIlCLkAP71DIDuihiEIKoYkRingIXfyFIvZDF8soogzaiFFADPr4MwU0QR8lFFAEjQxQuTvQyWYq9xp0kuVSsbgDrRyhYoeglzwqlgvNnKNSZ6CbUir1IrRzkQpdgH5KqdBiaKiDyrRBRwVUJh9aaqYih6GnyDSVmIpAU1upxBZo619U4Ab0VUQFCqGxjxm4j6Azq48Bu2VBa/keA+XlQ3PbGaht0F4rA3QG+nPuMzD3HYRAYZwBiRciFGoYkDUIid0MRCNC4wQDcBzhYXXQd+0WQsS+Rp/12AgV5wZ91esgZJxe+ui6g9BxuumbbgchZJ2lT1othFMzfXEEofUn+uBNhFjZGNM0thShNu8C09IVRdjt9JgybwcyQO5VpujKImSGjWNMwdh6ZAxnr8skuXscZJLsT1wmwd2fjUwTbYwxQaONEWQia1UnE9C5ykLGiqzr8DgHt70uggxnl73fOc1ZTHe8X2bBEAuWbfjoWNedB+OuO/7gTtexvRuWLUCIzC9f19hy/lasHhpoiN0639K4rnw+lMipbupx+dhmiHuDj7k9TdU5CJJddfgBn1QDYb/jk/59aKWNQNg1Zz0+xXsJolZ4fIrXusaG30o+n+Gs4r+CoAqXs5ppLoafanr5TG4FxKxw+Uy9NfCJVXufc3ErIeQ3Hudyb60FH1Tf53N4L0PEbz0+x73VSFdJLxPwGgRsZgKuFSEdziEmphHK7WZiDjhIWeUwE/UZFGtmoh5WIDX250xChwOFnE4m4YiFFOT1MylDi6BM7l0m5fYiJO2VOJM0VQlFfj3FJM2sQZL2MgUfQIkPmYLdSIZ1mim5mo3AZXczJV9ZSJhzhSmaqELAXp5gii46SFC0j6lrcRCgrKNM3c0IEhIdYDqGVyIwVSNMx+0IEhAdZJpORhGI6D+Ypv4InsvpY9qmt1nwnbV9mmn71sFz2N/QD4MvwWcrhuiHyxbm1kqfXCqFj0ov0SenMKd99E9nCXxScp7+2Ys51NJXXcvhg4ou+ur3eKZ8lz7rr7WQFqt2gD6L5+EZnLv03+Rfi5Gy4gNT9N+gjdn9ncHofysHKVi4dYDB+AKzqmZw7tQXIimFDf0MThVmERlnoMZP1OUiIbl1J8YZqFgWnnacwZto21WVY+GZrJyqXW0TDN4XeEo5lbnb2rRpdVlBdpZt4XuWnZVdULZ6c9PZu1RmCX6un0bpw8+sp2HW4gn2KA0zbOOnttI4b+InrFEaZ8TCj16ngTbgR0M00AD+bzmNVI7HTtNIX+F/IjSTl4UfvE5DbcQPummoy/ivKI0VwSOv0liv4JETNNZxPDJBY43je/k0WB6AtTTYqwAO0WAHAfTRYDcBiybzgBwabQGW02jlWEej1aKRRmvA32i0Zpyj0VrRQ6N14x6NNoRRGm0YkzTaBFwazQUNBxoONBxoONBwoOFAw4GGAw0HGg40HGg40HCg4UDDgYYDDQcaDjQcaDjQcKDhQMOBhgMNBxoONBxoONBwoOFAw4GG+w9WB7DU76hYtwAAAABJRU5ErkJggg==");
}
.tx_solr .results-entry-tx_dhbwenterprise20_domain_model_enterprise .icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAAAY1BMVEUAAADiABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABriABrn9RT7AAAAIHRSTlMAAwYJCw0TFBckJjpAR01oc3+RmqOlwMXT3Ojp7fX5+wi5CbgAAAHDSURBVHja7d1LUsJgEIXRiISHogKCyjPsf5WygcuAovIn5HzzJvSZdlVSVZIkSZI0xOp12YoDzC5lAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0AKA5pE5xm2MaOfcQYBNHFnGbcRpZAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdBigpcvQoWzT4rfBws0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANf28fVfv/HntmlkF0faeWPZ/g6ApzqNbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG4A/H2mvuM2X2nkJ47Ep7ylZV7iyOShAKVbpWXGcWQBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAYcRoDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADo8svUPtIyozgydxsEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANwF0MRP1p/iPzimkXMciU9ZpmVe48i70xgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAfL0MPrenhbbCdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgEEB1OtBV1eSJEmSNMT+AXwQoKC8Fq7kAAAAAElFTkSuQmCC");
}
.tx_solr .results-entry-tx_dhbwevents_domain_model_event .icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAhGVYSWZNTQAqAAAACAAFARIAAwAAAAEAAQAAARoABQAAAAEAAABKARsABQAAAAEAAABSASgAAwAAAAEAAgAAh2kABAAAAAEAAABaAAAAAAAAAEgAAAABAAAASAAAAAEAA6ABAAMAAAABAAEAAKACAAQAAAABAAABAKADAAQAAAABAAABAAAAAACU0HdKAAAACXBIWXMAAAsTAAALEwEAmpwYAAACaGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+NTEyPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjUxMjwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4K9d07PwAAGWNJREFUeAHtnW2MXNddxv/3zsy+OLHjbBI7Xju2kwZVqkGpiAVREMFJQ6gqBBIilRpQiSgCBOVDJURQkFD7gQg+wAcIUqgEAgQtJCACQoi0pbsUgYqwoQi2tE1L4vV6/RrnxY69LzNzeZ4799rjvbvYuzPnzL33PMfavTN3Zs85/9//PM859874XjMVERABERABERABERABERABERABERABERABERABERABERABERABERCBmhGIahaP03ASs6HwQiWoSmUtAfFdS0TPR06Ag3LGrDmswcmAXjRroL7GyIMrSQfIgkyG1R3mambIORtW38pWT7NsHSpTfzgwMVt30Kc2+/Wq3T++094ae8u6m14JTOHvV63V2W1nrmR1chkQY3cS6oqAQkX8UT+PM7Z7smWrjQt4YbNlp8XJW7ZzJbJvLuNv05z15XCz1QXxfiZAZR0CM5hBHsUgOmO7di9b68eh0ycA6yAG1C68ncK96YK/YcFAjy6hnpN4/hU8f/GALX6eL+B5jLq7fBxK6Y/5uE1/P+L+MBi8H5j2Jpbciuc0xs0WOvNZ1P066vncuK3+yW47e2Ymy+VmKwvh/VtgXH8s+YA5adMPY/p/6TaLp9uQ6SpC72KLAbalEmPC4zp3DNtV1HLF7Pf228mfZWWokzPhVqveUn9G9Uf9sc7b3hcmzX6mBSYrCJ/LLTLeSuFgJuMWtk1s37buIng/udcW/2VGJrAuUhnAGiwYeumy/7jteRCD6SjFumwJtc9ZOuLgXfMnm33K0c3ZPrrL4sY5635mvy3+GOvNKubrdS5kSIjJvE3/KRg8BQbUPXdzZTUQX9aLilhXd9yiFk0FhnL4gJ06hp35IR1eViGBTS1l644MAyQ9HuWyHw//MhM/jyU5qfDEXT5AOUi3+sM6eO4lPgdj2Q4BnLDpZ7KByzprXTLGCWNm7GSAgK8yweOtck3/LssRF1otGHebOWQumVM86rB97FDJCMgA+obCLETOp0vWfHrK4gNLvcHp6kQpBmLSQBtcDnziVZvagR3dOg/QTPxdxsqYGTsZ4JcrUTaZw14um0+jHZvNcszHKloBXDcGjvTO+HM0PsalI7auDTLGuYAEy4vd4zbxUNYZ121eF7PnJ2lsjJUxM3a07zRe5jDL5WOM9UiWYz5WcQy/SoCz2SnhR33o90GuS1FczUy92nu/eazKpu7Ldvpos799n4+z2KL7ejGn50Jctx9luTzI3KIDdJ06M94UT6fuu6melOTN/JwfXdnVSZenPgZKlBpAZAk/XrRjNR6ceWyMNTM9Hx99Rlkud2W5LclIK0c3ZABr8pB9yccjF66C048FPLa5JmjPT6H6LNZe7J6aj7fyBS5PfRtZM8EMupERvsmGkQivarjJbjl5W0ixOgE4xEplAEOEOUhVmBWDOS4NKdZBxoSPv5UB+KCsNkSgpARkACVNjLolAj4IyAB8UFYbIlBSAjKAkiZG3RIBHwRkAD4oqw0RKCkBGUBJE6NuiYAPAjIAH5TVhgiUlIAMoKSJUbdEwAcBGYAPympDBEpKQAZQ0sSoWyLgg4AMwAdltSECJSUgAyhpYtQtEfBBQAbgg7LaEIGSEpABlDQx6pYI+CAgA/BBWW2IQEkJyABKmhh1SwR8EHB1yeth9z36JC6Y8T78PImaZ7HdPuQLaHzVDuGGFXOrC7YNNwL1cam66xHhaiCpGe+2fc2jtnD9izV5xtjMFlbzWH2HNZHm9kKEXLeO2txQr8B0EVd0OoKflxDUV7H9ZO8KT0NtwwWv0hoAyEWAGd+F7aO4R18G1AWDrM65bLtwAXes2cp96bbUN44QKh+iwBgyu8cWcMewupaF9AK9jJUxM3Y8dl6yNhKwze45OrfivFE0MIMbwJxDmJi0eM9Chlu6UjoDACXmi7fh4u2i+JOWE7bvfvjAXrw8hfn5TuzETzSOgZSCHdJlppCoaAJVTmRrgGzsZJ1wsEEDjXcRAv59CHfLYTDb8eN/CeIgtrVVIlbm9SJjZcyMfe17HDyPMpgTuA/hc2h7CW2kq61B2rp+3CW8G/F57DuPsQOTaZ6E2XzzUQzYvA3klLGWzgiQg/KUmb4bOCZ2aOyEXfhuDJPHcRnpD2L7fgAe400keZ8u3vKJWQTYoRXC4GDB1WOHWu9NdLA7aVF8C2KqpfL7ADBnFP8VSxgqn3opzC1uH+5szPDmI1ze8KavCAy3KE++gjH799h+4R6b+tfIequO/jHuJfAbNFIKA4CIUy2jM7hpw6GxBXvzp9Hvj+P5e2/FS4SK+7zl4uDynLfQovbxM8wQWCXr4816vBfG1MEKxHvDPhvkWgcRcjb0Jv5r8fEeIXmOr+0d7BHrS+8pyZueMqaIv3jfA05Wl3qTydex6/l9dvunaQR4H5PM+1CO3O9HPtoA4+odW3Hs/REMj2dxgu/b6aYQPcXOGzqmYLGLZeR97nVDv0VgXQIYrmnJJ6oGzCDijIKTPP+NFcFzuBv0Z/mO/rGf/sUIfo1UTEdxB9fDWDW9Znfd3bDWH2EJ/AQP+nFDR27YtxHMEiPIgpqsOwHO9MmERQ0ufXAI9LmOrf7EvXbudK6BUQEYmQHkgR+3uw9B5397m8UH3+ndJ17CH9VoULuuCaRGsMPixtvWfR1HAD94wE7P5Vpw3fh69Y/EALD0aaLh9rzteQQT/d/BGW/BqVken43i2Hs9LtonAg4JRKv4qKmFle67GPMf2m+nvpRrwmGj61bt3QDyQI/bngdxwusoz+bjJF+b+9ftoXaKQA0JcALEScImPz3Av8MH7NSxXBs+w/V6jP1i74Rf+3W7cw/E/zLPlAKAxO8z42qrFAQodo59aoBa6GnC2tSIzw56WwEgYH7skbxhUzsu28SXtln0AE6G8IsSmvl9ZlxtlY1AGye/m5ct+c9ttvTIHXbhnVwrPjrqcwWQms27NvECTvhR/PykT+L3kWW1UWYCTWqhp4mJF7KOepuYvTQER0s/63/d7n503BpfxDE/z4b6NJ8yDwD1TQRIoItzAvGydR47aKdncs24RuNLhBQ8FB8/O9aLCPGpiIAI9BFIqA1qJNuXaqbvdScPnRtA5mQJvuX3Qzjh8TiWOwzM64kOJ+RUqQgMlwD/U1iXGqFWeL6M2hluE8XanBsAmkydDMH8XPYhv2b/Yh60RwRIIP0iDLWS4XC+CnBqAAgkPfO/YHv3wdEewv8AY1xO28zAaSMCVSQQUyPUSqYZrgKcnqdzKsbZbAmDL/Y/ho/9boOd5d/xr2Jy1GcRcE2A1y7oUCvUDBubdXwY4NQAjlz9747JE82ekaVLAAamIgIisC6BpKeV5Am+euSqhtZ978A7nRlAtvzvvmr3j2MN81343jMPAJy1NzAJVSACJSBAjVAr1EymHV4nwtlhgHNBduwtfrpxR3aNHWeBlCB36oIIDIMADgMgeWgm084w6tywDucG0LSxnWh90vnpzA1D1AsiUC0CmVYmM+047bxLA0hne3zXlxfwHEs9zWkoqlwE6kEg08pYph0G5Wzl7MwAcEnvtNP4n05TaKQhA6jH4FQU7glQK9QMtcPWci25aNmZAeBa6GnBdW558Q8WxuXMydIW9EsEqk+AGknvS0HtMJxcSy5Cc2YAeWf5wX9W0i8F5U+0FQERKBKA+q9OlH3aKb5xSHucG0D/l5kRmVYAQ0qcqqkngX6N9GvHVbTODcBVx1WvCIjA4ARkAIMzVA0iUFkCMoDKpk4dF4HBCcgABmeoGkSgsgRkAJVNnTouAoMTkAEMzlA1iEBlCcgAKps6dVwEBicgAxicoWoQgcoSkAFUNnXquAgMTkAGMDhD1SAClSUgA6hs6tRxERicgAxgcIaqQQQqS0AGUNnUqeMiMDgBGcDgDFWDCFSWgAygsqlTx0VgcAIygMEZqgYRqCyB9JJDLnvfdysgHxc4cRmK6hYBbwRwZeCGD8E4NwA0EG3HJQ47lqQXBtUlgbyNITVUQQL59cAauHjWRes4l4tLA2As1rbG0jvWmYUPLOFp1H/JI76uIgIicI1Adk1AyKQ70YF2sldSLV17V4Ueoec+Lm1WISLqqgjcHIG6acf5cubmsOpdIlB6ArXTSu0CKv0QUgerTkCaqXoG1X8REAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAER8EXA+beN8H3m6JiZy/905IuV2hEBrwQexP+lg0Ar/R+BnBuM14yoMRHwTIATqMsmnc3M7Djda97ueU9inY/i0kO4xkH6y2lALmGpbhFwTQA6SWd8iCWOrPHHkZ34Vq4lF207MwB0lpcb60D879tt8a+2XfRedYpATQlQmGescxSbb+En1ZKLUJ0ZwEtZb3FZo+Wz1k3gYqkHRG5XNC4YqU4R8EYgyQ75sUxuUjtsONeSi044M4Ans942LYlweaMIwbR6u9IVjotYVKcIVJ5Afnzcu4pOkj7NteQiOC4tVERABAIlIAMINPEKWwRIQAagcSACAROQAQScfIUuAjIAjQERCJiADCDg5Ct0EZABaAyIQMAEZAABJ1+hi4AMQGNABAImIAMIOPkKXQRkABoDIhAwARlAwMlX6CIgA9AYEIGACcgAAk6+QhcBGYDGgAgETEAGEHDyFboIyAA0BkQgYAIygICTr9BFQAagMSACAROQAQScfIUuAjIAjQERCJiADCDg5Ct0EZABaAyIQMAEnN0XoMRMq35jgvzS8SVGrK5VhUAoBsA7LODeJOlVkOMqLnvoWunNFXtx0ASqGEZVdBFMP0MwgC7UEm+3uLmM2y7hXkurHUuWISjur1LhnZUmd1jcWEnjSHDfRevdQKZKUaivpSJQdwPojFlEwSy/Y8mfR9b9G9xy7euxdU+N2/IKttGFUqVj/c7stDhZtdbUqkX7Llr3eyD8p7ZZ9MBlS7gooI9VzMvWj1N7/ROoswF0xyF+zPpvdCz+0XttYdY/3qG2eBG1HcfPP8+Y/dZ7bPqFWy362CXjfVdVRGBrBOpqAN2WRTHEvxhb9Oh+W/gGVMJYKZb8Z2vERvtX0TEs+w/jMMZs8aeO2/QbWAn80pXeSkDnBEabm0q2XlcDiHoqjz66z05+Y84OjUU2t1LJDF3faYbVxa8Ya/7uAVt8Zt6mH7jFoh941xKe5NQ5get56dkNCNRu1oAwOpO4HXnbki8fsJP/ALFEh+oh/quppPgRV2rekSWfpvJRsFtFBDZHoHYGAGEkOPbnOv+VDEVdZ8VM941ZHAK8CTdgLhG2igjcPIHaGQBCj/kxGSbE/yWGWf6qcdlnC28jifPN3gJABlDjXLsIrVYGgDVwqnx+3o+P+M4S2JGazopZrJQ9vw9wNlvmyABcqKTGddbqJCBG/9Xj4HZNhb/BWMy+JLjBq9otAhsQqNUKgDHmM2NdD/zXy2O/8a33uvaJwEYEamcAIYohN72Nkqz9IrARgdoZwEaBar8IiECRgAygyER7RCAYAjKAYFKtQEWgSEAGUGSiPSIQDAEZQDCpVqAiUCQgAygy0R4RCIaADCCYVCtQESgSkAEUmWiPCARDQAYQTKoVqAgUCcgAiky0RwSCISADCCbVClQEigRkAEUm2iMCwRCQAQSTagUqAkUCMoAiE+0RgWAIyACCSbUCFYEiARlAkYn2iEAwBGQAwaRagYpAkYAMoMhEe0QgGAIygGBSrUBFoEhABlBkoj0iEAwBGUAwqVagIlAkIAMoMtEeEQiGgAwgmFQrUBEoEpABFJlojwgEQ0AGEEyqFagIFAnIAIpMtEcEgiEgAwgm1QpUBIoEZABFJtojAsEQkAEEk2oFKgJFAjKAIhPtEYFgCMgAgkm1AhWBIgEZQJGJ9ohAMARkAMGkWoGKQJGADKDIRHtEIBgCMoBgUq1ARaBIQAZQZKI9IhAMARlAMKlWoCJQJCADKDLRHhEIhkDtDCAyS4LJXhYoAkbYKiKweQK1M4BcDJ3Ns6jsX4RoepVNVsk6XisDyISQrgCaYc2KtcpjyTRS6+7UauBks38yjhVxZPEuZm62pkaQr3SwbcD4dmUrHh0K1Fquww+uVgaQ4enSABJLDvL5Ef6qcZm3/TtgAve0e6c+ZAA1zrWL0GpnAFBAtEz5m30gA9Z1Aa4EdTbYh4Z1HobhTbV7Jz9lACVITJW6UDsD4JL4siVJy+yRE7bng1BEd84OjVUpKTfqK2KMERc0T9Unn8D5Dpa6Gl0vOv12QiAbO07qHmWlSWJRBKF8ZtGmH562ua/hMWPF5urPKPu3pbZfgvDv64l/lRUct+nfvsWiD1yyhKcA0hXBlirWHwVLoK4GEHcgigmLbsfhwOfn7e4fiez0v9UgyxR6By4WnbC9v7nN7Bcgfs78En8NkjuKEOpqAJzmG0swARwf71u2+B/nbfqvsCp4GZ8O/E9s3VPjtryCbXRhFNQ32eZOi5OL1ppiLFjyf98Jiz48afYAD3VQlY77N8lTb79GoLYGkIXYwAqgC4VMbrf4qRVLnlqyziqmzOXLNsb9Nn6NRWkfXUHPkKgWpv/JHZjsEYdd6c38tTuHU9ok1LRjdTcApi3GNIkZtMulM0+etaAanCOsVuFUz7U+4mgzDjyU+KuVwlL2NgQDIHieEExjxTY9Y1bKbNxEp/I4buKteosI3JBAKAbQD0LHzP009DhoAlpGBp1+BR86ARlA6CNA8QdNQAYQdPoVfOgEZAChjwDFHzQBGUDQ6VfwoROQAYQ+AhR/0ARkAEGnX8GHTkAGEPoIUPxBE5ABBJ1+BR86ARlA6CNA8QdNQAYQdPoVfOgEZAChjwDFHzQBGUDQ6VfwoROQAYQ+AhR/0ARkAEGnX8GHTkAGEPoIUPxBE5ABBJ1+BR86ARlA6CNA8QdNQAYQdPoVfOgEZAChjwDFHzQBGUDQ6VfwoROQAYQ+AhR/0ARkAEGnX8GHTkAGEPoIUPxBE5ABBJ1+BR86ARlA6CNA8QdNQAYQdPoVfOgEZAChjwDFHzQBGUDQ6VfwoROQAYQ+AhR/0AS8GgDuy43b26uIgAhsRMC3RrwaANSP+FREQAQ2IuBbIz4NIPHtbhtB1n4RKCuBTCPeVsouDSANIrHoUqdHO/IWVVmzq36JwA0IZBqJqBlqJ3u7M+m4NIC07wjkPHq/4ryhG4DVyyJQFQLUCjVD7bjus0tdpq41ZtF5NLKsg3/XqVT9dSFArVAz1E4WU3VXALElV9D7i7HO/9VlfCoOxwSolZ5mkiuOm6LRuCn5jD9ti5cRzGstNIN9XTetqVYRqAcBaoRaoWaoHUaVa8lFhM4MgDHMmDV7AUSvNHthIC4VERCB/4dAQq3g3yt8T6YhZ7pxaQB2JJvxI+u88g4mf0RBQ3AWDIGpiECFCSTUCLVCzTCOI45XzU4NAP1PxX7GTv8HljFfG9cqgDlVEYGNCCTUCLVCzWRvcjphOjUABEJHaxw2W8XB/8uZAeg8wEbp1/7QCXSpEWqFmqF2qCGXUJwaQNbxNIAli5/H0uY8jgF0GOAyo6q7qgRw7J8u/89TK/3acRmQcwOAg3VnENh7beEkHv/Ott5hQPblQJehqW4RqBSBDrVBjVAr1Ay14zoCtOG+YAkQoaHkuO2/PbL2f+ELDntXLelgf8N962pBBMpNANrotCxqrFhyMrHmdxyw+TdzzbjuufMVAAOg+Cl2BgbF/yJVj+dsGxsVEQiaALURUxPURiZ+58f+OXEvBsDG6HIMdK8t/tmSJZ/aYTF2mQ4F8kxoGyqBDrVATVAb1Ai14gsGReitILi0PfxKTtj0709Z/JNvWHcVHeCJQa998Ra0GhKB9QlADta+w+LWBev+wT22+LF+faz/J8Pf620FwK5T+J/KhM6Az1vnL3YCAF7itQKcn/AYPj7VKAKbJ5CN9YRjnxqgFlgLtYHXaAzeCtrzXxAhlzmp4Odtz69ts/jZK72423iNqwEVEaglAYz7NgJrTmI6vGzd5/bbqV9hoP2a8Bn4SAwgD5hxowPJvE3/PFT/PD4dAJSExz/sl9fVCfukIgIOCXDCS/BRH8/20wU+vt8WfxfC51jnzD+SFTAbH1npD/64TT+OzvwGAH0nHQCQuBpg/2gEI+3nyACp4aoTwBC2LgZvgsmtyTP9mOD+HTufOWCLX8CWY3ukl8orhbAAgh97pJ8S4OTg04Dyy9st+jbS46EBDIHuyB86JZdL3JSi7+iHigiQQCpkjlk+xg8/2ou51OdAvWjJq9j8Oo73/xDPu3hDOuaxb6SlNCLqB3LO7ty+bK2PQPg/DHwPAeIUvyPdBle6AFcIHTzOYI8UoBoXAYqogfHJGZ5TOv877zJGJyavCxilX8b+vx631c/eZecvklb/WOfzUZbSGAAhAAz7c93noK/ZXXc3rfUY/jPx98IM9uD1KfzcyR+8fwJbOq+KCHgnkE1AXJUuoXFevos/FP0pXNXnn9q2+sV77dzpvGMUPh6nhwT5vlFvS6kdGsEsYB3BRI8OZpyvoZqzQ2NmZ8fGrKMThdew6NGICKxYAwvTXSuHbG5lbRduNJbXvl/P1xAgwBmsqrBt8PGal/VUBEpFgGOUY3WmN2ZLP15L38F1sqv7C6wDRbtGTyATE/SvIgIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIjI/B/dGhSHfFeDU8AAAAASUVORK5CYII=");
}
.tx_solr .browsebox {
  text-align: center;
  margin: 2em 0em;
}
.tx_solr .browsebox li {
  display: inline-block;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  font-family: "Generis Sans W01 Bold", sans-serif;
  font-size: 0.8em;
  min-width: 3em;
  min-height: 3em;
  line-height: 3em;
  color: #000000;
  padding-left: 0px;
}
.tx_solr .browsebox li a {
  color: #000000;
  padding: 0em 1em;
  display: block;
  -webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tx_solr .browsebox li a:hover {
  background-color: #e5e5e5;
}
.tx_solr .browsebox li span {
  color: #000000;
  padding: 0em 1em;
  display: block;
}
.tx_solr .browsebox li + li {
  margin-left: 0.25em;
}
.tx_solr .tx-solr-search-no-results {
  margin: 1em 0em;
}
.tx_solr .tx-solr-search-form-pi-results {
  position: relative;
}

#tx-solr-faceting {
  margin-top: 1em;
}
#tx-solr-faceting ul {
  list-style: none;
  padding-left: 0;
}
#tx-solr-faceting ul li {
  padding-left: 0;
}
#tx-solr-faceting ul li:before {
  content: "";
}

.search-wrapper .autocomplete-panel {
  background-color: #2b2b2b;
  color: #ffffff;
  margin: -0.25em -1em 0 -2em;
  width: -webkit-calc(100vw + 1em);
  width: calc(100vw + 1em);
}
@media (min-width: 680px) {
  .search-wrapper .autocomplete-panel {
    margin-top: -0.175em;
    margin-left: 2em;
    width: 100%;
  }
}
.search-wrapper .autocomplete-panel .suggestion,
.search-wrapper .autocomplete-panel .suggestion-overlap {
  text-align: left;
  line-height: 1.2;
}
@media (min-width: 680px) {
  .search-wrapper .autocomplete-panel .suggestion,
  .search-wrapper .autocomplete-panel .suggestion-overlap {
    padding: 0;
  }
}
.search-wrapper .autocomplete-panel .suggestion:nth-of-type(odd),
.search-wrapper .autocomplete-panel .suggestion-overlap:nth-of-type(odd) {
  background-color: #414141;
}
.search-wrapper .autocomplete-panel .suggestion a,
.search-wrapper .autocomplete-panel .suggestion em,
.search-wrapper .autocomplete-panel .suggestion-overlap a,
.search-wrapper .autocomplete-panel .suggestion-overlap em {
  padding: 1em 2em;
}
@media (min-width: 680px) {
  .search-wrapper .autocomplete-panel .suggestion a,
  .search-wrapper .autocomplete-panel .suggestion em,
  .search-wrapper .autocomplete-panel .suggestion-overlap a,
  .search-wrapper .autocomplete-panel .suggestion-overlap em {
    padding: 1em;
  }
}
.search-wrapper .autocomplete-panel .suggestion a,
.search-wrapper .autocomplete-panel .suggestion em,
.search-wrapper .autocomplete-panel .suggestion-overlap a,
.search-wrapper .autocomplete-panel .suggestion-overlap em {
  color: #eee;
  font-family: "GenerisSansW01-Regular", sans-serif;
  font-size: 0.9em;
  display: block;
}
.search-wrapper .autocomplete-panel .suggestion a span,
.search-wrapper .autocomplete-panel .suggestion em span,
.search-wrapper .autocomplete-panel .suggestion-overlap a span,
.search-wrapper .autocomplete-panel .suggestion-overlap em span {
  font-family: "Generis Sans W01 Bold", sans-serif;
  color: #ffffff;
}
.search-wrapper .autocomplete-panel .suggestion a:hover, .search-wrapper .autocomplete-panel .suggestion a:focus,
.search-wrapper .autocomplete-panel .suggestion em:hover,
.search-wrapper .autocomplete-panel .suggestion em:focus,
.search-wrapper .autocomplete-panel .suggestion-overlap a:hover,
.search-wrapper .autocomplete-panel .suggestion-overlap a:focus,
.search-wrapper .autocomplete-panel .suggestion-overlap em:hover,
.search-wrapper .autocomplete-panel .suggestion-overlap em:focus {
  background: #5c6971;
}
.search-wrapper .autocomplete-panel .suggestion.active a,
.search-wrapper .autocomplete-panel .suggestion-overlap.active a {
  background: #5c6971;
}

#tx-solr-search-form-pi-results .autocomplete-panel {
  padding-top: 1em;
}
#tx-solr-search-form-pi-results .autocomplete-panel:empty {
  display: none;
}
#tx-solr-search-form-pi-results .autocomplete-panel .suggestion.active a {
  color: black;
}

.solr-pagination {
  text-align: center;
  margin: 2em 0;
}
.solr-pagination ul.pagination li.active a, .solr-pagination ul.pagination li.active span {
  background: #e2001a;
  color: #ffffff;
  pointer-events: none;
}
.solr-pagination ul.pagination li.active a:hover, .solr-pagination ul.pagination li.active span:hover {
  background-color: #e2001a;
}
.solr-pagination ul.pagination li {
  display: inline-block;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  font-family: "Generis Sans W01 Bold", sans-serif;
  font-size: 0.8em;
  min-width: 3em;
  min-height: 3em;
  line-height: 3em;
  color: #000000;
  padding-left: 0;
}
.solr-pagination ul.pagination li a, .solr-pagination ul.pagination li span {
  color: #000000;
  padding: 0 1em;
  display: block;
  -webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  line-height: inherit;
  margin-left: 0;
  border: none;
  float: none;
}
.solr-pagination ul.pagination li a:hover, .solr-pagination ul.pagination li span:hover {
  background-color: #e5e5e5;
}

.header-slider .slider-item {
  position: relative;
  overflow: hidden;
  min-height: 45vw;
}
.header-slider .slider-content {
  width: 100%;
  margin-bottom: 18vw;
}
@media (min-width: 680px) {
  .header-slider .slider-content {
    margin-bottom: 10%;
  }
}
.header-slider .slider-content {
  position: relative;
  max-width: 1360px;
  padding: 12em 2em 1.5em 2em;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1360px) {
  .header-slider .slider-content {
    position: absolute;
    bottom: 0%;
  }
}
.header-slider .slider-content h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 1.2em;
}
.header-slider .slider-content h2, .header-slider .slider-content .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .header-slider .slider-content .header-image-with-facts-box-headline {
  color: #ffffff;
  margin: 0px;
  font-size: 3.6em;
}
@media (max-width: 679px) {
  .header-slider .slider-content h2, .header-slider .slider-content .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .header-slider .slider-content .header-image-with-facts-box-headline {
    font-size: 38px;
  }
}
@media (max-width: 350px) {
  .header-slider .slider-content h2, .header-slider .slider-content .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .header-slider .slider-content .header-image-with-facts-box-headline {
    font-size: 33px;
  }
}
.header-slider .slider-content h2:after, .header-slider .slider-content .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .header-slider .slider-content .header-image-with-facts-box-headline:after {
  display: none;
}
.header-slider .slider-content span.btn-link {
  display: inline-block;
  margin-top: 1.2em;
}
.header-slider .slider-content span.btn-link:after {
  content: " ›";
}
.header-slider .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-slider .slider-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: absolute;
}
.header-slider .slider-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  opacity: 0.4;
  z-index: 2;
}
.header-slider .slider-img img, .header-slider .slider-img picture {
  width: 100%;
  height: auto;
  max-width: none;
}
@media (min-width: 680px) {
  .header-slider .slider-img img, .header-slider .slider-img picture {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 679px) {
  .header-slider .slider-img img, .header-slider .slider-img picture {
    height: 100%;
    width: 100%;
  }
}
.header-slider .slider-img img, .header-slider .slider-img picture {
  left: 50%;
  top: 50%;
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 679px) {
  .header-slider .slider-img img {
    width: auto;
  }
}
.header-slider .slick-list:focus {
  outline: solid 2px #e2001a;
  -webkit-box-shadow: inset 10px 10px 10px #e2001a;
          box-shadow: inset 10px 10px 10px #e2001a;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: focusin;
          animation-name: focusin;
}

@-webkit-keyframes focusin {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

@keyframes focusin {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.header-slider-outer {
  position: relative;
}

/* ------- header-slider-standort --------- */
.header-slider-standort {
  padding-left: 0em;
  padding-right: 0em;
  height: 480px;
  overflow: hidden;
}
.header-slider-standort .slider-content {
  position: relative;
  bottom: 0;
  top: 1em;
  padding: 14em 2em 2em 2em;
}
@media (min-width: 680px) {
  .header-slider-standort .slider-content {
    margin-bottom: 5%;
  }
}
@media (min-width: 680px) {
  .header-slider-standort .slider-content {
    padding: 10em 2em 2em 3em;
  }
}
.header-slider-standort .slider-content h2, .header-slider-standort .slider-content .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .header-slider-standort .slider-content .header-image-with-facts-box-headline {
  color: #fff;
  margin: 0;
  font-size: 2.6em;
}
@media (min-width: 680px) and (max-width: 900px) {
  .header-slider-standort .slider-content h2, .header-slider-standort .slider-content .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .header-slider-standort .slider-content .header-image-with-facts-box-headline {
    font-size: 2em;
  }
}
@media (min-width: 900px) and (max-width: 1500px) {
  .header-slider-standort .slider-content h2, .header-slider-standort .slider-content .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .header-slider-standort .slider-content .header-image-with-facts-box-headline {
    font-size: 2.4em;
  }
}
.header-slider-standort .slider-content h3 {
  font-size: 0.8em;
}
@media (min-width: 680px) and (max-width: 900px) {
  .header-slider-standort .slider-content h3 {
    font-size: 0.7em;
  }
}
@media (min-width: 680px) and (max-width: 900px) {
  .header-slider-standort .slider-content span.btn-link {
    font-size: 0.6em;
  }
}
.header-slider-standort .slider-item {
  position: relative;
  overflow: hidden;
  min-height: 25vw;
}
.header-slider-standort.floating {
  height: auto;
  position: relative;
}
.header-slider-standort.floating .slider-item {
  min-height: 38vw;
}
.header-slider-standort.floating .slider-item .slider-inner-content {
  min-height: 436px;
}
.header-slider-standort.floating .slider-item .slider-inner-content > a {
  position: absolute;
  bottom: 1em;
}
.header-slider-standort.floating .navigation-slider-standort {
  text-align: left;
  bottom: 2em;
  padding: 0 1.5em;
  margin-bottom: -16px;
}
@media (min-width: 801px) {
  .header-slider-standort.floating .navigation-slider-standort {
    margin-bottom: 1.5%;
  }
}
.header-slider-standort.floating .slider-content {
  margin-bottom: 18vw;
  padding: 1em 2em 1.5em 2em;
}
@media (min-width: 680px) {
  .header-slider-standort.floating .slider-content {
    margin-bottom: 10%;
  }
}
@media (min-width: 1360px) {
  .header-slider-standort.floating .slider-content {
    position: absolute;
    bottom: 0;
    top: auto;
  }
}
.header-slider-standort.floating .slider-content h2, .header-slider-standort.floating .slider-content .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .header-slider-standort.floating .slider-content .header-image-with-facts-box-headline {
  font-size: 3.6vmax;
}

.zg {
  max-height: 480px;
  padding-left: 0em;
  padding-right: 0em;
}
@media (min-width: 1359px) {
  .zg {
    height: 480px;
  }
}
.zg h1 {
  color: #5c6971;
  margin-top: 0.75em;
  font-size: 2.5em;
  padding: 0em;
}
.zg ul {
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 1359px) {
  .zg ul {
    position: absolute;
    bottom: 0;
  }
}
.zg ul:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  border-top: solid 1px #e5e5e5;
  right: 0em;
}
.zg ul:after {
  content: "";
  display: block;
  clear: both;
}
.zg ul li {
  margin: 0em;
  -webkit-transition: background-color 400ms ease-out 0.1s;
  transition: background-color 400ms ease-out 0.1s;
}
@media (min-width: 700px) {
  .zg ul li {
    width: 100%;
    float: left;
  }
}
@media (min-width: 700px) and (max-width: 1000px) {
  .zg ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.zg ul li:hover {
  background-color: #e2001a;
}
.zg ul li:hover a {
  color: #fff;
}
.zg ul li a {
  padding: 0.8em 0 0.8em 0;
  display: block;
  color: #000;
  font-size: 1.2em;
  margin: 0 auto;
  max-width: 280px;
  -webkit-transition: color 400ms ease-out 0.1s;
  transition: color 400ms ease-out 0.1s;
}
@media (min-width: 680px) {
  .zg ul li a {
    max-width: 370px;
  }
}
.zg ul li a:hover {
  color: #fff;
}
.zg ul li a:before {
  content: "› ";
}
.zg ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  border-top: solid 1px #e5e5e5;
  right: 0em;
  margin-top: 0.8em;
}
.zg.floating {
  display: block;
  max-height: none;
  height: auto;
}
@media (min-width: 1025px) {
  .zg.floating {
    border-radius: 3px;
    background-color: white;
    border: solid 1px #e5e5e5;
    width: -webkit-calc(40% + 2em);
    width: calc(40% + 2em);
    max-width: 540px;
    padding: 1em 2em;
    position: absolute;
    right: 1em;
    margin-top: -150px;
    z-index: 1;
  }
  .zg.floating h1 {
    font-size: 1.8em;
    margin-top: 0.2em;
    margin-bottom: 1em;
  }
}
@media (min-width: 1280px) {
  .zg.floating {
    width: -webkit-calc(33.33% + 2em);
    width: calc(33.33% + 2em);
  }
}
@media (min-width: 1500px) {
  .zg.floating {
    right: 5%;
  }
}
@media (min-width: 1921px) {
  .zg.floating {
    right: 10%;
  }
}
.zg.floating ul {
  position: static;
  max-width: 1360px;
  padding-right: 2em;
  padding-left: 2em;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .zg.floating ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
  }
  .zg.floating ul:before, .zg.floating ul:after {
    display: none;
  }
}
.zg.floating ul li {
  display: block;
}
@media (min-width: 700px) and (max-width: 1000px) {
  .zg.floating ul li {
    display: block;
  }
}
@media (min-width: 1025px) {
  .zg.floating ul li {
    width: 50%;
    float: left;
    padding: 0 0.5em 0.25em 0;
  }
  .zg.floating ul li:hover, .zg.floating ul li:focus {
    background-color: transparent;
  }
}
.zg.floating ul li a {
  max-width: none;
}
@media (min-width: 1025px) {
  .zg.floating ul li a {
    font-size: 1.1em;
    padding: 0.25em 0 0.25em 1em;
  }
  .zg.floating ul li a:before {
    content: "› ";
    position: absolute;
    margin-left: -0.5em;
  }
  .zg.floating ul li a:after {
    display: none;
  }
  .zg.floating ul li a:hover, .zg.floating ul li a:focus {
    background-color: transparent;
    color: #e2001a;
  }
}
.zg.floating .mobile-text {
  display: none;
}
@media (max-width: 1024px) {
  .zg.floating .mobile-text {
    display: inline;
  }
}
.zg.floating .main-text {
  display: inline;
}
@media (max-width: 1024px) {
  .zg.floating .main-text {
    display: none;
  }
}

/* ------- 3-spaltiges CE --------- */
.hn {
  display: inline-block;
  padding: 0 1em;
  margin-bottom: 4em;
  width: 100%;
}
@media (min-width: 1025px) {
  .hn {
    padding: 0em;
    width: auto;
  }
}
@media (min-width: 1025px) {
  .hn h2, .hn .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .hn .header-image-with-facts-box-headline {
    padding-left: 1em;
  }
  .hn h2:after, .hn .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .hn .header-image-with-facts-box-headline:after {
    left: 1em;
  }
}
.hn h3 {
  color: #000;
}
.hn span.icon {
  padding-right: 1em;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 1em;
  float: left;
}
.hn span.icon path {
  fill: #000;
}
.hn span.title {
  margin-top: 1em;
  float: left;
  color: #000;
}
.hn span.phone {
  margin-top: 0.5em;
  float: left;
  color: #000;
}
.hn span.emaillink {
  margin-top: 0.2em;
  float: left;
  color: #000;
}
.hn span.emaillink:hover {
  color: #e2001a;
}
.hn span.title:after {
  content: " ›";
}
.hn span.emaillink:after {
  content: " ›";
}
.hn a:hover span.title {
  color: #e2001a;
}
.hn a:hover span.icon path {
  fill: #e2001a;
}
.hn .col-md-4 {
  padding-bottom: 2em;
  padding-top: 1em;
  padding-left: 0em;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 1025px) {
  .hn .col-md-4 {
    border-bottom: none;
    padding-bottom: none;
    padding-top: 0em;
    padding-left: 2em;
  }
}
.hn .col-md-4:after {
  content: "";
  display: block;
  clear: both;
}
.hn .col-md-4:last-child {
  border-bottom: none;
}

/*----- Events ----- */
.tx-dhbw-events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1em;
  margin-bottom: 1em;
}
.tx-dhbw-events h2, .tx-dhbw-events .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .tx-dhbw-events .header-image-with-facts-box-headline {
  padding-left: 0.5em;
}
.tx-dhbw-events h2:after, .tx-dhbw-events .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .tx-dhbw-events .header-image-with-facts-box-headline:after {
  left: 0.5em;
}
@media (min-width: 1025px) {
  .tx-dhbw-events h2, .tx-dhbw-events .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .tx-dhbw-events .header-image-with-facts-box-headline {
    padding-left: 1em;
  }
  .tx-dhbw-events h2:after, .tx-dhbw-events .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .tx-dhbw-events .header-image-with-facts-box-headline:after {
    left: 1em;
  }
}
.tx-dhbw-events .waiting-list-headline {
  padding-left: 0.75em;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .tx-dhbw-events .waiting-list-headline {
    padding-left: 1.5em;
  }
}
.tx-dhbw-events .event-detail {
  max-width: 46.2em;
  margin: 0 auto;
}
.tx-dhbw-events .event-detail-hint {
  max-width: 46.2em;
  margin: 0 auto 3em auto;
  padding: 1em 2em;
}
.tx-dhbw-events .event-detail-header {
  text-align: center;
  margin-bottom: 2em;
}
.tx-dhbw-events .event-detail-header h1 {
  font-size: 2.7em;
  margin-bottom: 3em;
  padding-bottom: 0;
}
.tx-dhbw-events .event-detail-header h1:after {
  content: "";
  width: 2px;
  height: 80px;
}
@media (min-width: 680px) {
  .tx-dhbw-events .event-detail-header h1:after {
    height: 120px;
  }
}
.tx-dhbw-events .event-detail-header h1:after {
  background-color: #e2001a;
  display: block;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  margin-top: 0.25em;
}
.tx-dhbw-events .event-detail-header h6 {
  color: #5c6971;
  font-family: "Generis Sans W01 Bold", sans-serif;
}
.tx-dhbw-events .filterCollapse {
  font-size: 1.1em;
}
.tx-dhbw-events .icon-arrow-right {
  margin-left: 0.3em;
}
.tx-dhbw-events .icon-arrow-right svg path {
  fill: #e2001a;
}
.tx-dhbw-events .icon-arrow-right svg path:hover {
  fill: #960011;
}
.tx-dhbw-events .icon-arrow-right svg {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tx-dhbw-events .rotate-icon svg {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.tx-dhbw-events #filter {
  padding-left: 0em;
  padding-right: 0em;
  margin-top: 1em;
  margin-bottom: 2em;
}
.tx-dhbw-events #filter #searchWord {
  width: 60%;
  padding: 5px;
  margin: 0em 0 0.5em 0;
  border: 1px solid #bbb;
  border-radius: 3px;
  color: #444;
  float: left;
  font-size: inherit;
}
.tx-dhbw-events #filter #categories {
  width: 60%;
  padding: 5px;
  margin: 0 0 0.5em 0;
  border: 1px solid #bbb;
  border-radius: 3px;
  color: #444;
  float: left;
  font-size: inherit;
}
.tx-dhbw-events #filter input[type=submit] {
  color: white;
  cursor: pointer;
  background-color: #e2001a;
  border-radius: 3px;
  border: solid 2px #e2001a;
  font-size: 0.8em;
  padding: 0.4em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  width: auto;
}
.tx-dhbw-events .event {
  border-top: solid 1px #e5e5e5;
  padding: 2em 0em 2em 0em;
}
.tx-dhbw-events .event:first-of-type {
  border-top: none;
}
.tx-dhbw-events .event h3 {
  color: #000;
  font-family: "Generis Sans W01 Bold", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tx-dhbw-events .event h3:hover {
  color: #e2001a;
}
.tx-dhbw-events .event h6 {
  margin-top: 0;
  font-size: 0.8em;
  color: #5c6971;
  font-family: "Generis Sans W01 Bold", sans-serif;
  line-height: 1;
  margin-bottom: 1.1em;
  display: block;
}
.tx-dhbw-events .event p {
  color: #000;
}
.tx-dhbw-events .event p:hover {
  color: #000;
}
.tx-dhbw-events .event a:hover h3, .tx-dhbw-events .event a:hover .read-more {
  color: #e2001a;
}
.tx-dhbw-events .event .col-xs-2 {
  padding-left: 0.3em;
  padding-right: 0em;
}

.events {
  padding: 0 1em;
  display: inline-block;
}
@media (min-width: 1025px) {
  .events {
    padding: 0em;
  }
}
@media (min-width: 1025px) {
  .events h2, .events .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .events .header-image-with-facts-box-headline {
    padding-left: 1em;
  }
  .events h2:after, .events .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .events .header-image-with-facts-box-headline:after {
    left: 1em;
  }
}
.events h3 {
  color: #000;
  padding-top: 1.2em;
  webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.events h3:hover {
  color: #e2001a;
}
.events h6 {
  font-size: 0.8em;
  color: #5c6971;
  font-family: "Generis Sans W01 Bold", sans-serif;
  line-height: 1;
  margin-bottom: 1.1em;
  display: block;
}
.events a:hover h3, .events a:hover .read-more {
  color: #e2001a;
}
.events p {
  color: #000;
}
.events p:hover {
  color: #000;
}
.events span.title {
  margin-top: 1em;
  float: left;
  color: #000;
}
.events span.read-more {
  color: #000;
  font-size: 0.8em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  -webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  white-space: nowrap;
  display: inline-block;
}
.events .col-md-4 {
  padding-bottom: 2em;
  padding-top: 1em;
  padding-left: 0em;
}
@media (min-width: 1025px) {
  .events .col-md-4 {
    border-top: none;
    padding-bottom: 2em;
    padding-top: 0em;
    padding-left: 2em;
  }
}
.events .col-md-4:after {
  content: "";
  display: block;
  clear: both;
}
.events .col-md-4:first-child {
  border-top: none;
  padding-top: 0em;
}
.events .cs-element .cs-line {
  float: left;
  width: 94%;
  height: 3px;
  line-height: 1px;
  margin: 3px 0;
  background-color: #e5e5e5;
  margin-top: 8px;
  margin-left: 2px;
  position: absolute;
}
.events .cs-element .cs-circle {
  width: 20px;
  float: left;
  height: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: 0 0;
  border: 3px solid #e5e5e5;
}

.listview-link {
  text-align: center;
  margin-top: 1em;
}
@media (max-width: 1025px) {
  .listview-link {
    margin-bottom: 6em;
  }
}

.event-registration-information {
  padding: 0 2rem;
}

.event-teaser {
  position: fixed;
  z-index: 999;
  right: -263px;
  top: 45%;
}
@media (min-width: 1025px) {
  .event-teaser {
    right: 0px;
    position: relative;
    top: 0px;
    width: 100%;
  }
}
@media (max-width: 680px) {
  .event-teaser {
    right: -183px;
  }
}
.event-teaser .pull-out-button {
  position: absolute;
  height: 94px;
  width: 30px;
  left: -32px;
  background-color: #e2001a;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
@media (max-width: 680px) {
  .event-teaser .pull-out-button {
    height: 72px;
    width: 22px;
    left: -24px;
  }
}
@media (min-width: 1025px) {
  .event-teaser .pull-out-button {
    display: none;
  }
}
.event-teaser .rotated-text__inner {
  font-family: GenerisSansW01-Regular, sans-serif;
  font-size: 1em;
  color: #fff;
  /* margin: 0 auto; */
  line-height: 31px;
  top: 84%;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  /* this is for shity "non IE" browsers
     that dosn't support writing-mode */
  -webkit-transform: translate(0) rotate(-90deg);
  -ms-transform: translate(0) rotate(-90deg);
      transform: translate(0) rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  /* IE9+ */
  -ms-transform: none;
  -ms-transform-origin: none;
  /* IE8+ */
  -ms-writing-mode: tb-rl;
  /* IE7 and below */
  *-webkit-writing-mode: tb-rl;
          writing-mode: tb-rl;
}
@media (max-width: 680px) {
  .event-teaser .rotated-text__inner {
    line-height: 22px;
    top: 83%;
  }
}
.event-teaser .rotated-text__inner:before {
  content: "";
  float: left;
  margin-top: 100%;
}
.event-teaser .mini-teaser {
  margin-bottom: 2px;
}
@media (min-width: 1025px) {
  .event-teaser .mini-teaser {
    margin-bottom: 0.5em;
  }
}
.event-teaser .mini-teaser-content {
  background-color: #e2001a;
  border-radius: 3px;
  padding: 0.5em;
  width: 180px;
}
@media (min-width: 680px) {
  .event-teaser .mini-teaser-content {
    width: 263px;
  }
}
@media (min-width: 1025px) {
  .event-teaser .mini-teaser-content {
    width: 98%;
  }
}
.event-teaser .mini-teaser-content .mini-teaser-title {
  font-family: "Generis Sans W01 Medium", sans-serif;
  color: #fff !important;
  font-size: 0.9em;
  margin: 0 0 0 0;
  display: none;
}
@media (min-width: 1025px) {
  .event-teaser .mini-teaser-content .mini-teaser-title {
    display: block;
  }
}
.event-teaser .mini-teaser-content .mini-teaser-title:after {
  display: none;
}
.event-teaser .mini-teaser-content .mini-teaser-date {
  font-size: 0.7em;
  color: #fff;
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
@media (max-width: 680px) {
  .event-teaser .mini-teaser-content .mini-teaser-date {
    margin-top: 5.5px;
  }
}
.event-teaser .mini-teaser-content a {
  color: #FFF;
  margin-top: 1.8em;
  display: block;
  font-size: 0.8em;
}
.event-teaser .mini-teaser-content a:after {
  content: " ›";
}
@media (max-width: 680px) {
  .event-teaser .mini-teaser-content a {
    margin-top: 2.4em;
  }
}
.event-teaser .mini-teaser-content .cs-element .cs-line {
  float: left;
  width: 94%;
  height: 1px;
  line-height: 1px;
  margin: 3px 0;
  background-color: #e5e5e5;
  margin-top: 5px;
  margin-left: 2px;
}
@media (max-width: 680px) {
  .event-teaser .mini-teaser-content .cs-element .cs-line {
    width: 90%;
  }
}
.event-teaser .mini-teaser-content .cs-element .cs-circle {
  width: 10px;
  float: left;
  height: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: 0 0;
  border: 2px solid #e5e5e5;
}

body[data-page="360"] .header-content-subpage {
  display: none;
}

.navigation-slider {
  position: absolute;
  max-width: 1360px;
  pointer-events: none;
  padding: 0 3em;
  z-index: 4;
  left: 50%;
  bottom: 2em;
  width: 100%;
  margin-bottom: 18vw;
}
@media (min-width: 680px) {
  .navigation-slider {
    margin-bottom: 10%;
  }
}
.navigation-slider {
  text-align: right;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.navigation-slider button {
  width: 40px;
  pointer-events: all;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 30px;
  height: 40px;
  -webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navigation-slider button svg {
  width: 17px;
  height: 30px;
}
.navigation-slider button fill {
  -webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navigation-slider button.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.navigation-slider button:hover path {
  fill: #e2001a;
}

.navigation-slider-standort {
  position: absolute;
  max-width: 1360px;
  pointer-events: none;
  padding: 0 3em;
  z-index: 4;
  left: 50%;
  bottom: 1em;
  width: 100%;
  margin-bottom: 5%;
}
@media (min-width: 1360px) {
  .navigation-slider-standort {
    margin-bottom: 50px;
  }
}
.navigation-slider-standort {
  text-align: right;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.navigation-slider-standort button {
  width: 40px;
  pointer-events: all;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 30px;
  height: 40px;
  -webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navigation-slider-standort button svg {
  width: 17px;
  height: 30px;
}
.navigation-slider-standort button fill {
  -webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navigation-slider-standort button.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.navigation-slider-standort button:hover path {
  fill: #e2001a;
}

.kachel-block {
  position: relative;
  line-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 680px) {
  .kachel-block {
    margin-left: -1em;
    margin-right: -1em;
  }
}
.kachel-block:first-of-type {
  margin-top: -18vw;
}
@media (min-width: 680px) {
  .kachel-block:first-of-type {
    margin-top: -9vw;
  }
}
.kachel-block:before {
  clear: both;
  content: "";
  display: block;
}
.kachel-block:after {
  content: "";
  display: table;
}

.frame-default + .frame-default .kachel-block {
  margin-top: 0px;
}

.kachel-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 680px) {
  .kachel-item {
    width: 50%;
    float: left;
  }
}
.kachel-item .image-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.kachel-item .image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}
.kachel-item .image-wrapper img.blank-image {
  background-color: #757575;
  width: 520px;
  height: 300px;
}
.kachel-item:first-of-type .image-wrapper {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (min-width: 680px) {
  .kachel-item:first-of-type .image-wrapper {
    border-top-right-radius: 0px;
  }
}
.kachel-item:last-of-type .image-wrapper, .kachel-item:last-of-type p {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (min-width: 680px) {
  .kachel-item:last-of-type .image-wrapper, .kachel-item:last-of-type p {
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 680px) {
  .kachel-item:nth-of-type(2) .image-wrapper {
    border-top-right-radius: 5px;
  }
  .kachel-item:nth-of-type(3) .image-wrapper, .kachel-item:nth-of-type(3) p {
    border-bottom-left-radius: 5px;
  }
}
.kachel-item img {
  width: 100%;
  height: auto;
}
.kachel-item:hover .image-wrapper:after, .kachel-item a:focus .image-wrapper:after {
  opacity: 0;
}
.kachel-item h2, .kachel-item .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .kachel-item .header-image-with-facts-box-headline, .kachel-item h3 {
  font-size: 1.5em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  color: #ffffff;
}
.kachel-item h2, .kachel-item .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .kachel-item .header-image-with-facts-box-headline {
  pointer-events: none;
}
.kachel-item h2, .kachel-item .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .kachel-item .header-image-with-facts-box-headline, .kachel-item .text-content > h3:only-child {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 2;
  line-height: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0px;
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.kachel-item h2:after, .kachel-item .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .kachel-item .header-image-with-facts-box-headline:after, .kachel-item .text-content > h3:only-child:after {
  display: none;
}
.kachel-item h2 span, .kachel-item .header-image-with-facts-box .header-image-with-facts-box-headline span, .header-image-with-facts-box .kachel-item .header-image-with-facts-box-headline span, .kachel-item .text-content > h3:only-child span {
  position: relative;
}
.kachel-item h2 span:after, .kachel-item .header-image-with-facts-box .header-image-with-facts-box-headline span:after, .header-image-with-facts-box .kachel-item .header-image-with-facts-box-headline span:after, .kachel-item .text-content > h3:only-child span:after {
  content: "";
  height: 4px;
  display: block;
  overflow: hidden;
  left: 25%;
  right: 25%;
  top: 1.5em;
  position: absolute;
  background: #e2001a;
}
.kachel-item h2 span, .kachel-item .header-image-with-facts-box .header-image-with-facts-box-headline span, .header-image-with-facts-box .kachel-item .header-image-with-facts-box-headline span {
  display: inline-block;
}
.kachel-item h2 span:after, .kachel-item .header-image-with-facts-box .header-image-with-facts-box-headline span:after, .header-image-with-facts-box .kachel-item .header-image-with-facts-box-headline span:after {
  top: auto;
  margin-top: 0.25em;
}
.kachel-item > h2, .header-image-with-facts-box .kachel-item > .header-image-with-facts-box-headline, .kachel-item .more-link > h2, .kachel-item .header-image-with-facts-box .more-link > .header-image-with-facts-box-headline, .header-image-with-facts-box .kachel-item .more-link > .header-image-with-facts-box-headline {
  padding: 0 1em;
}
.kachel-item h3:only-child:before {
  content: "› ";
}
.kachel-item .text-content > h3:only-child {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.kachel-item h2 + p, .kachel-item .header-image-with-facts-box .header-image-with-facts-box-headline + p, .header-image-with-facts-box .kachel-item .header-image-with-facts-box-headline + p, .kachel-item .text-content {
  position: absolute;
  bottom: 0%;
  -webkit-transform: translateY(102%);
      -ms-transform: translateY(102%);
          transform: translateY(102%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(226, 0, 26, 0.9);
  width: 100%;
  font-size: 0.9em;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  margin: 0px;
  padding: 2em 2.2em;
  line-height: 1;
}
.kachel-item h2 + p:after, .kachel-item .header-image-with-facts-box .header-image-with-facts-box-headline + p:after, .header-image-with-facts-box .kachel-item .header-image-with-facts-box-headline + p:after, .kachel-item .text-content:after {
  content: " ›";
}
.kachel-item h3.linked a {
  color: white;
  display: inline-block;
}
.kachel-item .text-content {
  height: 100%;
  padding: 0;
  padding: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (min-width: 780px) and (max-width: 920px) {
  .kachel-item .text-content {
    font-size: 75%;
  }
}
.kachel-item .text-content.no-text {
  pointer-events: none;
}
.kachel-item .text-content:after {
  display: none;
}
.kachel-item .text-content h3 {
  margin-top: 0;
  padding: 0 1em;
}
.kachel-item .text-content h3 + .inner-content {
  margin-top: 1em;
}
.kachel-item .text-content p {
  text-align: left;
  padding: 0 0.5em;
  margin-bottom: 0.4em;
  line-height: 1.25;
  color: white;
}
.kachel-item .text-content p + p {
  margin-top: 0;
  margin-bottom: 0.4em;
}
.kachel-item .text-content p a, .kachel-item .text-content p a:visited {
  color: white;
  position: relative;
  padding-left: 0.5em;
  pointer-events: auto;
}
.kachel-item .text-content p a:before, .kachel-item .text-content p a:visited:before {
  content: "› ";
  position: absolute;
  margin-left: -0.5em;
}
.kachel-item .text-content p a:hover, .kachel-item .text-content p a:focus, .kachel-item .text-content p a:visited:hover, .kachel-item .text-content p a:visited:focus {
  text-decoration: underline;
}
.kachel-item:hover h2, .kachel-item:hover .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .kachel-item:hover .header-image-with-facts-box-headline, .kachel-item a:focus h2, .kachel-item a:focus .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .kachel-item a:focus .header-image-with-facts-box-headline {
  opacity: 0;
}
.kachel-item:hover h2 + p, .kachel-item:hover .header-image-with-facts-box .header-image-with-facts-box-headline + p, .header-image-with-facts-box .kachel-item:hover .header-image-with-facts-box-headline + p, .kachel-item:hover .text-content, .kachel-item a:focus h2 + p, .kachel-item a:focus .header-image-with-facts-box .header-image-with-facts-box-headline + p, .header-image-with-facts-box .kachel-item a:focus .header-image-with-facts-box-headline + p, .kachel-item a:focus .text-content {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.kachel-item a {
  display: block;
}
.kachel-item .icon-arrow-right {
  background-repeat: no-repeat;
}

.kachel-block.three-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.kachel-block.three-col:first-of-type {
  margin-top: 0;
}
@media (min-width: 680px) {
  .kachel-block.three-col {
    margin: 0 -16px;
  }
}
.kachel-block.three-col .kachel-item {
  margin: 0 0 16px 0;
  width: 100%;
  position: relative;
}
.kachel-block.three-col .kachel-item > a, .kachel-block.three-col .kachel-item > .touch-trigger {
  height: 100%;
}
.kachel-block.three-col .kachel-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.kachel-block.three-col .kachel-item:after {
  content: "";
  display: block;
  padding-bottom: 58%;
}
.kachel-block.three-col .kachel-item .image-wrapper {
  border-radius: 0px;
  height: 100%;
}
@media (min-width: 780px) {
  .kachel-block.three-col .kachel-item {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px);
    margin: 16px;
  }
}
@media (min-width: 1360px) {
  .kachel-block.three-col .kachel-item {
    width: -webkit-calc(33.33% - 32px);
    width: calc(33.33% - 32px);
  }
}
.kachel-block.three-col .kachel-item h3.linked:before {
  display: none;
}
.kachel-block.three-col .kachel-item h3.linked a:before {
  content: "› ";
}

.tab-content .kachel-item p {
  padding: 0.5em;
}

.fce-menu.tiles .kachel-item {
  padding: 0 2em;
}
.fce-menu.tiles .kachel-item + .kachel-item {
  margin-top: 1em;
}
@media (min-width: 680px) {
  .fce-menu.tiles .kachel-item {
    width: 33.33%;
    margin-bottom: 2em;
  }
  .fce-menu.tiles .kachel-item + .kachel-item {
    margin-top: 0;
  }
}
.fce-menu.tiles .kachel-item .image-wrapper {
  border-radius: 5px;
}
.fce-menu.tiles .kachel-item .image-wrapper:after {
  display: none;
}
.fce-menu.tiles .kachel-item .hover-wrapper {
  opacity: 1;
  padding: 1em;
  position: absolute;
  bottom: 0;
  left: 2em;
  right: 2em;
  z-index: 1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(0, 0, 0, 0.4);
}
.fce-menu.tiles .kachel-item .hover-wrapper h2, .fce-menu.tiles .kachel-item .hover-wrapper .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .fce-menu.tiles .kachel-item .hover-wrapper .header-image-with-facts-box-headline {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.fce-menu.tiles .kachel-item .hover-wrapper span {
  display: block;
}
.fce-menu.tiles .kachel-item .hover-wrapper span:after {
  display: none;
}
.fce-menu.tiles .kachel-item .hover-wrapper span.subtitle {
  font-size: 0.75em;
  margin-top: 0.25em;
}
.fce-menu.tiles .kachel-item:hover .hover-wrapper {
  opacity: 0;
}

/*---- Startpage English ----*/
#c993 > div > div > div:nth-child(1) > a > div {
  border-bottom-left-radius: 5px;
}

#c993 > div > div > div:nth-child(1) > a > p {
  border-bottom-left-radius: 0px;
}
@media (min-width: 680px) {
  #c993 > div > div > div:nth-child(1) > a > p {
    border-bottom-left-radius: 5px;
  }
}

/*---------------------------*/
.btn-link {
  background: #e2001a;
  color: #ffffff;
  font-size: 0.875em;
  padding: 1.25em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  padding: -webkit-calc(1.25em - 2px) -webkit-calc(1.25em - 2px) -webkit-calc(1.15em - 2px) -webkit-calc(1.25em - 2px);
  padding: calc(1.25em - 2px) calc(1.25em - 2px) calc(1.15em - 2px) calc(1.25em - 2px);
  border-radius: 3px;
  border: solid 2px #e2001a;
  -webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn-link:after {
  content: " ›";
}
.btn-link {
  /*&:hover {
    background: transparent;
    border-color: $color-main;
    color: $color-main;
    text-decoration: none;
  }*/
}
.btn-link.black {
  border-color: #000000;
  color: #000000;
  background-color: transparent;
}
.btn-link.black:hover {
  border-color: #000000;
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
}
.btn-link.white, .btn-link.gray {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.btn-link.white:hover, .btn-link.gray:hover {
  border-color: #ffffff;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
}
.btn-link.inverse, .btn-link.bright {
  color: #ffffff;
}
.btn-link.inverse:hover, .btn-link.bright:hover {
  background: #e2001a;
  color: #ffffff;
  text-decoration: none;
}

.main-content.container-fluid .download-block, .download-block {
  color: #ffffff;
  background: #e2001a;
  position: relative;
  padding: 4em 1em 3em 1em;
  z-index: 0;
  margin-bottom: 4em;
}
@media (min-width: 680px) {
  .main-content.container-fluid .download-block, .download-block {
    margin-bottom: 3em;
  }
}
@media (min-width: 1025px) {
  .main-content.container-fluid .download-block, .download-block {
    margin-top: -2em;
    margin-bottom: 6em;
    padding: 4em 2em 3em 2em;
  }
}
.main-content.container-fluid .download-block h2, .download-block h2, .download-block .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .download-block .header-image-with-facts-box-headline {
  margin-top: 0em;
}
.main-content.container-fluid .download-block h2, .main-content.container-fluid .download-block a, .download-block h2, .download-block .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .download-block .header-image-with-facts-box-headline, .download-block a {
  color: #ffffff;
}
.main-content.container-fluid .download-block h2:after, .download-block h2:after, .download-block .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .download-block .header-image-with-facts-box-headline:after {
  background: #ffffff;
}
.main-content.container-fluid .download-block:after, .main-content.container-fluid .download-block:before, .download-block:after, .download-block:before {
  content: "";
  display: block;
  right: 100%;
  position: absolute;
  background: #e2001a;
  width: 1.5em;
}
@media (min-width: 1360px) {
  .main-content.container-fluid .download-block:after, .main-content.container-fluid .download-block:before, .download-block:after, .download-block:before {
    width: 1000px;
  }
}
.main-content.container-fluid .download-block:after, .main-content.container-fluid .download-block:before, .download-block:after, .download-block:before {
  height: 100%;
  top: 0px;
}
.main-content.container-fluid .download-block:after, .download-block:after {
  right: auto;
  left: 100%;
}
.main-content.container-fluid .download-block a, .download-block a {
  height: 2em;
  display: table;
}
.main-content.container-fluid .download-block a path, .download-block a path {
  -webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.main-content.container-fluid .download-block a span, .download-block a span {
  display: table-cell;
  vertical-align: middle;
}
.main-content.container-fluid .download-block a span.icon, .download-block a span.icon {
  padding-right: 1em;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 0.5em;
}
@media (max-width: 679px) {
  .main-content.container-fluid .download-block a span.icon, .download-block a span.icon {
    margin-top: 0em;
    position: absolute;
  }
  .main-content.container-fluid .download-block a span.icon svg, .download-block a span.icon svg {
    width: 2em;
    height: 2em;
  }
}
.main-content.container-fluid .download-block a span.title, .download-block a span.title {
  font-size: 0.875em;
}
.main-content.container-fluid .download-block a span.title:after, .download-block a span.title:after {
  content: " ›";
}
@media (max-width: 679px) {
  .main-content.container-fluid .download-block a span.title, .download-block a span.title {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 4em;
  }
}
.main-content.container-fluid .download-block a:hover, .download-block a:hover {
  color: #8c0012;
}
.main-content.container-fluid .download-block a:hover path, .download-block a:hover path {
  fill: #8c0012;
}
.main-content.container-fluid .download-block ul, .download-block ul {
  margin-top: 2em;
  max-width: none;
  padding: 0em;
}
.main-content.container-fluid .download-block ul li, .download-block ul li {
  width: 100%;
  position: static;
  padding-left: 0px;
  display: block;
  height: 3em;
}
@media (min-width: 680px) {
  .main-content.container-fluid .download-block ul li, .download-block ul li {
    width: 50%;
    height: 2em;
  }
}
@media (min-width: 1025px) {
  .main-content.container-fluid .download-block ul li, .download-block ul li {
    width: 33.33%;
  }
}
.main-content.container-fluid .download-block ul li, .download-block ul li {
  float: left;
}
.main-content.container-fluid .download-block ul li:before, .download-block ul li:before {
  display: none;
}
.main-content.container-fluid .download-block ul:after, .download-block ul:after {
  content: "";
  display: block;
  clear: both;
}
.main-content.container-fluid .download-block ul li + li, .download-block ul li + li {
  padding-top: 1em;
  border-top: solid 1px #cb0017;
}
@media (min-width: 680px) {
  .main-content.container-fluid .download-block ul li + li, .download-block ul li + li {
    border-left: solid 1px #cb0017;
    border-top: none;
    padding-left: 2em;
    padding-top: 0em;
  }
}
@media (min-width: 680px) and (max-width: 1024px) {
  .main-content.container-fluid .download-block ul li:nth-of-type(2n+1), .download-block ul li:nth-of-type(2n+1) {
    padding-left: 0em;
    border: none;
  }
}
@media (max-width: 1024px) {
  .main-content.container-fluid .download-block ul li:nth-child(n+3), .download-block ul li:nth-child(n+3) {
    margin-top: 1em;
  }
}
@media (min-width: 680px) and (max-width: 1024px) {
  .main-content.container-fluid .download-block ul li:nth-child(n+3), .download-block ul li:nth-child(n+3) {
    margin-top: 2em;
  }
}
@media (min-width: 1025px) {
  .main-content.container-fluid .download-block ul li:nth-child(n+4), .download-block ul li:nth-child(n+4) {
    margin-top: 1em;
  }
}
@media (min-width: 1025px) {
  .main-content.container-fluid .download-block ul li:nth-child(3n+4), .download-block ul li:nth-child(3n+4) {
    margin-top: 1em;
    padding-left: 0em;
  }
}
@media (max-width: 679px) {
  .main-content.container-fluid .download-block ul li, .download-block ul li {
    margin-top: 0em;
    position: relative;
  }
  .main-content.container-fluid .download-block ul li .icon, .download-block ul li .icon {
    top: 50%;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  .main-content.container-fluid .download-block ul li .icon-document, .download-block ul li .icon-document {
    top: 15%;
  }
}

/*---- Startpage English ----*/
#c994 > div {
  margin-bottom: 0em;
}

/*--------------------------*/
.main-content.container-fluid .link-teaser.link-teaser-img-mobile, .link-teaser.link-teaser-img-mobile {
  display: none;
}
@media (max-width: 480px) {
  .main-content.container-fluid .link-teaser.link-teaser-img-mobile, .link-teaser.link-teaser-img-mobile {
    display: block;
  }
}
.main-content.container-fluid .link-teaser.link-teaser-img-desktop, .link-teaser.link-teaser-img-desktop {
  display: block;
}
@media (max-width: 480px) {
  .main-content.container-fluid .link-teaser.link-teaser-img-desktop, .link-teaser.link-teaser-img-desktop {
    display: none;
  }
}
.main-content.container-fluid .link-teaser, .link-teaser {
  width: 100%;
  border-radius: 5px;
  padding: 4em 0em;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .main-content.container-fluid .link-teaser, .link-teaser {
    background-position-x: 90%;
  }
}
@media (max-width: 700px) {
  .main-content.container-fluid .link-teaser, .link-teaser {
    background-position-x: 60%;
  }
}
@media (max-width: 480px) {
  .main-content.container-fluid .link-teaser, .link-teaser {
    padding: 8em 0 0 0;
    background-position-x: 70%;
  }
}
.main-content.container-fluid .link-teaser, .link-teaser {
  margin-bottom: 5px;
  position: relative;
}
.main-content.container-fluid .link-teaser .content, .link-teaser .content {
  padding: 0em 2em;
  text-align: right;
}
@media (min-width: 680px) {
  .main-content.container-fluid .link-teaser .content, .link-teaser .content {
    text-align: right;
    margin-left: 50%;
  }
}
@media (min-width: 1025px) {
  .main-content.container-fluid .link-teaser .content, .link-teaser .content {
    margin-left: 66.66%;
  }
}
@media (max-width: 480px) {
  .main-content.container-fluid .link-teaser .content, .link-teaser .content {
    padding: 2em 2em 2em 1em;
    text-align: left;
  }
}
.main-content.container-fluid .link-teaser h2, .link-teaser h2, .link-teaser .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .link-teaser .header-image-with-facts-box-headline {
  color: #000;
  margin-bottom: 2em;
  margin-top: 0em;
}
.main-content.container-fluid .link-teaser h2:after, .link-teaser h2:after, .link-teaser .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .link-teaser .header-image-with-facts-box-headline:after {
  background-color: #e2001a;
  left: auto;
  right: 0%;
}
@media (max-width: 679px) {
  .main-content.container-fluid .link-teaser h2:after, .link-teaser h2:after, .link-teaser .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .link-teaser .header-image-with-facts-box-headline:after {
    left: auto;
    right: 0%;
  }
}
@media (max-width: 480px) {
  .main-content.container-fluid .link-teaser h2:after, .link-teaser h2:after, .link-teaser .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .link-teaser .header-image-with-facts-box-headline:after {
    left: 0%;
    right: auto;
  }
}
.main-content.container-fluid .link-teaser.gray, .link-teaser.gray {
  padding: 0;
}
@media (max-width: 480px) {
  .main-content.container-fluid .link-teaser.gray, .link-teaser.gray {
    padding: 14em 0 0 0;
  }
}
.main-content.container-fluid .link-teaser.gray h2, .link-teaser.gray h2, .link-teaser.gray .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .link-teaser.gray .header-image-with-facts-box-headline {
  color: #fff;
}
.main-content.container-fluid .link-teaser.gray h2:after, .link-teaser.gray h2:after, .link-teaser.gray .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .link-teaser.gray .header-image-with-facts-box-headline:after {
  background-color: #e2001a;
}
@media (max-width: 679px) {
  .main-content.container-fluid .link-teaser.gray h2:after, .link-teaser.gray h2:after, .link-teaser.gray .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .link-teaser.gray .header-image-with-facts-box-headline:after {
    left: auto;
    right: 0%;
  }
}
@media (max-width: 480px) {
  .main-content.container-fluid .link-teaser.gray h2:after, .link-teaser.gray h2:after, .link-teaser.gray .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .link-teaser.gray .header-image-with-facts-box-headline:after {
    left: 0%;
    right: auto;
  }
}
.main-content.container-fluid .link-teaser.gray .content, .link-teaser.gray .content {
  padding: 4em 2em 4em 1em;
  background: #5c6971;
  border-radius: 0px 6px 6px 0px;
}
@media (min-width: 1025px) {
  .main-content.container-fluid .link-teaser.gray .content, .link-teaser.gray .content {
    margin-left: 66.66%;
  }
}
@media (min-width: 680px) and (max-width: 1024px) {
  .main-content.container-fluid .link-teaser.gray .content, .link-teaser.gray .content {
    text-align: right;
    margin-left: 50%;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .main-content.container-fluid .link-teaser.gray .content, .link-teaser.gray .content {
    text-align: right;
    margin-left: 50%;
  }
}
@media (max-width: 480px) {
  .main-content.container-fluid .link-teaser.gray .content, .link-teaser.gray .content {
    text-align: left;
    padding: 2em 2em 2em 1em;
    border-radius: 0px 0px 6px 6px;
  }
}
.main-content.container-fluid .link-teaser.bright h2, .link-teaser.bright h2, .link-teaser.bright .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .link-teaser.bright .header-image-with-facts-box-headline {
  color: #fff;
}
.main-content.container-fluid .link-teaser.black h2, .link-teaser.black h2, .link-teaser.black .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .link-teaser.black .header-image-with-facts-box-headline {
  color: #000;
}

.main-content.container-fluid .tab-pane .link-teaser .content {
  margin-left: 0;
  text-align: right;
}
.main-content.container-fluid .tab-pane .link-teaser h2:after, .main-content.container-fluid .tab-pane .link-teaser .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .main-content.container-fluid .tab-pane .link-teaser .header-image-with-facts-box-headline:after {
  left: auto;
  right: 0px;
}
@media (max-width: 480px) {
  .main-content.container-fluid .tab-pane .link-teaser .content {
    text-align: left;
    padding: 2em 2em 2em 1em;
  }
  .main-content.container-fluid .tab-pane .link-teaser h2:after, .main-content.container-fluid .tab-pane .link-teaser .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .main-content.container-fluid .tab-pane .link-teaser .header-image-with-facts-box-headline:after {
    left: 0px;
    right: auto;
  }
}
.main-content.container-fluid .tab-pane .link-teaser.gray .content {
  text-align: right;
  padding: 4em 2em 4em 1em;
  border-radius: 0px 6px 6px 0px;
  margin-left: 56.66%;
}
@media (max-width: 480px) {
  .main-content.container-fluid .tab-pane .link-teaser.gray .content {
    padding: 2em 2em 2em 1em;
    border-radius: 0px 0px 6px 6px;
    margin-left: 0;
    text-align: left;
  }
}
.main-content.container-fluid .tab-pane .link-teaser.gray h2:after, .main-content.container-fluid .tab-pane .link-teaser.gray .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .main-content.container-fluid .tab-pane .link-teaser.gray .header-image-with-facts-box-headline:after {
  right: 0px;
  left: auto;
}
@media (max-width: 480px) {
  .main-content.container-fluid .tab-pane .link-teaser.gray h2:after, .main-content.container-fluid .tab-pane .link-teaser.gray .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .main-content.container-fluid .tab-pane .link-teaser.gray .header-image-with-facts-box-headline:after {
    right: auto;
    left: 0px;
  }
}

.verbindet-teaser {
  margin-top: -2em;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.verbindet-teaser .background-image {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  z-index: -1;
  max-width: none;
}
.verbindet-teaser h2, .verbindet-teaser .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .verbindet-teaser .header-image-with-facts-box-headline {
  text-indent: -999em;
  font-size: 3.6em;
  background-position: center;
}
@media (max-width: 679px) {
  .verbindet-teaser h2, .verbindet-teaser .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .verbindet-teaser .header-image-with-facts-box-headline {
    background-size: 200% auto;
    background-repeat: no-repeat;
  }
}
@media (min-width: 680px) {
  .verbindet-teaser h2, .verbindet-teaser .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .verbindet-teaser .header-image-with-facts-box-headline {
    height: 1.4em;
  }
}
.verbindet-teaser .main-content .container-fluid {
  z-index: 1;
  padding: 8em 2em 4em 2em;
}
@media (min-width: 680px) {
  .verbindet-teaser .main-content .container-fluid {
    padding: 8em 3em 4em 3em;
  }
}
.verbindet-teaser .main-content .container-fluid h2, .verbindet-teaser .main-content .container-fluid .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .verbindet-teaser .main-content .container-fluid .header-image-with-facts-box-headline {
  margin-top: 0px;
}
@media (min-width: 680px) {
  .verbindet-teaser .main-content .container-fluid p {
    max-width: 50%;
    margin: 0px;
  }
}
.verbindet-teaser .portrait-content {
  z-index: 2;
  background: rgba(57, 68, 75, 0.5);
}
.verbindet-teaser .portrait-content .container-fluid {
  padding: 4em 2.5em;
}
@media (min-width: 680px) {
  .verbindet-teaser .portrait-content .container-fluid {
    padding: 4em 3em;
  }
}
@media (min-width: 1025px) {
  .verbindet-teaser .portrait-content .container-fluid {
    padding: 4em 0em;
    display: table;
  }
}
@media (min-width: 1025px) {
  .verbindet-teaser .portrait-content .text-content, .verbindet-teaser .portrait-content .link-list {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 2em;
    padding-left: 3em;
  }
}
@media (max-width: 1024px) {
  .verbindet-teaser .portrait-content .link-list {
    margin-top: 2em;
  }
}
@media (min-width: 1025px) and (max-width: 1070px) {
  .verbindet-teaser .portrait-content .link-list .list-inline {
    -webkit-transform: translateY(1em);
        -ms-transform: translateY(1em);
            transform: translateY(1em);
  }
}
.verbindet-teaser .portrait-content .link-list li {
  padding: 0px;
  margin-right: 1em;
}
@media (min-width: 1025px) and (max-width: 1070px) {
  .verbindet-teaser .portrait-content .link-list li {
    min-height: 4em;
  }
  .verbindet-teaser .portrait-content .link-list li a {
    display: list-item;
  }
}
.verbindet-teaser .portrait-content .link-list li:before {
  display: none;
}
@media (max-width: 400px) {
  .verbindet-teaser .portrait-content .link-list li {
    display: block;
    margin-bottom: 2em;
  }
}

span.parent-page {
  display: block;
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 0.8em;
  text-transform: uppercase;
}

.image-gallery img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2em;
}
.image-gallery figcaption {
  text-align: left;
  font-family: "Generis Sans W01 Italic", sans-serif;
  font-size: 0.9em;
  max-width: 46.2em;
  margin: 0 auto;
  margin-bottom: 3.33em;
}

.intro-block {
  text-align: center;
}
.intro-block h1 {
  color: #5c6971;
  display: inline-block;
  margin-top: 1.66em;
  position: relative;
}
.intro-block h1:before {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  left: 50%;
  background: #757575;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.66em;
}
.intro-block .row {
  text-align: left;
}
.intro-block .btn-link {
  margin-top: 2em;
  display: inline-block;
}
@media (max-width: 1024px) {
  .intro-block .col-md-8 + .col-md-4 {
    margin-top: 4em;
    margin-right: -2em;
    margin-left: -2em;
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 679px) {
  .intro-block .col-md-4 h2, .intro-block .col-md-4 .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .intro-block .col-md-4 .header-image-with-facts-box-headline {
    margin-top: 2.2em;
    margin-bottom: 0.25em;
  }
}
@media (max-width: 1024px) {
  .intro-block .col-md-8 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 1025px) {
  .intro-block .shade {
    background: #fcfcfc;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
  }
}
.intro-block .shade {
  position: relative;
  padding: 2em 2em;
  margin: 0em -2em;
}
.intro-block .shade ul {
  margin-top: 1em;
  padding: 0em;
}
.intro-block .shade ul li {
  font-size: 0.9em;
  display: block;
  padding: 0.8em 0em;
  border-top: solid 1px #e5e5e5;
}
.intro-block .shade ul li:before {
  display: none;
}
.intro-block .shade ul li:first-child {
  border-color: transparent;
}
.intro-block .shade ul a {
  color: #000000;
  display: block;
}
.intro-block .shade ul a:hover {
  color: #e2001a;
}
.intro-block .shade ul a:after {
  content: " ›";
}
.intro-block .shade ul li:last-child {
  font-family: "Generis Sans W01 Bold", sans-serif;
  font-size: 0.875em;
}
@media (min-width: 1025px) {
  .intro-block .shade ul:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3em;
    background: #ffffff;
    z-index: 3;
    left: -1px;
    background: #fcfcfc;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: solid 1px #e5e5e5;
    border-top: none;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
  }
}

body.edcon .intro-block .shade ul li:last-child {
  font-family: "GenerisSansW01-Regular", sans-serif;
  font-size: 0.9em;
}

.modal .modal-dialog {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}
.modal .modal-header {
  position: relative;
  background: #000000;
  color: #ffffff;
  font-size: 1.8em;
  text-align: center;
  padding: 2em 1em 1em 1em;
}
.modal button {
  opacity: 1;
  position: absolute;
  right: 0%;
}
.modal .icon-close {
  right: 0.5em;
  top: 0.5em;
  width: 2em;
  height: 2em;
  padding-top: 0.65em;
  display: block;
}
.modal .icon-close path {
  fill: #ffffff;
}
.modal .modal-content {
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  right: 10px;
}
@media (min-width: 620px) {
  .modal .modal-content {
    left: 50%;
    width: 600px;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}
.modal .modal-body {
  padding: 2em;
}
.modal .modal-body a {
  color: #000000;
  font-size: 0.9em;
  display: block;
  border-top: solid 1px #e5e5e5;
  padding: 0.5em 0em;
}
.modal .modal-body a:hover {
  color: #e2001a;
}
.modal .modal-body a:first-child {
  border-top: none;
}
.modal .modal-body .contacts {
  text-align: left;
  height: 140px;
}
.modal .modal-body .contacts .col-xs-6 {
  padding-left: 0.1em;
  padding-right: 0.1em;
}
.modal .modal-body .contacts .name {
  font-family: "Generis Sans W01 Bold", sans-serif;
}
.modal .modal-body .contacts .phone {
  font-size: 0.8em;
}
.modal .modal-body .contacts .email {
  font-size: 0.8em;
}
.modal.studiengaenge-overview.no-body .modal-body {
  display: none;
}
.modal.studiengaenge-overview .modal-header {
  padding: 0;
  border-bottom: none;
  background-size: cover;
  background-position: center;
}
.modal.studiengaenge-overview .modal-header .close {
  top: 2px;
  z-index: 2;
}
.modal.studiengaenge-overview div.inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.modal.studiengaenge-overview div.inner:before {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.modal.studiengaenge-overview div.inner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
  pointer-events: none;
}
.modal.studiengaenge-overview div.inner > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.modal.studiengaenge-overview div.inner > a .modal-title span:before {
  content: "› ";
}
.modal.studiengaenge-overview .modal-body a:before {
  content: "› ";
}
.modal.studiengaenge-overview h4 {
  font-size: 1em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  color: #ffffff;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 2;
  line-height: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0px;
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.modal.studiengaenge-overview h4:after {
  display: none;
}
.modal.studiengaenge-overview h4 span {
  position: relative;
  display: inline-block;
}
.modal.studiengaenge-overview h4 span:after {
  content: "";
  height: 4px;
  display: block;
  overflow: hidden;
  left: 25%;
  right: 25%;
  margin-top: 0.25em;
  position: absolute;
  background: #e2001a;
}

.studiengaenge-list .modal .modal-header {
  height: 4.8em;
  padding: 1.75em 1em 1.75em 1em;
  display: table;
  inline-size: 100%;
}
.studiengaenge-list .modal .modal-header button {
  top: 0px;
}

.sticky {
  position: fixed;
  top: 0px;
}

.panel-title {
  font-size: 0.9em;
}

#c209, #c210, #c211,
#c29227, #c29228, #c29232 {
  padding: 0px;
  background: none;
}
#c209 .kachel-block, #c210 .kachel-block, #c211 .kachel-block,
#c29227 .kachel-block, #c29228 .kachel-block, #c29232 .kachel-block {
  margin-top: 0px;
}
#c209:before, #c209:after, #c210:before, #c210:after, #c211:before, #c211:after,
#c29227:before,
#c29227:after, #c29228:before, #c29228:after, #c29232:before, #c29232:after {
  display: none;
}

/*----- Page 'Standorte', ID=17 ----- */
#c209 .kachel-item:nth-of-type(3) .image-wrapper, #c209 .kachel-item:nth-of-type(3) p, #c209 .kachel-item:last-of-type .image-wrapper, #c209 .kachel-item:last-of-type p {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#c210 .kachel-item .image-wrapper, #c210 .kachel-item p {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#c211 .kachel-item:first-of-type .image-wrapper, #c211 .kachel-item:nth-of-type(2) .image-wrapper {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/*----------------------------------- */
/*----- Page 'Studieninfotag', ID=1271 ----- */
#c29227 .kachel-item h2 span:after, #c29227 .kachel-item .header-image-with-facts-box .header-image-with-facts-box-headline span:after, .header-image-with-facts-box #c29227 .kachel-item .header-image-with-facts-box-headline span:after, #c29228 .kachel-item h2 span:after, #c29228 .kachel-item .header-image-with-facts-box .header-image-with-facts-box-headline span:after, .header-image-with-facts-box #c29228 .kachel-item .header-image-with-facts-box-headline span:after, #c29232 .kachel-item h2 span:after, #c29232 .kachel-item .header-image-with-facts-box .header-image-with-facts-box-headline span:after, .header-image-with-facts-box #c29232 .kachel-item .header-image-with-facts-box-headline span:after {
  top: inherit;
  margin-top: 0.5em;
}

#c29227 .kachel-item:nth-of-type(3) .image-wrapper, #c29227 .kachel-item:nth-of-type(3) p, #c29227 .kachel-item:last-of-type .image-wrapper, #c29227 .kachel-item:last-of-type p {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#c29228 .kachel-item .image-wrapper, #c29228 .kachel-item p {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#c29232 {
  padding-bottom: 7em;
}
#c29232 .kachel-item:first-of-type .image-wrapper, #c29232 .kachel-item:nth-of-type(2) .image-wrapper {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.modules-table th, .modules-list .stickytableheader th {
  padding-left: 0;
}

.modules-table th {
  font-weight: normal;
}
.modules-table tbody tr:nth-child(odd) {
  background: #eef0f1;
}
.modules-table a {
  color: black;
  display: block;
}
.modules-table .course-title {
  font-weight: bold;
}

.modules-detail h1 {
  text-align: left;
  font-size: 1.2em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  margin-bottom: 0.5em;
}
.modules-detail h1:before {
  content: "●";
  color: #e2001a;
  position: absolute;
  margin-left: -1em;
  font-size: 1.2em;
}
.modules-detail h2, .modules-detail .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .modules-detail .header-image-with-facts-box-headline {
  font-size: 0.9em;
  font-family: "GenerisSansW01-Regular", sans-serif;
  margin-top: 0;
  color: black;
}
.modules-detail h2:after, .modules-detail .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .modules-detail .header-image-with-facts-box-headline:after {
  display: none;
}
.modules-detail .stickytableheader th {
  font-weight: normal;
}

.row.grid-row.border-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.row.grid-row.border-1 > div {
  padding-bottom: 2em;
  margin-bottom: 2em;
  z-index: 6;
  border-bottom: solid 2px #e5e5e5;
}
@media (min-width: 1025px) {
  .row.grid-row.border-1 > div {
    padding-left: 0;
  }
}
.row.grid-row.border-1:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: 2em;
  background-color: white;
}
.row.grid-row.border-1 figure.image {
  padding: 0;
}
@media (min-width: 1025px) {
  .row.grid-row.border-1 .image-beside-left {
    margin-bottom: 0;
  }
  .row.grid-row.border-1 .image-beside-left .text-beside-image .image {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 1.5em;
  }
  .row.grid-row.border-1 figure.image .inner-img {
    padding-left: 0;
  }
}

.header-content-subpage + .main-content > .frame-default:nth-of-type(even) .row.grid-row.border-1:after {
  background-color: #f9f9f9;
}

.konfetti {
  margin-bottom: -6.5em;
}

.more-link-wrapper {
  margin-top: 3em;
}
@media (min-width: 1025px) {
  .more-link-wrapper {
    margin-top: -1em;
  }
}

.news-detail .konfetti, .tx-dhbw-events .konfetti {
  margin-bottom: -3.5em;
  width: 100%;
  padding-bottom: 35.4%;
  position: relative;
}
.news-detail .konfetti svg, .tx-dhbw-events .konfetti svg {
  width: 100%;
  position: absolute;
  height: 100%;
}

.tx-dhbw-events .konfetti {
  margin-bottom: -6.5em;
}

/* add special modifications for 40 Jahre 40 Gesichter Ravensburg */
body[data-parent="923"] .header-content-subpage .header-image-content:before, body[data-parent="923"] .header-content-subpage .header-image-content:after {
  display: none;
}
body[data-parent="923"] .header-image-content {
  display: none;
}
body[data-parent="923"] .header-content-subpage .header-inner-content h1, body[data-parent="923"] span.parent-page {
  color: black;
}
body[data-parent="923"] span.parent-page {
  color: #5c6971;
  font-family: "Generis Sans W01 Bold", sans-serif;
}
body[data-parent="923"] span.parent-page small {
  font-weight: bold;
  font-size: 100%;
}
body[data-parent="923"] .header-content-subpage .header-inner-content {
  margin-top: 4em;
}

body[data-page="922"] .header-content-subpage {
  display: none;
}
body[data-page="922"] .main-content > .frame-default.frame-type-html {
  position: static;
  margin: 0;
  padding: 0;
  padding-top: 0em;
}
body[data-page="922"] .main-content > .frame-default.frame-type-html video {
  width: 100%;
  height: auto;
}
body[data-page="922"] .background-video-container {
  width: 100%;
  width: 100vw;
  margin: 0 -webkit-calc(-50vw + 50%);
  margin: 0 calc(-50vw + 50%);
  position: relative;
}
body[data-page="922"] .background-video-container:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
body[data-page="922"] .background-video-container video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body[data-page="922"] .header-content-subpage + .main-content > .frame-default.frame-type-html + .frame-type-text {
  background: white;
}
body[data-page="922"] .header-content-subpage + .main-content > .frame-default:nth-of-type(even) {
  background: white;
}
body[data-page="922"] .header-content-subpage + .main-content > .frame-default:nth-of-type(even):after, body[data-page="922"] .header-content-subpage + .main-content > .frame-default:nth-of-type(even):before {
  display: none;
}

.frame-type-dhbwcontents_tilesmenu {
  padding-top: 4em;
  padding-bottom: 3em;
}

.frame-type-menu_pages .tab-content .ce-textpic.ce-center .video-embed {
  margin: 1em 0 1em 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.frame-type-menu_pages .tab-content .ce-textpic.ce-center .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.frame-type-menu_pages .tab-content .ce-textpic.ce-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.frame-type-menu_pages .tab-content .slick-slider .video-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.frame-type-menu_pages .tab-content .slick-slider .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.frame-type-menu_pages .tab-content .image-gallery-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row .col-md-4 .video {
  margin-bottom: 9px;
}
.row .col-md-4 .video-embed {
  margin: 0;
}

.frame-type-textmedia .video-embed {
  margin: 1em 0 1em 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.frame-type-textmedia .video-embed iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-container a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-container span.emaillink {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 0.8em;
}
@media (max-width: 680px) {
  .contact-container span.emaillink {
    margin-top: 1.3em;
  }
}
@media (max-width: 680px) {
  .contact-container span.icon-mobile {
    padding-right: 1.5em;
  }
}
.contact-container span.phone {
  margin-top: 1.1em;
}
.contact-container span.icon-mail {
  margin-top: 0.4em;
  padding-right: 6px;
  margin-left: -2px;
}

.header-content-subpage {
  position: relative;
  overflow: hidden;
  padding-bottom: 4em;
}
.header-content-subpage .inner {
  position: relative;
  overflow: hidden;
}
.header-content-subpage .inner > div,
.header-content-subpage .inner .header-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-content-subpage:after {
  content: "";
  width: 2px;
  height: 120px;
  background-color: #e2001a;
  display: block;
  left: 50%;
  margin-left: -1px;
  bottom: 2em;
  position: absolute;
}
@media (max-width: 679px) {
  .header-content-subpage:after {
    height: 84px;
  }
}
.header-content-subpage.no-red-line:after {
  content: none;
}
.header-content-subpage .header-image-content {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.header-content-subpage .header-image-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: absolute;
}
.header-content-subpage .header-image-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  opacity: 0.4;
  z-index: 2;
}
.header-content-subpage .header-image-content picture {
  display: block;
  height: inherit;
  width: inherit;
}
.header-content-subpage .header-image-content picture img {
  max-width: none;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.header-content-subpage .header-inner-content {
  z-index: 1;
  margin-top: 9em;
  margin-bottom: 5em;
  color: #ffffff;
}
.header-content-subpage .header-inner-content h1 {
  margin: 0em;
}

.header-content-subpage + .main-content > .frame,
.anchor-links-section-content .anchor-links-section > .frame {
  padding-top: 4em;
  padding-bottom: 3em;
}
.header-content-subpage + .main-content > .frame:first-of-type,
.anchor-links-section-content .anchor-links-section > .frame:first-of-type {
  padding-top: 2em;
}
.header-content-subpage + .main-content > .frame,
.anchor-links-section-content .anchor-links-section > .frame {
  /* Ever other CE (without layout=1) is with a gray background */
}
.header-content-subpage + .main-content > .frame:nth-of-type(even):not(.frame-layout-1), .header-content-subpage + .main-content > .frame.frame-layout-2,
.anchor-links-section-content .anchor-links-section > .frame:nth-of-type(even):not(.frame-layout-1),
.anchor-links-section-content .anchor-links-section > .frame.frame-layout-2 {
  background: #f9f9f9;
  position: relative;
}
.header-content-subpage + .main-content > .frame:nth-of-type(even):not(.frame-layout-1):after, .header-content-subpage + .main-content > .frame:nth-of-type(even):not(.frame-layout-1):before, .header-content-subpage + .main-content > .frame.frame-layout-2:after, .header-content-subpage + .main-content > .frame.frame-layout-2:before,
.anchor-links-section-content .anchor-links-section > .frame:nth-of-type(even):not(.frame-layout-1):after,
.anchor-links-section-content .anchor-links-section > .frame:nth-of-type(even):not(.frame-layout-1):before,
.anchor-links-section-content .anchor-links-section > .frame.frame-layout-2:after,
.anchor-links-section-content .anchor-links-section > .frame.frame-layout-2:before {
  content: "";
  display: block;
  width: 1000px;
  right: 100%;
  top: 0px;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.header-content-subpage + .main-content > .frame:nth-of-type(even):not(.frame-layout-1):before, .header-content-subpage + .main-content > .frame.frame-layout-2:before,
.anchor-links-section-content .anchor-links-section > .frame:nth-of-type(even):not(.frame-layout-1):before,
.anchor-links-section-content .anchor-links-section > .frame.frame-layout-2:before {
  right: auto;
  left: 100%;
}
.header-content-subpage + .main-content > .frame:nth-of-type(even):not(.frame-layout-1).frame-important:after, .header-content-subpage + .main-content > .frame.frame-layout-2.frame-important:after,
.anchor-links-section-content .anchor-links-section > .frame:nth-of-type(even):not(.frame-layout-1).frame-important:after,
.anchor-links-section-content .anchor-links-section > .frame.frame-layout-2.frame-important:after {
  border-right: 2px solid #e2001a;
}
.header-content-subpage + .main-content > .frame:nth-of-type(even):not(.frame-layout-1).frame-important:before, .header-content-subpage + .main-content > .frame.frame-layout-2.frame-important:before,
.anchor-links-section-content .anchor-links-section > .frame:nth-of-type(even):not(.frame-layout-1).frame-important:before,
.anchor-links-section-content .anchor-links-section > .frame.frame-layout-2.frame-important:before {
  border-left: 2px solid #e2001a;
}

body[data-layout=Landingpage] .main-content.container-fluid > div > .csc-header {
  padding-left: 0;
}
body[data-layout=Landingpage] .main-content.container-fluid > .frame {
  padding: 2em 2em 3em 2em;
}
body[data-layout=Landingpage] .main-content.container-fluid > .frame header {
  padding: 0;
}

body[data-layout=AnchorLinks] .header-content-subpage {
  padding: 0;
}
body[data-layout=AnchorLinks] .header-content-subpage:after {
  display: none;
}
body[data-layout=AnchorLinks] .frame-type-dhbwcontents_headerimage {
  padding-bottom: 4em;
  position: relative;
}
body[data-layout=AnchorLinks] .frame-type-dhbwcontents_headerimage:after {
  content: "";
  width: 2px;
  height: 120px;
  background-color: #e2001a;
  display: block;
  left: 50%;
  margin-left: -1px;
  bottom: 2em;
  position: absolute;
}

body.errorpage .header-content-subpage {
  display: none;
}
body.errorpage .inner-wrapper {
  height: -webkit-calc(100vh - 5.5em);
  height: calc(100vh - 5.5em);
  min-height: 66vh;
  padding-top: 16vh;
  color: white;
  background: url(../Images/rv-404.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
body.errorpage .inner-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
body.errorpage .black-subline {
  color: white;
}
body.errorpage h1.black-subline {
  margin-bottom: 0.3em;
  font-size: 3em;
}
body.errorpage .container-fluid.main-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.errorpage.standort-heidenheim .inner-wrapper {
  background-image: url(../Images/hdh-404.jpg);
}

a.lightbox {
  position: relative;
  display: inline-block;
  text-align: center;
}
a.lightbox:hover .inner-img:after {
  opacity: 1;
}

figure.image {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 0em 1.5em;
  /*@media (min-width: $screen-sm-min) {
    padding: 0 2em;
  }*/
}
figure.image .inner-img {
  position: relative;
  margin: 0px 5px;
}
figure.image .inner-img:after {
  content: "";
  background-image: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 3em 3em;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 5px;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
figure.image img {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.image-gallery .slick-next, .image-gallery .slick-prev {
  display: none !important;
}
.image-gallery .slick-list:focus {
  outline: solid 2px #e2001a;
}

.image-gallery-navigation {
  margin-bottom: 2em;
}
.image-gallery-navigation button {
  border: none;
  background: none;
  padding-left: 0em;
  padding-right: 0em;
  -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.image-gallery-navigation button path {
  -webkit-transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.image-gallery-navigation button:focus {
  outline: none;
}
.image-gallery-navigation button.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.image-gallery-navigation button:hover path {
  fill: #e2001a;
}
.image-gallery-navigation span {
  display: inline-block;
  margin: 0 1em;
  padding: 0em;
  font-size: 1.2em;
}

figcaption.caption {
  text-align: left;
}

.mediaelement-video {
  text-align: center;
  margin-bottom: 2em;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media (min-width: 1380px) {
  .mediaelement-video {
    max-width: 1280px;
    margin-left: 20px;
  }
}
.mediaelement-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.standort .news-img-wrap .mediaelement {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.studiengaenge a, .studiengaenge-overview a {
  display: block;
}
.studiengaenge span.available, .studiengaenge-overview span.available {
  color: #e2001a;
}
.studiengaenge span.available:before, .studiengaenge-overview span.available:before {
  content: "●";
}
.studiengaenge td, .studiengaenge th, .studiengaenge-overview td, .studiengaenge-overview th {
  text-align: center;
  vertical-align: top;
  padding: 1em;
}
@media (min-width: 680px) and (max-width: 1024px) {
  .studiengaenge td, .studiengaenge th, .studiengaenge-overview td, .studiengaenge-overview th {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.studiengaenge td.first-col, .studiengaenge th.first-col, .studiengaenge-overview td.first-col, .studiengaenge-overview th.first-col {
  text-align: left;
  padding-left: 0em;
  padding-right: 2em;
  width: 33.33%;
}
.studiengaenge th, .studiengaenge-overview th {
  vertical-align: bottom;
}
@media (max-width: 800px) {
  .studiengaenge th, .studiengaenge-overview th {
    display: none;
  }
}
.studiengaenge tr td:nth-child(even), .studiengaenge th:nth-child(even), .studiengaenge-overview tr td:nth-child(even), .studiengaenge-overview th:nth-child(even) {
  background: #eef0f1;
}
.studiengaenge .studiengaenge-category-content, .studiengaenge .location-content, .studiengaenge-overview .studiengaenge-category-content, .studiengaenge-overview .location-content {
  display: none;
}
.studiengaenge .studiengaenge-category-content.active, .studiengaenge .location-content.active, .studiengaenge-overview .studiengaenge-category-content.active, .studiengaenge-overview .location-content.active {
  display: block;
}
.studiengaenge, .studiengaenge-overview {
  margin-bottom: 4em;
}
.studiengaenge .description, .studiengaenge-overview .description {
  color: #5c6971;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
  max-width: 40em;
  margin: 4em auto;
}
.studiengaenge ul.tabs, .studiengaenge-overview ul.tabs {
  display: table;
  width: 100%;
  max-width: none;
  padding: 0em;
}
@media (min-width: 680px) {
  .studiengaenge ul.tabs, .studiengaenge-overview ul.tabs {
    margin-bottom: 2em;
  }
}
.studiengaenge ul.tabs li, .studiengaenge-overview ul.tabs li {
  display: table-cell;
  text-align: center;
  border-bottom: solid 2px #5C6971;
  width: 25%;
  font-size: 0.9em;
  font-family: "Generis Sans W01 Bold", sans-serif;
}
.studiengaenge ul.tabs li:before, .studiengaenge-overview ul.tabs li:before {
  display: none;
}
.studiengaenge ul.tabs li a, .studiengaenge-overview ul.tabs li a {
  color: #5C6971;
  display: block;
  padding: 1em 0em;
}
.studiengaenge ul.tabs li a span, .studiengaenge-overview ul.tabs li a span {
  display: inline-block;
  vertical-align: middle;
}
.studiengaenge ul.tabs li a span svg, .studiengaenge-overview ul.tabs li a span svg {
  margin-top: 4px;
  width: 32px;
  height: 32px;
}
.studiengaenge ul.tabs li a span svg path, .studiengaenge-overview ul.tabs li a span svg path {
  fill: #757575;
}
.studiengaenge ul.tabs li:hover, .studiengaenge ul.tabs li.active, .studiengaenge-overview ul.tabs li:hover, .studiengaenge-overview ul.tabs li.active {
  border-bottom: solid 2px #e2001a;
}
.studiengaenge ul.tabs li:hover a, .studiengaenge ul.tabs li.active a, .studiengaenge-overview ul.tabs li:hover a, .studiengaenge-overview ul.tabs li.active a {
  color: #e2001a;
}
.studiengaenge ul.tabs li:hover a span svg path, .studiengaenge ul.tabs li.active a span svg path, .studiengaenge-overview ul.tabs li:hover a span svg path, .studiengaenge-overview ul.tabs li.active a span svg path {
  fill: #e2001a;
}
.studiengaenge span.icon-all, .studiengaenge-overview span.icon-all {
  display: none;
}
@media screen and (max-width: 800px) {
  .studiengaenge thead, .studiengaenge-overview thead {
    display: none;
  }
  .studiengaenge td, .studiengaenge-overview td {
    display: none;
  }
  .studiengaenge td.first-col, .studiengaenge-overview td.first-col {
    display: table-cell;
    padding-right: 0em;
  }
  .studiengaenge .table-divider:first-of-type, .studiengaenge-overview .table-divider:first-of-type {
    border-top: none;
  }
  .studiengaenge .description, .studiengaenge-overview .description {
    display: none;
  }
  .studiengaenge td span, .studiengaenge-overview td span {
    width: 100%;
    display: block;
    position: relative;
    padding-right: 1em;
  }
  .studiengaenge span.icon-all, .studiengaenge-overview span.icon-all {
    display: block;
    position: absolute;
    width: 0.6em;
    padding: 0px;
    height: 0.6em;
    top: 0px;
    right: 0.6em;
    margin-top: -0.5em;
    margin-left: 0.25em;
  }
  .studiengaenge span.icon-all svg, .studiengaenge-overview span.icon-all svg {
    width: 0.8em;
  }
  .studiengaenge span.icon-all path, .studiengaenge-overview span.icon-all path {
    fill: #000000;
  }
}
.studiengaenge tr.studiengaenge-row td, .studiengaenge-overview tr.studiengaenge-row td {
  -webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.studiengaenge tr.studiengaenge-row:hover td, .studiengaenge-overview tr.studiengaenge-row:hover td {
  background: #eef0f1;
}

.standort.standort-heidenheim .studiengaenge-overview ul.tabs li {
  width: 20%;
}
.standort.standort-heidenheim .studiengaenge-overview ul.tabs li a {
  padding: 0 0.5em;
}
.standort.standort-heidenheim .studiengaenge-overview ul.tabs li a span svg {
  width: 21px;
  height: 21px;
  margin-top: -4px;
  display: none;
}
@media (min-width: 1060px) {
  .standort.standort-heidenheim .studiengaenge-overview ul.tabs li a span svg {
    display: block;
  }
}
@media (max-width: 960px) {
  .standort.standort-heidenheim .studiengaenge-overview ul.tabs .hidden-custom {
    display: none !important;
  }
}

.studiengaenge-overview .studiengaenge-content {
  margin-top: 2em;
}
@media (min-width: 680px) {
  .studiengaenge-overview .studiengaenge-content {
    margin-top: 0;
  }
}
.studiengaenge-overview ul.tabs a .text span {
  vertical-align: initial;
}
@media (min-width: 680px) {
  .studiengaenge-overview ul.tabs a {
    min-height: 45px;
  }
}

tr.table-divider {
  font-size: 1.2em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  border-bottom: solid 1px transparent;
  border-top: solid 1px #e5e5e5;
}
tr.table-divider td {
  padding-top: 2em;
  padding-bottom: 0.75em;
}

.locations, .locations-inline {
  padding-top: 0em;
  text-align: center;
}
.locations h2, .locations .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .locations .header-image-with-facts-box-headline, .locations-inline h2, .locations-inline .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .locations-inline .header-image-with-facts-box-headline {
  color: #5c6971;
  margin-top: 1.66em;
  position: relative;
  display: inline-block;
  text-align: center;
}
.locations h2:before, .locations .header-image-with-facts-box .header-image-with-facts-box-headline:before, .header-image-with-facts-box .locations .header-image-with-facts-box-headline:before, .locations-inline h2:before, .locations-inline .header-image-with-facts-box .header-image-with-facts-box-headline:before, .header-image-with-facts-box .locations-inline .header-image-with-facts-box-headline:before {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  left: 50%;
  background: #757575;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.66em;
}
.locations h2:after, .locations .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .locations .header-image-with-facts-box-headline:after, .locations-inline h2:after, .locations-inline .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .locations-inline .header-image-with-facts-box-headline:after {
  display: none;
}
.locations .legend-content, .locations-inline .legend-content {
  margin: 4em 0em 2em 0em;
  text-align: center;
}
@media (max-width: 679px) {
  .locations .legend-content, .locations-inline .legend-content {
    text-align: left;
    padding: 0 1em;
    margin: 2em 0em;
  }
}
.locations .legend-content li, .locations-inline .legend-content li {
  display: inline-block;
}
@media (max-width: 679px) {
  .locations .legend-content li, .locations-inline .legend-content li {
    display: block;
  }
}
.locations .legend-content li span, .locations-inline .legend-content li span {
  vertical-align: top;
  line-height: 1.6em;
  margin-right: 0.75em;
}
.locations .legend-content li span svg, .locations-inline .legend-content li span svg {
  height: 1.6em;
  width: 1.6em;
}
.locations .legend-content .legend-title, .locations-inline .legend-content .legend-title {
  font-family: "Generis Sans W01 Bold", sans-serif;
  line-height: 2em;
  font-size: 0.875em;
}
.locations .legend-content li + li, .locations-inline .legend-content li + li {
  margin-left: 1em;
}
@media (max-width: 679px) {
  .locations .legend-content li + li, .locations-inline .legend-content li + li {
    margin-left: 0px;
    margin-top: 1em;
  }
}
@media (min-width: 680px) and (max-width: 825px) {
  .locations .legend-content li + li, .locations-inline .legend-content li + li {
    margin-left: 0em;
  }
}
.locations ul.location-list, .locations-inline ul.location-list {
  text-align: left;
}
@media (min-width: 700px) {
  .locations ul.location-list, .locations-inline ul.location-list {
    margin: 0em;
    margin-left: -2em;
    margin-right: -2em;
  }
}
@media (min-width: 700px) and (max-width: 1000px) {
  .locations ul.location-list, .locations-inline ul.location-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.locations ul.location-list li, .locations-inline ul.location-list li {
  margin: 0em;
}
@media (min-width: 700px) {
  .locations ul.location-list li, .locations-inline ul.location-list li {
    width: 50%;
    width: -webkit-calc(50% - 4em);
    width: calc(50% - 4em);
    margin-right: 2em;
    margin-left: 2em;
    float: left;
  }
}
@media (min-width: 700px) and (max-width: 1000px) {
  .locations ul.location-list li, .locations-inline ul.location-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.locations ul.location-list li a:after, .locations-inline ul.location-list li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: solid 1px #e5e5e5;
  right: 0em;
}
.locations ul.location-list li a, .locations-inline ul.location-list li a {
  padding: 1em 0em;
  display: block;
}
.locations ul.location-list li:first-child a:after, .locations-inline ul.location-list li:first-child a:after {
  display: none;
}
@media (min-width: 700px) {
  .locations ul.location-list li:nth-of-type(2) a:after, .locations-inline ul.location-list li:nth-of-type(2) a:after {
    display: none;
  }
}
.locations ul.location-list:after, .locations-inline ul.location-list:after {
  content: "";
  display: block;
  clear: both;
}
.locations .location-list-item, .locations-inline .location-list-item {
  position: relative;
  padding-right: 3em;
}
.locations .location-list-item span, .locations-inline .location-list-item span {
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -0.6em;
}
.locations .location-list-item span svg, .locations-inline .location-list-item span svg {
  height: 0.85em;
  width: 0.8em;
}
.locations .location-list-item span.icon-all, .locations-inline .location-list-item span.icon-all {
  display: block;
  right: 0px;
  width: 0.8em;
  height: 0.8em;
}
.locations .location-list-item span.icon-all svg path, .locations-inline .location-list-item span.icon-all svg path {
  fill: #000000;
}
.locations .location-list-item a, .locations-inline .location-list-item a {
  color: #000000;
  font-size: 1.2em;
}
.locations .location-list-item a:hover, .locations-inline .location-list-item a:hover {
  color: #e2001a;
}
.locations .map-content .modal-header, .locations-inline .map-content .modal-header {
  background-size: cover;
  background-position: center;
  height: 8em;
  position: relative;
  padding: 0em;
}
.locations .map-content .modal-header:before, .locations-inline .map-content .modal-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  pointer-events: none;
}
.locations .map-content .modal-header .modal-title, .locations-inline .map-content .modal-header .modal-title {
  z-index: 1;
  position: absolute;
  left: 50%;
  width: 100%;
  padding: 2em;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.locations .map-content .location-facts, .locations-inline .map-content .location-facts {
  text-align: center;
}
.locations .map-content .location-facts > div, .locations-inline .map-content .location-facts > div {
  border-right: solid 1px #e5e5e5;
}
.locations .map-content .location-facts > div:last-child, .locations-inline .map-content .location-facts > div:last-child {
  border: none;
}
.locations .map-content .location-facts .data, .locations-inline .map-content .location-facts .data {
  font-size: 1.5em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  line-height: 1;
}
.locations .map-content .location-facts .legend, .locations-inline .map-content .location-facts .legend {
  display: block;
  font-size: 0.9em;
}
.locations .map-content .location-address, .locations-inline .map-content .location-address {
  margin: 1.5em 0em;
  font-size: 1.2em;
  text-align: center;
}
.locations .map-content .location-contact, .locations-inline .map-content .location-contact {
  margin: -2em;
  margin-top: 0em;
  line-height: 1em;
}
.locations .map-content .location-contact > div, .locations-inline .map-content .location-contact > div {
  width: 50%;
  float: left;
  padding: 1.2em;
  font-size: 0.875em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  text-align: center;
}
.locations .map-content .location-contact:after, .locations-inline .map-content .location-contact:after {
  content: "";
  display: block;
  clear: both;
}
.locations .map-content .location-phone, .locations-inline .map-content .location-phone {
  border-top: solid 1px #e5e5e5;
}
.locations .map-content .location-url, .locations-inline .map-content .location-url {
  border-top: solid 1px #e2001a;
  background-color: #e2001a;
  color: #ffffff;
}
.locations .map-content .location-url a, .locations-inline .map-content .location-url a {
  font-size: 1em;
  padding: 0em;
  color: #ffffff;
}
.locations .map-content .location-url a:hover, .locations-inline .map-content .location-url a:hover {
  color: #ffffff;
}
.locations .hover, .locations-inline .hover {
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
}
.locations .hover:hover, .locations-inline .hover:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.locations .maptrigger, .locations-inline .maptrigger {
  cursor: pointer;
}
.locations .maptrigger .hover-inside, .locations-inline .maptrigger .hover-inside {
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  stroke: #e2001a;
  stroke-width: 1.606;
}
.locations .maptrigger:hover .hover-inside, .locations-inline .maptrigger:hover .hover-inside {
  stroke-width: 3.206;
}
@media (max-width: 679px) {
  .locations .location-legend, .locations-inline .location-legend {
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    margin-bottom: 3em;
    font-size: 0.9em;
  }
}
.locations .legend-trigger, .locations-inline .legend-trigger {
  display: block;
  color: #5c6971;
  padding: 1em;
  position: relative;
  cursor: pointer;
}
.locations .legend-trigger:after, .locations-inline .legend-trigger:after {
  content: "+";
  position: absolute;
  right: 1em;
  top: 50%;
  font-size: 1.2em;
  margin-top: -0.6em;
}
.locations .location-map, .locations-inline .location-map {
  margin-top: 2em;
  position: relative;
  max-width: 1000px;
}
.locations .location-map:after, .locations-inline .location-map:after {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.locations .location-map svg, .locations-inline .location-map svg {
  position: absolute;
  width: 100%;
}
.locations .location-content, .locations-inline .location-content {
  text-align: left;
}

/*------ Karte Studienberatung -------- */
.map {
  padding-top: 0em;
  text-align: center;
}
.map h1 {
  color: #5c6971;
  margin-top: 1.66em;
  position: relative;
  display: inline-block;
  text-align: center;
}
.map h1:before {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  left: 50%;
  background: #757575;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.66em;
}
.map .legend-content {
  margin: 4em 0em 2em 0em;
  text-align: center;
}
@media (max-width: 679px) {
  .map .legend-content {
    text-align: left;
    padding: 0 1em;
    margin: 2em 0em;
  }
}
.map .legend-content li {
  display: inline-block;
}
@media (max-width: 679px) {
  .map .legend-content li {
    display: block;
  }
}
.map .legend-content li span {
  vertical-align: top;
  line-height: 1.6em;
  margin-right: 0.75em;
}
.map .legend-content li span svg {
  height: 1.6em;
  width: 1.6em;
}
.map .legend-content .legend-title {
  font-family: "Generis Sans W01 Bold", sans-serif;
  line-height: 2em;
  font-size: 0.875em;
}
.map .legend-content li + li {
  margin-left: 1em;
}
@media (max-width: 679px) {
  .map .legend-content li + li {
    margin-left: 0px;
    margin-top: 1em;
  }
}
.map ul.map-list {
  text-align: left;
}
@media (min-width: 700px) {
  .map ul.map-list {
    margin: 0em;
    margin-left: -2em;
    margin-right: -2em;
  }
}
@media (min-width: 700px) and (max-width: 1000px) {
  .map ul.map-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.map ul.map-list li {
  margin: 0em;
}
@media (min-width: 700px) {
  .map ul.map-list li {
    width: 50%;
    width: -webkit-calc(50% - 4em);
    width: calc(50% - 4em);
    margin-right: 2em;
    margin-left: 2em;
    float: left;
  }
}
@media (min-width: 700px) and (max-width: 1000px) {
  .map ul.map-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.map ul.map-list li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: solid 1px #e5e5e5;
  right: 0em;
}
.map ul.map-list li a {
  padding: 1em 0em;
  display: block;
}
.map ul.map-list li:first-child a:after {
  display: none;
}
@media (min-width: 700px) {
  .map ul.map-list li:nth-of-type(2) a:after {
    display: none;
  }
}
.map ul.map-list:after {
  content: "";
  display: block;
  clear: both;
}
.map .location-list-item {
  position: relative;
  padding-right: 3em;
}
.map .location-list-item span {
  position: absolute;
  right: 1.5em;
  top: 50%;
  margin-top: -0.6em;
}
.map .location-list-item span svg {
  height: 0.85em;
  width: 0.8em;
}
.map .location-list-item span.icon-all {
  display: block;
  right: 0px;
  width: 0.8em;
  height: 0.8em;
}
.map .location-list-item span.icon-all svg path {
  fill: #000000;
}
.map .location-list-item a {
  color: #000000;
  font-size: 1.2em;
}
.map .location-list-item a:hover {
  color: #e2001a;
}
.map .map-content .modal-header {
  background-size: cover;
  background-position: center;
  height: 8em;
  position: relative;
  padding: 0em;
}
.map .map-content .modal-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  pointer-events: none;
}
.map .map-content .modal-header .modal-title {
  z-index: 1;
  position: absolute;
  left: 50%;
  width: 100%;
  padding: 2em;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.map .map-content .map-facts {
  text-align: center;
}
.map .map-content .map-facts > .contacts {
  border-right: solid 1px #e5e5e5;
}
.map .map-content .map-facts > .contacts:last-child {
  border: none;
}
.map .map-content .map-facts .data {
  font-size: 1.5em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  line-height: 1;
}
.map .map-content .map-facts .legend {
  display: block;
  font-size: 0.9em;
}
.map .map-content .map-facts .research .content {
  text-align: left;
}
.map .map-content .map-contact {
  margin: -2em;
  margin-top: 0em;
  line-height: 1em;
}
.map .map-content .map-contact > div {
  width: 50%;
  float: left;
  padding: 1.2em;
  font-size: 0.875em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  text-align: center;
}
.map .map-content .map-contact:after {
  content: "";
  display: block;
  clear: both;
}
.map .map-content .map-phone {
  border-top: solid 1px #e5e5e5;
}
.map .map-content .map-url {
  border-top: solid 1px #e2001a;
  background-color: #e2001a;
  color: #ffffff;
}
.map .map-content .map-url a {
  font-size: 1em;
  padding: 0em;
  color: #ffffff;
}
.map .map-content .map-url a:hover {
  color: #ffffff;
}
.map .hover {
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
}
.map .hover:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.map .maptrigger {
  cursor: pointer;
}
.map .maptrigger .hover-inside {
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  stroke: #e2001a;
  stroke-width: 1.606;
}
.map .maptrigger:hover .hover-inside {
  stroke-width: 3.206;
}
@media (max-width: 679px) {
  .map .location-legend {
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    margin-bottom: 3em;
    font-size: 0.9em;
  }
}
.map .legend-trigger {
  display: block;
  color: #5c6971;
  padding: 1em;
  position: relative;
  cursor: pointer;
}
.map .legend-trigger:after {
  content: "+";
  position: absolute;
  right: 1em;
  top: 50%;
  font-size: 1.2em;
  margin-top: -0.6em;
}
.map .map-map {
  margin-top: 2em;
  position: relative;
  max-width: 1000px;
}
.map .map-map:after {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.map .map-map svg {
  position: absolute;
  width: 100%;
}
.map .map-content {
  display: none;
}
.map .map-content.active {
  display: block;
}
.map .map-content {
  text-align: left;
}

.stickytableheader {
  position: fixed;
  top: 0px;
  background: #ffffff;
  display: none;
}
.stickytableheader.active {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.stickytableheader.offset {
  -webkit-transform: translateY(110px);
      -ms-transform: translateY(110px);
          transform: translateY(110px);
}

.location-list-inline li {
  padding-left: 0em !important;
}
.location-list-inline li:before {
  display: none;
}

.locations-inline {
  margin-bottom: 2em;
}
@media (min-width: 680px) {
  .locations-inline ul.location-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 679px) {
  .locations-inline .location-list-item {
    display: block;
  }
}

.locations-inline .location-list-item a {
  font-size: 1em;
}

.locations-inline .location-list-item span svg {
  height: 0.825em;
  width: 0.825em;
}

@media (max-width: 679px) {
  .trigger-modal-xs {
    cursor: pointer;
  }
}
.trigger-modal-xs.prov {
  font-style: italic;
}

#c128 {
  background: transparent;
}
#c128:before, #c128:after {
  display: none;
}

ul.nav.nav-tabs {
  border-bottom: none;
  margin-bottom: 2em;
  white-space: nowrap;
  padding: 0em;
  overflow: hidden;
}
ul.nav.nav-tabs li {
  font-family: "Generis Sans W01 Bold", sans-serif;
  padding: 0px;
  margin: 0px;
  float: none;
  font-size: 0px;
  font-size: 0.9em;
  display: inline-block;
}
@media (min-width: 1025px) {
  ul.nav.nav-tabs li {
    float: none;
    display: block;
    white-space: normal;
  }
}
ul.nav.nav-tabs li:before {
  display: none;
}
ul.nav.nav-tabs li a {
  color: #5c6971;
  display: block;
  border: none;
  margin: 0px;
  border-radius: 0px;
  padding: 1.25em 1.25em 1em 1.25em;
  border-bottom: solid 2px #dee1e3;
}
@media (min-width: 1025px) {
  ul.nav.nav-tabs li a {
    border-bottom: none;
    border-right: solid 2px #dee1e3;
    padding-left: 0em;
  }
}
ul.nav.nav-tabs li a:focus, ul.nav.nav-tabs li a:active {
  border: none;
}
ul.nav.nav-tabs li a:hover {
  color: #e2001a;
  border-bottom: solid 2px #e2001a;
  background: none;
}
@media (min-width: 1025px) {
  ul.nav.nav-tabs li a:hover {
    border-bottom: none;
    border-right: solid 2px #e2001a;
  }
}
ul.nav.nav-tabs li.active a {
  color: #e2001a;
  background: transparent;
  border-bottom: solid 2px #e2001a;
  cursor: pointer;
}
@media (min-width: 1025px) {
  ul.nav.nav-tabs li.active a {
    border-bottom: none;
    border-right: solid 2px #e2001a;
  }
}
ul.nav.nav-tabs li.active a:hover {
  border: none;
  border-bottom: solid 2px #e2001a;
}
@media (min-width: 1025px) {
  ul.nav.nav-tabs li.active a:hover {
    border-bottom: none;
    border-right: solid 2px #e2001a;
  }
}
ul.nav.nav-tabs li + li {
  margin-left: -4px;
}
@media (min-width: 1025px) {
  ul.nav.nav-tabs li + li {
    margin-left: 0px;
  }
}

ul.nav-tabs.overflow {
  -webkit-transition: margin-left 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: margin-left 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 679px) {
  ul.nav-tabs.overflow {
    padding-left: 1em;
    padding-right: 1em;
  }
}
ul.nav-tabs.overflow.instant {
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

.overflow-button {
  position: absolute;
  bottom: 2em;
  left: -1em;
  height: 3.4em;
  width: 3em;
  z-index: 1;
  background: white;
  border: none;
}
@media (min-width: 680px) {
  .overflow-button {
    margin-left: 1em;
    left: -2em;
  }
}
.overflow-button svg path {
  fill: #e2001a;
}
.overflow-button.next {
  right: -1em;
  left: auto;
}
.overflow-button:focus {
  outline: none;
}
.overflow-button.inactive svg path {
  fill: #e5e5e5;
}

.category, .tab-nav-container {
  overflow: hidden;
}

.row.grid-md h2, .row.grid-md .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .row.grid-md .header-image-with-facts-box-headline {
  margin-top: 0em;
}

.ce-uploads .ce-uploads-element, .ce-uploads li, .link-block .ce-uploads-element, .link-block li {
  position: relative;
  font-size: 0.875em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  min-height: 2.3em;
  display: block !important;
  padding: 1em 0em;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border-top: solid 1px #e5e5e5;
  margin: 0em;
}
.ce-uploads .ce-uploads-element:first-of-type, .ce-uploads li:first-of-type, .link-block .ce-uploads-element:first-of-type, .link-block li:first-of-type {
  border-top: none;
}
.ce-uploads .icon, .link-block .icon {
  position: absolute;
  margin-top: 0.2em;
}
.ce-uploads .icon svg, .link-block .icon svg {
  width: 2em;
  height: 2.1em;
}
.ce-uploads .icon path, .link-block .icon path {
  fill: #e2001a;
}
.ce-uploads .fileinfo, .link-block .fileinfo {
  display: block;
  margin-left: 2.5em;
  color: #000000;
}
.ce-uploads .title, .link-block .title {
  display: inline;
}
.ce-uploads .size, .link-block .size {
  display: inline;
  color: #5c6971;
}
.ce-uploads .ce-uploads-description, .link-block .ce-uploads-description {
  margin-left: 2.5em;
  margin-top: 0.25em;
  font-family: "GenerisSansW01-Regular", sans-serif;
}
.ce-uploads .frame-default, .link-block .frame-default {
  margin-left: 2.5em;
  margin-top: 0.25em;
  font-family: "GenerisSansW01-Regular", sans-serif;
}
.ce-uploads li:before, .link-block li:before {
  display: none;
}

.link-block {
  margin-top: 4em;
}
.link-block li {
  min-height: initial;
}

.link-list li, .tab-content ul.link-list li {
  padding-left: 0em;
}
.link-list li .description, .link-list li .title, .tab-content ul.link-list li .description, .tab-content ul.link-list li .title {
  display: block;
  min-height: none;
}
.link-list li a, .tab-content ul.link-list li a {
  color: #000000;
}
.link-list li a:hover, .tab-content ul.link-list li a:hover {
  color: #000000;
}
.link-list li .description, .tab-content ul.link-list li .description {
  font-family: "GenerisSansW01-Regular", sans-serif;
}

.panel-default > .panel-heading {
  background: none;
  padding: 0px;
  border-radius: 0px;
  background: none;
}
.panel-default > .panel-heading a, .panel-default > .panel-heading span {
  background: none;
  display: block;
  padding: 1.25em;
  font-size: 0.9em;
  color: #e2001a;
  padding-right: 2em;
  padding-bottom: 1.1em;
  position: relative;
}
.panel-default > .panel-heading a:after {
  content: "";
  position: absolute;
  right: 18px;
  height: 1px;
  width: 14px;
  top: 50%;
  background: #e2001a;
}
@media (max-width: 679px) {
  .panel-default > .panel-heading a:after {
    width: 10px;
    right: 12px;
  }
}
.panel-default > .panel-heading a:before {
  content: "";
  position: absolute;
  right: 25px;
  height: 14px;
  margin-top: -6px;
  width: 1px;
  top: 50%;
  background: #e2001a;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 679px) {
  .panel-default > .panel-heading a:before {
    height: 10px;
    margin-top: -4px;
    right: 17px;
  }
}
.panel-default > .panel-heading a.collapsed {
  color: #5c6971;
}
.panel-default > .panel-heading a.collapsed:after, .panel-default > .panel-heading a.collapsed:before {
  background: #757575;
}
.panel-default > .panel-heading a.collapsed:before {
  opacity: 1;
}
.panel-default > .panel-heading a.collapsed:hover {
  color: #e2001a;
}
.panel-default > .panel-heading a.collapsed:hover:after, .panel-default > .panel-heading a.collapsed:hover:before {
  background: #5c6971;
}

.panel-group .panel + .panel {
  margin: 0px;
}

.panel-group {
  margin-bottom: 2em;
}

.panel-group .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  border: solid 2px #e5e5e5;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-collapse: collapse;
}
.panel-group .panel:first-of-type {
  border-top-width: 2px;
}
.panel-group .panel:last-of-type {
  border-bottom-width: 2px;
}

.panel-body {
  padding: 1.25em;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: solid 1px #e5e5e5;
}

@media (min-width: 680px) {
  .person {
    margin: 0 -2em;
  }
}
@media (max-width: 679px) {
  .person .row .inner {
    padding: 0.5em;
  }
}

@media (max-width: 679px) {
  .person .contact-image {
    display: table-header-group;
    margin-bottom: 1em;
  }
}
.person .contact-image img {
  border-radius: 5px;
  max-height: 196px;
  width: auto;
}

@media (max-width: 679px) {
  .person .contact-info {
    display: table-footer-group;
  }
}
.person .contact-info p + p {
  margin: 0px;
}
.person .contact-info .person-rte {
  margin-top: 1.5em;
}
.person .contact-info .person-rte p {
  margin: 0;
}
.person .contact-info .contact-details {
  margin-top: 1.5em;
  font-size: 0.9em;
  display: table;
}
.person .contact-info dl {
  margin-bottom: 0px;
  display: table-row;
}
.person .contact-info dd, .person .contact-info dt {
  display: table-cell;
}
.person .contact-info dd {
  padding-left: 1em;
  font-family: "Generis Sans W01 Bold", sans-serif;
}
.person .contact-info dd a {
  color: #000000;
  text-decoration: underline;
}
.person .contact-info dd a:hover {
  text-decoration: none;
}

.tab-content ul.pager {
  list-style-type: none;
  margin-bottom: 0.9em;
}
.tab-content ul.pager li {
  color: #e2001a;
  display: inline-block;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  padding-left: 0;
}
.tab-content ul.pager li:before {
  display: none;
}
.tab-content ul.pager li a {
  display: block;
  border: solid 1px #e2001a;
  padding: 0.25em;
  background: white;
  border-radius: 4px;
}
.tab-content ul.pager li.active a, .tab-content ul.pager li a:hover {
  background: #e2001a;
  color: white;
}

.contact-list {
  margin: 2em 0em;
}
.contact-list .panel-heading a, .contact-list .panel-heading a.collapsed {
  color: #000000;
}
.contact-list .panel-heading a span.accordion-subtitle, .contact-list .panel-heading a.collapsed span.accordion-subtitle {
  font-size: 1em;
}

.panel-body > ul, .panel-body > ol {
  padding: 0em;
}

.tab-content h3 {
  margin-top: 0em;
}

.tab-content .tx-powermail {
  padding: 0;
}

.frame-type-uploads h2, .frame-type-uploads .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .frame-type-uploads .header-image-with-facts-box-headline, .link-block h2, .link-block .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .link-block .header-image-with-facts-box-headline {
  color: #000000;
  font-size: 1.2em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  margin-bottom: 0.8em;
}
.frame-type-uploads h2:after, .frame-type-uploads .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .frame-type-uploads .header-image-with-facts-box-headline:after, .link-block h2:after, .link-block .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .link-block .header-image-with-facts-box-headline:after {
  display: none;
}

.frame-type-uploads + .frame-type-uploads,
.frame-type-uploads + .frame-type-dhbwcontents_linkblock .link-block {
  border-top: solid 1px #e5e5e5;
  padding-top: 2em;
}

.fce-menu {
  list-style-type: none;
  margin: 0em -1em;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .fce-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0em;
    margin-bottom: 4em;
  }
}
.fce-menu:first-of-type {
  margin-top: -2.2em;
}
.fce-menu li {
  display: block;
  padding-left: 0em;
  vertical-align: top;
  width: 100%;
  position: relative;
  padding-bottom: 4em;
  padding-top: 2em;
}
@media (min-width: 1025px) {
  .fce-menu li {
    width: 50%;
  }
}
.fce-menu li:before {
  display: none;
}
@media (max-width: 1024px) {
  .fce-menu li {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
  }
  .fce-menu li:nth-of-type(even) {
    background: #f9f9f9;
  }
}
.fce-menu li:nth-of-type(1), .fce-menu li:nth-of-type(2) {
  padding-top: 0em;
}
@media (min-width: 1025px) {
  .fce-menu li:nth-of-type(2n) {
    padding-left: 2em;
  }
  .fce-menu li:nth-of-type(3), .fce-menu li:nth-of-type(4), .fce-menu li:nth-of-type(7), .fce-menu li:nth-of-type(8), .fce-menu li:nth-of-type(11), .fce-menu li:nth-of-type(12) {
    background: #f9f9f9;
  }
  .fce-menu li:nth-of-type(3):after, .fce-menu li:nth-of-type(4):after, .fce-menu li:nth-of-type(7):after, .fce-menu li:nth-of-type(8):after, .fce-menu li:nth-of-type(11):after, .fce-menu li:nth-of-type(12):after {
    content: "";
    display: block;
    width: 1000px;
    right: 100%;
    top: 0px;
    height: 100%;
    background: #f9f9f9;
    position: absolute;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
  }
  .fce-menu li:nth-of-type(4):after, .fce-menu li:nth-of-type(8):after, .fce-menu li:nth-of-type(12):after {
    right: auto;
    left: 100%;
  }
}

.tab-content .fce-menu:first-of-type, .tab-content .fce-menu {
  margin-top: 2em;
}
.tab-content .fce-menu:first-of-type .menu-item, .tab-content .fce-menu .menu-item {
  padding-left: 1em;
}
@media (min-width: 1025px) {
  .tab-content .fce-menu:first-of-type .menu-item, .tab-content .fce-menu .menu-item {
    padding-left: 0em;
  }
}
.tab-content .fce-menu:first-of-type .menu-item, .tab-content .fce-menu .menu-item {
  width: 100%;
}

.panel-body h3 {
  color: #000000;
}

@media (min-width: 680px) and (max-width: 1024px) {
  .tab-nav-container h2 + h3, .tab-nav-container .header-image-with-facts-box .header-image-with-facts-box-headline + h3, .header-image-with-facts-box .tab-nav-container .header-image-with-facts-box-headline + h3 {
    margin-top: -0.6em;
    margin-bottom: 0.75em;
  }
}

.tab-nav-container h3 {
  color: #5c6971;
}

.panel-heading span.accordion-subtitle {
  padding: 0;
  padding-top: 2px;
  color: #5c6971;
  font-size: 1em;
}

.panel[data-childuid] .panel-heading a.collapsed {
  color: #000000;
}

.frame-default p,
.frame-indent p {
  margin-bottom: 1em;
}
.frame-default p:last-child,
.frame-indent p:last-child {
  margin-bottom: 0em;
}
.frame-default p:only-child,
.frame-indent p:only-child {
  margin-bottom: 1em;
}

@media (min-width: 1025px) {
  .frame-indent {
    margin-left: 125px;
    margin-right: 125px;
  }
}
.frame-important {
  margin: 1em -2em;
  padding: 2em;
  border-radius: 4px;
  border: solid 2px #e2001a;
  display: block;
}

.tab-pane figure.image {
  padding: 0;
}

.tab-pane h3 {
  color: #2b2b2b;
}

.tab-pane figure.image .icon-lupe {
  background-repeat: no-repeat;
  background-position: center;
}

.panel {
  background-color: transparent;
}

.ce-textpic,
.ce-image,
.ce-row {
  clear: both;
}

.image-gallery + .ce-bodytext {
  overflow: hidden;
}

.ce-textpic.ce-left .image-gallery[data-ce-images="1"] {
  text-align: left;
  margin-bottom: 1em;
}
@media (min-width: 680px) {
  .ce-textpic.ce-left .image-gallery[data-ce-images="1"] {
    float: left;
    margin-right: 1em;
  }
}

@media (min-width: 1025px) {
  .tab-nav-container.sticky {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .tab-nav-container.sticky.offset {
    -webkit-transform: translateY(110px);
        -ms-transform: translateY(110px);
            transform: translateY(110px);
  }
}

#c1148 h2, #c1148 .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box #c1148 .header-image-with-facts-box-headline {
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  font-family: "Generis Sans W01 Bold", sans-serif;
  color: #000;
  font-size: 1.2em;
}
#c1148 h2:after, #c1148 .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box #c1148 .header-image-with-facts-box-headline:after {
  display: none;
}
#c1148 {
  background: #fff;
}
#c1148:before {
  background: #fff;
}
#c1148:after {
  background: #fff;
}
@media (min-width: 1025px) {
  #c1148 .tab-nav-container.sticky {
    z-index: 9999999;
    background-color: #fff;
    border-top: 1px solid #eee;
  }
}
@media (min-width: 1025px) {
  #c1148 .col-md-4 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  #c1148 .col-md-8 {
    width: 100%;
  }
}
#c1148 .sticky {
  position: relative;
  top: 0;
}
@media (min-width: 1025px) {
  #c1148 ul.nav.nav-tabs li {
    float: none;
    display: inline-block;
    white-space: normal;
    background-color: #fff;
  }
}
#c1148 ul.nav.nav-tabs li:before {
  display: none;
}
@media (min-width: 1025px) {
  #c1148 ul.nav.nav-tabs li a {
    color: #5c6971;
    display: block;
    border: none;
    margin: 0px;
    border-radius: 0px;
    padding: 1.25em 1.25em 1em 1.25em;
    border-bottom: solid 2px #dee1e3;
    border-right: none;
  }
}
#c1148 ul.nav.nav-tabs li a:focus, #c1148 ul.nav.nav-tabs li a:active {
  border: none;
}
@media (min-width: 1025px) {
  #c1148 ul.nav.nav-tabs li a:hover {
    color: #e2001a;
    border-bottom: solid 2px #e2001a;
    background: none;
  }
}
@media (min-width: 1025px) {
  #c1148 ul.nav.nav-tabs li.active a {
    color: #e2001a;
    background: transparent;
    border-bottom: solid 2px #e2001a;
    cursor: pointer;
  }
}
@media (min-width: 1025px) {
  #c1148 ul.nav.nav-tabs li.active a:hover {
    border: none;
    border-bottom: solid 2px #e2001a;
  }
}
@media (min-width: 1025px) {
  #c1148 li + li {
    margin-left: -4px;
  }
}

.tx-felogin-pi1 label {
  display: block;
}

.frame-space-before-extra-small {
  margin-top: 1em;
}

.frame-space-before-small {
  margin-top: 2em;
}

.frame-space-before-medium {
  margin-top: 2.5em;
}

.frame-space-before-large {
  margin-top: 3em;
}

.frame-space-before-extra-large {
  margin-top: 4em;
}

.frame-space-after-extra-small {
  margin-bottom: 1em;
}

.frame-space-after-small {
  margin-bottom: 2em;
}

.frame-space-after-medium {
  margin-bottom: 2.5em;
}

.frame-space-after-large {
  margin-bottom: 3em;
}

.frame-space-after-extra-large {
  margin-bottom: 4em;
}

.enterprise .back-link .back-link {
  margin-top: 1em;
  padding-left: 1em;
}
.enterprise table.contenttable {
  width: 100%;
  table-layout: auto;
}
@media (max-width: 1025px) {
  .enterprise table.contenttable {
    display: block;
  }
}
.enterprise table.contenttable {
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.enterprise td, .enterprise th {
  text-align: left;
  vertical-align: top;
  padding: 1em;
}
.enterprise th {
  vertical-align: bottom;
  color: white;
  background: #808080;
  font-size: 0.9em;
  font-weight: normal;
}
.enterprise tr:nth-child(even) td {
  background: rgba(238, 240, 241, 0.6);
}
.enterprise tr {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.enterprise tbody tr:hover {
  background: #eef0f1;
}
.enterprise .page-navigation {
  margin-bottom: 2em;
}
.enterprise .info {
  padding-left: 1em;
}
.enterprise .map {
  padding-right: 1em;
}
@media (max-width: 1025px) {
  .enterprise .map {
    padding-left: 1em;
    margin-bottom: 1em;
  }
}
.enterprise .map-container {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}
.enterprise .map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.enterprise table + .pagerbox.tab-content {
  margin-top: 2em;
}
.enterprise .contact-sub-cat-nav {
  margin-left: 1em;
}
.enterprise .tx-powermail.filter.enterprise {
  padding: 1em 0em 1em 1em;
}
.enterprise .show-map-link {
  margin-left: 1em;
  margin-bottom: 1em;
}
.enterprise .enterprise-main-map {
  margin: 0;
}
@media (max-width: 1024px) {
  .enterprise #panel-filter .col-md-6 {
    padding: 0;
  }
}
.enterprise .alternate-label-width label {
  min-width: 42%;
}
.enterprise .sorting-link {
  color: white;
}
.enterprise .sorting-link .sorting-icon {
  display: inline-block;
  margin-left: 4px;
}
.enterprise .sorting-link .icon-arrow-up-down svg {
  width: 12px;
  height: 16px;
}

.enterprise-detail-header {
  text-align: center;
  padding-top: 4em;
  margin-bottom: 2em;
}
.enterprise-detail-header small {
  color: #5c6971;
  font-family: "Generis Sans W01 Bold", sans-serif;
}
.enterprise-detail-header h1 {
  position: relative;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: 0.25em;
  font-size: 1.8em;
}
@media (min-width: 680px) {
  .enterprise-detail-header h1 {
    font-size: 2.7em;
  }
}
.enterprise-detail-header h1:after {
  content: "";
  width: 2px;
  height: 120px;
  background-color: #e2001a;
  display: block;
  left: 50%;
  margin-left: -1px;
  top: 100%;
  position: absolute;
  margin-top: 0.25em;
}
.enterprise-detail-header h1 {
  margin-bottom: 6.5em;
  padding-bottom: 1em;
}
@media (min-width: 680px) {
  .enterprise-detail-header h1 {
    margin-bottom: 4em;
    padding-bottom: 0em;
  }
}
.enterprise-detail-header p {
  text-align: left;
  display: block;
  font-size: 1.2em;
  margin: 0 auto;
  max-width: 35em;
}
.enterprise-detail-header p em {
  font-style: normal;
}

.tx-dhbwenterprise20_Job_indexsearch > h3 {
  margin-left: 1em;
}

@media print {
  a:after {
    display: none;
  }
}
.az-list h4 {
  color: black;
}
.az-list .irrelevant {
  opacity: 0.5;
}
.az-list .hidden {
  display: none;
}
.az-list .date-range {
  display: none;
}
.az-list .date-range.visible {
  display: block;
}
.az-list .az-filter-wrapper {
  position: relative;
}
.az-list .az-search-autocomplete-panel {
  position: absolute;
  background: white;
  display: none;
  margin: 0;
  margin-top: -41px;
  padding: 16px 16px 16px 16px;
  width: -webkit-calc(100% + 32px);
  width: calc(100% + 32px);
  margin-left: -16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #e5e5e5;
  z-index: 9;
}
.az-list .az-search-autocomplete-panel:empty {
  display: none;
}
.az-list .az-search-autocomplete-panel .suggestion + .suggestion {
  border-top: solid 1px #757575;
  margin: 0;
}
.az-list .az-search-autocomplete-panel .suggestion a {
  padding: 4px 0;
  color: black;
}
.az-list .az-search-autocomplete-panel .suggestion a:hover {
  color: #e2001a;
  text-decoration: none;
}
.az-list .az-search-autocomplete-panel.active {
  display: block;
}
.az-list .az-search-autocomplete-panel.active:empty {
  display: none;
}
.az-list .az-search-header {
  margin-bottom: 8px;
}
.az-list .suggestion {
  padding: 0px;
}
.az-list .suggestion.active {
  font-weight: bold;
  color: #e2001a;
}
.az-list .align-right {
  text-align: right;
}
.az-list .filter-reset {
  display: none;
  color: white;
  cursor: pointer;
  background-color: #e2001a;
  border-radius: 3px;
  border: solid 2px #e2001a;
  font-size: 0.8em;
  font-family: "Generis Sans W01 Bold", sans-serif;
}
.az-list .filter-reset.active {
  display: inline-block;
}
.az-list .az-scroll-hint {
  position: fixed;
  right: 0px;
  bottom: 40px;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: white;
  padding: 8px;
  display: block;
  cursor: pointer;
}
.az-list .az-scroll-hint.active {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.az-list .char-divider {
  font-weight: 700;
  color: black;
  margin-bottom: 8px;
  margin-top: 16px;
}
.az-list .az-list-loader.loading {
  background: transparent url(data:image/gif;base64,R0lGODlhEAAQAPIDAAAAALy8vEBAQPf3919fX35+fo2NjQAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQECgD/ACwAAAAAEAAQAAADMzi63P4wyklrC0IEKgAQnAdOmGYFBLExwboQWcG27lDEgWHQLUsUOd2mBzEUCgZKa+dIAAAh+QQFCgAHACwAAAIADgAOAAADMjgTIqEwDgGAkJJaHJnjC0E84EA0RTkUDaEGREG+hjFzda0aRWEsN0ggYBsOX0YVUJIAACH5BAUKAAcALAAAAAAKABAAAAMwOLohEmsJAIQKhTRqB3GF4UBD4RDRRRTkZRjt8r7pYBRhHQRwzcS/nW4HvBR9yEgCACH5BAUKAAcALAAAAAAOAA4AAAMyOLpRFCsuIkSRIxjT6qvQsG0BUQQCAAiKURRGlK5KoIU1mOFYbfOYHzA47BmPyKQykgAAIfkEBQoABwAsAAAAABAACgAAAys4umEWK0rnZAzQlPIKgQwmdoJQXGJElISEuR5oWUEpz4oAAAIe6Twfw5YAACH5BAUKAAcALAIAAAAOAA4AAAMwOKoR+681CGUzxtEZCqaP4RngEmBayRREChaCUKgDERN015ZB7FICAEBACw5zPkUCACH5BAUKAAcALAYAAAAKABAAAAMrOLrcziG8GB2VFk9j9AoF5xhFmHUQUXgKIQiEErzgWygCAAiBiuU7C82RAAAh+QQFCgAHACwCAAIADgAOAAADLji63P4wyjlCmNbKfPcNgtApgWF0AgAIjHkq6RoQRVkUBhnOITGYo0Wht6EFFQkAOw==) no-repeat center;
}
.az-list .filter-scroll-wrapper {
  display: block;
  max-height: 100px;
  overflow: hidden;
  margin-top: 0.25em;
  overflow-y: auto;
}
.az-list .az-filter-content:before, .az-list .az-filter-content:after {
  content: " ";
  display: table;
}
.az-list .az-filter-content:after {
  clear: both;
}
.az-list .az-list-count {
  margin-left: -1.2em;
}
@media (min-width: 680px) {
  .az-list .az-list-count {
    margin-left: -2.4em;
  }
}
.az-list .az-list-count {
  font-size: 0.8em;
}
.az-list .az-char-navigation h3 {
  display: none;
}
.az-list .az-char-navigation .inner-char-navigation {
  text-align: center;
}
.az-list .az-char-navigation .inner-char-navigation.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.az-list .char-nav-item {
  margin-right: 0.2em;
  color: black;
  font-weight: normal;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  text-transform: uppercase;
  padding-bottom: 4px;
  border: solid 1px #e2001a;
  padding: 0.25em;
  color: #e2001a;
  background: white;
  border-radius: 4px;
}
.az-list .char-nav-item:hover, .az-list .char-nav-item.active {
  color: #ffffff;
  text-decoration: none;
  background-color: #e2001a;
}
.az-list .az-paging {
  text-align: center;
  list-style-type: none;
}
.az-list .az-paging li {
  display: inline-block;
  padding-left: 0;
}
.az-list .az-paging li + li {
  padding-left: 8px;
}
.az-list .az-paging li:before {
  display: none;
}
.az-list .az-paging a {
  color: #000000;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: inline-block;
}
.az-list .az-paging a:hover, .az-list .az-paging a.active {
  color: #000000;
  text-decoration: none;
}
.az-list .az-paging .az-paging-item + .az-paging-item {
  margin-left: 12px;
}
.az-list .az-paging.away {
  display: none;
}
.az-list .az-paging .disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}
.az-list .az-search-field,
.az-list .az-filter-content,
.az-list .az-char-navigation {
  margin-top: 0;
}
.az-list .az-search-minimum-length {
  display: none;
  padding: 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  margin-top: -42px;
  background: #eef0f1;
}
.az-list .az-search-minimum-length.active {
  display: inline-block;
}
.az-list .az-search-minimum-length:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 40px;
  margin-top: -8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 8px solid #eef0f1;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.az-list .az-search-reset {
  display: none;
  position: absolute;
  width: 56px;
  height: 54px;
  background: white;
  top: 1px;
  right: 0;
  border: none;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
}
.az-list .az-search-reset:after {
  content: "×";
  color: black;
  font-weight: 700;
  position: absolute;
  position: absolute;
  top: 12px;
  right: 0px;
}
.az-list .az-search-reset:hover:after {
  color: #000000;
}
.az-list .az-search-reset.active {
  display: block;
}
.az-list .content-col {
  width: 50%;
  float: left;
}
.az-list .content-col + .content-col {
  text-align: right;
}
.az-list .az-search-input-outer {
  position: relative;
  margin-bottom: 40px;
}
.az-list .az-paging {
  margin-top: 24px;
}
.az-list .az-paging-prev,
.az-list .az-paging-next,
.az-list a.az-paging-item {
  height: 40px;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  font-family: "Generis Sans W01 Bold", sans-serif;
  font-size: 0.8em;
  min-width: 3em;
  height: 3em;
  line-height: 3em;
  display: inline-block;
}
.az-list .az-paging-prev path,
.az-list .az-paging-next path,
.az-list a.az-paging-item path {
  fill: black;
}
.az-list .az-paging-prev svg,
.az-list .az-paging-next svg,
.az-list a.az-paging-item svg {
  width: 20px;
  margin-top: 15px;
}
.az-list .az-paging-prev:hover,
.az-list .az-paging-next:hover,
.az-list a.az-paging-item:hover {
  background-color: #e5e5e5;
}
.az-list .az-paging-prev.active,
.az-list .az-paging-next.active,
.az-list a.az-paging-item.active {
  color: #ffffff;
  background-color: #e2001a;
  border-color: #e2001a;
}
.az-list .filter-headline {
  font-weight: 700;
  color: #000000;
}
.az-list .az-search-input {
  display: block;
  width: 100%;
  padding: 16px 60px 16px 16px;
  height: 56px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 300;
  line-height: 1.6;
}
.az-list .az-search-input::-ms-clear {
  display: none;
}
.az-list .az-search-input-outer {
  margin-top: 8px;
  height: 56px;
}
.az-list .filter-info-reset-wrapper {
  margin-top: 1em;
}
.az-list .filter-info-reset-wrapper + .az-list-content {
  margin-top: 1em;
}
.az-list .filter-block {
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
.az-list .filter-block label {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
  padding-left: 24px;
  display: block;
  font-weight: normal;
}
.az-list .filter-block label:before, .az-list .filter-block label:after {
  content: "";
  display: block;
  background: #ffffff;
  width: 20px;
  height: 20px;
  border: solid 1px #000000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 4px;
  margin-top: 0px;
}
.az-list .filter-block label:after {
  display: none;
}
.az-list .filter-block label.hidden {
  display: none;
}
.az-list .filter-block label.disabled {
  opacity: 0.5;
}
.az-list .filter-block input {
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.az-list .filter-block input:checked + label {
  font-weight: bold;
}
.az-list .filter-block input:checked + label:after {
  display: block;
  width: 12px;
  height: 12px;
  background: black;
  margin-top: 4px;
  margin-left: 4px;
}
.az-list .filter-block input:focus + label {
  outline: solid 2px #000000;
}
.az-list .filter-block input.filter-inline-field {
  opacity: 1;
  position: relative;
  width: 50%;
}
.az-list .filter-block[data-multiple="1"][data-dropdown="1"] .filter-inline-field {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.az-list .filter-block input[type=checkbox]:checked + label:after {
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  margin: 0;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC45IDkuOGMtLjE4NiAwLS4zNjQtLjA3NC0uNDk1LS4yMDVsLTQuMi00LjJjLS4yNzMtLjI3My0uMjczLS43MTcgMC0uOTlzLjcxNy0uMjczLjk5IDBMNC45IDguMTEgMTIuODA1LjIwNWMuMjc0LS4yNzMuNzE3LS4yNzMuOTkgMHMuMjczLjcxNyAwIC45OWwtOC40IDguNGMtLjEzLjEzLS4zMS4yMDUtLjQ5NS4yMDV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=") center no-repeat;
}
.az-list .filter-block input[type=checkbox] + label:before, .az-list .filter-block input[type=checkbox] + label:after {
  border-radius: 0;
}
.az-list .filter-block .select-wrapper,
.az-list .filter-block .select-wrapper select {
  display: block;
  padding: 4px;
  width: 95%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "GenerisSansW01-Regular", sans-serif;
  background: #ffffff;
  border: solid 1px #808080;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0;
}
.az-list .filter-block .select-wrapper,
.az-list .filter-block .select-wrapper select {
  position: relative;
  height: 27px;
}
.az-list .filter-block .select-wrapper.multiple,
.az-list .filter-block .select-wrapper select.multiple {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.az-list .filter-block .select-wrapper select {
  width: 95%;
  height: 100%;
  top: 0;
  border: 0;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}
.az-list .filter-block .select-wrapper select[multiple] {
  margin: 0px;
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 0;
}
@media (min-width: 680px) {
  .az-list .az-filter-columns-1 .filter-block {
    width: 100%;
  }
}
@media (min-width: 680px) {
  .az-list .az-filter-columns-2 .filter-block {
    float: left;
    width: 50%;
  }
}
@media (min-width: 680px) {
  .az-list .az-filter-columns-3 .filter-block {
    float: left;
    width: 33.33%;
  }
}
@media (min-width: 680px) {
  .az-list .az-filter-columns-4 .filter-block {
    float: left;
    width: 25%;
  }
}
.az-list[data-max-filter-entries=""] .filter-scroll-wrapper {
  max-height: none;
}
.az-list[data-max-filter-entries="2"] .filter-scroll-wrapper {
  max-height: 66px;
}
.az-list[data-max-filter-entries="3"] .filter-scroll-wrapper {
  max-height: 33px;
}
.az-list[data-max-filter-entries="4"] .filter-scroll-wrapper {
  max-height: 132px;
}
.az-list[data-max-filter-entries="5"] .filter-scroll-wrapper {
  max-height: 165px;
}
.az-list[data-max-filter-entries="6"] .filter-scroll-wrapper, .az-list[data-max-filter-entries="7"] .filter-scroll-wrapper, .az-list[data-max-filter-entries="8"] .filter-scroll-wrapper, .az-list[data-max-filter-entries="9"] .filter-scroll-wrapper, .az-list[data-max-filter-entries="10"] .filter-scroll-wrapper {
  max-height: 198px;
}

.az-item {
  margin: 0;
  position: relative;
  margin-top: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.az-item .panel-heading a {
  display: block;
  padding: 16px;
}
.az-item .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: solid 2px #e5e5e5;
  border-collapse: collapse;
  margin-bottom: 0;
}
.az-item .panel-heading {
  position: relative;
  border: none;
}
.az-item .panel-heading a {
  padding-right: 64px;
  background: 0 0;
  display: block;
  padding: 1.25em;
  font-size: 0.9em;
  color: #000;
  padding-right: 2em;
  padding-bottom: 1.1em;
  position: relative;
}
.az-item .panel-collapse {
  margin-top: 0;
}
.az-item .panel-body {
  padding: 16px;
  border-top: solid 2px #e5e5e5;
}
.az-item span.az-item-title {
  display: block;
  color: black;
  padding: 0;
  padding-right: 1em;
  font-size: 1em;
}
.az-item .az-item-subtitle {
  display: block;
  color: #000000;
  margin-top: 0px;
}
.az-item .az-item-subtitle:empty {
  display: none;
}
.az-item .az-item-properties {
  display: inline-block;
  padding-left: 8px;
  margin-top: 0;
  color: #808080;
}
.az-item .az-item-properties .highlight {
  color: #000000;
  font-weight: 700;
}
.az-item + .az-item {
  margin-top: -2px;
}
.az-item .general-information p {
  margin-top: 0;
}
.az-item .linked-on-content h3 {
  color: black;
}
.az-item .linked-on-content li {
  padding-left: 18px;
}
.az-item figure {
  margin-bottom: 1em;
  font-family: "Generis Sans W01 Italic", sans-serif;
}
.az-item figure figcaption {
  font-size: 0.9em;
  line-height: 1.62;
  margin-top: 0.25em;
}

.content-main-col .az-paging,
.content-main-col .f3-widget-paginator {
  text-align: center;
  list-style-type: none;
}
.content-main-col .az-paging li,
.content-main-col .f3-widget-paginator li {
  display: inline-block;
  padding-left: 0;
}
.content-main-col .az-paging li + li,
.content-main-col .f3-widget-paginator li + li {
  padding-left: 8px;
}
.content-main-col .az-paging li:before,
.content-main-col .f3-widget-paginator li:before {
  display: none;
}
.content-main-col .az-paging a,
.content-main-col .f3-widget-paginator a {
  color: #000000;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: inline-block;
}
.content-main-col .az-paging a:hover, .content-main-col .az-paging a.active,
.content-main-col .f3-widget-paginator a:hover,
.content-main-col .f3-widget-paginator a.active {
  color: #000000;
  text-decoration: none;
}
.content-main-col .az-paging .az-paging-item + .az-paging-item,
.content-main-col .az-paging .paging-item + .paging-item,
.content-main-col .f3-widget-paginator .az-paging-item + .az-paging-item,
.content-main-col .f3-widget-paginator .paging-item + .paging-item {
  margin-left: 12px;
}
.content-main-col .az-paging.away,
.content-main-col .f3-widget-paginator.away {
  display: none;
}
.content-main-col .az-paging .disabled,
.content-main-col .f3-widget-paginator .disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}
.content-main-col .az-paging .az-paging-prev,
.content-main-col .az-paging .previous,
.content-main-col .az-paging .az-paging-next,
.content-main-col .az-paging .next,
.content-main-col .f3-widget-paginator .az-paging-prev,
.content-main-col .f3-widget-paginator .previous,
.content-main-col .f3-widget-paginator .az-paging-next,
.content-main-col .f3-widget-paginator .next {
  background: gray;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 16px;
  cursor: pointer;
}
.content-main-col .az-paging .az-paging-prev a,
.content-main-col .az-paging .previous a,
.content-main-col .az-paging .az-paging-next a,
.content-main-col .az-paging .next a,
.content-main-col .f3-widget-paginator .az-paging-prev a,
.content-main-col .f3-widget-paginator .previous a,
.content-main-col .f3-widget-paginator .az-paging-next a,
.content-main-col .f3-widget-paginator .next a {
  display: block;
}
.content-main-col .az-paging .az-paging-prev path,
.content-main-col .az-paging .previous path,
.content-main-col .az-paging .az-paging-next path,
.content-main-col .az-paging .next path,
.content-main-col .f3-widget-paginator .az-paging-prev path,
.content-main-col .f3-widget-paginator .previous path,
.content-main-col .f3-widget-paginator .az-paging-next path,
.content-main-col .f3-widget-paginator .next path {
  fill: #ffffff;
}
.content-main-col .az-paging .az-paging-prev svg,
.content-main-col .az-paging .previous svg,
.content-main-col .az-paging .az-paging-next svg,
.content-main-col .az-paging .next svg,
.content-main-col .f3-widget-paginator .az-paging-prev svg,
.content-main-col .f3-widget-paginator .previous svg,
.content-main-col .f3-widget-paginator .az-paging-next svg,
.content-main-col .f3-widget-paginator .next svg {
  width: 20px;
  margin-top: 15px;
}
.content-main-col .az-paging .az-paging-prev:hover path,
.content-main-col .az-paging .previous:hover path,
.content-main-col .az-paging .az-paging-next:hover path,
.content-main-col .az-paging .next:hover path,
.content-main-col .f3-widget-paginator .az-paging-prev:hover path,
.content-main-col .f3-widget-paginator .previous:hover path,
.content-main-col .f3-widget-paginator .az-paging-next:hover path,
.content-main-col .f3-widget-paginator .next:hover path {
  fill: #000000;
}
.content-main-col .az-paging .next,
.content-main-col .az-paging .previous,
.content-main-col .f3-widget-paginator .next,
.content-main-col .f3-widget-paginator .previous {
  padding-left: 0;
}
.content-main-col .az-paging .current,
.content-main-col .f3-widget-paginator .current {
  color: #000000;
}

.az-list .panel-collapse {
  display: none;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.az-list .panel-collapse.animateUp {
  opacity: 1;
  outline: none;
}
.az-list .panel-collapse.animateDown {
  opacity: 0;
  outline: none;
}
.az-list .panel-collapse.opened {
  display: block;
  max-height: none;
  opacity: 1;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

.az-list .panel-heading a:after, .az-list .panel-heading a:before {
  background: #757575;
}
.az-list .panel-heading a:before {
  opacity: 1;
}
.az-list .panel-heading a:hover {
  color: #e2001a;
}
.az-list .panel-heading a:hover:after, .az-list .panel-heading a:hover:before {
  background: #5c6971;
}
.az-list .panel-heading.opened a:before {
  opacity: 0;
}
.az-list .panel-heading.opened a:before, .az-list .panel-heading.opened a:after {
  background: #e2001a;
}

@media (min-width: 680px) {
  .az-list .project .project-image-container {
    float: right;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    max-width: 50%;
  }
}
.az-list .project table th {
  padding-left: 0;
}

@media print {
  .f3-widget-paginator, .page-footer, .page-footer-bottom, .header-slider-outer, .dhbw.home .kachel-block, .dhbw.home .link-teaser, .page-header {
    display: none;
  }
  .verbindet-teaser .background-image {
    display: none;
  }
  .verbindet-teaser h1 {
    color: black;
    background: none;
    text-indent: 0;
  }
  .icon-document.icon {
    display: none;
  }
  .panel-collapse {
    display: none;
  }
  .header-inner-content h1 {
    color: black;
  }
  .header-inner-content span.parent-page {
    display: none;
  }
  .header-content-subpage .header-image-content picture {
    visibility: hidden;
  }
  main.main {
    padding-top: 0px;
  }
  .header-content-subpage .header-inner-content {
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
  .header-content-subpage {
    padding-bottom: 1em;
  }
  .kachel-block h2 span, .kachel-block .header-image-with-facts-box .header-image-with-facts-box-headline span, .header-image-with-facts-box .kachel-block .header-image-with-facts-box-headline span {
    color: white !important;
  }
  .studiengaenge-row a[href]:after {
    display: none !important;
  }
  .studiengaenge tr.studiengaenge-row td {
    border-right: solid 1px gray;
  }
  .news-detail-header {
    text-align: center;
    padding-top: 4em;
    margin-bottom: 2em;
  }
  .news-detail-header time {
    color: #5c6971;
    font-family: "Generis Sans W01 Bold", sans-serif;
  }
  .news-detail-header h1 {
    margin-top: 0.25em;
    font-size: 1.8em;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
  }
}
@media print and (min-width: 680px) {
  .news-detail-header h1 {
    font-size: 2.7em;
  }
}
@media print and (min-width: 680px) {
  .news-detail-header h1 {
    margin-bottom: 1em;
    padding-bottom: 0em;
  }
}
/* Colors */
.button-link, .button-link-black, .button-link-white {
  background: #e2001a;
  color: #ffffff;
  font-size: 0.875em;
  padding: 1.25em;
  padding: -webkit-calc(1.25em - 2px);
  padding: calc(1.25em - 2px);
  border-radius: 3px;
  display: inline-block;
  border: solid 2px #e2001a;
  -webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button-link:after, .button-link-black:after, .button-link-white:after {
  content: " ›";
}
.button-link:hover, .button-link-black:hover, .button-link-white:hover {
  background: transparent;
  border-color: #000000;
  color: #000000;
  text-decoration: none;
}

.button-link-black {
  border-color: #000000;
  color: #000000;
  background-color: transparent;
}
.button-link-black:hover {
  border-color: #e2001a;
  color: #e2001a;
}

.button-link-white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.button-link-white:hover {
  border-color: #e2001a;
  color: #e2001a;
}

.link-black {
  color: #000000;
  display: block;
  font-family: "Generis Sans W01 Bold", sans-serif;
  font-size: 0.8rem;
}
.link-black:hover {
  color: #e2001a;
}

.important, ul.important-list {
  margin: 1em -2em;
  padding: 2em;
  border-radius: 4px;
  border: solid 2px #e2001a;
  display: block;
}

table.contenttable {
  table-layout: fixed;
}

tr.center {
  text-align: center;
}

tr.left {
  text-align: left;
}

tr.right {
  text-align: right;
}

tr.headline {
  text-align: left;
  font-size: 1.35em;
  font-family: "Generis Sans W01 Medium", sans-serif;
}
tr.headline td {
  padding-top: 2em;
  padding-bottom: 1em;
}

.black-subline {
  font-size: 1.5em;
  text-align: center;
  color: black;
}

.fce-advantage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
}
.fce-advantage .item {
  padding: 1em;
}
.fce-advantage .item .inner {
  height: 100%;
  border: 1px solid #e5e5e5;
  padding: 1em;
}
.fce-advantage .item .inner .image {
  display: inline-block;
  padding: 20px;
  border-radius: 100px;
  background: #e5e5e5;
}
.fce-advantage .item .inner h3 {
  margin-top: 15px;
}
.fce-advantage .item .inner a {
  display: inline-block;
}
.fce-advantage .item .inner a:hover .image {
  background: rgb(203.5, 203.5, 203.5);
}
.fce-advantage .item .inner a:hover h3 {
  color: rgb(91.5, 91.5, 91.5);
}

@media (min-width: 920px) {
  .fce-advantage .item.col-sm-6,
  .fce-advantage .item.col-md-6 {
    width: 49.88888889%;
  }
}
/*----- FCE: Facts counter ----- */
.fce-facts-counter {
  margin-top: 1em;
}

.fce-facts-counter .fact-item {
  padding: 2em 1em;
  background: #4e5f67;
  color: #ffffff;
}

.fce-facts-counter a:hover .fact-item {
  background: #e2001a;
}

.fce-facts-counter .fact-item h2, .fce-facts-counter .fact-item .header-image-with-facts-box .header-image-with-facts-box-headline, .header-image-with-facts-box .fce-facts-counter .fact-item .header-image-with-facts-box-headline {
  margin: 0;
  font-family: "GenerisSansW01-Regular", sans-serif;
  font-size: 2.7em;
  color: #ffffff;
}

.fce-facts-counter .fact-item h2:after, .fce-facts-counter .fact-item .header-image-with-facts-box .header-image-with-facts-box-headline:after, .header-image-with-facts-box .fce-facts-counter .fact-item .header-image-with-facts-box-headline:after {
  all: unset;
}

.fce-facts-counter .fact-item .content {
  color: #ffffff;
}

.fce-facts-counter .fact-item:nth-child(odd) {
  border-right: 0.5em solid #ffffff;
}

.fce-facts-counter .fact-item:nth-child(even) {
  border-left: 0.5em solid #ffffff;
}

.fce-facts-counter .fact-item:nth-child(2) {
  border-right: 0.5em solid #ffffff;
}

.fce-facts-counter .fact-item:nth-child(3) {
  border-left: 0.5em solid #ffffff;
}

@media (max-width: 1025px) {
  .fce-facts-counter .fact-item {
    border: 0 !important;
  }
}
/*----- FCE: Timeline ----- */
.fce-timeline {
  margin-top: 50px;
}

.fce-timeline .timeline-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/*Fix Overlapping Timeline*/
.fce-timeline .timeline-item:last-child {
  margin-bottom: 25px;
}

.fce-timeline .timeline-item .icon,
.fce-timeline .timeline-item .arrow,
.fce-timeline .timeline-item .iteration,
.fce-timeline .timeline-item .content {
  opacity: 0;
}

.fce-timeline .timeline-item .icon,
.fce-timeline .timeline-item .number {
  width: 16.66667%;
}

@media (max-width: 920px) {
  .fce-timeline .timeline-item .icon,
  .fce-timeline .timeline-item .number {
    margin-right: 2em;
  }
}
.fce-timeline .timeline-item .icon {
  position: relative;
}

.fce-timeline .timeline-item .icon img, .fce-timeline .timeline-item .icon .year {
  position: absolute;
}

.fce-timeline .timeline-item .icon img {
  bottom: 10px;
  min-height: 50px;
}

@media (min-width: 920px) {
  .fce-timeline .timeline-item .icon img {
    bottom: -25px;
  }
}
.fce-timeline .timeline-item .icon .year {
  bottom: 0px;
}

.fce-timeline .timeline-item .icon .year h3 {
  font-size: 1.8em;
  color: #5c6971;
}

@media (min-width: 920px) {
  .fce-timeline .timeline-item .icon .year h3 {
    font-size: 2.7em;
  }
}
.fce-timeline .timeline-item .number {
  padding-bottom: 10px;
  text-align: center;
}

.fce-timeline .timeline-item .number .arrow {
  display: block;
  width: 40px;
  height: 100%;
  margin: 0 auto;
  background: #e5e5e5 url("../Images/timeline/arrow-bottom.png") left bottom no-repeat;
}

.fce-timeline .timeline-item .number .arrow:before {
  content: "";
  display: block;
  width: 40px;
  height: 16px;
  background: url("../Images/timeline/arrow-top.png") left top no-repeat;
}

.fce-timeline .timeline-item .number .iteration {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 10px auto 0 auto;
  border: 2px solid #e2001a;
  border-radius: 50px;
  color: #e2001a;
  font-weight: bold;
}

.fce-timeline .timeline-item .content {
  position: relative;
  width: 66.66667%;
}

.fce-timeline .timeline-item .content .text {
  position: absolute;
  bottom: 0;
}

.header-image-with-facts-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 1025px) {
  .header-image-with-facts-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
  }
}
.header-image-with-facts-box .header-image-with-facts-box-image-container {
  background-color: #F1F5F5;
}
@media (min-width: 1025px) {
  .header-image-with-facts-box .header-image-with-facts-box-image-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 67%;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
    max-width: 67%;
  }
}
.header-image-with-facts-box .header-image-with-facts-box-desktop-image {
  width: 100%;
}
@media (max-width: 1024px) {
  .header-image-with-facts-box .header-image-with-facts-box-desktop-image {
    display: none;
  }
}
.header-image-with-facts-box .header-image-with-facts-box-mobile-image {
  width: 100%;
}
@media (min-width: 1025px) {
  .header-image-with-facts-box .header-image-with-facts-box-mobile-image {
    display: none;
  }
}
.header-image-with-facts-box .header-image-with-facts-box-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #F1F5F5;
}
@media (min-width: 1025px) {
  .header-image-with-facts-box .header-image-with-facts-box-content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1360px) {
  .header-image-with-facts-box .header-image-with-facts-box-content-container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-image-with-facts-box .header-image-with-facts-box-headline-container {
  padding: 15px 10px;
}
@media (max-width: 1024px) {
  .header-image-with-facts-box .header-image-with-facts-box-headline-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1025px) {
  .header-image-with-facts-box .header-image-with-facts-box-headline-container {
    padding: 10px 25px 15px 25px;
  }
}
@media (min-width: 1200px) {
  .header-image-with-facts-box .header-image-with-facts-box-headline-container {
    padding: 10px 25px 20px 25px;
  }
}
@media (min-width: 1360px) {
  .header-image-with-facts-box .header-image-with-facts-box-headline-container {
    padding: 10px 40px 30px 60px;
  }
}
.header-image-with-facts-box .header-image-with-facts-box-headline {
  color: #e2001a;
  font-size: 1.3em;
  line-height: 1.1;
  font-family: "GenerisSerifW01-Regular", serif;
  text-align: left;
  word-break: break-word;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .header-image-with-facts-box .header-image-with-facts-box-headline:after {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header-image-with-facts-box .header-image-with-facts-box-headline {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .header-image-with-facts-box .header-image-with-facts-box-headline {
    font-size: 1.5em;
  }
}
.header-image-with-facts-box .header-image-with-facts-box-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 5px;
  padding: 12px 12px 12px 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .header-image-with-facts-box .header-image-with-facts-box-list-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1025px) {
  .header-image-with-facts-box .header-image-with-facts-box-list-container {
    padding: 5px 25px 5px 25px;
    gap: 4px;
  }
}
@media (min-width: 1200px) {
  .header-image-with-facts-box .header-image-with-facts-box-list-container {
    gap: 5px;
  }
}
@media (min-width: 1360px) {
  .header-image-with-facts-box .header-image-with-facts-box-list-container {
    padding: 10px 40px 60px 60px;
    gap: 10px;
  }
}
.header-image-with-facts-box .header-image-with-facts-box-list-item {
  position: relative;
  padding: 0 0 0 1.5em;
  word-break: break-word;
  font-size: 1em;
  line-height: 1.2;
  min-height: 1.2em;
}
@media (min-width: 1025px) {
  .header-image-with-facts-box .header-image-with-facts-box-list-item {
    padding: 0 0 0 35px;
    font-size: 0.9em;
    min-height: 1.08em;
  }
}
@media (min-width: 1200px) {
  .header-image-with-facts-box .header-image-with-facts-box-list-item {
    font-size: 1em;
    min-height: 1.2em;
  }
}
.header-image-with-facts-box .header-image-with-facts-box-list-item-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9em;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  .header-image-with-facts-box .header-image-with-facts-box-list-item-icon {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .header-image-with-facts-box .header-image-with-facts-box-list-item-icon {
    font-size: 20px;
  }
}

.anchor-links {
  margin: 0 -1em 40px -1em;
  position: relative;
  height: 30px;
}
@media (min-width: 1025px) {
  .anchor-links {
    height: 50px;
  }
}
.anchor-links .anchor-links-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 900;
}
.anchor-links.-sticky .anchor-links-content {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.anchor-links.-sticky.-page-header-pin .anchor-links-content {
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
}
@media (min-width: 680px) {
  .anchor-links.-sticky.-page-header-pin .anchor-links-content {
    -webkit-transform: translateY(110px);
        -ms-transform: translateY(110px);
            transform: translateY(110px);
  }
}

@media (min-width: 1025px) {
  .anchor-links-mobile {
    display: none;
  }
}

@media (max-width: 1024px) {
  .anchor-links-desktop {
    display: none;
  }
}

.anchor-links-mobile-dropdown-toggle {
  display: block;
  margin: 0;
  padding: 5px 14px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #e2001a;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  width: 100%;
  position: relative;
}
.anchor-links-mobile-dropdown-toggle:hover {
  color: #8c0012;
}

.anchor-links-mobile-dropdown-toggle-icon {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1em;
}
.anchor-links-mobile-dropdown-toggle-icon.-inactive {
  display: block;
}
.anchor-links-mobile-dropdown-toggle-icon.-active {
  display: none;
}

.anchor-links-mobile-dropdown.open .anchor-links-mobile-dropdown-toggle-icon.-active {
  display: block;
}
.anchor-links-mobile-dropdown.open .anchor-links-mobile-dropdown-toggle-icon.-inactive {
  display: none;
}

.anchor-links-mobile-dropdown-menu {
  margin: 0;
  padding: 0;
  float: none;
  width: 100%;
  text-align: left;
  background-color: #e2001a;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.anchor-links-mobile-item {
  display: block;
  position: relative;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.anchor-links-mobile-item:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 14px;
  right: 14px;
  background-color: #ffffff;
}
.anchor-links-mobile-item a.anchor-links-mobile-link {
  color: #ffffff;
  font-size: 14px;
  padding: 5px 14px;
  background-color: transparent;
}
.anchor-links-mobile-item a.anchor-links-mobile-link:hover, .anchor-links-mobile-item a.anchor-links-mobile-link.active {
  background-color: transparent;
  color: #8c0012;
}

.anchor-links-desktop-nav-pills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
}

.anchor-links-desktop-item {
  margin: 0 -1px !important;
}
.anchor-links-desktop-item a.anchor-links-desktop-link {
  font-size: 18px;
  font-family: "Generis Sans W01 Bold", sans-serif;
  line-height: 1.1;
  padding: 10px 25px;
  border-radius: 0;
  background-color: #ffffff;
  color: #5c6971;
  border-left: 2px solid #dee1e3;
  border-right: 2px solid #dee1e3;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #dee1e3;
}
.anchor-links-desktop-item a.anchor-links-desktop-link:hover, .anchor-links-desktop-item a.anchor-links-desktop-link.active {
  z-index: 1;
  background-color: #ffffff;
  color: #e2001a;
  border-color: #e2001a;
}
.anchor-links-desktop-item:first-child a.anchor-links-desktop-link:not(.active, :hover) {
  border-left-color: #ffffff;
}
.anchor-links-desktop-item:last-child a.anchor-links-desktop-link:not(.active, :hover) {
  border-right-color: #ffffff;
}

.anchor-links-section-content {
  margin-bottom: 4em;
}
.anchor-links-section-content .anchor-links-section {
  padding: 5em 0 1em 0;
}
.anchor-links-section-content .anchor-links-section:first-child {
  padding-top: 2em;
}

[data-layout=AnchorLinks] .anchor-links-section-content {
  margin-bottom: 4em;
}
[data-layout=AnchorLinks] .anchor-links-section-content .anchor-links-section {
  padding: 1em 0 0;
}
[data-layout=AnchorLinks] .anchor-links-section-content .anchor-links-section:first-child {
  padding-top: 0;
}

.events-teaser-outer-container {
  position: relative;
}

.events-teaser {
  display: block;
  width: 100%;
  height: 0;
  overflow: visible;
}
.events-teaser .events-teaser-position {
  position: absolute;
  top: 0;
  right: 0;
  overflow: visible;
  z-index: 999;
}
.events-teaser.-sticky .events-teaser-position {
  position: fixed;
  top: 50%;
}
.events-teaser.-sticky.-bottom .events-teaser-position {
  position: absolute;
  bottom: 0;
  top: unset;
}
.events-teaser .events-teaser-position-inner {
  position: relative;
  width: 0;
  height: 0;
  overflow: visible;
}
.events-teaser .events-teaser-position-content {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.events-teaser.-expanded .events-teaser-position-content {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.events-teaser.-sticky.-bottom .events-teaser-position-content {
  top: unset;
  bottom: 0;
}
.events-teaser .events-teaser-inner {
  position: relative;
  padding-bottom: 3px;
}
.events-teaser .events-teaser-batch {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #e2001a;
  margin: 0;
  border-radius: 3px;
  border: none;
  padding: 1.2em 0.2em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  min-height: 7em;
  min-width: 1.6em;
  color: #ffffff;
}
.events-teaser .events-teaser-batch:hover, .events-teaser .events-teaser-batch:active, .events-teaser .events-teaser-batch:focus {
  color: #ffffff;
}
.events-teaser .events-teaser-batch-text {
  display: block;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  font-size: 1em;
  line-height: 1.2;
  white-space: nowrap;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.events-teaser .events-teaser-batch-icon {
  font-size: 0.8em;
  line-height: 1.5;
  display: inline-block;
}
.events-teaser .events-teaser-batch-icon-expanded {
  display: none;
}
.events-teaser.-expanded .events-teaser-batch-icon-collapsed {
  display: none;
}
.events-teaser.-expanded .events-teaser-batch-icon-expanded {
  display: inline-block;
}
.events-teaser .events-teaser-content {
  width: 200px;
}
@media (min-width: 680px) {
  .events-teaser .events-teaser-content {
    width: 300px;
  }
}
.events-teaser .events-teaser-content {
  max-width: -webkit-calc(100vw - 2em);
  max-width: calc(100vw - 2em);
  padding: 0 0 0 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  min-height: 7em;
}
.events-teaser .events-teaser-event {
  background-color: #e2001a;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 1em 0.5em 0.5em 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.events-teaser .events-teaser-event-divider {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px 0 5px 12px;
}
.events-teaser .events-teaser-event-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.events-teaser .events-teaser-event-divider:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ffffff;
}
.events-teaser .events-teaser-event-header, .events-teaser .events-teaser-event-date, .events-teaser .events-teaser-event-link {
  color: #ffffff;
  font-size: 0.7em;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.events-teaser .events-teaser-event-link, .events-teaser .events-teaser-event-link-icon {
  font-size: 0.8em;
}

.Extbase-Utility-Debugger-VarDump {
  z-index: 999;
}

.extbase-debugger {
  z-index: 10000;
  position: relative;
}
