/*! reers – Team Wandres 17-07-2018 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  vertical-align: top;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* pacifico-regular - latin */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/pacifico-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Pacifico Regular"), local("Pacifico-Regular"), url("/fonts/pacifico-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/pacifico-v12-latin-regular.woff2") format("woff2"), url("/fonts/pacifico-v12-latin-regular.woff") format("woff"), url("/fonts/pacifico-v12-latin-regular.ttf") format("truetype"), url("/fonts/pacifico-v12-latin-regular.svg#Pacifico") format("svg");
  /* Legacy iOS */
}
/* fauna-one-regular - latin */
@font-face {
  font-family: 'Fauna One';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/fauna-one-v5-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Fauna One"), local("FaunaOne-Regular"), url("/fonts/fauna-one-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/fauna-one-v5-latin-regular.woff2") format("woff2"), url("/fonts/fauna-one-v5-latin-regular.woff") format("woff"), url("/fonts/fauna-one-v5-latin-regular.ttf") format("truetype"), url("/fonts/fauna-one-v5-latin-regular.svg#FaunaOne") format("svg");
  /* Legacy iOS */
}
/* dosis-regular - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/dosis-v7-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Dosis Regular"), local("Dosis-Regular"), url("/fonts/dosis-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/dosis-v7-latin-regular.woff2") format("woff2"), url("/fonts/dosis-v7-latin-regular.woff") format("woff"), url("/fonts/dosis-v7-latin-regular.ttf") format("truetype"), url("/fonts/dosis-v7-latin-regular.svg#Dosis") format("svg");
  /* Legacy iOS */
}
/* dosis-600 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/dosis-v7-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Dosis SemiBold"), local("Dosis-SemiBold"), url("/fonts/dosis-v7-latin-600.eot?#iefix") format("embedded-opentype"), url("/fonts/dosis-v7-latin-600.woff2") format("woff2"), url("/fonts/dosis-v7-latin-600.woff") format("woff"), url("/fonts/dosis-v7-latin-600.ttf") format("truetype"), url("/fonts/dosis-v7-latin-600.svg#Dosis") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "reers";
  src: url("/fonts/reers.eot");
  src: url("/fonts/reers.eot?#iefix") format("embedded-opentype"), url("/fonts/reers.woff") format("woff"), url("/fonts/reers.ttf") format("truetype"), url("/fonts/reers.svg#reers") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "reers" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "reers" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check-mark:before {
  content: "\e000";
}

.icon-arrow-down:before {
  content: "\e001";
}

.icon-arrow-up:before {
  content: "\e002";
}

.icon-arrow-left:before {
  content: "\e003";
}

.icon-arrow-right:before {
  content: "\e004";
}

.icon-arrow-down-1:before {
  content: "\e005";
}

.icon-arrow-left-1:before {
  content: "\e006";
}

.icon-arrow-right-1:before {
  content: "\e007";
}

.icon-arrow-up-1:before {
  content: "\e008";
}

.icon-twitter:before {
  content: "\e009";
}

.icon-call-phone:before {
  content: "\e00a";
}

.icon-email-envelope:before {
  content: "\e00b";
}

.icon-arrow-circle-right:before {
  content: "\e00c";
}

.icon-arrow-circle-left:before {
  content: "\e00d";
}

.icon-chicken:before {
  content: "\e00e";
}

.icon-deer:before {
  content: "\e00f";
}

.icon-goose:before {
  content: "\e010";
}

.icon-lamb:before {
  content: "\e011";
}

.icon-meat:before {
  content: "\e012";
}

.icon-sausage:before {
  content: "\e013";
}

.icon-salad:before {
  content: "\e014";
}

.icon-kikok:before {
  content: "\e015";
}

.icon-page-export-pdf:before {
  content: "\e016";
}

*, *:before, *:after {
  box-sizing: border-box;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1010px;
}

.row {
  margin-left: -5px;
  margin-right: -5px;
}

.col {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

/* ===================== XS ===================== */
.col.off-0-xs {
  margin-left: 0%;
}
.col.col-0-xs {
  width: 0%;
}
.col.off-1-xs {
  margin-left: 8.33333%;
}
.col.col-1-xs {
  width: 8.33333%;
}
.col.off-2-xs {
  margin-left: 16.66667%;
}
.col.col-2-xs {
  width: 16.66667%;
}
.col.off-3-xs {
  margin-left: 25%;
}
.col.col-3-xs {
  width: 25%;
}
.col.off-4-xs {
  margin-left: 33.33333%;
}
.col.col-4-xs {
  width: 33.33333%;
}
.col.off-5-xs {
  margin-left: 41.66667%;
}
.col.col-5-xs {
  width: 41.66667%;
}
.col.off-6-xs {
  margin-left: 50%;
}
.col.col-6-xs {
  width: 50%;
}
.col.off-7-xs {
  margin-left: 58.33333%;
}
.col.col-7-xs {
  width: 58.33333%;
}
.col.off-8-xs {
  margin-left: 66.66667%;
}
.col.col-8-xs {
  width: 66.66667%;
}
.col.off-9-xs {
  margin-left: 75%;
}
.col.col-9-xs {
  width: 75%;
}
.col.off-10-xs {
  margin-left: 83.33333%;
}
.col.col-10-xs {
  width: 83.33333%;
}
.col.off-11-xs {
  margin-left: 91.66667%;
}
.col.col-11-xs {
  width: 91.66667%;
}
.col.off-12-xs {
  margin-left: 100%;
}
.col.col-12-xs {
  width: 100%;
}

