@charset "UTF-8";
/* Bourbon 4.0.2
 * http://bourbon.io
 * Copyright 2011-2014 thoughtbot, inc.
 * MIT License */
@import url(fonts/din-next/din-next.css);
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 15px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 15px; }
  .slick-prev:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTE0LjkgMzBoNi4xbC0xNC45LTE1IDE0LjktMTVoLTYuMWwtMTQuOSAxNXoiLz48L3N2Zz4="); }
    [dir="rtl"] .slick-prev:before {
      content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTYuMSAwaC02LjFsMTQuOSAxNS0xNC45IDE1aDYuMWwxNC45LTE1eiIvPjwvc3ZnPg=="); }

.slick-next {
  right: 15px; }
  [dir="rtl"] .slick-next {
    left: 15px;
    right: auto; }
  .slick-next:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTYuMSAwaC02LjFsMTQuOSAxNS0xNC45IDE1aDYuMWwxNC45LTE1eiIvPjwvc3ZnPg=="); }
    [dir="rtl"] .slick-next:before {
      content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTE0LjkgMzBoNi4xbC0xNC45LTE1IDE0LjktMTVoLTYuMWwtMTQuOSAxNXoiLz48L3N2Zz4="); }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/***** Base rules *****/
html, body {
  height: 100%; }

html {
  font-size: 16px; }

body {
  color: #000000;
  background-color: #EDEDED;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "DIN Next W01 Regular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a {
  color: #000000; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-transform: uppercase; }

h1, h2, h3 {
  font-family: "DIN Next W01 Regular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  line-height: 1.2;
  letter-spacing: .02em; }

h4 {
  font-family: "DIN Next W01 Bold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; }

h3 {
  font-size: 2rem;
  font-family: "DIN Next W01 Regular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  border-bottom: 2px solid #000000;
  margin: 2rem 0 3.4375rem; }
  h3 small {
    font-size: 35%; }

h4 {
  font-size: 1.5rem; }

h5 {
  letter-spacing: .04em;
  text-decoration: underline; }

h5, p {
  font-size: 1.1875rem;
  line-height: 1.4; }

h5 + p {
  margin-top: -1.1875rem; }

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

/***** Base rules end *****/
/***** Layout rules *****/
.centered-wrapper {
  margin: 0 auto;
  width: 60.25rem; }

.hidden {
  display: none; }

.no-margin {
  margin: 0; }
  .no-margin img {
    display: inherit; }

/***** Layout rules end *****/
/***** Modules rules *****/
a.button {
  border: 1px solid #000000;
  padding: .25em;
  display: block;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none; }
  a.button:hover {
    background-color: #000000;
    color: #FFFFFF; }

.view-more {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyMSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTMwIDYuMXYtNi4xbC0xNSAxNC45LTE1LTE0Ljl2Ni4xbDE1IDE0Ljl6Ii8+PC9zdmc+") center center no-repeat; }
  .view-more:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

.back-to-top {
  overflow: hidden;
  height: 80px;
  width: 80px;
  margin-top: -170px;
  display: block;
  float: right;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTAgMTd2N2wxNy0xNyAxNyAxN3YtN2wtMTctMTd6Ii8+PC9zdmc+") center center no-repeat; }
  .back-to-top:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

/***** Modules rules end *****/
/***** Sections rules *****/
body.is-fixed-menu #navigation {
  margin-bottom: 110px; }
  body.is-fixed-menu #navigation .menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    background-color: #EDEDED; }

#navigation {
  z-index: 1;
  position: relative;
  max-height: 190px; }
  #navigation a {
    text-decoration: none; }
  #navigation #title {
    outline: none;
    text-align: center; }
    #navigation #title h1 {
      font-family: "DIN Next W01 Bold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
      font-size: 2rem;
      margin: 1.625rem 0 0; }
    #navigation #title p {
      text-transform: uppercase;
      margin-top: 0;
      font-size: 1rem; }
  #navigation .sections {
    margin: 0 auto;
    width: 60.25rem;
    margin-bottom: 0;
    padding: 0;
    counter-reset: site-section;
    text-align: center; }
    #navigation .sections > li {
      display: inline-block;
      position: relative;
      text-align: center; }
      #navigation .sections > li > a {
        display: inline-block;
        font-family: "DIN Next W01 Bold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
        letter-spacing: .04em;
        position: relative;
        padding: 0 40px;
        height: 90px;
        counter-increment: site-section;
        text-transform: uppercase; }
        #navigation .sections > li > a::before {
          -webkit-transition: 0.25s;
          -moz-transition: 0.25s;
          transition: 0.25s;
          font-family: "DIN Next W01 Bold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
          font-size: 1.875rem;
          line-height: 1.5;
          letter-spacing: 0;
          height: 40px;
          width: 40px;
          display: block;
          margin: 10px auto;
          content: counter(site-section);
          color: #000000; }
      #navigation .sections > li.is-active a::before, #navigation .sections > li.is-visible a::before {
        color: #FFFFFF;
        background-color: #000000; }
      #navigation .sections > li.is-visible ul {
        opacity: 1;
        visibility: visible;
        top: 100%; }
      #navigation .sections > li ul {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
        text-align: left;
        background-color: #000000;
        padding: 10px;
        position: absolute;
        top: 95%;
        width: 100%;
        min-width: 288px;
        margin-left: auto;
        margin-right: auto; }
        #navigation .sections > li ul li {
          display: block;
          position: relative; }
          #navigation .sections > li ul li a {
            color: #FFFFFF;
            border-bottom: 1px solid #FFFFFF;
            display: block;
            padding: 9px 0 7px 5px; }
            #navigation .sections > li ul li a[href].is-active, #navigation .sections > li ul li a[href]:hover {
              color: #000000;
              background-color: #FFFFFF; }
          #navigation .sections > li ul li:last-child a {
            border-bottom: none; }
        #navigation .sections > li ul::before {
          position: absolute;
          top: -10px;
          right: 0;
          bottom: 0;
          left: 0;
          background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OCIgaGVpZ2h0PSI1OCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTI5IDU4bC0yOS0yOSAyOS0yOSAyOSAyOS0yOSAyOXoiLz48L3N2Zz4=") center top no-repeat;
          content: ''; }
  #navigation .prev-next {
    position: relative; }
    #navigation .prev-next .prev, #navigation .prev-next .next {
      line-height: 70px;
      position: absolute;
      top: 235px;
      background: transparent center center no-repeat; }
      #navigation .prev-next .prev span, #navigation .prev-next .next span {
        -webkit-transition: opacity 0.25s;
        -moz-transition: opacity 0.25s;
        transition: opacity 0.25s;
        opacity: 0;
        font-size: 0.9375rem;
        text-transform: uppercase; }
      #navigation .prev-next .prev::before, #navigation .prev-next .next::before {
        -webkit-transition: opacity 0.25s;
        -moz-transition: opacity 0.25s;
        transition: opacity 0.25s;
        height: 70px;
        width: 70px;
        content: '';
        background: transparent center center no-repeat;
        position: absolute;
        top: 0; }
      #navigation .prev-next .prev:hover span, #navigation .prev-next .next:hover span {
        opacity: 1; }
      #navigation .prev-next .prev:hover::before, #navigation .prev-next .next:hover::before {
        opacity: .6; }
    #navigation .prev-next .prev {
      left: 0;
      padding-left: 70px; }
      #navigation .prev-next .prev::before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTE0LjkgMzBoNi4xbC0xNC45LTE1IDE0LjktMTVoLTYuMWwtMTQuOSAxNXoiLz48L3N2Zz4=");
        left: 0; }
    #navigation .prev-next .next {
      right: 0;
      padding-right: 70px; }
      #navigation .prev-next .next::before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTYuMSAwaC02LjFsMTQuOSAxNS0xNC45IDE1aDYuMWwxNC45LTE1eiIvPjwvc3ZnPg==");
        right: 0; }

