﻿@charset "UTF-8";
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul:not(.browser-default) li {
    list-style-type: none; }

.sg-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important; }

.sg-colors li {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0.3em;
  margin: 0 0.5em 0.5em 0;
  min-width: 5em;
  max-width: 14em;
  border: 1px solid #ddd;
  border-radius: 8px; }

.sg-swatch {
  display: block;
  height: 4em;
  margin-bottom: 0.3em;
  border-radius: 5px; }

.sg-label {
  font-size: 90%;
  line-height: 1; }

.menu-button, .filter-toggle-button, .tags-toggle-button, .spectrum-toggle-button,
.include-tag-icon .spectrum-toggle-button, .arrow-container .arrow-button-left:before, .arrow-container .arrow-button-right:before, .arrow-container .arrow-button-left:after, .arrow-container .arrow-button-right:after, .arrow-button-left, .arrow-button-right, .facebook-button, .behance-button, .xing-button, .youtube-button, .facebook-button-rounded, .behance-button-rounded, .xing-button-rounded, .youtube-button-rounded, .instagram-button-rounded, .video-player-button-background, .video-player-button-play, .video-player-button-pause, .scroll-down-button:after, .main-logo {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain; }

body.full-viewport-width {
  width: 100vw;
  overflow-x: hidden; }

main {
  overflow: hidden; }

@media (max-width: 1280px) {
  .container {
    width: 100%; }
    .container .row {
      margin: 0 5px; }
      .container .row .col {
        padding: 0 10px; } }

@media (min-width: 1281px) and (max-width: 1440px) {
  .container {
    width: 85%; }
    .container .row {
      margin: 0 -15px; }
      .container .row .col {
        padding: 0 15px; } }

@media (min-width: 1441px) {
  .container {
    width: 80%;
    max-width: 1440px; }
    .container .row {
      margin: 0 -30px; }
      .container .row .col {
        padding: 0 30px; } }

.container-fluid .row {
  margin: 0; }
  .container-fluid .row .col {
    padding: 0; }

.row .col.xs1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.xs2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.xs3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.xs4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.xs5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.xs6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.xs7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.xs8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.xs9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.xs10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.xs11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.xs12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.offset-xs1 {
  margin-left: 8.3333333333%; }

.row .col.pull-xs1 {
  right: 8.3333333333%; }

.row .col.push-xs1 {
  left: 8.3333333333%; }

.row .col.offset-xs2 {
  margin-left: 16.6666666667%; }

.row .col.pull-xs2 {
  right: 16.6666666667%; }

.row .col.push-xs2 {
  left: 16.6666666667%; }

.row .col.offset-xs3 {
  margin-left: 25%; }

.row .col.pull-xs3 {
  right: 25%; }

.row .col.push-xs3 {
  left: 25%; }

.row .col.offset-xs4 {
  margin-left: 33.3333333333%; }

.row .col.pull-xs4 {
  right: 33.3333333333%; }

.row .col.push-xs4 {
  left: 33.3333333333%; }

.row .col.offset-xs5 {
  margin-left: 41.6666666667%; }

.row .col.pull-xs5 {
  right: 41.6666666667%; }

.row .col.push-xs5 {
  left: 41.6666666667%; }

.row .col.offset-xs6 {
  margin-left: 50%; }

.row .col.pull-xs6 {
  right: 50%; }

.row .col.push-xs6 {
  left: 50%; }

.row .col.offset-xs7 {
  margin-left: 58.3333333333%; }

.row .col.pull-xs7 {
  right: 58.3333333333%; }

.row .col.push-xs7 {
  left: 58.3333333333%; }

.row .col.offset-xs8 {
  margin-left: 66.6666666667%; }

.row .col.pull-xs8 {
  right: 66.6666666667%; }

.row .col.push-xs8 {
  left: 66.6666666667%; }

.row .col.offset-xs9 {
  margin-left: 75%; }

.row .col.pull-xs9 {
  right: 75%; }

.row .col.push-xs9 {
  left: 75%; }

.row .col.offset-xs10 {
  margin-left: 83.3333333333%; }

.row .col.pull-xs10 {
  right: 83.3333333333%; }

.row .col.push-xs10 {
  left: 83.3333333333%; }

.row .col.offset-xs11 {
  margin-left: 91.6666666667%; }

.row .col.pull-xs11 {
  right: 91.6666666667%; }

.row .col.push-xs11 {
  left: 91.6666666667%; }

.row .col.offset-xs12 {
  margin-left: 100%; }

.row .col.pull-xs12 {
  right: 100%; }

.row .col.push-xs12 {
  left: 100%; }

@media (min-width: 481px) {
  .row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.offset-s1 {
    margin-left: 8.3333333333%; }
  .row .col.pull-s1 {
    right: 8.3333333333%; }
  .row .col.push-s1 {
    left: 8.3333333333%; }
  .row .col.offset-s2 {
    margin-left: 16.6666666667%; }
  .row .col.pull-s2 {
    right: 16.6666666667%; }
  .row .col.push-s2 {
    left: 16.6666666667%; }
  .row .col.offset-s3 {
    margin-left: 25%; }
  .row .col.pull-s3 {
    right: 25%; }
  .row .col.push-s3 {
    left: 25%; }
  .row .col.offset-s4 {
    margin-left: 33.3333333333%; }
  .row .col.pull-s4 {
    right: 33.3333333333%; }
  .row .col.push-s4 {
    left: 33.3333333333%; }
  .row .col.offset-s5 {
    margin-left: 41.6666666667%; }
  .row .col.pull-s5 {
    right: 41.6666666667%; }
  .row .col.push-s5 {
    left: 41.6666666667%; }
  .row .col.offset-s6 {
    margin-left: 50%; }
  .row .col.pull-s6 {
    right: 50%; }
  .row .col.push-s6 {
    left: 50%; }
  .row .col.offset-s7 {
    margin-left: 58.3333333333%; }
  .row .col.pull-s7 {
    right: 58.3333333333%; }
  .row .col.push-s7 {
    left: 58.3333333333%; }
  .row .col.offset-s8 {
    margin-left: 66.6666666667%; }
  .row .col.pull-s8 {
    right: 66.6666666667%; }
  .row .col.push-s8 {
    left: 66.6666666667%; }
  .row .col.offset-s9 {
    margin-left: 75%; }
  .row .col.pull-s9 {
    right: 75%; }
  .row .col.push-s9 {
    left: 75%; }
  .row .col.offset-s10 {
    margin-left: 83.3333333333%; }
  .row .col.pull-s10 {
    right: 83.3333333333%; }
  .row .col.push-s10 {
    left: 83.3333333333%; }
  .row .col.offset-s11 {
    margin-left: 91.6666666667%; }
  .row .col.pull-s11 {
    right: 91.6666666667%; }
  .row .col.push-s11 {
    left: 91.6666666667%; }
  .row .col.offset-s12 {
    margin-left: 100%; }
  .row .col.pull-s12 {
    right: 100%; }
  .row .col.push-s12 {
    left: 100%; } }

@media (min-width: 768px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%; }
  .row .col.pull-m1 {
    right: 8.3333333333%; }
  .row .col.push-m1 {
    left: 8.3333333333%; }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%; }
  .row .col.pull-m2 {
    right: 16.6666666667%; }
  .row .col.push-m2 {
    left: 16.6666666667%; }
  .row .col.offset-m3 {
    margin-left: 25%; }
  .row .col.pull-m3 {
    right: 25%; }
  .row .col.push-m3 {
    left: 25%; }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%; }
  .row .col.pull-m4 {
    right: 33.3333333333%; }
  .row .col.push-m4 {
    left: 33.3333333333%; }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%; }
  .row .col.pull-m5 {
    right: 41.6666666667%; }
  .row .col.push-m5 {
    left: 41.6666666667%; }
  .row .col.offset-m6 {
    margin-left: 50%; }
  .row .col.pull-m6 {
    right: 50%; }
  .row .col.push-m6 {
    left: 50%; }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%; }
  .row .col.pull-m7 {
    right: 58.3333333333%; }
  .row .col.push-m7 {
    left: 58.3333333333%; }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%; }
  .row .col.pull-m8 {
    right: 66.6666666667%; }
  .row .col.push-m8 {
    left: 66.6666666667%; }
  .row .col.offset-m9 {
    margin-left: 75%; }
  .row .col.pull-m9 {
    right: 75%; }
  .row .col.push-m9 {
    left: 75%; }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%; }
  .row .col.pull-m10 {
    right: 83.3333333333%; }
  .row .col.push-m10 {
    left: 83.3333333333%; }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%; }
  .row .col.pull-m11 {
    right: 91.6666666667%; }
  .row .col.push-m11 {
    left: 91.6666666667%; }
  .row .col.offset-m12 {
    margin-left: 100%; }
  .row .col.pull-m12 {
    right: 100%; }
  .row .col.push-m12 {
    left: 100%; } }

@media (min-width: 1025px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%; }
  .row .col.pull-l1 {
    right: 8.3333333333%; }
  .row .col.push-l1 {
    left: 8.3333333333%; }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%; }
  .row .col.pull-l2 {
    right: 16.6666666667%; }
  .row .col.push-l2 {
    left: 16.6666666667%; }
  .row .col.offset-l3 {
    margin-left: 25%; }
  .row .col.pull-l3 {
    right: 25%; }
  .row .col.push-l3 {
    left: 25%; }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%; }
  .row .col.pull-l4 {
    right: 33.3333333333%; }
  .row .col.push-l4 {
    left: 33.3333333333%; }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%; }
  .row .col.pull-l5 {
    right: 41.6666666667%; }
  .row .col.push-l5 {
    left: 41.6666666667%; }
  .row .col.offset-l6 {
    margin-left: 50%; }
  .row .col.pull-l6 {
    right: 50%; }
  .row .col.push-l6 {
    left: 50%; }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%; }
  .row .col.pull-l7 {
    right: 58.3333333333%; }
  .row .col.push-l7 {
    left: 58.3333333333%; }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%; }
  .row .col.pull-l8 {
    right: 66.6666666667%; }
  .row .col.push-l8 {
    left: 66.6666666667%; }
  .row .col.offset-l9 {
    margin-left: 75%; }
  .row .col.pull-l9 {
    right: 75%; }
  .row .col.push-l9 {
    left: 75%; }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%; }
  .row .col.pull-l10 {
    right: 83.3333333333%; }
  .row .col.push-l10 {
    left: 83.3333333333%; }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%; }
  .row .col.pull-l11 {
    right: 91.6666666667%; }
  .row .col.push-l11 {
    left: 91.6666666667%; }
  .row .col.offset-l12 {
    margin-left: 100%; }
  .row .col.pull-l12 {
    right: 100%; }
  .row .col.push-l12 {
    left: 100%; } }