.hide-xs {
  display: none;
}

.show-xs {
  display: block;
}

/* ===================== S ===================== */
@media (min-width: 640px) {
  .col.off-0-s {
    margin-left: 0%;
  }
  .col.col-0-s {
    width: 0%;
  }
  .col.off-1-s {
    margin-left: 8.33333%;
  }
  .col.col-1-s {
    width: 8.33333%;
  }
  .col.off-2-s {
    margin-left: 16.66667%;
  }
  .col.col-2-s {
    width: 16.66667%;
  }
  .col.off-3-s {
    margin-left: 25%;
  }
  .col.col-3-s {
    width: 25%;
  }
  .col.off-4-s {
    margin-left: 33.33333%;
  }
  .col.col-4-s {
    width: 33.33333%;
  }
  .col.off-5-s {
    margin-left: 41.66667%;
  }
  .col.col-5-s {
    width: 41.66667%;
  }
  .col.off-6-s {
    margin-left: 50%;
  }
  .col.col-6-s {
    width: 50%;
  }
  .col.off-7-s {
    margin-left: 58.33333%;
  }
  .col.col-7-s {
    width: 58.33333%;
  }
  .col.off-8-s {
    margin-left: 66.66667%;
  }
  .col.col-8-s {
    width: 66.66667%;
  }
  .col.off-9-s {
    margin-left: 75%;
  }
  .col.col-9-s {
    width: 75%;
  }
  .col.off-10-s {
    margin-left: 83.33333%;
  }
  .col.col-10-s {
    width: 83.33333%;
  }
  .col.off-11-s {
    margin-left: 91.66667%;
  }
  .col.col-11-s {
    width: 91.66667%;
  }
  .col.off-12-s {
    margin-left: 100%;
  }
  .col.col-12-s {
    width: 100%;
  }

  .hide-s {
    display: none;
  }

  .show-s {
    display: block;
  }
}
/* ===================== M ===================== */
@media (min-width: 1010px) {
  .col.off-0-m {
    margin-left: 0%;
  }
  .col.col-0-m {
    width: 0%;
  }
  .col.off-1-m {
    margin-left: 8.33333%;
  }
  .col.col-1-m {
    width: 8.33333%;
  }
  .col.off-2-m {
    margin-left: 16.66667%;
  }
  .col.col-2-m {
    width: 16.66667%;
  }
  .col.off-3-m {
    margin-left: 25%;
  }
  .col.col-3-m {
    width: 25%;
  }
  .col.off-4-m {
    margin-left: 33.33333%;
  }
  .col.col-4-m {
    width: 33.33333%;
  }
  .col.off-5-m {
    margin-left: 41.66667%;
  }
  .col.col-5-m {
    width: 41.66667%;
  }
  .col.off-6-m {
    margin-left: 50%;
  }
  .col.col-6-m {
    width: 50%;
  }
  .col.off-7-m {
    margin-left: 58.33333%;
  }
  .col.col-7-m {
    width: 58.33333%;
  }
  .col.off-8-m {
    margin-left: 66.66667%;
  }
  .col.col-8-m {
    width: 66.66667%;
  }
  .col.off-9-m {
    margin-left: 75%;
  }
  .col.col-9-m {
    width: 75%;
  }
  .col.off-10-m {
    margin-left: 83.33333%;
  }
  .col.col-10-m {
    width: 83.33333%;
  }
  .col.off-11-m {
    margin-left: 91.66667%;
  }
  .col.col-11-m {
    width: 91.66667%;
  }
  .col.off-12-m {
    margin-left: 100%;
  }
  .col.col-12-m {
    width: 100%;
  }

  .hide-m {
    display: none;
  }

  .show-m {
    display: block;
  }
}
/* ===================== M ===================== */
@media (min-width: 1200px) {
  .col.off-0-l {
    margin-left: 0%;
  }
  .col.col-0-l {
    width: 0%;
  }
  .col.off-1-l {
    margin-left: 8.33333%;
  }
  .col.col-1-l {
    width: 8.33333%;
  }
  .col.off-2-l {
    margin-left: 16.66667%;
  }
  .col.col-2-l {
    width: 16.66667%;
  }
  .col.off-3-l {
    margin-left: 25%;
  }
  .col.col-3-l {
    width: 25%;
  }
  .col.off-4-l {
    margin-left: 33.33333%;
  }
  .col.col-4-l {
    width: 33.33333%;
  }
  .col.off-5-l {
    margin-left: 41.66667%;
  }
  .col.col-5-l {
    width: 41.66667%;
  }
  .col.off-6-l {
    margin-left: 50%;
  }
  .col.col-6-l {
    width: 50%;
  }
  .col.off-7-l {
    margin-left: 58.33333%;
  }
  .col.col-7-l {
    width: 58.33333%;
  }
  .col.off-8-l {
    margin-left: 66.66667%;
  }
  .col.col-8-l {
    width: 66.66667%;
  }
  .col.off-9-l {
    margin-left: 75%;
  }
  .col.col-9-l {
    width: 75%;
  }
  .col.off-10-l {
    margin-left: 83.33333%;
  }
  .col.col-10-l {
    width: 83.33333%;
  }
  .col.off-11-l {
    margin-left: 91.66667%;
  }
  .col.col-11-l {
    width: 91.66667%;
  }
  .col.off-12-l {
    margin-left: 100%;
  }
  .col.col-12-l {
    width: 100%;
  }

  .hide-l {
    display: none;
  }

  .show-l {
    display: block;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 80%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 999999;
}

/*
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
*/
.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 9999;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.6);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
@-webkit-keyframes popDown {
  0% {
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
    display: block;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes popDown {
  0% {
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
    display: block;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes popDown {
  0% {
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
    display: block;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes faderOut {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes faderOut {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
  }
}
@keyframes faderOut {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
  }
}
.rwd {
  height: auto;
  width: 100%;
  max-width: 100%;
}

/* =============== XS (Default) ================ */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Fauna One", serif;
}

html, body {
  height: 100%;
  font-size: 16px;
  position: relative;
}

body {
  background: #fff;
  padding-top: 80px;
}

a {
  text-decoration: none;
}

strong {
  font-family: "Pacifico", cursive;
  color: #fecc00;
  font-size: 1.5em;
  font-weight: normal;
}

header.site {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 8500;
  height: 80px;
  padding: 0 10px;
  background: #fff;
}

footer.site {
  background: #fecc00;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 40px 20px;
  color: #fff;
  z-index: 9500;
  font-size: 1.125em;
}

#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background: url(/img/loader.gif) center center no-repeat #fecc00;
}
#preloader span {
  width: 120px;
  height: 30px;
  position: absolute;
  margin: 80px 0 0 -60px;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
}

#mainwrap {
  position: relative;
}

.logo {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  display: block;
  height: 80px;
  padding: 10px;
  z-index: 400;
}
.logo img {
  height: 100%;
}

.mainnav {
  display: none;
}

.box {
  background-size: cover;
  position: relative;
}
.box a {
  display: block;
  background: rgba(29, 29, 27, 0.3);
  min-height: 320px;
  padding: 30px 60px 80px 60px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.box .tag {
  background: #fecc00;
  color: #fff;
  display: inline-block;
  position: absolute;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(90deg) translate(-8px, -100%);
  -moz-transform: rotate(90deg) translate(-8px, -100%);
  -ms-transform: rotate(90deg) translate(-8px, -100%);
  -o-transform: rotate(90deg) translate(-8px, -100%);
  transform: rotate(90deg) translate(-8px, -100%);
  left: 0;
  top: 0;
  text-align: center;
  padding: 0 12px;
  font-size: 0.75em;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: normal;
}
.box .box-headline {
  font-family: "Fauna One", serif;
  color: #52524c;
  font-weight: normal;
  font-size: 1.5em;
  margin: 0;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.box .box-headline.big {
  font-size: 2em;
}
.box .box-headline:before {
  content: '\e004';
  font-family: "reers";
  top: 100%;
  position: absolute;
  width: 2em;
  height: 2em;
  display: block;
  color: #fff;
  font-size: .5em;
  line-height: 2em;
  text-align: center;
  background: #fecc00;
  border-radius: 50%;
}
.box:hover .box-headline {
  color: #fecc00;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.box:hover a {
  background: rgba(29, 29, 27, 0.1);
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.video-hint {
  position: absolute;
  width: 200px;
  height: auto;
  bottom: -130px;
  left: 50%;
  margin-left: -100px;
  background-color: #fecc00;
  padding: .2em 0;
  color: #fff;
  font-weight: bold;
  font-size: .8em;
  border-radius: 5px;
}

#abovethefold {
  width: 100%;
  height: auto;
  text-align: center;
}
#abovethefold .inner_wrap {
  height: 400px;
  background: url(../img/reers-tickt-frisch.jpg) center top;
  background-size: cover;
}
#abovethefold .inner_wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
#abovethefold .inner {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  border: solid 1px #fecc00;
  padding: 5px;
  background: #fff;
}
#abovethefold .inner h1 {
  font-weight: normal;
  font-family: "Pacifico", cursive;
  color: #fecc00;
  font-size: 1.5em;
  margin: 0;
  padding: 12.5px;
  border: solid 1px #fecc00;
}
#abovethefold .inner .scroll {
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 40px;
  font-size: 0.75em;
  margin-top: -10px;
  margin-left: -20px;
  color: #7e1210;
  text-decoration: none;
}
#abovethefold .inner .scroll:before {
  content: '\e001';
  font-family: "reers";
  font-size: 2em;
  line-height: 50px;
  position: relative;
  width: 35px;
  height: 50px;
  margin-bottom: 2.5px;
  display: block;
  border: solid 1px #fecc00;
  background: #fff;
  border-radius: 50%  50%  50%  50%  / 60%   60%   40%  40%;
}
#abovethefold .intro {
  width: 100%;
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  line-height: 1.6em;
}

