@charset "UTF-8";
/* CSS compiled from SCSS. */
/* --------------------------------------- */
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html, body {
  height: 100%;
}

a img {
  border: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

li {
  list-style-type: none;
}

@font-face {
  font-family: "ITCCaslon224W01-BookIt";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ITCCaslon224W01-BookIt.eot");
  src: url("../fonts/ITCCaslon224W01-BookIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ITCCaslon224W01-BookIt.woff2") format("woff2"), url("../fonts/ITCCaslon224W01-BookIt.woff") format("woff"), url("../fonts/ITCCaslon224W01-BookIt.ttf") format("truetype"), url("../fonts/ITCCaslon224W01-BookIt.svg#ITCCaslon224W01-BookIt") format("svg");
}
/* Default Variables*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

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

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

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

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

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

/* SLIDER
---------------------------------------- */
.arrow-prev,
.arrow-next {
  position: absolute;
  width: 8rem;
  height: 100%;
  cursor: pointer;
  color: transparent;
  top: 0;
  display: none !important;
  opacity: 0.75;
}
@media screen and (min-width: 40em) {
  .arrow-prev,
  .arrow-next {
    display: block !important;
  }
}
.arrow-prev:hover,
.arrow-next:hover {
  opacity: 1;
}
.arrow-prev::before, .arrow-prev::after,
.arrow-next::before,
.arrow-next::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 3px;
  top: 50%;
  left: 2rem;
  background: var(--line-gray);
  transform-origin: right center;
  border-radius: 9999px;
}
.arrow-prev::before,
.arrow-next::before {
  transform: rotate(45deg);
}
.arrow-prev::after,
.arrow-next::after {
  transform: rotate(-45deg);
  margin-top: -1px;
}

.arrow-prev {
  left: 0;
  transform: rotate(180deg);
  transform-origin: center;
}

.arrow-next {
  right: 0;
}

.brand-font, .about h1, .about p span, .about li, .about li a, .h1 div, .work-header .logo span, h2 {
  font-family: "ITCCaslon224W01-BookIt";
  transform: skewX(11deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05rem;
}

html {
  @apply before:hidden before:content-["mobile"] md:before:content-["desktop"];
  font-size: 12px;
}
@media screen and (min-width: 40em) {
  html {
    font-size: 1.5vh;
  }
}

body {
  position: relative;
  font-family: "Helvetica";
}

h2 {
  line-height: 1.2;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  font-size: 1em;
  line-height: 1.25;
}

a {
  color: #333;
  text-decoration: none;
}

main {
  height: 100%;
}

.loader-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
}
.loader-ring:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  animation: rotate-360 infinite 0.75s linear;
  border: 2px solid #ddd;
  border-top-color: transparent;
  border-radius: 100%;
}

@keyframes rotate-360 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.work-header {
  position: fixed;
  z-index: 1;
  top: 12px;
  left: 16px;
  color: #fff;
  text-align: left;
  vertical-align: middle;
}
.work-header a {
  text-decoration: none;
}
.work-header .logo span {
  display: block;
  color: white;
  font-size: 24px;
  line-height: 1;
}
@media screen and (min-width: 40em) {
  .work-header .logo span {
    display: inline-block;
    font-size: 3.5vh;
  }
}

#mymenu {
  position: fixed;
  bottom: 10px;
  left: 16px;
  z-index: 1;
}
@media screen and (min-width: 40em) {
  #mymenu {
    bottom: 2vh;
    left: 3.5vh;
  }
}
#mymenu a {
  display: block;
  width: 30px;
  height: 18px;
  margin: 9px 0;
  background: white;
  border: 1px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 40em) {
  #mymenu a {
    width: 3vh;
    height: 2vh;
    margin: 1vh 0;
  }
}
#mymenu a img {
  height: 100%;
}
#mymenu a.zeiger {
  border-color: transparent;
}
#mymenu a.zeiger:after {
  content: "";
  background: white;
  width: 100%;
  height: 100%;
  display: block;
}

#mymenu li.active a {
  background: var(--brand-color);
  border: 1px solid var(--brand-color);
}

#mymenu li.active a:after {
  background: var(--brand-color);
}