@media (min-width: 1281px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%; }
  .row .col.pull-xl1 {
    right: 8.3333333333%; }
  .row .col.push-xl1 {
    left: 8.3333333333%; }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%; }
  .row .col.pull-xl2 {
    right: 16.6666666667%; }
  .row .col.push-xl2 {
    left: 16.6666666667%; }
  .row .col.offset-xl3 {
    margin-left: 25%; }
  .row .col.pull-xl3 {
    right: 25%; }
  .row .col.push-xl3 {
    left: 25%; }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%; }
  .row .col.pull-xl4 {
    right: 33.3333333333%; }
  .row .col.push-xl4 {
    left: 33.3333333333%; }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%; }
  .row .col.pull-xl5 {
    right: 41.6666666667%; }
  .row .col.push-xl5 {
    left: 41.6666666667%; }
  .row .col.offset-xl6 {
    margin-left: 50%; }
  .row .col.pull-xl6 {
    right: 50%; }
  .row .col.push-xl6 {
    left: 50%; }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%; }
  .row .col.pull-xl7 {
    right: 58.3333333333%; }
  .row .col.push-xl7 {
    left: 58.3333333333%; }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%; }
  .row .col.pull-xl8 {
    right: 66.6666666667%; }
  .row .col.push-xl8 {
    left: 66.6666666667%; }
  .row .col.offset-xl9 {
    margin-left: 75%; }
  .row .col.pull-xl9 {
    right: 75%; }
  .row .col.push-xl9 {
    left: 75%; }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%; }
  .row .col.pull-xl10 {
    right: 83.3333333333%; }
  .row .col.push-xl10 {
    left: 83.3333333333%; }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%; }
  .row .col.pull-xl11 {
    right: 91.6666666667%; }
  .row .col.push-xl11 {
    left: 91.6666666667%; }
  .row .col.offset-xl12 {
    margin-left: 100%; }
  .row .col.pull-xl12 {
    right: 100%; }
  .row .col.push-xl12 {
    left: 100%; } }

.hide-on-large {
  display: block; }
  @media (max-width: 1024px) {
    .hide-on-large {
      display: none; } }

.visible-on-large {
  display: none; }
  @media (min-width: 1025px) {
    .visible-on-large {
      display: block; } }

.row > .col.col-spacer {
  min-height: 10px; }

