/*! 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: 700;
}
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 silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
} /*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(../files/fontawesome-webfont.eot?v=4.4.0);
  src: url(../files/fontawesome-webfont.eot?#iefix&v=4.4.0)
      format("embedded-opentype"),
    url(../files/fontawesome-webfont.woff2?v=4.4.0) format("woff2"),
    url(../files/fontawesome-webfont.woff?v=4.4.0) format("woff"),
    url(../files/fontawesome-webfont.ttf?v=4.4.0) format("truetype"),
    url(../files/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
* {
  margin: 0;
  padding: 0;
}
html {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
*,
:after,
:before {
  background-repeat: inherit;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
area,
area:active,
area:focus {
  outline: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  -webkit-appearance: none;
  min-height: 145px;
  min-width: 145px;
  resize: vertical;
  width: 50%;
}
button,
input,
textarea {
  border: 0;
  border-radius: 0;
  font-size: 14px;
  height: 28px;
  margin: 0;
  outline: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"] {
  background: #fff;
  padding: 0 7px;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 10px 0;
  padding: 0;
}
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
video {
  width: 100%;
  height: auto;
}
table sup {
  position: static;
  vertical-align: super;
}
table sub {
  position: static;
  vertical-align: sub;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: none;
}
.breadcrumb ul,
aside ol,
aside ul,
footer ol,
footer ul,
nav ol,
nav ul {
  list-style: none;
}
.heading > .inner,
.menu a,
nav a {
  display: block;
  text-decoration: none;
}
.primary {
  margin: 0;
}
.breadcrumb li {
  float: left;
}
aside .menu ul a {
  padding-left: 30px;
}
aside .menu ul ul a {
  padding-left: 45px;
}
aside .menu ul ul ul a {
  padding-left: 60px;
}
.skip_menu a {
  left: -9999px;
  position: absolute;
  top: 0;
}
.skip_menu a:active,
.skip_menu a:focus {
  background-color: #fff;
  border: 1px solid #6e6a69;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.5);
  color: #6e6a69;
  display: block;
  font-weight: 700;
  left: 10px;
  padding: 0 5px;
  text-decoration: none;
  top: 35px;
}
.spreadsheet,
.tabelle {
  overflow-x: auto;
}
blockquote {
  margin: 0 12px 12px;
}
blockquote img {
  display: block;
}
blockquote.float-right {
  margin-right: 0;
  width: 180px;
}
blockquote.float-left {
  margin-left: 0;
  width: 180px;
}
cite {
  font-style: normal;
}
.content {
  font-size: 14px;
  line-height: 1.4;
  clear: both;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin: 0 0 5px;
}
.content .columns,
.content dl,
.content ol,
.content p,
.content table,
.content ul,
.content > img {
  margin-bottom: 12px;
}
.content ol,
.content ul {
  padding-left: 18px;
}
.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
  padding-top: 6px;
}
.content ol.decimal {
  list-style-type: decimal;
}
.content ol.decimal-leading-zero {
  list-style-type: decimal-leading-zero;
  padding-left: 28px;
}
.content ol.lower-roman {
  list-style-type: lower-roman;
}
.content ol.upper-roman {
  list-style-type: upper-roman;
}
.content ol.lower-alpha {
  list-style-type: lower-alpha;
}
.content ol.lower-latin {
  list-style-type: lower-latin;
}
.content ol.upper-alpha {
  list-style-type: upper-alpha;
}
.content ol.upper-latin {
  list-style-type: upper-latin;
}
.content ol.no-type {
  list-style-type: none;
  padding-left: 0;
}
.content dt {
  clear: left;
  float: left;
  font-weight: 700;
  margin-bottom: 10px;
  padding-right: 3%;
  width: 26%;
}
.content dd {
  margin-left: 30%;
  margin-bottom: 10px;
}
.content img {
  display: block;
  max-width: 100%;
}
.content .footnote {
  font-size: 10px;
}
.content dl.footnote dt {
  margin-bottom: 5px;
  padding-right: 0;
  text-align: right;
  width: 3%;
}
.content dl.footnote dd {
  margin-left: 5%;
  margin-bottom: 5px;
}
.dummy-style {
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
code {
  clear: both;
  display: block;
  border: 1px solid #c5c5c5;
  background: #f4f4f4;
  padding: 20px;
  font-family: monospace, monospace;
}
@media (min-width: 768px) {
  html {
    min-height: 100%;
    position: relative;
  }
}
@media (min-width: 768px) {
  body {
    margin-bottom: 160px !important;
  }
}
@media (min-width: 768px) {
  .site-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.primary .menu {
  display: none;
}
.primary .app-menu {
  display: none;
}
.primary .app-menu .menu,
.primary.active .app-menu,
.primary.active .menu {
  display: block;
}
.primary .app-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.app-menu.animate {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}
.app-menu .animating {
  position: absolute;
  width: 200%;
}
.app-menu .animating > .inner {
  float: left;
  width: 50%;
}
.smartmenu {
  display: none;
}
.smartmenu.active {
  display: block;
}
.smartmenu .menu {
  display: block;
}
.smartmenu .menu a {
  white-space: normal;
}
.smartmenu .sublevel {
  display: none;
  position: absolute;
  left: 0;
}
.smartmenu .menu-back {
  display: none;
}
.smartmenu .menu-back.visible {
  display: block;
}
.smartmenu .smartwrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.smartmenu .smartwrapper.animating,
.smartmenu .smartwrapper.animating .inner {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.smartmenu .menu,
.smartmenu .sublevel {
  position: relative;
}
.smartmenu .menu li {
  position: static;
}
.smartmenu .sublevel.visible {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
}
figure {
  margin: 0;
}
figure.float-left,
figure.float-right {
  float: none;
}
@media all and (min-width: 1023px) {
  figure {
    margin: 0 12px 12px;
  }
  figure img {
    display: block;
  }
  figure.float-right {
    float: right;
    margin-right: 0;
    width: 180px;
  }
  figure.float-left {
    float: left;
    margin-left: 0;
    width: 180px;
  }
  figure figcaption,
  figure h4 {
    width: 100%;
  }
}
.files-page {
  background: #eee;
  margin-bottom: 24px;
  padding: 24px;
}
.files-page-basket {
  min-height: 144px;
}
.files-page-basket h3 {
  display: none;
}
.has-files .files-page-basket h3 {
  display: block;
}
.files-page-basket .info {
  font-size: 24px;
  text-align: center;
}
.has-files .files-page-basket .info {
  display: none;
}
.files-page-basket .files-page-list,
.files-page-basket .files-page-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.files-page-basket .files-page-list {
  margin-bottom: 18px;
}
.files-page-list li {
  display: block;
  position: relative;
}
.files-page-list a {
  color: #97c227;
  text-decoration: none;
}
.files-page-list .remove {
  display: block;
  position: absolute;
  right: 13px;
  text-indent: -99999px;
  top: 0;
}
.files-page-list .remove:before {
  content: "\f00d";
  display: inline-block;
  float: left;
  font: 17px/1 FontAwesome;
  text-indent: 0;
}
.files-page-download {
  display: none;
}
.has-files .files-page-download {
  display: block;
}
.files-page-download a {
  background: #6e6a69;
  color: #fff;
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
}
.files-page-download a:focus,
.files-page-download a:hover {
  background: #938e8d;
}
.files-page-download span {
  display: block;
}
.files-page-download .inner {
  padding: 18px;
}
.files-page-download .title {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.files-page-overview li,
.files-page-overview ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.files-page-overview .downloads-selection > li {
  border-bottom: 1px solid #6e6a69;
}
.files-page-overview ul ul {
  padding: 0;
}
.files-page-overview .item-selection,
.files-page-overview .title-selection {
  padding: 6px;
  position: relative;
}
.files-page-overview > .title-selection {
  background: #6e6a69;
  color: #fff;
}
.files-page-overview > .title-selection .selection {
  text-transform: uppercase;
}
.files-page-overview a {
  color: #6e6a69;
  text-decoration: none;
}
.files-page-overview .title-selection {
  font-size: 12px;
}
.files-page-overview .title {
  margin: 0;
}
.files-page-overview .title-selection .title {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.files-page-overview .title-selection > a {
  display: block;
}
.files-page-overview .selection {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}
.files-page-overview .title-selection .selection {
  pointer-events: none;
}
.files-page-overview .title-selection .selection a {
  pointer-events: auto;
}
.files-page-overview .open-pdf,
.files-page-overview .open-xls {
  display: none;
}
.files-page-overview .selection .add-remove {
  display: block;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 50%;
}
.files-page-overview .selection .pdf {
  left: 0;
}
.files-page-overview .selection .xls {
  right: 0;
}
.files-page-overview .add-remove .label,
.files-page-overview .add-remove a {
  display: block;
  position: absolute;
}
.files-page-overview .add-remove .label {
  height: 12px;
  left: 0;
  line-height: 1;
  margin-top: -6px;
  top: 50%;
  width: 100%;
}
.files-page-overview .add-remove a {
  height: 18px;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -8px;
  text-indent: -99999px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 16px;
  z-index: 20;
}
.lt-ie9 .files-page-overview .add-remove a {
  zoom: 1;
}
.files-page-overview .add-remove a:before {
  content: "\f055";
  display: inline-block;
  float: left;
  font: 18px/1 FontAwesome;
  text-indent: 0;
}
.files-page-overview .add-remove .remove:before {
  content: "\f056";
}
.files-page-overview .add-remove .remove-pdf,
.files-page-overview .add-remove .remove-xls {
  opacity: 0;
  z-index: 10;
}
.files-page-overview .add-remove.added .remove-pdf,
.files-page-overview .add-remove.added .remove-xls {
  opacity: 1;
  z-index: 30;
}
.files-page-overview .add-remove.added .add-pdf,
.files-page-overview .add-remove.added .add-xls {
  opacity: 0;
}
.flaps-sticky-wrapper {
  position: relative;
}
.flaps-sticky-wrapper .flaps-control {
  pointer-events: none;
  width: 100%;
}
.flaps-sticky-wrapper .flaps-control a {
  display: block;
  margin: 50px 0;
  pointer-events: auto;
}
.flaps-control {
  position: absolute;
}
.flaps-left {
  float: left;
}
.flaps-right {
  float: right;
}
.columns {
  margin-left: -15px;
  margin-right: -15px;
}
.columns-double > .column,
.columns.double > .column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.columns-triple > .column,
.columns.triple > .column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.columns-quadruple > .column,
.columns.quadruple > .column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .columns-double > .column,
  .columns.double > .column {
    float: left;
    width: 50%;
  }
  .columns-triple > .column,
  .columns.triple > .column {
    float: left;
    width: 33.33333333%;
  }
  .columns-quadruple > .column,
  .columns.quadruple > .column {
    float: left;
    width: 50%;
  }
  .columns > .column.one-half {
    width: 50%;
  }
  .columns > .column.one-third {
    width: 33.33333333%;
  }
  .columns > .column.two-third {
    width: 66.66666667%;
  }
  .columns > .column.one-fourth {
    width: 25%;
  }
  .columns > .column.three-fourth {
    width: 75%;
  }
  .columns > .column.one-fifth {
    width: 20%;
  }
  .columns > .column.two-fifth {
    width: 40%;
  }
  .columns > .column.three-fifth {
    width: 60%;
  }
  .columns > .column.four-fifth {
    width: 80%;
  }
  .columns > .column.five-sixth {
    width: 83.33333333%;
  }
}
@media (min-width: 1023px) {
  .columns-quadruple > .column,
  .columns.quadruple > .column {
    width: 25%;
  }
  .columns > .column.one-fourth {
    width: 25%;
  }
}
div.bild {
  margin: 0 0 14px 0;
}
.bild img {
  display: block;
}
.bild.float-right,
.bild.floatRight {
  margin-left: 14px;
}
div.bild.float-right,
div.bild.floatRight {
  width: 210px;
}
.bild.float-left,
.bild.floatLeft {
  margin-right: 14px;
}
div.bild.float-left,
div.bild.floatLeft {
  width: 210px;
}
.bild .bildunterschrift,
.bild h4 {
  width: 100%;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -11px;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1100px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-iframe-scaler {
  padding: 0;
  height: auto;
  width: auto;
  overflow: visible;
}
.iframe-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.touch .iframe-wrapper {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iframe-wrapper > .inner {
  height: 0;
  overflow: hidden;
  padding-top: 75%;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.search-form {
  position: relative;
}
.search-suggestions {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 50;
}
.search-suggestions-csstest .search-suggestions {
  display: block !important;
}
.search-suggestions-inactive .search-suggestions {
  display: none;
}
.search-suggestions-active .search-suggestions {
  display: block;
}
.search-suggestions .results {
  padding: 10px;
}
.search-suggestions li {
  overflow: hidden;
}
.search-suggestions a {
  position: relative;
}
.search-suggestions .hits {
  bottom: 0;
  display: block;
  height: 100%;
  padding: 0 6px;
  position: absolute;
}
.search-suggestions .title {
  display: inline-block;
  white-space: nowrap;
}
.search-suggestions .highlight {
  font-weight: 700;
}
.search-suggestions.hits-before .hits {
  left: 0;
}
.search-suggestions.hits-after .hits {
  right: -1px;
}
.search-suggestions.hits-before .title {
  padding-left: 18px;
}
.content .slider {
  list-style: none;
  padding-left: 0;
}
.bx-wrapper {
  font-size: 10px;
  margin: 0 auto 40px;
  padding: 0;
  position: relative;
}
.lt-ie8 .bx-wrapper {
  zoom: 1;
}
.bx-wrapper img {
  display: block;
  max-width: 100%;
}
.bx-wrapper ul {
  margin: 0;
  padding: 0;
}
.bx-wrapper a {
  outline: 0;
  text-decoration: none;
}
.bx-controls .disabled {
  left: -99999px;
  position: absolute;
}
.bx-next,
.bx-prev {
  background-color: rgba(255, 255, 255, 0.2);
  color: #333;
  display: inline-block;
  font: 50px FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 50px;
  line-height: 1;
  margin: -25px 0 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 100;
}
.lt-ie8 .bx-next,
.lt-ie8 .bx-prev {
  margin-top: -125px;
}
.bx-next {
  right: 0;
}
.bx-prev {
  left: 0;
}
.bx-pager {
  bottom: -20px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.bx-pager-item {
  display: inline-block;
  zoom: 1;
}
.lt-ie8 .bx-pager-item {
  display: inline;
}
.bx-pager-link {
  background-color: #97c227;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  height: 10px;
  margin: 5px;
  text-indent: -99999px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  width: 10px;
}
.bx-pager-link.active {
  background-color: #993e90;
}
.slider > [class^="slide-"],
.slider > div,
.slider > li {
  font-size: 14px;
}
.tooltip {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #676767;
  display: none;
  position: absolute;
  z-index: 999;
}
.hover-tip {
  white-space: nowrap;
}
.click-tip {
  min-width: 210px;
}
.boxshadow .tooltip {
  border: none;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}
.tooltip-content {
  padding: 4px 7px;
  position: relative;
} /*!
Video.js Default Styles (http://videojs.com)
Version 4.9.0
Create your own skin at http://designer.videojs.com
*/
.vjs-default-skin {
  color: #ccc;
}
.vjs-default-skin .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
  -webkit-box-shadow: 0 0 2em #fff;
  -moz-box-shadow: 0 0 2em #fff;
  box-shadow: 0 0 2em #fff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\f04d";
  font-family: FontAwesome;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.vjs-default-skin .vjs-control-bar {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
}
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing
  .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing
  .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