@media (min-width: 640px) {
  #mymenu li:hover a {
    background: var(--brand-color);
    border: 1px solid var(--brand-color);
  }
  #mymenu li:hover a:after {
    background: var(--brand-color);
  }
}
.h1 {
  position: absolute;
  top: 5vw;
  left: 3.5vw;
}
.h1 div {
  color: var(--brand-color);
  font-size: 25vw;
  line-height: 0.8;
}
@media screen and (min-width: 40em) {
  .h1 {
    top: 3vw;
    left: 2.5vw;
  }
  .h1 div {
    font-size: 17rem;
    line-height: 0.8;
  }
}

.panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px 0 0 16px;
}
@media (min-width: 640px) {
  .panel {
    padding: 5vh 0 0 14vh;
  }
}
.panel__bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.panel__bg-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}
.landscape .panel__bg-image img:first-child {
  display: block;
}
.portrait .panel__bg-image img:last-child {
  display: block;
}
.panel .text-box {
  position: relative;
  opacity: 0;
}
@media (min-width: 640px) {
  .panel .text-box:hover h2 {
    color: var(--brand-color);
  }
}
.panel .text-box .box-width {
  display: inline-block;
  text-align: left;
}
.panel .text-box .link {
  display: inline-block;
}
.panel .text-box h2 {
  font-size: 1.4em;
  display: inline-block;
}
.panel .text-box.show {
  opacity: 1;
}
.panel .text-box.big {
  transition: opacity 1s ease 1s;
}
.panel .text-box.big a {
  font-size: 16px;
  margin: 8px 0 9px 0;
}
.inverted-font-color .panel .text-box.big a {
  color: #fff;
}
.panel .text-box.big a p {
  font-size: 9px;
}
@media screen and (min-width: 40em) {
  .panel .text-box.big a {
    font-size: 3vh;
    margin: 4vh 0 4.5vh 0;
  }
  .panel .text-box.big a p {
    font-size: 1.7vh;
  }
}
.panel .text-box.small {
  text-align: right;
  transition: opacity 1s ease 1.5s;
}
.panel .text-box.small a.link {
  width: 60vw;
  font-size: 12px;
  font-size: 1.7vh;
  text-align: left;
  margin: 1.5vh 0 4vh 0;
  color: #3d3d3d;
}
@media screen and (min-width: 50em) {
  .panel .text-box.small a.link {
    width: 400px;
  }
}
@media screen and (min-width: 64em) {
  .panel .text-box.small a.link {
    width: 30vw;
  }
}
.inverted-font-color .panel .text-box.small a.link {
  color: #fff;
}
.panel .text-box.small:first-child a {
  margin-top: 4.5vh;
}
@media screen and (min-width: 40em) {
  .panel .text-box.small:first-child a {
    margin-top: 0.5vh;
  }
}

.text-box_font {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  font-size: 1em;
  display: inline-block;
  text-align: left;
}
.content-container a .text-box_font {
  width: 50vh;
}

.preview-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transition: background-color 0.2s linear 0s;
  background-color: rgba(0, 0, 0, 0);
}
.preview-box.active {
  background: rgba(0, 0, 0, 0.04);
}
.preview-box .image-holder {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: all 0.4s;
  background: green;
}
.preview-box .image-holder.left {
  transform: translate3d(-70%, 0, 0);
}
.preview-box .image-holder.left .preview-image {
  right: 0;
}
.preview-box .image-holder.right {
  transform: translate3d(70%, 0, 0);
}
.preview-box .image-holder.right .preview-image {
  left: 0;
}
.preview-box .image-holder .preview-image {
  position: absolute;
  top: 0;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.preview-box .image-holder .preview-image img {
  max-width: 100%;
  display: block;
}

.preview-box.active .image-holder {
  opacity: 1;
}
.preview-box.active .image-holder.left {
  transform: translate3d(-50%, 0, 0);
}
.preview-box.active .image-holder.right {
  transform: translate3d(50%, 0, 0);
}

/* Slider */
.gallery-container {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
}
.gallery-container .gallery-slider {
  height: 100%;
  opacity: 0;
}
.gallery-container .nav-box-top {
  position: fixed;
  top: 2vw;
  right: 2vw;
  width: 9vh;
  z-index: 3;
  text-align: center;
}
.gallery-container .nav-box-top .close-x {
  position: absolute;
  top: -1vh;
  right: 2vh;
  width: 100%;
  height: 9vh;
  overflow: hidden;
  cursor: pointer;
}
.gallery-container .nav-box-top .close-x::before, .gallery-container .nav-box-top .close-x::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 50%;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  background: var(--line-gray);
}
.gallery-container .nav-box-top .close-x::before {
  transform: rotate(45deg);
}
.gallery-container .nav-box-top .close-x::after {
  transform: rotate(-45deg);
}
.gallery-container .nav-box-top .count {
  display: inline-block;
  margin-top: 7vh;
}
.gallery-container .nav-box-top .count p {
  font-size: 1.7vh;
  color: #333;
}

