
/* -------------- */
/* SETUP */
/* DESKTOP */
/* TABLET */
/* MOBILE */
/* MINI-MOBILE*/
/* SPECIAL BREAKPOINTS */
/* -------------- */


/* COLORS:
*  yellow: #f28f22
*  brown:  #29201d
*/


/* SETUP //////////////////////////////////////////////////////////////// */


/* Interactions */

::selection {
  background: #000;
  color: #fff !important;
}

::-moz-selection {
  background: #000;
  color: #fff !important;
}

.main-flow,
.main-flow a {
  transition: all 0.3s ease-out;
}

/**** Hide Play button + controls on iOS */

video::-webkit-media-controls {
  display: none !important;
}

/* Fonts */

/* Loading FOUT */

.wf-loading p, .wf-loading a, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4 {
  visibility: hidden;
}
.wf-active p, .wf-active a, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4 {
  visibility: visible;
}
.wf-inactive p, .wf-inactive a, .wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4 {
  visibility: visible;
}


/* Fonts */
@font-face {
  font-family: "Replica Light";
  src: url("/font/ReplicaLLWeb-Light.woff") format("woff");
}

@font-face {
  font-family: "Replica Light";
  src: url("/font/ReplicaLLWeb-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Replica Regular";
  src: url("/font/ReplicaLLWeb-Regular.woff") format("woff");
}

@font-face {
  font-family: "Replica Regular";
  src: url("/font/ReplicaLLWeb-Regular.woff2") format("woff2");
}

/* *** */
h1, .h1 {
  font-family: 'Replica Regular', sans-serif;
  font-size: 80px;
  line-height: 83px;
  letter-spacing: -0.01em;
  color: #050505;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow: visible;
}
h2, .h2 {
  font-family: 'Replica Regular', sans-serif;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0.03em;
  color: #050505;
  text-decoration: none;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  overflow: visible;
}
h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
  font-family: 'Replica Light', sans-serif;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0.03em;
  color: #050505;
  text-decoration: none;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow: visible;
}
p, li, p a {
  font-family: 'Replica Light', sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #050505;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
strong, b {
  font-family: 'Replica Regular', sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #050505;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.fweight-light {
  font-family: 'Replica Light', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, b, strong, b, p, li {
transition: all 0.3s ease;
} */

/* Spacing */

html {
  height: 100%;
  box-sizing: border-box;
}

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

body {
  position: relative;
  min-height: 100%;
  font-family: 'Replica Light', sans-serif;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

body span.border {
  position: fixed;
  background: #000;
  z-index: 99;
}
body span.border:nth-of-type(1) {
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
}
body span.border:nth-of-type(2) {
  right: 0;
  top: 0;
  width: 8px;
  height: 100%;
}
body span.border:nth-of-type(3) {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
}
body span.border:nth-of-type(4) {
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
}

header {
  transition: all 0.5s ease;
}

header.site-header {
  z-index: 100;
  position: absolute;
}

/* Hide Comments and others */

.cat-links, .entry-footer {
  display: none;
}

/* Links */
p a,
strong a {
  text-decoration: none;
  padding: 0px 0px 1px 0px;
  position: relative;
}

p a strong,
p a b {
  padding: 0px 0px 0px 0px !important;
  font-weight: 800;
}

a,
a:visited,
a:hover,
a:active,
a:any-link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a.noborder,
a.noborder:hover {
  border-bottom: none;
}

a.marker, a.marker:hover,
.marker {
  background: #000;
  color: #fff;
  padding: 2px 8px;
  margin-bottom: 3px;
  display: inline-block;
  border-bottom: none;
  transform: skew(-10deg);
}

/* DESKTOP //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Inner Content
*/

/*
-----------------------------------------------------------------------------

01. Presets

-----------------------------------------------------------------------------
*/

/* Layout */

main {
  display: table-cell !important;
  vertical-align: middle;
  height: 100vh;
  position: relative;
  overflow: hidden !important;
  padding: 25px 0;
}

article {
}

.sec-wrap {
  width: 100vw;
  height: auto;
  position: relative;
}
.sec-wrap.bg--gray {
  background: #fff;
}
.sec-wrap.bg--gray .hollow {
  color: #fff;
}

.sec-wrap__inner {
  width: 100%;
  height: auto;
  max-width: 1470px;  /* SPACE-SETUP */
  margin: auto;
  padding: 30px 35px; /* SPACE-SETUP */
  position: relative;
}

.sec-wrap__inner.regulartab-spacing {
  padding-top: 60px;
  padding-bottom: 120px;
}

.sec-wrap__inner.flexbox {
  padding: 20px 20px;
}
.sec-wrap__inner.flexbox .grid-wrap .box {
  padding: 15px;
}

.sec-wrap__inner.slim {
  max-width: 1000px;
}

.sec-wrap__inner.slimmer {
  max-width: 750px;
}

.sec-wrap__inner.slim-af {
  max-width: 500px;
}

.sec-wrap .sec-wrap__inner ~ h1,
.sec-wrap.bg-half-width h1,
.single-post h1 {
  padding-top: 50px;
}
.single-post h1 {
  hyphens: auto;
}


.sec-wrap__inner .grid-wrap.two-columns .box:nth-of-type(1) {
  padding-right: 50px;
}
.sec-wrap__inner .grid-wrap.two-columns .box:nth-of-type(2) {
  padding-left: 50px;
}

/**** Text */

.text-2-columns {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-gap: 35px;  /* SPACE-SETUP */
  -webkit-column-gap: 35px;  /* SPACE-SETUP */
  -moz-column-gap: 35px;  /* SPACE-SETUP */
  -ms-column-gap: 35px;  /* SPACE-SETUP */
  margin: 35px 0;
}

.text-3-columns {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  column-gap: 30px;  /* SPACE-SETUP */
  -webkit-column-gap: 30px;  /* SPACE-SETUP */
  -moz-column-gap: 30px;  /* SPACE-SETUP */
  -ms-column-gap: 30px;  /* SPACE-SETUP */
}

/**/

.centered-text h1, .centered-text h2, .centered-text h3, .centered-text h4, .centered-text h5, .centered-text h6, .centered-text p, .centered-text span, .centered-text a,
h1.centered-text, h2.centered-text, h3.centered-text, h4.centered-text, h5.centered-text, h6.centered-text, p.centered-text, span.centered-text, a.centered-text  {
  text-align: center;
}

/**** Centered Image */

.centered-image-wrap {
  width: 100%;
  margin: auto;
  height: 450px; /* SPACE-SETUP */
  position: relative;
  overflow: hidden;
}

.centered-image-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.centered-image-wrap.full img {
  width: 100%;
}

/**/

footer {
  position: absolute;
  height: 0;
  bottom: 0;
  width: 100%;
}

/*
-----------------------------------------------------------------------------

02. Inner Content

-----------------------------------------------------------------------------
*/

svg.logo {
  max-width: 480px;
  margin: 40px auto 140px auto;
  display: block;
}

/**/

.tab-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
}

.tab-wrap .tab-box {
  width: 150px;
  padding: 15px 30px;
  margin: 10px 0;
  position: relative;
  cursor: pointer;
}

.tab-wrap .tab-box.swiper::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  transition: all .3s ease-out;
}

.tab-wrap.active-solid .tab-box.swiper::after {
  transform: translateX(0%);
}
.tab-wrap.active-linear .tab-box.swiper::after {
  transform: translateX(100%);
}


/**/

.tab-wrap .tab-box h4 {
  opacity: .5;
}

.tab-wrap.active-solid #tab-solid h4 {
  opacity: 1;
}
.tab-wrap.active-linear #tab-linear h4 {
  opacity: 1;
}


