/* -------------- */
/* SETUP */
/* DESKTOP */
/* TABLET */
/* MOBILE */
/* MINI-MOBILE*/
/* SPECIAL BREAKPOINTS */
/* -------------- */


/* COLORS:
*  yellow: #000
*  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;
}

body {
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;

}

h1 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 58px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin-top: 20px;
  color: #000;
  hyphens: manual;
  overflow: visible;
}

h2 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #000;
  text-decoration: none;
  hyphens: manual;
  overflow: visible;
}

h3 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
  text-decoration: none;
  hyphens: manual;
  overflow: visible;
}

h4,
h5,
h6 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  color: #000;
  text-decoration: none;
  hyphens: manual;
  overflow: visible;
}

p,
li,
p a {
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
  hyphens: none;
}

p.light,
li.light,
p.light a {
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

strong,
b,
.b {
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #000;
  hyphens: none;
}


/* Spacing */

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  min-height: 100%;
  background: #fdf6e0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

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: 1170px;
  /* 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

-----------------------------------------------------------------------------
*/

.logo {
  max-width: 10em;
  margin: 0em auto 0em auto;
  display: block;
}


/**/

.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 {
  background: #29201d;
  color: #000;
  padding: 5px 15px;
  display: inline-block;
  margin: 40px 8px 0 8px;
}



/* 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: 18px;
  }

  /* Layout */

  main {
    padding: 0;
  }

  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;
  }

}