@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
          animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
          animation: bounceFromLeft 0.4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#previous-button, .baguetteBox-button#next-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
          animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -webkit-box-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/** BASED ON SKELETON-SASS / https://github.com/WhatsNewSaes/Skeleton-Sass **/
/**
 * @license
 * MyFonts Webfont Build ID 3183319, 2016-03-08T11:02:08-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: NiveauGroteskBold by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/niveau-grotesk/bold/
 *
 * Webfont: NiveauGroteskRegular by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/niveau-grotesk/regular/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3183319
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2013 by Hannes von Doehren. All rights reserved.
 *
 * © 2016 MyFonts Inc
*/
@font-face {
  font-family: "NiveauGrotesk";
  font-weight: bold;
  src: url("../../theme/fonts/niveau-grotesk/3092D7_0_0.eot");
  src: url("../../theme/fonts/niveau-grotesk/3092D7_0_0.eot?#iefix") format("embedded-opentype"), url("../../theme/fonts/niveau-grotesk/3092D7_0_0.woff2") format("woff2"), url("../../theme/fonts/niveau-grotesk/3092D7_0_0.woff") format("woff"), url("../../theme/fonts/niveau-grotesk/3092D7_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "NiveauGrotesk";
  font-weight: normal;
  src: url("../../theme/fonts/niveau-grotesk/3092D7_1_0.eot");
  src: url("../../theme/fonts/niveau-grotesk/3092D7_1_0.eot?#iefix") format("embedded-opentype"), url("../../theme/fonts/niveau-grotesk/3092D7_1_0.woff2") format("woff2"), url("../../theme/fonts/niveau-grotesk/3092D7_1_0.woff") format("woff"), url("../../theme/fonts/niveau-grotesk/3092D7_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "Rawlinson";
  font-weight: 400;
  font-style: normal;
  src: url("../../theme/fonts/rawlinson2/Rawlinson2-Reg.woff") format("woff");
}
@font-face {
  font-family: "Rawlinson";
  font-weight: 400;
  font-style: italic;
  src: url("../../theme/fonts/rawlinson2/Rawlinson2-Italic.woff") format("woff");
}
@font-face {
  font-family: "Rawlinson";
  font-weight: 700;
  font-style: normal;
  src: url("../../theme/fonts/rawlinson2/Rawlinson2-Bold.woff") format("woff");
}
@font-face {
  font-family: "Rawlinson";
  font-weight: 500;
  font-style: normal;
  src: url("../../theme/fonts/rawlinson2/Rawlinson2-Med.woff") format("woff");
}
/** BASED ON SKELETON-SASS / https://github.com/WhatsNewSaes/Skeleton-Sass **/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: rgb(176, 176, 176);
  color: black;
  text-shadow: none;
}

::selection {
  background: rgb(176, 176, 176);
  color: black;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Rawlinson", "Droid Sans";
  font-size: 2em;
  font-weight: 400;
  line-height: 1.36;
  color: #222;
  overflow-x: hidden;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: "NiveauGrotesk", "Segoe UI";
  font-weight: 700;
}

.headline-grey {
  color: rgb(176, 176, 176);
}
.headline-uppercase {
  text-transform: uppercase;
}

.headline--light {
  color: rgb(176, 176, 176);
  text-transform: uppercase;
  letter-spacing: 0.6rem;
}

h1, .h1 {
  font-size: 4rem;
  line-height: 1.25;
}

h2, .h2 {
  font-size: 3.2rem;
  line-height: 1.25;
}

h3, .h3 {
  font-size: 2.4rem;
  line-height: 1.25;
}

h4, .h4 {
  font-size: 2rem;
  line-height: 1.25;
}

h5, .h5 {
  font-size: 1.8rem;
  line-height: 1.25;
}

h6, .h6 {
  font-size: 1.5rem;
  line-height: 1.25;
}

@media screen and (min-width: 34.375em) {
  h1, .h1 {
    font-size: 4rem;
  }
  h2, .h2 {
    font-size: 3.2rem;
  }
  h3, .h3 {
    font-size: 3rem;
  }
  h4, .h4 {
    font-size: 2.4rem;
  }
  h5, .h5 {
    font-size: 2.4rem;
  }
  h6, .h6 {
    font-size: 2.4rem;
  }
}
p {
  margin-top: 0;
}

a {
  color: black;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

pre,
blockquote,
dl,
table,
p,
ul,
ol,
form {
  margin-bottom: 3rem;
}

figure {
  margin: 0 0 3rem;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul, ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
}

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
}

li {
  margin-bottom: 1rem;
}

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: rgb(192.32, 192.32, 192.32);
  border: 1px solid rgb(176, 176, 176);
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid rgb(176, 176, 176);
}

img {
  max-width: 100%;
  height: auto;
}

.serif {
  font-family: "Rawlinson", "Droid Sans";
}

.sans {
  font-family: "NiveauGrotesk", "Segoe UI";
}

/** BASED ON SKELETON-SASS / https://github.com/WhatsNewSaes/Skeleton-Sass **/
.u-full-width {
  width: 100%;
}