.slider {
  width: 100%;
  margin-bottom: 0;
  overflow: hidden; }
  .slider a {
    text-decoration: none; }
  .slider article {
    display: inline-block;
    position: relative;
    width: auto;
    height: 540px; }
    .slider article figure {
      margin: 0 0 0 20px;
      position: relative;
      height: 100%; }
      .slider article figure figcaption {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        font-family: "DIN Next W01 Regular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
        font-size: 0.9375rem;
        line-height: 1.25;
        letter-spacing: 0.01em;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        min-width: 545px;
        display: block;
        text-align: left;
        padding: 9px 0 9px 15px; }
      .slider article figure a:hover figcaption {
        background-color: #FFFFFF; }
    .slider article img {
      height: 100%;
      background-color: #ddd; }

#report-year {
  font-family: "DIN Next W01 Bold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  font-size: 21.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  height: 365px;
  max-width: 960px;
  text-align: center;
  margin: 70px auto 60px;
  border-top: 2px solid black;
  border-bottom: 2px solid black; }

#featured {
  margin: 0 auto;
  width: 60.25rem;
  font-size: 0;
  margin-bottom: 120px; }
  #featured article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 16.5625rem;
    width: 48.9626556017%;
    display: inline-block;
    position: relative;
    margin: 0 1.25rem 1.25rem 0;
    font-size: 1rem;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 1.875rem 2.5rem; }
    #featured article p {
      font-size: 1rem;
      line-height: 1.3; }
    #featured article img {
      margin-bottom: 0.625rem;
      max-width: 100%; }
      #featured article img + p {
        margin-top: 0 !important; }
    #featured article h3 {
      font-family: "DIN Next W01 Bold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
      font-size: 1.5rem;
      line-height: 1.3;
      margin: 0 0 -.25em 0;
      text-transform: none;
      border-bottom: none; }
    #featured article:nth-child(even) {
      margin-right: 0; }
    #featured article.size-auto {
      height: auto; }
      #featured article.size-auto .button {
        display: inline-block;
        width: 100%;
        margin-top: 1.25rem;
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    #featured article.size-07x {
      height: 12.84375rem; }
    #featured article.size-1_6x {
      height: 28.08953125rem; }
    #featured article.size-2x {
      height: 34.375rem; }
    #featured article.size-3x {
      height: 52.1875rem; }
    #featured article .button {
      position: absolute;
      right: 2.5rem;
      bottom: 1.875rem;
      left: 2.5rem; }