.dark-gray {
  background-color: #222222; }

.outline-light-gray {
  outline: 1px solid #cccccc; }

.dart-blue {
  background-color: #00a5d6; }

.dart-light-gray {
  background-color: #999; }

.dart-gray {
  background-color: #444; }

/*
@font-face {
  font-family: "Nimrod W01 Italic";
  
  src: url('../fonts/nimrodw01italic.woff');
  
  font-weight: normal;
  font-style: normal;
  
}

@font-face {
  font-family: "Nimrod W02";
  
  src: url('../fonts/nimrodw02.woff');
  
  font-weight: normal;
  font-style: normal;
  
}

@font-face {
  font-family: "DIN Next W01 Regular";
  
  src: url('../fonts/dinnextw01regular.woff');
  
  font-weight: normal;
  font-style: normal;
  
}

@font-face {
  font-family: "DIN Next W01 Italic";
  
  src: url('../fonts/dinnextw01italic.woff');
  
  font-weight: normal;
  font-style: normal;
  
}

@font-face {
  font-family: "DIN Next W01 Bold";
  
  src: url('../fonts/dinnextw01bold.woff');
  
  font-weight: normal;
  font-style: normal;
  
}

@font-face {
  font-family: "DIN Next W01 Medium";

  src: url('../fonts/dinnextw01medium.woff');

  font-weight: normal;
  font-style: normal;

}
*/
.margin-top-one {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto; }

.margin-top-two {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }

.margin-top-three, div.project-header div.filter, div.showcase-header div.filter {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto; }

.margin-top-four, hr.divider, hr.chapter-quote-meta-block, .meta-headline-underlined:after, .page-headline-underlined:after, .chapter-one-block h2:after, .chapter-one-block ul.footer-navigation li a:after, ul.footer-navigation li .chapter-one-block a:after, .chapter-two-blocks h2:after, .chapter-two-blocks ul.footer-navigation li a:after, ul.footer-navigation li .chapter-two-blocks a:after, .page-title-meta h1:after, .page-title-divider-text h1:after, .page-title-blockquote blockquote:after {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto; }

.margin-top-five {
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .margin-top-five {
      margin-top: 75px; } }

.margin-top-six, .page-title-blockquote, .gallery-section, .project-quote, .career-page-header .page-headline h1, .press-page-header .page-headline h1, .radar-page-header .page-headline h1 {
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .margin-top-six, .page-title-blockquote, .gallery-section, .project-quote, .career-page-header .page-headline h1, .press-page-header .page-headline h1, .radar-page-header .page-headline h1 {
      margin-top: 94px; } }

.margin-top-seven {
  margin-top: 280px;
  margin-left: auto;
  margin-right: auto; }

.margin-bottom-one {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto; }

.margin-bottom-two, .chapter-quote blockquote, .chapter-quote-background blockquote {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }

.margin-bottom-three, .career-page-header .page-headline h2, .career-page-header .page-headline ul.footer-navigation li a, ul.footer-navigation li .career-page-header .page-headline a, .press-page-header .page-headline h2, .press-page-header .page-headline ul.footer-navigation li a, ul.footer-navigation li .press-page-header .page-headline a, .radar-page-header .page-headline h2, .radar-page-header .page-headline ul.footer-navigation li a, ul.footer-navigation li .radar-page-header .page-headline a {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto; }

.margin-bottom-four, hr.divider, hr.chapter-quote-meta-block, .meta-headline-underlined:after, .page-headline-underlined:after, .chapter-one-block h2:after, .chapter-one-block ul.footer-navigation li a:after, ul.footer-navigation li .chapter-one-block a:after, .chapter-two-blocks h2:after, .chapter-two-blocks ul.footer-navigation li a:after, ul.footer-navigation li .chapter-two-blocks a:after, .page-title-meta h1:after, .page-title-divider-text h1:after, .page-title-blockquote blockquote:after, div.project-header div.filter, .career-page-header .page-headline h1, .press-page-header .page-headline h1, div.contact-download-teaser, .radar-page-header .page-headline h1 {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto; }

.margin-bottom-five, .page-title-meta, .page-title-text, div.showcase-header, div.project-header {
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .margin-bottom-five, .page-title-meta, .page-title-text, div.showcase-header, div.project-header {
      margin-bottom: 75px; } }

.margin-bottom-six, .page-title-blockquote, .gallery-section, .project-quote {
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .margin-bottom-six, .page-title-blockquote, .gallery-section, .project-quote {
      margin-bottom: 96px; } }

.margin-bottom-seven {
  margin-bottom: 280px;
  margin-left: auto;
  margin-right: auto; }

.page-title-meta, .page-title-text, div.showcase-header, div.project-header {
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .page-title-meta, .page-title-text, div.showcase-header, div.project-header {
      margin-top: 120px; } }

.themen-teaser-block-container {
  padding-top: 90px !important; }

.chapter-quote, .chapter-quote-background, .text-emphasized {
  padding-top: 140px !important; }
  @media (max-width: 767px) {
    .chapter-quote, .chapter-quote-background, .text-emphasized {
      padding-top: 100px !important; } }

.chapter-quote, .chapter-quote-background, .text-emphasized {
  padding-bottom: 140px !important; }
  @media (max-width: 767px) {
    .chapter-quote, .chapter-quote-background, .text-emphasized {
      padding-bottom: 100px !important; } }

h1.big, h2, ul.footer-navigation li a, #slide-out a, div.career-container div.page-headline h1, div.career-container div.page-headline h2, div.career-container div.page-headline ul.footer-navigation li a, ul.footer-navigation li div.career-container div.page-headline a {
  font-family: "Nimrod W01";
  font-style: normal;
  font-weight: normal; }

blockquote {
  font-family: "Nimrod W01 Italic";
  font-style: normal;
  font-weight: normal; }

.value, .video-player-controls-layer .time-code, p, .chapter-one-block .row ul, .chapter-two-blocks .row ul, .copy-container .row ul, p a, .chapter-one-block .row ul a, .chapter-two-blocks .row ul a, .copy-container .row ul a, footer a, .copy-small, footer p, .copy-tiny, .button-label, .load-button, .download-button, .tag-button, .tag-filter, .scroll-down-button, .meta-headline, .meta-headline-underlined, .link, .page-headline-underlined, a.link-button, .meta-quote ul li div, .meta-table ul li div, .meta-project-quote-table ul li div, div.cookie-bar p, div.cookie-bar span, #slide-out .navigation-language-links li a, .career-detail-list ul li div.career-list-item, .career-contact-person .press-contact-person, ul.career-contact-person-info:not(.browser-default), ul.press-contact-person-info:not(.browser-default), div.contact-address, div.download-person-container, div.press-download-person-container, div.contact-person-container, div.contact-download-teaser {
  font-family: "DIN Next W01 Regular";
  font-style: normal;
  font-weight: normal; }

.caption, figcaption, .meta-project-quote-table .meta-table div, .meta-project-quote-table .meta-table .meta-table-title {
  font-family: "DIN Next W01 Italic";
  font-style: normal;
  font-weight: normal; }

h5.emphasized, .category, p b, .chapter-one-block .row ul b, .chapter-two-blocks .row ul b, .copy-container .row ul b, p em, .chapter-one-block .row ul em, .chapter-two-blocks .row ul em, .copy-container .row ul em, p strong, .chapter-one-block .row ul strong, .chapter-two-blocks .row ul strong, .copy-container .row ul strong {
  font-family: "DIN Next W01 Bold";
  font-style: normal;
  font-weight: normal; }

h4, .text-emphasized h4, div.career-introtext h4, ul:not(.browser-default).career-contact-person-info li.name, ul:not(.browser-default).press-contact-person-info li.name, .career-detail-list-headline h4, div.contact-download-teaser .contact-person-info li.name {
  font-family: "DIN Next W01 Medium";
  font-style: normal;
  font-weight: normal; }

h1, h2, ul.footer-navigation li a, h3, h4, h5, h6 {
  margin: 0; }

h1 {
  font-family: "Nimrod W01";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 65px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 30px;
      line-height: 40px; } }

h1.big {
  font-size: 60px;
  line-height: 80px; }

h2, ul.footer-navigation li a {
  font-size: 24px;
  line-height: 36px; }
  @media (max-width: 480px) {
    h2, ul.footer-navigation li a {
      font-size: 19px;
      line-height: 29px; } }

h2 b, ul.footer-navigation li a b {
  font-weight: normal; }

h3 {
  font-family: "Nimrod W01";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px; }

blockquote {
  font-size: 24px;
  line-height: 36px;
  margin: 0 auto;
  padding: 0;
  border: none; }
  @media (max-width: 480px) {
    blockquote {
      font-size: 19px;
      line-height: 29px; } }

h4 {
  font-size: 20px;
  line-height: 32px; }
  h4 a {
    color: inherit;
    text-transform: uppercase;
    /*
    */
    display: inline-block;
    line-height: 1em;
    border-bottom: 1px solid;
    letter-spacing: .05em;
    /*
    text-decoration: underline;
    */ }
    h4 a:hover {
      opacity: .9; }

h5 {
  font-family: "DIN Next W01 Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase; }

h5.emphasized {
  font-size: 14px;
  line-height: 2px;
  letter-spacing: 2px; }

.category {
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase; }

.value, .video-player-controls-layer .time-code {
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase; }

.category-value * {
  display: inline; }

.category-value * + *:before {
  content: "/";
  padding: 0 4px; }

.caption, figcaption {
  font-size: 16px;
  line-height: 24px; }

p, .chapter-one-block .row ul, .chapter-two-blocks .row ul, .copy-container .row ul {
  padding: 0px 0 25px 0;
  margin: 0;
  font-size: 20px;
  line-height: 32px; }
  @media (max-width: 767px) {
    p, .chapter-one-block .row ul, .chapter-two-blocks .row ul, .copy-container .row ul {
      font-size: 18px;
      line-height: 26px; } }
  p b, .chapter-one-block .row ul b, .chapter-two-blocks .row ul b, .copy-container .row ul b, p em, .chapter-one-block .row ul em, .chapter-two-blocks .row ul em, .copy-container .row ul em, p strong, .chapter-one-block .row ul strong, .chapter-two-blocks .row ul strong, .copy-container .row ul strong {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .05em; }
    @media (max-width: 767px) {
      p b, .chapter-one-block .row ul b, .chapter-two-blocks .row ul b, .copy-container .row ul b, p em, .chapter-one-block .row ul em, .chapter-two-blocks .row ul em, .copy-container .row ul em, p strong, .chapter-one-block .row ul strong, .chapter-two-blocks .row ul strong, .copy-container .row ul strong {
        font-size: 17px; } }

p a, .chapter-one-block .row ul a, .chapter-two-blocks .row ul a, .copy-container .row ul a, footer a {
  color: inherit;
  text-decoration: underline;
  margin-bottom: 120px; }
  @media (min-width: 1025px) {
    p a, .chapter-one-block .row ul a, .chapter-two-blocks .row ul a, .copy-container .row ul a, footer a {
      margin-bottom: 37px; } }
  p a:hover, .chapter-one-block .row ul a:hover, .chapter-two-blocks .row ul a:hover, .copy-container .row ul a:hover, footer a:hover {
    opacity: .5; }

.copy-small, footer p, footer .chapter-one-block .row ul, .chapter-one-block .row footer ul, footer .chapter-two-blocks .row ul, .chapter-two-blocks .row footer ul, footer .copy-container .row ul, .copy-container .row footer ul {
  font-size: 18px;
  line-height: 26px; }
  .copy-small a, footer p a, footer .chapter-one-block .row ul a, .chapter-one-block .row footer ul a, footer .chapter-two-blocks .row ul a, .chapter-two-blocks .row footer ul a, footer .copy-container .row ul a, .copy-container .row footer ul a {
    letter-spacing: 2px; }

.copy-tiny {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: .5px; }
  .copy-tiny a {
    letter-spacing: 2px; }

.chapter-one-block .row * + ul, .chapter-two-blocks .row * + ul, .copy-container .row * + ul {
  margin-top: 1em; }

.chapter-one-block .row ul li, .chapter-two-blocks .row ul li, .copy-container .row ul li {
  position: relative;
  padding-left: 1.65em; }

.chapter-one-block .row ul li:before, .chapter-two-blocks .row ul li:before, .copy-container .row ul li:before {
  content: "—";
  position: absolute;
  left: 0; }

.chapter-one-block .row ul li + li, .chapter-two-blocks .row ul li + li, .copy-container .row ul li + li {
  margin-top: .5em; }

.button-label, .load-button, .download-button, .tag-button, .tag-filter, .scroll-down-button {
  font-size: 14px;
  line-height: 32px;
  height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.meta-headline, .meta-headline-underlined {
  margin: 0px auto;
  text-align: center;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase; }

.link {
  display: table;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #222222; }

.negative {
  color: #ffffff; }

hr.divider, hr.chapter-quote-meta-block, .meta-headline-underlined:after, .page-headline-underlined:after, .chapter-one-block h2:after, .chapter-one-block ul.footer-navigation li a:after, ul.footer-navigation li .chapter-one-block a:after, .chapter-two-blocks h2:after, .chapter-two-blocks ul.footer-navigation li a:after, ul.footer-navigation li .chapter-two-blocks a:after, .page-title-meta h1:after, .page-title-divider-text h1:after, .page-title-blockquote blockquote:after {
  display: block;
  width: 60px;
  height: 2px;
  background: #222222; }

.negative hr.divider, .negative hr.chapter-quote-meta-block, .negative .meta-headline-underlined:after, .negative .page-headline-underlined:after, .negative .page-title-meta h1:after, .negative .page-title h1:after {
  background: #ffffff; }

hr.divider, hr.chapter-quote-meta-block {
  border: none;
  outline: none; }

.page-title-text + hr.divider, .page-title-text + hr.chapter-quote-meta-block {
  margin-top: -36px; }

.page-headline-underlined {
  text-align: center; }

.page-headline, .content-headline {
  text-align: center; }

.meta-headline-underlined:after, .page-headline-underlined:after {
  content: " ";
  margin: 55px auto 50px; }
  @media (max-width: 767px) {
    .meta-headline-underlined:after, .page-headline-underlined:after {
      margin: 42px auto 48px; } }

.award-container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.66);
  border: 1px solid #cccccc; }

.award-container > img {
  display: block;
  width: 100%;
  height: auto;
  padding: 18.25%; }

div.table-project, div.table-teaser, div.table-quote {
  text-align: left; }

ul.table > li, .category-table > li {
  border-top: 1px solid #cccccc; }
  ul.table > li:last-child, .category-table > li:last-child {
    border-bottom: 1px solid #cccccc; }

ul.table > li {
  height: 60px; }

.category-table > li {
  height: auto;
  padding: 19px 0; }

.menu-button, .filter-toggle-button, .tags-toggle-button, .spectrum-toggle-button,
.include-tag-icon .spectrum-toggle-button, .arrow-container .arrow-button-left:before, .arrow-container .arrow-button-right:before, .arrow-container .arrow-button-left:after, .arrow-container .arrow-button-right:after, .arrow-button-left, .arrow-button-right, .facebook-button, .behance-button, .xing-button, .youtube-button, .facebook-button-rounded, .behance-button-rounded, .xing-button-rounded, .youtube-button-rounded, .instagram-button-rounded, .video-player-button-background, .video-player-button-play, .video-player-button-pause {
  display: inline-block;
  cursor: pointer; }

.menu-button, .filter-toggle-button, .tags-toggle-button, .spectrum-toggle-button,
.include-tag-icon .spectrum-toggle-button {
  width: 41px;
  height: 41px; }

.menu-button {
  margin-left: 5px;
  position: relative;
  top: 15px; }
  .menu-button.open {
    background-image: url("../fonts/button-menu-open.svg"); }
  .menu-button.close {
    background-image: url("../fonts/button-menu-close.svg"); }

.arrow-container {
  -webkit-tap-highlight-color: transparent; }
  @media (max-width: 1024px) {
    .arrow-container {
      display: none; } }

.arrow-container .arrow-button-left:before, .arrow-container .arrow-button-right:before, .arrow-container .arrow-button-left:after, .arrow-container .arrow-button-right:after, .arrow-button-left, .arrow-button-right {
  width: 82px;
  height: 82px; }
  @media (max-width: 1024px) {
    .arrow-container .arrow-button-left:before, .arrow-container .arrow-button-right:before, .arrow-container .arrow-button-left:after, .arrow-container .arrow-button-right:after, .arrow-button-left, .arrow-button-right {
      width: 62px;
      height: 62px; } }

.arrow-container .arrow-button-left:before, .arrow-container .arrow-button-right:before, .arrow-container .arrow-button-left:after, .arrow-container .arrow-button-right:after {
  content: " ";
  display: block;
  position: absolute; }

.arrow-container .arrow-button-left:before, .arrow-container .arrow-button-right:before {
  background-image: url("../fonts/button-background-large.svg");
  opacity: 0;
  transition: opacity .3s; }

.arrow-container:hover .arrow-button-left:before, .arrow-container:hover .arrow-button-right:before {
  opacity: 1; }

.arrow-button-left {
  transform: translate(0%, -50%); }
  .arrow-container .arrow-button-left:after {
    background-image: url("../fonts/button-left-large.svg"); }
    @media (max-width: 1024px) {
      .arrow-container .arrow-button-left:after {
        background-image: url("../fonts/button-left-medium.svg"); } }

.arrow-button-right {
  transform: translate(-100%, -50%); }
  .arrow-container .arrow-button-right:after {
    background-image: url("../fonts/button-right-large.svg"); }
    @media (max-width: 1024px) {
      .arrow-container .arrow-button-right:after {
        background-image: url("../fonts/button-right-medium.svg"); } }

.filter-toggle-button {
  background-image: url("../fonts/icon-filter.svg"); }

.tags-toggle-button {
  cursor: auto;
  background-image: url("../fonts/icon-tags.svg"); }

.spectrum-toggle-button,
.include-tag-icon .spectrum-toggle-button {
  cursor: auto;
  background-image: url("../fonts/icon-tags.svg"); }

.include-filter-icon .spectrum-toggle-button {
  background-image: url("../fonts/icon-filter.svg"); }

/* Social Media */
.facebook-button, .behance-button, .xing-button, .youtube-button {
  width: 22px;
  height: 18px; }

.facebook-button {
  background-image: url("../fonts/facebook.svg"); }

.behance-button {
  background-image: url("../fonts/behance.svg"); }

.xing-button {
  background-image: url("../fonts/xing.svg"); }

.youtube-button {
  background-image: url("../fonts/youtube.svg"); }

/* Social Media Round Buttons */
.facebook-button-rounded, .behance-button-rounded, .xing-button-rounded, .youtube-button-rounded, .instagram-button-rounded {
  width: 29px;
  height: 29px;
  border-radius: 50%; }
  @media (max-width: 1280px) {
    .facebook-button-rounded, .behance-button-rounded, .xing-button-rounded, .youtube-button-rounded, .instagram-button-rounded {
      width: 25px;
      height: 25px; } }

.facebook-button-rounded {
  background-image: url("../fonts/facebook-rounded.svg"); }

.behance-button-rounded {
  background-image: url("../fonts/behance-rounded.svg"); }

.xing-button-rounded {
  background-image: url("../fonts/xing-rounded.svg"); }

.youtube-button-rounded {
  background-image: url("../fonts/youtube-rounded.svg"); }

.instagram-button-rounded {
  background-image: url("../fonts/instagram-rounded.svg"); }

/* Labeled Buttons */
.load-button, .download-button {
  display: block;
  margin-top: 3px;
  color: #222222;
  outline: 1px solid #222222;
  cursor: pointer;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right 9px top 50%;
  padding: 0 15px;
  width: 314px;
  height: 50px;
  line-height: 52px; }

.load-button {
  color: #fff;
  background-color: #222;
  outline: 2px solid #222;
  background-image: url("../fonts/icon-labelled-button-plus-white.svg"); }

.load-button:hover {
  background-color: #444;
  outline: 2px solid #444;
  transform: translateZ(0); }

.download-button {
  color: #fff;
  background-color: #222;
  background-image: url("../fonts/icon-labelled-button-download-white.svg");
  background-position: right 9px top 49%; }

.download-button:hover {
  background-color: #444;
  outline: 2px solid #444;
  transform: translateZ(0); }

.tag-button {
  display: inline-block;
  padding: 0px 8px 0 8px;
  height: 30px;
  outline: 1px solid #777777;
  color: #222222;
  cursor: pointer;
  line-height: 34px; }

.tag-button:hover {
  outline: 2px solid #222222;
  color: #222222;
  transform: translateZ(0); }

.tag-filter {
  display: inline-block;
  padding: 0px 8px 0 8px;
  height: 30px;
  outline: 1px solid #777777;
  background-color: #222222;
  color: #FFFFFF;
  cursor: pointer;
  line-height: 32px; }

.tag-filter.active, .tag-filter:hover {
  outline: 1px solid #fff;
  color: #fff;
  transform: translateZ(0); }

.indicator-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50% 50%;
  background-color: #cccccc;
  cursor: pointer; }

.indicator-dot.active, .indicator-dot:hover, .indicator-dot.hovered {
  background-color: #222222; }

.indicator-dot + .indicator-dot {
  margin-left: 26px; }

.indicator-stripe {
  position: relative;
  width: 35px;
  height: 30px; }

.indicator-stripe:after {
  content: " ";
  display: block;
  position: absolute;
  top: 14px;
  background: #222222;
  width: 20px;
  height: 1px;
  transition: width .1s; }

.indicator-stripe.active:after,
.indicator-stripe:hover:after {
  width: 60px;
  height: 2px; }

.side-navigation.negative .indicator-stripe:after {
  background: white; }

a.link-button {
  display: inline-block;
  font-size: 14px;
  color: #111 !important;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 18px; }

a.link-button:hover {
  opacity: .5; }

.scroll-down-button {
  color: #222222; }

.scroll-down-button:after {
  content: " ";
  display: inline-block;
  margin-left: .4em;
  width: 9px;
  height: 10px;
  background-image: url("../fonts/icon-scroll-down.svg"); }

.load-more-container .load-button {
  margin: 0 auto; }

.main-logo {
  top: 15px;
  left: 10px;
  position: fixed;
  z-index: 9998;
  width: 230px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url("../images/logo.png"); }
  @media (min-width: 768px) {
    .main-logo {
      top: 25px;
      left: 20px; } }
  @media (min-width: 1025px) {
    .main-logo {
      top: 30px;
      left: 30px; } }
  .main-logo.negative {
    background-image: url("../images/logo.png"); }
  @media (max-width: 767px) {
    .main-logo {
      width: 63px;
      height: 16px; } }

.chapter, .chapter-one-block, .chapter-two-blocks, .chapter-quote, .chapter-quote-background, .chapter-divider-block, .chapter-quote-meta-block {
  padding: 0; }

.chapter-one-block .row:first-child .col, .chapter-two-blocks .row:first-child .col, .chapter-quote .row .col, .chapter-quote-background .row .col, .chapter-divider-block .row .col, .chapter-quote-meta-block .row .col, .text-emphasized .row .col {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.chapter-one-block .row:first-child, .chapter-two-blocks .row:first-child {
  margin-bottom: 10px; }

.chapter-one-block h2, .chapter-one-block ul.footer-navigation li a, ul.footer-navigation li .chapter-one-block a, .chapter-two-blocks h2, .chapter-two-blocks ul.footer-navigation li a, ul.footer-navigation li .chapter-two-blocks a {
  text-align: center;
  margin: 0; }
  .chapter-one-block h2:after, .chapter-one-block ul.footer-navigation li a:after, ul.footer-navigation li .chapter-one-block a:after, .chapter-two-blocks h2:after, .chapter-two-blocks ul.footer-navigation li a:after, ul.footer-navigation li .chapter-two-blocks a:after {
    content: " ";
    margin: 55px auto 30px; }
    @media (max-width: 767px) {
      .chapter-one-block h2:after, .chapter-one-block ul.footer-navigation li a:after, ul.footer-navigation li .chapter-one-block a:after, .chapter-two-blocks h2:after, .chapter-two-blocks ul.footer-navigation li a:after, ul.footer-navigation li .chapter-two-blocks a:after {
        margin-top: 42px; } }

.chapter-one-block p, .chapter-one-block .row ul, .chapter-two-blocks .row .chapter-one-block ul, .copy-container .row .chapter-one-block ul, .chapter-two-blocks p, .chapter-one-block .row .chapter-two-blocks ul, .chapter-two-blocks .row ul, .copy-container .row .chapter-two-blocks ul {
  padding-bottom: 0; }

.chapter-quote, .chapter-quote-background {
  text-align: center; }
  @media (max-width: 767px) {
    .chapter-quote, .chapter-quote-background {
      padding-top: 0 !important;
      padding-bottom: 0 !important; } }

.chapter-quote-background {
  background-color: #FAFAFA;
  min-height: 440px; }

.chapter-divider-block h4 {
  text-align: center;
  margin: 0px auto 45px auto; }

.chapter-divider-block .divider, .chapter-divider-block .chapter-quote-meta-block {
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 60px;
  background: #222222; }

.chapter-divider-block .content-headline {
  margin: 0px auto; }

.chapter-divider-block p, .chapter-divider-block .chapter-one-block .row ul, .chapter-one-block .row .chapter-divider-block ul, .chapter-divider-block .chapter-two-blocks .row ul, .chapter-two-blocks .row .chapter-divider-block ul, .chapter-divider-block .copy-container .row ul, .copy-container .row .chapter-divider-block ul {
  padding-bottom: 0px; }

.chapter-quote-meta-block .page-headline {
  margin: 0px auto; }
  .chapter-quote-meta-block .page-headline h4 {
    margin: 0px auto 50px auto; }

.text-emphasized {
  background: #fff;
  color: #222222;
  text-align: center; }
  .text-emphasized.negative {
    background: #222222;
    color: #fff; }
  .text-emphasized.text-negative {
    color: #fff; }
  .text-emphasized.text-positve {
    color: #222222; }

.awards-list {
  text-align: center;
  line-height: 0; }

.awards-list > .col {
  float: none;
  display: inline-block; }
  @media (max-width: 1280px) {
    .awards-list > .col {
      margin-top: 24px; } }
  @media (min-width: 1281px) and (max-width: 1440px) {
    .awards-list > .col {
      margin-top: 34px; } }
  @media (min-width: 1441px) {
    .awards-list > .col {
      margin-top: 64px; } }

.page-title-meta {
  text-align: center; }
  .page-title-meta h1:after {
    content: " ";
    margin: 55px auto 57px; }
    @media (max-width: 767px) {
      .page-title-meta h1:after {
        margin: 45px auto 47px; } }
  .page-title-meta .meta-table {
    text-align: center; }

.page-title-divider-text {
  text-align: center; }
  .page-title-divider-text h1:after {
    content: " ";
    margin: 55px auto 57px; }
  .page-title-divider-text .meta-table {
    text-align: center; }

.page-title-text {
  text-align: center; }
  .page-title-text h1 {
    margin: 0px auto 57px; }
  .page-title-text .page-headline:last-child h1 {
    margin-bottom: -33px; }
    @media (max-width: 767px) {
      .page-title-text .page-headline:last-child h1 {
        margin-bottom: -19px; } }

.page-title-blockquote {
  text-align: center; }
  .page-title-blockquote blockquote:after {
    content: " ";
    margin: 55px auto 57px; }
  .page-title-blockquote .meta-table {
    text-align: center; }

.meta-quote ul li, .meta-table ul li {
  letter-spacing: 2px;
  display: inline-block;
  list-style-type: none; }
  .meta-quote ul li:first-child div:before, .meta-table ul li:first-child div:before {
    content: "";
    padding: 0 0 0 0; }
  .meta-quote ul li div, .meta-table ul li div {
    text-transform: uppercase;
    padding: 2px 0; }
    .meta-quote ul li div:before, .meta-table ul li div:before {
      font-size: 16px;
      content: "/";
      padding: 0 5px 0 0; }
  .meta-quote ul li div.meta-table-title, .meta-table ul li div.meta-table-title {
    font-family: "DIN Next W01 Bold"; }

.meta-project-quote-table {
  text-align: center; }
  .meta-project-quote-table ul li {
    display: inline-block;
    list-style-type: none; }
    .meta-project-quote-table ul li:last-child div:after {
      content: ""; }
    .meta-project-quote-table ul li div {
      padding: 2px 0; }
      .meta-project-quote-table ul li div:after {
        font-size: 16px;
        content: ",";
        padding: 0 0 0 5px; }
    .meta-project-quote-table ul li div.meta-table-title {
      text-transform: uppercase;
      font-family: "DIN Next W01 Bold"; }

.meta-project-quote-table .meta-table div {
  text-transform: capitalize;
  color: #111111; }

.meta-project-quote-table .meta-table .meta-table-title {
  text-transform: inherit; }

.category-teaser, .press-teaser {
  padding: 10px;
  border: 1px solid #CCCCCC; }
  .category-teaser.clickable a.link-button, .press-teaser.clickable a.link-button {
    opacity: 1; }
  .category-teaser.clickable:hover a.link-button, .press-teaser.clickable:hover a.link-button {
    opacity: .5; }
  .category-teaser.clickable:hover h3, .category-teaser.clickable:hover p, .category-teaser.clickable:hover .chapter-one-block .row ul, .chapter-one-block .row .category-teaser.clickable:hover ul, .category-teaser.clickable:hover .chapter-two-blocks .row ul, .chapter-two-blocks .row .category-teaser.clickable:hover ul, .category-teaser.clickable:hover .copy-container .row ul, .copy-container .row .category-teaser.clickable:hover ul, .press-teaser.clickable:hover h3, .press-teaser.clickable:hover p, .press-teaser.clickable:hover .chapter-one-block .row ul, .chapter-one-block .row .press-teaser.clickable:hover ul, .press-teaser.clickable:hover .chapter-two-blocks .row ul, .chapter-two-blocks .row .press-teaser.clickable:hover ul, .press-teaser.clickable:hover .copy-container .row ul, .copy-container .row .press-teaser.clickable:hover ul {
    opacity: .9; }
  .category-teaser ul, .press-teaser ul {
    padding: 0;
    color: #222;
    margin: 0px 0 30px 0;
    border-bottom: 2px solid #222; }
  .category-teaser img, .press-teaser img {
    border: 1px solid #CCCCCC; }

div.teaser-text {
  width: 440px;
  height: 440px;
  border: 1px solid #CCCCCC; }
  div.teaser-text div.teaser-text-headline {
    margin-top: 158px;
    padding: 0 20px; }

div.filter {
  position: relative;
  text-align: center;
  margin-top: 0px; }
  div.filter .filter-toggle-button {
    position: relative;
    top: 0px;
    z-index: 1; }
  div.filter div.filter-bar-container {
    margin-top: -25px;
    background-color: #222222;
    position: relative;
    height: auto;
    padding-top: 45px;
    padding-bottom: 40px;
    outline: 1px solid #222222; }
    div.filter div.filter-bar-container ul {
      margin: 0px auto;
      width: 100%; }
      div.filter div.filter-bar-container ul li {
        list-style-type: none;
        display: inline-block;
        padding: 0 10px; }
        @media (max-width: 767px) {
          div.filter div.filter-bar-container ul li {
            padding: 20px 10px; } }

div.tags {
  position: relative;
  text-align: center; }
  div.tags .meta-headline-underlined:after {
    content: " ";
    margin: 55px auto 80px; }
    @media (max-width: 767px) {
      div.tags .meta-headline-underlined:after {
        margin: 41px auto 65px; } }
  div.tags div.tag-headerline-container {
    color: #111111; }
  div.tags div.tag-bar-container {
    position: relative;
    min-height: 120px;
    background-color: rgba(255, 255, 255, 0.66);
    border: 1px solid #CCCCCC; }
    div.tags div.tag-bar-container .tags-toggle-button {
      position: relative;
      top: -25px; }
    div.tags div.tag-bar-container ul {
      margin: 0 auto;
      width: 100%; }
      @media (min-width: 1024px) {
        div.tags div.tag-bar-container ul {
          line-height: 50px;
          position: relative;
          top: -9px; } }
      div.tags div.tag-bar-container ul li {
        list-style-type: none;
        display: inline-block;
        padding: 0 10px; }
        @media (max-width: 1024px) {
          div.tags div.tag-bar-container ul li {
            padding: 0px 10px 20px 10px; } }

div.spectrum {
  position: relative;
  text-align: center;
  margin-top: 0px; }
  div.spectrum .spectrum-toggle-button {
    position: relative;
    top: -23px;
    z-index: 1;
    margin-bottom: -4px; }
  div.spectrum div.tag-headerline-container {
    color: #111111; }
  div.spectrum .meta-headline-underlined:after {
    content: " ";
    margin: 55px auto 80px;
    background: #222222; }
    @media (max-width: 767px) {
      div.spectrum .meta-headline-underlined:after {
        margin: 41px auto 65px; } }
  div.spectrum div.spectrum-bar-container {
    position: relative;
    height: auto;
    padding-top: 0px;
    padding-bottom: 40px; }
    div.spectrum div.spectrum-bar-container ul {
      margin: 0px auto;
      width: 100%; }
      div.spectrum div.spectrum-bar-container ul li {
        line-height: 56px;
        list-style-type: none;
        display: inline-block;
        padding: 0 10px; }
  div.spectrum.positive div.spectrum-bar-container {
    background-color: #ffffff;
    border: 1px solid #cccccc; }
    div.spectrum.positive div.spectrum-bar-container .tag-filter {
      background: #ffffff;
      color: #111111; }
      div.spectrum.positive div.spectrum-bar-container .tag-filter:hover {
        outline: 2px solid #777777; }
  div.spectrum.negative div.spectrum-bar-container {
    background-color: #222222;
    border: 1px solid #222222; }

img.img-8to5 {
  display: block;
  margin: 0px auto; }

@media (max-width: 480px) {
  .page-title-meta + main > .img-8to5-container:first-child,
  .page-title-meta + main > .img-1to1-container:first-child,
  .page-title-meta + main > .img-3to4-container:first-child {
    margin-top: 3px; } }

.meta-description {
  text-align: center; }

.career-contact {
  text-align: center; }

div.facts {
  background-color: rgba(255, 255, 255, 0.66); }
  div.facts .meta-headline-underlined:after {
    content: " ";
    margin: 55px auto 60px; }
    @media (max-width: 767px) {
      div.facts .meta-headline-underlined:after {
        margin: 41px auto 51px; } }

div.downloads {
  position: relative; }
  div.downloads .meta-headline-underlined:after {
    content: " ";
    margin: 55px auto 60px; }
    @media (max-width: 767px) {
      div.downloads .meta-headline-underlined:after {
        margin: 41px auto 51px; } }
  div.downloads li.download {
    float: right; }
    div.downloads li.download:before {
      content: " "; }

div.awards-container {
  position: relative; }
  div.awards-container .meta-headline-underlined:after {
    content: " ";
    margin: 55px auto 36px; }
    @media (min-width: 1281px) {
      div.awards-container .meta-headline-underlined:after {
        margin: 55px auto -4px; } }
    @media (max-width: 767px) {
      div.awards-container .meta-headline-underlined:after {
        margin: 45px auto 30px; } }
  div.awards-container > img {
    display: block;
    width: 100%;
    height: auto;
    padding: 18.25%; }

div.see-also-text {
  font-family: "DIN Next W01 Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999999; }

div.project-header div.see-also {
  margin-top: -10px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px; }
  div.project-header div.see-also a {
    display: inline; }

div.showcase-header div.see-also {
  margin-top: 50px;
  margin-bottom: 135px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px; }
  div.showcase-header div.see-also a {
    display: inline; }

div.cookie-bar {
  color: #fff;
  background: #222;
  text-align: center;
  padding: 0 10px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 767px) {
    div.cookie-bar {
      height: auto; } }
  div.cookie-bar p, div.cookie-bar .chapter-one-block .row ul, .chapter-one-block .row div.cookie-bar ul, div.cookie-bar .chapter-two-blocks .row ul, .chapter-two-blocks .row div.cookie-bar ul, div.cookie-bar .copy-container .row ul, .copy-container .row div.cookie-bar ul {
    font-size: 16px;
    padding: 10px 0 7px;
    line-height: 1.25em; }
    div.cookie-bar p a.cookie-bar-button, div.cookie-bar .chapter-one-block .row ul a.cookie-bar-button, .chapter-one-block .row div.cookie-bar ul a.cookie-bar-button, div.cookie-bar .chapter-two-blocks .row ul a.cookie-bar-button, .chapter-two-blocks .row div.cookie-bar ul a.cookie-bar-button, div.cookie-bar .copy-container .row ul a.cookie-bar-button, .copy-container .row div.cookie-bar ul a.cookie-bar-button {
      display: table;
      margin-left: auto;
      margin-right: auto;
      margin-top: 4px;
      margin-bottom: 4px;
      text-decoration: none;
      padding: 5px 20px 1px;
      background: #ffffff;
      color: #222; }
  div.cookie-bar span {
    font-size: 16px;
    padding-right: 5px;
    line-height: 40px; }

nav {
  position: fixed;
  z-index: 1024;
  box-shadow: none;
  background: none;
  height: auto;
  line-height: 56px; }
  nav .main-nav-button {
    position: fixed;
    right: 10px;
    top: -5px;
    z-index: 9999;
    color: #000; }
    @media (min-width: 768px) {
      nav .main-nav-button {
        right: 20px;
        top: 5px; } }
    @media (min-width: 1025px) {
      nav .main-nav-button {
        right: 30px;
        top: 15px; } }
    nav .main-nav-button .button-label, nav .main-nav-button .load-button, nav .main-nav-button .download-button, nav .main-nav-button .tag-button, nav .main-nav-button .tag-filter, nav .main-nav-button .scroll-down-button {
      position: absolute;
      right: 0;
      white-space: nowrap; }
    nav .main-nav-button .menu-button.open {
      background-image: url("../fonts/button-menu-open-icon.svg"); }
    nav .main-nav-button .menu-button.close {
      background-image: url("../fonts/button-menu-close-icon.svg"); }
    nav .main-nav-button .menu-button.background {
      background-image: url("../fonts/button-menu-background.svg");
      z-index: -1; }
    nav .main-nav-button.negative {
      color: #ffffff; }
      nav .main-nav-button.negative .menu-button.open {
        background-image: url("../fonts/button-menu-open-icon-negative.svg"); }
      nav .main-nav-button.negative .menu-button.close {
        background-image: url("../fonts/button-menu-close-icon-negative.svg"); }
      nav .main-nav-button.negative .menu-button.background {
        background-image: url("../fonts/button-menu-background-negative.svg");
        z-index: -1; }
  nav .navigation-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.667);
    z-index: -1;
    opacity: 0; }
  nav .main-nav-background {
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 47px;
    /* height: 62px; */
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #cccccc;
    opacity: 1; 
top:0;


}
#c_n1{
display:none;
opacity:0.0001
}

    nav .main-nav-background.negative {
      background: rgba(32, 32, 32, 0.95); }
    @media (min-width: 768px) {
      nav .main-nav-background {
        height: 82px; } }
    @media (min-width: 1025px) {
      nav .main-nav-background {
        display: none; } }

.main-nav-content {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  background: white;
  height: 100vh;
  width: 100%; }
  @media (min-width: 1025px) {
    .main-nav-content {
      width: 390px; } }
 
.navigation-main-links-container {
  display: table;
  width: 100%;
  height: 100%; }
  .navigation-main-links-container > div {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0 50px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .navigation-main-links-container {
      padding-bottom: 25px; } }
  @media (min-width: 1025px) {
    .navigation-main-links-container {
      padding-bottom: 25px; } }

#slide-out {
  text-align: center;
  z-index: 999;
  position: relative;
  height: 100%;
  padding: 0 0 100px; }
  #slide-out .col {
    padding: 0;
    position: relative;
    width: 100%;
    top: -20px; }
    @media (max-width: 1024px) {
      #slide-out .col {
        top: -20px; } }
    @media (max-width: 767px) {
      #slide-out .col {
        top: -5px; } }
  @media (min-width: 1025px) {
    #slide-out {
      width: 380px;
      text-align: left; } }
  #slide-out hr.divider, #slide-out hr.chapter-quote-meta-block {
    display: block;
    width: 60px;
    height: 2px;
    margin: 50px auto 50px auto; }
    @media (min-width: 768px) {
      #slide-out hr.divider, #slide-out hr.chapter-quote-meta-block {
        margin-left: 0px;
        margin: 50px auto 50px auto; } }
    @media (min-width: 1025px) {
      #slide-out hr.divider, #slide-out hr.chapter-quote-meta-block {
        margin-left: 10px; } }
  #slide-out .collapsible {
    margin: 0; }
  #slide-out ul {
    margin: 0;
    padding: 0; }
  #slide-out li {
    float: none;
    padding-left: 0px;
    margin: 0 0 30px 0; }
    @media (min-width: 768px) {
      #slide-out li {
        padding-left: 0px; } }
    @media (min-width: 1025px) {
      #slide-out li {
        padding-left: 30px; } }
    #slide-out li.active {
      background-color: rgba(0, 0, 0, 0.05); }
  #slide-out a {
	  text-align: center;
    color: #222222;
    display: block;
    font-size: 16px;
    padding: 0px;
    border-bottom: none;
    height: auto;
    line-height: 30px;
    text-decoration: none;
    text-transform: inherit; }
    @media (min-width: 768px) {
      #slide-out a {
        padding-left: 0px;
        font-size: 20px; } }
    @media (min-width: 1025px) {
      #slide-out a {
        padding-left: 0px; } }
    #slide-out a.link-button:hover, #slide-out a.link-button:focus, #slide-out a.link-button:active, #slide-out a .active {
      background: none;
      text-decoration: underline;
      opacity: 1; }
    #slide-out a.btn, #slide-out a.btn-large, #slide-out a.btn-flat, #slide-out a.btn-floating {
      margin: 10px 15px; }
  #slide-out li > a > i,
  #slide-out li > a > [class^="mdi-"], #slide-out li > a > [class*="mdi-"],
  #slide-out li > a > i.material-icons {
    float: left;
    color: rgba(0, 0, 0, 0.54); }
  #slide-out .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54); }
    #slide-out .subheader:hover {
      background-color: transparent; }
  #slide-out .userView {
    position: relative; }
    #slide-out .userView > a {
      height: auto;
      padding: 0; }
      #slide-out .userView > a:hover {
        background-color: transparent; }
    #slide-out .userView .background {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
    #slide-out .userView .circle, #slide-out .userView .name, #slide-out .userView .email {
      display: block; }
    #slide-out .userView .circle {
      height: 64px;
      width: 64px; }
    #slide-out .userView .name,
    #slide-out .userView .email {
      line-height: 24px; }
    #slide-out .userView .name {
      margin-top: 16px;
      font-weight: 500; }
    #slide-out .userView .email {
      padding-bottom: 16px;
      font-weight: 400; }
  #slide-out .navigation-social-links {
    position: relative;
	text-align: center;
    top: -15px;
    margin: 10px 0 0 0;
    padding: 0; }
    @media (min-width: 768px) {
      #slide-out .navigation-social-links {
        margin: 20px 0 0 0;
        top: -25px; } }
    @media (min-width: 1025px) {
      #slide-out .navigation-social-links {
        margin: 20px 0 0 20px; } }
    #slide-out .navigation-social-links li {
      display: inline-block;
      padding: 0 12px 0 0px;
      margin-bottom: 0;
      font-size: 0; }
      @media (min-width: 768px) {
        #slide-out .navigation-social-links li {
          padding: 0 8px 0 8px; } }
      @media (min-width: 1025px) {
        #slide-out .navigation-social-links li {
          padding: 0 8px 0 8px; } }
      #slide-out .navigation-social-links li:last-child {
        padding-right: 0; }
      #slide-out .navigation-social-links li > a {
        width: 29px;
        height: 29px; }
        @media (max-width: 767px) {
          #slide-out .navigation-social-links li > a {
            width: 25px;
            height: 25px; } }
        #slide-out .navigation-social-links li > a:hover {
          opacity: .5; }
  #slide-out .navigation-social-language-container {
    position: absolute;
    width: 100%;
    margin-top: -38px;
    /*
	@media (min-width: $screen-s-up) {
	  position: absolute;
       bottom: 45px;
	  left: 50%;
	  transform: translate(-50%, 0);
	  
	}
	*/ }
  #slide-out .navigation-language-links {
    position: relative;
    top: -40px;
	text-align: center;
    margin: 0px 0 0 0;
    padding: 0; }
    @media (min-width: 1025px) {
      #slide-out .navigation-language-links {
        margin-left: 30px; } }
    #slide-out .navigation-language-links li {
      display: inline-block;
      padding: 0px 0 0 20px;
      margin: 20px 0px 0 0px; }
      @media (min-width: 768px) {
        #slide-out .navigation-language-links li {
          padding: 0 20px 0 0px; } }
      @media (min-width: 1025px) {
        #slide-out .navigation-language-links li {
          padding: 0 20px 0 0px; } }
      #slide-out .navigation-language-links li:first-child {
        margin-left: 0;
        padding-left: 0; }
      #slide-out .navigation-language-links li:last-child {
        margin-right: 0;
        padding-right: 0; }
      #slide-out .navigation-language-links li a {
        display: inline-block;
        color: #222222;
        font-size: 12px;
        padding: 0;
        border-bottom: none;
        height: auto;
        text-decoration: none;
        text-transform: inherit; }
        @media (min-width: 768px) {
          #slide-out .navigation-language-links li a {
            font-size: 16px; } }
        @media (min-width: 1025px) {
          #slide-out .navigation-language-links li a {
            font-size: 16px; } }
        #slide-out .navigation-language-links li a:hover, #slide-out .navigation-language-links li a:focus, #slide-out .navigation-language-links li a:active, #slide-out .navigation-language-links li a .active {
          background: none;
          text-decoration: underline;
          opacity: 1; }