.center-box {
  position: relative;
}

.img-box {
  display: block;
  position: relative;
  cursor: default;
}
.slick-current .img-box[data-fluidbox] {
  cursor: zoom-in;
}
.img-box img {
  position: relative;
}
.landscape .img-box img {
  width: auto;
}
.portrait .img-box img {
  height: auto;
}
.landscape .img-box.vertical img {
  height: 70vh;
}
.portrait .img-box.vertical img {
  width: 80vw;
}
.landscape .img-box.horizontal img {
  height: 60vh;
}
.portrait .img-box.horizontal img {
  width: 90vw;
}
.landscape .img-box.small img {
  height: 60vh;
}
.portrait .img-box.small img {
  width: 80vw;
}
.landscape .img-box.default img {
  height: 70vh;
}
.portrait .img-box.default img {
  width: 80vw;
}
.landscape .img-box.big img {
  height: 80vh;
}
.portrait .img-box.big img {
  width: 80vw;
}
.img-box.shadow {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.img-box.shadow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.15);
  left: 0;
  bottom: 0.3rem;
}
.img-box.shadow img:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.15);
  top: 0;
  right: 0;
}
.img-box.shadow + .title-box {
  position: absolute;
  transform: translate3d(0, 100%, 0);
  padding-top: 0.7em;
  bottom: 0;
  left: 0;
  width: 100%;
}
.img-box.shadow + .title-box h2, .img-box.shadow + .title-box p {
  text-align: center;
  width: 100%;
}
.img-box.shadow + .title-box h2 {
  font-size: 1em;
}
@media screen and (min-width: 40em) {
  .img-box.shadow + .title-box h2 {
    font-size: 1.5em;
  }
}
.img-box.shadow + .title-box p {
  font-size: 0.8em;
  line-height: 1.6;
}
@media screen and (min-width: 40em) {
  .img-box.shadow + .title-box p {
    font-size: inherit;
  }
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-slide {
  opacity: 0.05;
  transition: all 0.5s;
  height: 100%;
}
.slick-slide.slick-center {
  opacity: 1;
}
.slick-slide > div {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 40em) {
  .slick-slide > div {
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 10vh;
    padding-right: 10vh;
  }
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

.zoom-overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  z-index: 101;
  cursor: zoom-out;
  transition: opacity 200ms;
}
.zoom-overlay-bg.active {
  opacity: 1;
}

.zoom-img {
  position: fixed;
  z-index: 102;
  display: block;
  cursor: zoom-out;
  transition: all 200ms;
  object-fit: cover;
}

.about {
  background: rgba(0, 0, 0, 0.85);
  padding-right: 10px;
}
.about .about-table {
  display: table;
  height: 100%;
  width: 100%;
}
.about .about-table .about-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.about .about-table .about-cell .about-box {
  text-align: left;
  display: inline-block;
  max-width: 800px;
}
.about h1, .about p span, .about li, .about li a {
  color: white;
}
.about li a {
  text-decoration: none;
  position: relative;
}
.about li a:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.2rem;
  width: 100%;
  bottom: 0;
  background: white;
  height: 0.1rem;
}
.about h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (min-width: 40em) {
  .about h1 {
    display: block;
    font-size: 4rem;
    line-height: 6rem;
    margin-bottom: 2rem;
  }
}
.about h1 span {
  display: inline-block;
}
.about p {
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
.about p span {
  display: inline-block;
}
@media screen and (min-width: 40em) {
  .about p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.about .address {
  margin-top: 3rem;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 40em) {
  .about .address {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.about h1, .about .list, .about .address {
  margin-left: 60px;
}
@media screen and (min-width: 40em) {
  .about h1, .about .list, .about .address {
    margin-left: 0;
  }
}