/*
██████   ██████   ██████  ████████ ███████ ████████ ██████   █████  ██████
██   ██ ██    ██ ██    ██    ██    ██         ██    ██   ██ ██   ██ ██   ██
██████  ██    ██ ██    ██    ██    ███████    ██    ██████  ███████ ██████
██   ██ ██    ██ ██    ██    ██         ██    ██    ██   ██ ██   ██ ██
██████   ██████   ██████     ██    ███████    ██    ██   ██ ██   ██ ██
*/
/*! 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 {
  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"] {
  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;
  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;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/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: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.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: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.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: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.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: "DB Head", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 28px;
  margin-bottom: 14px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 14px;
  margin-bottom: 14px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 14px;
}
.lead {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 14px;
}
ul ul,
ol ul,
ul ol,
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: 28px;
}
dt,
dd {
  line-height: 1.8;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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 #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
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.8;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.8;
}
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: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 13.5px;
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
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: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.8;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 21px;
    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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 28px;
  font-size: 24px;
  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: 16px;
  line-height: 1.8;
  color: #59626b;
}
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.8;
  color: #59626b;
  background-color: #f2f3f4;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 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: #e9eaec;
  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: 42px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 28px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 44px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 42px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 48px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 52.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.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: 33px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .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: 35px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.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: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -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: 13px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.8;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  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: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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: 14px;
  line-height: 1.8;
  color: #777777;
  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: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.content-element:before,
.content-element:after,
.basic-content.grid-one-third .basic-content-headline-container:before,
.basic-content.grid-one-third .basic-content-headline-container:after,
.basic-content.grid-full-width .basic-content-headline-container:before,
.basic-content.grid-full-width .basic-content-headline-container:after,
.basic-content.grid-one-third .basic-content-container:before,
.basic-content.grid-one-third .basic-content-container:after,
.basic-content.grid-full-width .basic-content-container:before,
.basic-content.grid-full-width .basic-content-container:after,
.basic-content.grid-full-width .basic-content-container:before,
.basic-content.grid-full-width .basic-content-container:after,
.basic-content.grid-one-third .basic-content-inner .basic-content-container:before,
.basic-content.grid-one-third .basic-content-inner .basic-content-container:after,
.basic-content.grid-50-50 .basic-content-inner:before,
.basic-content.grid-50-50 .basic-content-inner:after,
.basic-content .basic-content-additionals:before,
.basic-content .basic-content-additionals:after,
.basic-content .two-col-additionals:before,
.basic-content .two-col-additionals:after,
.two-col-content .two-col-container:before,
.two-col-content .two-col-container:after,
.two-col-content .col .two-col-additionals:before,
.two-col-content .col .two-col-additionals:after,
.teasers:before,
.teasers:after,
.download-lead-element .download-lead-filesrow:before,
.download-lead-element .download-lead-filesrow:after,
.download-lead-element .download-lead-intro:before,
.download-lead-element .download-lead-intro:after,
.download-lead-element .lead-download-form-row:before,
.download-lead-element .lead-download-form-row:after,
.footer-nav .nav-content:before,
.footer-nav .nav-content:after,
.referer .referer-content .referer-inner:before,
.referer .referer-content .referer-inner:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.content-element:after,
.basic-content.grid-one-third .basic-content-headline-container:after,
.basic-content.grid-full-width .basic-content-headline-container:after,
.basic-content.grid-one-third .basic-content-container:after,
.basic-content.grid-full-width .basic-content-container:after,
.basic-content.grid-full-width .basic-content-container:after,
.basic-content.grid-one-third .basic-content-inner .basic-content-container:after,
.basic-content.grid-50-50 .basic-content-inner:after,
.basic-content .basic-content-additionals:after,
.basic-content .two-col-additionals:after,
.two-col-content .two-col-container:after,
.two-col-content .col .two-col-additionals:after,
.teasers:after,
.download-lead-element .download-lead-filesrow:after,
.download-lead-element .download-lead-intro:after,
.download-lead-element .lead-download-form-row:after,
.footer-nav .nav-content:after,
.referer .referer-content .referer-inner: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,
.visible-sm,
.visible-md,
.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: 767px) {
  .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: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
/*
██████   █████  ███████ ██  ██████ ███████
██   ██ ██   ██ ██      ██ ██      ██
██████  ███████ ███████ ██ ██      ███████
██   ██ ██   ██      ██ ██ ██           ██
██████  ██   ██ ███████ ██  ██████ ███████
*/
/*
███████  ██████  ███    ██ ████████
██      ██    ██ ████   ██    ██
█████   ██    ██ ██ ██  ██    ██
██      ██    ██ ██  ██ ██    ██
██       ██████  ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████  ███████
██      ██    ██ ██      ██    ██ ██   ██ ██
██      ██    ██ ██      ██    ██ ██████  ███████
██      ██    ██ ██      ██    ██ ██   ██      ██
 ██████  ██████  ███████  ██████  ██   ██ ███████
*/
/*
	$$$$$$$$\ $$\               $$\
	\__$$  __|\__|              \__|
	   $$ |   $$\ $$$$$$\$$$$\  $$\ $$$$$$$\   $$$$$$\
	   $$ |   $$ |$$  _$$  _$$\ $$ |$$  __$$\ $$  __$$\
	   $$ |   $$ |$$ / $$ / $$ |$$ |$$ |  $$ |$$ /  $$ |
	   $$ |   $$ |$$ | $$ | $$ |$$ |$$ |  $$ |$$ |  $$ |
	   $$ |   $$ |$$ | $$ | $$ |$$ |$$ |  $$ |\$$$$$$$ |
	   \__|   \__|\__| \__| \__|\__|\__|  \__| \____$$ |
	                                          $$\   $$ |
	                                          \$$$$$$  |
	                                           \______/
*/
/*
██████   █████  ██████  ██████  ██ ███    ██  ██████  ███████
██   ██ ██   ██ ██   ██ ██   ██ ██ ████   ██ ██       ██
██████  ███████ ██   ██ ██   ██ ██ ██ ██  ██ ██   ███ ███████
██      ██   ██ ██   ██ ██   ██ ██ ██  ██ ██ ██    ██      ██
██      ██   ██ ██████  ██████  ██ ██   ████  ██████  ███████

    ███    ███  █████  ██████   ██████  ██ ███    ██ ███████
    ████  ████ ██   ██ ██   ██ ██       ██ ████   ██ ██
    ██ ████ ██ ███████ ██████  ██   ███ ██ ██ ██  ██ ███████
    ██  ██  ██ ██   ██ ██   ██ ██    ██ ██ ██  ██ ██      ██
    ██      ██ ██   ██ ██   ██  ██████  ██ ██   ████ ███████
*/
/*
	$$$$$$$$\
	$$  _____|
	$$ |    $$$$$$\   $$$$$$\  $$$$$$\$$$$\   $$$$$$$\
	$$$$$\ $$  __$$\ $$  __$$\ $$  _$$  _$$\ $$  _____|
	$$  __|$$ /  $$ |$$ |  \__|$$ / $$ / $$ |\$$$$$$\
	$$ |   $$ |  $$ |$$ |      $$ | $$ | $$ | \____$$\
	$$ |   \$$$$$$  |$$ |      $$ | $$ | $$ |$$$$$$$  |
	\__|    \______/ \__|      \__| \__| \__|\_______/
	
	
	
*/
/*
	$$\      $$\ $$$$$$\ $$\   $$\ $$$$$$\ $$\   $$\  $$$$$$\
	$$$\    $$$ |\_$$  _|$$ |  $$ |\_$$  _|$$$\  $$ |$$  __$$\
	$$$$\  $$$$ |  $$ |  \$$\ $$  |  $$ |  $$$$\ $$ |$$ /  \__|
	$$\$$\$$ $$ |  $$ |   \$$$$  /   $$ |  $$ $$\$$ |\$$$$$$\
	$$ \$$$  $$ |  $$ |   $$  $$<    $$ |  $$ \$$$$ | \____$$\
	$$ |\$  /$$ |  $$ |  $$  /\$$\   $$ |  $$ |\$$$ |$$\   $$ |
	$$ | \_/ $$ |$$$$$$\ $$ /  $$ |$$$$$$\ $$ | \$$ |\$$$$$$  |
	\__|     \__|\______|\__|  \__|\______|\__|  \__| \______/
	
	
	
*/
body {
  padding: 0;
}
.content-element {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 960px;
}
@media (min-width: 768px) {
  .content-element {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .content-element {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .content-element {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .content-element {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
██████  ██████      ██   ██ ███████  █████  ██████
██   ██ ██   ██     ██   ██ ██      ██   ██ ██   ██
██   ██ ██████      ███████ █████   ███████ ██   ██
██   ██ ██   ██     ██   ██ ██      ██   ██ ██   ██
██████  ██████      ██   ██ ███████ ██   ██ ██████
*/
@font-face {
  font-family: 'DB Head';
  src: url('../fonts/dbhea02-webfont.eot');
  src: url('../fonts/dbhea02-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dbhea02-webfont.woff') format('woff'), url('../fonts/dbhea02-webfont.ttf') format('truetype'), url('../fonts/dbhea02-webfont.svg#DBHeadLightRegular') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'DB Head';
  src: url('../fonts/dbhea02-webfont.eot');
  src: url('../fonts/dbhea02-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dbhea02-webfont.woff') format('woff'), url('../fonts/dbhea02-webfont.ttf') format('truetype'), url('../fonts/dbhea02-webfont.svg#DBHeadLightRegular') format('svg');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'DB Head';
  src: url('../fonts/dbhea03-webfont.eot');
  src: url('../fonts/dbhea03-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dbhea03-webfont.woff') format('woff'), url('../fonts/dbhea03-webfont.ttf') format('truetype'), url('../fonts/dbhea03-webfont.svg#dDBHeadRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DB Head';
  src: url('../fonts/dbhea07-webfont.eot');
  src: url('../fonts/dbhea07-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dbhea07-webfont.woff') format('woff'), url('../fonts/dbhea07-webfont.ttf') format('truetype'), url('../fonts/dbhea07-webfont.svg#DBHeadBlack') format('svg');
  font-weight: bold;
  font-style: normal;
}
/*
██████  ██████      ███    ██ ███████ ██     ██ ███████
██   ██ ██   ██     ████   ██ ██      ██     ██ ██
██   ██ ██████      ██ ██  ██ █████   ██  █  ██ ███████
██   ██ ██   ██     ██  ██ ██ ██      ██ ███ ██      ██
██████  ██████      ██   ████ ███████  ███ ███  ███████
*/
@font-face {
  font-family: 'DB News';
  src: url('../fonts/dbnew03-webfont.eot');
  src: url('../fonts/dbnew03-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dbnew03-webfont.woff') format('woff'), url('../fonts/dbnew03-webfont.ttf') format('truetype'), url('../fonts/dbnew03-webfont.svg#DBNewsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DB News';
  src: url('../fonts/dbnew06-webfont.eot');
  src: url('../fonts/dbnew06-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dbnew06-webfont.woff') format('woff'), url('../fonts/dbnew06-webfont.ttf') format('truetype'), url('../fonts/dbnew06-webfont.svg#DBNewsBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/*
██████  ██████       ██████  ███████ ███████ ██  ██████ ███████
██   ██ ██   ██     ██    ██ ██      ██      ██ ██      ██
██   ██ ██████      ██    ██ █████   █████   ██ ██      █████
██   ██ ██   ██     ██    ██ ██      ██      ██ ██      ██
██████  ██████       ██████  ██      ██      ██  ██████ ███████
*/
@font-face {
  font-family: 'DB Office';
  src: url('../fonts/dboff03-webfont.eot');
  src: url('../fonts/dboff03-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dboff03-webfont.woff') format('woff'), url('../fonts/dboff03-webfont.ttf') format('truetype'), url('../fonts/dboff03-webfont.svg#DBOfficeRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DB Office';
  src: url('../fonts/dboff06-webfont.eot');
  src: url('../fonts/dboff06-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dboff06-webfont.woff') format('woff'), url('../fonts/dboff06-webfont.ttf') format('truetype'), url('../fonts/dboff06-webfont.svg#DBOfficeBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/*
██████  ██████      ███████  █████  ███    ██ ███████
██   ██ ██   ██     ██      ██   ██ ████   ██ ██
██   ██ ██████      ███████ ███████ ██ ██  ██ ███████
██   ██ ██   ██          ██ ██   ██ ██  ██ ██      ██
██████  ██████      ███████ ██   ██ ██   ████ ███████
*/
@font-face {
  font-family: 'DB Sans';
  src: url('../fonts/dbsan03-webfont.eot');
  src: url('../fonts/dbsan03-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dbsan03-webfont.woff') format('woff'), url('../fonts/dbsan03-webfont.ttf') format('truetype'), url('../fonts/dbsan03-webfont.svg#DBSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DB Sans';
  src: url('../fonts/dbsan06-webfont.eot');
  src: url('../fonts/dbsan06-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dbsan06-webfont.woff') format('woff'), url('../fonts/dbsan06-webfont.ttf') format('truetype'), url('../fonts/dbsan06-webfont.svg#DBOfficeBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/*
██████  ██████      ███████  █████  ███    ██ ███████      ██████  ██████  ███    ██ ██████  ███████ ███    ██ ███████ ███████ ██████
██   ██ ██   ██     ██      ██   ██ ████   ██ ██          ██      ██    ██ ████   ██ ██   ██ ██      ████   ██ ██      ██      ██   ██
██   ██ ██████      ███████ ███████ ██ ██  ██ ███████     ██      ██    ██ ██ ██  ██ ██   ██ █████   ██ ██  ██ ███████ █████   ██   ██
██   ██ ██   ██          ██ ██   ██ ██  ██ ██      ██     ██      ██    ██ ██  ██ ██ ██   ██ ██      ██  ██ ██      ██ ██      ██   ██
██████  ██████      ███████ ██   ██ ██   ████ ███████      ██████  ██████  ██   ████ ██████  ███████ ██   ████ ███████ ███████ ██████
*/
@font-face {
  font-family: 'DB Sans Condensed';
  src: url('../fonts/dbsan43-webfont.eot');
  src: url('../fonts/dbsan43-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dbsan43-webfont.woff') format('woff'), url('../fonts/dbsan43-webfont.ttf') format('truetype'), url('../fonts/dbsan43-webfont.svg#DBSansCondRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DB Sans Condensed';
  src: url('../fonts/dbsan46-webfont.eot');
  src: url('../fonts/dbsan46-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dbsan46-webfont.woff') format('woff'), url('../fonts/dbsan46-webfont.ttf') format('truetype'), url('../fonts/dbsan46-webfont.svg#DBSansCondBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
body,
html,
* {
  font-family: "DB Head";
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #f2f3f4;
}
p:first-child {
  margin-top: 0;
}
.stackable-top p:first-child {
  margin-top: 14px;
}
p:last-child {
  margin-bottom: 0;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #59626b;
  font-family: "DB Head", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
img.align_left {
  float: left;
  margin-right: 1.5em;
}
img.align_right {
  float: right;
  margin-left: 1.5em;
}
img.align_right,
img.align_left {
  margin-bottom: 1.5em;
  display: block;
  width: 100% !important;
}
@media (min-width: 768px) {
  img.align_right,
  img.align_left {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  img.align_right,
  img.align_left {
    width: 33% !important;
  }
}
/*
██   ██ ███████  █████  ██████  ██      ██ ███    ██ ███████ ███████
██   ██ ██      ██   ██ ██   ██ ██      ██ ████   ██ ██      ██
███████ █████   ███████ ██   ██ ██      ██ ██ ██  ██ █████   ███████
██   ██ ██      ██   ██ ██   ██ ██      ██ ██  ██ ██ ██           ██
██   ██ ███████ ██   ██ ██████  ███████ ██ ██   ████ ███████ ███████
*/
.generic-headline-container .generic-headline {
  margin-top: 0.004px;
  margin-bottom: 53px;
  position: relative;
}
@media (max-width: 767px) {
  .generic-headline-container .generic-headline {
    margin-top: 30px;
  }
}
.generic-headline-container .generic-headline:after {
  position: absolute;
  content: "";
  height: 3px;
  width: auto;
  left: 0;
  right: 0;
  bottom: -30px;
  background-image: url(../img/dots_grey.png);
  background-size: auto 100%;
  transform: translateY(-1.5px);
}
.bg-dark-grey .generic-headline:after,
.bg-light-grey .generic-headline:after {
  background-image: url(../img/dots_white.png);
}
.topicline {
  margin-top: 0;
  display: inline-block;
  position: relative;
  background-color: #e8eaeb;
  font-size: 24px;
  padding: .4rem .5rem;
  line-height: 1em;
  margin-bottom: .5rem;
}
.bg-dark-grey .topicline,
.bg-light-grey .topicline {
  background-color: #fff;
}
.topicline.emphasized {
  background-color: #f00;
  color: #fff;
}
.headline {
  font-size: 48px;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 767px) {
  .headline {
    line-height: 51px;
  }
}
a {
  color: #59626b;
  text-decoration: underline;
}
a:visited {
  color: inherit;
}
blockquote {
  background-color: #4c5b64;
  color: #fff;
  font-size: 1em;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: .25em;
  padding-right: .75em;
  padding-left: .75em;
}
blockquote p,
blockquote b,
blockquote span,
blockquote ul,
blockquote li,
blockquote strong {
  color: #fff;
  font-size: 1em;
}
.dbtbtn {
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding: 9px 16px;
  color: #59626b !important;
  transition: transform 470ms;
}
.dbtbtn:hover {
  text-decoration: underline;
}
.dbtbtn:active {
  text-decoration: underline;
}
.dbtbtn.full-width {
  display: block;
  width: 100%;
}
.dbtbtn.lightgrey {
  background-color: #d7dadd;
}
.dbtbtn.icon::before {
  top: 4px;
  position: relative;
  display: inline-block;
  content: "";
  height: 19px;
  background-size: 100% auto;
  width: 19px;
  margin-right: 8px;
}
.dbtbtn.icon.file:before {
  background-image: url(../img/icon_download.png);
}
.dbtbtn.icon.markable::before {
  border: 1px solid #59626b;
}
.marked.dbtbtn.icon.markable::before {
  background-image: url(../img/icon_markedbg.png);
  background-position: 2px 2px;
  background-size: 14px;
  background-repeat: no-repeat;
}
.dbtbtn.action::after {
  top: 4px;
  position: relative;
  display: inline-block;
  content: "";
  height: 19px;
  background-size: 100% auto;
  width: 19px;
  margin-right: 8px;
}
.dbtbtn.action.dropdown:after {
  background-image: url(../img/icon_arrow_down.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.dbtbtn.link::before {
  top: 4px;
  position: relative;
  display: inline-block;
  content: "";
  height: 19px;
  background-size: 100% auto;
  width: 19px;
  transform: rotate(-90deg);
  margin-right: 8px;
  background-image: url(../img/icon_download.png);
}
/*
 ██████  ██████  ███    ███ ██████   ██████  ███    ██ ███████ ███    ██ ████████ ███████
██      ██    ██ ████  ████ ██   ██ ██    ██ ████   ██ ██      ████   ██    ██    ██
██      ██    ██ ██ ████ ██ ██████  ██    ██ ██ ██  ██ █████   ██ ██  ██    ██    ███████
██      ██    ██ ██  ██  ██ ██      ██    ██ ██  ██ ██ ██      ██  ██ ██    ██         ██
 ██████  ██████  ██      ██ ██       ██████  ██   ████ ███████ ██   ████    ██    ███████
*/
.basic-content {
  background-color: #fff;
  /*
     ██████  ██████  ██ ██████
    ██       ██   ██ ██ ██   ██
    ██   ███ ██████  ██ ██   ██
    ██    ██ ██   ██ ██ ██   ██
     ██████  ██   ██ ██ ██████
    */
  /*
    ███████ ██      ███████ ███    ███ ███████ ███    ██ ████████ ███████
    ██      ██      ██      ████  ████ ██      ████   ██    ██    ██
    █████   ██      █████   ██ ████ ██ █████   ██ ██  ██    ██    ███████
    ██      ██      ██      ██  ██  ██ ██      ██  ██ ██    ██         ██
    ███████ ███████ ███████ ██      ██ ███████ ██   ████    ██    ███████
    */
  /*
    ████████ ██    ██ ██████   ██████
       ██     ██  ██  ██   ██ ██    ██
       ██      ████   ██████  ██    ██
       ██       ██    ██      ██    ██
       ██       ██    ██       ██████
    */
}
.basic-content .basic-content-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .basic-content .basic-content-inner {
    padding-top: 40px;
  }
  .basic-content .basic-content-inner.stackable-top {
    padding-top: 0;
  }
}
.basic-content .basic-content-inner.stackable-top {
  padding-top: 0;
}
@media (min-width: 768px) {
  .basic-content .basic-content-inner {
    padding-bottom: 40px;
  }
  .basic-content .basic-content-inner.stackable-bottom {
    padding-bottom: 0;
  }
}
.basic-content .basic-content-inner.stackable-bottom {
  padding-bottom: 0;
}
.basic-content .basic-content-inner.stackable-top {
  padding-top: 0 !important;
}
.basic-content .basic-content-inner.stackable-top p:first-child {
  margin-top: 0;
}
.basic-content .basic-content-inner.stackable-bottom {
  padding-bottom: 0 !important;
}
.basic-content .basic-content-inner.stackable-bottom p:last-child {
  margin-bottom: 16px;
}
.basic-content.grid-one-third .basic-content-headline-container,
.basic-content.grid-full-width .basic-content-headline-container {
  margin-left: -15px;
  margin-right: -15px;
}
.basic-content.grid-one-third .basic-content-headline-container .basic-content-headline,
.basic-content.grid-full-width .basic-content-headline-container .basic-content-headline {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.basic-content.grid-one-third .basic-content-container,
.basic-content.grid-full-width .basic-content-container {
  margin-left: -15px;
  margin-right: -15px;
}
.basic-content.grid-full-width .basic-content-container {
  margin-left: -15px;
  margin-right: -15px;
}
.basic-content.grid-full-width .basic-content-container .basic-content-copy {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.basic-content.grid-one-third .basic-content-inner .basic-content-container {
  margin-left: -15px;
  margin-right: -15px;
}
.basic-content.grid-one-third .basic-content-inner .basic-content-container .basic-content-mood {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .basic-content.grid-one-third .basic-content-inner .basic-content-container .basic-content-mood {
    float: left;
    width: 41.66666667%;
  }
}
.basic-content.grid-one-third .basic-content-inner .basic-content-container .basic-content-copy {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .basic-content.grid-one-third .basic-content-inner .basic-content-container .basic-content-copy {
    float: left;
    width: 58.33333333%;
  }
}
.basic-content.grid-50-50 .basic-content-inner {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.basic-content.grid-50-50 .basic-content-inner .basic-content-mood {
  position: absolute;
  top: 0;
  left: 15.996px;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 50%;
}
.basic-content.grid-50-50 .basic-content-inner .basic-content-mood > img {
  position: absolute;
  width: auto;
  height: auto;
  min-height: 100%;
  top: 0;
  right: 0;
}
.basic-content.grid-50-50 .basic-content-inner .basic-content-copy-container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .basic-content.grid-50-50 .basic-content-inner .basic-content-copy-container {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .basic-content.grid-50-50 .basic-content-inner .basic-content-copy-container {
    left: 50%;
  }
}
.basic-content.grid-img-only .basic-content-inner {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .basic-content.grid-img-only .basic-content-inner {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.basic-content.grid-img-only .basic-content-full-width-img {
  width: 100%;
  height: auto;
}
.basic-content .basic-content-additionals,
.basic-content .two-col-additionals {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
  margin-bottom: -1px;
  margin-right: -2px;
}
.basic-content .basic-content-additionals .basic-content-additional,
.basic-content .two-col-additionals .basic-content-additional {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 992px) {
  .basic-content .basic-content-additionals .basic-content-additional,
  .basic-content .two-col-additionals .basic-content-additional {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .basic-content .basic-content-additionals .basic-content-additional,
  .basic-content .two-col-additionals .basic-content-additional {
    float: left;
    width: 100%;
  }
}
.single.basic-content .basic-content-additionals .basic-content-additional,
.single.basic-content .two-col-additionals .basic-content-additional {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single.basic-content .basic-content-additionals .basic-content-additional,
  .single.basic-content .two-col-additionals .basic-content-additional {
    float: left;
    width: 100%;
  }
}
.basic-content .basic-content-mood {
  overflow: hidden;
}
.basic-content .basic-content-mood > img {
  margin-top: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 17px;
}
.basic-content .basic-content-mood .basic-content-mood-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .basic-content .basic-content-mood .basic-content-mood-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .basic-content .basic-content-mood .basic-content-mood-xs {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .basic-content .basic-content-mood .basic-content-mood-xs {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .basic-content .basic-content-mood .basic-content-mood-xs {
    display: none !important;
  }
}
.basic-content .basic-content-mood .basic-content-mood-sm-up {
  display: none !important;
}
@media (max-width: 767px) {
  .basic-content .basic-content-mood .basic-content-mood-sm-up {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .basic-content .basic-content-mood .basic-content-mood-sm-up {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .basic-content .basic-content-mood .basic-content-mood-sm-up {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .basic-content .basic-content-mood .basic-content-mood-sm-up {
    display: block !important;
  }
}
.basic-content.bg-light-grey {
  background-color: #d7dadd;
}
.basic-content.bg-dark-grey {
  background-color: #e9eaec;
}
.basic-content .basic-content-headline-container .basic-content-headline::after {
  left: 15px;
  right: 15px;
}
.basic-content .basic-content-headline-container.has-bg {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  min-height: 184px;
  background-size: 100% ;
  background-position: center;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 768px) {
  .basic-content .basic-content-headline-container.has-bg {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 768px) {
  .basic-content .basic-content-headline-container.has-bg {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .basic-content .basic-content-headline-container.has-bg {
    margin-bottom: 32px;
  }
}
.basic-content .basic-content-headline-container.has-bg .bg-full-width-xs {
  display: none;
  width: auto;
  height: 0;
  padding-top: 50%;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
@media (max-width: 767px) {
}
.basic-content .basic-content-headline-container.has-bg .bg-full-width-xs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .basic-content .basic-content-headline-container.has-bg {
    margin-left: 0;
    margin-right: 0;
    background-image: none !important;
    padding: 0;
  }
  .basic-content .basic-content-headline-container.has-bg::before {
    display: none !important;
  }
  .basic-content .basic-content-headline-container.has-bg .bg-full-width-xs {
    display: block;
  }
}
.basic-content .basic-content-headline-container.has-bg::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 10;
  height: auto;
  width: auto;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.01));
}
.basic-content .basic-content-headline-container.has-bg .basic-content-headline.generic-headline {
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .basic-content .basic-content-headline-container.has-bg .basic-content-headline.generic-headline {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .basic-content .basic-content-headline-container.has-bg .basic-content-headline.generic-headline {
    margin-top: 40px;
    margin-bottom: 55px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    z-index: 20;
  }
  .basic-content .basic-content-headline-container.has-bg .basic-content-headline.generic-headline .headline {
    color: #fff;
  }
  .basic-content .basic-content-headline-container.has-bg .basic-content-headline.generic-headline::after {
    left: 40px;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .basic-content .basic-content-headline-container.has-bg .basic-content-headline.generic-headline {
    margin-left: 0;
    margin-right: 0;
  }
}
.basic-content .basic-content-additionals .basic-content-additional {
  padding: 1px;
}
.basic-content .basic-content-additionals .basic-content-additional > a {
  color: #59626b;
  position: relative;
  display: block;
  padding: 4px 5px 4px 32px;
  background-color: #f2f3f4;
  text-decoration: none;
}
.bg-dark-grey.basic-content .basic-content-additionals .basic-content-additional > a,
.bg-light-grey.basic-content .basic-content-additionals .basic-content-additional > a {
  background-color: #fff;
}
.basic-content .basic-content-additionals .basic-content-additional > a::before {
  position: absolute;
  top: 11px;
  left: 10px;
  content: "";
  height: 16px;
  width: 16px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.basic-content .basic-content-additionals .basic-content-additional > a.file::before {
  background-image: url(../img/icon_download.png);
}
.basic-content .basic-content-additionals .basic-content-additional > a.link::before {
  background-image: url(../img/icon_link.png);
}
.basic-content .basic-content-additionals .basic-content-additional > a:hover {
  color: #59626b;
  text-decoration: none;
}
.two-col-content {
  /*
     ██████  ██████  ██ ██████
    ██       ██   ██ ██ ██   ██
    ██   ███ ██████  ██ ██   ██
    ██    ██ ██   ██ ██ ██   ██
     ██████  ██   ██ ██ ██████
    */
  /*
    ██   ██ ███████  █████  ██████  ██      ██ ███    ██ ███████
    ██   ██ ██      ██   ██ ██   ██ ██      ██ ████   ██ ██
    ███████ █████   ███████ ██   ██ ██      ██ ██ ██  ██ █████
    ██   ██ ██      ██   ██ ██   ██ ██      ██ ██  ██ ██ ██
    ██   ██ ███████ ██   ██ ██████  ███████ ██ ██   ████ ███████
    */
  /*
        $$\    $$\ $$\       $$\
        $$ |   $$ |\__|      $$ |
        $$ |   $$ |$$\  $$$$$$$ | $$$$$$\   $$$$$$\
        \$$\  $$  |$$ |$$  __$$ |$$  __$$\ $$  __$$\
         \$$\$$  / $$ |$$ /  $$ |$$$$$$$$ |$$ /  $$ |
          \$$$  /  $$ |$$ |  $$ |$$   ____|$$ |  $$ |
           \$  /   $$ |\$$$$$$$ |\$$$$$$$\ \$$$$$$  |
            \_/    \__| \_______| \_______| \______/
    */
  /*
    ██████   ██████       ██████  ██████  ██       ██████  ██████  ███████
    ██   ██ ██           ██      ██    ██ ██      ██    ██ ██   ██ ██
    ██████  ██   ███     ██      ██    ██ ██      ██    ██ ██████  ███████
    ██   ██ ██    ██     ██      ██    ██ ██      ██    ██ ██   ██      ██
    ██████   ██████       ██████  ██████  ███████  ██████  ██   ██ ███████
    */
  position: relative;
}
.two-col-content .two-col-container {
  margin-left: -15px;
  margin-right: -15px;
  z-index: 200;
  position: relative;
}
.two-col-content .col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .two-col-content .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .two-col-content .col {
    padding-top: 40px;
  }
  .two-col-content .col.stackable-top {
    padding-top: 0;
  }
}
.two-col-content .col.stackable-top {
  padding-top: 0;
}
@media (min-width: 768px) {
  .two-col-content .col {
    padding-bottom: 40px;
  }
  .two-col-content .col.stackable-bottom {
    padding-bottom: 0;
  }
}
.two-col-content .col.stackable-bottom {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .two-col-content .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .two-col-content .col.two-col-left {
    padding-right: 40px;
  }
  .two-col-content .col.two-col-right {
    padding-left: 40px;
  }
  .two-col-content .col.two-col-right .two-col-vid-container {
    margin-right: -25px;
  }
  .two-col-content .col.two-col-vid {
    padding: 0 !important;
  }
}
.two-col-content .generic-headline-container .generic-headline::after {
  left: 0;
  right: 0;
}
.two-col-content .two-col-vid {
  padding: 0;
}
@media (min-width: 768px) {
  .two-col-content .two-col-left .two-col-vid-wrapper {
    margin-left: -25px;
  }
  .two-col-content .two-col-right .two-col-vid-wrapper {
    margin-right: -25px;
  }
}
.two-col-content .two-col-vid-container {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
}
.two-col-content .two-col-vid-container > video,
.two-col-content .two-col-vid-container > iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.two-col-content .two-col-vid-container.four-thirds {
  padding-top: 75%;
}
.two-col-content .two-col-vid-container.wide {
  padding-top: 56.25%;
}
@media (min-width: 768px) {
}
.two-col-content .two-col-vid-container .two-col-vid-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.two-col-content .bg-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .two-col-content .bg-container {
    display: none;
  }
}
.two-col-content .bg-container::before,
.two-col-content .bg-container::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: 100;
}
.two-col-content .bg-container.left-dark-grey::before {
  right: 50%;
  background-color: #e9eaec;
}
.two-col-content .bg-container.left-light-grey::before {
  right: 50%;
  background-color: #d7dadd;
}
.two-col-content .bg-container.left-white::before {
  right: 50%;
  background-color: #fff;
}
.two-col-content .bg-container.right-dark-grey::after {
  left: 50%;
  background-color: #e9eaec;
}
.two-col-content .bg-container.right-light-grey::after {
  left: 50%;
  background-color: #d7dadd;
}
.two-col-content .bg-container.right-white::after {
  left: 50%;
  background-color: #fff;
}
.two-col-content .bg-container .bg-img-container {
  display: block;
  position: absolute;
  z-index: 200;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
}
.two-col-content .bg-container .bg-img-container img {
  height: 100%;
  width: auto;
  display: block;
}
.two-col-content .bg-container .bg-img-container.left {
  right: 50%;
}
.two-col-content .bg-container .bg-img-container.right {
  left: 50%;
}
@media (max-width: 767px) {
  .two-col-content .col.bg-dark-grey {
    background-color: #e9eaec;
  }
  .two-col-content .col.bg-light-grey {
    background-color: #d7dadd;
  }
  .two-col-content .col.bg-white {
    background-color: #fff;
  }
  .two-col-content .col.bg-dark-grey {
    background-color: #e9eaec;
  }
  .two-col-content .col.bg-light-grey {
    background-color: #d7dadd;
  }
  .two-col-content .col.bg-white {
    background-color: #fff;
  }
}
.two-col-content .col .two-col-additionals {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
  margin-bottom: -1px;
  margin-right: -2px;
}
.two-col-content .col .two-col-additionals .basic-content-additional {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 992px) {
  .two-col-content .col .two-col-additionals .basic-content-additional {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .two-col-content .col .two-col-additionals .basic-content-additional {
    float: left;
    width: 100%;
  }
}
.single.two-col-content .col .two-col-additionals .basic-content-additional {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single.two-col-content .col .two-col-additionals .basic-content-additional {
    float: left;
    width: 100%;
  }
}
.two-col-content .col .two-col-additionals .basic-content-additional {
  padding: 1px;
}
.two-col-content .col .two-col-additionals .basic-content-additional > a {
  color: #59626b;
  position: relative;
  display: block;
  padding: 4px 5px 4px 32px;
  background-color: #f2f3f4;
  text-decoration: none;
}
.bg-dark-grey.two-col-content .col .two-col-additionals .basic-content-additional > a,
.bg-light-grey.two-col-content .col .two-col-additionals .basic-content-additional > a {
  background-color: #fff;
}
.two-col-content .col .two-col-additionals .basic-content-additional > a::before {
  position: absolute;
  top: 11px;
  left: 10px;
  content: "";
  height: 16px;
  width: 16px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.two-col-content .col .two-col-additionals .basic-content-additional > a.file::before {
  background-image: url(../img/icon_download.png);
}
.two-col-content .col .two-col-additionals .basic-content-additional > a.link::before {
  background-image: url(../img/icon_link.png);
}
.two-col-content .col .two-col-additionals .basic-content-additional > a:hover {
  color: #59626b;
  text-decoration: none;
}
.two-col-content .col.two-col-img {
  padding: 0;
}
.two-col-content .col.two-col-img img {
  display: none;
  max-width: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .two-col-content .col.two-col-img img {
    display: block;
  }
}
/*
	 $$$$$$\            $$\       $$\
	$$  __$$\           \__|      $$ |
	$$ /  \__| $$$$$$\  $$\  $$$$$$$ |
	$$ |$$$$\ $$  __$$\ $$ |$$  __$$ |
	$$ |\_$$ |$$ |  \__|$$ |$$ /  $$ |
	$$ |  $$ |$$ |      $$ |$$ |  $$ |
	\$$$$$$  |$$ |      $$ |\$$$$$$$ |
	 \______/ \__|      \__| \_______|



*/
.teasers {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .teasers {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.teasers .teaser {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .teasers .teaser {
    float: left;
    width: 25%;
  }
}
.teasers .teaser.half-width {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .teasers .teaser.half-width {
    float: left;
    width: 50%;
  }
}
.teasers .teaser-cta-hl-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.teasers .teaser-copy {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .teasers .teaser-copy {
    display: none;
  }
}
.teaser-dynamic-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .teaser-dynamic-content {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .teaser-dynamic-content {
    display: none !important;
  }
}
.teaser-dynamic-content .teaser-hl-container {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .teaser-dynamic-content .teaser-hl-container {
    padding-top: 40px;
  }
  .teaser-dynamic-content .teaser-hl-container.stackable-top {
    padding-top: 0;
  }
}
.teaser-dynamic-content .teaser-hl-container.stackable-top {
  padding-top: 0;
}
@media (min-width: 768px) {
  .teaser-dynamic-content {
    padding-bottom: 40px;
  }
  .teaser-dynamic-content.stackable-bottom {
    padding-bottom: 0;
  }
}
.teaser-dynamic-content.stackable-bottom {
  padding-bottom: 0;
}
/*
	$$\                                                $$\
	$$ |                                               $$ |
	$$ |      $$$$$$\  $$\   $$\  $$$$$$\  $$\   $$\ $$$$$$\
	$$ |      \____$$\ $$ |  $$ |$$  __$$\ $$ |  $$ |\_$$  _|
	$$ |      $$$$$$$ |$$ |  $$ |$$ /  $$ |$$ |  $$ |  $$ |
	$$ |     $$  __$$ |$$ |  $$ |$$ |  $$ |$$ |  $$ |  $$ |$$\
	$$$$$$$$\\$$$$$$$ |\$$$$$$$ |\$$$$$$  |\$$$$$$  |  \$$$$  |
	\________|\_______| \____$$ | \______/  \______/    \____/
	                   $$\   $$ |
	                   \$$$$$$  |
	                    \______/
*/
.teaser-content {
  background-color: #e9eaec;
}
.teaser {
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}
.teaser .cta {
  overflow: hidden;
}
.teaser .cta .teaser-cta-bg {
  max-height: 255px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .half-width.teaser .cta .teaser-cta-bg {
    max-height: none;
  }
}
.teaser .cta .teaser-cta-bg-sm_up {
  width: 100%;
  height: auto;
  display: none !important;
}
@media (max-width: 767px) {
  .teaser .cta .teaser-cta-bg-sm_up {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .teaser .cta .teaser-cta-bg-sm_up {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teaser .cta .teaser-cta-bg-sm_up {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .teaser .cta .teaser-cta-bg-sm_up {
    display: block !important;
  }
}
.half-width.teaser .cta .teaser-cta-bg-sm_up {
  display: none !important;
}
.teaser .cta .teaser-cta-bg-xs {
  width: 100%;
  display: block;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .teaser .cta .teaser-cta-bg-xs {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teaser .cta .teaser-cta-bg-xs {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .teaser .cta .teaser-cta-bg-xs {
    display: none !important;
  }
}
.half-width.teaser .cta .teaser-cta-bg-xs {
  display: block !important;
}
.teaser .cta .teaser-cta-hl-container {
  background-color: #e9eaec;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 37px;
  position: relative;
}
.teaser .cta .teaser-cta-hl-container h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
}
.teaser .cta .teaser-cta-hl-container::after {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 12px;
  background-image: url(../img/icon_arrow.png);
  background-size: contain;
  content: "";
  transform: rotate(180deg);
  transition: transform 650ms;
}
.open.teaser .cta .teaser-cta-hl-container::after {
  transform: rotate(0deg);
}
@media (min-width: 768px) {
  .teaser .cta {
    position: relative;
  }
  .teaser .cta .teaser-cta-hl-container {
    position: absolute;
    background-color: rgba(239, 243, 246, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color 650ms;
  }
  .teaser .cta .teaser-cta-hl-container h3 {
    transition: opacity 650ms;
    color: #fff;
    opacity: .8;
  }
  .teaser .cta .teaser-cta-hl-container::after {
    display: none;
  }
  .teaser .cta .teaser-cta-hl-container:hover {
    background-color: rgba(239, 243, 246, 0);
  }
  .open.teaser .cta .teaser-cta-hl-container {
    background-color: transparent;
  }
  .open.teaser .cta .teaser-cta-hl-container h3 {
    opacity: 1;
  }
}
.teaser .teaser-copy {
  max-height: 0;
  overflow: hidden;
  transition: max-height 650ms;
  background-color: #fff;
}
.open.teaser .teaser-copy {
  max-height: 2000px;
}
.teaser-dynamic-content .teaser-hl-container .teaser-headline::after {
  background-image: url(../img/dots_white.png);
}
.teaser-copy p:first-child {
  margin-top: 7px;
}
.teaser-copy p:last-child {
  margin-bottom: 7px;
}
.teaser-copy img {
  max-width: 100%;
}
.teaser-copy .teaser-headline.generic-headline::after {
  right: 0;
  left: 0;
  background-image: url(../img/dots_white.png);
}
.download-lead-element {
  /*
     ██████  ██████  ██ ██████
    ██       ██   ██ ██ ██   ██
    ██   ███ ██████  ██ ██   ██
    ██    ██ ██   ██ ██ ██   ██
     ██████  ██   ██ ██ ██████
    */
  /*
         $$$$$$\            $$\
        $$  __$$\           $$ |
        $$ /  \__| $$$$$$\  $$ | $$$$$$\   $$$$$$\   $$$$$$$\
        $$ |      $$  __$$\ $$ |$$  __$$\ $$  __$$\ $$  _____|
        $$ |      $$ /  $$ |$$ |$$ /  $$ |$$ |  \__|\$$$$$$\
        $$ |  $$\ $$ |  $$ |$$ |$$ |  $$ |$$ |       \____$$\
        \$$$$$$  |\$$$$$$  |$$ |\$$$$$$  |$$ |      $$$$$$$  |
         \______/  \______/ \__| \______/ \__|      \_______/



    */
  background-color: #fff;
}
.download-lead-element .download-lead-filesrow {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .download-lead-element .download-lead-filesrow {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.download-lead-element .download-lead-file {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .download-lead-element .download-lead-file {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .download-lead-element .download-lead-file {
    padding-top: 40px;
  }
  .download-lead-element .download-lead-file.stackable-top {
    padding-top: 0;
  }
}
.download-lead-element .download-lead-file.stackable-top {
  padding-top: 0;
}
@media (min-width: 768px) {
  .download-lead-element .download-lead-file {
    padding-bottom: 40px;
  }
  .download-lead-element .download-lead-file.stackable-bottom {
    padding-bottom: 0;
  }
}
.download-lead-element .download-lead-file.stackable-bottom {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .download-lead-element .download-lead-file {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.download-lead-element .download-lead-intro {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .download-lead-element .download-lead-intro {
    padding-top: 40px;
  }
  .download-lead-element .download-lead-intro.stackable-top {
    padding-top: 0;
  }
}
.download-lead-element .download-lead-intro.stackable-top {
  padding-top: 0;
}
.download-lead-element .download-lead-intro .generic-headline-container,
.download-lead-element .download-lead-intro .basic-content-copy {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.download-lead-element .lead-download-form {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .download-lead-element .lead-download-form {
    padding-top: 40px;
  }
  .download-lead-element .lead-download-form.stackable-top {
    padding-top: 0;
  }
}
.download-lead-element .lead-download-form.stackable-top {
  padding-top: 0;
}
@media (min-width: 768px) {
  .download-lead-element .lead-download-form {
    padding-bottom: 40px;
  }
  .download-lead-element .lead-download-form.stackable-bottom {
    padding-bottom: 0;
  }
}
.download-lead-element .lead-download-form.stackable-bottom {
  padding-bottom: 0;
}
.download-lead-element .success-msg {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .download-lead-element .success-msg {
    padding-top: 40px;
  }
  .download-lead-element .success-msg.stackable-top {
    padding-top: 0;
  }
}
.download-lead-element .success-msg.stackable-top {
  padding-top: 0;
}
@media (min-width: 768px) {
  .download-lead-element .success-msg {
    padding-bottom: 40px;
  }
  .download-lead-element .success-msg.stackable-bottom {
    padding-bottom: 0;
  }
}
.download-lead-element .success-msg.stackable-bottom {
  padding-bottom: 0;
}
.download-lead-element .lead-download-form-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -5px;
  margin-right: -5px;
}
.download-lead-element .lead-download-form-row .lead-download-field {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 5px 0 5px !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .download-lead-element .lead-download-form-row .lead-download-field {
    float: left;
    width: 50%;
  }
}
.download-lead-element .lead-download-form-row .lead-download-field.zipcode {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .download-lead-element .lead-download-form-row .lead-download-field.zipcode {
    float: left;
    width: 16.66666667%;
  }
}
.download-lead-element .lead-download-form-row .lead-download-field.city {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .download-lead-element .lead-download-form-row .lead-download-field.city {
    float: left;
    width: 33.33333333%;
  }
}
.download-lead-element .lead-download-form-row .lead-download-field.message {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .download-lead-element .lead-download-form-row .lead-download-field.message {
    float: left;
    width: 100%;
  }
}
.download-lead-element .lead-download-form-row .lead-download-field.message textarea {
  width: 100%;
  resize: none;
  outline: none;
  border: none;
}
.download-lead-element .download-lead-file {
  position: relative;
  transition: background-color 1270ms, color 1270ms;
}
.download-lead-element .download-lead-file::before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  margin-top: -15px;
}
@media (min-width: 768px) {
  .download-lead-element .download-lead-file::before {
    margin-top: -40px;
  }
}
.download-lead-element .download-lead-file.even {
  background-color: #d7dadd;
}
.download-lead-element .download-lead-file.odd {
  background-color: #e9eaec;
}
.download-lead-element .download-lead-file a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .download-lead-element .download-lead-file .download-lead-wrapper {
    max-height: 2000px;
    overflow: hidden;
    transition: max-height 850ms;
  }
}
.download-lead-element .download-lead-file .download-lead-file-hl {
  padding-bottom: 22px;
  position: relative;
}
.download-lead-element .download-lead-file .download-lead-file-hl h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}
.download-lead-element .download-lead-file .download-lead-file-hl:after {
  position: absolute;
  content: "";
  height: 3px;
  width: auto;
  left: 0;
  right: 0;
  bottom: 7px;
  background-image: url(../img/dots_white.png);
  background-size: auto 100%;
  transform: translateY(-1.5px);
}
@media (max-width: 767px) {
  .download-lead-element .download-lead-file .download-lead-file-hl:after {
    width: 15px;
    height: 15px;
    background-image: url(../img/icon_arrow_down_white.png);
    background-position: center;
    transition: transform 870ms;
    right: 0;
    top: 6px;
    left: initial;
    bottom: initial;
    display: none;
  }
}
.download-lead-element .download-lead-file.marked {
  background-color: #78be14 !important;
}
.download-lead-element .download-lead-file.marked h3,
.download-lead-element .download-lead-file.marked .download-lead-file-desc,
.download-lead-element .download-lead-file.marked .download-lead-file-data {
  color: #fff;
}
.download-lead-element .download-lead-file.marked h3 *,
.download-lead-element .download-lead-file.marked .download-lead-file-desc *,
.download-lead-element .download-lead-file.marked .download-lead-file-data * {
  color: inherit;
}
.download-lead-element .download-lead-file.marked .download-lead-file-hl:after {
  display: block;
}
@media (max-width: 767px) {
  .download-lead-element .download-lead-file.marked .download-lead-wrapper {
    max-height: 0;
  }
  .download-lead-element .download-lead-file.marked.open .download-lead-wrapper {
    max-height: 1000px;
  }
  .download-lead-element .download-lead-file.marked.open .download-lead-file-hl:after {
    transform: rotate(180deg);
  }
}
.download-lead-element .download-lead-file .download-lead-file-data {
  margin: 16px 0 16px 0;
}
.download-lead-element .download-lead-file .download-lead-file-data > span {
  display: block;
}
.download-lead-element .download-lead-file .download-lead-file-link {
  cursor: pointer;
}
.download-lead-element .workshop-form-locations label {
  font-weight: 300;
}
.download-lead-element .workshop-form-locations .no-workshops-selected,
.download-lead-element .workshop-form-locations .location-selected {
  border: 1px solid #7b848e;
  display: block;
  padding: .5em;
}
.download-lead-element .workshop-form-locations .no-workshops-selected.inactive,
.download-lead-element .workshop-form-locations .location-selected.inactive {
  display: none;
}
.download-lead-element .workshop-form-locations .location-selected {
  border: none;
  padding: 0;
}
.download-lead-element .workshop-form-locations .workshops .dbt-workshop {
  display: none;
  position: relative;
  padding-left: 1.5em;
}
.download-lead-element .workshop-form-locations .workshops .dbt-workshop.active {
  display: block;
}
.download-lead-element .workshop-form-locations .workshops .dbt-workshop input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 3px;
}
.download-lead-element .workshop-form-locations .workshops .dbt-workshop label {
  display: inline-block;
  margin-left: .5em;
}
.download-lead-element .lead-download-form form {
  margin: 0;
}
.download-lead-element .lead-download-form .lead-download-field input,
.download-lead-element .lead-download-form .lead-download-field select {
  width: 100%;
  border: 0px;
}
.download-lead-element .lead-download-form .lead-download-field input.has-error,
.download-lead-element .lead-download-form .lead-download-field select.has-error {
  background-color: rgba(255, 0, 0, 0.14);
}
.download-lead-element .lead-download-form .lead-download-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 37px;
  position: relative;
  background-image: url(../img/icon_arrow_down.png);
  background-repeat: no-repeat;
  background-position: 15px 14px;
  background-size: auto 13px;
}
.download-lead-element .lead-download-form .lead-download-field input[type='checkbox'] {
  width: auto;
  margin-right: .25em;
}
.download-lead-element .lead-download-form .lead-download-field .dbtbtn {
  width: 100%;
  border: 0px;
  background-color: #d7dadd;
  color: #59626b;
  padding: 5px 16px;
  padding-left: 37px;
  text-align: left;
  position: relative;
}
.download-lead-element .lead-download-form .lead-download-field .dbtbtn:hover {
  text-decoration: none;
}
.download-lead-element .lead-download-form .lead-download-field .dbtbtn::before {
  position: absolute;
  left: 15px;
  height: 15px;
  width: 15px;
  top: 11px;
  content: "";
  background-image: url(../img/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.download-lead-element .lead-download-form .error-messages {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f2f3f4;
}
.download-lead-element .lead-download-form .error-messages .error-msg {
  color: #a94442;
  display: block;
}
.header-nav {
  /*
         $$$$$$\  $$$$$$$\  $$$$$$\ $$$$$$$\
        $$  __$$\ $$  __$$\ \_$$  _|$$  __$$\
        $$ /  \__|$$ |  $$ |  $$ |  $$ |  $$ |
        $$ |$$$$\ $$$$$$$  |  $$ |  $$ |  $$ |
        $$ |\_$$ |$$  __$$<   $$ |  $$ |  $$ |
        $$ |  $$ |$$ |  $$ |  $$ |  $$ |  $$ |
        \$$$$$$  |$$ |  $$ |$$$$$$\ $$$$$$$  |
         \______/ \__|  \__|\______|\_______/
    */
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  /*
         $$$$$$\                       $$\                          $$\
        $$  __$$\                      $$ |                         $$ |
        $$ /  \__| $$$$$$\  $$$$$$$\ $$$$$$\    $$$$$$\  $$$$$$$\ $$$$$$\
        $$ |      $$  __$$\ $$  __$$\\_$$  _|  $$  __$$\ $$  __$$\\_$$  _|
        $$ |      $$ /  $$ |$$ |  $$ | $$ |    $$$$$$$$ |$$ |  $$ | $$ |
        $$ |  $$\ $$ |  $$ |$$ |  $$ | $$ |$$\ $$   ____|$$ |  $$ | $$ |$$\
        \$$$$$$  |\$$$$$$  |$$ |  $$ | \$$$$  |\$$$$$$$\ $$ |  $$ | \$$$$  |
         \______/  \______/ \__|  \__|  \____/  \_______|\__|  \__|  \____/



    */
  background-color: #fff;
  height: auto;
  box-shadow: 0px 1px 27px rgba(0, 0, 0, 0.32);
}
.header-nav .site-nav {
  transition: max-height 1280ms;
  height: auto;
  max-height: 70px;
  overflow: hidden;
}
.header-nav .site-nav .dblogo {
  display: inline-block;
  margin: 20px 0 20px 20px;
  height: 30px;
  width: 210px;
  background-image: url(../img/logo_header_sm-up.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .header-nav .site-nav .dblogo {
    margin-left: 15px;
  }
}
.header-nav .site-nav .lang-switch {
  float: right;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  margin-top: 26px;
  margin-right: 30px;
  font-weight: bold;
  color: #e8eaeb;
}
.header-nav .site-nav .lang-switch a {
  text-decoration: none;
}
.header-nav .site-nav .lang-switch a:hover {
  color: #59626b;
}
.header-nav .site-nav .lang-switch .divider {
  margin: 0 .2em;
}
@media (max-width: 767px) {
  .header-nav .site-nav .lang-switch {
    margin-right: 15px;
    margin-top: 20px;
  }
}
.header-nav .site-nav:before,
.header-nav .site-nav:after {
  content: " ";
  display: table;
}
.header-nav .site-nav:after {
  clear: both;
}
.header-nav .site-nav:before,
.header-nav .site-nav:after {
  content: " ";
  display: table;
}
.header-nav .site-nav:after {
  clear: both;
}
.header-nav .site-nav.inactive {
  max-height: 0;
}
.header-nav .nav-content {
  margin: -1px;
}
.header-nav .nav-content:before,
.header-nav .nav-content:after {
  content: " ";
  display: table;
}
.header-nav .nav-content:after {
  clear: both;
}
.header-nav .nav-content:before,
.header-nav .nav-content:after {
  content: " ";
  display: table;
}
.header-nav .nav-content:after {
  clear: both;
}
.header-nav .nav-content .head-nav-link-wrapper {
  float: left;
  padding: 1px;
}
@media (max-width: 991px) {
  .header-nav .nav-content .head-nav-link-wrapper {
    width: 50% !important;
  }
}
.header-nav .nav-content .head-nav-link-wrapper a {
  display: block;
  background-color: #d3d8db;
  padding: 0 5px 0 5px;
  text-align: center;
  text-decoration: none;
  transition: background-color 470ms, color 470ms;
}
.header-nav .nav-content .head-nav-link-wrapper a:hover {
  color: #fff;
  background-color: #6d7c85;
}
@media (max-width: 991px) {
  .header-nav .nav-content .head-nav-link-wrapper a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .header-nav .nav-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 470ms;
  }
  .header-nav .nav-content.active {
    max-height: 768px;
    max-height: 100vh;
  }
}
.header-nav .nav-trigger {
  display: block;
  width: 100%;
  height: 35px;
  background-color: #e6e9ea;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header-nav .nav-trigger {
    display: none;
  }
}
.header-nav .nav-trigger .nav-clicker {
  width: 30px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}
.header-nav .nav-trigger .nav-clicker:before,
.header-nav .nav-trigger .nav-clicker:after {
  content: " ";
  display: table;
}
.header-nav .nav-trigger .nav-clicker:after {
  clear: both;
}
.header-nav .nav-trigger .nav-clicker:before,
.header-nav .nav-trigger .nav-clicker:after {
  content: " ";
  display: table;
}
.header-nav .nav-trigger .nav-clicker:after {
  clear: both;
}
.header-nav .nav-trigger .nav-clicker span {
  background-color: #6d7c85;
  display: block;
  height: 2px;
  width: 100%;
  margin-bottom: 3px;
}
.footer-nav {
  margin-top: 2rem;
  padding-top: .5em;
  padding-bottom: .5em;
  background-color: #fff;
  /*
         $$$$$$\  $$$$$$$\  $$$$$$\ $$$$$$$\
        $$  __$$\ $$  __$$\ \_$$  _|$$  __$$\
        $$ /  \__|$$ |  $$ |  $$ |  $$ |  $$ |
        $$ |$$$$\ $$$$$$$  |  $$ |  $$ |  $$ |
        $$ |\_$$ |$$  __$$<   $$ |  $$ |  $$ |
        $$ |  $$ |$$ |  $$ |  $$ |  $$ |  $$ |
        \$$$$$$  |$$ |  $$ |$$$$$$\ $$$$$$$  |
         \______/ \__|  \__|\______|\_______/
    */
}
.footer-nav .nav-content {
  margin-left: -15px;
  margin-right: -15px;
}
.footer-nav .nav-content > ul {
  margin: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}
.footer-nav .nav-content > ul li {
  list-style: none;
  display: inline-block;
  margin-left: 2px;
}
.footer-nav .nav-content > ul li:first-child {
  margin-left: 0;
}
.footer-nav .nav-content > ul li .dbtbtn {
  font-size: 14px;
  padding: 0;
  text-decoration: none;
}
.footer-nav .nav-content > ul li .dbtbtn.action::after {
  margin-left: .25em;
  top: 1px;
  transition: 950ms transform;
  height: 12px;
  width: 12px;
  background-position: center center;
}
.footer-nav .nav-content > ul li .dbtbtn.action.active::after {
  transform: rotate(180deg);
}
.footer-content-container {
  display: block;
  max-height: 0;
  overflow: hidden;
  height: auto;
  transition: max-height 950ms;
}
.footer-content-container.active {
  max-height: 2000px;
}
.footer-content-container.remove {
  max-height: 0;
}
.footer-content-container .footer-item {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .footer-content-container .footer-item {
    padding-bottom: 40px;
  }
  .footer-content-container .footer-item.stackable-bottom {
    padding-bottom: 0;
  }
}
.footer-content-container .footer-item.stackable-bottom {
  padding-bottom: 0;
}
.footer-items {
  display: none;
}
.socialshares .content-element {
  background-color: #fff;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .socialshares .content-element {
    padding-bottom: 40px;
  }
  .socialshares .content-element.stackable-bottom {
    padding-bottom: 0;
  }
}
.socialshares .content-element.stackable-bottom {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .socialshares .content-element {
    padding-top: 40px;
  }
  .socialshares .content-element.stackable-top {
    padding-top: 0;
  }
}
.socialshares .content-element.stackable-top {
  padding-top: 0;
}
.socialshares .content-element.bg-light-grey {
  background-color: #d7dadd;
}
.socialshares .content-element.bg-dark-grey {
  background-color: #e9eaec;
}
.social-shares {
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}
.social-shares > div {
  width: 20%;
  display: block;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}
.social-shares.desktop > div {
  width: 25%;
}
.social-shares.desktop > div.whatsapp {
  display: none !important;
}
.social-shares > div > a {
  display: block;
  background: #626c70;
  width: 100%;
  height: auto;
  padding: 10px;
  position: relative;
  text-align: center;
  transition: background 370ms ease-in, transform 110ms ease-in;
}
.social-shares > div > a:active {
  transform: scale(0.98);
}
.social-shares > div > a > .text {
  display: block;
  background-color: #efefef;
  color: #454d50;
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
  height: 0;
  transition: height 370ms ease-in;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  text-transform: uppercase;
  bottom: -2px;
}
.social-shares > div > a > .text > span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.social-shares > div > a:hover > .text {
  height: 45px;
}
.social-shares > div.mail > a:hover {
  background: #239ffd;
}
.social-shares > div.whatsapp > a:hover {
  background: #39b74f;
}
.social-shares > div.xing > a:hover {
  background: #0a5253;
}
.social-shares > div.linkedIn > a:hover {
  background: #007fb6;
}
.social-shares > div.kontakt > a:hover {
  background: #f4281a;
}
.social-shares > div.facebook > a:hover {
  background: #224b7c;
}
.social-shares > div > a > i {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 640px) {
  .social-shares > div > a > .text {
    display: none !important;
  }
  .social-shares > div > a > i {
    font-size: 6vw;
  }
}
.news-content .news {
  background-color: #e6e9ea;
  background-color: #d3d8db;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .news-content .news {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.news-content .news .news-stage {
  display: none;
}
.news-content .news .news-items {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .news-content .news .news-items {
    float: left;
    width: 100%;
  }
}
.news-content .news .news-items .news-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .news-content .news .news-items .news-item {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .news-content .news .news-items .news-item {
    padding-top: 40px;
  }
  .news-content .news .news-items .news-item.stackable-top {
    padding-top: 0;
  }
}
.news-content .news .news-items .news-item.stackable-top {
  padding-top: 0;
}
@media (min-width: 768px) {
  .news-content .news .news-items .news-item {
    padding-bottom: 40px;
  }
  .news-content .news .news-items .news-item.stackable-bottom {
    padding-bottom: 0;
  }
}
.news-content .news .news-items .news-item.stackable-bottom {
  padding-bottom: 0;
}
.news-content .news .news-items .news-item .headline-container {
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .news-content .news .news-items .news-item .headline-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.news-content .news .news-items .news-item .headline-container .topicline {
  font-size: 16px;
  line-height: 1.25em;
}
.news-content .news .news-items .news-item .headline-container .headline {
  font-size: 24px;
  line-height: 1.5em;
}
.news-content .news .news-items .news-item .headline-container:after {
  background-image: url(../img/icon_arrow_down.png);
  transition: transform 1270ms;
  transform: rotate(180deg);
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  right: 12px;
  bottom: 8px;
  position: absolute;
}
.news-content .news .news-items .news-item img {
  max-width: 100%;
  height: auto;
}
.news-content .news .news-items .news-item .news-item-body {
  max-height: 0;
  transition: max-height 1270ms;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-content .news .news-items .news-item .news-item-body {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.news-content .news .news-items .news-item.open .news-item-body {
  max-height: 2000px;
}
.news-content .news .news-items .news-item.open .headline-container:after {
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .news-content .news .news-items .news-item.odd {
    background-color: #e6e9ea;
  }
}
@media (min-width: 768px) {
  .news-content .news .news-items {
    background-color: #d3d8db;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-content .news .news-items .news-item {
    position: relative;
  }
  .news-content .news .news-items .news-item > div {
    position: relative;
    z-index: 10;
  }
  .news-content .news .news-items .news-item .news-item-body {
    display: none;
  }
  .news-content .news .news-items .news-item .headline-container:after {
    display: none;
  }
  .news-content .news .news-items .news-item:after {
    transition: background-color 670ms;
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0;
    height: 100%;
    z-index: 0;
    content: "";
    display: block;
  }
  .news-content .news .news-items .news-item:hover:after {
    background-color: #e6e9ea;
  }
  .news-content .news .news-items .news-item.open:after {
    background-color: #e6e9ea;
  }
  .news-content .news .news-stage {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: block;
  }
  .news-content .news .news-stage.stackable-top {
    padding-top: 0;
  }
  .news-content .news .news-stage.stackable-bottom {
    padding-bottom: 0;
  }
  .news-content .news .news-stage img {
    max-width: 100%;
    height: auto;
  }
  .news-content .news .news-stage .news-item-body {
    position: relative;
    z-index: 10;
  }
  .news-content .news .news-stage:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
    background-color: #e6e9ea;
    display: block;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news-content .news .news-items {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news-content .news .news-items {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news-content .news .news-stage {
    padding-top: 40px;
  }
  .news-content .news .news-stage.stackable-top {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news-content .news .news-stage {
    padding-bottom: 40px;
  }
  .news-content .news .news-stage.stackable-bottom {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news-content .news .news-stage {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news-content .news .news-stage {
    float: left;
    width: 66.66666667%;
  }
}
/*
	 $$$$$$\    $$\
	$$  __$$\   $$ |
	$$ /  \__|$$$$$$\    $$$$$$\   $$$$$$\   $$$$$$\
	\$$$$$$\  \_$$  _|   \____$$\ $$  __$$\ $$  __$$\
	 \____$$\   $$ |     $$$$$$$ |$$ /  $$ |$$$$$$$$ |
	$$\   $$ |  $$ |$$\ $$  __$$ |$$ |  $$ |$$   ____|
	\$$$$$$  |  \$$$$  |\$$$$$$$ |\$$$$$$$ |\$$$$$$$\
	 \______/    \____/  \_______| \____$$ | \_______|
	                              $$\   $$ |
	                              \$$$$$$  |
	                               \______/
*/
.stage .lang {
  display: none;
}
.en.stage .lang.en {
  display: inherit;
}
.en.stage .lang.en.topicline {
  display: inline-block;
}
.de.stage .lang.de {
  display: inherit;
}
.de.stage .lang.de.topicline {
  display: inline-block;
}
.lang-switch .lang-element {
  font-weight: 100;
  transition: font-weight 470ms;
}
.lang-switch .lang-element::after {
  content: "|";
  font-weight: 100 !important;
  font-size: 120%;
  margin: 0 .2em 0 .2em;
  display: inline-block;
}
.lang-switch .lang-element:last-child::after {
  display: none;
}
.de .lang-element.de {
  font-weight: bold;
}
.en .lang-element.en {
  font-weight: bold;
}
/*
	$$\      $$\ $$\           $$\
	$$$\    $$$ |\__|          \__|
	$$$$\  $$$$ |$$\ $$\   $$\ $$\ $$$$$$$\   $$$$$$$\
	$$\$$\$$ $$ |$$ |\$$\ $$  |$$ |$$  __$$\ $$  _____|
	$$ \$$$  $$ |$$ | \$$$$  / $$ |$$ |  $$ |\$$$$$$\
	$$ |\$  /$$ |$$ | $$  $$<  $$ |$$ |  $$ | \____$$\
	$$ | \_/ $$ |$$ |$$  /\$$\ $$ |$$ |  $$ |$$$$$$$  |
	\__|     \__|\__|\__/  \__|\__|\__|  \__|\_______/
	
	
	
*/
/*
	$$$$$$$$\
	\__$$  __|
	   $$ |$$\   $$\  $$$$$$\   $$$$$$\
	   $$ |$$ |  $$ |$$  __$$\ $$  __$$\
	   $$ |$$ |  $$ |$$ /  $$ |$$ /  $$ |
	   $$ |$$ |  $$ |$$ |  $$ |$$ |  $$ |
	   $$ |\$$$$$$$ |$$$$$$$  |\$$$$$$  |
	   \__| \____$$ |$$  ____/  \______/
	       $$\   $$ |$$ |
	       \$$$$$$  |$$ |
	        \______/ \__|
*/
.stage {
  color: #4c5b64;
}
.stage .bodycopy {
  font-size: 3.24vh;
  line-height: 1.5em;
}
.stage .bodycopy p {
  margin-bottom: 1.5em;
}
.stage .bodycopy p:last-child {
  margin-bottom: 0;
}
.stage .headline {
  font-size: 6.02vh;
  line-height: 1.5em;
  margin-bottom: 4.7222vh;
  position: relative;
}
.stage .headline:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -1.6611vh;
  height: 0.463vh;
  background-image: url(../img/dots_grey.svg);
  background-size: auto 100%;
}
.stage .topicline {
  color: #fff;
  font-size: 3.01vh;
  line-height: 1.25em;
}
.stage ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}
.stage ul li {
  background-color: #4c5b64;
  color: #fff;
  list-style: none;
  padding: 0;
  font-size: 2.8vh;
  margin-bottom: 0.6773vh;
  padding: .25em;
  padding-right: .75em;
  padding-left: .75em;
  line-height: 1.5em;
}
.stage ul li:last-child {
  margin-bottom: 0;
}
/*
	 $$$$$$\                       $$\                          $$\
	$$  __$$\                      $$ |                         $$ |
	$$ /  \__| $$$$$$\  $$$$$$$\ $$$$$$\    $$$$$$\  $$$$$$$\ $$$$$$\
	$$ |      $$  __$$\ $$  __$$\\_$$  _|  $$  __$$\ $$  __$$\\_$$  _|
	$$ |      $$ /  $$ |$$ |  $$ | $$ |    $$$$$$$$ |$$ |  $$ | $$ |
	$$ |  $$\ $$ |  $$ |$$ |  $$ | $$ |$$\ $$   ____|$$ |  $$ | $$ |$$\
	\$$$$$$  |\$$$$$$  |$$ |  $$ | \$$$$  |\$$$$$$$\ $$ |  $$ | \$$$$  |
	 \______/  \______/ \__|  \__|  \____/  \_______|\__|  \__|  \____/
	
	
	
*/
.stage-container {
  overflow: hidden;
  display: block;
  width: 100vw;
  height: 100vh;
}
.stage-container * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
}
.stage-container #stage-download-link {
  background-color: #eee;
  width: 70px;
  height: 200px;
  position: absolute;
  bottom: -180px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
  text-align: center;
  transition: bottom 370ms, background-color 370ms;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.38);
}
.stage-container #stage-download-link span {
  margin-top: 5px;
  font-size: 60px;
  color: #fff;
}
.stage-container #stage-download-link:hover {
  background-color: #f00;
  bottom: -120px;
}
.stage-container .pushable {
  display: block;
  position: relative;
  background-color: #e2e2e2;
  transition: transform 280ms;
  color: #fff;
  font-size: 3.4259vh;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18.75%;
}
.stage-container .pushable:active {
  transform: scale(0.98);
}
.stage-container .pushable > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stage-container .pushable.animated {
  outline: 0.0521vh solid #fff;
  z-index: 10;
  -webkit-animation-duration: 670ms;
  animation-duration: 670ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.stage-container .pushable.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.stage-container > article {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.stage-container > article .stage-button-container {
  display: block;
  height: 66.66%;
  width: 100%;
}
.stage-container > article .stage-button-container:before,
.stage-container > article .stage-button-container:after {
  content: " ";
  display: table;
}
.stage-container > article .stage-button-container:after {
  clear: both;
}
.stage-container > article .stage-button-container:before,
.stage-container > article .stage-button-container:after {
  content: " ";
  display: table;
}
.stage-container > article .stage-button-container:after {
  clear: both;
}
.stage-container > article .stage-button-container .stage-start-button {
  padding: 1px;
  float: left;
  height: 50%;
}
.stage-container > article .stage-button-container .stage-start-button a {
  width: 100%;
  height: 100%;
}
.stage-container > article .stage-button-container .stage-start-button a img {
  height: 45%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stage-container > article .stage-mood {
  display: block;
  height: 33.3333%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.stage-container > article .stage-mood > div {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
}
.stage-container > article .stage-mood > div.highres {
  display: none;
}
@media (max-width: 1920px) {
  .stage-container > article .stage-mood > div.highres {
    display: block;
  }
  .stage-container > article .stage-mood > div.full-hd {
    display: none;
  }
}
.stage-container > article .stage-mood .lang-switch,
.stage-container > article .stage-mood .logocookie {
  width: 12.03vw;
  height: 25%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  z-index: 150;
  transform: translateY(-50%);
  box-shadow: 0px 1px 27px rgba(0, 0, 0, 0.32);
}
.stage-container > article .stage-mood .lang-switch {
  right: 0;
}
.stage-container > article .stage-mood .lang-switch:active {
  transform: translateY(-50%) scale(0.98);
}
.stage-container > article .stage-mood .lang-switch .pushable-copy {
  width: 100%;
  color: #cccccc;
}
.stage-container > article .stage-mood .logocookie {
  left: 0;
  width: 18vw;
  background-image: url(../img/logo.svg);
  background-position: 1vw center;
  background-repeat: no-repeat;
  background-size: 28vh;
}
.stage-container > article .stage-chapter {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 200;
  transition: opacity 2450ms;
}
.stage-container > article .stage-chapter.active {
  opacity: 1;
}
.stage-container > article .stage-chapter.remove {
  transition: opacity 1450ms;
  opacity: 0 !important;
}
.stage-container > article .stage-chapter .ctrl {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33.3333%;
  height: 33.3333%;
  display: block;
}
.stage-container > article .stage-chapter .ctrl .stage-row {
  display: block;
  height: 50%;
  width: 100%;
  padding: 0.0521vh;
}
.stage-container > article .stage-chapter .ctrl .stage-row:before,
.stage-container > article .stage-chapter .ctrl .stage-row:after {
  content: " ";
  display: table;
}
.stage-container > article .stage-chapter .ctrl .stage-row:after {
  clear: both;
}
.stage-container > article .stage-chapter .ctrl .stage-row:before,
.stage-container > article .stage-chapter .ctrl .stage-row:after {
  content: " ";
  display: table;
}
.stage-container > article .stage-chapter .ctrl .stage-row:after {
  clear: both;
}
.stage-container > article .stage-chapter .ctrl .stage-row .clicker {
  width: 50%;
  height: 100%;
  float: left;
  padding: 0.0521vh;
}
.stage-container > article .stage-chapter .ctrl .stage-row .clicker > a {
  display: block;
  width: 100%;
  height: 100%;
}
.stage-container > article .stage-chapter .ctrl .stage-row .clicker .home {
  background-image: url(../img/screen_home.svg);
}
.stage-container > article .stage-chapter .ctrl .stage-row .clicker .move-slide:after {
  display: block;
  width: 20%;
  height: 34%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 470ms;
}
.stage-container > article .stage-chapter .ctrl .stage-row .clicker .move-slide.inactive:after {
  opacity: .3;
}
.stage-container > article .stage-chapter .ctrl .stage-row .clicker .left:after {
  background-image: url(../img/screen_left-arrow.svg);
}
.stage-container > article .stage-chapter .ctrl .stage-row .clicker .right:after {
  background-image: url(../img/screen_right-arrow.svg);
}
.stage-container > article .stage-chapter .stage-slides {
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stage-container > article .stage-chapter .stage-slides .slide {
  transition: left 870ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stage-container > article .stage-chapter .stage-slides .slide:before,
.stage-container > article .stage-chapter .stage-slides .slide:after {
  content: " ";
  display: table;
}
.stage-container > article .stage-chapter .stage-slides .slide:after {
  clear: both;
}
.stage-container > article .stage-chapter .stage-slides .slide:before,
.stage-container > article .stage-chapter .stage-slides .slide:after {
  content: " ";
  display: table;
}
.stage-container > article .stage-chapter .stage-slides .slide:after {
  clear: both;
}
.stage-container > article .stage-chapter .stage-slides .slide .slide-copy {
  padding: 5.5vh;
  position: relative;
  display: block;
  float: left;
  width: 66.6666%;
}
.stage-container > article .stage-chapter .stage-slides .slide .slide-images {
  width: 33.3333%;
  height: 66.6666%;
  float: left;
  display: block;
  margin-top: -0.0521vh;
  margin-bottom: -0.0521vh;
  margin-right: -0.0521vh;
}
.stage-container > article .stage-chapter .stage-slides .slide .slide-images:before,
.stage-container > article .stage-chapter .stage-slides .slide .slide-images:after {
  content: " ";
  display: table;
}
.stage-container > article .stage-chapter .stage-slides .slide .slide-images:after {
  clear: both;
}
.stage-container > article .stage-chapter .stage-slides .slide .slide-images:before,
.stage-container > article .stage-chapter .stage-slides .slide .slide-images:after {
  content: " ";
  display: table;
}
.stage-container > article .stage-chapter .stage-slides .slide .slide-images:after {
  clear: both;
}
.stage-container > article .stage-chapter .stage-slides .slide .slide-images .slide-img {
  height: 33.3333%;
  width: 50%;
  float: left;
  background-size: 100%;
  padding: 0.0521vh;
  overflow: hidden;
}
.stage-container > article .stage-chapter .stage-slides .slide .slide-images .slide-img img {
  display: block;
  width: 100%;
  height: auto;
}
.stage-container > article .stage-chapter .stage-slides .slide .slide-images .slide-img.large {
  width: 100%;
  height: 66.6666%;
}
.stage-container > article .stage-chapter .stage-slides .slide .slide-images .slide-img.x-large {
  width: 100%;
  height: 100%;
}
.stage-container > article .stage-chapter .stage-slides .slide .slide-images .slide-img.x-large img {
  width: auto;
  height: 100%;
}
/*
	 $$$$$$\            $$\                          $$\     $$\
	$$  __$$\           \__|                         $$ |    \__|
	$$ /  $$ |$$$$$$$\  $$\ $$$$$$\$$$$\   $$$$$$\ $$$$$$\   $$\  $$$$$$\  $$$$$$$\
	$$$$$$$$ |$$  __$$\ $$ |$$  _$$  _$$\  \____$$\\_$$  _|  $$ |$$  __$$\ $$  __$$\
	$$  __$$ |$$ |  $$ |$$ |$$ / $$ / $$ | $$$$$$$ | $$ |    $$ |$$ /  $$ |$$ |  $$ |
	$$ |  $$ |$$ |  $$ |$$ |$$ | $$ | $$ |$$  __$$ | $$ |$$\ $$ |$$ |  $$ |$$ |  $$ |
	$$ |  $$ |$$ |  $$ |$$ |$$ | $$ | $$ |\$$$$$$$ | \$$$$  |$$ |\$$$$$$  |$$ |  $$ |
	\__|  \__|\__|  \__|\__|\__| \__| \__| \_______|  \____/ \__| \______/ \__|  \__|
	
	
	
*/
@-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);
  }
}
.referer .referer-content {
  background-color: #e8eaeb;
}
@media (min-width: 768px) {
  .referer .referer-content {
    background-color: #fff;
  }
}
.referer .referer-content .referer-inner {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 45px;
}
.referer .referer-content .referer-inner .generic-headline-container {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .referer .referer-content .referer-inner .generic-headline-container {
    padding-top: 40px;
  }
  .referer .referer-content .referer-inner .generic-headline-container.stackable-top {
    padding-top: 0;
  }
}
.referer .referer-content .referer-inner .generic-headline-container.stackable-top {
  padding-top: 0;
}
@media (min-width: 768px) {
  .referer .referer-content .referer-inner .generic-headline-container {
    padding-bottom: 40px;
  }
  .referer .referer-content .referer-inner .generic-headline-container.stackable-bottom {
    padding-bottom: 0;
  }
}
.referer .referer-content .referer-inner .generic-headline-container.stackable-bottom {
  padding-bottom: 0;
}
.referer .referer-content .referer-inner:after {
  position: absolute;
  bottom: 35px;
  left: 20px;
  right: 20px;
  height: 3px;
  display: block;
  width: auto;
  background-size: contain;
  content: "";
  background-image: url(../img/dots_white.png);
}
@media (min-width: 768px) {
  .referer .referer-content .referer-inner:after {
    background-image: url(../img/dots_grey.png);
  }
}
.referer .referer-content .referer-inner .indicators {
  display: none;
  position: absolute;
  left: 50%;
  height: 15px;
  bottom: 28px;
  background-color: white;
  padding: 0;
  z-index: 10;
  padding-left: 5px;
  padding-right: 5px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .referer .referer-content .referer-inner .indicators {
    display: inline-block;
  }
}
.referer .referer-content .referer-inner .indicators .indicator {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  float: left;
  cursor: pointer;
  background-color: #e8eaeb;
  border-radius: 50%;
  transition: background-color 635ms;
}
.referer .referer-content .referer-inner .indicators .indicator.active {
  background-color: #f00;
}
.referer .referer-content .referer-inner .referer-teasers {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.referer .referer-content .referer-inner .referer-teasers .fader {
  display: none;
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  z-index: 20;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+78 */
  background: linear-gradient(to right, #ffffff 5%, rgba(255, 255, 255, 0.64) 70%, rgba(255, 255, 255, 0) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
@media (min-width: 768px) {
  .referer .referer-content .referer-inner .referer-teasers .fader {
    display: block;
  }
}
.referer .referer-content .referer-inner .referer-teasers .fader.left {
  left: 0;
}
.referer .referer-content .referer-inner .referer-teasers .fader.right {
  right: 0;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .referer .referer-content .referer-inner .referer-teasers {
    overflow-x: hidden;
  }
}
.referer .referer-content .referer-inner .referer-teasers .ref-wrapper {
  display: inline-block;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .referer .referer-content .referer-inner .referer-teasers .ref-wrapper {
    position: relative;
    transition: left 1270ms;
  }
}
.referer .referer-content .referer-inner .referer-teasers .ref-teaser {
  padding-bottom: 10px;
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 510px;
  margin: 10px 10px;
  background-color: #fff;
}
.referer .referer-content .referer-inner .referer-teasers .ref-teaser .ref-teaser-img {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.referer .referer-content .referer-inner .referer-teasers .ref-teaser .ref-teaser-img img {
  max-width: 100%;
  height: auto;
}
.referer .referer-content .referer-inner .referer-teasers .ref-teaser:first-child {
  margin-left: 20px;
}
.referer .referer-content .referer-inner .referer-teasers .ref-teaser:last-child {
  margin-right: 20px;
}
.referer .referer-content .referer-inner .referer-teasers .ref-teaser .ref-link {
  margin-top: 10px;
}
.referer .referer-content .referer-inner .referer-teasers .ref-teaser .ref-link .dbtbtn {
  text-decoration: none;
}
.referer .referer-content .referer-inner .referer-teasers .ref-teaser .ref-teaser-body .ref-teaser-hl {
  margin-bottom: 20px;
  position: relative;
}
.referer .referer-content .referer-inner .referer-teasers .ref-teaser .ref-teaser-body .ref-teaser-hl:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 3px;
  display: block;
  content: "";
  background-size: contain;
  background-image: url(../img/dots_grey.png);
}
#back-to-top {
  display: inline-block;
  position: fixed;
  background-color: #7b848e;
  bottom: -4em;
  right: 0;
  padding: .5em 1em;
  font-family: "DB Head", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  opacity: .7;
  z-index: 1000;
  transition: bottom 350ms, opacity 350ms;
}
#back-to-top.active {
  bottom: 0em;
}
#back-to-top:hover,
#back-to-top:active {
  opacity: 1;
}
#back-to-top:active {
  transform: scale(0.9);
}
#back-to-top span {
  display: none;
  font-size: 1.25em;
  font-weight: bold;
}
@media (min-width: 768px) {
  #back-to-top span {
    display: inline-block;
  }
}
#back-to-top img {
  position: relative;
  top: -2px;
  display: inline-block;
  height: 2em;
  width: auto;
}
@media (min-width: 768px) {
  #back-to-top img {
    margin-right: .5em;
  }
}
/*# sourceMappingURL=application.bootstrap.css.map */