.tab-wrap .tab-box h4 {
  margin: 0;
}


/**/

.sec-wrap__inner.no-padding {
  padding: 20px 0;
}

.sec-wrap .box p {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  margin: 0;
  line-height: 1.2em;
}

.sec-wrap .box:nth-of-type(1) {
  padding: 0 10px 0 0;
}

.sec-wrap .box:nth-of-type(2) {
  padding: 0 0 0 10px;
}

/**** Buttons */

main a.button {
  font-family: 'Futura PT W01 Medium', sans-serif;
  font-size: 35px;
  letter-spacing: 0.07em;
  background: #ffff00;
  height: 200px;
  width: 200px;
  border-radius: 100px;
  color: #000;
  padding: 75px 25px 0;
  display: inline-block;
  margin: 40px 8px 0 8px;
  transform: rotate(-15deg);
}



/* TABLET //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Inner Content
*/

@media only screen and (max-width: 880px) {

  /*
  -----------------------------------------------------------------------------

  01. Presets

  -----------------------------------------------------------------------------
  */

  /* Layout */
  article {
    text-align: center;
  }

  .sec-wrap .sec-wrap__inner ~ h1,
  .sec-wrap.bg-half-width h1,
  .single-post h1 {
    padding-top: 30px;
  }

  .sec-wrap.bg-full-width h1 {
    bottom: -30px;
  }

  .sec-wrap__inner.slimmer,
  .sec-wrap__inner.slim-tablet {
    max-width: 650px;
    margin: 0 auto;
  }


  .sec-wrap__inner .grid-wrap.two-columns .box:nth-of-type(1) {
    padding-right: 0px;
  }
  .sec-wrap__inner .grid-wrap.two-columns .box:nth-of-type(2) {
    padding-left: 0px;
  }

  .text-2-columns {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
  }

  .text-3-columns {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
  }


  .gallery-slider {
    height: initial;
  }
  .gallery-slider__images .item .img-fill {
    height: 40vw;
  }

}

