@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox-content {
  max-width: 800px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.4;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--iframe .fancybox-content {
  width: 100%;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .2s;
  transition: background .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-toolbar {
  position: relative;
  z-index: 99995;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  outline: none;
  cursor: pointer;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
  cursor: pointer;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 5px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(117, 67, 44, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
          animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/* Styling for Small-Screen Devices */

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

::-moz-selection {
  background: #75432C;
  color: white;
}

::selection {
  background: #75432C;
  color: white;
}

::-moz-selection {
  background: #75432C;
  color: white;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

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

.overflow {
  overflow: hidden;
}

a {
  color: #4B4A49;
  text-decoration: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  min-height: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  height: 100%;
  width: 100%;
  color: #000000;
  font-family: "GillSansNova-Book", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.4;
  position: relative;
}

i {
  font-style: normal;
}

a img, img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}

hr {
  border: none;
  background: none;
  border-top: 1px solid #F0F0F0;
}

.hidden {
  display: none;
}

.hideme {
  position: absolute !important;
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.nowrap {
  white-space: nowrap;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.middle {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  top: 50%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.hide--m {
  display: none !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

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

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

.center {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.img, .slick-slide {
  display: block;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.img:before, .slick-slide:before {
  content: "";
  padding-top: 75%;
  display: block;
}

.img--a4:before {
  padding-top: 140%;
}

.img--1:before {
  padding-top: 100%;
}

.img--169:before {
  padding-top: 56.25%;
}

.img--43:before {
  padding-top: 30%;
}

.img--34:before {
  padding-top: 133.33333%;
}

.img--33:before {
  padding-top: 33%;
}

.img--65:before {
  padding-top: 64.25%;
}

.img iframe, .slick-slide iframe,
.img img,
.slick-slide img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  opacity: 1;
  height: 100%;
  width: auto;
}

.img iframe, .slick-slide iframe {
  width: 100%;
}

/**
 * @license
 * MyFonts Webfont Build ID 3542179, 2018-03-15T05:13:09-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: GillSansNova-Book by Monotype 
 * URL: https://www.myfonts.com/fonts/mti/gill-sans-nova/book/
 * Copyright: Copyright 2015 &#x00A9; The Monotype Corporation. All rights reserved.
 * Licensed pageviews: 250,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3542179
 * 
 * © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'GillSansNova-Book';
  src: url("../fonts/360CA3_0_0.eot");
  src: url("../fonts/360CA3_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/360CA3_0_0.woff2") format("woff2"), url("../fonts/360CA3_0_0.woff") format("woff"), url("../fonts/360CA3_0_0.ttf") format("truetype");
}

h1, .header__title, h2, h3, h4, .large, h5, h6 .h1, .h2, .h3, .h4 {
  font-weight: 100;
  font-family: "GillSansNova-Book", sans-serif;
  margin-bottom: 20px;
  line-height: 1.245;
  text-transform: uppercase;
  margin-top: 0;
}

h1, .header__title, .h1,
h2, .h2 {
  font-size: 1.5em;
  margin-top: 0;
}

h2 {
  margin-top: -5px;
  margin-bottom: 20px;
}

h3, .h3, h4, .large, .h4,
h5, .h5, h4, .large, .h4 {
  font-size: 1em;
  margin-bottom: 20px;
}

.default h1, .default .header__title, .default h2, .default h3, .default h4, .default .large, .default h5, .default h6 .h1, .default .h2, .default .h3, .default .h4 {
  margin-top: 40px;
  text-transform: none;
}

.default h1:first-child, .default .header__title:first-child, .default h2:first-child, .default h3:first-child, .default h4:first-child, .default .large:first-child, .default h5:first-child, .default h6 .h1:first-child, .default .h2:first-child, .default .h3:first-child, .default .h4:first-child {
  margin-top: 0;
}

p {
  font-size: 1em;
  font-family: "GillSansNova-Book", sans-serif;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.hyphens * {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.large {
  text-transform: none;
  letter-spacing: -0.015em;
  margin-bottom: 42px;
}

.nowr,
.nowrap {
  white-space: nowrap;
}

.row, .iwvs,
.works, .posts {
  display: block;
  width: 103.33333%;
  margin-left: -1.68667%;
  margin-right: -1.68667%;
  clear: both;
}

.row:after, .iwvs:after,
.works:after, .posts:after {
  content: "";
  display: table;
  clear: both;
}

.span1 {
  display: inline;
  float: left;
  width: 96.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.span2 {
  display: inline;
  float: left;
  width: 96.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.span25 {
  display: inline;
  float: left;
  width: 46.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.span3 {
  display: inline;
  float: left;
  width: 96.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.span4 {
  display: inline;
  float: left;
  width: 96.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.insta {
  display: inline;
  float: left;
  width: 46.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.span45 {
  display: inline;
  float: left;
  width: 96.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.span5 {
  display: inline;
  float: left;
  width: 96.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.span55 {
  display: inline;
  float: left;
  width: 96.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.span6, .iwvs__item,
.works__item, .posts__item {
  display: inline;
  float: left;
  width: 96.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.span7 {
  display: inline;
  float: left;
  width: 96.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.span8 {
  display: inline;
  float: left;
  width: 96.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.span9 {
  display: inline;
  float: left;
  width: 96.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.span10 {
  display: inline;
  float: left;
  width: 96.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.span11 {
  display: inline;
  float: left;
  width: 96.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.span12, .home .iwvs__item:first-child, .home .works__item:first-child, .insta--var, .insta--var2 {
  display: inline;
  float: left;
  width: 96.66667%;
  margin-left: 1.66667%;
  margin-right: 1.66667%;
}

.center-content {
  margin-right: auto !important;
  margin-left: auto !important;
  float: none !important;
  display: block !important;
}

.mb1 {
  margin-bottom: 32px;
}

.mb2 {
  margin-bottom: 32px;
}

.mb3 {
  margin-bottom: 96px;
}

.mb4 {
  margin-bottom: 32px;
}

.header {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  width: 100%;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1;
}

.header__title {
  line-height: 1.1;
  margin: 0 0 20px -10px;
  letter-spacing: 0.2px;
}

.header__subline {
  font-size: 1em;
  font-weight: 100;
  line-height: 1.2;
  margin: 30px 0 112px;
  letter-spacing: 0.5px;
}

.header .logo {
  left: 0;
  height: 122px;
  width: 76px;
  display: block;
  position: relative;
  padding-right: 10px;
}

.header .container__right {
  position: absolute;
  right: 0;
  top: 80px;
  height: 122px;
  width: 76px;
}

.header--lp {
  border-bottom: none;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 20;
}

.header--lp .container__left {
  visibility: hidden;
}

.hero {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
  margin-bottom: 180px;
  background-position: 28% top;
  height: calc(100vh - 90px);
  background-color: #000;
}

.hero .container {
  position: relative;
  height: 100%;
}

.hero__nav {
  position: absolute;
  bottom: -160px;
  left: 0;
  width: 100%;
  height: 160px;
}

.hero-list {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-list__col {
  float: left;
  position: relative;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  width: 100%;
}

.hero-list__col:nth-child(3) {
  width: 100%;
}

.hero-list__col:nth-child(3) .hero-list__cont {
  border: none;
}

.hero-list__cont {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #707070;
}

.hero-list__link {
  display: block;
}

.hero-list__tl, .hero-list__hl {
  color: #000000;
  margin-bottom: 0.3125em;
}

.hero-list__tl {
  margin-top: 0.75em;
  display: none;
}

.hero-list .hero-list__hl {
  line-height: 3;
  padding: 0;
  text-align: center;
}

.hero-list__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 95px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  display: none;
}

.iwvs__video,
.works__video {
  display: block;
  position: relative;
  outline: none;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 0 0 #F0F0F0;
          box-shadow: 0 0 0 0 #F0F0F0;
}

.iwvs__video img,
.works__video img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.iwvs__video:hover,
.works__video:hover {
  -webkit-box-shadow: 0 0 0 10px #F0F0F0;
          box-shadow: 0 0 0 10px #F0F0F0;
}

.iwvs__video:hover img,
.works__video:hover img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.025);
          transform: translate3d(-50%, -50%, 0) scale(1.025);
}

.iwvs__video:before,
.works__video:before {
  content: '';
  display: table;
  padding-top: 67%;
}

.iwvs__video:after,
.works__video:after {
  background: url(../images/youtube.png) no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 60px;
  height: 43px;
  z-index: 1;
}

.iwvs__meta h3,
.works__meta h3,
.posts__meta h3 {
  margin: 25px 0 0;
}

.iwvs__item,
.works__item {
  margin-bottom: 40px;
  position: relative;
}

.works__thumb {
  display: block;
  position: relative;
  outline: none;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 0 0 #F0F0F0;
          box-shadow: 0 0 0 0 #F0F0F0;
}

.works__thumb img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  height: auto;
  width: 100%;
  max-width: none;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.works__thumb:hover {
  -webkit-box-shadow: 0 0 0 10px #F0F0F0;
          box-shadow: 0 0 0 10px #F0F0F0;
}

.works__thumb:hover img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.025);
          transform: translate3d(-50%, -50%, 0) scale(1.025);
}

.works__thumb:before {
  content: '';
  display: table;
  padding-top: 67%;
}

.insta {
  position: relative;
  margin-bottom: 12px;
}

.insta a {
  overflow: hidden;
  display: block;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 0 1px #F0F0F0;
          box-shadow: 0 0 0 1px #F0F0F0;
}

.insta a:hover {
  -webkit-box-shadow: 0 0 0 10px #F0F0F0;
          box-shadow: 0 0 0 10px #F0F0F0;
}

.insta a:hover .img, .insta a:hover .slick-slide {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.insta__img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.insta__title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.posts__item {
  margin-bottom: 40px;
  position: relative;
}

.posts__item--clear {
  display: none;
}

.posts__meta {
  margin-bottom: 20px;
}

.posts__meta h3 {
  margin-top: 0;
}

.posts .readmore {
  text-transform: uppercase;
}

.posts a:hover {
  text-decoration: underline;
}

.slider {
  margin: 0 0 20px;
  position: relative;
}

.slick-slide:before {
  padding-top: 66.5%;
}

.slider-nav {
  margin: 0 -2px 20px;
}

.slider-nav .slick-slide {
  margin: 0 2px;
  opacity: 0.5;
  cursor: pointer;
  outline: none;
}

.slider-nav .slick-slide img {
  width: auto;
  height: 100%;
}

.slider-nav .slick-slide.slick-current {
  opacity: 1;
}

.footer {
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  z-index: 1;
  padding-top: 10px;
}

.footer a {
  color: #000000;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer address {
  text-transform: none;
  font-style: normal;
}

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

.footer .footer__links--center .menu li {
  float: none;
  max-width: none;
  margin: 0 10px;
  display: inline-block;
}

.container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container__left, .container__right {
  width: 100%;
}

.container__inner {
  padding-top: 20px;
}

.home .container__inner {
  padding-top: 0;
}

.content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.content .container__right {
  padding-top: 40px;
}

.content .container__right img {
  width: 100%;
}

.section {
  overflow: hidden;
  padding-top: 40px;
}

.section--nop {
  padding-top: 0;
  padding-bottom: 0;
}

.head {
  position: relative;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  line-height: 1;
  margin-bottom: 35px;
  overflow: hidden;
}

.head__hl {
  margin: 0;
  padding: 10px 0;
}

.head__link {
  position: absolute;
  right: 0;
  top: 20px;
  color: #707070;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.head__link:hover {
  color: #000000;
}

.head__link:after {
  display: inline;
  margin-left: 5px;
  font-size: 23px;
  content: '\00BB';
}

.shrtln:after {
  content: '';
  display: inline-block;
  border-top: 1px solid #000000;
  width: 15px;
  top: -4px;
  position: relative;
}

@media (min-width: 769px){
  .span1 {
    display: inline;
    float: left;
    width: 5%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .span2 {
    display: inline;
    float: left;
    width: 13.33333%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .span25 {
    display: inline;
    float: left;
    width: 16.66667%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .span3 {
    display: inline;
    float: left;
    width: 21.66667%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .span4, .insta {
    display: inline;
    float: left;
    width: 30%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .span45 {
    display: inline;
    float: left;
    width: 34.16667%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .span5 {
    display: inline;
    float: left;
    width: 38.33333%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .span55 {
    display: inline;
    float: left;
    width: 42.5%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .span7 {
    display: inline;
    float: left;
    width: 55%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .span8 {
    display: inline;
    float: left;
    width: 63.33333%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
}

@media (min-width: 1278px){
  .app {
    padding: 0;
  }
  .hide--m {
    display: block !important;
  }
  .img--82:before {
    padding-top: 70%;
  }
  .span5 {
    display: inline;
    float: left;
    width: 38.33333%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .span6, .iwvs__item,
  .works__item, .posts__item {
    display: inline;
    float: left;
    width: 46.66667%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .span7 {
    display: inline;
    float: left;
    width: 55%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .span9 {
    display: inline;
    float: left;
    width: 71.66667%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .span10 {
    display: inline;
    float: left;
    width: 80%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .span11 {
    display: inline;
    float: left;
    width: 88.33333%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .mb1 {
    margin-bottom: 64px;
  }
  .mb2 {
    margin-bottom: 64px;
  }
  .mb4 {
    margin-bottom: 128px;
  }
  .pdl {
    padding-left: 35px;
  }
  .pdr {
    padding-right: 35px;
  }
  .header {
    padding: 43px 0 13px;
  }
  .header__title {
    margin: 0 0 0 -80px;
  }
  .header__subline {
    margin: 0 0 110px;
  }
  .header .logo {
    top: 40px;
    left: 0;
    height: 135px;
    width: 117px;
    padding-right: 1px;
  }
  .header .container__right {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
  }
  .header--lp {
    top: 0;
    left: 0;
  }
  .hero {
    height: calc(100vh - 230px);
  }
  .iwvs__item,
  .works__item {
    padding-right: 35px;
  }
  .home .iwvs__item:nth-child(2n+1), .home
  .works__item:nth-child(2n+1) {
    padding-right: 0;
    padding-left: 35px;
  }
  .archive .iwvs__item:nth-child(2n), .archive
  .works__item:nth-child(2n) {
    padding-right: 0;
    padding-left: 35px;
  }
  .home .iwvs__item:first-child, .home
  .works__item:first-child {
    padding-right: 0;
    padding-left: 0;
  }
  .home .iwvs__item:first-child .works__meta, .home .iwvs__item:first-child .posts__meta,
  .home .iwvs__item:first-child .iwvs__meta, .home .works__item:first-child .works__meta, .home .works__item:first-child .posts__meta,
  .home
  .works__item:first-child .iwvs__meta {
    min-width: 40%;
    max-width: 363px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    color: #ffffff;
  }
  .home .iwvs__item:first-child .works__thumb img,
  .home .iwvs__item:first-child .iwvs__video img, .home
  .works__item:first-child .works__thumb img,
  .home
  .works__item:first-child .iwvs__video img {
    width: 100%;
    height: auto;
  }
  .home .iwvs__item:first-child .works__thumb:before,
  .home .iwvs__item:first-child .iwvs__video:before, .home
  .works__item:first-child .works__thumb:before,
  .home
  .works__item:first-child .iwvs__video:before {
    padding-top: 56%;
  }
  .home .iwvs__item:first-child .works__thumb:after,
  .home .iwvs__item:first-child .iwvs__video:after, .home
  .works__item:first-child .works__thumb:after,
  .home
  .works__item:first-child .iwvs__video:after {
    width: 131px;
    height: 91px;
  }
  .insta {
    margin-bottom: 30px;
  }
  .insta__title {
    position: absolute;
    bottom: -88px;
    height: 60px;
    left: 0;
  }
  .insta--var {
    display: inline;
    float: left;
    width: 30%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .insta--var:nth-child(1) {
    display: inline;
    float: left;
    width: 63.33333%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .insta--var:nth-child(1) .insta__title {
    width: 50%;
  }
  .insta--var:nth-child(2) {
    margin-top: 16.5%;
  }
  .insta--var:nth-child(3) {
    margin-top: 0px;
    margin-bottom: 80px;
    margin-left: 35%;
  }
  .insta--var:nth-child(4) {
    display: none;
  }
  .insta--var2 {
    display: inline;
    float: left;
    width: 44.16667%;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
  }
  .insta--var2 .insta__title {
    width: 70%;
  }
  .insta--var2:nth-child(1) {
    display: inline;
    float: left;
    width: 42.5%;
    margin-right: 1.66667%;
    margin-top: 2.5%;
    margin-left: -3%;
  }
  .insta--var2:nth-child(2) {
    margin-left: 6%;
    float: right;
  }
  .insta--var2:nth-child(2) .insta__title {
    left: auto;
    right: 0;
    text-align: right;
  }
  .insta--var2:nth-child(3) {
    display: inline;
    float: left;
    width: 30%;
    margin-right: 1.66667%;
    margin-left: 33.33333%;
    margin-top: -25%;
    margin-bottom: 80px;
  }
  .insta--var2:nth-child(3) .insta__title {
    width: 100%;
  }
  .insta--var2:nth-child(4) {
    display: none;
  }
  .posts__item {
    padding-right: 35px;
    padding-left: 0;
  }
  .posts__item:nth-child(3n) {
    padding-right: 0;
    padding-left: 35px;
  }
  .posts__item--clear {
    display: block;
    clear: both;
    width: 100%;
  }
  .single .content h1, .single .content .header__title {
    margin: 40px 0 30px;
  }
  .single .content .post {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .slider {
    padding: 0 30px;
    margin: 0 -30px 4px;
  }
  .slick-next, .slick-prev {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    text-align: center;
  }
  .slick-next:after, .slick-prev:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    content: '\00AB';
  }
  .slick-next {
    right: 0;
    left: auto;
  }
  .slick-next:after {
    content: '\00BB';
  }
  .footer {
    padding: 43px 0;
  }

  /*
 .footer .menu li {
   float: left;
   margin-right: 30px;
 }
.footer .menu li:last-child {
   margin-right: 0;
 }
 .footer .menu li:nth-child(3), .footer .menu li:nth-child(4) {
   max-width: 115px;
 }
 .footer .menu li:nth-child(3) a, .footer .menu li:nth-child(4) a {
   word-spacing: 10px;
 }
 .footer .span2 .menu li {
   text-align: right;
   margin-right: 0;
   display: block;
   float: none;
 }*/

  .container {
    max-width: 1026px;
    padding-left: 0;
    padding-right: 0;
  }
  .container__left, .container__right {
    width: 55%;
    float: left;
    padding-left: 80px;
    padding-right: 50px;
  }
  .container__right {
    width: 45%;
    padding-left: 27px;
    padding-right: 40px;
  }
  .container__inner--npr .span6, .container__inner--npr .iwvs__item,
  .container__inner--npr .works__item, .container__inner--npr .posts__item {
    margin-right: -10px;
    width: 49%;
  }
  .content .container__right {
    padding-top: 0;
  }
  .content .container__left {
    padding-top: 40px;
  }
  .section {
    padding-top: 80px;
  }
  .head__link {
    top: 23px;
    right: 40px;
  }
}

@media (min-width: 1500px){
  .fancybox-slide {
    padding: 80px 0;
  }
  .fancybox-content {
    margin: 44px auto;
    width: 80%;
  }
  .fancybox-slide--iframe .fancybox-content {
    min-width: 920px;
    width: 920px;
    margin: 0;
  }
}

@media all and (max-width: 800px){
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

@media (max-width: 767px){
  .footer {
    padding-bottom: 20px;
  }

  .footer .footer__sm {
    position: absolute;
    right: 0;
    top: 30px;
  }
  .footer .footer__sm li {
    text-align: right;
  }
  .head__hl--mobile {
    font-size: 5vw;
    margin-top: 10px;
    float: left;
  }
}

@media (min-width: 768px), print{
  h1, .header__title, .h1,
  h2, .h2 {
    font-size: 2.375em;
  }
  h3, .h3, h4, .large, .h4,
  h5, .h5, h4, .large, .h4 {
    font-size: 1.5em;
  }
  .hero {
    margin-bottom: 100px;
    height: calc(100vh - 95px);
    background-position: top left;
  }
  .hero__nav {
    height: 100vh;
    top: 0;
  }
  .hero-list__col {
    width: 33.33333%;
  }
  .hero-list__col:nth-child(3) {
    width: 33.33333%;
  }
  .hero-list__col:hover {
    background-color: #F0F0F0;
  }
  .hero-list__col:hover .hero-list__img {
    opacity: 1;
  }
  .hero-list__cont {
    border-bottom: none;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .hero-list__link {
    height: 100vh;
  }
  .hero-list__tl {
    margin-top: 0;
    display: block;
  }
  .hero-list .hero-list__hl {
    line-height: 1;
    margin-bottom: 0.1875em;
  }
  .hero-list__img {
    display: block;
  }
}

#sbi_mod_error { display:none; }

.fullscreen_hero {
  width: 100vw;
  height: 100vh;
  position: relative;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
}
.fullscreen_hero .dear_logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 80px;
  height: 80px;
  z-index: 100;
}
.fullscreen_hero .dear_logo svg {
  object-fit: contain;
}
.fullscreen_hero .dear_logo svg #Pfad_63 {
  fill: #000;
}
.fullscreen_hero.dark .dear_logo svg #Pfad_63 {
  fill: #fff;
}
.fullscreen_hero .hero_image {
  width: 100%;
  height: 58.5%;
  background: url("../images/hero-light.jpg") 40% 0 no-repeat;
  background-size: cover;
}
.fullscreen_hero.dark .hero_image {
  background: url("../images/hero-dark.jpg") 40% 0 no-repeat;
  background-size: cover;
}
.fullscreen_hero .hero_navigation {
  width: 100%;
  height: 41.5%;
  background: #000 0 0 no-repeat;
}
.fullscreen_hero.dark .hero_navigation {
  background: #fff 0 0 no-repeat;
}
.fullscreen_hero .hero_navigation .menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fullscreen_hero .hero_navigation .menu li {
  position: relative;
  flex-base: 33.33333%;
  flex-grow: 1;
}
.fullscreen_hero .hero_navigation .menu li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0,0,0,1);
}
.fullscreen_hero.dark .hero_navigation .menu li a {
  color: #000;
  background: rgba(255,255,255,1);
}
.fullscreen_hero .hero_navigation .menu li a:hover {
  background: rgba(0,0,0,0);
  transition: all 0.5s;
}
.fullscreen_hero.dark .hero_navigation .menu li a:hover {
  background: rgba(255,255,255,0);
  transition: all 0.5s;
}
.fullscreen_hero .hero_navigation .menu li a span {
  clear: both;
  width: 100%;
  display: inline-block;
}
.fullscreen_hero .hero_navigation .menu li a .title {
  font-size: 32px;
  line-height: 26px;
  font-weight: normal;
  padding-top: 9px;
}
.fullscreen_hero .hero_navigation .menu li a .subtitle {
  font-size: 16px;
  line-height: 16px;
  padding-top: 6px;
  opacity: 0.5;
}

@media(min-width: 769px) {
  .fullscreen_hero .hero_navigation .menu li a .title {
    font-size: 36px;
    line-height: 30px;
  }
  .fullscreen_hero .hero_navigation .menu li a .subtitle {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (min-width: 1278px){
  .fullscreen_hero .hero_navigation .menu li a .title {
    font-size: 60px;
    line-height: 50px;
  }
  .fullscreen_hero .hero_navigation .menu li a .subtitle {
    font-size: 24px;
    line-height: 24px;
  }
}

.fullscreen_hero .hero_navigation .menu li a:hover .subtitle {
  opacity: 0.8;
}
.fullscreen_hero .hero_navigation .menu li.strategie {
  background: url("../images/Visual_DEARCON.jpg") 0 45% no-repeat transparent;
  background-size: cover;
}
.fullscreen_hero .hero_navigation .menu li.strategie a:hover {
  color: #fff;
}
.fullscreen_hero .hero_navigation .menu li.kunst {
  background: url("../images/Visual_DEAR.jpg") 0 45% no-repeat transparent;
  background-size: cover;
}
.fullscreen_hero .hero_navigation .menu li.kunst a:hover {
  color: #fff;
}
.fullscreen_hero .hero_navigation .menu li.about {
  background: url("../images/Visual_About.jpg") 0 25% no-repeat transparent;
  background-size: cover;
}
.fullscreen_hero .hero_navigation .menu li.about a:hover {
  color: #fff;
}



@media(min-width: 769px) {
  .fullscreen_hero .hero_image {
    width: 58.5%;
    height: 100%;
  }
  .fullscreen_hero .hero_navigation {
    width: 41.5%;
    height: 100%;
    position: absolute;
    top:0;
    bottom:0;
    left: 58.5%;
    right:0;
  }
}

.footer address {
  text-transform: none;
  font-style: normal;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}
.footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.footer .footer__menu {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer .footer__menu .menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer .footer__menu .menu li {
  flex-base: 30%;
  flex-grow: 1;
  width: 30%;
}
.footer .footer__menu .menu li:nth-child(3n+1) {
  text-align: left;
}
.footer .footer__menu .menu li:nth-child(3n+2) {
  text-align: center;
}
.footer .footer__menu .menu li:nth-child(3n+3) {
  text-align: right;
}
@media (max-width: 767px){
  .footer .span5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer .span4 {
    width: 96%;
  }
}
.footer .footer__links .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}

.footer .footer__links .menu a{
  flex-basis:35%;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 8px 0;
}

.footer .footer__links .menu :nth-child(2n) {
  text-align: right;
}

.footer .footer__links .menu :nth-child(2n+1) {
  text-align: left;
}


@media(min-width: 768px) {
  .footer address {
    width: fit-content;
    float:left;
    padding-right: 6%;
  }
  .footer .footer__links, .footer .footer__address {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer .footer__links .menu a{
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 2px 0 8px;
    text-align: unset!important;
  }
}

@media(min-width: 769px) {
  .footer .footer__menu .menu {
    justify-content: space-between;
  }
  .footer .footer__menu .menu li {
    flex-base: auto;
    flex-grow: 0;
    flex-shrink: 1;
    width: auto;
  }
}