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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

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

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

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

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

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

/* Colors */
/* Global Font Attributes */
@font-face {
  font-family: 'NHaasGroteskDSPro-35XLt';
  src: url("../fonts/NHaasGroteskDSPro-35XLt.eot?#iefix") format("embedded-opentype"), url("../fonts/NHaasGroteskDSPro-35XLt.woff") format("woff"), url("../fonts/NHaasGroteskDSPro-35XLt.ttf") format("truetype"), url("../fonts/NHaasGroteskDSPro-35XLt.svg#NHaasGroteskDSPro-35XLt") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NHaasGroteskDSPro-55Rg';
  src: url("../fonts/NHaasGroteskDSPro-55Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/NHaasGroteskDSPro-55Rg.woff") format("woff"), url("../fonts/NHaasGroteskDSPro-55Rg.ttf") format("truetype"), url("../fonts/NHaasGroteskDSPro-55Rg.svg#NHaasGroteskDSPro-55Rg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NHaasGroteskDSPro-75Bd';
  src: url("../fonts/NHaasGroteskDSPro-75Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/NHaasGroteskDSPro-75Bd.woff") format("woff"), url("../fonts/NHaasGroteskDSPro-75Bd.ttf") format("truetype"), url("../fonts/NHaasGroteskDSPro-75Bd.svg#NHaasGroteskDSPro-75Bd") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NHaasGroteskTXPro-55Rg';
  src: url("../fonts/NHaasGroteskTXPro-55Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/NHaasGroteskTXPro-55Rg.woff") format("woff"), url("../fonts/NHaasGroteskTXPro-55Rg.ttf") format("truetype"), url("../fonts/NHaasGroteskTXPro-55Rg.svg#NHaasGroteskTXPro-55Rg") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}

@media only screen and (orientation: landscape) {
  .orientation-banner {
    display: none;
  }
}
@media only screen and (orientation: portrait) {
  .orientation-banner {
    display: block;
    background-color: #ff6600;
    padding: 10px;
    color: #fff;
  }
}
p a {
  color: #ff6600;
}

html {
  min-height: 100vh;
  font-family: NHaasGroteskDSPro-55Rg;
}

body {
  min-height: 100vh;
  background-color: #fff;
}

p, a {
  font-family: NHaasGroteskDSPro-55Rg;
}

h1, h2, h3, h4, strong {
  font-family: NHaasGroteskDSPro-75Bd;
  font-weight: 400;
}

h1 {
  letter-spacing: .04em;
}

/* Language Selection */
#lang_lightbox {
  color: white;
  text-decoration: none;
}
#lang_lightbox:active {
  text-decoration: none;
  color: #F60;
}
#lang_lightbox.languageOpen {
  text-decoration: none;
  color: #F60;
}

/* Navigation */
.nav-main {
  position: fixed;
  z-index: 9;
  display: table !important;
  height: 3.5em;
  width: 100%;
  background-color: #000;
}
.nav-main .logo {
  display: table-cell !important;
  vertical-align: middle;
}
.nav-main .logo img {
  width: 6.3em;
  margin: .2em 4.3em 0 1.25em;
}
.nav-main .nav-main-links {
  font-size: .75em;
  margin: 1em;
}
.nav-main .nav-main-links a.textlink, .nav-main .nav-main-links a.textlink:visited {
  font-family: NHaasGroteskDSPro-75Bd;
  margin-right: 1.5em;
  color: #fff;
  text-decoration: none;
  display: block;
  float: right;
  padding-top: .5em;
  text-transform: uppercase;
}
.nav-main .nav-main-links .active {
  color: #ff6600 !important;
  text-decoration: none;
}
.nav-main .nav-main-links .lang-globe {
  float: right;
  border-left: 1px solid #666;
  padding-left: 10px;
}
.nav-main .language-icon {
  color: #fff;
  height: 2em;
  float: right;
  margin: -1.5em 1em 0 0;
}
.nav-main .language-icon img {
  height: 1em;
  margin-left: .5em;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
}