/*
	Side Navigation
*/
.side-navigation {
  position: fixed;
  z-index: 256;
  left: 0;
  top: 0;
  opacity: 0; }
  @media (max-width: 767px) {
    .side-navigation {
      display: none; } }

footer {
  position: relative;
  z-index: 512;
  background-color: rgba(255, 255, 255, 0.66);
  margin-top: 90px;
  padding-top: 0px;
  padding-bottom: 40px;
  border-top: 1px solid #cccccc; }
  @media (max-width: 1024px) {
    footer {
      padding-top: 60px;
      padding-bottom: 58px; } }
  @media (min-width: 1025px) {
    footer {
      padding-top: 140px;
      padding-bottom: 140px;
      margin-top: 140px; } }
  @media (min-width: 1281px) {
    footer .col {
      display: table; }
      footer .col > ul {
        display: table-cell;
        vertical-align: bottom;
        width: 42%;
        margin: 0;
        padding: 0; }
        footer .col > ul:first-child, footer .col > ul:last-child {
          width: 29%; } }

footer a {
  margin-bottom: 0; }

footer > .container {
  position: relative; }

footer .copy-small {
  color: #222222;
  margin-top: 0;
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    footer .copy-small {
      margin-bottom: 25px; } }

@media (max-width: 1280px) {
  ul.footer-social-links {
    text-align: center; } }

ul.footer-social-links > li,
ul.footer-social-links > li > a {
  display: inline-block; }

ul.footer-social-links > li > a {
  position: relative;
  top: 3px; }

ul.footer-social-links > li + li {
  margin-left: 15px; }

ul.footer-navigation {
  text-align: center;
  padding-left: 15px !important;
  padding-right: 5px !important; }
  @media (max-width: 1280px) {
    ul.footer-navigation {
      margin-top: 30px; } }
  ul.footer-navigation li {
    display: inline-block; }
    ul.footer-navigation li + li {
      margin-left: 30px; }
    ul.footer-navigation li a {
      font-size: 19px;
      line-height: 36px; }
      @media (max-width: 480px) {
        ul.footer-navigation li a {
          font-size: 15px;
          line-height: 29px; } }

@media (max-width: 1280px) {
  .footer-legal {
    text-align: center;
    margin-top: 30px !important; } }

@media (min-width: 1281px) {
  .footer-legal {
    text-align: right; } }

.footer-legal > * {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  display: inline-block;
  line-height: 12px; }
  .footer-legal > *:first-child {
    display: block; }
  .footer-legal > * + * {
    margin-left: .5em;
    margin-right: .5em; }
  @media (min-width: 1281px) {
    .footer-legal > *:last-child {
      margin-right: 0; } }

.footer-legal a {
  color: #222222;
  letter-spacing: 0.5px; }

.footer-legal a:hover {
  opacity: .5; }

@media (max-width: 767px) {
  footer .footer-legal {
    position: relative; } }

footer .footer-separator-social, footer .footer-separator-address {
  float: left;
  position: relative;
  width: 100%;
  height: 1px;
  margin: 60px 0 0 0; }
  @media (min-width: 1025px) {
    footer .footer-separator-social, footer .footer-separator-address {
      margin: 29px 0 28px; }}

footer .footer-separator-social:after, footer .footer-separator-address:after {
  content: " ";
  display: block;
  position: absolute;
  background: #cccccc;
  width: 100%;
  height: 1px; }

footer .footer-separator-social {
  margin: 60px 0 40px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    footer .footer-separator-social {
      margin: 51px 0 30px; } }
  @media (min-width: 1025px) {
    footer .footer-separator-social {
      margin: 29px 0 25px;
      display: none !important; } }

footer .footer-social h3 {
  margin-top: 0px;
  margin-bottom: 55px; }
  @media (min-width: 1025px) {
    footer .footer-social h3 {
      margin-top: 0px;
      margin-bottom: 55px; } }

@media (min-width: 768px) {
  footer .footer-separator-address {
    display: none !important; } }

/*
	General
*/
/*
	Debug
*/
#debugOut {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 8192;
  border-style: none;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 11px; }

