/**
 * app.css
 *
 * The entry point for the css.
 *
 */

/* Modules to Include */

/*______ Fonts ______*/

/* @font-face { } */

/*______ VARS ______*/

/* colors */

/*______ BREAKING POINTS ______*/

/* GUTTERS */

/* HAMBURGER PARAMETERS */

/* GLOBAL */

/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  scroll-padding-top: 85px;
  overflow: auto;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}

/* VUE.JS */

[v-cloak] {
  display: none;
}

.swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper.gallery-top {
  height: 80%;
  width: 100%;
}

.swiper.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 0;
}

.swiper.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.swiper.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
  display: block;
  content: " ";
  background-image: url("../../assets/static/chevron-left.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
}

.swiper-button-next:after {
  transform: rotate(180deg);
}

/**
 * components/typography.css
 * 
 * Typography rules.
 *
 */

.font-xl, article.shoutbox section *, nav.navigation-mobile .navigation-node, h1 {
  font-size: 1.3rem;
  line-height: 1.65rem;
}

@media only screen and (min-width: 1024px) {
  .font-xl, article.shoutbox section *, nav.navigation-mobile .navigation-node, h1 {
    font-size: 2.364rem;
    line-height: 2.727rem;
  }
}

.font-lg, article.teasers section .teasers .teaser .teaser-content .teaser-text h3, article.teasers section .teasers .teaser.teaser-button .teaser-content .teaser-text p, article.teasers section .teasers .teaser.teaser-download .teaser-content .teaser-text p, article.image-list section .list .list-item h3, article.accordion section .card .card-header .card-title-wrapper h2, article.accordion section .card .card-title-wrapper {
  font-size: 1.3rem;
  line-height: 1.65rem;
}

@media only screen and (min-width: 1024px) {
  .font-lg, article.teasers section .teasers .teaser .teaser-content .teaser-text h3, article.teasers section .teasers .teaser.teaser-button .teaser-content .teaser-text p, article.teasers section .teasers .teaser.teaser-download .teaser-content .teaser-text p, article.image-list section .list .list-item h3, article.accordion section .card .card-header .card-title-wrapper h2, article.accordion section .card .card-title-wrapper {
    font-size: 1.5rem;
    line-height: 1.909rem;
  }
}

.font-md, article.teasers section .teasers .teaser .teaser-content .teaser-text .teaser-text-small p, article.teasers section .teasers .teaser.teaser-plain .teaser-content .teaser-text p, article.accordion section .card .card-content p, article.accordion section .card .card-content .card-body, .airWbeWidgetContainer small, #wbe4Wrapper small, .airWbeWidgetContainer .small, #wbe4Wrapper .small, .airWbeWidgetContainer .panel-title *, #wbe4Wrapper .panel-title *, h4, h3 {
  font-size: 1rem;
  line-height: 1.3rem;
}

@media only screen and (min-width: 1024px) {
  .font-md, article.teasers section .teasers .teaser .teaser-content .teaser-text .teaser-text-small p, article.teasers section .teasers .teaser.teaser-plain .teaser-content .teaser-text p, article.accordion section .card .card-content p, article.accordion section .card .card-content .card-body, .airWbeWidgetContainer small, #wbe4Wrapper small, .airWbeWidgetContainer .small, #wbe4Wrapper .small, .airWbeWidgetContainer .panel-title *, #wbe4Wrapper .panel-title *, h4, h3 {
    line-height: 1.364rem;
  }
}

.font-sm, .masonry section .masonry-tile .caption, article.news section .title-wrap .archive, article.text-box section .link-list ul a, article.home-link section *, article.teasers section .teasers .teaser .teaser-content .teaser-text ul a, article.teasers section .teasers .teaser .teaser-content .teaser-text button, article.image-list section .list .list-item .list-item-content .list-item-text button, footer p, footer, nav {
  font-size: 0.8rem;
  line-height: 1.1rem;
}