.nav-sub {
  position: fixed;
  top: 3.5em;
  display: table !important;
  height: 2em;
  width: 100%;
  background-color: #4d4d4d;
}
.nav-sub .nav-sub-spacer {
  display: block;
  width: 6.3em;
  margin: .2em 2.75em 0 0;
}
.nav-sub .nav-sub-links {
  display: table-cell !important;
  vertical-align: middle;
  font-size: .75em;
}
.nav-sub .nav-sub-links a, .nav-sub .nav-sub-links a:visited {
  font-family: NHaasGroteskDSPro-75Bd;
  margin-right: 1.5em;
  color: #fff;
  text-decoration: none;
}
.nav-sub .nav-sub-links a:hover, .nav-sub .nav-sub-links a.active {
  font-family: NHaasGroteskDSPro-75Bd;
  color: #ff6600;
  text-decoration: none;
}

.overlay {
  visibility: hidden;
  top: 65px;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity .25s;
}
.overlay .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}
.overlay .overlay-content {
  padding: 1.5rem .5rem;
  color: #fff;
}
.overlay .overlay-content .h3, .overlay .overlay-content h3 {
  font-size: 1.125rem;
  margin: 1.5rem 0;
}
.overlay .overlay-content a {
  color: #fff;
  display: block;
  padding: 0 1rem;
  font-weight: 700;
  font-size: 3rem;
}
.overlay .overlay-content nav {
  text-align: center;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.row {
  display: block;
  width: 100%;
  float: left;
}

.footer {
  margin: 0 1.5% 0 1.5%;
  width: 97%;
  position: fixed;
  bottom: 2vh;
  font-family: NHaasGroteskDSPro-75Bd;
  letter-spacing: .05em;
  font-size: 1.2em;
}
.footer hr {
  border: 0 solid #000000;
  height: 2px;
  background-color: #000000;
  margin-bottom: .25em;
}
.footer .black-hr {
  border: 0 solid #000000 !important;
  background-color: #000000 !important;
}
.footer .left {
  margin: 0;
  float: left;
}
.footer .right {
  margin: 0;
  float: right;
}

a .footer {
  color: #000;
}

.blacky {
  width: 97%;
  height: 2px;
  margin: 1em 1.5% 1em 1em;
  border: 0 solid #000000 !important;
  background-color: #000000 !important;
}

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

.madeingermany {
  position: absolute;
  right: 1em;
}
.madeingermany img {
  width: 60%;
  height: auto;
  float: right;
  margin-top: 22px;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  background: #ff6600;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  box-shadow: 0 3px 0 #ff6600, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  box-shadow: 0 -3px 0 #ff6600, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-handle {
  border: 3px solid #ff6600;
  background-color: #000;
}

.twentytwenty-overlay:hover {
  background: none;
}

.twentytwenty-before-label:before {
  content: none !important;
}

.twentytwenty-after-label:before {
  content: none !important;
}

.content_index {
  height: 100vh;
  background-color: #000;
}

.content_01 {
  height: 100vh;
  background-image: url(../content/01/bg-v6.jpg);
  background-repeat: no-repeat;
  background-position: right 95%;
  background-size: 100%;
  background-color: #000;
}
.content_01 .headlines_frontpage {
  margin: 5% 2% 0 53%;
  float: left;
}
.content_01 .headlines_frontpage h1 {
  color: #ff6600;
  font-family: NHaasGroteskDSPro-35XLt;
  font-size: 6em;
  line-height: 1em;
  margin-top: 1.05em;
  margin-bottom: 0;
  letter-spacing: -.01em;
}
.content_01 .headlines_frontpage h2 {
  color: #000;
  font-family: NHaasGroteskDSPro-35XLt;
  font-size: 2.75em;
  line-height: 1.15em;
  margin-top: -0.1em;
  margin-right: 1em;
  margin-bottom: 0;
}
.content_01 .footer hr {
  border: 0 solid #ff;
  background-color: #fff;
}

a .footer {
  color: #fff;
}

.content_02 {
  float: left;
  background-color: #fff;
}
.content_02 .headline {
  width: 100%;
  float: left;
  margin: 4.5em 0 1em 0;
}
.content_02 .headline h1 {
  font-family: NHaasGroteskDSPro-75Bd;
  font-size: 1.8em;
  color: #000;
  margin: .2em 0 0 0.5em;
}
.content_02 .col-left {
  width: 25%;
  float: left;
}
.content_02 .col-left .inside {
  padding: 0 0em 0 1em;
}
.content_02 .col-left .inside .thumbs {
  float: left;
  width: 50%;
}
.content_02 .col-left .inside .thumbs hr {
  border: 0 solid #000000;
  height: 2px;
  background-color: #000000;
  margin: 0 10px 5px 0;
  padding: 0;
}
.content_02 .col-left .inside .thumbs a {
  font-size: 0.65em;
  text-decoration: none;
}
.content_02 .col-left .inside .thumbs img {
  width: 100%;
  height: auto;
}
.content_02 .col-left .inside .thumbs .bg {
  margin-right: 10px;
  margin-bottom: 5px;
}
.content_02 .col-left .inside .thumbs .bg p {
  border-top: none;
  margin: 0;
  line-height: 0.9em;
  margin-right: 0;
}
.content_02 .col-left .inside .thumbs .bg p:first-child {
  padding: 0 5px;
}
.content_02 .col-left .inside .thumbs.active .bg {
  background-color: #ff6600;
}
.content_02 .col-left .inside .thumbs.active a {
  color: #fff;
}
.content_02 .col-left .inside .copy {
  font-size: 0.85em;
  line-height: 1.2em;
  margin: 1em 1.2em 0 0;
}
.content_02 .col-right {
  width: 75%;
  float: right;
}
.content_02 .col-right .inside .twentytwenty-wrapper {
  padding: 0 1em 0 0em;
}
.content_02 .col-right .col-12 {
  width: 100%;
  float: left;
}
.content_02 .col-right .col-6 {
  width: 50%;
  float: left;
}
.content_02 .col-right .copy {
  font-size: 0.85em;
  line-height: 1.2em;
  margin: 1em 1.2em 0 0;
}
.content_02 .col-right h2 {
  color: #ff6600;
  margin: 15px 0 0 0;
  padding: 0;
}
.content_02 .col-right h3 {
  padding-top: 0.5em;
  margin: 3em 0 1.5em 0;
  display: inline-block;
  border-top: 2px solid #000;
}
.content_02 .col-right .thumbs {
  float: left;
  width: 16.66666667%;
  font-size: 0.55em;
  line-height: 1.2em;
  padding-bottom: 2.5em;
}
.content_02 .col-right .thumbs img {
  width: 100%;
  height: auto;
}
.content_02 .col-right .thumbs p {
  margin: 0 10px 0 0;
}
.content_02 .footer_end {
  position: inherit;
  float: left;
  margin: 0.5em 1.5% 0.5em 1.5%;
}

.fancybox-container {
  top: 55px;
}

.fancybox-button--fullscreen {
  display: none;
}

.fancybox-container .fancybox-slide {
  position: relative;
  top: 50px;
  height: inherit;
  color: white;
}
.fancybox-container .fancybox-slide > div {
  width: 940px;
  text-align: center;
  background: transparent;
  margin: auto auto;
  padding: 0px;
}
.fancybox-container .fancybox-slide > div h3 {
  font-size: 1.125rem;
  margin: 1.5rem 0;
  text-align: left;
}
.fancybox-container .language nav {
  text-align: center;
}
.fancybox-container .language nav a {
  color: #ffffff;
  display: inline-block;
  padding: 0 1rem;
  font-family: NHaasGroteskDSPro-75Bd;
  font-weight: 700;
  font-size: 3rem;
  text-decoration: none;
}
.fancybox-container .language nav a:hover {
  text-decoration: none;
  color: #ff6600;
}
.fancybox-container .language nav .active {
  text-decoration: none;
  color: #ff6600;
}
.fancybox-container .language .fancybox-close-small {
  display: none;
}
.fancybox-container .video .fancybox-close-small {
  display: none;
}

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