.lt-ie9
  .vjs-default-skin.vjs-user-inactive.vjs-playing
  .vjs-control-bar
  :before {
  content: "";
}
.vjs-default-skin .vjs-control {
  outline: 0;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3em;
  width: 4em;
}
.vjs-default-skin .vjs-control:before {
  font-family: FontAwesome;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}
.vjs-default-skin .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\f04b";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\f04c";
}
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin
  .vjs-playback-rate.vjs-menu-button
  .vjs-menu
  .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\f028";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f026";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f027";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f027";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  width: 100%;
  background: #66a8cc
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50%
    0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing,
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu {
  border-top-color: rgba(7, 40, 50, 0.5);
}
.vjs-default-skin
  .vjs-volume-menu-button
  .vjs-menu.vjs-lock-showing
  .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  top: -1em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-default-skin:hover .vjs-progress-control {
  font-size: 0.9em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div,
.vjs-default-skin .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  background: #66a8cc
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50%
    0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464;
  background: rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-load-progress div {
  background: #787878;
  background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em;
}
.vjs-default-skin.vjs-live .vjs-progress-control,
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider {
  display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\f065";
}
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f066";
}
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  left: 50%;
  margin-left: -2.1em;
  top: 50%;
  margin-top: -1.4em;
}
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin .vjs-big-play-button:focus,
.vjs-default-skin:hover .vjs-big-play-button {
  outline: 0;
  border-color: #fff;
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0 0 3em #fff;
  -moz-box-shadow: 0 0 3em #fff;
  box-shadow: 0 0 3em #fff;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\f04b";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2.6em;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-error-display {
  display: none;
}
.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-error-display:before {
  content: "X";
  font-family: Arial;
  font-size: 4em;
  color: #666;
  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
  color: #f4a460;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
.vjs-error .vjs-loading-spinner {
  display: none;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\f1ce";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0 0 0.1em #000;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000;
  border-top-color: rgba(7, 40, 50, 0.5);
}
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  max-height: 15em;
  overflow: auto;
  left: -5em;
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing,
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu {
  display: block;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.4em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover,
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover {
  outline: 0;
  color: #111;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: 700;
  cursor: default;
}
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\f075";
}
.vjs-default-skin .vjs-captions-button:before {
  content: "\f20a";
}
.vjs-default-skin .vjs-chapters-button:before {
  content: "\f075";
}
.vjs-default-skin
  .vjs-chapters-button.vjs-menu-button
  .vjs-menu
  .vjs-menu-content {
  width: 24em;
  left: -12em;
}
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  vertical-align: middle;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js:-moz-full-screen {
  position: absolute;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  left: 1em;
  right: 1em;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
  color: #fff;
}
.video-js .vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
.video-js.vjs-fullscreen .vjs-text-track {
  font-size: 3em;
}
.vjs-default-skin .vjs-hidden {
  display: none;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.vjs-no-js {
  padding: 20px;
  color: #ccc;
  background-color: #333;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #f4a460;
}
.lt-ie8 .vjs-control-bar {
  background-color: #07141e;
}
.lt-ie8 .vjs-play-control {
  font-family: FontAwesome;
  line-height: 3;
  zoom: expression(
    this.innerHTML + =this.innerHTML.search("\f04b") ==-1? "\f04b": "",
    style.zoom=1,
    0
  );
}
.lt-ie8 .vjs-mute-control,
.lt-ie8 .vjs-volume-menu-button {
  font-family: FontAwesome;
  line-height: 3;
  zoom: expression(
    this.innerHTML + =this.innerHTML.search("\f028") ==-1? "\f028": "",
    style.zoom=1,
    0
  );
}
.lt-ie8 .vjs-fullscreen-control {
  font-family: FontAwesome;
  line-height: 3;
  zoom: expression(
    this.innerHTML + =this.innerHTML.search("\f065") ==-1? "\f065": "",
    style.zoom=1,
    0
  );
}
.lt-ie8 .vjs-fullscreen-control {
  font-family: FontAwesome;
  zoom: expression(
    this.innerHTML + =this.innerHTML.search("\f066") ==-1? "\f066": "",
    style.zoom=1,
    0
  );
}
.lt-ie8 .vjs-big-play-button {
  background-color: #07141e;
  font-family: FontAwesome;
  line-height: 2.66;
  zoom: expression(
    this.innerHTML + =this.innerHTML.search("\f04b") ==-1? "\f04b": "",
    style.zoom=1,
    0
  );
}
.vjs-fullscreen {
  padding-top: 0 !important;
}
.video-container p {
  margin-bottom: 0;
}
.zoom {
  position: relative;
}
.zoom img {
  height: auto;
  max-width: 100%;
}
.zoom .zoom-icon {
  display: block;
  height: 20px;
  left: 12px;
  position: absolute;
  top: 28px;
  width: 20px;
}
.zoom .zoom-icon span {
  color: #fff;
  font: 20px/1 FontAwesome;
}
.zoom .zoom-icon .text {
  display: none;
}
.zoom .minus {
  display: none;
}
.zoom.zoomed .minus {
  display: block;
}
.zoom.zoomed .plus {
  display: none;
}
.zoom.zoomed {
  overflow-y: auto;
  width: 100%;
}
.zoom.zoomed img {
  max-width: none;
}
.invisible {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.hide-block {
  display: block;
  position: absolute;
  left: -99999px;
}
.hide-text {
  text-indent: -99999px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.nowrap {
  white-space: nowrap;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.lt-ie8 .clearfix {
  zoom: 1;
}
.floatleft,
.left {
  float: left;
}
.floatright,
.right {
  float: right;
}
.clearFloat {
  clear: both;
}
.hideAccessable,
.hideAccessible {
  display: block;
  position: absolute;
  left: -99999px;
}
.font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: vna-icons;
  src: url(../files/vna-icons.eot?70715779);
  src: url(../files/vna-icons.eot?70715779#iefix) format("embedded-opentype"),
    url(../files/vna-icons.woff?70715779) format("woff"),
    url(../files/vna-icons.ttf?70715779) format("truetype"),
    url(../files/vna-icons.svg?70715779#vna-icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  min-width: 320px;
}
.vna-icon:before {
  font-family: vna-icons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vna-icon-logo:before {
  content: "\e800";
}
.vna-icon-logo-v:before {
  content: "\e801";
}
.vna-icon-menu:before {
  content: "\e802";
}
.vna-icon-close:before {
  content: "\e803";
}
.vna-icon-search:before {
  content: "\e804";
}
.vna-icon-charts:before {
  content: "\e805";
}
.vna-icon-calendar:before {
  content: "\e806";
}
.vna-icon-world:before {
  content: "\e807";
}
.vna-icon-arrow-left:before {
  content: "\e808";
}
.vna-icon-arrow-right:before {
  content: "\e809";
}
.vna-icon-arrow-down:before {
  content: "\e80a";
}
.vna-icon-arrow-down-border:before {
  content: "\e80b";
}
.vna-icon-arrow-down-border-gutter:before {
  content: "\e80c";
}
.vna-icon-arrow-up-gutter:before {
  content: "\e80d";
}
.vna-icon-arrow-circle:before {
  content: "\e80e";
}
.vna-icon-screen:before {
  content: "\e80f";
}
.wrapper {
  margin: 0 auto;
  max-width: 1140px;
  min-width: 290px;
}
.blackout {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 20;
  display: none;
}
.buttons-primary-active .blackout,
.buttons-search-active .blackout {
  display: block;
}
a:focus:before,
a:hover:before {
  text-decoration: none;
}
b,
strong {
  font-weight: 600;
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 13px 15px 14px 15px;
  z-index: 26;
  background: #035369;
  background: -moz-linear-gradient(top, #035369 0, #054c5e 100%);
  background: -webkit-linear-gradient(top, #035369 0, #054c5e 100%);
  background: linear-gradient(to bottom, #035369 0, #054c5e 100%);
  color: #fff;
}
.user-loggedin .site-header {
  top: 50px;
}
.scrolled .site-header {
  position: fixed;
  top: -45px;
}
.ie9 .site-header {
  filter: none;
}
.site-header .wrapper {
  position: relative;
}
.site-header .logo {
  display: block;
  float: left;
  color: #fff;
  position: relative;
  text-decoration: none;
  width: 116px;
  height: 18px;
}
.site-header .logo:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  text-indent: 0;
  font-size: 18px;
  content: "\e800";
}
.site-title {
  float: right;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  padding: 6px 0 0 0;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
}
.site-title a {
  color: #adced5;
  text-decoration: none;
}
.toggle-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  z-index: 30;
}
.toggle-container a,
.toggle-container button {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  font-size: 20px;
  padding: 0;
  background: 0 0;
  z-index: 35;
  color: #b2cfd7;
}
.toggle-container .toggle-primary {
  left: 0;
  width: 54px;
  color: #fff;
  font-size: 14px;
}
.toggle-container .toggle-language {
  right: 4px;
  width: 69px;
}
.toggle-container a:focus,
.toggle-container a:hover,
.toggle-container button:focus,
.toggle-container button:hover {
  color: #fff;
}
.toggle-container .toggle-language:after,
.toggle-container a:before,
.toggle-container button:before {
  font-family: vna-icons;
  text-align: center;
  text-indent: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.toggle-container .toggle-language:after,
.toggle-container .toggle-language:before {
  width: 50%;
  float: left;
}
.toggle-container .toggle-language:before {
  padding-left: 10%;
}
.toggle-container .toggle-language:after {
  padding-right: 10%;
}
.buttons-download-active .open-download,
.buttons-language-active .toggle-language,
.buttons-primary-active .toggle-primary,
.buttons-search-active .toggle-search {
  color: #fff;
}
.toggle-primary:before {
  content: "\e802";
}
.toggle-language:before {
  content: "\e807";
}
.toggle-language:after {
  content: "\e801";
}
.toggle-search:before {
  content: "\e804";
}
.buttons-search-active .toggle-search:before {
  content: "\e803";
}
.primary {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 45px;
  background: #005f7c;
  z-index: 25;
  pointer-events: none;
}
.user-loggedin .primary {
  top: 95px;
}
.scrolled .primary {
  position: fixed;
  top: 0;
}
.user-loggedin.scrolled .primary {
  top: 50px;
}
.primary a,
.primary button {
  pointer-events: all;
}
.language-switch {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  background: #fff;
  border-top: 6px solid #0099a4;
  border-bottom: 4px solid #e8eced;
  z-index: 35;
  pointer-events: all;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}
.buttons-language-active .language-switch {
  display: block;
}
.language-switch li {
  height: 55px;
  line-height: 55px;
  color: #2f9aa7;
  list-style: none;
}
.language-switch li + li {
  border-top: 1px solid #e8eced;
}
.language-switch a,
.language-switch span {
  font-style: italic;
  display: block;
  padding: 0 22px;
  width: 187px;
}
.language-switch a {
  color: #000;
  text-decoration: none;
}
.language-switch a:focus,
.language-switch a:hover {
  background: #eee;
}
.language-switch a:before,
.language-switch span:before {
  display: block;
  content: " ";
  float: left;
  height: 20px;
  width: 20px;
  position: relative;
  top: 17px;
  margin-right: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.language-switch .german a:before,
.language-switch .german span:before {
  background-image: url(../files/lang-de.svg);
}
.no-svg .language-switch .german a:before,
.no-svg .language-switch .german span:before {
  background-image: url(../img/lang-de.png);
}
.language-switch .english a:before,
.language-switch .english span:before {
  background-image: url(../files/lang-en.svg);
}
.no-svg .language-switch .english a:before,
.no-svg .language-switch .english span:before {
  background-image: url(../img/lang-en.png);
}
.language-switch .english span,
.language-switch .german span {
  opacity: 0.5;
}
.language-switch .english span:before,
.language-switch .german span:before {
  opacity: 0.5;
}
.search-form {
  display: none;
  background: #0099a4;
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  height: 85px;
  pointer-events: all;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}
.buttons-search-active .search-form {
  display: block;
}
.search-form > .inner {
  padding: 20px 15px;
  position: relative;
}
.search-input[type="text"] {
  white-space: nowrap;
  height: 45px;
  padding: 0 50px 0 0;
  width: 100%;
  line-height: 40px;
  text-indent: 20px;
  color: #00607b;
  font-size: 19px;
}
input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-resno-touch ults-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.search-submit {
  background: #0099a4;
  padding: 0;
  width: 50px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  display: block;
  position: absolute;
  right: 15px;
  top: 20px;
  text-indent: -9999em;
  overflow: hidden;
}
.search-submit:before {
  font-family: vna-icons;
  text-align: center;
  display: block;
  height: 100%;
  width: 100%;
  text-indent: 0;
  content: "\e804";
  color: #fff;
}
.search-submit:focus,
.search-submit:hover {
  background: #005f7c;
}
.search-suggestions {
  position: absolute;
  top: 65px;
  padding: 0 65px 0 15px;
}
.search-suggestions .results {
  padding: 0;
  background: #006178;
  border-top: 1px solid #006178;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}
.search-suggestions li + li {
  border-top: 1px solid #0099a4;
}
.search-suggestions a {
  color: #fff;
  padding: 10px 35px 10px 15px;
  line-height: 25px;
  font-size: 14px;
}
.search-suggestions a:focus,
.search-suggestions a:hover {
  background: #0099a4;
}
.search-suggestions .selected a {
  background: #0099a4;
}
.search-suggestions .hits {
  padding: 10px;
  height: 45px;
  right: 5px;
}
.search-suggestions .highlight {
  background: #009863 !important;
  color: #fff !important;
}
.nav-main {
  background: #005f7c;
}
.nav-main a,
.nav-main button,
.nav-main input {
  pointer-events: all;
}
.nav-main a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 1026px) {
  .nav-main a {
    font-size: 13px;
  }
}
.nav-main .sublevel a {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
.nav-main .sublevel ul a {
  font-size: 13px;
}
.smartmenu {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}
.smartmenu * {
  webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
.smartmenu .smartwrapper.animating,
.smartmenu .smartwrapper.animating .inner {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.smartmenu li {
  border-top: 1px solid #0099a4;
}
.smartmenu a {
  padding: 10px 45px 10px 15px;
  line-height: 25px;
  position: relative;
}
.smartmenu .menu-back a {
  line-height: 26px;
  padding-left: 40px;
  text-transform: none;
  background: #0099a4;
  font-weight: 600;
}
.smartmenu .parent a,
.smartmenu .sublevel .parent a {
  font-size: 16px;
  font-weight: 600;
}
.smartmenu a:after {
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
  cursor: pointer;
  pointer-events: none;
  font-family: vna-icons;
  color: inherit;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}
.smartmenu li a:after {
  content: "\e809";
}
.smartmenu .menu-back a:after {
  content: "\e808";
  right: auto;
  left: 15px;
}
.smartmenu .leaf a:after {
  display: none;
}
.smartmenu .parent a:after {
  display: block;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.smartmenu a:focus,
.smartmenu a:focus:after,
.smartmenu a:hover,
.smartmenu a:hover:after {
  outline: 0;
}
.smartmenu li.active > a,
.smartmenu li.inpath > a {
  background: #226f84;
}
.smartmenu li.active > a {
  font-weight: 600;
}
main {
  padding: 90px 15px 0 15px;
  overflow-x: hidden;
}
main > .inner {
  padding-top: 5px;
}
.breadcrumb {
  line-height: 23px;
  padding: 11px 0;
  border-bottom: 1px solid #0099a4;
}
.breadcrumb ul {
  margin-left: -16px;
}
.breadcrumb a {
  color: #2f9aa7;
  font-size: 13px;
  white-space: nowrap;
  font-style: italic;
  padding: 0 0 0 16px;
  text-decoration: none;
}
.breadcrumb .first a {
  margin-left: 0;
}
.breadcrumb a:focus,
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a:before {
  content: "\f105";
  color: #575757;
  display: inline-block;
  padding: 0 18px 0 0;
  white-space: pre-wrap;
  float: left;
  font-family: FontAwesome;
  font-style: italic;
  text-decoration: underline;
}
.breadcrumb a:before,
.breadcrumb a:focus:before,
.breadcrumb a:hover:before {
  text-decoration: none;
}
.breadcrumb .first a:before {
  display: none;
}
.breadcrumb .last a {
  color: #575757;
}
article {
  padding-top: 35px;
}
article .stage {
  position: absolute;
  height: 390px;
  width: 100%;
  top: 90px;
  left: 0;
  overflow: hidden;
  z-index: 14;
}
.willkommen article .stage {
  background-size: cover;
}
.stage > .inner {
  height: 100%;
  width: 100%;
}
.bx-viewport {
  height: 100% !important;
}
.has-stage main > .inner,
.magazine main > .inner {
  padding-top: 0;
}
.magazine article {
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  .magazine article {
    padding-top: 100px;
  }
}
.has-stage article {
  padding-top: 390px;
}
article > .pagination {
  text-align: center;
  text-decoration: underline;
  color: #009860;
  font-weight: 700;
  margin-bottom: 15px;
}
.notes-index,
.search-index {
  margin: 0 0 40px 0;
  list-style: none;
}
.search-index {
  border: none;
  margin-bottom: 0.5em;
}
.notes-index li,
.search-index li {
  float: left;
  line-height: 2.2em;
  margin: 0 4px 4px 0;
}
.notes-index li a,
.search-index .active,
.search-index a {
  border: 1px solid #ccc;
  display: block;
  font-size: 15px;
  line-height: 33px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 33px;
  color: #00607b;
}
.notes-index li a:focus,
.notes-index li a:hover,
.search-index a:focus,
.search-index a:hover {
  border-color: #0099a4;
}
.notes-index li.active a,
.search-index .active {
  background: #0099a4;
  border-color: #0099a4;
  color: #fff;
}
.notes-index li.index a {
  width: 70px;
}
.search-index .back,
.search-index .next {
  background: #f3f3f3;
  width: 66px;
}
.content h2,
.content h3,
.content h4,
.content-title {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-style: normal;
  font-weight: 400;
}
.content-title {
  font-size: 31px;
  line-height: 35px;
  margin: 0 0 20px 0;
  color: #00607b;
}
.magazine .content-title,
.willkommen .content-title {
  font-size: 33px;
  color: #009860;
  text-align: center;
}
.main-magazine .content-title,
.willkommen .content-title {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  padding: 20px 0 3px 0;
  color: #006079;
  z-index: 16;
  background: url(../files/arrow-down.svg) 50% 100% no-repeat;
  background-size: 17px 12px;
  pointer-events: none;
}
.main-magazine .content-title {
  top: 480px;
}
.willkommen .content-title:before {
  display: block;
  margin: 0 auto 10px auto;
  width: 1px;
  height: 33px;
  background: #009860;
  content: " ";
}
.main-magazine .content-title:before,
.willkommen .content-title:before {
  background: #006079;
}
.main-magazine .content-title:after,
.willkommen .content-title:after {
  display: block;
  margin: 13px auto 0 auto;
  width: 1px;
  height: 66px;
  background: #006079;
  content: " ";
}
.main-magazine .content-title:after {
  height: 33px;
}
.has-wheel .content-title {
  background: 0 0;
  top: 367px;
  padding: 0;
  font-size: 45px;
}
.has-wheel .content-title:after,
.has-wheel .content-title:before {
  display: none;
}
.magazine .section-nav {
  width: 75%;
  margin: 0 auto 10px auto;
}
.magazine .section-nav li {
  list-style: none;
  text-align: center;
}
.magazine .section-nav li a {
  display: block;
  color: #009860;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 0;
}
.magazine .section-nav li a:focus,
.magazine .section-nav li a:hover {
  text-decoration: underline;
}
.magazine .section-nav li + li {
  border-top: 1px solid #009860;
}
.content {
  font-size: 15px;
  line-height: 1.5882;
}
.main-magazine .content {
  padding-top: 140px;
  font-size: 17px;
  line-height: 1.375;
  text-align: center;
  color: #575757;
}
.willkommen .content {
  padding-top: 60px;
}
.content h2 {
  font-size: 22px;
  margin: 0 0 20px 0;
  color: #00607b;
}
.content h3 {
  font-size: 19px;
  margin: 0 0 20px 0;
  color: #6aaf23;
}
.content h4 {
  font-size: 17px;
  margin: 0 0 20px 0;
  color: #009aa8;
}
.content h5 {
  margin: 0 0 20px 0;
  color: #00607b;
}
.content .column,
.content dl,
.content figure,
.content li,
.content p,
.content table,
.content > img {
  margin-bottom: 20px;
}
.main-magazine .content > p {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  padding: 0 15%;
  margin-bottom: 40px;
}
.content ol,
.content ul {
  margin-bottom: 0;
}
.content a {
  color: #2f9aa7;
  text-decoration: none;
}
.content a:focus,
.content a:hover {
  text-decoration: underline;
}
.content a.glossary {
  display: inline-block;
  border-bottom: 1px dotted #2f9aa7;
}
.content a.glossary:focus,
.content a.glossary:hover {
  text-decoration: none;
  cursor: help;
}
.content ul {
  padding-left: 20px;
}
.content ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.content ul li:before {
  display: block;
  position: absolute;
  height: 8px;
  width: 8px;
  left: 0;
  top: 8px;
  background: #00607b;
  content: " ";
}
.content .notes-menu {
  padding-left: 0;
}
.content .notes-menu li {
  margin-bottom: 10px;
  padding-left: 0;
}
.content .notes-menu li:before {
  display: none;
}
article .search-header {
  margin-bottom: 25px;
}
.suche .content .result + .result {
  border-top: 1px solid #0099a4;
  margin-top: 35px;
  padding-top: 30px;
}
.suche .content .result .relevance {
  display: inline-block;
  margin-right: 10px;
}
.suche .content .result p {
  margin-bottom: 5px;
}
.content .se_hilite,
.content .search-highlight {
  background: #afdfce !important;
}
.slider {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.stage .bx-viewport,
.stage .bx-wrapper {
  height: 100%;
  width: 100%;
}
.bx-viewport {
  height: 100% !important;
}
.bx-controls-direction a {
  display: block;
  top: auto;
  bottom: 50px;
  font-size: inherit;
  line-height: 48px;
  width: 48px;
  font-family: inherit;
  color: #fff;
  background: 0 0;
  text-indent: -9999em;
}
.has-wheel .bx-controls-direction a {
  height: 347px;
  width: 249px;
  top: 50px;
  bottom: auto;
}
.has-wheel .bx-prev {
  left: 50%;
  margin-left: -250px;
}
.has-wheel .bx-next {
  left: 50%;
}
.bx-controls-direction a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-indent: 0;
  font-family: vna-icons;
  font-size: 17px;
  opacity: 0.7;
}
.bx-controls-direction a:hover:before {
  opacity: 1;
}
.bx-next:before {
  content: "\e809";
}
.bx-prev:before {
  content: "\e808";
}
.has-wheel .bx-controls-direction a:before {
  display: none;
}
.bx-page {
  display: none;
}
.slider > * {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider > * .inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 60px 40px;
  padding: 30px 40px;
  text-align: center;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  z-index: 18;
}
.slider .wrapper {
  max-width: 1000px;
  min-width: 240px;
}
.willkommen .slider a {
  color: #fff;
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
}
.willkommen .slider p {
  font-size: 14px;
  line-height: 16px;
}
.willkommen .slider .pagination {
  text-decoration: underline;
  font-weight: 700;
}
.willkommen .slider h3 {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-weight: 400;
  padding: 6px 0 8px 0;
}
.has-wheel article {
  padding-top: 600px;
}
.has-wheel article .stage {
  height: 600px;
}
.has-wheel article .stage > .inner {
  position: relative;
  top: -30px;
}
.has-wheel .stage #wheel img {
  display: none;
}
.stage #wheel {
  display: none;
  position: absolute;
  height: 500px;
  width: 500px;
  left: 50%;
  top: 50px;
  margin-left: -250px;
  background: url(../files/wheel-sm.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}
.has-wheel .stage #wheel {
  display: block;
}
.has-wheel .stage.wheel-hover.wheel-left #wheel {
  background-image: url(../files/wheel-hover-left-sm.svg);
}
.has-wheel .stage.wheel-hover.wheel-right #wheel {
  background-image: url(../files/wheel-hover-right-sm.svg);
}
.has-wheel .stage.wheel-turning #wheel {
  background-image: url(../files/wheel-turning-sm.svg);
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
}
.has-wheel .stage.wheel-turning.wheel-left #wheel {
  background-image: url(../files/wheel-turning-sm.svg);
  -moz-transform: rotate(-120deg);
  -webkit-transform: rotate(-120deg);
  -o-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.has-wheel .stage.wheel-turning.wheel-right #wheel {
  background-image: url(../files/wheel-turning-sm.svg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
@media screen and (min-width: 1195px) {
  .stage #wheel {
    background: url(../files/wheel.svg) 50% 50% no-repeat;
  }
  .has-wheel .stage.wheel-hover.wheel-left #wheel {
    background-image: url(../files/wheel-hover-left.svg);
  }
  .has-wheel .stage.wheel-hover.wheel-right #wheel {
    background-image: url(../files/wheel-hover-right.svg);
  }
  .has-wheel .stage.wheel-turning #wheel {
    background-image: url(../files/wheel-turning.svg);
  }
  .has-wheel .stage.wheel-turning.wheel-left #wheel {
    background-image: url(../files/wheel-turning.svg);
  }
  .has-wheel .stage.wheel-turning.wheel-right #wheel {
    background-image: url(../files/wheel-turning.svg);
  }
}
.has-wheel .slider > * > .inner {
  width: 300px;
  background: 0 0;
  padding: 0;
  left: 50%;
  margin-left: -150px;
  bottom: auto;
  top: 435px;
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  -ms-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.has-wheel .stage.wheel-turning .slider > * > .inner {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.has-wheel .slider h3 {
  padding: 0 0 4px 0;
  line-height: 26px;
}
.has-wheel .stage .bx-pager {
  display: none;
}
.has-wheel .stage .scroll {
  display: none;
  height: 50px;
  width: 60px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 100px;
  left: 8%;
  z-index: 55;
  opacity: 1;
  -webkit-transition: bottom 250ms ease, opacity 0.4s ease;
  -moz-transition: bottom 250ms ease, opacity 0.4s ease;
  -ms-transition: bottom 250ms ease, opacity 0.4s ease;
  -o-transition: bottom 250ms ease, opacity 0.4s ease;
  transition: bottom 250ms ease, opacity 0.4s ease;
  -moz-text-shadow: 0 0 1px #000;
  -webkit-text-shadow: 0 0 1px #000;
  -o-text-shadow: 0 0 1px #000;
  -ms-text-shadow: 0 0 1px #000;
  text-shadow: 0 0 1px #000;
}
.has-wheel .stage .scroll:before {
  display: block;
  position: absolute;
  top: 30px;
  left: 5px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 28px;
  background: #fff;
  color: #154e63;
  font-family: vna-icons;
  content: "\e80d";
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}
.has-wheel.scrolled .stage .scroll {
  bottom: -50px;
  opacity: 0;
}
.has-wheel .stage .scroll:focus:before,
.has-wheel .stage .scroll:hover:before {
  color: #009aa8;
}
.slider a:hover h3,
.slider a:hover p:not(.pagination) {
  text-decoration: underline;
}
.content figure {
  margin-left: 0;
  margin-right: 0;
}
.content figure h4,
.content figure p {
  margin: 0;
}
.content figure h4 {
  color: #00607b;
}
.content figure.float-left img,
.content figure.float-right img {
  width: 100%;
}
.content figure.graphic img {
  padding: 10px 0;
  border-top: 1px solid #00607b;
}
.content figcaption {
  font-size: 14px;
  color: #00607b;
}
.content .zoom {
  margin-bottom: 0;
  line-height: 20px;
}
.content .zoom.columns {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.content .zoom.columns .column {
  padding-left: 0;
  padding-right: 0;
}
.content .zoom.columns.double .column {
  width: 70%;
  float: left;
  margin-bottom: 0;
}
.content .zoom.columns.double .column + .column {
  width: 30%;
  float: right;
}
.content .zoom p {
  margin: 0;
}
.content .zoom .popup a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.content .zoom .popup a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15px;
  font-size: 15px;
  font-family: vna-icons;
  content: "\e809";
  text-indent: 0;
  text-align: center;
  text-decoration: underline;
}
.content .zoom .popup a:hover:before {
  color: #00607b;
}
.content .zoom .popup a:before,
.content .zoom .popup a:focus:before,
.content .zoom .popup a:hover:before {
  text-decoration: none;
}
.content .zoom .download a {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  text-indent: -9999em;
  text-align: left;
  text-decoration: none;
  color: #2f9aa7;
}
.content .with-caption .zoom .download a {
  top: 25px;
}
.content .with-caption .zoom .popup + .download a {
  top: auto;
}
.content .with-caption .zoom .popup + .download a,
.content :not(.with-caption) .zoom .download a {
  margin-bottom: 5px;
}
.content .zoom .download a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  font-size: 20px;
  font-family: vna-icons;
  content: "\e80c";
  text-indent: 0;
  text-align: center;
}
.content .zoom .download a:focus,
.content .zoom .download a:hover {
  color: #00607b;
  text-decoration: none;
}
.content .flaps-control a {
  position: relative;
  height: 49px;
  width: 49px;
  line-height: 49px;
  text-indent: -9999em;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #00607b;
}
.content .flaps-control.is_stuck a {
  margin-top: 200px;
}
.content .flaps-control a:focus,
.content .flaps-control a:hover {
  outline: 0;
  background: rgba(255, 255, 255, 0.85);
}
.content .flaps-control a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  font-size: 28px;
  font-family: vna-icons;
  text-indent: 0;
  text-align: center;
  text-decoration: underline;
}
.content .flaps-control a.flaps-left:before {
  content: "\e808";
}
.content .flaps-control a.flaps-right:before {
  content: "\e809";
}
.content .flaps-control a:before,
.content .flaps-control a:focus:before,
.content .flaps-control a:hover:before {
  text-decoration: none;
}
.content .flaps-info {
  position: absolute;
  top: 100px;
  left: 50%;
  height: 165px;
  width: 166px;
  margin-left: -83px;
  text-indent: -9999em;
  z-index: -1;
  background: url(../img/swipefinger.png) 50% 50% no-repeat;
}
.accordion {
  clear: both;
  border: 1px solid #2f9aa7;
  border-width: 1px 0;
}
.accordion + .accordion {
  border-width: 0 0 1px 0;
}
.accordion + :not(.accordion) {
  margin-top: 20px;
}
.accordion-toggler a {
  display: block;
  float: right;
  text-decoration: none;
  font-style: italic;
  color: #00607b;
  margin: 0 0 12px 0;
}
.accordion-toggler a:focus,
.accordion-toggler a:hover {
  color: #2f9aa7;
}
.content .accordion-heading {
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  margin: 0;
}
.accordion-heading a {
  position: relative;
  text-decoration: none;
  display: block;
  padding: 12px 30px 12px 0;
  color: #000;
}
.accordion-heading a:focus {
  text-decoration: none;
}
.accordion-heading a:after {
  display: block;
  position: absolute;
  right: 7px;
  top: 12px;
  font-family: vna-icons;
  font-size: 13px;
  color: #00607b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "\e809";
}
.accordion-heading a:hover,
.accordion-heading a:hover:after {
  color: #2f9aa7;
}
.accordion-opened .accordion-heading a {
  color: #00607b;
}
.accordion-opened .accordion-heading a:after {
  color: #00607b;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.content .related {
  display: block;
  background: #e9edee;
  text-align: left;
}
.content a.related:focus,
.content a.related:hover {
  text-decoration: none;
}
.content .column,
.content .column .related {
  height: 100%;
}
.content .related.img-teaser {
  position: relative;
  overflow: hidden;
  min-height: 350px;
}
.content .related.wohnen-neu-denken {
  background: #009860;
}
.content .related.kraefte-buendeln {
  background: #009aa8;
}
.content .related.gemeinsam-aufbrechen {
  background: #6aaf23;
}
.content .related.graphs {
  background: #e9edee;
}
.content .related.letter > .inner {
  background: #b25296;
}
.content .related.development > .inner {
  background: #009aa8;
}
.content .related.changeme-css {
  background: #6aaf23;
}
.content .related.service {
  background: #00607b;
}
.content .related.changeme-css-2 > .inner {
  background: #009aa8;
}
.content .related > h3 {
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding: 1px 10px 0 10px;
  float: left;
  margin: 0 20px;
  text-transform: uppercase;
  font-weight: 800;
  background: #fff;
}
.content .related.img-teaser > h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.content .related.wohnen-neu-denken h3 {
  color: #009860;
}
.content .related.die-kraefte-buendeln h3 {
  color: #009aa8;
}
.content .related.gemeinsam-aufbrechen h3 {
  color: #6aaf23;
}
.content .related.forecast h3 {
  color: #009aa8;
}
.content .related.graphs h3 {
  background: #00607b;
  color: #fff;
}
.content .related.letter h3 {
  background: #b25296;
  color: #fff;
}
.content .related.development h3 {
  color: #009aa8;
}
.content .related.changeme-css h3 {
  color: #6aaf23;
}
.content .related.service h3 {
  color: #00607b;
}
.content .related.img-teaser:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 250px;
  height: 50%;
  content: " ";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.content .related.letter:before {
  background-image: url(../img/letter.jpg);
  background-position: 50% 0;
  height: 70%;
}
.content .related.development:before {
  background-image: url(../img/development.jpg);
}
.content .related > .inner {
  clear: both;
}
.content .teaser > .inner {
  padding: 20px 15px 20px 20px;
}
.magazine .content .teaser > .inner {
  padding-right: 5px;
}
.content .related.img-teaser > .inner {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
}
.content .teaser h4 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}
.content .teaser.graphs h4 {
  color: #000;
  margin-bottom: 20px;
}
.content .teaser.graphs .graph {
  padding: 0 0 20px 0;
}
.content .teaser.graphs .graph + .graph {
  padding-top: 17px;
  border-top: 1px solid #ccc;
}
.content .teaser p {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  color: #fff;
  margin-bottom: 40px;
}
.content .teaser .more {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  color: #fff;
  text-decoration: none;
}
.content .teaser:hover .more {
  text-decoration: underline;
}
.content .teaser .more.button {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 34px;
  line-height: 35px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #575757;
  text-decoration: none;
  background: 0 0;
}
.content .teaser .more.button:focus,
.content .teaser .more.button:hover {
  background: rgba(204, 209, 210, 0.7);
  border-color: transparent;
}
.content .teaser.letter .more.button {
  color: #fff;
  border-color: #d990bd;
}
.content .teaser.letter .more.button:focus,
.content .teaser.letter .more.button:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}
.content .teaser .more.button:before {
  display: block;
  position: absolute;
  left: 14px;
  top: -2px;
  font-family: vna-icons;
  content: "\e809";
  font-style: normal;
  color: #de4a3a;
}
.content .teaser.letter .more.button:before {
  color: #fff;
}
.content .forecast .more,
.content .related.changeme-css .more {
  display: block;
  position: absolute;
  bottom: 20px;
}
.content .related.service ul {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
.content .related.service li {
  border-top: 1px solid #fff;
  padding: 0;
  margin: 0;
}
.content .related.service li:before {
  display: none;
}
.content .related.service li a {
  display: block;
  position: relative;
  line-height: 20px;
  font-size: 14px;
  padding: 15px 15px 15px 59px;
  background: #eee;
  color: #00607b;
  text-decoration: none;
  font-style: italic;
  white-space: nowrap;
}
.content .related.service li a:before {
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  font-family: vna-icons;
  font-style: normal;
}
.content .related.service li a:hover {
  background: #dadada;
}
.content .related.service li.open-events a:before {
  content: "\e806";
}
.content .related.service li.open-downloads a:before {
  content: "\e80c";
}
.content .related.service li.open-charts a:before {
  content: "\e805";
}
.content .info {
  background: #009860;
  color: #fff;
  padding: 40px 20px 20px 20px;
}
.content .info h4 {
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.magazine-section:after {
  display: block;
  height: 11px;
  width: 100%;
  max-width: 612px;
  margin: 60px auto 80px auto;
  content: " ";
  background: url(../files/magazine-section-bg.svg) 50% 100% no-repeat;
  background-size: 100% 100%;
}
.section-anchor {
  display: block;
  text-indent: -9999em;
  height: 1px;
  position: relative;
  top: -120px;
}
.scrolled .section-anchor {
  top: -60px;
}
.magazine-section .arrow {
  position: relative;
  margin-top: 55px;
  background: url(../files/arrow-down-magazine.svg) 50% 0 no-repeat;
  background-size: 17px 12px;
}
.magazine-section .arrow:before {
  position: relative;
  top: -45px;
  display: block;
  margin: 0 auto 10px auto;
  width: 1px;
  height: 55px;
  background: #009860;
  content: " ";
}
.magazine-section h2 {
  font-size: 55px;
  line-height: 55px;
  color: #00617a;
  text-align: center;
}
.magazine-section h2.intro {
  margin-top: -102px;
}
.magazine-section h2.intro strong {
  font-weight: 400;
  color: #fff;
}
.magazine-section .highlight {
  margin-bottom: 30px;
  color: #009860;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
}
.magazine-section .highlight .big-number {
  font-size: 50px;
  line-height: 50px;
}
.magazine-section .quote {
  font-size: 45px;
  line-height: 1.1em;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  color: #009860;
}
.magazine-section .name {
  color: #009860;
}
.magazine-section .question {
  color: #00617a;
}
.magazine-section .sub-head {
  margin-top: 60px;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-size: 1.5em;
  color: #00617a;
  text-align: center;
}
.magazine-section .img-desc {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-size: 0.85em;
  color: #00617a;
}
.magazine-section .img-desc.align-right {
  text-align: left;
}
.magazine-section .statement {
  font-style: italic;
}
.magazine-section .hide-small {
  display: none;
}
main aside {
  margin-top: 40px;
  margin-bottom: 20px;
}
#secondary {
  display: none;
  margin-bottom: 30px;
}
#secondary h3,
.sitemap .content h3 {
  padding: 0 0 6px 0;
  font-size: 13px;
  line-height: 23px;
  color: #00607b;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  border-bottom: 1px solid #0099a4;
}
.sitemap .content h3 {
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
  font-style: normal;
  border-width: 0;
  padding: 0;
  margin-bottom: 8px;
}
#secondary li,
.sitemap .content li {
  border: 1px solid #0099a4;
  border-width: 0 0 1px 0;
}
.sitemap .content li {
  border-width: 0;
  margin: 0;
}
.sitemap .content li,
.sitemap .content ul {
  padding: 0;
}
.sitemap .content li:before {
  display: none;
}
#secondary a,
.sitemap .content a {
  color: #00607b;
}
.sitemap .content a {
  display: block;
}
#secondary ul a,
.sitemap .content ul a {
  font-size: 14px;
  line-height: 17px;
  padding: 8px 20px;
  font-weight: 500;
}
.sitemap .content h3 a {
  font-weight: 600;
  padding: 0;
}
#secondary a:focus,
#secondary a:hover,
.sitemap .content a:focus,
.sitemap .content a:hover {
  text-decoration: underline;
}
#secondary ul :not(.leaf) > a {
  position: relative;
  padding-right: 30px;
}
#secondary ul :not(.leaf) > a:after {
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  font-family: vna-icons;
  content: "\e809";
  text-decoration: underline;
}
#secondary a:focus:after,
#secondary a:hover:after,
#secondary ul :not(.leaf) > a:after {
  text-decoration: none;
}
#secondary .active > a {
  background: #0099a4;
  color: #fff;
}
#secondary .active:not(.leaf) > a:after,
#secondary .inpath > a:after {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sitemap .content .column > .sublevel {
  border-bottom: 1px solid #0099a4;
  margin-bottom: 40px;
}
.sitemap .content li li li {
  margin-left: 20px;
}
.sitemap .content li li + li {
  border-width: 1px 0 0;
}
#secondary li li a {
  font-size: 13px;
  padding-left: 40px;
}
.sitemap .content li li a {
  font-size: 13px;
}
#secondary li ul,
.sitemap .content li ul {
  border-top: 1px solid #0099a4;
}
#secondary li li.last,
.sitemap .content li.last {
  border-width: 0;
}
#secondary li li li a {
  padding-left: 60px;
}
aside .related {
  margin-bottom: 30px;
}
aside .related > h3 {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
  padding: 1px 10px 0 10px;
  float: left;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
aside .link-box > h3 {
  background: #d9493a;
}
aside .teaser > h3 {
  background: #0099a4;
}
aside .related > .inner {
  background: #e9edee;
  clear: both;
}
aside .teaser > .inner {
  padding: 20px;
}
aside .teaser p {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-size: 22px;
  line-height: 27px;
  color: #2f9aa7;
  margin-bottom: 20px;
}
aside .teaser .more {
  font-size: 17px;
  color: #2f9aa7;
  font-style: italic;
  text-decoration: none;
}
aside .teaser .more:focus,
aside .teaser .more:hover {
  text-decoration: underline;
}
aside .related li {
  border-top: 1px solid #fff;
}
aside .related li a {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  padding: 15px 40px;
  color: #d9493a;
  font-style: italic;
  text-decoration: none;
}
aside .related li a:focus,
aside .related li a:hover {
  text-decoration: underline;
}
aside .related li a:before {
  display: block;
  position: absolute;
  top: 17px;
  left: 20px;
  font-size: 16px;
  line-height: 16px;
  font-family: vna-icons;
  font-style: normal;
  content: "\e809";
  text-decoration: underline;
}
aside .related li a:before,
aside .related li a:focus:before,
aside .related li a:hover:before {
  text-decoration: none;
}
.content-footer {
  position: relative;
  height: 50px;
  text-align: center;
}
.content-footer a {
  font-size: 28px;
  outline: 0;
  pointer-events: all;
}
.page-top {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-indent: -9999em;
  text-decoration: none;
}
.page-top:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-family: vna-icons;
  text-indent: 0;
  content: "\e80d";
  color: #fff;
  background: #154e63;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  text-decoration: underline;
}
.page-top:before,
.page-top:focus:before,
.page-top:hover:before {
  text-decoration: none;
}
.page-top:focus:before,
.page-top:hover:before {
  background: #009aa8;
}
.flatnav {
  width: 100%;
  height: 100%;
  pointer-events: none;
  white-space: nowrap;
}
.flatnav a {
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #d9493a;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.flatnav a.prev {
  left: 0;
}
.flatnav a.next {
  right: 0;
}
.flatnav a .direction {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  color: #d9493a;
  text-indent: -99999px;
}
.flatnav a .direction:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-family: vna-icons;
  text-indent: 0;
}
.flatnav .prev .direction:before {
  content: "\e808";
}
.flatnav .next .direction:before {
  content: "\e809";
}
.flatnav a h3 {
  display: none;
  position: absolute;
  top: 48px;
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  background: #d9493a;
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
  font-weight: 400;
  color: #fff;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}
.flatnav .prev h3 {
  left: -1px;
  padding-left: 10px;
  padding-right: 45px;
}
.flatnav .next h3 {
  right: -1px;
  padding-right: 10px;
  padding-left: 45px;
}
.flatnav a:focus h3,
.flatnav a:hover h3 {
  display: block;
}
.site-footer {
  color: #84afbc;
  text-align: center;
  font-style: italic;
  margin-top: 20px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  background: #005467;
  background: -moz-linear-gradient(top, #005467 0, #004e5e 100%);
  background: -webkit-linear-gradient(top, #005467 0, #004e5e 100%);
  background: linear-gradient(to bottom, #005467 0, #004e5e 100%);
}
.ie9 .site-footer {
  filter: none;
}
.site-footer > .inner {
  padding-top: 25px;
  padding-bottom: 25px;
}
.site-footer a {
  color: #84afbc;
  text-decoration: none;
}
.no-touch footer a:focus,
.no-touch footer a:hover {
  color: #fff;
}
.popup-feedback-small .mfp-content {
  background-color: #fff;
  border-collapse: separate;
  font-size: 20px;
  max-width: 300px;
  padding: 17px;
  margin: auto;
}
.popup-feedback-small .feedback .keyword {
  padding-right: 17px;
}
.popup-feedback-small .mfp-close {
  color: #fff;
  top: -40px;
  right: -16px;
}
.popup-feedback-small .feedback td {
  padding-right: 10px;
}
.popup-feedback-small .feedback tr td:last-of-type {
  padding-right: 0;
}
.popup-recommend .mfp-content {
  height: 100%;
  max-height: 650px;
}
.imagemap-layers p {
  display: none;
  padding: 28px;
  border: 1px solid #999;
}
.imagemap-layers p.active {
  display: block;
}
.imagemap-layers.state-open p {
  display: block;
}
.imagemap-layers.state-open p.active {
  border: 2px solid #000;
}
.imagemap-wrapper {
  position: relative;
}
.imagemap-area {
  position: absolute;
  border: 1px solid orange;
  cursor: pointer;
}
.imagemap-area.circle {
  border-radius: 50%;
  border-style: none;
  -webkit-box-shadow: 1px 1px 19px 4px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 19px 4px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 19px 4px rgba(50, 50, 50, 0.75);
}
.imagemap-area.circle:hover {
  border-style: none;
  -webkit-box-shadow: 1px 1px 8px 4px rgba(50, 50, 50, 0.41);
  -moz-box-shadow: 1px 1px 8px 4px rgba(50, 50, 50, 0.41);
  box-shadow: 1px 1px 8px 4px rgba(50, 50, 50, 0.41);
}
.imagemap-area:hover {
  border: 2px solid orange;
}
.imagemap-area.active {
  border: 2px solid #000;
}
.counter {
  font-size: 70px;
}
.counter .unit {
  font-size: 35px;
}
.infinite-scroll .pagination {
  display: none;
}
.infinite-scroll .loading-icon {
  display: none;
  text-align: center;
}
.infinite-scroll.page-loading .loading-icon {
  display: block;
}
.infinite-scroll .loading-icon img {
  display: inline;
}
.glossar .content dt {
  width: 30px;
  padding-right: 0;
  font-size: 19px;
  box-sizing: content-box;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-weight: 400;
  color: #00617a;
  border-right: 1px solid #00617a;
}
.glossar .content dd {
  margin-left: 50px;
}
.glossar .content dd + dt {
  margin-top: 53px;
}
.glossar .content dd + dt + dd {
  border-top: 1px solid #00617a;
  padding-top: 25px;
  margin-top: 35px;
}
.glossary-layer {
  position: absolute;
  width: 95%;
  padding: 30px 20px;
  background: #0099a4;
  color: #fff;
  display: none;
  box-sizing: border-box;
  z-index: 1;
}
.glossary-layer a {
  color: #fff;
}
.glossary-layer.active {
  display: block;
}
.glossary-layer.show-needle {
  margin-top: 10px;
}
.glossary-layer.show-needle.above {
  margin-top: -10px;
}
.glossary-layer.show-needle .needle {
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #0099a4;
  border-top: 0;
  top: -10px;
  left: 10px;
}
.glossary-layer.show-needle.above > .needle {
  border-bottom-color: transparent;
  border-top: 10px solid #0099a4;
  border-bottom: 0;
  top: auto;
  bottom: -10px;
}
.glossary-layer.parent {
  background: rgba(133, 133, 133, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.glossary-layer.parent > .needle {
  border-bottom-color: rgba(133, 133, 133, 0.8) !important;
}
.glossary-layer.parent.above > .needle {
  border-top-color: rgba(133, 133, 133, 0.8) !important;
}
.glossary-layer .close {
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 15px;
  height: 17px;
  line-height: 17px;
  width: 17px;
  padding: 0;
}
.glossary-layer .close:before {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  content: "\e803";
  font-family: vna-icons;
  text-decoration: none;
  font-size: 17px;
}
.glossary-layer.show-on-hover .close {
  display: none;
}
.glossary-layer .glossary-word {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.glossary-layer a.glossary {
  border-color: #fff;
}
.no-js .lazyload {
  display: none;
}
.content img:not(.lazyload) {
  height: auto;
}
.lazyload-container {
  background: url(../img/loading.gif) 50% 50% no-repeat;
  display: inline-block;
  min-height: 100px;
}
.lazyload-container img {
  opacity: 0;
  transition: opacity 2s;
}
.bx-wrapper [aria-hidden="true"] .lazyload-container img {
  transition: none;
}
.lazyload-container img.lazyload-active {
  opacity: 1;
}
@media screen and (min-width: 520px) {
  .content .related.letter:before {
    background-position: 50% 0;
    height: 90%;
  }
}
@media screen and (min-width: 768px) {
  .site-header {
    padding: 27px 20px 15px 20px;
    position: fixed;
    z-index: 20;
  }
  .scrolled .site-header {
    top: 0;
  }
  .user-loggedin .site-header,
  .user-loggedin.scrolled .site-header {
    top: 50px;
  }
  .site-header .logo {
    height: 28px;
    width: 177px;
  }
  .site-header .logo:before {
    font-size: 28px;
  }
  .site-title {
    font-size: 18px;
    line-height: 17px;
  }
  .primary,
  .scrolled .primary {
    position: fixed;
    top: 70px;
    z-index: 25;
  }
  .user-loggedin .primary,
  .user-loggedin.scrolled .primary {
    top: 128px;
  }
  .toggle-container .toggle-language {
    top: -70px;
    right: 10px;
    height: 40px;
    line-height: 40px;
  }
  .toggle-container .toggle-language:after,
  .toggle-container .toggle-language:before {
    font-size: 18px;
  }
  .buttons-language-active .toggle-language {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  }
  .language-switch {
    top: -30px;
    right: 10px;
  }
  main {
    padding: 115px 40px 0 40px;
  }
  main > .inner {
    padding-top: 30px;
  }
  article .stage {
    top: 115px;
  }
  .suche .content-title {
    margin-bottom: 24px;
  }
  .main-magazine .content-title {
    top: 510px;
  }
  .magazine .section-nav {
    width: 50%;
  }
  .slider > * .inner {
    font-size: 24px;
    line-height: 30px;
  }
  .content .related.letter:before {
    background-position: 50% 0;
    height: 70%;
  }
  .main-magazine .content > p {
    padding: 0 25%;
  }
  .scrolled .section-anchor,
  .section-anchor {
    top: -130px;
  }
  .magazine-section .bottom {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
  }
  .magazine-section .column .bottom {
    padding-right: 30px;
  }
  .magazine-section .hide-small {
    display: block;
  }
  .magazine-section .img-desc.align-right {
    text-align: right;
  }
  .magazine-section .highlight .big-number.wide {
    font-size: 40px;
  }
  .glossary-layer {
    width: 75%;
  }
  .site-footer {
    padding: 0 40px;
  }
  .site-footer > .inner {
    padding-top: 37px;
    padding-bottom: 38px;
  }
  .site-footer .copyright,
  .site-footer li,
  .site-footer ul {
    float: left;
  }
  .site-footer .copyright {
    padding-right: 15px;
  }
  .site-footer li a {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1023px) {
  .site-header {
    padding: 30px 33px 30px 31px;
  }
  .scrolled .site-header {
    top: 0;
  }
  .site-header .logo {
    height: 40px;
    width: 253px;
  }
  .site-header .logo:before {
    font-size: 40px;
    top: 1px;
  }
  .site-title {
    font-size: 27px;
    line-height: 24px;
    padding-top: 16px;
  }
  .primary,
  .scrolled .primary {
    position: fixed;
    top: 100px;
    z-index: 25;
  }
  .user-loggedin .primary {
    top: 150px;
  }
  .primary {
    padding: 0 17px;
    height: 50px;
  }
  .toggle-container {
    height: 50px;
    line-height: 50px;
  }
  .toggle-container .toggle-primary {
    display: none;
  }
  .toggle-container .toggle-language {
    top: -90px;
    right: 22px;
    height: 30px;
    line-height: 30px;
  }
  .toggle-container .toggle-language:after,
  .toggle-container .toggle-language:before {
    font-size: 17px;
  }
  .language-switch {
    top: -60px;
    right: 22px;
  }
  .search-form {
    top: 50px;
  }
  .search-form > .inner {
    padding-left: 0;
    padding-right: 0;
    width: 48.27%;
    position: absolute;
    right: 14px;
    top: 0;
  }
  .search-submit {
    right: 0;
    width: 60px;
  }
  .search-suggestions {
    padding-left: 50.39%;
    padding-right: 74px;
  }
  .nav-main {
    pointer-events: all;
  }
  .nav-main .menu {
    display: block;
  }
  .nav-main li {
    position: relative;
  }
  .nav-main li.main-item {
    float: left;
  }
  .nav-main .home-item {
    display: none;
  }
  .nav-main a {
    line-height: 21px;
    padding: 12px 12px;
  }
  .nav-main .main-item > a {
    padding-top: 15px;
    padding-bottom: 13px;
    line-height: 22px;
  }
  .nav-main .sublevel a {
    min-width: 258px;
  }
  .nav-main li.active > a,
  .nav-main li.inpath > a {
    background: #226f84;
  }
  .nav-main a:focus,
  .nav-main a:hover,
  .nav-main li.active > a:focus,
  .nav-main li.active > a:hover,
  .nav-main li.inpath > a:focus,
  .nav-main li.inpath > a:hover,
  .nav-main li:hover {
    background: #0099a4;
  }
  .nav-main li ul {
    position: absolute;
    left: -9999em;
    background: #006178;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.4);
  }
  .nav-main li:hover > ul {
    left: auto;
  }
  .nav-main li ul li {
    border-top: 1px solid #0099a4;
  }
  .nav-main .sublevel ul {
    display: none;
  }
  .nav-main li li:hover > ul {
    left: 100%;
    top: -1px;
  }
  main {
    padding: 149px 30px 0 30px;
  }
  main > .inner {
    padding-top: 45px;
  }
  article {
    width: 72.3684%;
    float: right;
    padding-top: 57px;
    margin-bottom: 35px;
  }
  .serviceseiten article {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .magazine article,
  .willkommen article {
    width: auto;
    float: none;
  }
  .has-stage article {
    padding-top: 618px;
  }
  article .stage {
    height: 618px;
    top: 150px;
  }
  .has-wheel .stage .scroll {
    display: block;
  }
  .slider > * .inner {
    padding: 60px 100px;
    font-size: 30px;
    line-height: 40px;
  }
  .bx-controls-direction a {
    bottom: 90px;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .has-wheel .bx-controls-direction a {
    border: none;
    bottom: auto;
  }
  .bx-controls-direction a:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .has-wheel .bx-controls-direction a:hover {
    background: 0 0;
  }
  .bx-controls-direction a:before {
    opacity: 1;
  }
  .bx-prev {
    left: 20px;
  }
  .bx-next {
    right: 20px;
  }
  .magazine .section-nav {
    width: 33%;
  }
  .content-title {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 30px 0;
  }
  .magazine .content-title {
    font-size: 60px;
    line-height: 55px;
  }
  .main-magazine .content-title {
    top: 800px;
  }
  .main-magazine .content-title:after {
    height: 66px;
    margin-top: 35px;
  }
  .has-wheel .content-title {
    top: 402px;
  }
  .content .subheadline {
    margin: -15px 0 30px;
    font-size: 18px;
    color: #00617a;
  }
  .main-magazine .content {
    padding-top: 250px;
    font-size: 24px;
  }
  .content h2 {
    font-size: 24px;
    margin: 30px 0 10px 0;
  }
  .content > h2:first-of-type {
    margin-top: 0;
  }
  .content h3 {
    font-size: 21px;
    margin: 0 0 8px 0;
  }
  .content h4 {
    font-size: 18px;
    margin: 0 0 5px 0;
  }
  .content h5 {
    margin: 0 0 8px 0;
    font-weight: 600;
  }
  .glossar .content dt {
    font-size: 21px;
    margin-top: 51px;
  }
  .content figure.float-left,
  .content figure.float-right {
    width: 48%;
  }
  .content figure.float-right {
    margin-left: 40px;
  }
  .content figure.float-left {
    margin-right: 40px;
  }
  .content figcaption.align-left {
    padding-right: 50%;
  }
  .content figcaption.align-right {
    padding-left: 50%;
  }
  .content .accordion-heading {
    font-size: 19px;
  }
  .content .related.letter:before {
    background-position: 50% 0;
    height: 100%;
  }
  .content .related.letter > .inner {
    background: rgba(178, 82, 150, 0.7);
  }
  .content .related.service li a {
    padding-left: 54px;
  }
  .scrolled .section-anchor,
  .section-anchor {
    top: -160px;
  }
  .magazine-section {
    font-size: 16px;
    line-height: 1.5882;
  }
  .magazine-section:after {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .magazine-section h2 {
    margin-top: 0;
    font-size: 80px;
    line-height: 80px;
  }
  .magazine-section h2.intro {
    margin-top: -148px;
  }
  .magazine-section .highlight .big-number {
    font-size: 65px;
  }
  .magazine-section .highlight .big-number.wide {
    font-size: 52px;
  }
  .magazine-section .img-desc {
    margin-bottom: 40px;
  }
  .magazine-section .img-desc.align-right {
    padding-left: 40%;
  }
  .magazine-section .img-desc.align-left {
    padding-right: 40%;
  }
  .magazine-section .one-fourth .img-desc.align-left,
  .magazine-section .one-fourth .img-desc.align-right {
    padding-left: 0;
    padding-right: 0;
  }
  .magazine-section .statement {
    font-size: 1.25em;
    margin-bottom: 40px;
  }
  .content-after {
    width: 23.0701%;
    float: left;
    margin-top: 56px;
  }
  #secondary {
    display: block;
  }
}
@media screen and (min-width: 1195px) {
  .primary .nav-main {
    margin-left: -22px;
  }
  .nav-main a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .has-wheel .content-title {
    top: 449px;
    font-size: 55px;
  }
  article .stage {
    height: 780px;
  }
  .has-wheel article .stage {
    height: 800px;
  }
  .has-wheel article .stage > .inner {
    top: -80px;
  }
  .has-wheel .stage #wheel {
    height: 600px;
    width: 600px;
    margin-left: -300px;
    top: 100px;
  }
  .has-wheel .slider > * > .inner {
    top: 565px;
    width: 350px;
    margin-left: -175px;
  }
  .has-wheel .slider h3 {
    line-height: inherit;
    padding: 4px 0 6px 0;
  }
  .has-wheel .bx-controls-direction a {
    height: 416px;
    width: 299px;
    top: 100px;
  }
  .has-wheel .bx-prev {
    margin-left: -300px;
  }
  .has-stage article {
    padding-top: 780px;
  }
  .magazine .content-title {
    font-size: 89px;
    line-height: 84px;
  }
  .magazine-section .highlight .big-number.wide {
    font-size: 60px;
  }
  .main-magazine .content-title {
    top: 950px;
  }
  .main-magazine .content {
    padding-top: 270px;
  }
  .content .related.service li a {
    padding-left: 59px;
  }
}
@media screen and (min-width: 1220px) {
  .primary > .inner {
    position: relative;
  }
  .toggle-container .toggle-language {
    right: -10px;
  }
  .language-switch {
    right: -10px;
  }
  .search-form {
    left: -10%;
    width: 120%;
  }
  .search-form > .inner {
    right: 7%;
  }
  .search-suggestions {
    padding-left: 44.7%;
    padding-right: 156px;
  }
}
@media screen and (min-width: 1320px) {
  main {
    position: relative;
    padding-bottom: 50px;
  }
  .content-footer {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page-top {
    display: block;
    position: fixed;
    right: 20px;
    bottom: -50px;
    -webkit-transition: bottom 250ms ease;
    -moz-transition: bottom 250ms ease;
    -ms-transition: bottom 250ms ease;
    -o-transition: bottom 250ms ease;
    transition: bottom 250ms ease;
    text-decoration: none;
  }
  .scrolled .page-top {
    bottom: 120px;
  }
  .flatnav {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 13;
  }
  .flatnav a.prev {
    left: 20px;
  }
  .flatnav a.next {
    right: 20px;
  }
}
.lt-ie9 .video-js {
  width: 748px !important;
  height: 420px !important;
}
.site-title .intern {
  display: block;
  position: relative;
  padding-right: 35px;
}
@media screen and (min-width: 768px) {
  .site-title .intern {
    padding-top: 8px;
    padding-right: 46px;
    padding-bottom: 6px;
    padding-left: 15px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 334px) {
  .site-title .intern {
    padding-right: 0;
  }
}
.site-title .intern:after {
  font-family: vna-icons;
  content: "\e801";
  font-style: normal;
  padding-left: 17px;
  font-size: 17px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .site-title .intern:after {
    top: 9px;
  }
}
@media screen and (max-width: 334px) {
  .site-title .intern:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .site-title-active {
    background-color: #2f9aa7;
  }
}
.vna-switch-reports {
  transition-duration: 0.25s;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  border-top: 7px solid #2f9aa7;
  position: absolute;
  right: -9px;
  width: 225px;
  z-index: 100000;
  height: 67px;
  bottom: 0;
  text-align: center;
}
.vna-switch-reports a {
  transition-duration: 0.25s;
  display: block;
  line-height: 60px;
  color: #9fafb5;
  font-size: 14px;
  width: 100%;
  font-style: italic;
  color: #000;
}
.vna-switch-reports a:hover {
  color: #005f7c;
}
@media screen and (max-width: 1024px) {
  .vna-switch-reports {
    right: 10px;
    height: 51px;
  }
  .vna-switch-reports a {
    line-height: 51px;
  }
}
.vna-switch-reports-visible {
  opacity: 1;
  visibility: visible;
}
.changeme-css-2 {
  background-color: #009aa8;
}
.changeme-css-2:before {
  background: 0 0;
  background-color: #009aa8;
}
.changeme-css-2 h3 {
  background-color: #fff;
}
.changeme-css-2 .inner {
  top: 19px;
}
h1.content-title {
  color: #00607b;
}
[data-level*="5"] {
  margin-left: 5px;
}
.site-header .logo:before {
  content: "";
  display: none;
}
.site-header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.nav-main-side {
  display: flex;
  position: absolute;
  right: -7px;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 1219px) {
  .nav-main-side {
    right: 24px;
  }
}
@media screen and (max-width: 1022px) {
  .nav-main-side {
    right: 13px;
  }
}
@media screen and (max-width: 767px) {
  .nav-main-side {
    right: 70px;
  }
}
.nav-main-side a,
.nav-main-side button {
  text-indent: -99999px;
  font-size: 20px;
  color: #b2cfd7;
  padding: 0;
  height: 100%;
  width: 40px;
  overflow: hidden;
  display: block;
}
.nav-main-side a:hover,
.nav-main-side button:hover {
  color: #fff;
}
.nav-main-side a:before,
.nav-main-side button:before {
  font-family: vna-icons;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-indent: 0;
}
.nav-main-side button.toggle-search {
  background: 0 0;
}
.nav-main-side button.toggle-search:before {
  content: "\e804";
}
.nav-main-side .open-charts:before {
  content: "\e805";
}
.nav-main-side .open-downloads:before {
  content: "\e80c";
}
.nav-main-side .open-events:before {
  content: "\e806";
}
.nav-main-side .open-vorjahresvergleich:before {
  content: "";
  background: url(../files/icon_vorjahresvergleich.svg) no-repeat center center;
}
.nav-main-side .open-vorjahresvergleich:hover:before {
  background: url(../files/icon_vorjahresvergleich_hover.svg) no-repeat center
    center;
}
.buttons-search-active button.toggle-search {
  background: #0099a4;
  color: #fff;
}
.buttons-search-active button.toggle-search:before {
  content: "\e803";
}
.cookie-layer {
  display: none;
  width: 100%;
  opacity: 0.95;
  background: #e9edee;
  position: fixed;
  top: 0;
  left: 0;
  padding: 16px 48px 16px 16px;
  z-index: 5000;
}
.cookie-layer.visible {
  display: block;
}
@media screen and (max-width: 767px) {
  .cookie-layer {
    bottom: 0;
    top: auto;
  }
}
@media screen and (min-width: 768px) {
  .cookie-layer {
    padding: 13px 39px 13px 13px;
  }
}
.cookie-layer p {
  font-size: 15px;
  line-height: 24px;
  margin-left: 14px;
  padding-right: 50px;
}
.cookie-layer a {
  margin-left: 14px;
  font-style: italic;
  text-decoration: none;
  color: #009aa8;
  font-size: 12px;
}
.cookie-layer a:hover {
  text-decoration: underline;
}
.cookie-layer .wrapper {
  position: relative;
  max-width: 1170px;
}
.cookie-layer__close {
  position: absolute;
  top: 2px;
  right: -19px;
  width: 24px;
  height: 24px;
  background: url(../files/btn-close-black.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 330px) {
  .cookie-layer__close {
    right: 20px;
  }
}
.cookie-layer__close span {
  display: none;
}
.page_serviceseiten_kennzahlenvergleich .content {
  overflow: auto;
}
.page_serviceseiten_kennzahlenvergleich .content-footer {
  margin-top: 50px;
}
.intro {
  font-size: 20px;
  line-height: 29px;
  color: #00607b;
}
.sublevel-links {
  margin-bottom: 30px;
}
.sublevel-links a {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 27px;
  color: #009aa8;
}
.sublevel-links a:before {
  content: "\e80d";
  font-family: vna-icons;
  transform: rotate(90deg);
  display: inline-block;
  margin-right: 10px;
}
.sublevel-links a:focus:before,
.sublevel-links a:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.sublevel-links a + a {
  margin-top: 10px;
}
@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  #adminbar,
  .breadcrumb,
  .download,
  .flatnav,
  aside,
  footer,
  header,
  nav {
    display: none;
  }
  article header {
    display: block;
  }
  .content-container,
  article,
  body,
  html {
    background: #fff !important;
    color: #000 !important;
    height: auto !important;
    padding: 0 !important;
    width: auto !important;
  }
  .content > div,
  .content > dl,
  .content > ol,
  .content > p,
  .content > ul {
    color: #000 !important;
    margin-right: 0 !important;
  }
  .contentHeader {
    display: none;
  }
  .do-not-print,
  .no-print {
    display: none;
  }
  article a.glossary,
  article a.intern {
    color: #000;
    text-decoration: none;
  }
  article a.extern,
  article
    a[target^="_blank"]:not(.glossary):not(.intern):not(.verweispdf):after {
    content: " (" attr(href) ") ";
  }
  a:after > img {
    content: "";
  }
} /*!
 * fullPage 3.0.4
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.fp-right {
  right: 17px;
}
#fp-nav.fp-left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
  bottom: 17px;
}
.fp-slidesNav.fp-top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.verstehen-anpacken article {
  width: auto;
  float: none;
}
.magazine-header {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 700px;
  max-height: calc(100vh - 150px);
  background-image: linear-gradient(
    160deg,
    #6aaf23 0,
    #008187 30%,
    #00607b 100%
  );
  text-align: center;
  padding: 60px 15px;
}
@media screen and (min-width: 768px) {
  .magazine-header {
    padding-left: 40px;
    padding-right: 40px;
    max-height: none;
  }
}
@media screen and (min-width: 1023px) {
  .magazine-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.magazine-header h1 {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 29px;
  color: #fff;
  opacity: 0.4;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.magazine-header h1:after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #fff;
  margin: 28px auto 15px auto;
}
@media screen and (min-width: 768px) {
  .magazine-header h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .magazine-header h1:after {
    height: 67px;
  }
}
.magazine-header h2 {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 29px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .magazine-header h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.magazine-header .scroll-down {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-size: 19px;
  line-height: 27px;
  color: #f6f6f6;
  text-decoration: none;
}
.magazine-header .scroll-down:after {
  content: "\e809";
  display: inline-block;
  font-family: vna-icons;
  font-size: 25px;
  font-style: normal;
  line-height: 1;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .magazine-header .scroll-down {
    font-size: 30px;
    line-height: 43px;
  }
  .magazine-header .scroll-down:after {
    font-size: 35px;
  }
}
.magazine-header--story {
  height: 300px;
  padding: 40px 15px;
}
.magazine-header--story h1 {
  font-size: 30px;
  line-height: 35px;
}
.magazine-header--story h1:after {
  height: 50px;
  margin: 15px auto;
}
.magazine-header--story h2 {
  font-size: 30px;
  line-height: 30px;
}
.magazine-header--story .scroll-down {
  display: none;
}
ul.magazine-overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
ul.magazine-overview li {
  width: 100%;
  padding: 0;
}
ul.magazine-overview li:before {
  display: none !important;
}
@media screen and (min-width: 768px) {
  ul.magazine-overview li {
    width: calc((100% - 30px) / 2);
  }
}
.magazine-teaser {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
  background-position: 50% 0;
}
.magazine-teaser:hover {
  text-decoration: none !important;
}
.magazine-teaser:hover * {
  text-decoration: none !important;
}
.magazine-teaser p {
  position: relative;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  color: #fff;
  z-index: 1;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .magazine-teaser p {
    font-size: 40px;
    line-height: 45px;
  }
}
.magazine-teaser:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-image: linear-gradient(to top, #00607b 0, transparent 100%);
}
.magazine-teaser__slogan {
  opacity: 0.4;
  max-width: 390px;
}
.magazine-teaser__slogan:after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #fff;
  opacity: 0.4;
  margin: 10px auto;
}
.magazine-teaser--1 {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(
    160deg,
    #6aaf23 0,
    #008187 30%,
    #00607b 100%
  );
  text-align: center;
}
.magazine-teaser--1:after {
  display: none;
}
body.magazine-1 main {
  overflow: hidden;
  background-image: linear-gradient(
    20deg,
    #6aaf23 0,
    #008187 30%,
    #00607b 100%
  );
}
body.magazine-1 main > .inner {
  padding: 0;
}
body.magazine-1 article {
  display: none;
}
body.magazine-1 .section {
  background: 0 0;
}
body.magazine-1 .content-footer {
  background: #fff;
  margin: 0 -40px;
}
body.magazine-1 .section-footer {
  background: #fff;
  margin: 0 -40px;
}
body.magazine-1 .section-footer footer {
  display: none;
}
body.magazine-1 .section-footer .story-footer {
  background: 0 0;
  margin: 0;
}
body.magazine-1 .section-footer .story-footer h3 {
  color: #085368;
}
body.magazine-1 .section-footer .story-footer .bx-controls-direction a {
  border-color: #085368;
  color: #085368;
}
body.magazine-1 .blockquote {
  position: relative;
  width: 750px;
  max-width: 100%;
  margin: 30px auto;
  text-align: center;
}
body.magazine-1 .blockquote p {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-size: 19px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 20px;
  order: 1;
}
body.magazine-1 .blockquote cite {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #f6f6f6;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}
body.magazine-1 .blockquote cite span {
  font-weight: 400;
  margin-top: 5px;
}
body.magazine-1 .blockquote--left {
  display: flex;
  flex-direction: column;
  margin: 0 auto 30px auto;
}
body.magazine-1 .blockquote--left cite {
  display: block;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
}
body.magazine-1 .list-box {
  padding: 30px;
  border: 2px solid #fff;
  margin: 60px 0;
}
body.magazine-1 .list-box h3 {
  font-size: 15px;
  line-height: 14px;
  color: #f6f6f6;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body.magazine-1 .list-box ul {
  list-style: none;
  color: #f6f6f6;
}
body.magazine-1 .list-box ul li {
  position: relative;
  padding-left: 23px;
  font-size: 17px;
  line-height: 27px;
}
body.magazine-1 .list-box ul li:before {
  content: "\2014";
  position: absolute;
  left: 0;
}
.section-image {
  position: relative;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  body.magazine-1 {
    margin: 0 !important;
    background-image: linear-gradient(
      20deg,
      #6aaf23 0,
      #008187 30%,
      #00607b 100%
    );
    background-position: 0 150px;
  }
  body.magazine-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      160deg,
      #6aaf23 0,
      #008187 30%,
      #00607b 100%
    );
    opacity: 0;
    transition: opacity 1.5s;
  }
  body.magazine-1.fp-viewing-0:before,
  body.magazine-1.fp-viewing-1:before {
    opacity: 1;
  }
  body.magazine-1.fp-viewing-0 #fp-nav ul li:nth-child(1) span,
  body.magazine-1.fp-viewing-1 #fp-nav ul li:nth-child(1) span {
    background: #fff;
  }
  body.magazine-1.fp-viewing-2 .section-bg--1,
  body.magazine-1.fp-viewing-3 .section-bg--1 {
    opacity: 1;
  }
  body.magazine-1.fp-viewing-2 #fp-nav ul li:nth-child(3) span,
  body.magazine-1.fp-viewing-3 #fp-nav ul li:nth-child(3) span {
    background: #fff;
  }
  body.magazine-1.fp-viewing-4 .section-bg--2,
  body.magazine-1.fp-viewing-5 .section-bg--2 {
    opacity: 1;
  }
  body.magazine-1.fp-viewing-4 #fp-nav ul li:nth-child(5) span,
  body.magazine-1.fp-viewing-5 #fp-nav ul li:nth-child(5) span {
    background: #fff;
  }
  body.magazine-1.fp-viewing-6 .section-bg--3,
  body.magazine-1.fp-viewing-7 .section-bg--3 {
    opacity: 1;
  }
  body.magazine-1.fp-viewing-6 #fp-nav ul li:nth-child(7) span,
  body.magazine-1.fp-viewing-7 #fp-nav ul li:nth-child(7) span {
    background: #fff;
  }
  body.magazine-1.fp-viewing-8 .section-bg--4,
  body.magazine-1.fp-viewing-9 .section-bg--4 {
    opacity: 1;
  }
  body.magazine-1.fp-viewing-8 #fp-nav ul li:nth-child(9) span,
  body.magazine-1.fp-viewing-9 #fp-nav ul li:nth-child(9) span {
    background: #fff;
  }
  body.magazine-1.fp-viewing-10 .section-bg--5,
  body.magazine-1.fp-viewing-11 .section-bg--5 {
    opacity: 1;
  }
  body.magazine-1.fp-viewing-10 #fp-nav ul li:nth-child(11) span,
  body.magazine-1.fp-viewing-11 #fp-nav ul li:nth-child(11) span {
    background: #fff;
  }
  body.magazine-1 .section {
    padding: 0 15px;
    height: calc(100vh - 150px) !important;
  }
  body.magazine-1 .section__inner {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
  }
  body.magazine-1 main {
    padding: 0;
    background: 0 0;
  }
  body.magazine-1 footer {
    display: none;
  }
  body.magazine-1 .fp-tableCell {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 150px;
  }
  body.magazine-1 #fp-nav {
    margin-top: 0 !important;
    left: 20px;
  }
  body.magazine-1 #fp-nav ul li {
    width: 12px;
    height: 12px;
    margin: 10px 0;
  }
  body.magazine-1 #fp-nav ul li:nth-child(10),
  body.magazine-1 #fp-nav ul li:nth-child(12),
  body.magazine-1 #fp-nav ul li:nth-child(2),
  body.magazine-1 #fp-nav ul li:nth-child(4),
  body.magazine-1 #fp-nav ul li:nth-child(6),
  body.magazine-1 #fp-nav ul li:nth-child(8) {
    display: none;
  }
  body.magazine-1 #fp-nav ul li a span {
    width: 12px;
    height: 12px;
    background: 0 0;
    border: 2px solid #fff;
    left: 0;
    top: 0;
    margin: 0;
  }
  body.magazine-1 #fp-nav ul li a.active span,
  body.magazine-1 #fp-nav ul li a:hover span {
    width: 12px;
    height: 12px;
    margin: 0;
    background: #fff;
  }
  body.magazine-1 #fp-nav ul li .fp-tooltip {
    font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
      sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }
  body.magazine-1.fp-viewing-12 #fp-nav {
    margin-top: 0 !important;
  }
  body.magazine-1.fp-viewing-12 #fp-nav ul li a span {
    border: 2px solid #00607b;
  }
  body.magazine-1.fp-viewing-12 #fp-nav ul li a.active span,
  body.magazine-1.fp-viewing-12 #fp-nav ul li a:hover span {
    background: #00607b;
  }
  body.magazine-1.fp-viewing-12 #fp-nav ul li .fp-tooltip {
    color: #00607b;
  }
  body.magazine-1 .magazine-header--1 {
    height: calc(100vh - 150px);
  }
  body.magazine-1 .magazine-header--1 .fp-tableCell {
    padding-bottom: 220px;
  }
  body.magazine-1 .content-footer {
    margin: 0 auto;
  }
  body.magazine-1 .section-footer {
    margin: 0 auto;
  }
  body.magazine-1 .section-footer footer {
    display: block;
  }
  body.magazine-1 .section-footer .story-footer {
    margin-bottom: 100px;
  }
  body.magazine-1 .blockquote p {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  body.magazine-1 .blockquote cite {
    font-size: 15px;
    line-height: 18px;
  }
  body.magazine-1 .blockquote--left {
    display: block;
    width: 500px;
    max-width: 100%;
    text-align: left;
    margin: 0;
    margin-left: 50px;
  }
  body.magazine-1 .blockquote--left p {
    font-size: 30px;
    line-height: 43px;
  }
  body.magazine-1 .blockquote--left cite {
    width: 100%;
    position: relative;
    background: 0 0;
    top: 0;
    left: 0;
    padding: 0;
    transform: none;
  }
  body.magazine-1 .list-box {
    width: 485px;
    max-width: 100%;
    margin-left: 50px;
  }
  body.magazine-1 .list-box h3 {
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 20px;
  }
  body.magazine-1 .list-box ul li {
    font-size: 17px;
    line-height: 27px;
  }
  .section-bg {
    position: absolute;
    right: 0;
    top: 150px;
    width: 100%;
    height: calc(100vh - 150px);
    opacity: 0;
    transition: all 1s;
    pointer-events: none;
    background-size: cover;
  }
  .section-bg--1 {
    background-image: url(../img/magazine-1-story-1.png);
  }
  .section-bg--2 {
    background-image: url(../img/magazine-1-story-2.png);
  }
  .section-bg--3 {
    background-image: url(../img/magazine-1-story-3.png);
  }
  .section-bg--4 {
    background-image: url(../img/magazine-1-story-4.png);
  }
  .section-bg--5 {
    background-image: url(../img/magazine-1-story-5.png);
  }
  .section-image {
    display: none;
  }
}
@media screen and (min-width: 1320px) {
  body.magazine-1 #fp-nav {
    left: 55px;
  }
}
body.story .story-intro {
  margin: 0 auto;
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #085368;
  text-align: center;
}
body.story .story-intro:after {
  content: "";
  display: block;
  width: 555px;
  max-width: 100%;
  height: 1px;
  background: #009860;
  margin: 30px auto;
}
@media screen and (min-width: 1024px) {
  body.story .story-intro {
    font-size: 35px;
    line-height: 45px;
  }
  body.story .story-intro:after {
    margin: 40px auto;
  }
}
body.story p {
  font-size: 15px;
  line-height: 25px;
}
body.story .story-headline {
  margin-bottom: 40px;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-size: 31px;
  line-height: 35px;
  font-weight: 400;
  color: #009860;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  body.story .story-headline {
    font-size: 75px;
    line-height: 76px;
  }
}
body.story .story-subheadline {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #009860;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  body.story .story-subheadline {
    font-size: 35px;
    line-height: 45px;
  }
}
body.story .content {
  width: 555px;
  max-width: 100%;
  margin: 0 auto;
}
body.story .content > figure.photo {
  margin: 40px auto;
}
body.story .content h2 {
  font-size: 24px;
  line-height: 34px;
  color: #00607b;
  margin-bottom: 20px;
}
body.story figure figcaption {
  font-size: 18px;
  line-height: 20px;
  color: #009860;
  margin-top: 10px;
}
body.story .figure-container {
  margin: 40px auto;
}
.story-footer {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  margin-bottom: 30px;
  padding: 15px;
  background-image: linear-gradient(
    160deg,
    #6aaf23 0,
    #008187 30%,
    #00607b 100%
  );
}
.story-footer__inner {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}
.story-footer h3 {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-family: "Mercury Text G1 B", FreeSerif, TimesNewRoman, "Times New Roman",
    Times, Georgia, serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 35px;
}
.story-footer .bx-wrapper {
  max-width: calc(100% - 45px) !important;
  margin: 0 45px;
}
.story-footer .bx-controls-direction a {
  bottom: auto;
  top: 50%;
}
.story-footer .bx-controls-direction a.bx-prev {
  left: -50px;
}
.story-footer .bx-controls-direction a.bx-next {
  right: -50px;
}
.story-slider li {
  width: calc((100% - 60px) / 3);
}
.story-slider li.disabled {
  display: none;
}
.story-slider .magazine-teaser {
  width: 100%;
  height: 260px;
  margin: 0;
  background-size: cover;
  background-position: 50% 0;
}
.story-slider .magazine-teaser p {
  font-size: 24px;
  line-height: 27px;
}
body.interview .content .blue {
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
  font-size: 22px;
  line-height: 31.77px;
  color: #085368;
  margin-top: 60px;
}
body.interview .content .green {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-size: 21px;
  line-height: 23px;
  color: #009860;
}
.read-more-box {
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 20px;
  border-top: 1px solid #00607b;
}
.read-more-box a {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #00607b;
  padding-left: 40px;
}
.read-more-box a:before {
  content: "\e80f";
  font-family: vna-icons;
  font-size: 20px;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  body.story .story-intro {
    position: relative;
    left: 50%;
    width: 750px;
    max-width: 100vw;
    transform: translate(-50%, 0);
  }
  body.story .story-headline {
    position: relative;
    left: 50%;
    width: 935px;
    max-width: 100vw;
    transform: translate(-50%, 0);
  }
  body.story .content > figure.photo {
    position: relative;
    left: 50%;
    width: 1110px;
    max-width: 100vw;
    transform: translate(-50%, 0);
    margin: 60px auto;
  }
  body.story p {
    font-size: 18px;
    line-height: 25.4px;
  }
}
@media screen and (min-width: 1024px) {
  .story-footer {
    margin-bottom: 40px;
    padding: 50px 15px;
  }
  .story-footer .bx-controls-direction a {
    bottom: auto;
    top: 50%;
  }
  .story-footer .bx-controls-direction a.bx-prev {
    left: -50px;
  }
  .story-footer .bx-controls-direction a.bx-next {
    right: -50px;
  }
}
@media screen and (min-width: 1180px) {
  body.story .figure-container {
    position: relative;
    left: 50%;
    width: 1097px;
    max-width: 100vw;
    transform: translate(-50%, 0);
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
  }
  body.story .figure-container figcaption {
    max-width: 360px;
  }
  body.story .figure-container--1 figure:nth-child(1) {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: 150px;
  }
  body.story .figure-container--1 figure:nth-child(1) figcaption {
    text-align: right;
    margin-bottom: 20px;
  }
  body.story .figure-container--2 {
    width: 1140px;
  }
  body.story .figure-container--2 figure:nth-child(1) {
    margin-top: 250px;
  }
  body.story .figure-container--2 figcaption {
    margin-top: 30px;
  }
  body.story .figure-container--3 {
    justify-content: flex-end;
  }
  body.story .figure-container--3 figure {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-end;
  }
  body.story .figure-container--3 figure figcaption {
    text-align: right;
    margin-right: 30px;
  }
  body.story .figure-container--4 figure:nth-child(1) {
    margin-top: 205px;
  }
  body.story .figure-container--4 figure:nth-child(1) figcaption {
    text-align: right;
    margin-top: 20px;
    margin-left: auto;
  }
  body.story .figure-container--5 {
    align-items: flex-start;
    justify-content: flex-start;
  }
  body.story .figure-container--5 figure:nth-child(2) {
    margin-top: 200px;
    margin-left: 30px;
  }
  body.story .figure-container--5 figure:nth-child(2) figcaption {
    margin-right: auto;
    margin-top: 30px;
  }
  .story-footer {
    padding: 125px 15px;
  }
  .story-footer .bx-wrapper {
    left: 0;
    width: 1180px;
    max-width: 100% !important;
    margin: 0;
  }
  .story-footer .bx-controls-direction a.bx-prev {
    left: -150px;
  }
  .story-footer .bx-controls-direction a.bx-next {
    right: -150px;
  }
}
@media screen and (min-width: 1320px) {
  body.story {
    margin-bottom: 0 !important;
  }
}
#vna-homepage-cta-btn {
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  text-decoration: none;
}
#vna-homepage-cta-btn:hover span {
  border-bottom: 1px solid #fff;
}
#vna-homepage-cta-btn img {
  display: inline-block;
  margin-right: 10px;
}
#vna-homepage-cta-btn .hp-cta-info {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #vna-homepage-cta-btn {
    top: auto;
    bottom: 5%;
    right: 5%;
    transform: none;
    font-size: 11px;
  }
  #vna-homepage-cta-btn img {
    width: 30px;
    height: 30px;
  }
}
.slogan {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-80%) translateY(-50%);
}
.slogan img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .slogan {
    width: 63%;
    left: 65%;
  }
}
.homepage-video-container {
  background-color: #00607b;
  margin-bottom: 50px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.38);
}
@media screen and (max-width: 768px) {
  .homepage-video-container {
    margin-bottom: 20px;
  }
}
.homepage-video-container .homepage-video {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  height: 700px;
}
.homepage-video-container .homepage-video #landing-video {
  width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1200px) {
  .homepage-video-container .homepage-video {
    height: 0;
    padding-top: 58.94736%;
  }
  .homepage-video-container .homepage-video #landing-video {
    position: absolute;
    top: 0;
    width: 168.8%;
    height: auto;
    -webkit-transform: translate(-51.5%);
    transform: translate(-51.5%);
  }
}
@media screen and (max-width: 767px) {
  .homepage-video-container .homepage-video {
    height: auto;
    width: 100%;
    padding: 0;
  }
  .homepage-video-container .homepage-video #landing-video {
    display: none;
  }
  .homepage-video-container .homepage-video #landing-video-mobile {
    height: auto;
    width: 100%;
  }
}
.willkommen #content-container {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.willkommen main > .inner {
  max-width: none;
  padding: 0;
}
.willkommen article#main-panel {
  padding-top: 0;
  margin: 0;
}
.willkommen .content {
  padding-top: 0;
}
.willkommen h1#main-content {
  display: none;
}
.willkommen .hp-section {
  margin-bottom: 40px;
}
.willkommen .hp-section:last-child {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .willkommen .hp-section {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1210px) {
  .willkommen .hp-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.willkommen .hp-section .centered {
  max-width: 1164px;
  margin: 0 auto;
}
.willkommen .hp-section#intro {
  margin-bottom: 40px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .willkommen .hp-section#intro {
    padding-top: 50px;
    margin-bottom: 100px;
  }
}
.willkommen .hp-section#intro .intro-wrapper {
  max-width: 995px;
  margin: 0 auto;
}
.willkommen .hp-section#intro .intro-wrapper img {
  width: 100%;
}
.willkommen .hp-section#intro blockquote {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  color: #085368;
  font-size: 22px;
  line-height: 1.43;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .willkommen .hp-section#intro blockquote {
    margin-top: 50px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .willkommen .hp-section#intro blockquote {
    margin-top: 70px;
  }
}
.willkommen .hp-section#intro blockquote cite {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  color: #00607b;
  padding-top: 15px;
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
  font-weight: 600;
}
.willkommen .hp-section.green {
  background: #eaf4f6;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e9edee;
}
@media screen and (min-width: 1024px) {
  .willkommen .hp-section.green {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.willkommen .hp-section h1 {
  margin: 0 0 5px 0;
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
  color: #00607b;
  font-size: 40px;
  line-height: 58px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .willkommen .hp-section h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 600px) {
  .willkommen .hp-section h1 {
    font-size: 22px;
    line-height: 35px;
  }
}
.willkommen .hp-section h2 {
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
  margin-top: 0;
}
.willkommen .hp-section h1 + h2 {
  font-size: 18px;
}
.willkommen .hp-scroll-down {
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
}
.willkommen .hp-scroll-down:focus,
.willkommen .hp-scroll-down:hover {
  text-decoration: none;
}
.willkommen .hp-scroll-down:before {
  display: block;
  content: "\e809";
  font-family: vna-icons;
  color: #00607b;
  font-style: normal;
  line-height: 1;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  text-decoration: none;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .willkommen .hp-scroll-down:before {
    font-size: 35px;
  }
}
.willkommen .hp-column-inner {
  text-align: left;
}
@media screen and (min-width: 980px) {
  .willkommen .hp-column-inner .hp-column-inner-img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .willkommen .hp-column-inner .hp-column-inner-img {
    width: 160px;
    height: 110px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 980px) {
  .willkommen .hp-column-inner .hp-column-inner-img {
    width: auto;
    height: auto;
    min-width: 200px;
    min-height: 140px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.willkommen .hp-column-inner .hp-column-inner-img img {
  display: inline;
}
.willkommen .hp-column-inner h3 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .willkommen .hp-column-inner h3 {
    font-size: 18px;
  }
}
.willkommen .hp-column-inner h4 {
  line-height: 58px;
  margin-bottom: 0;
  font-weight: 500;
}
@media screen and (max-width: 1110px) {
  .willkommen .hp-column-inner h4 {
    line-height: 48px;
    font-size: 35px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
.willkommen .hp-column-inner h5 {
  margin-bottom: 0;
  font-weight: 400;
}
.willkommen .hp-column-inner h3,
.willkommen .hp-column-inner h4,
.willkommen .hp-column-inner h5 {
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
}
.willkommen .big-number {
  color: #2f9aa7;
  font-size: 54px;
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
  font-weight: 500;
}
.willkommen .big-number .smaller {
  font-size: 20px;
}
.willkommen section h1 {
  margin: 0 0 5px 0;
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
  color: #00607b;
  font-size: 40px;
  line-height: 58px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .willkommen section h1 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
.willkommen .graphic.charts {
  display: flex;
  justify-content: center;
}
.willkommen .single-chart {
  overflow-x: auto;
  position: relative;
}
.willkommen .hp-chart-container {
  position: relative;
}
@media screen and (max-width: 1164px) {
  .willkommen .hp-chart-container {
    display: flex;
    flex-flow: column;
  }
  .willkommen .hp-chart-container .hp-chart-legend {
    order: 1;
    margin-bottom: 20px;
  }
  .willkommen .hp-chart-container .single-chart {
    order: 2;
    margin-bottom: 20px;
  }
}
.willkommen .hp-hero {
  background: url(../img/home-hero.jpg);
  background-position: 50% 100%;
  background-size: cover;
  height: 700px;
  max-height: calc(100vh - 250px);
  margin-bottom: 50px;
  padding: 20px 30px;
}
.willkommen .hp-hero__inner {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  transition: opacity 1s;
  transition-delay: 0.5s;
}
.willkommen .hp-hero.hero-active .hp-hero__inner {
  opacity: 1;
}
.willkommen .hp-hero a {
  text-decoration: none;
  align-self: center;
}
.willkommen .hp-hero a:hover h1 {
  opacity: 1;
}
.willkommen .hp-hero a:hover h1 + h1:before {
  opacity: 1;
}
.willkommen .hp-hero h1 {
  display: none;
  font-family: "Mercury Text G1 B", FreeSerif, TimesNewRoman, "Times New Roman",
    Times, Georgia, serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  color: #fff;
  max-width: 450px;
  opacity: 0;
  transition: opacity 0.5s;
}
.willkommen .hp-hero h1 + h1 {
  display: none;
  opacity: 1;
}
.willkommen .hp-hero h1 + h1:before {
  content: "";
  position: relative;
  display: block;
  width: 2px;
  height: 50px;
  background: #009aa8;
  left: 50%;
  margin: 20px 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.willkommen .hp-hero .read-more {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
  background-image: linear-gradient(134deg, #006d88 35%, #1a7d6f 100%);
  padding: 13px 15px;
  min-width: 189px;
}
.willkommen .hp-hero .read-more:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../files/button_magazin.svg);
  background-size: 100%;
  vertical-align: middle;
  margin-right: 10px;
}
.willkommen .hp-hero .read-more__desktop {
  display: none;
}
.willkommen .hp-hero .read-more__mobile {
  display: inline-block;
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", FreeSerif,
    TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .willkommen .hp-hero {
    max-height: none;
  }
  .willkommen .hp-hero__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    width: 1260px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .willkommen .hp-hero__magazine-2 {
    text-align: right;
  }
  .willkommen .hp-hero h1 {
    display: block;
  }
  .willkommen .hp-hero h1 + h1 {
    display: inline-block;
  }
  .willkommen .hp-hero .read-more {
    background: 0 0;
    padding: 0;
    min-width: 0;
  }
  .willkommen .hp-hero .read-more__desktop {
    display: inline-block;
  }
  .willkommen .hp-hero .read-more__mobile {
    display: none;
  }
}
.willkommen .hp-chart-legend {
  margin-top: 20px;
}
@media screen and (min-width: 1164px) {
  .willkommen .hp-chart-legend {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    margin: 0;
  }
  .willkommen .hp-chart-legend .big-number {
    font-size: 55px;
  }
}
@media screen and (max-width: 1164px) {
  .willkommen .hp-chart-legend .hp-chart-title {
    float: left;
    margin-right: 20px;
  }
}
.willkommen .hp-chart-legend .hp-chart-title p {
  font-size: 18px;
  margin-bottom: 20px;
}
.willkommen .hp-chart-legend .hp-chart-title h4 {
  line-height: 58px;
  max-width: 320px;
  font-size: 45px;
}
.willkommen .hp-chart-legend ul {
  margin-bottom: 25px;
}
@media screen and (max-width: 1164px) {
  .willkommen .hp-chart-legend ul {
    float: left;
  }
}
.willkommen .hp-chart-legend ul li {
  color: #005772;
  list-style: none;
  margin-bottom: 10px;
}
.willkommen .hp-chart-legend ul li:before {
  display: none;
}
.willkommen .hp-chart-legend ul li#vonovia-legend:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #005772;
  top: 5px;
}
.willkommen .hp-chart-legend ul li#dax-legend:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #949290;
  top: 5px;
}
.willkommen .hp-chart-legend ul li#epra-legend:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #bccb29;
  top: 5px;
}
.willkommen a.btn-outline {
  position: relative;
  display: inline-block;
  padding: 9px 10px 9px 35px;
  line-height: 25px;
  font-family: "Whitney SSm A", "Whitney SSm B", FreeSans, Arial, Helvetica,
    sans-serif;
  font-size: 17px;
  color: #000;
  font-style: italic;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition-duration: 0.35s;
}
@media screen and (min-width: 768px) {
  .willkommen a.btn-outline {
    float: right;
  }
}
.willkommen a.btn-outline:before {
  content: "\e809";
  position: absolute;
  font-family: vna-icons;
  color: #d9493a;
  left: 15px;
  font-style: normal;
}
.willkommen a.btn-outline:hover {
  text-decoration: none;
  border: 1px solid #000;
}
.willkommen .flex-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.willkommen .row {
  margin-bottom: 40px;
}
.willkommen .row img {
  display: block;
}
.willkommen .row h3 {
  font-size: 35px;
  color: #00607b;
  line-height: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .willkommen .row h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.willkommen .row h4,
.willkommen .row h4.big-number {
  margin-bottom: 5px;
  line-height: 58px;
}
@media screen and (max-width: 1164px) {
  .willkommen .row h4,
  .willkommen .row h4.big-number {
    font-size: 35px;
  }
}
.willkommen .row .row-legend {
  font-size: 19px;
  color: #000;
  line-height: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .willkommen .row {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
}
.willkommen #row-1 {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .willkommen #row-1 .hp-left {
    max-width: 347px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .willkommen #row-1 .hp-right {
    max-width: 608px;
  }
}
@media screen and (min-width: 768px) {
  .willkommen #row-2 .hp-left {
    max-width: 347px;
    margin-right: 50px;
  }
  .willkommen #row-2 .hp-right {
    max-width: 364px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .willkommen #row-2 {
    display: flex;
    flex-flow: column;
  }
  .willkommen #row-2 .hp-left {
    order: 2;
  }
  .willkommen #row-2 .hp-right {
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .willkommen #kennzahlen .hp-column-inner-text h3 {
    min-height: 56px;
  }
}
.cookie-layer {display: none!important;}

/*# sourceMappingURL=main.css.map */