.playbottom {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 120%;
}
.playbottom img {
  width: 80px;
}
.playbottom img:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service_nav {
  padding: 40px 0 0 0;
}
.service_nav li {
  list-style: none;
}
.service_nav li a {
  color: #fff;
  font-size: 14px;
}

footer.site .phone {
  float: left;
  color: #fff;
  font-size: 1em;
  padding: 10px 0;
}
footer.site .phone:before {
  font-size: 1.4em;
  margin-right: .2em;
  vertical-align: middle;
}
footer.site .ticker {
  font-size: 1em;
}
footer.site .ticker .title {
  font-family: "Pacifico", cursive;
  font-size: 1.2em;
  font-weight: normal;
  padding: 0 .5em 0 0;
}
footer.site .ticker .ticker-link {
  display: inline-block;
  font-size: 0.875em;
  color: #cd1718;
  padding: 4px 8px;
  margin: 4px;
  border-radius: 5px;
  border: solid 1px #cd1718;
}
footer.site .ticker .ticker-link:hover {
  background: #cd1718;
  color: #fff;
}
footer.site .ticker .ticker-link:before {
  margin-right: 4px;
  vertical-align: middle;
}

.text {
  line-height: 1.75em;
  position: relative;
  padding: 0 40px;
}
.text header {
  position: relative;
}
.text h1 {
  color: #fecc00;
  font-weight: normal;
  font-size: 2.25em;
  line-height: 1.2;
  padding: 0 0 60px 0;
}
.text h2 {
  color: #fecc00;
  font-family: "Pacifico", cursive;
  display: inline;
  font-weight: normal;
}
.text .back {
  font-family: "reers";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 2em;
  height: 2em;
  display: block;
  color: #fff;
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
  background: #fecc00;
  border-radius: 50%;
}