#debugOut pre {
  margin: 2px 4px 0px 4px;
  color: #303030;
  text-shadow: 0px 1px 2px #ffffff;
  background-color: rgba(255, 255, 255, 0.75); }

#debugOut.negative pre {
  color: #e8e8e8;
  text-shadow: 0px 1px 2px #000;
  background-color: rgba(0, 0, 0, 0.25); }

/*
	Display
*/
.sprite {
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  -webkit-font-smoothing: antialiased; }

img.sprite, .fast-sprite {
  transform: translateZ(0);
  /* -moz-perspective: 10px; -moz-transform:translateZ(100px); */ }

.shape {
  pointer-events: none;
  -webkit-touch-callout: none; }

.button {
  cursor: pointer; }

.shape, .unselectable, .button {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.horizontal-ruler {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px; }

div.vertical-ruler {
  position: fixed;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%; }

/*
	UI
*/
body.point * {
  cursor: pointer; }

body.grab * {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.grabbable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

/*
	Breakpoint testing
*/
@media (max-width: 767px) {
  .mobile-only {
    display: block; } }

@media (min-width: 768px) {
  .mobile-only {
    display: none; } }

@media (max-width: 767px) {
  .tablet-only {
    display: none; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-only {
    display: block; } }

@media (min-width: 1025px) {
  .tablet-only {
    display: none; } }

/*
	Background Animation
*/
.animation-container {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	*/
  position: fixed;
  z-index: -1; }

/*
	Sections
*/
.fullscreen-section {
  display: table;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 100vh;
  position: relative; }

.fullscreen-section.negative {
  background: #222222; }

.fullscreen-section > .fullscreen-header {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2; }

.fullscreen-section > .fullscreen-header > .page-title-meta {
  margin-top: 80px;
  margin-bottom: 85px; }

.background-image.full-screen {
  position: absolute;
  width: 100%;
  height: 100%; }

.dummy-content {
  width: 100%;
  padding-top: 75%;
  background: green; }

.fullscreen-header .play-button {
  margin: -15px auto 30px;
  width: 40px;
  height: 40px;
  background: url("../fonts/button-video-play.svg"), url("../fonts/button-video-background.svg"); }
  @media (max-width: 767px) {
    .fullscreen-header .play-button {
      margin-top: -30px;
      margin-bottom: 130px; } }

/*
	Homepage Header Section
*/
main.active-content [data-class-name="HomepageHeaderSection"] .page-title-meta {
  opacity: 0; }

.fullscreen-section .scroll-down-button-layer {
  top: auto;
  bottom: 16px;
  width: 100%;
  z-index: 10; }

.fullscreen-section .scroll-down-button {
  display: table;
  margin: 0 auto; }

/*
	Image Wall Section
*/
figure {
  margin: 0;
  padding: 0; }

.figure-arrangement-section {
  position: relative; }

.figure-arrangement-section figure {
  margin: 0;
  padding: 0; }

.figure-arrangement-section.editing figure {
  outline: 1px dashed rgba(128, 128, 255, 0.3); }

figcaption {
  color: #222222; }

figcaption.right-aligned {
  text-align: right; }

.figure-arrangement-section.editing figcaption {
  outline: 1px dashed green; }

.figure-arrangement-section .dragging-bar {
  width: 100%;
  height: 2px;
  top: auto;
  bottom: -10px;
  padding-top: 10px;
  padding-bottom: 10px; }

.figure-arrangement-section .dragging-bar:after {
  content: " ";
  display: block;
  width: 100%;
  height: 3px;
  background: #dedeff; }

/*
	Gallery Section
*/
.gallery-section {
  position: relative;
  overflow: hidden; }

.gallery-slide {
  overflow: hidden; }

.progress-bar-indicator {
  background: url("../fonts/indicator-progress-bar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%; }

.progress-bar-indicator.hovered {
  background-image: url("../fonts/indicator-progress-bar-hovered.svg"); }

.progress-bar-indicator.active {
  background-image: url("../fonts/indicator-progress-bar-active.svg"); }

.sprite.indicator-dot + .sprite.indicator-dot {
  margin: 0; }

/*
	Video Player
*/
.video-player-section {
  position: relative; }

.video-player {
  position: relative;
  overflow: hidden; }

.video-player-button-background, .video-player-button-play, .video-player-button-pause {
  position: absolute;
  width: 40px;
  height: 40px; }

.video-player-button-background {
  background-image: url("../fonts/button-video-background.svg"); }

.video-player-button-play {
  background-image: url("../fonts/button-video-play.svg"); }

.video-player-button-pause {
  background-image: url("../fonts/button-video-pause.svg"); }

.video-player-controls-layer {
  background: rgba(204, 204, 204, 0.9); }

.video-player-controls-layer .buffered-bar {
  background: #ffffff;
  height: 5px; }

.video-player-controls-layer .progress-bar {
  background: #222222;
  height: 5px; }

.video-player-controls-layer .time-code {
  top: 32px;
  color: #222222;
  text-align: center; }

.teaser, .teaser-txt, .teaser-img {
  position: relative;
  /*
  */
  border: 1px solid #cccccc;
  outline-offset: -1px;
  outline: 1px solid #cccccc;
  /*
  */ }
  @media (max-width: 1280px) {
    .teaser, .teaser-txt, .teaser-img {
      margin-bottom: 20px; } }
  @media (min-width: 1281px) and (max-width: 1440px) {
    .teaser, .teaser-txt, .teaser-img {
      margin-bottom: 30px; } }
  @media (min-width: 1441px) {
    .teaser, .teaser-txt, .teaser-img {
      margin-bottom: 60px; } }

.teaser-txt {
  padding-bottom: 100%; }

@media (max-width: 767px) {
  .xl12 > .teaser-img {
    padding-bottom: 100%; }
    .xl12 > .teaser-img .teaser-head {
      font-family: "Nimrod W01";
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 32px; } }
    @media (max-width: 767px) and (max-width: 1280px) {
      .xl12 > .teaser-img .teaser-head {
        margin-top: 12px; } }
    @media (max-width: 767px) and (min-width: 1281px) {
      .xl12 > .teaser-img .teaser-head {
        margin-top: 9px; } }

@media (max-width: 767px) {
    .xl12 > .teaser-img .teaser-head .link-text {
      position: absolute;
      z-index: 1; } }
    @media (max-width: 767px) and (max-width: 1280px) {
      .xl12 > .teaser-img .teaser-head .link-text {
        bottom: 12px; } }
    @media (max-width: 767px) and (min-width: 1281px) {
      .xl12 > .teaser-img .teaser-head .link-text {
        bottom: 11px; } }

@media (min-width: 768px) {
  .xl12 > .teaser-img {
    padding-bottom: 62.5%; }
    .xl12 > .teaser-img .teaser-head {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: table;
      font-family: "Nimrod W01";
      font-style: normal;
      font-weight: normal;
      font-size: 48px;
      line-height: 65px; } }
    @media (min-width: 768px) and (max-width: 767px) {
      .xl12 > .teaser-img .teaser-head {
        font-size: 30px;
        line-height: 40px; } }

@media (min-width: 768px) {
    .xl12 > .teaser-img .teaser-head > div {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding-left: 10%;
      padding-right: 10%;
      color: #ffffff;
      padding-top: 40px;
      padding-bottom: 40px; }
    .xl12 > .teaser-img .teaser-head .link-text {
      margin-top: 19px; } }

.xl6 > .teaser-img, .xl4 > .teaser-img {
  padding-bottom: 100%; }
  .xl6 > .teaser-img .teaser-head, .xl4 > .teaser-img .teaser-head {
    font-family: "Nimrod W01";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px; }
    @media (max-width: 1280px) {
      .xl6 > .teaser-img .teaser-head, .xl4 > .teaser-img .teaser-head {
        margin-top: 12px; } }
    @media (min-width: 1281px) {
      .xl6 > .teaser-img .teaser-head, .xl4 > .teaser-img .teaser-head {
        margin-top: 9px; } }
  .xl6 > .teaser-img .teaser-head .link-text, .xl4 > .teaser-img .teaser-head .link-text {
    position: absolute;
    z-index: 1; }
    @media (max-width: 1280px) {
      .xl6 > .teaser-img .teaser-head .link-text, .xl4 > .teaser-img .teaser-head .link-text {
        bottom: 12px; } }
    @media (min-width: 1281px) {
      .xl6 > .teaser-img .teaser-head .link-text, .xl4 > .teaser-img .teaser-head .link-text {
        bottom: 11px; } }

.teaser-content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%; }
  @media (max-width: 1280px) {
    .teaser-content {
      padding: 16px 15px; } }
  @media (min-width: 1281px) {
    .teaser-content {
      padding: 15px 15px; } }

.teaser-txt .teaser-head {
  position: absolute;
  top: 45%;
  font-family: "Nimrod W01";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (max-width: 1280px) {
    .teaser-txt .teaser-head {
      /*
	@include h5;
	*/
      left: 15px;
      right: 15px;
      bottom: 16px; } }
  @media (min-width: 1281px) {
    .teaser-txt .teaser-head {
      /*
	@include h3;

	.l3 & {
		@include h5;

	}
	*/
      left: 15px;
      right: 15px;
      bottom: 15px; } }

.teaser-txt .link-text {
  position: absolute; }
  @media (max-width: 1280px) {
    .teaser-txt .link-text {
      left: 15px;
      right: 15px;
      bottom: 16px; } }
  @media (min-width: 1281px) {
    .teaser-txt .link-text {
      left: 15px;
      right: 15px;
      bottom: 15px; } }

.teaser-txt a.link-button, .teaser-img a.link-button {
  text-decoration: none;
  line-height: 15px;
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 15px; }

.teaser-txt .background-image, .teaser-img .background-image {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  width: calc(100% + 1px);
  height: 100%;
  height: calc(100% + 1px);
  overflow: hidden; }
  .teaser-txt .background-image .background-cover, .teaser-img .background-image .background-cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33); }

.teaser-bar-container .meta-headline-underlined:after, .teaser-bar-container .page-headline-underlined:after {
  content: " ";
  margin: 55px auto 60px; }
  @media (max-width: 767px) {
    .teaser-bar-container .meta-headline-underlined:after, .teaser-bar-container .page-headline-underlined:after {
      margin: 41px auto 51px; } }

.container[data-class-name=TeaserListSection] .load-button {
  margin: 180px auto 0; }

@media (min-width: 1025px) {
  .container[data-class-name=TeaserListSection] .xl6 + .l3 + .l3:after {
    content: " ";
    display: block;
    width: 100%;
    padding-top: 100%; } }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .container[data-class-name=TeaserListSection] .xl6 + .l3 + .l3:after {
      margin-bottom: 20px; } }
  @media (min-width: 1025px) and (min-width: 1281px) and (max-width: 1440px) {
    .container[data-class-name=TeaserListSection] .xl6 + .l3 + .l3:after {
      margin-bottom: 30px; } }
  @media (min-width: 1025px) and (min-width: 1441px) {
    .container[data-class-name=TeaserListSection] .xl6 + .l3 + .l3:after {
      margin-bottom: 60px; } }

.project-quote {
  text-align: center; }
  .project-quote blockquote {
    text-align: center;
    margin: 0px auto 28px auto; }

.project-page-header, .career-page-header {
  text-align: center; }
  .project-page-header .meta-table, .career-page-header .meta-table {
    text-align: center; }

div.project-header div.filter {
  margin-top: 60px !important; }

.interview-container .page-headline h1 {
  margin-top: 120px; }

.interview-container .page-headline h2, .interview-container .page-headline ul.footer-navigation li a, ul.footer-navigation li .interview-container .page-headline a {
  margin: 60px auto 120px auto; }

.interview-quote {
  text-align: center; }

.career-page-header .page-headline {
  margin: 0px; }
  .career-page-header .page-headline h2, .career-page-header .page-headline ul.footer-navigation li a, ul.footer-navigation li .career-page-header .page-headline a {
    margin-top: 0; }

div.career-introtext {
  margin: 80px auto; }

.career-detail-list ul li {
  list-style-type: disc; }
  .career-detail-list ul li div.career-list-item {
    padding: 10px 0;
    font-size: 20px;
    line-height: 32px; }

div.career-container div.page-headline h1 {
  margin-bottom: 70px; }

.category-teaser {
  position: relative;
  border: none;
  padding: 0; }
  .category-teaser p, .category-teaser .chapter-one-block .row ul, .chapter-one-block .row .category-teaser ul, .category-teaser .chapter-two-blocks .row ul, .chapter-two-blocks .row .category-teaser ul, .category-teaser .copy-container .row ul, .copy-container .row .category-teaser ul {
    padding-bottom: 10px; }
  .category-teaser .meta-table ul {
    border-bottom: none;
    border-bottom: 2px solid #222;
    margin-bottom: 10px; }
  .category-teaser .meta-table a.link-button {
    position: relative;
    left: 0;
    bottom: 0; }
  .category-teaser h3 {
    margin-bottom: 8px; }
  .category-teaser img {
    margin-top: 10px;
    margin-bottom: 10px; }

.contact-person-info-container {
  position: relative; }
  @media (min-width: 768px) {
    .contact-person-info-container {
      margin: auto; } }

ul:not(.browser-default).career-contact-person-info, ul:not(.browser-default).press-contact-person-info {
  display: block; }
  @media (min-width: 768px) {
    ul:not(.browser-default).career-contact-person-info, ul:not(.browser-default).press-contact-person-info {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(0%, 50%); } }
  ul:not(.browser-default).career-contact-person-info li, ul:not(.browser-default).press-contact-person-info li {
    color: #222222; }
    ul:not(.browser-default).career-contact-person-info li.name, ul:not(.browser-default).press-contact-person-info li.name {
      line-height: 32px;
      font-size: 20px; }
    ul:not(.browser-default).career-contact-person-info li.position, ul:not(.browser-default).press-contact-person-info li.position {
      font-size: 18px; }
    ul:not(.browser-default).career-contact-person-info li.phone, ul:not(.browser-default).press-contact-person-info li.phone {
      font-size: 18px;
      margin: 0 0 20px 0; }

.career-detail-list-headline {
  text-align: center; }
  .career-detail-list-headline h4 {
    margin-bottom: 60px; }

.career-detail-list {
  margin: 0 0 150px 0; }

.career-contact-person .meta-headline-underlined:after {
  content: " ";
  margin: 55px auto 60px; }

div.contact-address {
  text-align: center; }
  div.contact-address li {
    font-size: 18px; }
    div.contact-address li.phone {
      margin: 0 0 20px 0; }
    div.contact-address li a {
      text-transform: uppercase; }
  div.contact-address h2, div.contact-address ul.footer-navigation li a, ul.footer-navigation li div.contact-address a {
    margin-bottom: 20px; }

div.download-person-container, div.press-download-person-container, div.contact-person-container {
  text-align: center; }

.meta-headline-underlined + div.download-person-container,
.meta-headline-underlined + div.press-download-person-container,
.meta-headline-underlined + div.contact-person-container {
  margin-top: 68px; }

@media (max-width: 767px) {
  div.contact-person-container {
    margin-left: 15px;
    margin-right: 15px; } }

.contact-person > img {
  display: block; }

.contact-person-info {
  margin: 22px 0 0 0; }
  .contact-person-info p, .contact-person-info .chapter-one-block .row ul, .chapter-one-block .row .contact-person-info ul, .contact-person-info .chapter-two-blocks .row ul, .chapter-two-blocks .row .contact-person-info ul, .contact-person-info .copy-container .row ul, .copy-container .row .contact-person-info ul {
    padding: 0;
    margin: 0; }
  .contact-person-info a {
    margin-top: 15px; }
  .contact-person-info h4 {
    margin-bottom: 10px; }

@media (max-width: 767px) {
  .contact-person-meta .contact-person-info {
    text-align: center; } }

@media (min-width: 768px) {
  .contact-person-meta .contact-person-info {
    width: 47.5%; } }

@media (min-width: 1025px) {
  .contact-person-meta .contact-person-info {
    width: 35%; } }

.contact-person-meta .contact-person-info-container {
  position: relative; }
  @media (min-width: 768px) {
    .contact-person-meta .contact-person-info-container .contact-person-info {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin-top: -7px; }

 }
  @media (max-width: 1024px) {
    .contact-person-meta .contact-person-info-container .hide-on-med-and-down {
      display: none !important;
      background: green;
      height: 320px; } }

.contact-location-box {
  position: relative;
  padding-bottom: 100%; }
  .contact-location-box > div {
    position: absolute;
    width: 100%;
    height: 100%; }
    .contact-location-box > div > div {
      display: table;
      width: 100%;
      height: 100%;
      background: #ffffff;
      border: 1px solid #111111; }
      .contact-location-box > div > div h3 {
        display: table-cell;
        vertical-align: middle; }
  .contact-location-box h3 {
    font-size: 40px;
    line-height: 60px; }
    @media (max-width: 767px) {
      .contact-location-box h3 {
        font-size: 36px;
        line-height: 50px; } }

.press-page-header .page-headline {
  margin: 0px; }
  .press-page-header .page-headline h2, .press-page-header .page-headline ul.footer-navigation li a, ul.footer-navigation li .press-page-header .page-headline a {
    margin-top: 0; }

div.contact-download-teaser {
  text-align: center; }
  div.contact-download-teaser .contact-person-info {
    margin: 20px 0 0 0; }
    div.contact-download-teaser .contact-person-info li.name {
      line-height: 32px;
      font-size: 20px; }
    div.contact-download-teaser .contact-person-info li.position {
      font-size: 18px;
      padding-bottom: 10px; }
    div.contact-download-teaser .contact-person-info li a {
      text-transform: uppercase; }

div.contact-person-meta-container div.meta-headline-underlined:after {
  content: " ";
  margin: 55px auto 60px; }
  @media (max-width: 767px) {
    div.contact-person-meta-container div.meta-headline-underlined:after {
      margin: 42px auto 48px; } }

.radar-page-header .page-headline {
  margin: 0px; }
  .radar-page-header .page-headline h2, .radar-page-header .page-headline ul.footer-navigation li a, ul.footer-navigation li .radar-page-header .page-headline a {
    margin-top: 0; }

.themen-teaser-block-container {
  background-color: #F8F8F8; }

.themen-teaser-intro-text a.link-button {
  margin-top: 20px; }

.themen-teaser-block-container img.responsive-img,
.radar-teaser-block-container img.responsive-img {
  width: 100%; }

/*
	Pattern Lab Overrides
*/
.sg-subtype {
  display: none; }

.sg-pattern-head h3.sg-pattern-title {
  font-family: sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  color: #00a5d6 !important;
  font-size: 11px !important; }

.sg-pattern-head h3.sg-pattern-title a {
  color: inherit !important;
  font-weight: inherit !important; }

.sg-pattern-extra {
  background: #fcfcfc !important;
  border-top-color: #00a5d6 !important;
  border-radius: 0 !important;
  margin-top: 10px;
  margin-bottom: 16px !important; }

.sg-pattern-extra-toggle, .sg-pattern-extra-toggle.active {
  background: transparent !important;
  border: none !important;
  border-radius: 2px !important;
  color: #00a5d6 !important;
  top: 15px !important;
  transform: scaleX(1.4); }

.sg-colors li {
  padding: 0;
  border: 0;
  border-radius: 0;
  width: 4em;
  min-width: 0;
  max-width: none;
  margin-right: 0; }

.sg-colors li + li {
  margin-left: 21px; }

.sg-colors li .sg-swatch {
  border-radius: 0; }

.sg-label {
  font-family: sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  letter-spacing: .5px;
  color: #00a5d6 !important;
  font-size: 11px !important;
  display: block;
  margin-top: 10px !important;
  background: transparent !important;
  outline: none !important; }

.sg-label.dark-gray:after {
  content: "#222222"; }

.sg-label.outline-light-gray:after {
  content: "#cccccc"; }

.sg-label.dart-blue:after {
  content: "#00a5d6"; }

.sg-label.dart-light-gray:after {
  content: "#999"; }

.sg-label.dart-gray:after {
  content: "#444"; }

/*
	Grid Pattern
*/
.grid-container {
  margin-bottom: 30px; }

.grid-container > .row {
  height: 50px; }

.grid-container > div > div {
  height: 100%; }

.grid-box {
  height: 100%;
  background: #ccedf7; }

/*
	Atom Styles
*/
.sg-pattern-example > hr {
  margin: 0; }

.sg-pattern-example > .meta-headline-underlined {
  display: table; }

.sg-pattern-example > .col > .award-container {
  width: 200px; }

.sg-pattern-example > .main-logo {
  position: static; }

.sg-pattern-example > nav {
  display: none; }

/*
	Molecule Styles
*/
.sg-pattern-example > .category-table {
  margin-top: 25px; }

.sg-pattern-example > .indicator-stripe:first-child {
  margin-top: 10px; }

.sg-pattern-example > footer {
  margin-top: 60px; }

html {
  background: #ffffff; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*# sourceMappingURL=site.min.css.map */