@media only screen and (min-width: 1280px) {
  .font-sm, .masonry section .masonry-tile .caption, article.news section .title-wrap .archive, article.text-box section .link-list ul a, article.home-link section *, article.teasers section .teasers .teaser .teaser-content .teaser-text ul a, article.teasers section .teasers .teaser .teaser-content .teaser-text button, article.image-list section .list .list-item .list-item-content .list-item-text button, footer p, footer, nav {
    font-size: 0.818rem;
    line-height: 1.091rem;
  }
}

html {
  font-size: 20px;
  line-height: 26px;
  font-family: "Source Serif Pro", serif;
}

@media only screen and (min-width: 1024px) {
  html {
    font-size: 22px;
    line-height: 30px;
  }
}

body {
  font-family: "DM Sans", sans-serif;
}

h1 {
  margin: 0 0 0.8rem;
  color: #938F44;
  text-align: center;
}

h2 {
  font-size: 1.3rem;
  line-height: 1.65rem;
  margin-bottom: 1em;
}

@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.909rem;
  }
}

h2 em,
h3 em,
h4 em {
  float: right;
  font-style: normal;
}

h3 {
  font-weight: 700;
  margin: 1.2rem 0 0.38rem;
}

h4 {
  font-weight: 700;
  margin: 1rem 0 0.6rem;
}

#wbe4Wrapper {
  font-family: "DM Sans", sans-serif !important;
}

.airWbeWidgetContainer label, #wbe4Wrapper label {
  margin-top: 5px;
}

.airWbeWidgetContainer .panel-title *, #wbe4Wrapper .panel-title * {
  font-weight: normal;
  text-decoration: none !important;
}

#wbe4Wrapper .bold, .airWbeNoWidgetContainer .bold, #wbe4Wrapper.container .bold {
  font-weight: normal;
}

#wbe4Wrapper .panel-default > .panel-heading, .airWbeWidgetContainer .panel-default > .panel-heading, #wbe4Wrapper .modal-header, .airWbeWidgetContainer .modal-header {
  background-color: #938F44 !important;
}

#wbe4Wrapper.container {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  #wbe4Wrapper.container {
    max-width: 75% !important;
  }
}

/* video embeds responsivity fix */