#front, #content {
  min-height: 960px;
  min-height: 960px;
}

#front {
  position: absolute;
}

#mainwrap .slide {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
#mainwrap.start .slide {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

/* ===================== S ===================== */
@media (min-width: 640px) {
  body {
    padding: 0;
  }

  main, #mainwrap {
    position: relative;
  }

  #mainwrap {
    min-height: 1035px;
  }

  .vertical-full {
    height: 100%;
  }

  .vertical-half {
    height: 50%;
  }

  #abovethefold {
    top: 0;
    position: relative;
    height: 100%;
    z-index: 8400;
  }
  #abovethefold .inner_wrap {
    height: 100%;
  }
  #abovethefold .inner h1 {
    padding: 10px;
    font-size: 3em;
  }
  #abovethefold .inner .scroll {
    width: 50px;
    font-size: 0.875em;
  }
  #abovethefold .inner .scroll:before {
    width: 50px;
    height: 65px;
    line-height: 65px;
    margin-bottom: 2.5px;
  }
  #abovethefold .intro {
    position: absolute;
    bottom: 0;
  }

  header.site {
    background: none;
  }

  main.site {
    padding-bottom: 160px;
    padding-top: 200px;
    min-height: 1035px;
  }

  footer.site {
    position: fixed;
    z-index: 8000;
    padding: 40px  0;
    height: 160px;
  }

  .logo {
    height: 160px;
  }

  .box a {
    min-height: none;
    position: absolute;
    background: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 30px 60px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  .box .box-headline {
    font-size: 2em;
  }
  .box .box-headline.big {
    font-size: 3em;
  }
  .box:hover a {
    background: rgba(29, 29, 27, 0.3);
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }

  .ajaxContent {
    width: 100%;
    height: auto;
  }

  #mainwrap.ajaxLoad {
    height: 100%;
  }
  #mainwrap.ajaxLoad .ajaxContent, #mainwrap.ajaxLoad .slide, #mainwrap.ajaxLoad #content, #mainwrap.ajaxLoad main {
    height: 100%;
  }
  #mainwrap.ajaxLoad #front, #mainwrap.ajaxLoad #back {
    position: absolute;
    left: 0;
    top: 0;
  }
  #mainwrap.ajaxLoad #front {
    min-height: 0;
    height: 100%;
    z-index: 7000;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

  #content {
    position: relative;
    min-height: 0;
  }

  #back {
    z-index: 6000;
    padding-bottom: 160px;
  }
  #back.slideEnd {
    z-index: 7500;
  }

  .team {
    margin: 20px 0 60px 0;
    position: relative;
  }

  .contact_partner {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .contact_partner li {
    float: left;
    position: absolute;
  }
  .contact_partner li.person1 {
    width: 24.0625%;
    left: 24.89583%;
    top: 19.6875%;
  }
  .contact_partner li.person2 {
    width: 13.54167%;
    left: 46.25%;
    top: 21.875%;
  }
  .contact_partner li.person3 {
    width: 17.8125%;
    left: 54.79167%;
    top: 29.375%;
  }
  .contact_partner li.person4 {
    width: 22.8125%;
    left: 68.02083%;
    top: 22.34375%;
  }

  .popup {
    position: absolute;
    top: 60%;
    left: 50%;
    background: #fecc00;
    color: #52524c;
    width: 320px;
    margin-left: -160px;
    padding: 20px;
    display: none;
    opacity: 0;
  }
  .popup p {
    padding: 4px 0 4px 0;
    margin: 0;
  }
  .popup span {
    display: inline-block;
    width: 100%;
    line-height: 120%;
  }
  .popup a {
    color: inherit;
    text-decoration: underline;
  }
  .popup:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(254, 204, 0, 0);
    border-bottom-color: #fecc00;
    border-width: 15px;
    margin-left: -15px;
  }

  .popit {
    cursor: pointer;
    position: relative;
  }
  .popit:hover img {
    opacity: 0;
    @inlcude transition(opacity .5s linear);
  }
  .popit:hover .popup {
    -webkit-animation: popDown 0.3s ease-in-out;
    -moz-animation: popDown 0.3s ease-in-out;
    animation: popDown 0.3s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    display: block;
    opacity: 1;
    z-index: 8000;
  }

  .vcard .fn {
    font-family: "Pacifico", cursive;
    font-size: 28px;
    color: #fff;
  }

  .text {
    padding: 0 120px;
  }
  .text h1 {
    padding: 0;
  }
  .text .back {
    right: 100%;
    left: auto;
    margin: 0 20px 0 0;
  }

  .tabs {
    padding: 20px 0 60px 0;
  }
  .tabs .tabs_nav {
    padding: 0;
    font-size: 0;
  }
  .tabs .tabs_nav li {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-bottom: 25px;
    width: 12.5%;
  }
  .tabs .tabs_nav li a {
    font-family: "reers";
    font-size: 72px;
    line-height: 72px;
    display: block;
    width: 100%;
    text-align: center;
    color: #cd1718;
  }
  .tabs .tabs_nav li.active a {
    color: #7e1210;
  }
  .tabs .tabs_nav li.active:after {
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(254, 204, 0, 0);
    border-bottom-color: #fecc00;
    border-width: 15px;
    margin-left: -15px;
  }
  .tabs .tabs_item {
    background: #fff;
    background: #fecc00;
    color: #52524c;
    padding: 20px;
  }
  .tabs .tabs_item h2 {
    color: #fff;
  }
}
/* ===================== M ===================== */
@media (min-width: 1010px) {
  /*
  #abovethefold {
    .inner {
      border: solid 2px $color_3;
      h1 {
        padding: $scroll_size*0.35;
        font-size: em(72px);
        border: solid 2px $color_3;
      }
      .scroll {
        width: $scroll_size*1.4;
        font-size: em(16px);
        &:before {
          width:$scroll_size*1.4; height: $scroll_size*1.8;
          margin-bottom: $scroll_size*.05;
        }
      }
    }
  }
  */
  .video-hint {
    position: absolute;
    width: 240px;
    height: auto;
    bottom: -30px;
    left: 50%;
    margin-left: -120px;
    background-color: #fecc00;
    padding: .5em 0;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
  }
}
/* ===================== L ===================== */
@media (min-width: 1200px) {
  .video-hint {
    position: absolute;
    width: 240px;
    height: auto;
    bottom: -150px;
    left: 50%;
    margin-left: -120px;
    background-color: #fecc00;
    padding: .5em 0;
    color: #fff;
    font-weight: bold;
  }

  .tabs {
    padding: 20px 0 180px 0;
  }
}

/*# sourceMappingURL=reers.css.map */