/* MOBILE //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. Inner Content
05. NoScript / Cookie Banner
*/

@media only screen and (max-width: 580px) {

  /*
  -----------------------------------------------------------------------------

  01. Presets

  -----------------------------------------------------------------------------
  */


  h1, h2 {
    font-size: 40px;
    hyphens: none;
  }

  h3 {
    font-size: 25px;
  }

  h4, h5, h6 {
    font-size: 18px;
  }

  /* p, li, p a,
  strong, b {
  font-size: 30px;
  } */

  /* Layout */

  main {
    padding: 0;
    height: 100%;
  }

  article {
  }

  .sec-wrap__inner {
    padding: 20px 25px;
  }

  .sec-wrap__inner.padding--b80,
  .sec-wrap__inner.padding--t80 {
    padding: 40px 25px;
  }

  .sec-wrap.bg-full-width h1 {
    bottom: -15px;
  }

  /**/

  body span.top {
    height: 75px;
    font-size: 23px;
  }

  .sec-wrap .box:nth-of-type(1) {
    padding: 0;
  }

  .sec-wrap .box:nth-of-type(2) {
    padding: 20px 0 0 0;
  }

  /*
  -----------------------------------------------------------------------------

  04. Inner Content

  -----------------------------------------------------------------------------
  */

  svg.logo {
    max-width: 80%;
  }

}


/* MINI-MOBILE //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. Inner Content
05. NoScript / Cookie Banner
*/

@media only screen and (max-width: 430px) {

  /*
  -----------------------------------------------------------------------------

  01. Presets

  -----------------------------------------------------------------------------
  */

  /* Layout */

  /**** Gallery-Slider */

  .gallery-slider__images .item .img-fill, .gallery-slider, .gallery-slider__images .item .img-fill img {
    height: 70vw;
  }

  img#logo {
    max-width: 230px;
  }



}

/* SPECIAL BREAKPOINTS //////////////////////////////////////////////////////// */

/* Printer */

@media print {

  @page {
    margin: 1cm;
  }

  header, nav, footer {
    display: none;
  }

  img {
    max-width: 500px;
    visibility: visible !important;
  }

}