footer {
  clear: both;
  position: relative;
  color: #FFFFFF;
  background-color: #1E1E20;
  overflow: hidden; }
  footer .title, footer .content, footer .copyright p {
    margin: 0 auto;
    width: 60.25rem; }
  footer p {
    font-size: 0.9375rem; }
  footer a {
    color: #FFFFFF;
    text-decoration: none; }
  footer .title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    text-align: center;
    text-transform: uppercase; }
    footer .title h3 {
      font-family: "DIN Next W01 Bold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
      font-size: 1.3125rem;
      letter-spacing: 0.04em;
      line-height: 1.2;
      border-bottom: none;
      margin-bottom: 2rem; }
    footer .title p {
      font-size: 0.875rem;
      letter-spacing: 0.04em;
      margin-top: -2rem; }
  footer .content {
    display: table;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    height: 250px; }
    footer .content p {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      display: table-cell;
      width: 44%;
      letter-spacing: 0.02em;
      line-height: 1.3;
      padding-top: 5em;
      border-left: 1px solid #000000;
      border-right: 1px solid #353537; }
      footer .content p:first-child, footer .content p:last-child {
        width: 27.5%; }
      footer .content p:first-child {
        border-left: none; }
      footer .content p:last-child {
        padding-left: 1em;
        border-right: none; }
      footer .content p.report-year {
        background: transparent url(../images/downloads-footerbild.png) no-repeat center 5em; }
      footer .content p strong {
        font-family: "DIN Next W01 Bold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
        font-style: normal;
        letter-spacing: 0; }
      footer .content p a.button {
        position: absolute;
        top: auto;
        right: 2.5rem;
        bottom: 0;
        left: 2.5rem;
        border-color: #FFFFFF; }
        footer .content p a.button:hover {
          background-color: #FFFFFF;
          color: #000000; }
  footer .copyright {
    background-color: #000000;
    text-transform: uppercase; }
    footer .copyright p {
      letter-spacing: 0.04em;
      line-height: 1.2;
      margin-bottom: 0;
      padding: 15px 0; }
      footer .copyright p strong {
        font-family: "DIN Next W01 Regular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; }

#inner-content {
  margin: 0 auto;
  width: 60.25rem;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
  background-color: #fff;
  overflow: hidden; }
  #inner-content img {
    max-width: 100%;
    height: auto; }
  #inner-content .main-img {
    max-height: 540px;
    width: auto;
    max-width: 765px; }
  #inner-content .main-img-wrapper {
    text-align: center; }
  #inner-content h3:first-child {
    margin-top: 0; }
  #inner-content article {
    margin-bottom: 2.1875rem; }
    #inner-content article:last-child {
      margin-bottom: 0; }
    #inner-content article > .main-img-wrapper {
      margin-top: 1.5625rem; }
    #inner-content article p {
      text-indent: 2.5rem; }
      #inner-content article p.no-indent {
        text-indent: 0; }
      #inner-content article p + img {
        margin-top: 2em; }
      #inner-content article p.author {
        text-align: right;
        text-indent: 0;
        margin-top: 1em; }
      #inner-content article p.footnotes {
        font-size: 1rem;
        line-height: 1.3;
        text-indent: 0;
        padding-left: 2.5rem; }
        #inner-content article p.footnotes a {
          word-break: break-all; }
        #inner-content article p.footnotes a[href^="#"] {
          font-family: "DIN Next W01 Bold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
          float: left;
          margin-left: -2.5rem;
          text-decoration: none; }
    #inner-content article h4 {
      font-size: 1.1875rem; }
      #inner-content article h4 + p {
        margin-top: -1em;
        text-indent: 0; }
      #inner-content article h4.underline {
        border-bottom: 2px solid #000000; }
    #inner-content article.no-indent {
      margin-bottom: 1.5625rem; }
      #inner-content article.no-indent p {
        text-indent: 0; }
  #inner-content dl {
    margin-top: 0;
    border-bottom: 1px solid #000000;
    margin-bottom: 2.8125rem; }
    #inner-content dl h4 {
      font-size: 1rem;
      line-height: 1.4;
      border-bottom: 2px solid #000000;
      margin-top: 0; }
      #inner-content dl h4 + dt, #inner-content dl h4 + dd {
        margin-top: -1em; }
    #inner-content dl dt, #inner-content dl dd {
      line-height: 1.45; }
    #inner-content dl dt {
      font-family: "DIN Next W01 Bold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
      font-weight: normal; }
      #inner-content dl dt.separator {
        border-top: 1px solid #000;
        padding-top: .25em; }
    #inner-content dl dd {
      margin-left: 0; }
  #inner-content.wide-section {
    padding-right: 5.125rem;
    padding-left: 5.125rem; }
    #inner-content.wide-section figure {
      margin-right: 0;
      margin-left: 0; }
      #inner-content.wide-section figure img {
        width: 100%; }
    #inner-content.wide-section .main-img-wrapper {
      margin-right: -5.125rem;
      margin-left: -5.125rem; }
    #inner-content.wide-section article p:first-child, #inner-content.wide-section h3 + article > p:first-child, #inner-content.wide-section article > h4 + p, #inner-content.wide-section article > h4 + figure + p {
      text-indent: 0; }
    #inner-content.wide-section article p + p {
      margin-top: -1rem; }
    #inner-content.wide-section article .float-right, #inner-content.wide-section article .float-left {
      width: 24.375rem;
      margin-bottom: 1rem;
      margin-top: inherit; }
    #inner-content.wide-section article .float-right {
      float: right;
      margin-right: -5.125rem;
      margin-left: 2.5rem; }
    #inner-content.wide-section article .float-left {
      float: left;
      margin-right: 2.5rem;
      margin-left: -5.125rem; }
  #inner-content.narrow-section {
    padding-right: 10.25rem;
    padding-left: 10.25rem; }
    #inner-content.narrow-section .main-img-wrapper {
      margin-right: -10.25rem;
      margin-left: -10.25rem; }
    #inner-content.narrow-section h3 {
      font-family: "DIN Next W01 Regular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
      font-size: 1.5rem; }
    #inner-content.narrow-section article p:not([class]) {
      margin-block-end: -1rem; }