.u-max-full-width {
  max-width: 100%;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.u-cf:after, .content-gallery ul:after, .ce_row:after {
  content: "";
  display: table;
  clear: both;
}

.u-show {
  display: block !important;
}

.u-hide {
  display: none !important;
}

.u-visible {
  visibility: visible;
}

.u-invisible {
  visibility: hidden;
}

.u-hide-overflow {
  overflow: hidden;
}

.u-sr-only, .headline-hidden .module_headline, .invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-fixed {
  position: fixed;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-padding-top {
  padding-top: 5rem;
}

.u-padding-bottom {
  padding-bottom: 5rem;
}

@media screen and (max-width: 62.4375em) {
  .u-padding-top {
    padding-top: 3rem;
  }
  .u-padding-bottom {
    padding-bottom: 3rem;
  }
}
.u.margin-top {
  margin-bottom: 5rem;
}

.u-margin-bottom {
  margin-bottom: 5rem;
}

@media screen and (max-width: 62.4375em) {
  .u-margin-top {
    padding-top: 3rem;
  }
  .u-margin-bottom {
    padding-bottom: 3rem;
  }
}
/**
 * Clear floats
 */
.block {
  overflow: hidden;
}

/**
 * Flexible images (videos see #4896)
 *
 * @see http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries
 */
img {
  max-width: 100%;
  height: auto;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ie8 img {
  width: auto; /* see #5789 */
}

/** BASED ON SKELETON-SASS / https://github.com/WhatsNewSaes/Skeleton-Sass **/
.container,
.container--lg {
  position: relative;
  width: 100%;
  max-width: 141rem;
  margin: 0 auto;
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container--narrow {
  max-width: 128rem;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column,
.columns {
  width: 100%;
  float: left;
  min-height: 1px;
}

@media (min-width: 25em) {
  .container,
  .container--narrow {
    width: 90%;
  }
}
@media (min-width: 46.875em) {
  .container {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
  .column,
  .columns {
    margin-left: 2%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 6.5%;
  }
  .two.columns {
    width: 15%;
  }
  .three.columns {
    width: 23.5%;
  }
  .four.columns {
    width: 32%;
  }
  .five.columns {
    width: 40.5%;
  }
  .six.columns {
    width: 49%;
  }
  .seven.columns {
    width: 57.5%;
  }
  .eight.columns {
    width: 66%;
  }
  .nine.columns {
    width: 74.5%;
  }
  .ten.columns {
    width: 83%;
  }
  .eleven.columns {
    width: 91.5%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 32%;
  }
  .two-thirds.column {
    width: 66%;
  }
  .one-half.column {
    width: 49%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.5%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25.5%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 42.5%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 51%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 59.5%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 68%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 76.5%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 85%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 93.5%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 68%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 51%;
  }
}
@media (min-width: 62.5em) {
  .container--lg {
    width: 90%;
  }
}
.page-header {
  width: 100%;
  min-height: 19rem;
  background-color: rgb(125, 5, 35);
  -webkit-transition: top 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, height 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, height 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  z-index: 300;
}
.page-header .logo {
  width: 10rem;
  height: auto;
  position: absolute;
  top: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-header .nav-toggle {
  position: absolute;
  top: 3rem;
  right: 1rem;
}
.page-header .nav--social {
  position: absolute;
  top: 3.8rem;
  right: 7rem;
}
.page-header .nav--social .icon {
  fill: white;
}
.page-header .nav--main {
  width: 100%;
  text-align: right;
}
.page-header .form-search {
  margin-bottom: 0;
  position: absolute;
  top: 3.4rem;
  right: 13.2rem;
}
.page-header.hide-banner {
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
}
@media screen and (min-width: 46.875em) {
  .page-header .logo {
    width: 14rem;
    top: 4rem;
    left: -1.5rem;
  }
  .page-header .nav-toggle {
    right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .page-header .nav-toggle {
    display: none;
  }
  .page-header .form-search {
    right: 6.2rem;
  }
  .page-header .nav--social {
    right: 0;
  }
  .page-header .nav--main {
    display: block;
    width: auto;
    position: absolute;
    top: 3.8rem;
    left: 18rem;
    text-align: left;
  }
}
@media screen and (min-width: 75em) {
  .page-header .logo {
    width: 18rem;
  }
  .page-header .nav--main {
    left: 27rem;
  }
}

@media screen and (min-width: 700px) {
  .page-header {
    min-height: 15rem;
  }
}
@media screen and (min-width: 62.5em) {
  .index .page-header .logo {
    top: 14rem;
  }
}
.page-header.fixed {
  position: fixed;
  top: 0;
}

.page-header .logo--static {
  top: 4rem !important;
}

.section-header {
  margin-top: 6rem;
  margin-bottom: 8rem;
  text-align: center;
}

.section-header__image {
  display: none;
  margin-bottom: 0;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-header__image img {
  max-width: none;
}

.section-header__name {
  display: block;
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 3.6rem;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}

.section-header__title {
  font-family: "Rawlinson", "Droid Sans";
  font-size: 2.4rem;
}

@media screen and (min-width: 46.875em) {
  .section-header__image {
    display: block;
  }
  .section-header {
    margin-top: 2rem;
  }
}
body.p-magazine .page-header {
  background-color: rgb(195, 145, 0);
}

body.p-dates .page-header {
  background-color: rgb(40, 85, 25);
}

body.p-trader .page-header {
  background-color: rgb(125, 5, 35);
}

body.p-carlsplatz .page-header {
  background-color: rgb(0, 70, 110);
}

body.p-delivery .page-header {
  background-color: rgb(150, 192, 58);
}

.page-footer {
  background-color: rgb(125, 5, 35);
  font-family: "NiveauGrotesk", "Segoe UI";
  font-weight: bold;
}
.page-footer .first-section {
  color: white;
  font-size: 2rem;
}
.page-footer .first-section .address a {
  color: inherit;
  padding-bottom: 2px;
  text-decoration: none;
}
.page-footer .first-section .address a:hover {
  border-bottom: 2px solid;
  border-bottom-color: inherit;
}
.page-footer .last-section {
  background-color: black;
  color: rgb(70, 70, 70);
  font-size: 1.4rem;
}
@media screen and (max-width: 46.8125em) {
  .page-footer .last-section {
    text-align: center;
  }
  .page-footer .last-section *[class*=u-pull] {
    float: none;
  }
}
.page-footer .last-section p {
  margin-bottom: 0;
}
.page-footer .last-section #js-legal-nav a {
  color: inherit;
  border-bottom-color: inherit;
}
.page-footer .first-section .container {
  padding-top: 3rem;
  padding-bottom: 7rem;
}
.page-footer .last-section .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.page-footer .navigation,
.page-footer .address,
.page-footer .opening-hours {
  width: 100%;
  margin-bottom: 4rem;
  text-align: center;
}
.page-footer .navigation {
  width: 100%;
  font-size: 1.8rem;
}
.page-footer .nav--main .level_1 {
  padding: 0;
}
.page-footer .nav--main .level_1 li {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 1.667;
}
.page-footer .address,
.page-footer .opening-hours {
  color: rgba(0, 0, 0, 0.4);
}
.page-footer .social-media {
  text-align: center;
}
.page-footer .social-media .icon {
  fill: white;
}
.page-footer .social-media ul,
.page-footer .social-media li {
  margin-bottom: 0;
}
.page-footer .opening-hours {
  text-transform: uppercase;
}
@media screen and (min-width: 46.875em) {
  .page-footer .navigation,
  .page-footer .address,
  .page-footer .opening-hours {
    float: left;
    width: 33%;
    margin-bottom: 0;
    text-align: left;
  }
  .page-footer .opening-hours {
    margin-right: 0;
  }
  .page-footer .social-media {
    display: block;
    position: absolute;
    top: 3rem;
    right: 0;
  }
}
@media screen and (min-width: 87.5em) {
  .page-footer .nav--main .level_1 li {
    display: inline;
    margin-right: 3rem;
  }
  .page-footer .nav--main .level_1 li:last-child {
    margin-right: 0;
  }
  .page-footer .navigation {
    width: 60%;
  }
  .page-footer .address,
  .page-footer .opening-hours {
    width: 20%;
  }
  .page-footer .opening-hours {
    float: right;
  }
}

aside .mod_article {
  margin-top: 9rem;
  margin-bottom: 12rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
aside .mod_article > .flex-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 4rem 0;
  overflow: hidden;
  border-bottom: 1px solid black;
}
aside .mod_article > .flex-column strong {
  display: block;
  line-height: 1.1;
}
aside .mod_article > .flex-column:first-child {
  padding-top: 0;
}
aside .mod_article > .flex-column:last-child {
  padding-bottom: 0;
}
aside .mod_article > .flex-column:last-child {
  border: none;
}
@media screen and (min-width: 46.875em) {
  aside .mod_article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  aside .mod_article > .flex-column {
    border-bottom: none;
  }
}
@media screen and (min-width: 46.875em) and (max-width: 62.4375em) {
  aside .mod_article > .flex-column:not(first-child) {
    width: 49%;
  }
  aside .mod_article > .flex-column:first-child {
    width: 100%;
    border-bottom: 1px solid black;
  }
  aside .mod_article > .flex-column:nth-child(2) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 62.5em) {
  aside .mod_article > .flex-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    padding: 0 4rem;
    border-right: 1px solid black;
  }
  aside .mod_article > .flex-column:first-child {
    padding-left: 0;
    border-bottom: none;
  }
  aside .mod_article > .flex-column:last-child {
    padding-right: 0;
    border-right: none;
  }
}

body.p-magazine .page-footer {
  background-color: rgb(195, 145, 0);
}

body.p-dates .page-footer {
  background-color: rgb(40, 85, 25);
}

body.p-trader .page-footer {
  background-color: rgb(125, 5, 35);
}

body.p-carlsplatz .page-footer {
  background-color: rgb(0, 70, 110);
}

body.p-delivery .page-footer {
  background-color: rgb(150, 192, 58);
}

.nav {
  font-family: "NiveauGrotesk", "Segoe UI";
}
.nav ul {
  margin-bottom: 0;
  list-style-type: none;
}
.nav .nav__item {
  margin-bottom: 0;
}
.nav .nav__link,
.nav span {
  padding-bottom: 2px;
  text-decoration: none;
}
.nav .nav__link:hover,
.nav span.active,
.nav a.trail {
  padding-bottom: 0;
  border-bottom: 2px solid currentColor;
}

.nav-horizontal .level_1 li {
  display: inline-block;
  margin-right: 2rem;
  vertical-align: top;
}
.nav-horizontal .level_1 li:last-child {
  margin-right: 0;
}

.nav--main,
.nav--social {
  font-size: 2rem;
  font-weight: 700;
}

.nav--main {
  text-transform: uppercase;
}
.nav--main .level_1 {
  padding: 9rem 0 1rem;
}
.nav--main .level_1 .nav__item {
  display: block;
  margin-right: 0;
  margin-bottom: 1rem;
}
.nav--main .level_1 .nav__link,
.nav--main .level_1 span {
  color: white;
}
@media screen and (min-width: 62.5em) {
  .nav--main {
    background-color: transparent;
  }
  .nav--main .level_1 {
    padding-top: 0;
  }
  .nav--main .level_1 .nav__item {
    display: inline-block;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 87.5em) {
  .nav--main .level_1 .nav__item {
    margin-right: 7rem;
  }
}

@media screen and (max-width: 62.4375em) {
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
  }
}
@media screen and (min-width: 62.5em) {
  .js .nav-collapse {
    display: block;
    position: absolute !important;
    overflow: hidden;
    zoom: 1;
  }
}
.nav--social .level_1 .nav__item {
  margin-right: 0.5rem;
}
.nav--social .nav__link,
.nav--social span {
  color: white;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.nav--social .nav__link:hover {
  opacity: 0.9;
  border-bottom: none;
}

.nav--sub {
  margin-bottom: 9rem;
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.48rem;
  line-height: 1.8;
  text-align: center;
  text-transform: uppercase;
}
.nav--sub .nav__item {
  display: block;
  margin-bottom: 1rem;
}
.nav--sub .nav__item:last-child {
  margin-right: 0;
}
.nav--sub .nav__link,
.nav--sub span {
  padding-bottom: 2px;
  color: rgb(195, 145, 0);
  text-decoration: none;
}
.nav--sub .nav__link:hover,
.nav--sub .nav__link.trail,
.nav--sub span.active {
  padding-bottom: 0;
  border-bottom: 2px solid rgb(195, 145, 0);
}
@media screen and (min-width: 46.875em) {
  .nav--sub .nav__item {
    display: inline-block;
    margin: 0 1rem 0 0;
  }
}
@media screen and (min-width: 75em) {
  .nav--sub {
    font-size: 2rem;
  }
  .nav--sub .nav__item {
    margin-right: 3rem;
  }
}

.nav--graphics {
  margin-top: 12rem;
  font-family: "NiveauGrotesk", "Segoe UI";
}
@media screen and (min-width: 75em) {
  .nav--graphics ul {
    margin-bottom: 18rem;
  }
}
@media screen and (min-width: 46.875em) {
  .nav--graphics .nav__item {
    float: left;
    width: 50%;
  }
}
.nav--graphics .nav__link {
  display: block;
  width: 100%;
  height: 14rem;
  padding: 0;
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  color: black;
  text-decoration: underline;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 200;
}
@media screen and (min-width: 34.375em) {
  .nav--graphics .nav__link {
    width: 28rem;
    height: 24rem;
  }
}
@media screen and (max-width: 74.9375em) {
  .nav--graphics .nav__link {
    max-width: 28rem;
    margin: 0 auto 10rem;
  }
}
@media screen and (min-width: 87.5em) {
  .nav--graphics .nav__link {
    width: 44.8rem;
    height: 38.8rem;
    font-size: 5rem;
  }
}
.nav--graphics .nav__link:before {
  display: block;
  content: attr(title);
  position: absolute;
  top: -5rem;
  left: 0;
  font-size: 3rem;
  color: black;
  text-transform: uppercase;
}
.nav--graphics .nav__link:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid rgb(190, 145, 0);
  content: "";
}
.nav--graphics .nav__link:hover {
  border: none;
}
.nav--graphics .nav__link:hover span:after {
  padding-right: 1rem;
}
.nav--graphics .nav__link span {
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 3rem;
  z-index: 100;
  letter-spacing: 0.15rem;
}
.nav--graphics .nav__link span:after {
  content: "→";
  float: right;
  padding-right: 2rem;
  -webkit-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}
.nav--graphics .nav__link img {
  height: auto;
  position: absolute;
  -webkit-transition: top 0.4s ease, right 0.4s ease, bottom 0.4s ease, left 0.4s ease;
  transition: top 0.4s ease, right 0.4s ease, bottom 0.4s ease, left 0.4s ease;
}
@media screen and (min-width: 46.875em) {
  .nav--graphics .nav__item:nth-child(1) a {
    float: right;
  }
}
@media screen and (min-width: 75em) {
  .nav--graphics .nav__item:nth-child(2) a {
    margin-top: 15rem;
    margin-left: 12rem;
  }
}
@media screen and (min-width: 46.875em) {
  .nav--graphics .nav__item:nth-child(3) a {
    float: right;
  }
}
@media screen and (min-width: 75em) {
  .nav--graphics .nav__item:nth-child(3) a {
    margin-right: 15rem;
  }
}
@media screen and (min-width: 75em) {
  .nav--graphics .nav__item:nth-child(4) a {
    margin-top: 15rem;
  }
}
.nav--graphics .nav__item.carlsplatz img {
  width: 12rem;
  top: -20%;
  right: 0;
}
@media screen and (min-width: 34.375em) {
  .nav--graphics .nav__item.carlsplatz img {
    width: 16rem;
    right: -5rem;
  }
}
@media screen and (min-width: 75em) {
  .nav--graphics .nav__item.carlsplatz img {
    width: 18rem;
  }
}
@media screen and (min-width: 87.5em) {
  .nav--graphics .nav__item.carlsplatz img {
    width: 22rem;
  }
}
.nav--graphics .nav__item.carlsplatz a:hover img {
  top: -15%;
}
.nav--graphics .nav__item.traders img {
  width: 12rem;
  top: -30%;
  right: 0;
}
@media screen and (min-width: 34.375em) {
  .nav--graphics .nav__item.traders img {
    width: 15rem;
    top: -10%;
    right: 0;
  }
}
@media screen and (min-width: 87.5em) {
  .nav--graphics .nav__item.traders img {
    width: 20rem;
  }
}
.nav--graphics .nav__item.traders a:hover img {
  top: -26%;
}
@media screen and (min-width: 34.375em) {
  .nav--graphics .nav__item.traders a:hover img {
    top: -6%;
  }
}
.nav--graphics .nav__item.dates span {
  bottom: 0;
  top: 2rem;
}
.nav--graphics .nav__item.dates img {
  width: 12rem;
  top: 40%;
  left: 10%;
}
@media screen and (min-width: 34.375em) {
  .nav--graphics .nav__item.dates img {
    width: 16rem;
    left: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .nav--graphics .nav__item.dates img {
    width: 20rem;
  }
}
@media screen and (min-width: 75em) {
  .nav--graphics .nav__item.dates img {
    left: auto;
    right: 2%;
  }
}
@media screen and (min-width: 87.5em) {
  .nav--graphics .nav__item.dates img {
    width: 24rem;
  }
}
.nav--graphics .nav__item.dates a:hover img {
  top: 35%;
}
.nav--graphics .nav__item.magazine img {
  width: 16rem;
  top: 10%;
  left: 20%;
}
@media screen and (min-width: 34.375em) {
  .nav--graphics .nav__item.magazine img {
    width: 20rem;
  }
}
@media screen and (min-width: 62.5em) {
  .nav--graphics .nav__item.magazine img {
    width: 24rem;
  }
}
@media screen and (min-width: 75em) {
  .nav--graphics .nav__item.magazine img {
    width: 28rem;
  }
}
.nav--graphics .nav__item.magazine a:hover img {
  top: 16%;
}
.nav--graphics .nav__item.carlsplatz a:before {
  color: rgb(0, 70, 110);
}
.nav--graphics .nav__item.carlsplatz a:after {
  border-color: rgb(0, 70, 110);
}
.nav--graphics .nav__item.traders a:before {
  color: rgb(125, 5, 35);
}
.nav--graphics .nav__item.traders a:after {
  border-color: rgb(125, 5, 35);
}
.nav--graphics .nav__item.dates a:before {
  color: rgb(40, 85, 25);
}
.nav--graphics .nav__item.dates a:after {
  border-color: rgb(40, 85, 25);
}
.nav--graphics .nav__item.magazine a:before {
  color: rgb(195, 145, 0);
}
.nav--graphics .nav__item.magazine a:after {
  border-color: rgb(195, 145, 0);
}

@media screen and (min-width: 46.875em) {
  .nav--graphics {
    margin-top: 18rem;
  }
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: 0;
}

.nav-toggle {
  width: 5rem;
  height: 4.5rem;
  padding: 1rem;
  position: relative;
  text-indent: -9999px;
  background-color: transparent;
}
.nav-toggle:hover, .nav-toggle:focus {
  opacity: 0.8;
  background-color: transparent;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  display: block;
  position: absolute;
  width: 3rem;
  height: 0.2rem;
  background-color: white;
}
.nav-toggle span {
  top: 2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.nav-toggle span:before,
.nav-toggle span:after {
  left: 0;
  content: "";
}
.nav-toggle span:before {
  top: -1rem;
}
.nav-toggle span:after {
  bottom: -1rem;
}

.nav-toggle span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.nav-toggle span:before,
.nav-toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}
.nav-toggle span:before {
  /* autoprefixer: off */
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.nav-toggle span:after {
  /* autoprefixer: off */
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

.nav-toggle.active span {
  background: none;
}
.nav-toggle.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-toggle.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-toggle.active span:before,
.nav-toggle.active span:after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

input[type=submit],
input[type=reset],
input[type=button],
.button,
button {
  display: inline-block;
  padding: 1rem 1.5rem 0.75rem;
  font-size: 1.6rem;
  font-family: "NiveauGrotesk", "Segoe UI";
  font-weight: 700;
  background-color: black;
  border: none;
  color: white;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
input[type=submit].button--primary,
input[type=reset].button--primary,
input[type=button].button--primary,
.button.button--primary,
button.button--primary {
  background-color: rgb(125, 5, 35);
  color: white;
}
input[type=submit].button--primary:hover, input[type=submit].button--primary:focus,
input[type=reset].button--primary:hover,
input[type=reset].button--primary:focus,
input[type=button].button--primary:hover,
input[type=button].button--primary:focus,
.button.button--primary:hover,
.button.button--primary:focus,
button.button--primary:hover,
button.button--primary:focus {
  background-color: black;
  outline: 0;
}
input[type=submit]:hover, input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus,
.button:hover,
.button:focus,
button:hover,
button:focus {
  background-color: rgb(125, 5, 35);
  outline: 0;
}

.button--close {
  padding: 0;
  background-color: transparent;
  opacity: 0.55;
}
.button--close svg {
  width: 2rem;
  height: 2rem;
  position: relative;
}
.button--close:hover, .button--close:focus, .button--close:active {
  background-color: transparent;
  opacity: 1;
}

#icons-carlsplatz {
  display: none;
}

.icon {
  width: 2.4rem;
  height: 2.4rem;
}

.icon--large {
  width: 4.8rem;
  height: 4.8rem;
}

.icon--facebook {
  width: 2.3rem;
  height: 2.3rem;
}

/** BASED ON SKELETON-SASS / https://github.com/WhatsNewSaes/Skeleton-Sass **/
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 5rem;
  padding: 0.6rem 1rem;
  background-color: #fff;
  border: 1px solid #222;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 2rem;
}
input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: currentColor;
}
input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: currentColor;
}
input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: currentColor;
}
input[type=email]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: currentColor;
}
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
select::placeholder {
  color: currentColor;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus {
  border: 2px solid #222;
  outline: 0;
}

textarea:focus,
select:focus {
  border: 2px solid #222;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox], input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 3rem;
}

.form-contact {
  margin-bottom: 0;
}

.widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.widget label {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.widget input,
.widget select,
.widget textarea {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.widget input,
.widget textarea,
.widget select {
  width: 100%;
  margin-bottom: 0;
}
.widget label {
  margin: 0.5em 0 1em;
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 1.6rem;
  text-transform: uppercase;
}

.widget-checkbox input {
  float: left;
  width: auto;
  margin-top: 1rem;
  margin-right: 1rem;
}

.widget-explanation {
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 2.4rem;
  font-weight: 700;
}

.widget-textarea textarea {
  height: 15rem;
}

.widget-submit {
  display: block;
}

.form-submit button.submit {
  margin-bottom: 2rem;
  letter-spacing: 0.3rem;
}

.form-newsletter label {
  text-transform: none;
}
.form-newsletter fieldset {
  margin-bottom: 0;
}
.form-newsletter .privacy-checkbox label {
  margin-bottom: 0;
}

.form--footer {
  margin-top: -1rem;
}
.form--footer input[type=email],
.form--footer input[type=number],
.form--footer input[type=search],
.form--footer input[type=text],
.form--footer input[type=tel],
.form--footer input[type=url],
.form--footer input[type=password],
.form--footer textarea,
.form--footer select {
  height: 3.5rem;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
}
.form--footer input[type=email]:valid, .form--footer input[type=email]:focus,
.form--footer input[type=number]:valid,
.form--footer input[type=number]:focus,
.form--footer input[type=search]:valid,
.form--footer input[type=search]:focus,
.form--footer input[type=text]:valid,
.form--footer input[type=text]:focus,
.form--footer input[type=tel]:valid,
.form--footer input[type=tel]:focus,
.form--footer input[type=url]:valid,
.form--footer input[type=url]:focus,
.form--footer input[type=password]:valid,
.form--footer input[type=password]:focus,
.form--footer textarea:valid,
.form--footer textarea:focus,
.form--footer select:valid,
.form--footer select:focus {
  color: white;
}
.form--footer button.submit {
  font-size: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(125, 5, 35);
  letter-spacing: 0.13rem;
}
.form--footer button.submit:hover, .form--footer button.submit:focus {
  background-color: black;
  color: white;
}
.form--footer .widget {
  margin-bottom: 1rem;
}
.form--footer .widget-text label {
  display: none;
}
.form--footer .widget-checkbox input {
  position: relative;
  top: -2px;
}
.form--footer .widget-checkbox label {
  text-align: left;
  font-size: 1.4rem;
}
.form--footer .widget-checkbox label a {
  color: inherit;
}

body.p-magazine .form--footer button.submit {
  color: rgb(195, 145, 0);
}
body.p-magazine .form--footer button.submit:hover, body.p-magazine .form--footer button.submit:focus {
  background-color: black;
  color: white;
}

body.p-dates .form--footer button.submit {
  color: rgb(40, 85, 25);
}
body.p-dates .form--footer button.submit:hover, body.p-dates .form--footer button.submit:focus {
  background-color: black;
  color: white;
}

body.p-trader .form--footer button.submit {
  color: rgb(125, 5, 35);
}
body.p-trader .form--footer button.submit:hover, body.p-trader .form--footer button.submit:focus {
  background-color: black;
  color: white;
}

body.p-carlsplatz .form--footer button.submit {
  color: rgb(0, 70, 110);
}
body.p-carlsplatz .form--footer button.submit:hover, body.p-carlsplatz .form--footer button.submit:focus {
  background-color: black;
  color: white;
}

body.p-delivery .form--footer button.submit {
  color: rgb(150, 192, 58);
}
body.p-delivery .form--footer button.submit:hover, body.p-delivery .form--footer button.submit:focus {
  background-color: black;
  color: white;
}

.list-nostyle {
  list-style: none;
}

.list-inline li {
  display: inline;
}

.mod_newslist .label,
.mod_newslist .read-more,
.mod_eventlist .label,
.mod_eventlist .read-more,
.mod_newsreader .label,
.mod_newsreader .read-more,
.mod_eventreader .label,
.mod_eventreader .read-more {
  font-family: "NiveauGrotesk", "Segoe UI";
  font-weight: 700;
  text-transform: uppercase;
}
.mod_newslist .label,
.mod_eventlist .label,
.mod_newsreader .label,
.mod_eventreader .label {
  margin: 1.5rem 0 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.48rem;
  color: rgb(176, 176, 176);
}
.mod_newslist .read-more,
.mod_eventlist .read-more,
.mod_newsreader .read-more,
.mod_eventreader .read-more {
  font-size: 1.4rem;
  letter-spacing: 0.07rem;
  color: rgb(195, 145, 0);
}
.mod_newslist .article__headline,
.mod_eventlist .article__headline,
.mod_newsreader .article__headline,
.mod_eventreader .article__headline {
  margin-bottom: 1rem;
}
.mod_newslist .article__headline a,
.mod_eventlist .article__headline a,
.mod_newsreader .article__headline a,
.mod_eventreader .article__headline a {
  text-decoration: none;
}
.mod_newslist .article__headline strong,
.mod_eventlist .article__headline strong,
.mod_newsreader .article__headline strong,
.mod_eventreader .article__headline strong {
  display: block;
  margin-bottom: 0;
  font-size: 125%;
}
.mod_newslist .article__facts,
.mod_eventlist .article__facts,
.mod_newsreader .article__facts,
.mod_eventreader .article__facts {
  margin: 2rem 0;
  padding-top: 2rem;
  font-family: "NiveauGrotesk", "Segoe UI";
  font-weight: bold;
  border-top: 2px solid black;
}
@media screen and (min-width: 34.375em) {
  .mod_newslist .article__facts,
  .mod_eventlist .article__facts,
  .mod_newsreader .article__facts,
  .mod_eventreader .article__facts {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.mod_newslist .article__facts a,
.mod_eventlist .article__facts a,
.mod_newsreader .article__facts a,
.mod_eventreader .article__facts a {
  text-decoration: none;
}
.mod_newslist .article__facts a:hover,
.mod_eventlist .article__facts a:hover,
.mod_newsreader .article__facts a:hover,
.mod_eventreader .article__facts a:hover {
  border-bottom: 2px solid black;
}
.mod_newslist .article__meta,
.mod_eventlist .article__meta,
.mod_newsreader .article__meta,
.mod_eventreader .article__meta {
  font-size: 1.7rem;
  line-height: 1.4;
}
@media screen and (min-width: 46.875em) {
  .mod_newslist .article__meta,
  .mod_eventlist .article__meta,
  .mod_newsreader .article__meta,
  .mod_eventreader .article__meta {
    font-size: 2.2rem;
  }
}
.mod_newslist .article__image-container,
.mod_eventlist .article__image-container,
.mod_newsreader .article__image-container,
.mod_eventreader .article__image-container {
  margin-bottom: 2.5rem;
}
.mod_newslist .article__image-container img,
.mod_eventlist .article__image-container img,
.mod_newsreader .article__image-container img,
.mod_eventreader .article__image-container img {
  display: block;
}
.mod_newslist .article__date,
.mod_eventlist .article__date,
.mod_newsreader .article__date,
.mod_eventreader .article__date {
  font-style: italic;
}
.mod_newslist .back a,
.mod_eventlist .back a,
.mod_newsreader .back a,
.mod_eventreader .back a {
  padding: 0.5em;
  background-color: black;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mod_newslist .back a:hover,
.mod_eventlist .back a:hover,
.mod_newsreader .back a:hover,
.mod_eventreader .back a:hover {
  opacity: 0.8;
}

body.p-magazine .back a {
  background-color: rgb(195, 145, 0);
}

body.p-dates .back a {
  background-color: rgb(40, 85, 25);
}

body.p-trader .back a {
  background-color: rgb(125, 5, 35);
}

body.p-carlsplatz .back a {
  background-color: rgb(0, 70, 110);
}

body.p-delivery .back a {
  background-color: rgb(150, 192, 58);
}

article[class*=layout_full] h2,
article[class*=layout_full] h3,
article[class*=layout_full] h4,
article[class*=layout_full] h5,
article[class*=layout_full] h6 {
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 2.2rem;
}

.banner {
  height: 10rem;
  padding: 1.6rem;
  background-color: rgb(195, 145, 0);
  color: rgba(255, 255, 255, 0.55);
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  overflow: hidden;
  text-align: center;
}
.banner p {
  display: block;
  margin: 0;
}
.banner .title {
  text-transform: uppercase;
  display: block;
}
.banner .break {
  display: block;
}
.banner a {
  color: inherit;
  display: inline-block;
  border-bottom: 2px currentColor solid;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.banner a:hover, .banner a:active, .banner a:focus {
  padding-bottom: 2px;
  border-bottom: 0;
}
.banner .button--close {
  position: absolute;
  top: 0;
  right: 0;
}

body {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

body.hide-banner {
  margin-top: -10rem;
}

.p-magazine .banner {
  background-color: rgb(125, 5, 35);
}

@media screen and (min-width: 700px) {
  .banner {
    height: 5rem;
  }
  .banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner .title {
    display: inline-block;
  }
  .banner .break {
    display: none;
  }
  .banner a {
    display: inline-block;
    margin-left: 3rem;
  }
  body.hide-banner {
    margin-top: -5rem;
  }
}
.article-feature {
  background-color: black;
  color: white;
  overflow: hidden;
}
.article-feature .container {
  padding: 0;
}
.article-feature article {
  min-height: 40rem;
  margin-bottom: 3rem;
}
.article-feature .article__image-container {
  margin-left: -10%;
  margin-right: -10%;
}
.article-feature .article__image-container img {
  display: block;
  margin: 0 auto;
}
.article-feature .article__header {
  padding: 0 2rem;
}
.article-feature .article__archive,
.article-feature .read-more,
.article-feature a {
  color: inherit;
}
@media screen and (min-width: 46.875em) and (max-width: 62.4375em) {
  .article-feature .container {
    width: 75%;
  }
  .article-feature .article__header {
    padding: 0;
  }
}
@media screen and (min-width: 46.875em) {
  .article-feature article {
    margin: 3rem 0;
  }
  .article-feature .article__image-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .article-feature article {
    margin: 0;
  }
  .article-feature .article__header {
    float: left;
    width: 46%;
    margin: 6rem 0 8rem;
  }
  .article-feature .article__image-container {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
  }
  .article-feature .article__image-container img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.latest-of-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.latest-of-section article {
  margin-bottom: 4rem;
}
.latest-of-section .label {
  margin: 1.5rem 0 1rem;
}
.latest-of-section .article__body {
  font-size: 1.7rem;
}
.latest-of-section .article__body p {
  margin-bottom: 1rem;
}
@media screen and (min-width: 46.875em) {
  .latest-of-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 8rem;
  }
  .latest-of-section article {
    width: 49%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .latest-of-section .article__body {
    font-size: 2rem;
  }
}

.latest-of-all-sections article {
  max-width: 80rem;
  margin-bottom: 4rem;
}
.latest-of-all-sections article:after {
  content: "";
  display: table;
  clear: both;
}
.latest-of-all-sections .article__image-container {
  margin-bottom: 2rem;
}
.latest-of-all-sections .article__archive {
  margin-top: 0;
}
.latest-of-all-sections .article__headline {
  margin-bottom: 0;
}
.latest-of-all-sections .article__link {
  text-decoration: none;
}
.latest-of-all-sections .read-more {
  display: block;
  margin-top: 1em;
}
@media screen and (min-width: 46.875em) {
  .latest-of-all-sections .article__image-container,
  .latest-of-all-sections .article__header {
    float: left;
  }
  .latest-of-all-sections .article__image-container {
    width: 39%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .latest-of-all-sections .article__header {
    width: 59%;
  }
}
@media screen and (min-width: 62.5em) {
  .latest-of-all-sections .article__image-container {
    width: 49%;
    margin-right: 2%;
  }
  .latest-of-all-sections .article__header {
    width: 49%;
  }
}
@media screen and (min-width: 75em) {
  .latest-of-all-sections {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
}

.all-of-section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.all-of-section article {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 4rem;
}
.all-of-section .article__headline {
  margin-bottom: 1rem;
}
.all-of-section .article__image-container {
  margin-bottom: 2rem;
}
@media screen and (min-width: 46.875em) {
  .all-of-section article {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-right: 2%;
  }
  .all-of-section article:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .all-of-section article {
    -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
  }
  .all-of-section article:nth-child(2n+1) {
    margin-right: 2%;
  }
  .all-of-section article:nth-child(4n+1) {
    margin-right: 0;
  }
}

.layout_simple .article__headline {
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 0;
}
.layout_simple .article__date {
  display: block;
}

.briefly-statement {
  margin-top: 4rem;
}
.briefly-statement .article__archive {
  margin: 0 0 0.5rem;
}
.briefly-statement .article__image-container {
  margin-bottom: 0;
}
.briefly-statement .article__image-container img {
  display: block;
}
.briefly-statement .article__wrapper {
  background-color: black;
  color: white;
}
.briefly-statement .article__body {
  padding: 2rem;
  font-size: 1.6rem;
}
.briefly-statement .article__body strong {
  font-family: "NiveauGrotesk", "Segoe UI";
}
.briefly-statement .article__body p {
  margin-bottom: 1rem;
}
@media screen and (min-width: 46.875em) {
  .briefly-statement .article__image-container,
  .briefly-statement .article__body {
    width: 49%;
    float: left;
  }
  .briefly-statement .article__wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 75em) {
  .briefly-statement {
    float: left;
    width: 49%;
    margin-top: 0;
  }
  .briefly-statement .article__image-container,
  .briefly-statement .article__body {
    float: none;
    width: 100%;
  }
  .briefly-statement .article__body {
    font-size: 2rem;
  }
  .briefly-statement .article__body strong {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 87.5em) {
  .briefly-statement article {
    float: right;
    width: 75%;
  }
}

.related-articles {
  margin: 7rem 0 12rem;
}
.related-articles > h2 {
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.related-articles article:not(:last-child) {
  margin-bottom: 3rem;
}
.related-articles .article__archive {
  font-size: 1.6rem;
  letter-spacing: 0.6rem;
}
.related-articles .article__body {
  display: none;
}
.related-articles .related-articles__headline {
  margin-bottom: 4rem;
  font-family: "NiveauGrotesk", "Segoe UI";
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 46.875em) {
  .related-articles article {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .related-articles article:last-child {
    margin-right: 0;
  }
  .related-articles article:not(:last-child) {
    margin-bottom: 0;
  }
}

body.p-magazine .related-articles h2 {
  color: rgb(195, 145, 0);
}

.inner_container,
.mod_newsreader [class*=ce_],
.mod_newsreader [class*=content-] {
  width: 90%;
  max-width: 69.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 46.875em) {
  .inner_container,
  .mod_newsreader [class*=ce_],
  .mod_newsreader [class*=content-] {
    width: 80%;
  }
}
@media screen and (min-width: 75em) {
  .inner_container,
  .mod_newsreader [class*=ce_],
  .mod_newsreader [class*=content-] {
    width: 60%;
  }
}

.mod_newsreader .content-image,
.mod_newsreader .content-gallery {
  margin-bottom: 2.5rem;
}
.mod_newsreader .content-image img {
  display: block;
  margin: 0 auto;
}
.mod_newsreader .content-table td:first-child {
  width: 20rem;
}
.mod_newsreader .content-image {
  max-width: 105rem;
  width: 100%;
}
.mod_newsreader blockquote {
  font-size: 150%;
  line-height: 1.25;
  text-align: center;
}

aside .mod_newslist article {
  margin-bottom: 0;
}

.jump-to:before {
  content: "";
  display: block;
  height: 11rem;
  margin-top: -11rem;
}

.eventlist--upcoming .article {
  min-width: 100%;
  margin-bottom: 0;
  padding: 2rem 0;
}
.eventlist--upcoming .article:first-child {
  padding-top: 0;
}
.eventlist--upcoming .article:not(:first-child) {
  border-top: 2px dotted black;
}
.eventlist--upcoming .article__image-container {
  margin-bottom: 0;
}
.eventlist--upcoming .article__header {
  overflow: hidden;
  margin-bottom: 3rem;
}
.eventlist--upcoming .article__headline {
  margin-bottom: 0;
}
.eventlist--upcoming .article__body {
  overflow: hidden;
}
.eventlist--upcoming .article__body p:last-child {
  margin-bottom: 0;
}
.eventlist--upcoming .read-more {
  color: black;
}
@media screen and (max-width: 46.8125em) {
  .eventlist--upcoming .article__headline {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 46.875em) {
  .eventlist--upcoming .article .label {
    margin-top: 0;
  }
  .eventlist--upcoming .article__image-container {
    float: left;
    width: 32rem;
    height: 20.5rem;
    margin: 0 2% 0 0;
  }
}
@media screen and (min-width: 62.5em) {
  .eventlist--upcoming .article__image-container {
    width: 37rem;
    height: 24rem;
  }
}

.eventlist--simple .event:not(:last-child) {
  margin-bottom: 2rem;
}

.trader-list__headline {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

body.p-magazine .trader-list__headline {
  color: rgb(195, 145, 0);
}

.trader {
  padding: 2rem 0;
  border-bottom: 2px dotted black;
}

.trader-list li:last-child .trader {
  border-bottom: none;
}

.trader-list__title {
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  color: rgb(125, 5, 35);
  margin-bottom: 0.6rem;
}

.trader-tags-btn {
  position: relative;
  padding: 0.8rem 4.8rem 0.65rem 1.5rem;
  height: 3.2rem;
}
.trader-tags-btn .icon {
  position: absolute;
  top: 0;
  right: 0.75rem;
  width: 3.2rem;
  height: 3.2rem;
  fill: white;
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}

.trader__body p {
  margin-bottom: 0;
}

.trader__title {
  display: block;
  font-family: "NiveauGrotesk", "Segoe UI";
  margin-bottom: 0;
}

.trader__owner {
  display: block;
  font-style: italic;
}

.trader__stall {
  margin-bottom: 0.5rem;
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 34.375em) {
  .trader__stall {
    float: right;
    font-size: 2.4rem;
    line-height: 2;
  }
}

.trader__portrait-link {
  float: right;
  margin: 0 0 3rem 3rem;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.trader__portrait-link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.trader__categories {
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  text-transform: uppercase;
  color: rgb(125, 5, 35);
  margin-bottom: 0.6rem;
}
.trader__categories ul {
  margin: 0;
}
.trader__categories li {
  margin-bottom: 0;
  margin-right: 3rem;
  white-space: nowrap;
}
.trader__categories a {
  text-decoration: none;
  color: inherit;
  padding-bottom: 2px;
}
.trader__categories a:hover {
  border-bottom: 2px solid rgb(125, 5, 35);
}

.trader__tags {
  background-color: rgba(128, 8, 39, 0.07);
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
}
.trader__tags ul {
  padding: 2rem 2.2rem;
  margin: 0;
}
@media screen and (min-width: 34.375em) {
  .trader__tags ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 46.875em) {
  .trader__tags ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.trader__tags li {
  margin-bottom: 0;
  paddding-bottom: 1rem;
}

.trader__tags_reset {
  position: absolute;
  top: 8px;
  right: 0;
}

.collapsible {
  overflow: hidden;
  -webkit-transition: height 0.33s ease;
  transition: height 0.33s ease;
}

.trader-categories {
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  max-width: 88rem;
  margin: 0 auto;
}
.trader-categories strong {
  color: rgb(125, 5, 35);
}
.trader-categories .category-list {
  margin-top: 3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.trader-categories .list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.trader-categories .list__link {
  text-decoration: none;
}
.trader-categories .list__link:hover {
  border-bottom: 2px solid rgb(125, 5, 35);
}
.trader-categories .list__link,
.trader-categories span {
  color: rgb(125, 5, 35);
}
.trader-categories span.active {
  border-bottom: 2px solid rgb(125, 5, 35);
}

.category-select {
  margin-top: 2rem;
}

.category_select select {
  color: rgb(125, 5, 35);
}

.category-list__reset {
  text-decoration: none;
  border-bottom: 2px solid black;
}
.category-list__reset:hover {
  border-bottom: 0;
}

.category-list {
  display: none;
}

.category-select {
  display: block;
}

@media screen and (min-width: 46.875em) {
  .category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .category-select {
    display: none;
  }
}
@media screen and (min-width: 62.5em) {
  .trader-categories .list__item {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
.baguetteBox-button {
  width: 5rem !important;
  height: 5rem !important;
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 200%;
  line-height: 5rem;
  border-radius: 0;
}

#next-button,
#previous-button {
  top: calc(50% - 2.5rem) !important;
}
#next-button:hover, #next-button:focus,
#previous-button:hover,
#previous-button:focus {
  background-color: transparent;
}

.pagination {
  width: 100%;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0;
}
.pagination li a,
.pagination li span {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
}
.pagination .current {
  font-weight: bold;
}

.content-player,
.content-youtube,
.content-vimeo {
  margin-bottom: 3rem;
}

.content-gallery ul {
  margin-bottom: 0;
}
.content-gallery li {
  float: left;
  width: 49%;
  margin: 0 2% 2% 0;
}
.content-gallery li figure {
  margin-bottom: 0;
}
.content-gallery li img {
  display: block;
}
.content-gallery li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 46.8125em) {
  .business-hours {
    display: none;
  }
}
.business-hours {
  padding-top: 4rem;
  padding-bottom: 3rem;
  font-size: 2rem;
  text-align: right;
  text-transform: uppercase;
  font-family: "NiveauGrotesk", "Segoe UI";
  font-weight: bold;
}
.business-hours p {
  margin: 0;
}

.contact-details {
  border-top: 1px solid black;
  padding-top: 0.5rem;
  font-size: 2.4rem;
}

.form-search .keywords,
.form-search .submit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 4rem;
}
.form-search .keywords {
  width: 60%;
}
.form-search .submit {
  width: 30%;
}

.form-search--compact {
  width: 4rem;
  overflow: hidden;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.form-search--compact .keywords {
  float: right;
  width: 25rem;
  padding: 0.5rem 1rem;
  margin-right: 4rem;
  margin-bottom: 0;
  position: relative;
  z-index: 201;
  border: none;
}
.form-search--compact .keywords:hover, .form-search--compact .keywords:focus {
  border: none;
}
.form-search--compact .submit {
  width: 4rem;
  height: 4rem;
  padding: 0;
  position: absolute;
  right: 0;
  background-color: transparent;
  color: white;
  fill: white;
}

.form-search--open {
  width: 29rem;
}

.search-result {
  padding: 2rem 0;
}

.search-result.first {
  padding-top: 0;
}

.search-result:not(.first) {
  border-top: 2px dotted black;
}

.search-result__title {
  margin-bottom: 0;
}

.search-result__title a {
  text-decoration: none;
}

.search-result__context {
  margin-bottom: 2rem;
}
.search-result__context .highlight {
  font-family: "NiveauGrotesk", "Segoe UI";
  font-weight: bold;
}

.search-result__url a {
  color: rgb(125, 5, 35);
}

.mod_search .formbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod_search .formbody .widget-text input {
  width: inherit;
}
.mod_search .formbody .widget-submit button {
  height: 100%;
}
.mod_search .formbody .widget-text,
.mod_search .formbody .widget-submit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 4rem;
}

.map {
  width: 100%;
  height: 100%;
  margin-top: 3rem;
  background-color: #EFEFEF;
}

.map figure,
.map img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.map img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 46.875em) {
  .map {
    max-height: none;
    margin-top: 0;
  }
}
.swiper-button-prev,
.swiper-button-next {
  opacity: 0.7;
  background-color: transparent;
  background-size: 16px 32px;
}
.swiper-button-prev:hover, .swiper-button-prev:focus,
.swiper-button-next:hover,
.swiper-button-next:focus {
  background-color: transparent;
}

.swiper-button-next {
  right: 2rem;
}

.swiper-button-prev {
  left: 2rem;
}

.swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228px%22%20height%3D%2250.7px%22%20viewBox%3D%220%200%2028%2050.7%22%3E%3Cpolyline%20stroke%3D%22%23FFFFFF%22%20fill%3D%22none%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%222%2C2%2026%2C25.3%202%2C48.7%20%22%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228px%22%20height%3D%2250.7px%22%20viewBox%3D%220%200%2028%2050.7%22%3E%0A%3Cpolyline%20stroke%3D%22%23FFFFFF%22%20fill%3D%22none%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2226%2C48.7%202%2C25.3%2026%2C2%20%22%2F%3E%0A%3C%2Fsvg%3E");
}

.swiper-slider--fullheight figure {
  margin: 0;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid white;
  opacity: 1;
  background: transparent;
}
.swiper-pagination-bullet-active {
  background-color: white;
}

.swiper-container img {
  width: 100%;
}
.swiper-container figure {
  margin-bottom: 0;
}

.swiper--frontpage {
  --swiper-pagination-top: 50%;
  --swiper-pagination-bottom: none;
  --swiper-navigation-top: 50%;
}
.swiper--frontpage .swiper-pagination {
  top: var(--swiper-pagination-top);
  bottom: var(--swiper-pagination-bottom);
}
.swiper--frontpage .swiper-button-prev,
.swiper--frontpage .swiper-button-next {
  top: var(--swiper-navigation-top);
}
.swiper--frontpage h1 {
  font-size: 2.4rem;
}
.swiper--frontpage h2 {
  font-size: 1.8rem;
}
.swiper--frontpage a {
  font-family: "NiveauGrotesk", "Segoe UI";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.8rem;
}

@media screen and (max-width: 46.8125em) {
  .swiper--frontpage .overlayText {
    padding: 2rem;
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
    z-index: 1;
  }
  .swiper--frontpage .ce_image {
    position: relative;
    z-index: 0;
  }
  .swiper--frontpage .ce_image img {
    width: 100%;
    min-height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 46.875em) {
  .swiper--frontpage h1 {
    font-size: 6rem;
    line-height: 1;
  }
  .swiper--frontpage h2 {
    font-size: 3.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 62.5em) {
  .swiper-button-next,
  .swiper-button-prev {
    background-size: 24px 48px;
  }
  .swiper-button-next {
    right: 3rem;
  }
  .swiper-button-prev {
    left: 3rem;
  }
}
#neues-vom-markt {
  border-top: 2px solid rgb(176, 176, 176);
}

.bg--dark {
  background-color: #000;
}

.img--darken {
  position: relative;
}
.img--darken .image_container {
  position: relative;
}
.img--darken:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.2);
}
.img--darken img {
  display: block;
}

.overlayText {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.overlayText h1,
.overlayText h2,
.overlayText h3 {
  margin-bottom: 0.5rem;
}
.overlayText p {
  margin-bottom: 0;
}
.overlayText a {
  color: white;
}

.content-player,
.content-vimeo,
.content-youtube {
  position: relative;
  width: 100%;
}
.content-player video,
.content-player iframe,
.content-vimeo video,
.content-vimeo iframe,
.content-youtube video,
.content-youtube iframe {
  width: 100%;
  height: auto;
}
.content-player iframe,
.content-vimeo iframe,
.content-youtube iframe {
  aspect-ratio: 16/9;
}

.read-more {
  font-family: "NiveauGrotesk", "Segoe UI";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.content-teaser {
  position: relative;
  text-align: center;
}
.content-teaser .ce_text {
  width: 100%;
}
.content-teaser .ce_text h1 {
  font-size: 4rem;
}
.content-teaser .ce_text h2 {
  font-family: "Rawlinson", "Droid Sans";
  font-size: 3.6rem;
  font-weight: normal;
}
.content-teaser .ce_text a {
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.content-teaser .content-image .image_container {
  margin: 0;
}
.content-teaser .content-image img {
  width: 100%;
  display: block;
  min-height: 45vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.cc-btn {
  text-decoration: none;
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

.autocomplete-suggestion {
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 1.6rem;
  border-color: black;
  color: black;
  padding: 0.5rem;
  cursor: pointer;
}

.autocomplete-suggestion b {
  color: #7d0523;
  font-weight: bold;
}

.mod_trader_tags {
  width: 33rem;
  margin: 0 auto;
}

.form--trader-tags .widget-text {
  position: relative;
}
.form--trader-tags .widget-text .icon {
  position: absolute;
  top: 6px;
}
.form--trader-tags .widget-text input {
  width: 100%;
  height: 4rem;
  margin: 0;
  padding-left: 4rem;
  border: 0;
  border-bottom: 1px solid black;
  font-size: 1.8rem;
}
.form--trader-tags .widget-text input::-webkit-input-placeholder {
  color: #E0E0E0;
}
.form--trader-tags .widget-text input::-moz-placeholder {
  color: #E0E0E0;
}
.form--trader-tags .widget-text input:-ms-input-placeholder {
  color: #E0E0E0;
}
.form--trader-tags .widget-text input::-ms-input-placeholder {
  color: #E0E0E0;
}
.form--trader-tags .widget-text input::placeholder {
  color: #E0E0E0;
}

.p-index #main {
  padding-top: 0;
}

.p-contact .contact-details p {
  margin-bottom: 0;
}
.p-contact .contact-details a {
  text-decoration: none;
}
.p-contact .contact-details a:hover {
  border-bottom: 2px solid black;
}

@media screen and (max-width: 46.8125em) {
  .p-contact .ce_row .ce_column:last-child {
    margin-bottom: 2rem;
  }
}
.p-carlsplatz h1,
.p-delivery h1 {
  margin-bottom: 0;
}
.p-carlsplatz h2,
.p-delivery h2 {
  margin-bottom: 1rem;
}
.p-carlsplatz .content-slider,
.p-delivery .content-slider {
  margin-bottom: 6rem;
}
.p-carlsplatz .mod_article > .ce_row,
.p-delivery .mod_article > .ce_row {
  margin-bottom: 6rem;
}
.p-carlsplatz .info-section,
.p-delivery .info-section {
  border-top: 2px solid black;
  padding-top: 3rem;
}

.link-box {
  text-align: center;
}
.link-box img {
  display: block;
  margin: 0 auto 3rem;
}
.link-box strong > span {
  font-family: "Rawlinson", "Droid Sans";
}
.link-box p {
  margin-top: 2rem;
  font-size: 1.6rem;
}
.link-box .read-more {
  margin-bottom: 2rem;
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.parallax-image {
  position: absolute;
  z-index: -1;
}

#intro-section {
  position: relative;
}

@media screen and (max-width: 74.9375em) {
  .parallax-image {
    display: none;
  }
}
.info-box-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info-box-section > .flex-column {
  max-width: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

@media screen and (min-width: 46.875em) {
  .info-box-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .info-box-section > .flex-column {
    max-width: 48%;
    width: 48%;
    padding: 0 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
}
@media screen and (min-width: 62.5em) {
  .info-box-section > .flex-column {
    max-width: 30%;
    width: 30%;
  }
}
.info-box {
  font-family: "NiveauGrotesk", "Segoe UI";
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}
.info-box .image_container {
  margin-bottom: 3rem;
  text-align: center;
}
.info-box .info-box__title {
  margin-bottom: 0;
  font-size: inherit;
  text-transform: uppercase;
}

.top-link {
  position: absolute;
  right: 2rem;
  top: -14rem;
}
@media screen and (min-width: 34.375em) {
  .top-link {
    right: 0;
  }
}

.top-link img {
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.top-link:hover img {
  top: -1rem;
}
/*# sourceMappingURL=styles.css.map */

/** BASED ON SKELETON-SASS / https://github.com/WhatsNewSaes/Skeleton-Sass **/
.sans {
  font-family: "NiveauGrotesk", "Segoe UI";
  font-weight: bold;
}
/*# sourceMappingURL=tinymce.css.map */

