/*
*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
*  Copyright © 2020 OHO Design GmbH
*  Do not use this software or replicate without permission of the owner.
*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
*/

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

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

/* Corporate Colors: */
/* Lavender #5268c2 */
/* Black #141414 */
/* Grey #d0d0d0 */
/* Light Grey #f7f7f7 */

/* FONTS – LICENSED TO bibelstunden.ch *******************************************************************************/

@font-face {
  font-family: 'GTF Riposte';
  src: url('/wp-content/themes/bibelstunden/font/Riposte-Regular.woff2') format('woff2'), url('/wp-content/themes/bibelstunden/font/Riposte-Regular.woff') format('woff'), url('/wp-content/themes/bibelstunden/font/Riposte-Regular.eot') format('eot');
}

body {
  font-family: 'GTF Riposte', sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

h1, .h1 {
  font-family: 'GTF Riposte', sans-serif;
  font-size: 72px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  margin-top: 20px;
  color: #5268c2;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  overflow: visible;
}

h2, .h2 {
  font-family: 'GTF Riposte', sans-serif;
  font-size: 72px;
  line-height: 1.1em;
  letter-spacing: 0.01em;
  color: #5268c2;
  text-decoration: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  overflow: visible;
}

h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
  font-family: 'GTF Riposte', sans-serif;
  font-size: 39px;
  line-height: 1.38em;
  letter-spacing: 0.03em;
  color: #5268c2;
  text-decoration: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

p, li, p a, .p {
  font-family: 'GTF Riposte', sans-serif;
  font-size: 20px;
  line-height: 1.58em;
  letter-spacing: 0.02em;
  color: #141414;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

strong,
b {
  font-family: 'GTF Riposte', sans-serif;
  color: #141414;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.fweight-light {
  font-family: 'GTF Riposte', sans-serif;
}

.fsize-large {
  font-size: 80px;
}

.fsize-marginal {
  font-size: 14px;
}

.fcolor-white {
  color: #fff;
}
.fcolor-black {
  color: #141414;
}
.fcolor-lavender {
  color: #5268c2;
}

.fshadow {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.lavender {
  background: #5268c2;
}
.light-grey {
  background: #f7f7f7;
}

h1, h2, h3, h4, h5, h6, b, strong, b, p, li {
  -webkit-font-feature-settings:"kern" 1;
  font-feature-settings:"kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

/***** locked wysiwyg styles to avoid different title sizes */

.wysiwyg-editor h1, .wysiwyg-editor h2, .wysiwyg-editor h3,
.wysiwyg-editor h4, .wysiwyg-editor h5, .wysiwyg-editor h6 {
  font-family: 'GTF Riposte', sans-serif;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #141414;
  text-decoration: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  overflow: visible;
}

/* LINKS / GLOBAL INTERACTIONS *******************************************************************************/

/***** Links */

p a {
  text-decoration: none;
  padding: 0px 0px 1px 0px;
  color: #5268c2 !important;
}

p a:hover {
  cursor: pointer;
  color: #5268c2;
}

p a strong,
p a b {
  padding: 0px 0px 0px 0px !important;
}

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

/***** Buttons */

.centered-button {
  width: 100%;
}
.centered-button .button {
  margin: auto;
}

.button {
  background: #5268c2;
  color: #fff;
  padding: 0.2em .8em 0.35em;
  border: unset;
  margin-top: 0px;
  display: inline-block;
  cursor: pointer;
}

.button:active {
  opacity: 0.9;
}

.button.neg {
  background: #fff;
  color: #141414;
  border: 1px solid #141414;
}

/**/

.centered-button {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.centered-button .button {
  display: inline;
}

/***** Interactions */

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

::selection {
  background: #5268c2;
  color: #fff !important;
}

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

*:focus {
  outline: none !important;
}

/***** some ie-fixes */

* {
  text-decoration: none !important;
}
body:not(.browser-ie) {
  color: inherit;
}

/***** scroll reveal */

.scrl {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.scrl.on {
  opacity: 1;
}

/* MISC *******************************************************************************/

/***** Spacing */

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

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

body {
  position: relative;
  min-height: 100%;
  background: #465cb8 /* darker becuase of safari lsb switch */;
  overflow-x: hidden;
}

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

/***** Hide Comments and others */

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

/***** clear after float */

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/***** hide stuff on specific breakpoints */

.no-lg {
  display: none;
}


/* DESKTOP //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. NoScript Banner
*/

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

01. Presets

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

/* LAYOUT *******************************************************************************/

.content-area {
  background: #fff;
}

main {
  position: relative;
  overflow: hidden !important;
}

article {
  margin-top: 100px;
}

.sec-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.sec-wrap.vertical-padding {
  padding-top: 100px;
  padding-bottom: 50px;
}

.sec-wrap.anchor-target {
  padding-top: 50px;
}

.sec-wrap__inner {
  width: 100%;
  height: auto;
  max-width: 1370px;
  margin: auto;
  padding: 20px 35px;
  position: relative;
}

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

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

.sec-wrap__inner.full {
  max-width: 100%;
}

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

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

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

/***** Text columns */

.text-2-columns {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -ms-column-gap: 30px;
  margin: 30px 0;
}

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

/***** Text overflow */

span.nobreak {
  white-space: nowrap;
}

span.shorten {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**/

.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;
  position: relative;
  overflow: hidden;
  /* fallback for bg-img usage */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

.centered-image-wrap.blurry-bg .background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/**** some ie-browser fixes */

.browser-ie .centered-image-wrap.blurry-bg  .background-image {
  -webkit-filter: none;
  filter: none;
}
.browser-ie .centered-image-wrap.blurry-bg  .background-image ~ img {
  display: none;
}

/***** Covered image warp */

.covered-image-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.covered-image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/**** ie-browser fixes */

.browser-ie .covered-image-wrap,
.browser-edge .covered-image-wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* COMPONENTS *******************************************************************************/

/***** Gallery slider */

.slick-next {
  font-size: 0px;
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 0;
  font-size: 0;
  height: 100%;
  width: 80px;
  right: 0;
  top: 0;
  z-index: 9;
  outline: none;
  background-color: #fff;
  color: #5268c2;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slick-next::after {
  font-family: 'Icons Base'; /* insert 'Icons Base Rounded' for rounded version */
  position: absolute;
  content:'\0046';
  top: calc(50% - 20px);
  right: 18px;
  font-size: 40px;
}

.slick-next:hover {
  background-position: 28px center;
}

.slick-prev {
  font-size: 0px;
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 0;
  font-size: 0;
  height: 100%;
  width: 80px;
  left: 0;
  top: 0;
  z-index: 9;
  outline: none;
  background-color: #fff;
  color: #5268c2;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slick-prev::after {
  font-family: 'Icons Base'; /* insert 'Icons Base Rounded' for rounded version */
  position: absolute;
  content:'\0047';
  top: calc(50% - 20px);
  left: 18px;
  font-size: 40px;
}

.slick-prev:hover {
  background-position: 22px center;
}

.gallery-slider {
  position: relative;
  background: #fff;
  height: 800px;
}

.gallery-slider__images {
  margin: 0;
  position: relative;
}
.gallery-slider__images.lightbox:hover {
  cursor: pointer;
}

.gallery-slider__images .item {
  padding: 0;
}

.gallery-slider__images .item .img-fill {
  height: 800px;
  overflow: hidden;
  text-align: center;
  float: left;
}

.gallery-slider__images .item .img-fill img {
  position: absolute;
  height: 900px;
  top: 50%;
  left: 50%;
  max-width: none !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-slider .img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.gallery-slider .slick-slider {
  padding: 0 !important;
}

.gallery-slider .slick-slide {
  float: left;
  outline: none;
}

/**/

.slick-lightbox {
  background: #fff !important;
}

.slick-lightbox .slick-next {
  height: 100%;
  top: 0;
  right: 0;
  color: #5268c2;
  background: rgba(255,255,255,0);
}

.slick-lightbox .slick-prev {
  height: 100%;
  top: 0;
  left: 0;
  color: #5268c2;
  background: rgba(255,255,255,0);
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  z-index: 99;
}

.slick-lightbox-close:focus {
  outline: none
}

.slick-lightbox-close:before {
  font-size: 15px;
  color: #5268c2;
  font-family: 'Icons Base'; /* insert 'Icons Base Rounded' for rounded version */
  content:'\004a';
}

/**/

.slick-dots {
  padding-left: 0;
  margin-top: 50px;
  display: block;
  z-index: 2;
  position: relative;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  background: #fff;
  border: 2px solid #5268c2;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  font-size: 0;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background: #5268c2;
}

/***** Video iframe */

.video-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.video-wrap iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/***** Accordion */

.accordion-content {
  max-height: 0;
  overflow: hidden;
}

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

02. Navigation

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

/***** Display */

.mobile--trigger {
  display: none;
}

/***** Nav-Wrap */

.nav-wrap {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: visible;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.nav-wrap__inner {
  max-width: 100%;
  margin: auto;
  height: 100px;
  width: 100%;
  padding: 10px 35px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.nav-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

/***** Nav-Styling */

.nav-wrap ul {
  padding-left: 0;
  list-style-type: none;
}

.nav-wrap ul.nav-list {
  padding: 0;
  overflow: hidden;
  margin: 20px 0;
  float: right;
  display: table;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.nav-wrap ul.nav-list li {
  padding-right: 25px;
  font-size: 25px;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav-wrap ul.nav-list li:nth-of-type(3) {
  padding-right: 120px;
}
.nav-wrap ul.nav-list li:last-of-type {
  padding-right: 0;
}

.nav-wrap ul.brand {
  float: left;
  margin-left: 0;
  font-size: inherit;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.nav-wrap ul.brand svg.logo {
  width: 250px;
  margin: 10px 0;
}
.nav-wrap ul.nav-list svg.carrier_pigeon {
  width: 70px;
  position: absolute;
  right: 35px;
  top: 21px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.nav-wrap a {
  color: #d0d0d0;
}

.nav-wrap a:hover,
.nav-wrap a.actual-parent,
.nav-wrap a.actual-site,
.nav-wrap a.active {
  color: #5268c2;
}

/***** Scrolled-Nav-State */

.scrolled-nav .nav-wrap {
  height: 70px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.scrolled-nav .nav-wrap__inner {
  height: 70px;
  padding: 5px 35px;
}

.scrolled-nav .nav-wrap ul.nav-list {
  margin: 9px 0;
}

.scrolled-nav .nav-wrap ul.brand {
  margin: 5px 0;
}

.scrolled-nav .nav-wrap ul.nav-list svg.carrier_pigeon {
  width: 60px;
  padding-top: 5px;
  top: 6px;
}

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

03. Footer

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

.footer-wrap {
  height: auto;
  margin: 0;
  bottom: 0;
  padding: 30px 0 0 0;
  width: 100%;
  position: absolute;
  z-index: 99;
}

.footer__main .box {
  padding: 40px 0;
}

.footer-wrap .h3 {
  margin: 0;
}
.footer-wrap p {
  margin-top: 5px;
}

.footer-wrap img {
  width: 180px;
  margin-top: 35px;
}

/**/

.footer__sub {
  position: relative;
  width: 100%;
  max-width: 1370px;
  height: auto;
  margin: auto;
  bottom: 0;
  padding: 15px 35px;
  font-size: 14px;
}
.footer__sub * {
  color: #5268c2 !important;
}


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

04. NoScript Banner

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


.warning-banner {
  background: #831414;
  top: 0px;
  text-align: center;
  padding: 1em;
}

.warning-banner {
  width: 100%;
  display: block;
  position: fixed;
  border-radius: 3px;
  z-index: 99999;
}

.warning-banner table {
  width: 100%;
  height: inherit;
  text-align: center;
  margin: 0;
}

.warning-banner p,
.warning-banner b,
.warning-banner a {
  color: #fff;
  margin: 0 10px 0 10px;
}
.warning-banner p:nth-child(2) {
  margin: 10px;
}

.warning-banner a {
  border: 1px solid #fff;
  padding: 6px;
  white-space: nowrap;
  border-radius: 1px;
}
.warning-banner a:hover {
  border: 1px solid #fff;
  color: #fff;
}

#noscript:target {
  opacity: 0;
  top: -100px;
}

#ie-banner.closed,
#no-access-banner.closed {
  display: none;
}

/* TABLET //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. NoScript Banner
*/

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

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

  01. Presets

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

  .sec-wrap.anchor-target {
    padding-top: 25px;
  }

  /* MISC *******************************************************************************/

  h1 {
    font-size: 60px;
    line-height: 1.2em;
  }

  .no-md {
    display: none;
  }
  .no-lg {
    display: inherit;
  }
  span.no-lg {
    display: inline;
  }


  /* LAYOUT *******************************************************************************/

  article {
    margin-top: 0;
  }

  /* COMPONENTS *******************************************************************************/

  /***** Gallery slider */

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

  .slick-next,
  .slick-prev {
    width: 60px;
  }

  .slick-next::after {
    right: 8px;
    font-size: 30px;
    top: calc(50% - 15px);
  }

  .slick-prev::after {
    left: 8px;
    font-size: 30px;
    top: calc(50% - 15px);
  }

  /**/


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

  02. Navigation

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

  /***** Display */

  .mobile--trigger {
    display: block;
  }

  /***** Nav-Wrap */

  .nav-wrap {
    position: fixed;
    background: #5268c2;
    bottom: 0;
    top: unset;
    border-bottom: 0;
    height: 80px;
    -webkit-transition: height 1s cubic-bezier(.77,0,.18,1);
    -o-transition: height 1s cubic-bezier(.77,0,.18,1);
    transition: height 1s cubic-bezier(.77,0,.18,1);
  }
  .nav-wrap::after {
    content: none;
  }

  .nav-wrap ul.nav-list {
    float: none;
    position: fixed;
    overflow: visible;
    width: 100%;
    left: 0;
    top: 10px;
    margin: 20px 0;
    height: auto;
    padding: 0 35px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 1.2s cubic-bezier(.77,0,.18,1);
    transition: opacity 0.3s ease-out, -webkit-transform 1.2s cubic-bezier(.77,0,.18,1);
    -o-transition: transform 1.2s cubic-bezier(.77,0,.18,1), opacity 0.3s ease-out;
    transition: transform 1.2s cubic-bezier(.77,0,.18,1), opacity 0.3s ease-out;
    transition: transform 1.2s cubic-bezier(.77,0,.18,1), opacity 0.3s ease-out, -webkit-transform 1.2s cubic-bezier(.77,0,.18,1);
    -webkit-transform: translateY(110vh);
    -ms-transform: translateY(110vh);
    transform: translateY(110vh);
  }

  .nav-wrap ul.nav-list li {
    margin: 0;
    font-size: 8vw;
    line-height: 1.3em;
    display: block;
  }

  .nav-wrap ul.nav-list li {
    -webkit-transition: -webkit-transform 1.4s ease-out;
    transition: -webkit-transform 1.4s ease-out;
    -o-transition: transform 1.4s ease-out;
    transition: transform 1.4s ease-out;
    transition: transform 1.4s ease-out, -webkit-transform 1.4s ease-out;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  .nav-wrap ul.nav-list li:nth-of-type(1) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .nav-wrap ul.nav-list li:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .nav-wrap ul.nav-list li:nth-of-type(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .nav-wrap ul.nav-list li:nth-of-type(4) {
    display: none;
  }

  .nav-wrap a,
  .nav-wrap a:hover, .nav-wrap a.actual-parent, .nav-wrap a.actual-site, .nav-wrap a.active {
    color: #fff;
  }

  .nav-wrap ul.brand {
    position: absolute;
    bottom: 7px;
    margin: 5px 0;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
  }

  .nav-wrap ul.brand svg.logo {
    margin: 10px 0;
  }
  .nav-wrap ul.brand svg.logo .st0 {
    fill: #fff;
  }

  /***** Nav-Wrap Trigger */

  .nav-wrap .mobile--trigger {
    right: 0;
    bottom: 0;
    position: fixed;
    height: 80px;
    width: 100px;
    cursor: pointer;
    z-index: 99;
    background: #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .nav-wrap .mobile--trigger span {
    position: absolute;
    left: 25px;
    bottom: 39px;
    height: 4px;
    width: 50px;
    background: #5268c2;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .nav-wrap .mobile--trigger span:nth-of-type(1) {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  .nav-wrap .mobile--trigger span:nth-of-type(2) {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
  }

  /***** Nav-Wrap Open State */

  .nav-wrap.open {
    height: 100vh !important;
  }

  .nav-wrap.open ul.nav-list {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out 0.6s, -webkit-transform .5s cubic-bezier(.77,0,.18,1);
    transition: opacity 0.3s ease-out 0.6s, -webkit-transform .5s cubic-bezier(.77,0,.18,1);
    -o-transition: transform .5s cubic-bezier(.77,0,.18,1), opacity 0.3s ease-out 0.6s;
    transition: transform .5s cubic-bezier(.77,0,.18,1), opacity 0.3s ease-out 0.6s;
    transition: transform .5s cubic-bezier(.77,0,.18,1), opacity 0.3s ease-out 0.6s, -webkit-transform .5s cubic-bezier(.77,0,.18,1);
    transition: transform .5s cubic-bezier(.77,0,.18,1), opacity 0.3s ease-out 0.6s, -webkit-transform 1.2s cubic-bezier(.77,0,.18,1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .nav-wrap.open ul.nav-list li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .nav-wrap.open .mobile--trigger span:nth-of-type(1) {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  .nav-wrap.open .mobile--trigger span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }

  /***** Scrolled Nav State */

  .scrolled-nav .nav-wrap {
    height: 80px;
  }

  .scrolled-nav .nav-wrap ul.brand {
    margin: 5px 0;
  }

  .scrolled-nav .nav-wrap ul.nav-list {
    margin: 20px 0;
  }

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

  03. Footer

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

  .footer-wrap .footer__sub {
    margin-bottom: 80px;
  }

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

  04. NoScript Banner

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


}

/* MOBILE //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. NoScript Banner
*/

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

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

  01. Presets

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

  /* MISC *******************************************************************************/

  h1, h2 {
    font-size: 40px;
    line-height: 1.25em;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }

  h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
    font-size: 30px;
    letter-spacing: 0.01em;
  }

  .no-sm {
    display: none;
  }
  .no-md {
    display: inherit;
  }
  span.no-md {
    display: inline;
  }


  /* LAYOUT *******************************************************************************/

  article {
    margin-top: 0; /* Space to Navigation */
  }

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

  /**/

  .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;
  }

  /* COMPONENTS *******************************************************************************/

  /***** Gallery slider */

  .slick-lightbox-close {
    top: 0;
    right: -5px;
  }

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

  02. Navigation

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

  .nav-wrap ul.nav-list li {
    font-size: 12vw;
  }

  .nav-wrap ul.nav-list {
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(30vh);
        -ms-transform: translateY(30vh);
            transform: translateY(30vh);
  }

  .nav-wrap ul.nav-list li {
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    -o-transition: transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out;
  }

  /**/

  .nav-wrap.open ul.nav-list {
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.6s ease-out .6s, -webkit-transform .7s cubic-bezier(.77,0,.18,1);
    transition: opacity 0.6s ease-out .6s, -webkit-transform .7s cubic-bezier(.77,0,.18,1);
    -o-transition: transform .7s cubic-bezier(.77,0,.18,1), opacity 0.6s ease-out .6s;
    transition: transform .7s cubic-bezier(.77,0,.18,1), opacity 0.6s ease-out .6s;
    transition: transform .7s cubic-bezier(.77,0,.18,1), opacity 0.6s ease-out .6s, -webkit-transform .7s cubic-bezier(.77,0,.18,1);
    transition: transform .7s cubic-bezier(.77,0,.18,1), opacity 0.6s ease-out .6s, -webkit-transform 1.2s cubic-bezier(.77,0,.18,1);
  }

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

  03. Footer

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

  .footer__main {
    padding: 25px;
  }

  .footer__main .box {
    padding: 20px 0;
  }

  .footer__main .box:nth-of-type(3) {
    text-align: left;
  }

  .footer__sub {
    padding: 15px 25px;
  }


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

  04. NoScript Banner

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

  .warning-banner p, .warning-banner b, .warning-banner a {
    font-size: 14px;
  }

  a.close-banner-btn {
    margin-top: 10px;
  }

}


/* MINI-MOBILE //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. NoScript Banner
*/

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

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

  01. Presets

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

  p, li, p a, .p {
    font-size: 18px;
  }

  /* MISC *******************************************************************************/

  .no-xs {
    display: none;
  }
  .no-sm {
    display: inherit;
  }
  span.no-sm {
    display: inline;
  }

  /* COMPONENTS *******************************************************************************/

  /***** Gallery slider */

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

  .slick-next,
  .slick-prev {
    width: 30px;
  }

  .slick-next::after {
    right: 5px;
    font-size: 20px;
    top: calc(50% - 10px);
  }

  .slick-prev::after {
    left: 5px;
    font-size: 20px;
    top: calc(50% - 10px);
  }

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

  02. Navigation

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

  /***** Nav-Wrap */

  .nav-wrap,
  .nav-wrap__inner {
    height: 60px;
  }

  .nav-wrap__inner {
    padding: 10px 25px;
  }

  /***** Nav-Styling */

  .nav-wrap ul.brand {
    bottom: 2px;
    margin: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  /***** Nav-Wrap Trigger */

  .nav-wrap .mobile--trigger {
    height: 60px;
    width: 80px;
  }

  .nav-wrap .mobile--trigger span {
    left: 20px;
    bottom: 30px;
    width: 40px;
  }

  /***** Scrolled Nav State */

  .scrolled-nav .nav-wrap {
    height: 60px;
  }

  .scrolled-nav .nav-wrap__inner {
    padding: 5px 25px;
  }

  .scrolled-nav .nav-wrap ul.brand {
    margin: 0;
  }

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

  03. Footer

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

  .footer-wrap .footer__sub {
    margin-bottom: 60px;
  }

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

  04. NoScript Banner

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

}

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

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

  .nav-wrap ul.brand svg.logo {
    width: 220px;
    margin: 12px 0;
  }

}

/* Printer */

@media print {

  @page {
    margin: 1cm;
  }

  header, nav, footer {
    display: none;
  }

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

}