#inner-content .downloads h4 {
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  padding-bottom: 0.33em;
  border-bottom: 2px solid #000000; }
#inner-content .downloads ul {
  margin-top: -1.3em;
  padding-left: 1px; }
  #inner-content .downloads ul li {
    list-style-type: none;
    border-bottom: 1px solid #000000; }
    #inner-content .downloads ul li::before {
      -webkit-transition: opacity 0.25s;
      -moz-transition: opacity 0.25s;
      transition: opacity 0.25s;
      height: 2.25rem;
      width: 1.6875rem;
      content: '';
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIzNiI+PHBhdGggZD0iTTIuMTMgMi4xMmgyMi43NHYyNS4wNGwtLjAzLjAyOWgtNi43N3Y2LjY5aC0xNS45NHYtMzEuNzU5em0tMi4xMy0yLjEydjM2aDE5bDgtNy45NnYtMjguMDRoLTI3em04LjIgMTMuOTloLTEuMTh2MS43NmgxLjE4Yy41NjkgMCAuOTMtLjM1LjkzLS44NyAwLS41My0uMzYtLjg5LS45My0uODl6bS4wNiAyLjg4aC0xLjI0djIuNDA5aC0xLjI2di02LjM5OWgyLjVjMS4zNCAwIDIuMTMxLjkxIDIuMTMxIDIgMCAxLjA4LS43OTEgMS45OS0yLjEzMSAxLjk5em02LjM0LTIuNDhjLS4yMDktLjI2LS41Mi0uNC0uOTM4LS40aC0uOTYydjQuMThoLjk2Yy40MiAwIC43My0uMTQuOTM5LS40LjIyOS0uMjguMjYtLjY4LjI2LTEuNjkgMC0xLjAxLS4wMjktMS40MS0uMjU5LTEuNjl6bTEuMTEgMy45NmMtLjQ2LjY0LTEuMDY5LjkyOS0xLjk0LjkyOWgtMi4zM3YtNi4zOTloMi4zM2MuODcxIDAgMS40OC4yOSAxLjk0LjkzLjM5OS41NS40MSAxLjIxLjQxIDIuMjdzLS4wMTEgMS43Mi0uNDEgMi4yN3ptMi45NS00LjM2djEuNThoMi41NHYxLjExaC0yLjU0djIuNTk5aC0xLjI2di02LjM5OWg0LjI0djEuMTFoLTIuOTh6Ii8+PC9zdmc+") center center no-repeat;
      float: left;
      clear: both;
      margin-right: 1.25rem;
      margin-top: .65em; }
    #inner-content .downloads ul li:hover::before {
      opacity: .6; }
    #inner-content .downloads ul li a {
      display: block;
      line-height: 1;
      text-decoration: none;
      text-transform: uppercase; }
    #inner-content .downloads ul li h5 {
      font-size: 1rem;
      line-height: 1;
      margin-top: 0.45em;
      margin-bottom: 3px;
      text-decoration: none; }
    #inner-content .downloads ul li > span {
      display: inline-block;
      padding: .25em 0 .24em 0;
      margin-bottom: 3px; }