.embed-container {
  background: #938F44;
  position: relative;
  padding-bottom: 64.9%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container body {
  height: 0 !important;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header.site {
  z-index: 999;
  padding: 12px 14px 14px;
  transform: translate3d(0, 0, 0);
  transition: 0.1s all ease-out;
}

header.site.--hidden {
  transform: translate3d(0, -100%, 0);
}

header.site .logo {
  width: 200px;
}

header.site #sticker {
  color: #938F44;
  border: 1px solid #938F44;
  left: 205px;
  top: 45px;
  font-size: 12px;
  line-height: 12px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  transform: rotateZ(-15deg);
}

article.booking .policy a {
  text-decoration: underline !important;
}

article.booking section {
  padding: 0;
}

article:last-child section {
  padding-bottom: 100px;
}

article.contact a.maps {
  color: #938F44;
}

article.contact p {
  margin-bottom: 1rem;
}

article.contact div {
  margin-bottom: 1rem;
}

article.contact .map {
  margin-top: 50px;
}

article section {
  padding-top: 100px;
}

.gutter, article.news section {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .gutter, article.news section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .gutter, article.news section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1280px) {
  .gutter, article.news section {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 1440px) {
  .gutter, article.news section {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.no-outer-gutter {
  margin: 0 calc(15px*-1);
}

@media only screen and (min-width: 768px) {
  .no-outer-gutter {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .no-outer-gutter {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1280px) {
  .no-outer-gutter {
    padding: 0 35px;
  }
}

@media only screen and (min-width: 1440px) {
  .no-outer-gutter {
    padding: 0 35px;
  }
}

.grid {
  margin-top: -15px;
}

@media only screen and (min-width: 768px) {
  .grid {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .grid {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1280px) {
  .grid {
    padding: 0 35px;
  }
}

@media only screen and (min-width: 1440px) {
  .grid {
    padding: 0 35px;
  }
}

.grid .grid-item {
  margin: 15px 0;
}

@media only screen and (min-width: 768px) {
  .grid .grid-item {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .grid .grid-item {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1280px) {
  .grid .grid-item {
    padding: 0 35px;
  }
}

@media only screen and (min-width: 1440px) {
  .grid .grid-item {
    padding: 0 35px;
  }
}

.grid.no-gutter {
  margin-top: 0;
}

.grid.no-gutter .grid-item {
  margin: 0;
}

body.menu {
  background-color: rgba(147, 143, 68, 0.1);
}

/* PARTIALS */

/* hamburger */

button.hamburger {
  display: block;
  outline: none;
  z-index: 100;
  right: 20px;
  top: 27px;
}

@media only screen and (min-width: 1024px) {
  button.hamburger {
    display: none;
  }
}

/* Navigation */

nav .navigation-node {
  color: #938F44;
  margin-left: 50px;
  margin-bottom: 3px;
  line-height: 1.1em;
}

nav .navigation-node.active {
  border-bottom: 2px solid #938F44;
}

@media screen and (max-width: 1280px) {
  nav .navigation-node {
    margin-left: 30px;
  }
}

nav .button {
  background-color: #938F44;
  display: block;
  color: #ffffff;
  padding: 5px 15px;
  border: 1px solid #938F44;
  transition: background-color 0.3s, color 0.3s;
}

nav .button:hover, nav .button:focus {
  background-color: #ffffff;
  color: #938F44;
}

nav.navigation-mobile {
  background-color: #ffffff;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

nav.navigation-mobile .navigation-node {
  margin: 15px 0 0 0;
}

nav .contact-wrapper {
  padding-bottom: 36px;
}

nav .contact-wrapper .contact-item {
  margin: 0 15px;
}

nav .contact-wrapper .contact-item svg g, nav .contact-wrapper .contact-item svg circle {
  fill: #938F44;
}

footer {
  background-color: #938F44;
  color: #ffffff;
  padding: 12px 14px 35px;
}

footer .footer-wrap {
  max-width: 1440px;
}

footer .footer-wrap div {
  margin-bottom: 1rem;
}

footer .footer-wrap .logo {
  width: 200px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 55px 94px;
  }
}

footer p {
  margin: 12.5px 0;
}

footer p:first-child {
  margin-top: 0;
}

footer .social-wrapper {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  footer .social-wrapper {
    margin-top: unset;
  }
}

footer .social-wrapper .social-item {
  width: 50px;
  margin: 0 10px;
}

footer .social-wrapper .social-item:first-child {
  margin-left: 0;
}

footer .badges-wrapper {
  margin-bottom: 50px !important;
}

@media only screen and (min-width: 768px) {
  footer .badges-wrapper {
    margin-bottom: unset;
  }
}

footer .badges-wrapper .badge-item {
  max-width: 112px;
  height: auto;
  margin: 0 6px;
}

footer .badges-wrapper .badge-item:first-child {
  margin-left: 0;
}

article.accordion section {
  max-width: 1440px;
  padding: 100px 0 120px !important;
}

article.accordion section .card {
  transition: background-color 0.3s;
  border-top: 1px solid #938F44;
  cursor: pointer;
}

article.accordion section .card:hover:not(.is-active) {
  background-color: rgba(147, 143, 68, 0.1);
}

article.accordion section .card .card-title-wrapper {
  background-color: none;
}

article.accordion section .card .card-header .card-title-wrapper {
  padding: 15px 18px;
}

@media only screen and (min-width: 768px) {
  article.accordion section .card .card-header .card-title-wrapper {
    padding: 38px 0;
  }
}

article.accordion section .card .card-header .card-title-wrapper h2 {
  margin-bottom: 0;
}

article.accordion section .card .card-header .card-title-wrapper .arrow svg {
  transition: transform 200ms ease-in-out;
}

@media only screen and (min-width: 768px) {
  article.accordion section .card .card-header .card-title-wrapper .arrow svg {
    width: 40px;
  }
}

article.accordion section .card .card-content {
  overflow: hidden;
  padding-bottom: 0;
}

article.accordion section .card .card-content figure {
  margin-bottom: 2rem;
}

article.accordion section .card .card-content .card-body {
  padding: 20px 18px;
}

@media only screen and (min-width: 1024px) {
  article.accordion section .card .card-content .card-body {
    padding: 0 0 55px;
  }
}

article.accordion section .card .card-content h3 {
  margin-bottom: 0.5em;
}

article.accordion section .card .card-content p {
  margin-bottom: 37px;
}

article.accordion section .card .card-content p a {
  text-decoration: underline;
  color: #938F44;
}

article.accordion section .card .card-content .link-list {
  margin-top: 0.5em;
}

@media only screen and (min-width: 1024px) {
  article.accordion section .card .card-content .link-list {
    margin-bottom: 0;
  }
}

article.accordion section .card .card-content .link-list a {
  color: #3D7EBC;
}

article.accordion section .card .card-content .link-list svg {
  width: 20px;
  margin-right: 8px;
}

article.accordion section .card .card-content .link-list svg * {
  stroke: #3D7EBC;
}

article.accordion section .card.is-active .card-header svg {
  transform: rotate(180deg);
  transition: transform 200ms ease-in-out;
}

article.accordion section .card.is-inactive:not(:hover) .card-title-wrapper {
  background-color: none;
}

article.image-list section {
  max-width: 1440px;
  padding-bottom: 0;
}

article.image-list section .list {
  background-color: rgba(147, 143, 68, 0.1);
}

article.image-list section .list .list-item:last-child {
  border-bottom: 0;
}

article.image-list section .list .list-item h3 {
  margin-top: 40px;
  font-weight: normal;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  article.image-list section .list .list-item h3 {
    margin: 0;
    margin-bottom: 1rem;
  }
}

article.image-list section .list .list-item .list-item-content {
  border-bottom: 1px solid #938F44;
  padding: 20px 0;
  margin: 0 20px;
}

@media only screen and (min-width: 768px) {
  article.image-list section .list .list-item .list-item-content {
    padding: 50px 0;
    margin: 0 50px;
  }
}

article.image-list section .list .list-item .list-item-content .list-item-text {
  padding: 0 15px 0 0;
}

@media only screen and (min-width: 768px) {
  article.image-list section .list .list-item .list-item-content .list-item-text {
    padding: 0 20px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  article.image-list section .list .list-item .list-item-content .list-item-text {
    padding: 0 20px 0 0;
  }
}

@media only screen and (min-width: 1280px) {
  article.image-list section .list .list-item .list-item-content .list-item-text {
    padding: 0 35px 0 0;
  }
}

@media only screen and (min-width: 1440px) {
  article.image-list section .list .list-item .list-item-content .list-item-text {
    padding: 0 35px 0 0;
  }
}

article.image-list section .list .list-item .list-item-content .list-item-text button {
  margin-top: 25px;
  padding: 15px 25px;
  border: 1px solid #938F44;
  background: none;
  color: #938F44;
  transition: all 100ms ease-in-out;
}

@media only screen and (min-width: 768px) {
  article.image-list section .list .list-item .list-item-content .list-item-text button {
    margin-top: 50px;
  }
}

article.image-list section .list .list-item .list-item-content .list-item-text button:hover {
  background: rgba(147, 143, 68, 0.5);
  color: white;
  transition: all 100ms;
  border-color: rgba(147, 143, 68, 0.2);
}

article.teasers section {
  max-width: 1440px;
}

article.teasers section .teasers {
  background-color: rgba(147, 143, 68, 0.1);
}

article.teasers section .teasers .teaser.teaser-plain .teaser-content .teaser-text {
  padding: 40px 15px;
}

@media only screen and (min-width: 768px) {
  article.teasers section .teasers .teaser.teaser-plain .teaser-content .teaser-text {
    padding: 1rem 33px;
  }
}

@media only screen and (min-width: 1024px) {
  article.teasers section .teasers .teaser.teaser-plain .teaser-content .teaser-text {
    padding: 1rem 48px;
  }
}

@media only screen and (min-width: 1280px) {
  article.teasers section .teasers .teaser.teaser-plain .teaser-content .teaser-text {
    padding: 1rem 58px;
  }
}

@media only screen and (min-width: 1440px) {
  article.teasers section .teasers .teaser.teaser-plain .teaser-content .teaser-text {
    padding: 1rem 59px;
  }
}

@media only screen and (min-width: 1600px) {
  article.teasers section .teasers .teaser.teaser-plain .teaser-content .teaser-text {
    padding: 1rem 70px;
  }
}

@media only screen and (min-width: 1920px) {
  article.teasers section .teasers .teaser.teaser-plain .teaser-content .teaser-text {
    padding: 1rem 87px;
  }
}

article.teasers section .teasers .teaser.teaser-download .teaser-content .teaser-link {
  margin-top: 1rem;
}

article.teasers section .teasers .teaser.teaser-download .teaser-content .teaser-text {
  padding: 40px 15px;
}

@media only screen and (min-width: 768px) {
  article.teasers section .teasers .teaser.teaser-download .teaser-content .teaser-text {
    padding: 1rem 33px;
  }
}

@media only screen and (min-width: 1024px) {
  article.teasers section .teasers .teaser.teaser-download .teaser-content .teaser-text {
    padding: 1rem 48px;
  }
}

@media only screen and (min-width: 1280px) {
  article.teasers section .teasers .teaser.teaser-download .teaser-content .teaser-text {
    padding: 1rem 58px;
  }
}

@media only screen and (min-width: 1440px) {
  article.teasers section .teasers .teaser.teaser-download .teaser-content .teaser-text {
    padding: 1rem 59px;
  }
}

@media only screen and (min-width: 1600px) {
  article.teasers section .teasers .teaser.teaser-download .teaser-content .teaser-text {
    padding: 1rem 70px;
  }
}

@media only screen and (min-width: 1920px) {
  article.teasers section .teasers .teaser.teaser-download .teaser-content .teaser-text {
    padding: 1rem 87px;
  }
}

article.teasers section .teasers .teaser.teaser-button .teaser-content .teaser-text {
  padding: 40px 15px;
}

@media only screen and (min-width: 768px) {
  article.teasers section .teasers .teaser.teaser-button .teaser-content .teaser-text {
    padding: 1rem 33px;
  }
}

@media only screen and (min-width: 1024px) {
  article.teasers section .teasers .teaser.teaser-button .teaser-content .teaser-text {
    padding: 1rem 48px;
  }
}

@media only screen and (min-width: 1280px) {
  article.teasers section .teasers .teaser.teaser-button .teaser-content .teaser-text {
    padding: 1rem 58px;
  }
}

@media only screen and (min-width: 1440px) {
  article.teasers section .teasers .teaser.teaser-button .teaser-content .teaser-text {
    padding: 1rem 59px;
  }
}

@media only screen and (min-width: 1600px) {
  article.teasers section .teasers .teaser.teaser-button .teaser-content .teaser-text {
    padding: 1rem 70px;
  }
}

@media only screen and (min-width: 1920px) {
  article.teasers section .teasers .teaser.teaser-button .teaser-content .teaser-text {
    padding: 1rem 87px;
  }
}

article.teasers section .teasers .teaser .teaser-content .teaser-text {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

article.teasers section .teasers .teaser .teaser-content .teaser-text h3 {
  font-weight: 400;
  margin-top: 0;
}

article.teasers section .teasers .teaser .teaser-content .teaser-text button {
  margin-top: 1rem;
  padding: 15px 25px;
  border: 1px solid #938F44;
  background: none;
  color: #938F44;
  transition: all 100ms ease-in-out;
}

article.teasers section .teasers .teaser .teaser-content .teaser-text button:hover {
  background: rgba(147, 143, 68, 0.5);
  color: white;
  transition: all 100ms;
  border-color: rgba(147, 143, 68, 0.2);
}

article.teasers section .teasers .teaser .teaser-content .teaser-text p a {
  text-decoration: underline;
  color: #938F44;
}

article.teasers section .teasers .teaser .teaser-content .teaser-text ul a {
  color: #938F44;
}

.cards {
  /*
  margin: 0 calc(15px*-1);
      @media only screen and (min-width: $md) {
          margin: 0 calc(20px*-1);
      }
      @media only screen and (min-width: $lg) {
          margin: 0 calc(20px*-1);
      }
      @media only screen and (min-width: $xl) {
          margin: 0 calc(35px*-1);
      }
      @media only screen and (min-width: $xxl) {
          margin: 0 calc(35px*-1);
      }
  .card {
      padding: 0 $gutter-sm;
      @media only screen and (min-width: $md) {
          padding: 0 $gutter-md;
      }
      @media only screen and (min-width: $lg) {
          padding: 0 $gutter-lg;
      }
      @media only screen and (min-width: $xl) {
          padding: 0 $gutter-xl;
      }
      @media only screen and (min-width: $xxl) {
          padding: 0 $gutter-xxl;
      }
  }   
  */
}

article.home-link {
  color: #938F44;
}

article.home-link section {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  article.home-link section {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  article.home-link section {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1280px) {
  article.home-link section {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}

@media only screen and (min-width: 1440px) {
  article.home-link section {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}

article.home-link section p {
  padding-bottom: 1rem;
}

article.home-link section p:last-child {
  padding-bottom: 0;
}

article.shoutbox {
  color: #938F44;
}

article.shoutbox section {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  margin-bottom: -40px;
}

@media only screen and (min-width: 768px) {
  article.shoutbox section {
    padding-top: 150px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  article.shoutbox section {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1280px) {
  article.shoutbox section {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}

@media only screen and (min-width: 1440px) {
  article.shoutbox section {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}

article.shoutbox section h1, article.shoutbox section h2, article.shoutbox section p {
  padding-bottom: 0rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

article.shoutbox section h1:last-child, article.shoutbox section h2:last-child, article.shoutbox section p:last-child {
  padding-bottom: 0;
}

.swiper-button-prev, .swiper-button-next {
  color: #ffffff;
}

article.text section {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

article.text section p {
  margin-bottom: 1rem;
}

article.text section a {
  text-decoration: underline;
  color: #938F44;
}

article.text section figure img {
  width: 100%;
  margin-bottom: 1rem;
}

article.text section ul li:before {
  content: "-";
  margin-right: 10px;
}

article.text section ol {
  list-style: decimal;
}

article.text section ol, article.text section ul {
  list-style-position: inside;
  padding-left: 1rem;
  margin: 1rem 0;
}

@media only screen and (min-width: 768px) {
  article.text section {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  article.text section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1280px) {
  article.text section {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 1440px) {
  article.text section {
    padding-left: 35px;
    padding-right: 35px;
  }
}

article.text-box section .link-list {
  margin-bottom: 0.5rem;
}

article.text-box section .link-list ul a {
  color: #938F44;
}

article.news section {
  max-width: 1440px;
}

article.news section .title-wrap {
  align-items: baseline;
}

article.news section .title-wrap .archive {
  color: #938F44;
  line-height: 1.3rem;
}

@media only screen and (min-width: 768px) {
  article.news section .title-wrap .archive {
    line-height: 1.909rem;
  }
}

@media only screen and (min-width: 768px) {
  article.news section .news-wrapper {
    margin: 0 calc(10px*-1);
  }
}

@media only screen and (min-width: 1024px) {
  article.news section .news-wrapper {
    margin: 0 calc(10px*-1);
  }
}

@media only screen and (min-width: 1280px) {
  article.news section .news-wrapper {
    margin: 0 calc(17.5px*-1);
  }
}

@media only screen and (min-width: 1440px) {
  article.news section .news-wrapper {
    margin: 0 calc(17.5px*-1);
  }
}

article.news section .news-wrapper .news-item {
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  article.news section .news-wrapper .news-item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 1024px) {
  article.news section .news-wrapper .news-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1280px) {
  article.news section .news-wrapper .news-item {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}

@media only screen and (min-width: 1440px) {
  article.news section .news-wrapper .news-item {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}

article.news section .news-wrapper .news-item .news-content {
  padding: 0;
}

article.news section .news-wrapper .news-item .news-content a {
  text-decoration: underline;
  color: #938F44;
}

.masonry section {
  max-width: 1440px;
  margin: 0 auto;
}

.masonry section .masonry-tile {
  cursor: pointer;
  padding: 0 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .masonry section .masonry-tile {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .masonry section .masonry-tile {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1280px) {
  .masonry section .masonry-tile {
    padding: 0 17.5px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1440px) {
  .masonry section .masonry-tile {
    padding: 0 17.5px;
    margin-bottom: 35px;
  }
}

.masonry section .masonry-tile .caption {
  margin-top: 4px;
}

.masonry section .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.masonry section .lightbox .lightbox-close {
  position: absolute;
  top: 27px;
  right: 19px;
}

.masonry section .lightbox .lightbox-close .hamburger-inner, .masonry section .lightbox .lightbox-close .hamburger-inner::before, .masonry section .lightbox .lightbox-close .hamburger-inner::after {
  background-color: #ffffff;
}

.masonry section .lightbox .lightbox-close button.hamburger {
  display: block !important;
}

.masonry section .lightbox.is-inactive {
  display: none;
}

.masonry section .lightbox.is-active {
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}

.masonry section .lightbox.is-active .lightbox-image {
  max-width: 80%;
}

.masonry section .lightbox.is-active .lightbox-image img {
  width: 100%;
}

.sticker {
  z-index: 10;
  width: 150px;
  height: 150px;
  left: 20px;
  top: 106px;
  transition: transform 100ms ease-in-out;
}

.sticker.sticker-text {
  background-color: #938F44;
  color: #ffffff;
  border-radius: 50%;
  transform: scale(1.1, 1.1) rotate(-10deg);
  text-align: center;
  font-size: 27px;
  line-height: 30px;
}

.sticker.sticker-text .content {
  display: inline;
  color: #ffffff;
  text-decoration: none;
  background-image: linear-gradient(#ffffff, #ffffff);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}

.sticker.sticker-text:hover, .sticker.sticker-text a:focus {
  transition: all 100ms ease-in-out;
}

@media only screen and (min-width: 768px) {
  .sticker.sticker-text:hover, .sticker.sticker-text a:focus {
    transform: scale(1.2, 1.2) rotate(-5deg);
  }

  .sticker.sticker-text:hover .content, .sticker.sticker-text a:focus .content {
    background-size: 100% 0.1em;
    line-height: 33px;
  }
}

@media only screen and (min-width: 768px) {
  .sticker {
    width: 150px;
    height: 150px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #938F44;
}

.hamburger-box {
  width: 35px;
  height: 26px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 4px;
  background-color: #938F44;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -11px;
}

.hamburger-inner::after {
  bottom: -11px;
}

/*
 * 3DX
 */

.hamburger--3dx .hamburger-box {
  perspective: 70px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */

.hamburger--3dx-r .hamburger-box {
  perspective: 70px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DY
 */

.hamburger--3dy .hamburger-box {
  perspective: 70px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */

.hamburger--3dy-r .hamburger-box {
  perspective: 70px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */

.hamburger--3dxy .hamburger-box {
  perspective: 70px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */

.hamburger--3dxy-r .hamburger-box {
  perspective: 70px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * Arrow
 */

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-7px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-7px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(7px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(7px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-7px, -8.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-7px, 8.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(7px, -8.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(7px, 8.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 11px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -70px;
  top: -70px;
  transform: translate3d(70px, 70px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -70px;
  top: -70px;
  transform: translate3d(-70px, 70px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 11px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -70px;
  top: 70px;
  transform: translate3d(70px, -70px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -70px;
  top: 70px;
  transform: translate3d(-70px, -70px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */

.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 22px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5px, -7px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 22px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5px, -7px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(90deg);
}

/*
 * Spin
 */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 11px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */

.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */

.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* PROJECT SPEFICICS */