.subsection-mitarbeitende #inner-content article:after, .subsection-sponsoren #inner-content article:after {
  content: "";
  display: table;
  clear: both; }
.subsection-mitarbeitende #inner-content article .column, .subsection-sponsoren #inner-content article .column {
  height: auto;
  width: 24.375rem;
  float: left;
  margin-right: 1.25rem; }
  .subsection-mitarbeitende #inner-content article .column:nth-child(even), .subsection-sponsoren #inner-content article .column:nth-child(even) {
    margin-right: 0; }
.subsection-mitarbeitende #inner-content article .summary, .subsection-sponsoren #inner-content article .summary {
  text-indent: 0;
  font-size: 1rem; }
  .subsection-mitarbeitende #inner-content article .summary strong, .subsection-sponsoren #inner-content article .summary strong {
    font-family: "DIN Next W01 Bold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
    font-weight: normal; }

.section-abbildungen #inner-content.narrow-section h3 {
  padding-bottom: 0.8125rem;
  margin-bottom: 2.225rem; }
.section-abbildungen #inner-content.narrow-section h3, .section-abbildungen #inner-content.narrow-section p {
  font-family: "DIN Next W01 Bold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; }
.section-abbildungen #inner-content.narrow-section p {
  text-transform: none; }
.section-abbildungen #inner-content.narrow-section h3 + p {
  margin-top: -1.25rem; }
.section-abbildungen #inner-content.narrow-section p.footnotes {
  font-family: "DIN Next W01 Regular", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; }

/***** Sections rules end *****/

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