@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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 */
  vertical-align: baseline;
  /* 2 */
}
/**
   * 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/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}
/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
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;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
}
/**
   * 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 {
  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.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
   * 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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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;
}
ul {
  padding-left: 0;
}
.foundation-mq {
  font-family: "small=0px&medium=960px&large=1440px&xlarge=1600px&xxlarge=1800px";
}
html {
  font-size: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
.row {
  max-width: 934px;
  margin-left: auto;
  margin-right: auto;
}
.row::before,
.row::after {
  content: ' ';
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 960px) {
  .row .row {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}
.column,
.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}
@media screen and (min-width: 960px) {
  .column,
  .columns {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}
.column.row.row,
.row.row.columns {
  float: none;
}
.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
/*************** GRID GENERATOR ********************************/
.small-1 {
  width: 8.33333333%;
}
.small-push-1 {
  position: relative;
  left: 8.33333333%;
}
.small-pull-1 {
  position: relative;
  left: -8.33333333%;
}
.small-offset-0 {
  margin-left: 0%;
}
.small-2 {
  width: 16.66666667%;
}
.small-push-2 {
  position: relative;
  left: 16.66666667%;
}
.small-pull-2 {
  position: relative;
  left: -16.66666667%;
}
.small-offset-1 {
  margin-left: 8.33333333%;
}
.small-3 {
  width: 25%;
}
.small-push-3 {
  position: relative;
  left: 25%;
}
.small-pull-3 {
  position: relative;
  left: -25%;
}
.small-offset-2 {
  margin-left: 16.66666667%;
}
.small-4 {
  width: 33.33333333%;
}
.small-push-4 {
  position: relative;
  left: 33.33333333%;
}
.small-pull-4 {
  position: relative;
  left: -33.33333333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-5 {
  width: 41.66666667%;
}
.small-push-5 {
  position: relative;
  left: 41.66666667%;
}
.small-pull-5 {
  position: relative;
  left: -41.66666667%;
}
.small-offset-4 {
  margin-left: 33.33333333%;
}
.small-6 {
  width: 50%;
}
.small-push-6 {
  position: relative;
  left: 50%;
}
.small-pull-6 {
  position: relative;
  left: -50%;
}
.small-offset-5 {
  margin-left: 41.66666667%;
}
.small-7 {
  width: 58.33333333%;
}
.small-push-7 {
  position: relative;
  left: 58.33333333%;
}
.small-pull-7 {
  position: relative;
  left: -58.33333333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-8 {
  width: 66.66666667%;
}
.small-push-8 {
  position: relative;
  left: 66.66666667%;
}
.small-pull-8 {
  position: relative;
  left: -66.66666667%;
}
.small-offset-7 {
  margin-left: 58.33333333%;
}
.small-9 {
  width: 75%;
}
.small-push-9 {
  position: relative;
  left: 75%;
}
.small-pull-9 {
  position: relative;
  left: -75%;
}
.small-offset-8 {
  margin-left: 66.66666667%;
}
.small-10 {
  width: 83.33333333%;
}
.small-push-10 {
  position: relative;
  left: 83.33333333%;
}
.small-pull-10 {
  position: relative;
  left: -83.33333333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-11 {
  width: 91.66666667%;
}
.small-push-11 {
  position: relative;
  left: 91.66666667%;
}
.small-pull-11 {
  position: relative;
  left: -91.66666667%;
}
.small-offset-10 {
  margin-left: 83.33333333%;
}
.small-12 {
  width: 100%;
}
.small-push-12 {
  position: relative;
  left: 100%;
}
.small-pull-12 {
  position: relative;
  left: -100%;
}
.small-offset-11 {
  margin-left: 91.66666667%;
}
/***********************************************/
.small-up-1 > .column,
.small-up-1 > .columns {
  width: 100%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  width: 50%;
  float: left;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  width: 25%;
  float: left;
}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  width: 20%;
  float: left;
}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}
.small-collapse > .column,
.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}
@media screen and (min-width: 960px) {
  /**************************************/
  .medium-1 {
    width: 8.33333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .medium-4 {
    width: 33.33333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .medium-7 {
    width: 58.33333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .medium-10 {
    width: 83.33333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-push-12 {
    position: relative;
    left: 100%;
  }
  .medium-pull-12 {
    position: relative;
    left: -100%;
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  /**************************************/
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1),
  .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1),
  .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1),
  .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1),
  .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1),
  .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1),
  .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1),
  .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1),
  .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 7px;
    padding-right: 7px;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 1440px) {
  /**************************************/
  .large-1 {
    width: 8.33333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .large-4 {
    width: 33.33333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .large-offset-4 {
    margin-left: 33.33333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .large-7 {
    width: 58.33333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .large-offset-7 {
    margin-left: 58.33333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .large-10 {
    width: 83.33333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .large-offset-10 {
    margin-left: 83.33333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-push-12 {
    position: relative;
    left: 100%;
  }
  .large-pull-12 {
    position: relative;
    left: -100%;
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  /**************************************/
  .large-up-1 > .column,
  .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1),
  .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1),
  .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1),
  .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1),
  .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1),
  .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1),
  .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1),
  .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1),
  .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 7px;
    padding-right: 7px;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (min-width: 0em) and (max-width: 959.9375px) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 960px) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 959.9375px) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1439.9375px) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 959.9375px), screen and (min-width: 1440px) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 1439.9375px) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599.9375px) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 1439.9375px), screen and (min-width: 1600px) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table;
}
.clearfix::after {
  clear: both;
}
.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 3px;
  margin-left: 0;
}
.accordion-item {
  list-style: none;
}
.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2ba6cb;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.is-active > .accordion-title::before {
  content: '–';
}
.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe;
}
.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2ba6cb transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  position: relative;
  color: #000;
  background-color: white;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #def2f8;
}
.callout.secondary {
  background-color: #fcfcfc;
}
.callout.success {
  background-color: #e6f7d9;
}
.callout.alert {
  background-color: #fcd6d6;
}
.callout.warning {
  background-color: #fff3d9;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}
.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2ba6cb;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2ba6cb transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}
.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 3px;
  display: block;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}
.dropdown-pane.is-open {
  visibility: visible;
}
.dropdown-pane.tiny {
  width: 100px;
}
.dropdown-pane.small {
  width: 200px;
}
.dropdown-pane.large {
  width: 400px;
}
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto;
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}
.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}
.is-dropdown-menu.vertical > li .is-dropdown-submenu {
  top: 0;
  left: 100%;
}
.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  float: right;
  margin-top: 3px;
  margin-left: 10px;
}
.is-dropdown-submenu-parent.is-down-arrow a {
  padding-right: 1.5rem;
  position: relative;
}
.is-dropdown-submenu-parent.is-down-arrow > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2ba6cb transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 0.825rem;
  right: 5px;
}
.is-dropdown-submenu-parent.is-left-arrow > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2ba6cb transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.is-dropdown-submenu-parent.is-right-arrow > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2ba6cb;
  border-left-style: solid;
  border-right-width: 0;
}
.is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
  right: 0;
  left: auto;
}
.is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
  left: 0;
  right: auto;
}
.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
  top: 100%;
}
.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu,
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.media-object {
  margin-bottom: 1rem;
  display: block;
}
.media-object img {
  max-width: none;
}
@media screen and (min-width: 0em) and (max-width: 959.9375px) {
  .media-object.stack-for-small .media-object-section {
    display: block;
    padding: 0;
    padding-bottom: 1rem;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}
.menu {
  margin: 0;
  list-style-type: none;
  outline: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput='mouse'] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
  text-decoration: none;
  outline: none;
}
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a > img,
.menu > li > a > i {
  vertical-align: middle;
}
.menu > li > a > span {
  vertical-align: middle;
}
.menu > li > a > img,
.menu > li > a > i {
  display: inline-block;
  margin-right: 0.25rem;
}
.menu > li {
  display: table-cell;
}
.menu.vertical > li {
  display: block;
}
@media screen and (min-width: 960px) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right > li {
  float: right;
}
.menu.expanded {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a > img,
.menu.icon-top > li > a > i {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.nested {
  margin-left: 1rem;
}
.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}
.no-js[data-responsive-menu] ul {
  display: none;
}
html,
body {
  height: 100%;
}
.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.off-canvas-wrapper-inner::before,
.off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}
.off-canvas-wrapper-inner::after {
  clear: both;
}
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}
.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
  z-index: 2000;
}
.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
.is-open-left {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}
.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
.is-open-right {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}
.offcanvas_trigger {
  float: right;
  margin: 1rem 1rem 0px 0px;
  font-size: 1rem;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 1440px) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
.sticky-container {
  position: relative;
}
.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}
.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}
body.is-reveal-open {
  /*overflow: hidden;*/
}
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  /*overflow-y: scroll;*/
}
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 6.25rem auto 0;
  background-color: #fefefe;
  border-radius: 3px;
  position: absolute;
  overflow-y: auto;
}
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media screen and (min-width: 960px) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .reveal {
    width: 600px;
    max-width: 62.5rem;
  }
}
@media screen and (min-width: 960px) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .reveal.tiny {
    width: 30%;
    max-width: 62.5rem;
  }
}
@media screen and (min-width: 960px) {
  .reveal.small {
    width: 50%;
    max-width: 62.5rem;
  }
}
@media screen and (min-width: 960px) {
  .reveal.large {
    width: 90%;
    max-width: 62.5rem;
  }
}
.reveal.full {
  top: 0 !important;
  margin: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  height: 100vh !important;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  z-index: 99999;
}
.reveal .close-button {
  position: absolute;
  top: 0.2rem;
  right: 1rem;
  font-size: 2rem;
}
.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}
.swReset .tabs {
  padding-left: 0;
}
.tabs::before,
.tabs::after {
  content: ' ';
  display: table;
}
.tabs::after {
  clear: both;
}
.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}
.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}
.tabs.primary {
  background: #2ba6cb;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #299ec1;
}
.tabs-title {
  float: left;
  list-style: none;
}
.swReset li.tabs-title {
  list-style: none!important;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 12px;
  color: #2ba6cb;
}
.tabs-title > a:hover {
  background: #fefefe;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}
.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}
.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}
.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}
.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 90%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100.6495%);
  max-width: 10rem !important;
  border-radius: 3px;
}
.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide-in-down.mui-enter,
.slide-in-left.mui-enter,
.slide-in-up.mui-enter,
.slide-in-right.mui-enter,
.slide-out-down.mui-leave,
.slide-out-right.mui-leave,
.slide-out-up.mui-leave,
.slide-out-left.mui-leave,
.fade-in.mui-enter,
.fade-out.mui-leave,
.hinge-in-from-top.mui-enter,
.hinge-in-from-right.mui-enter,
.hinge-in-from-bottom.mui-enter,
.hinge-in-from-left.mui-enter,
.hinge-in-from-middle-x.mui-enter,
.hinge-in-from-middle-y.mui-enter,
.hinge-out-from-top.mui-leave,
.hinge-out-from-right.mui-leave,
.hinge-out-from-bottom.mui-leave,
.hinge-out-from-left.mui-leave,
.hinge-out-from-middle-x.mui-leave,
.hinge-out-from-middle-y.mui-leave,
.scale-in-up.mui-enter,
.scale-in-down.mui-enter,
.scale-out-up.mui-leave,
.scale-out-down.mui-leave,
.spin-in.mui-enter,
.spin-out.mui-leave,
.spin-in-ccw.mui-enter,
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
}
.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}
.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}
.hinge-in-from-top.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
}
.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
}
.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
}
.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
}
.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
}
.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
}
.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
}
.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
}
.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
}
.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
}
.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
}
.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
}
.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.spin-out.mui-leave {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
}
.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
}
.slow {
  transition-duration: 750ms !important;
}
.fast {
  transition-duration: 250ms !important;
}
.linear {
  transition-timing-function: linear !important;
}
.ease {
  transition-timing-function: ease !important;
}
.ease-in {
  transition-timing-function: ease-in !important;
}
.ease-out {
  transition-timing-function: ease-out !important;
}
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  transition-delay: 300ms !important;
}
.long-delay {
  transition-delay: 700ms !important;
}
.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}
.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}
.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}
.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}
.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}
.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}
.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}
.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}
/*# sourceMappingURL=foundation.css.map */


/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.si-float-wrapper{position:absolute;width:100%}.si-float-wrapper,.si-float-wrapper *{box-sizing:border-box}[class*='si-wrapper']{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;cursor:default}.si-wrapper-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:-40px;margin-left:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.si-wrapper-bottom{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-top:0;margin-left:0;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.si-wrapper-left{margin-top:-20px;margin-left:-11px;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.si-wrapper-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-top:-20px;margin-left:11px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}[class*='si-shadow-wrapper']{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.29804;z-index:1}.si-shadow-wrapper-top,.si-shadow-wrapper-bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.si-shadow-pointer-bottom,.si-shadow-pointer-right{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.si-shadow-frame{box-shadow:0 1px 3px 0 #000}[class*='si-shadow-pointer']{position:relative;width:15px;height:15px;margin:auto}[class*='si-shadow-inner-pointer']{position:absolute;width:141%;height:141%;box-shadow:-0.70711px .70711px 3px 0 #000}.si-shadow-inner-pointer-top{left:50%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.si-shadow-inner-pointer-bottom{bottom:0;left:50%;-webkit-transform:translate(-50%,50%) rotate(-45deg);transform:translate(-50%,50%) rotate(-45deg)}.si-shadow-inner-pointer-left{top:50%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.si-shadow-inner-pointer-right{top:50%;right:0;-webkit-transform:translate(50%,-50%) rotate(-45deg);transform:translate(50%,-50%) rotate(-45deg)}.si-frame{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;border-radius:3px;overflow:hidden;z-index:2}.si-content-wrapper{width:100%;max-width:100%;max-height:100%;padding:30px;background-color:#fff}.si-has-border .si-content-wrapper{border:1px solid #bbb}.si-content{overflow:auto}.si-close-button{position:absolute;top:0;right:0;border:0;outline:0;background-color:transparent;color:inherit;font-family:Arial,Baskerville,monospace;font-size:24px;cursor:pointer;opacity:.5;-webkit-appearance:none;-moz-appearance:none;appearance:none}.si-close-button:hover,.si-close-button:focus{opacity:.7}[class*='si-pointer-border']{position:absolute;border:15px solid transparent;z-index:3}[class*='si-pointer-bg']{position:relative;border:15px solid transparent;z-index:4}.si-has-border [class*='si-pointer-bg']{border-width:15px}.si-pointer-border-top,.si-pointer-border-bottom{left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.si-pointer-border-left,.si-pointer-border-right{top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.si-pointer-top{border-bottom:0}.si-pointer-border-top{bottom:0;border-top-color:#bbb}.si-pointer-bg-top{border-top-color:#fff}.si-has-border .si-pointer-bg-top{top:-1px;margin-bottom:0}.si-pointer-bottom{border-top:0}.si-pointer-border-bottom{top:0;border-bottom-color:#bbb}.si-pointer-bg-bottom{border-bottom-color:#fff}.si-has-border .si-pointer-bg-bottom{bottom:-1px;margin-top:0}.si-pointer-left{border-right:0}.si-pointer-border-left{right:0;border-left-color:#bbb}.si-pointer-bg-left{border-left-color:#fff}.si-has-border .si-pointer-bg-left{left:-1px;margin-right:0}.si-pointer-right{border-left:0}.si-pointer-border-right{left:0;border-right-color:#bbb}.si-pointer-bg-right{border-right-color:#fff}.si-has-border .si-pointer-bg-right{right:-1px;margin-left:0}
/*# sourceMappingURL=snazzy-info-window.min.css.map */


.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}


/*
Projekt:
Start:
Code:
Online:
Server:
==============================================
	CSS INDEX
==============================================
	Imports
	Fonts
	LESS Variables
	Defaults
	Typography
	Main
		Header
		Weather
		Booking
		Slider
		Cards
		Main Booking
		Widget Area
		Instagram
		Footer
		Default Template
		Tour Übersicht
		Tour Detail
	Hotel Template
	Diverses
		angebotübersicht
		anreise und transport
		input number pseudoelements
	 Media Queries
*/
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=b00f971b-7a7b-4b3a-a8a3-33ba7996defa");
@font-face {
  font-family: "Myriad";
  src: url("../typo3conf/ext/theme/Resources/Public/Fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix");
  src: url("../typo3conf/ext/theme/Resources/Public/Fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix") format("eot"), url("../typo3conf/ext/theme/Resources/Public/Fonts/3b0f1c67-c2e4-4df6-976f-49d52e45aba1.woff2") format("woff2"), url("../typo3conf/ext/theme/Resources/Public/Fonts/c5b1c170-d8f7-41f9-85c2-0ab670780c6b.woff") format("woff"), url("../typo3conf/ext/theme/Resources/Public/Fonts/ba1ff8f6-0c27-4e7b-8be5-818b6c3dd801.ttf") format("truetype"), url("../typo3conf/ext/theme/Resources/Public/Fonts/a379413e-a0b8-44dc-b250-1e000e4092a4.svg#a379413e-a0b8-44dc-b250-1e000e4092a4") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "Myriad";
  src: url("../typo3conf/ext/theme/Resources/Public/Fonts/4f2af761-c017-4801-9aa5-5d30643373ce.eot?#iefix");
  src: url("../typo3conf/ext/theme/Resources/Public/Fonts/4f2af761-c017-4801-9aa5-5d30643373ce.eot?#iefix") format("eot"), url("../typo3conf/ext/theme/Resources/Public/Fonts/eba438b3-9ab9-48ba-b1c5-610f83b38303.woff2") format("woff2"), url("../typo3conf/ext/theme/Resources/Public/Fonts/acfb7490-30f6-4bf4-a1b8-70ff9172d209.woff") format("woff"), url("../typo3conf/ext/theme/Resources/Public/Fonts/5bf402e3-ba96-414e-bc7e-cb6689fe32c1.ttf") format("truetype"), url("../typo3conf/ext/theme/Resources/Public/Fonts/c5dceae7-427a-4765-b06b-ea2eecca3434.svg#c5dceae7-427a-4765-b06b-ea2eecca3434") format("svg");
  font-weight: 700;
}
/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../typo3conf/ext/theme/Resources/Public/Fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../typo3conf/ext/theme/Resources/Public/Fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../typo3conf/ext/theme/Resources/Public/Fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../typo3conf/ext/theme/Resources/Public/Fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../typo3conf/ext/theme/Resources/Public/Fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../typo3conf/ext/theme/Resources/Public/Fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
###############################################################################################
                                Defaults
###############################################################################################
*/
body {
  background-color: #ebebeb;
}
.swReset {
  padding-top: 160px;
}
.swReset,
.swReset p,
.swReset th,
.swReset td,
.swReset input,
.swReset textarea {
  font-family: 'Myriad', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.6);
}
/* set default font here */
.swReset a,
.swReset a:visited {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-weight: normal;
}
.swReset a:hover,
.swReset a:active {
  color: #005ea7;
  text-decoration: none;
  font-weight: normal;
}
.swReset .main-wrapper a {
  text-decoration: underline;
}
.swReset p {
  margin-top: 0;
}
.swReset figure {
  margin: 0;
}
.swReset figure img {
  max-width: 100%;
  height: auto;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
/*
###############################################################################################
                                Typography
###############################################################################################
*/
.swReset h1,
.swReset h2,
.swReset h3,
.swReset h4,
.swReset h5,
.swReset h6 {
  font-family: 'Merriweather', serif;
}
.swReset h1 {
  font-style: italic;
  font-size: 34px;
  line-height: normal;
  font-weight: 400;
}
.swReset h2 {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
}
.swReset header {
  text-align: center;
}
.swReset header h2 {
  font-style: italic;
  font-size: 34px;
  line-height: normal;
  font-weight: 400;
  text-align: center;
  margin: 80px 0;
  font-family: 'Merriweather', serif;
}
.swReset header h2 p {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-align: inherit;
  font-family: inherit;
}
.swReset h3 {
  /*TODO change h2 with h3*/
  font-size: 24px;
  margin: 0;
  font-style: italic;
  line-height: normal;
  font-weight: 400;
}
.swReset h4 {
  font-size: 1.125rem;
  margin: 0;
}
.swReset h5 {
  font-size: 1.0625rem;
  margin: 0;
}
.swReset h6 {
  font-size: 1rem;
  margin: 0;
}
.swReset input {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.swReset a {
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 0 50%;
}
.swReset a.external {
  padding-left: 1.75em;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/link-icon-external.svg');
}
.swReset a.internal {
  padding-left: 1.75em;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/link-icon-internal.svg');
}
.swReset a.download {
  padding-left: 1.75em;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/link-icon-download.svg');
}
.swReset table.contenttable {
  width: 100%;
  border: none;
  margin-bottom: 1em;
  display: block;
  overflow-x: auto;
}
.swReset table.contenttable th,
.swReset table.contenttable td {
  padding: 4px 8px;
  line-height: normal;
  vertical-align: top;
  text-align: left;
}
.swReset table.contenttable tr th:nth-child(2n),
.swReset table.contenttable tr td:nth-child(2n) {
  background-color: #e2e2e2;
}
.swReset table.contenttable tr th {
  border-bottom: 20px solid #d3dee2;
}
.swReset table.opening-hours-table th {
  border-bottom: none !important;
}
.swReset table.opening-hours-table th:not(:first-child) {
  width: 100px;
}
.swReset table.opening-hours-table tr {
  border-bottom: 1px solid #d3dee2;
}
.main-wrapper ul:not(.accordion):not(.hotel-filter-list):not(.events-filters):not(.tx-indexedsearch-browsebox) {
  margin: 0;
}
.main-wrapper ul:not(.accordion):not(.hotel-filter-list):not(.events-filters):not(.tx-indexedsearch-browsebox) li {
  list-style: none;
  position: relative;
  padding-left: 10px;
}
.main-wrapper ul:not(.accordion):not(.hotel-filter-list):not(.events-filters):not(.tx-indexedsearch-browsebox) li:before {
  content: '-';
  color: #222;
  position: absolute;
  left: 0;
}
.events-filters {
  margin-bottom: 1em;
}
.events-filters input {
  margin-bottom: .5em;
  padding: 4px 8px;
  width: 100%;
}
#ems-wf-dest .ems-wf-twoColumn {
  overflow: visible !important;
}
/*
###############################################################################################
                                Main
###############################################################################################
*/
/*Header*/
#header-wrapper {
  background-color: #ffffff;
  box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, 0.1);
  height: 160px;
  padding: 20px;
  position: fixed;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
#header-wrapper-pseudo-placeholder {
  height: 160px;
  -moz-transition: height 600ms ease;
  -o-transition: height 600ms ease;
  -webkit-transition: height 600ms ease;
  transition: height 600ms ease;
  will-change: height;
}
.menu-is-scrolled #header-wrapper,
.menu-is-scrolled #header-wrapper-pseudo-placeholder {
  height: 75px;
  overflow: hidden;
}
#menu-button-wrapper,
#header-widgets-wrapper {
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  will-change: bottom;
}
#header-widgets-wrapper > .header-widget-item {
  position: relative;
  float: left;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
}
#header-widgets-wrapper > .header-widget-item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.6);
}
#header-widgets-wrapper > .header-widget-item#header-language-wrapper {
  padding: 0;
}
#header-widgets-wrapper > .header-widget-item.header-page-like-wrapper {
  padding-right: 15px;
}
.menu-is-scrolled #menu-button-wrapper {
  bottom: 85%;
}
.menu-is-scrolled #header-widgets-wrapper {
  bottom: 78%;
}
#logo-wrapper {
  /*
  -moz-transition: opacity 600ms ease;
  -o-transition: opacity 600ms ease;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;*/
}
#small-logo-wrapper {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  opacity: 0;
  top: -18px;
  visibility: hidden;
  /*
  -moz-transition: opacity 600ms ease;
  -o-transition: opacity 600ms ease;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;*/
}
.menu-is-scrolled #small-logo-wrapper {
  opacity: 1;
  visibility: visible;
}
.menu-is-scrolled #logo-wrapper {
  opacity: 0;
  visibility: hidden;
}
#menu-button-wrapper {
  bottom: -4px;
  cursor: pointer;
  display: inline-block;
  left: 0;
  position: absolute;
}
#menu-button-bars-wrapper {
  display: inline-block;
  width: 30px;
  float: left;
  margin-right: 20px;
}
.menu-button-bar {
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  height: 1px;
  margin-top: 3px;
  width: 100%;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
#menu-button-wrapper:hover #menu-button-text {
  color: #005ea7;
}
#menu-button-wrapper:hover .menu-button-bar {
  background-color: #005ea7;
}
#menu-button-text {
  float: left;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}
.menu-is-opened #menu-button-text:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -35px;
  left: -5px;
}
.menu-is-opened.menu-is-scrolled #menu-button-text:after {
  bottom: -40px;
}
#header-widgets-wrapper {
  bottom: -10px;
  position: absolute;
  right: 0;
}
#header-weather-wrapper {
  position: relative;
  line-height: 25px;
}
#header-weather-icon-wrapper {
  float: left;
  margin-right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/weather-icon01-grey.svg');
}
.weather-is-opened #header-weather-wrapper,
#header-weather-wrapper:hover {
  color: #005ea7;
}
.weather-is-opened #header-weather-wrapper #header-weather-icon-wrapper,
#header-weather-wrapper:hover #header-weather-icon-wrapper {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/weather-icon01-blue.svg');
}
.weather-is-opened #header-weather-wrapper:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.weather-is-opened.menu-is-scrolled #header-weather-wrapper:after {
  bottom: -35px;
}
#header-booking-wrapper:hover {
  color: #005ea7;
}
.header-page-like-wrapper:hover .like-button-path {
  stroke: #005ea7 !important;
}
.header-page-like-wrapper:hover .page-like-number {
  background-color: #005ea7;
}
.page-like-number {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #666;
  color: #fff;
  border-radius: 100%;
  font-size: 10px;
  line-height: 22px;
  text-align: center;
  top: 8px;
  right: 8px;
  pointer-events: none;
}
.booking-is-opened #header-booking-wrapper:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 40%;
}
.booking-is-opened.menu-is-scrolled #header-booking-wrapper:after {
  bottom: -35px;
}
.language.active-language {
  border: none;
}
.active-language:hover {
  color: #005ea7;
}
.languages-are-opened #header-language-wrapper {
  border-left: none;
}
/*#header-language-wrapper:hover .active-language,*/
.languages-are-opened .active-language {
  font-weight: 700;
}
.other-languages {
  float: left;
  opacity: 0;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  left: 10%;
  visibility: hidden;
}
.languages-are-opened .other-languages {
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.languages-are-opened .header-page-like-wrapper,
.languages-are-opened #header-booking-wrapper,
.languages-are-opened #header-weather-wrapper {
  display: none;
}
.language {
  display: inline-block;
  float: left;
  padding: 0 12px 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  margin-right: -1px;
}
.search-input {
  display: none;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.search-is-opened .search-input {
  display: inline-block;
}
.search-input input {
  padding: 2px 5px;
  width: 250px;
}
.search-submit {
  float: left;
  position: relative;
}
.search-is-opened .search-input {
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
}
#lupe {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/lupe.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px;
}
#lupe:hover {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/lupe_blue.svg');
}
.search-is-opened .header-page-like-wrapper,
.search-is-opened #header-booking-wrapper,
.search-is-opened #header-language-wrapper,
.search-is-opened #header-weather-wrapper {
  display: none;
}
.tx-indexedsearch-form {
  margin-bottom: 1em;
}
.tx-indexedsearch-browsebox {
  margin-bottom: 2em;
}
#tx-indexedsearch-searchbox-sword {
  padding: 4px 8px;
  margin-left: 1em;
}
#tx-indexedsearch-searchbox-button-submit {
  background-color: #666;
  color: #fff;
  padding: 5px 20px;
  border: none;
}
#tx-indexedsearch-searchbox-button-submit:hover {
  background-color: #e11f1f;
}
ul.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin-right: 8px;
  padding: 5px 10px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #aaa;
  font-size: .9rem;
}
ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  text-decoration: none;
}
/*Main Menu*/
.menu-list {
  width: 77%;
}
.menu-row {
  padding: 0 0 0 50px;
}
.is-home #menu-wrapper {
  background-color: rgba(0, 0, 0, 0.9);
}
#menu-wrapper {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  padding: 40px 0 60px 0;
  top: calc(-100% + 75px);
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  overflow: hidden;
  -moz-transition: opacity 400ms ease, top 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms ease;
  -o-transition: opacity 400ms ease, top 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms ease;
  -webkit-transition: opacity 400ms ease, top 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms ease;
  transition: opacity 400ms ease, top 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms ease;
}
.menu-is-scrolled.menu-is-opened #menu-wrapper {
  background-color: rgba(0, 0, 0, 0.85);
  top: 75px !important;
}
.menu-is-opened #menu-wrapper {
  opacity: 1;
  top: 160px;
}
.menu-is-opened #menu-button-bars-wrapper .menu-button-bar:nth-of-type(1) {
  -moz-transform: translate(0, 5px) rotate(45deg);
  -ms-transform: translate(0, 5px) rotate(45deg);
  -o-transform: translate(0, 5px) rotate(45deg);
  -webkit-transform: translate(0, 5px) rotate(45deg);
  transform: translate(0, 5px) rotate(45deg);
}
.menu-is-opened #menu-button-bars-wrapper .menu-button-bar:nth-of-type(2) {
  opacity: 0;
}
.menu-is-opened #menu-button-bars-wrapper .menu-button-bar:nth-of-type(3) {
  -moz-transform: translate(0, -2px) rotate(-45deg);
  -ms-transform: translate(0, -2px) rotate(-45deg);
  -o-transform: translate(0, -2px) rotate(-45deg);
  -webkit-transform: translate(0, -2px) rotate(-45deg);
  transform: translate(0, -2px) rotate(-45deg);
}
#main-menu {
  position: relative;
  width: 50%;
}
#main-menu .is-dropdown-submenu-parent {
  position: static;
}
#main-menu .sub-menu {
  position: absolute;
}
#main-menu .is-dropdown-submenu {
  min-width: 0;
  width: 100%;
  background: transparent;
  border: none;
  display: block;
  min-height: 70vh;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 90%;
  -moz-transition: left 600ms ease, opacity 600ms ease;
  -o-transition: left 600ms ease, opacity 600ms ease;
  -webkit-transition: left 600ms ease, opacity 600ms ease;
  transition: left 600ms ease, opacity 600ms ease;
}
#main-menu a {
  padding: 19px 0 16px 0;
  border-bottom: 1px solid #cecece;
  color: #ffffff;
  line-height: 18px;
  font-size: 18px;
  text-decoration: none;
}
#main-menu .submenu a {
  font-size: 16px;
}
#main-menu .is-dropdown-submenu .is-dropdown-submenu {
  margin-top: 15px;
  overflow: auto;
  height: calc(100vh - 200px);
}
#main-menu .is-dropdown-submenu .is-dropdown-submenu li {
  padding-right: 5px;
}
#main-menu li {
  padding-right: 46px;
}
#main-menu .submenu li {
  padding-right: 0;
  padding-left: 47px;
}
#main-menu .is-drilldown-submenu-parent > a::after,
#main-menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
  right: 44px;
  position: absolute;
  margin-top: -18px;
  border: none;
  width: 16px;
  height: 16px;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/pfeil.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
#main-menu li[aria-expanded="true"] > a,
#main-menu a:hover {
  color: #fbc200;
  font-weight: 700;
}
#main-menu .menu .menu a:hover {
  color: #fbc200;
  font-weight: 400;
}
#main-menu .is-drilldown-submenu-parent > a:hover::after,
#main-menu .is-dropdown-submenu-parent.is-right-arrow > a:hover::after {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/pfeil_yellow.svg');
}
#main-menu .menu .menu a {
  padding: 7px 0;
  border-bottom: none;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
  text-decoration: none;
}
.meta-info-wrapper {
  position: relative;
  color: #fff;
  padding-top: 25px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 24px;
}
.meta-info-wrapper p {
  color: #fff;
}
.meta-info-title {
  font-weight: 700;
  position: relative;
}
.meta-info-title:before {
  content: '';
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  left: -35px;
  top: -3px;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/info-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.swReset .meta-info-wrapper a {
  color: #fff;
  position: relative;
}
.swReset .meta-info-wrapper a:hover {
  color: #fbc200;
}
.meta-info-wrapper-link:before {
  content: '›';
  font-family: Myriad;
  color: #fbc200;
  position: absolute;
  left: -8px;
  line-height: 26px;
}
.meta-info-wrapper:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -80px;
  left: 0;
  height: 2000px;
  width: 2000px;
  z-index: -1;
}
#main-menu .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu,
#main-menu .is-dropdown-submenu.js-dropdown-active {
  opacity: 1;
  visibility: visible;
  left: 100%;
}
/* Weather */
#weather-wrapper {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  padding: 80px 0 60px 0;
  top: calc(-100% + 160px);
  width: 100%;
  min-height: 300px;
  z-index: 100;
  opacity: 0;
  overflow: hidden;
  -moz-transition: opacity 400ms ease, top 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms ease;
  -o-transition: opacity 400ms ease, top 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms ease;
  -webkit-transition: opacity 400ms ease, top 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms ease;
  transition: opacity 400ms ease, top 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms ease;
}
.menu-is-scrolled.weather-is-opened #weather-wrapper {
  background-color: rgba(0, 0, 0, 0.85);
  top: 75px !important;
}
.weather-is-opened #weather-wrapper {
  top: 139px;
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .weather-is-opened #weather-wrapper {
    top: 160px;
  }
}
.weather-icon-wrapper {
  position: relative;
}
.weather-icon-wrapper img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
@media only screen and (min-width: 960px) {
  .weather-icon-wrapper {
    margin-top: 55px;
    width: 25%;
    float: left;
  }
  .weather-icon-wrapper img {
    padding-right: 10px;
    width: auto;
    max-height: 80px;
  }
}
.weather-title-wrapper {
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  right: 0;
  height: 100%;
}
@media only screen and (min-width: 960px) {
  .weather-title-wrapper {
    display: flex;
  }
}
.weather-title {
  display: block;
  color: #fff;
  font-size: 14px;
}
#weather-list {
  margin-top: 40px;
}
#weather-list li {
  color: #ffffff;
  list-style: none;
  font-size: 16px;
}
@media only screen and (min-width: 960px) {
  #weather-list {
    display: inline-block;
    margin-top: 0;
    padding: 0 0 0 35px;
    width: 75%;
  }
  #weather-list li {
    float: left;
    width: 20%;
  }
}
.day-item {
  margin: 0 20px;
}
.day-title {
  font-size: 16px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .day-title {
    margin-bottom: 35px;
    font-size: 14px;
    text-align: left;
  }
}
.day-temperatures-wrapper {
  display: flex;
  margin: 15px 0 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.day-temperatures-wrapper > div {
  flex: 1 1 auto;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .day-temperatures-wrapper {
    display: block;
    margin: 0;
    padding-bottom: 0px;
    border-bottom: none;
    border-right: 1px solid #ccc;
  }
  .day-temperatures-wrapper > div {
    text-align: left;
  }
  .day-temperatures-wrapper > div + div {
    margin-top: 40px;
  }
}
#weather-list li:last-of-type .day-temperatures-wrapper {
  border-right: none;
}
.berg-temperature {
  margin-bottom: 40px;
}
.weather-icon {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 960px) {
  .weather-icon {
    float: left;
  }
}
.weahter-icon-1 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_1_weiss.svg');
}
.weahter-icon-1-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_1_grau.svg');
}
.weahter-icon-2 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_2_weiss.svg');
}
.weahter-icon-2-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_2_grau.svg');
}
.weahter-icon-3 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_3_weiss.svg');
}
.weahter-icon-3-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_3_grau.svg');
}
.weahter-icon-4 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_4_weiss.svg');
}
.weahter-icon-4-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_4_grau.svg');
}
.weahter-icon-5 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_5_weiss.svg');
}
.weahter-icon-5-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_5_grau.svg');
}
.weahter-icon-6 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_6_weiss.svg');
}
.weahter-icon-6-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_6_grau.svg');
}
.weahter-icon-7 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_7_weiss.svg');
}
.weahter-icon-7-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_7_grau.svg');
}
.weahter-icon-8 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_8_weiss.svg');
}
.weahter-icon-8-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_8_grau.svg');
}
.weahter-icon-9 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_9_weiss.svg');
}
.weahter-icon-9-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_9_grau.svg');
}
.weahter-icon-10 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_10_weiss.svg');
}
.weahter-icon-10-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_10_grau.svg');
}
.weahter-icon-11 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_11_weiss.svg');
}
.weahter-icon-11-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_11_grau.svg');
}
.weahter-icon-12 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_12_weiss.svg');
}
.weahter-icon-12-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_12_grau.svg');
}
.weahter-icon-13 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_13_weiss.svg');
}
.weahter-icon-13-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_13_grau.svg');
}
.weahter-icon-14 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_14_weiss.svg');
}
.weahter-icon-14-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/wetter_14_grau.svg');
}
.weahter-icon-15 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/Wetter_level_15.png');
}
.weahter-icon-15-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/Wetter_level_15.png');
}
.weahter-icon-16 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/Wetter_level_16.png');
}
.weahter-icon-16-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/Wetter_level_16.png');
}
.weahter-icon-17 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/Wetter_level_17.png');
}
.weahter-icon-17-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/Wetter_level_17.png');
}
.weahter-icon-18 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/Wetter_level_18.png');
}
.weahter-icon-18-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/Wetter_level_18.png');
}
.weahter-icon-19 {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/Wetter_level_19.png');
}
.weahter-icon-19-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/Wetter_level_19.png');
}
.weahter-icon-4 {
  margin-top: 3px;
}
.weahter-icon-4-gray {
  margin-top: 5px;
}
/*Booking wrapper*/
#booking-wrapper {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  padding: 80px 0 60px 0;
  top: calc(-100% + 160px);
  width: 100%;
  min-height: 300px;
  z-index: 100;
  opacity: 0;
  overflow: hidden;
  -moz-transition: opacity 400ms ease, top 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms ease;
  -o-transition: opacity 400ms ease, top 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms ease;
  -webkit-transition: opacity 400ms ease, top 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms ease;
  transition: opacity 400ms ease, top 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms ease;
  color: #fff;
}
#booking-wrapper #booking-wrapper-close {
  color: white;
  font-size: 2em;
  cursor: pointer;
}
.menu-is-scrolled.booking-is-opened #booking-wrapper {
  background-color: rgba(0, 0, 0, 0.85);
  top: 75px !important;
}
.booking-is-opened #booking-wrapper {
  top: 160px;
  opacity: 1;
}
.booking-title {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  line-height: 27px;
}
.booking-form-column-wrapper {
  padding-left: 40px;
}
.booking-form-element {
  margin-bottom: 7px;
}
.booking-form-element label {
  width: 130px;
  display: inline-block;
  float: left;
}
.booking-form-element input,
.booking-form-element select {
  background: none;
  border: 1px solid #fff;
  color: inherit;
  padding: 2px 10px;
  width: calc(100% - 130px);
}
.booking-form-element select option {
  color: #000;
  background-color: #fff;
}
.booking-form-element input.booking-date-element {
  width: calc(100% - 155px);
  margin-right: 5px;
}
.booking-form-element.booking-submit-element {
  text-align: right;
  margin-top: 35px;
}
.booking-form-element.booking-submit-element input {
  background-color: #fbc200;
  color: #666;
  border: none !important;
  text-align: left;
}
.booking-form-element.booking-hotel-element,
.booking-form-element.booking-ferienwohnung-element {
  display: inline-block;
  margin-top: 25px;
}
.booking-form-element.booking-hotel-element label,
.booking-form-element.booking-hotel-element input,
.booking-form-element.booking-ferienwohnung-element label,
.booking-form-element.booking-ferienwohnung-element input {
  width: auto;
  line-height: 17px;
}
.booking-form-element.booking-hotel-element label,
.booking-form-element.booking-ferienwohnung-element label {
  float: right;
  margin-left: 10px;
}
.booking-form-element.booking-hotel-element {
  margin-left: 130px;
  margin-right: 20px;
}
input.error,
select.error,
textarea.error {
  border: 1px solid #e11f20 !important;
}
/*Slider */
#home-slider-wrapper {
  background-color: #222;
  height: calc(100vh - 160px);
  overflow: hidden;
}
.menu-is-scrolled #home-slider-wrapper {
  height: calc(100vh - 75px);
}
#slider-crown-wrapper {
  position: absolute;
  top: 50%;
  width: 200px;
  z-index: 999;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: top 0.5s ease-out;
}
.banner-revealed #slider-crown-wrapper {
  top: 33%;
}
#banner-wrapper {
  position: absolute;
  bottom: 70px;
  right: 70px;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  width: 280px;
  height: 280px;
  z-index: 15;
  margin-bottom: -200px;
  opacity: 0;
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#banner-wrapper a {
  padding: 22px;
  color: #666;
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 23px;
  display: block;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
#banner-wrapper .crown {
  width: 46px;
  height: 46px;
  display: inline-block;
  padding-top: 4px;
}
#banner-wrapper .banner-title {
  font-size: 27px;
  font-weight: bold;
  line-height: 33px;
  margin: 10px 0;
}
#banner-wrapper .banner-text {
  position: absolute;
  bottom: 0;
  background-color: #fbc200;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  left: 0;
}
#banner-wrapper:hover {
  transform: rotate(-10deg);
}
.banner-revealed #banner-wrapper {
  margin-bottom: 0;
  opacity: 1;
}
#home-slider-wrapper .parallax-scene {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}
.parallax-scene .layer {
  width: 100%;
}
.parallax-scene .layer img {
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  width: 100%;
  min-height: 1080px;
  min-width: 1920px;
}
.is-portrait .parallax-scene .layer img {
  -moz-transform: scale(1.025) translateX(-25%);
  -ms-transform: scale(1.025) translateX(-25%);
  -o-transform: scale(1.025) translateX(-25%);
  -webkit-transform: scale(1.025) translateX(-25%);
  transform: scale(1.025) translateX(-25%);
  width: auto;
  height: calc(100vh - 160px);
  max-width: none;
}
.slider-item {
  height: calc(100vh - 160px);
}
.menu-is-scrolled .slider-item,
.menu-is-scrolled.is-portrait .parallax-scene .layer img {
  height: calc(100vh - 75px);
}
.slider-slogan-wrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 500px;
  top: 33%;
  left: 50%;
  margin-top: 50px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-duration: .5s !important;
  transition-delay: .5s !important;
}
.owl-loaded .slider-slogan-wrapper {
  opacity: 1;
}
.menu-is-scrolled .slider-slogan-wrapper {
  margin-top: 70px;
}
.slider-text-wrapper {
  position: absolute;
  z-index: 10;
  top: 35%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-style: italic;
  font-size: 34px;
  font-family: 'Merriweather', serif;
  width: 100%;
  line-height: 40px;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}
.swReset .slider-text-wrapper a {
  color: #fff;
  position: relative;
}
.swReset .slider-text-wrapper a img {
  width: 7px !important;
  display: inline;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.slider-text-wrapper .slider-info-text {
  font-size: 18px;
  font-family: Myriad;
  display: block;
  font-style: normal;
}
.slider-text-wrapper .slider-info-text img {
  width: 7px !important;
  display: inline;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.crown-image {
  animation: crown-loading-frame 1s ease-in-out 0s infinite;
}
.banner-revealed .crown-image {
  animation: none;
}
@keyframes crown-loading-frame {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.owl-carousel img {
  opacity: 0;
  transition: opacity .5s ease 3s;
}
.owl-carousel .owl-item img {
  opacity: 1;
  animation: owl-item-image-fade 1s linear;
}
@keyframes owl-item-image-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.owl-controls {
  text-align: center;
}
.owl-dots {
  display: inline-block;
  position: absolute;
  bottom: 60px;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 20;
  right: 50%;
}
.owl-dot {
  display: inline-block;
  position: relative;
}
.owl-controls .owl-dot span {
  display: block;
  float: left;
  width: 50px;
  height: 4px;
  margin: 0 5px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.grabbing {
  cursor: url('../typo3conf/ext/theme/Resources/Public/Images/grabbing.png') 8 8, move;
}
.bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #000000;
}
.progressBar {
  width: 100%;
  background: #ffffff;
}
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  float: left;
  position: absolute;
  top: 0;
  width: 30%;
  height: calc(100vh - 160px);
}
.owl-controls .owl-nav .owl-prev {
  left: 0;
  cursor: url('../typo3conf/ext/theme/Resources/Public/Images/prevCursorWhite02.png'), auto;
}
.owl-controls .owl-nav .owl-next {
  right: 0;
  cursor: url('../typo3conf/ext/theme/Resources/Public/Images/nextCursorWhite02.png'), auto;
}
.main-wrapper {
  position: relative;
  background-color: #ebebeb;
}
/* Cards*/
.home-card-wrapper {
  padding: 100px 0 0 0;
}
.card {
  background-color: #ffffff;
  margin-bottom: 14px;
  position: relative;
  cursor: pointer;
}
.card-text-wrapper p {
  margin-bottom: 0;
}
.swReset .main-wrapper .card a {
  text-decoration: none;
}
.grid-item .card,
.card-big {
  min-height: 445px;
}
.card-image-wrapper {
  position: relative;
  max-height: 165px;
  overflow: hidden;
}
.card-image-wrapper img {
  width: 100%;
}
.tx-wdevents .card-image-wrapper {
  position: relative;
  max-height: 165px;
  overflow: hidden;
  height: 100%;
  background-color: #222;
}
.tx-wdevents .card-image-wrapper img {
  position: absolute;
  width: auto;
  min-width: 100%;
  transform: translateY(-50%);
  top: 50%;
}
.card-text-wrapper {
  padding: 25px 20px 60px 20px;
  position: relative;
  /*comment*/
}
.card-text-title {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 15px;
}
.card-hover-effect-wrapper {
  opacity: 0;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.card:hover .card-hover-effect-wrapper {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.card-hover-effect-wrapper img {
  width: 60px;
  position: absolute;
  top: 60%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  -webkit-transition: top 300ms ease;
  transition: top 300ms ease;
}
.card:hover .card-hover-effect-wrapper img {
  top: 50%;
}
.card-wandern-info-wrapper {
  margin-top: 40px;
}
.wandern-info-item {
  line-height: 24px;
}
.wandern-rate-item {
  margin-bottom: 16px;
}
.rate {
  display: inline-block;
  float: left;
  width: 28px;
  height: 5px;
  border: 1px solid #666666;
  background-color: #666666;
  margin: 5px 5px 0 0;
}
.rate.rate-empty {
  background-color: transparent;
}
.home-card-wrapper .card-text-wrapper {
  padding: 20px 20px 24px 20px;
}
.home-card-wrapper .card-big {
  min-height: 424px;
}
.card.event-home-card {
  min-height: 0 !important;
  padding-bottom: 20px;
}
.card.event-home-card .card-image-wrapper {
  height: 220px;
  max-height: none;
}
.card.event-home-card .event-date-wrapper {
  font-family: 'Merriweather';
  font-size: 18px;
  line-height: 31px;
  font-weight: 600;
}
.card.event-home-card .card-text-wrapper {
  padding: 15px 20px 60px 20px;
}
.card.event-home-card .card-text-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
  font-weight: 300;
  margin-top: 5px;
}
.card.event-home-card .city {
  font-family: 'Merriweather';
  font-size: 18px;
  line-height: 31px;
}
.swReset .top-events-link-wrapper {
  margin: 80px 0;
  text-align: center;
}
.swReset .top-events-link-wrapper a {
  font-size: 19px;
  line-height: 28px;
  text-decoration: none;
}
/*Main Booking*/
#main-booking-wrapper {
  border-top: 4px solid #e11f1f;
  background-color: #fff;
  padding: 20px 20px 60px 20px;
  margin-bottom: 20px;
  min-height: 424px;
  margin-right: 20px;
  position: relative;
}
.main-booking-title {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
  display: block;
}
.main-booking-form-element {
  margin-bottom: 7px;
}
.main-booking-form-element input {
  padding: 2px 5px;
  width: 100%;
}
input.main-booking-date-element {
  width: calc(100% - 28px);
  margin-right: 10px;
}
.main-booking-ferienwohnung-element input,
.main-booking-hotel-element input {
  width: auto;
  margin-right: 10px;
}
.main-booking-hotel-element {
  margin-top: 20px;
}
.main-booking-submit-element {
  margin-top: 20px;
}
.main-booking-submit-element input {
  background-color: #666;
  color: #fff;
  border: none;
  text-align: left;
  padding: 2px 6px;
}
.main-booking-submit-element input:hover,
.main-booking-submit-element input:focus {
  background-color: #e11f1f;
}
.feratel-trademark {
  font-size: 12px;
  line-height: normal;
  margin-top: 12px;
  position: absolute;
  bottom: 20px;
}
.hotel-feratel-trademark {
  margin: -10px 0 28px 0;
  font-size: 12px;
  margin-left: 20px;
}
/* Booking form */
.booking-form .sw-custom-number-input-wrapper {
  width: 100%;
  margin-bottom: 0.8em;
  height: 30px;
}
.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 2px 10px;
  margin-bottom: 0.6em;
  line-height: 25px;
}
.booking-form textarea {
  max-width: 100% !important;
  min-height: 150px;
}
.booking-form input[type=checkbox] {
  width: auto;
  float: right;
  position: relative;
  top: 5px;
  transform: scale(1.2);
}
.booking-form .form-newsletter-wrapper {
  margin: 1em 0;
}
.booking-form .form-agb-wrapper {
  margin: 0 0 1em 0;
}
.booking-form input[type=submit] {
  font-size: 14px;
  border: none;
  color: #ffffff;
  font-family: 'Merriweather', serif;
  line-height: normal;
  padding: 10px;
  margin: 1em 0 3em 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.main-wrapper ul.typo3-messages {
  background-color: rgba(62, 62, 62, 0.13);
  padding: 30px;
  margin-bottom: 30px !important;
}
.main-wrapper ul.typo3-messages p {
  margin-bottom: 0;
}
ul.typo3-messages li {
  padding: 0;
}
ul.typo3-messages li:before {
  display: none !important;
}
.mandatory-field:before {
  content: '*';
}
/**Simple Grid*/
.flexible-grid-wrapper {
  margin-bottom: 0px;
}
.flexible-grid-wrapper .simple-grid-item {
  position: relative;
  margin-bottom: 2em;
  overflow: hidden;
}
.flexible-grid-wrapper .simple-grid-item:hover .image-bg-wrapper {
  opacity: 0.5 !important;
}
.flexible-grid-wrapper .simple-grid-item .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.flexible-grid-wrapper .simple-grid-item .image-wrapper {
  background-color: #333;
}
.flexible-grid-wrapper .simple-grid-item .image-wrapper .image-bg-wrapper {
  transition: opacity 400ms ease;
  padding-bottom: 80%;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.75;
  background-repeat: no-repeat;
}
.flexible-grid-wrapper .simple-grid-item .image-description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  width: 80%;
  text-align: center;
  font-family: 'Merriweather', serif;
}
.flexible-grid-wrapper .simple-grid-item .image-description p {
  font-family: inherit;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-style: inherit;
}
/*Home Offers*/
.home-offers-wrapper {
  margin-bottom: 80px;
}
.home-offers-wrapper .home-offer-item .card {
  min-height: 0;
}
.home-offers-wrapper .home-offer-item .card .card-image-wrapper {
  position: relative;
  max-height: none;
}
.home-offers-wrapper .home-offer-item .card .card-image-wrapper .image-wrapper {
  background-color: #222;
}
.home-offers-wrapper .home-offer-item .card .card-image-wrapper .image-wrapper .image-bg-wrapper {
  padding-bottom: 56%;
  background-size: cover;
  background-position: 50% 50%;
  transition: opacity 300ms ease;
}
.home-offers-wrapper .home-offer-item .card .card-image-wrapper .image-wrapper:hover .image-bg-wrapper {
  opacity: 0.6;
}
.home-offers-wrapper .home-offer-item .card .card-image-wrapper .card-text-angebot-price {
  margin-bottom: 5px;
  position: absolute;
  z-index: 1;
  background-color: #fbc200;
  bottom: 0;
  left: 0;
  padding: 8px 16px;
  font-weight: 600;
  display: inline-block;
}
.home-offers-wrapper .home-offer-item .card .card-text-wrapper {
  padding: 25px 20px 80px 20px;
}
.home-offers-wrapper .home-offer-item .card .card-text-wrapper .card-text-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
  font-weight: 300;
  margin-top: 5px;
}
/*Widget Area*/
#widget-wrapper {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 140px 0;
}
#widget-wrapper .row {
  max-width: 734px;
}
#widget-wrapper .column {
  max-width: 234px;
}
.widget {
  background-color: #ebebeb;
  border-top: 5px solid currentColor;
  margin-bottom: 14px;
  cursor: pointer;
  -moz-transition: background-color 400ms ease;
  -o-transition: background-color 400ms ease;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}
.widget:hover {
  background-color: currentColor;
}
.widget-inner-wrapper {
  padding: 25px 0;
  display: inline-block;
  font-family: 'Merriweather', serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.widget-inner-wrapper a {
  display: block;
  width: 100%;
}
.widget-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
}
.widget-text {
  line-height: 40px;
  float: left;
  padding-left: 10px;
}
/* 300 Wrapper*/
.tourismus-300-wrapper > .row {
  max-width: 880px;
  margin: 0 auto;
}
.tourismus-300-wrapper .tourismus-300-image-wrapper {
  height: 530px;
  background-size: cover;
  background-position: center center;
}
.tourismus-300-wrapper .tourismus-300-text-wrapper {
  font-family: 'Merriweather', serif;
  top: -34px;
  position: relative;
  z-index: 2;
}
.tourismus-300-wrapper .tourismus-300-text-wrapper .logo {
  width: 237px;
  height: 237px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/300logo.png');
  float: left;
  position: relative;
  margin-right: 100px;
  top: -100px;
}
.tourismus-300-wrapper .tourismus-300-text-wrapper .title {
  font-style: italic;
  font-size: 44px;
  line-height: normal;
  font-weight: 600;
  display: table;
  position: relative;
  color: #222;
}
.tourismus-300-wrapper .tourismus-300-text-wrapper .title:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #fbc200;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  z-index: -1;
  display: block;
  transform: skewX(-10deg);
}
.tourismus-300-wrapper .tourismus-300-text-wrapper .subtitle {
  font-style: italic;
  font-size: 24px;
  line-height: normal;
  font-weight: 500;
  display: inline-block;
  position: relative;
  color: #fbc200;
  margin: 20px 0 0 -10px;
}
.tourismus-300-wrapper .tourismus-300-text-wrapper .subtitle:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -10px;
  background-color: #222;
  height: calc(100% + 10px);
  width: calc(100% + 20px);
  z-index: -1;
  clear: both;
  transform: skewX(-10deg);
}
.tourismus-300-wrapper .tourismus-300-text-wrapper .link {
  margin-left: 50px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .tourismus-300-wrapper .tourismus-300-image-wrapper {
    height: 350px;
  }
  .tourismus-300-wrapper .tourismus-300-text-wrapper {
    top: -34px;
  }
  .tourismus-300-wrapper .tourismus-300-text-wrapper .logo {
    width: 150px;
    height: 150px;
    margin-right: 50px;
    top: -50px;
  }
  .tourismus-300-wrapper .tourismus-300-text-wrapper .title {
    font-size: 35px;
  }
  .tourismus-300-wrapper .tourismus-300-text-wrapper .subtitle {
    font-size: 19px;
  }
  .tourismus-300-wrapper .tourismus-300-text-wrapper .link {
    margin-left: 50px;
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  .tourismus-300-wrapper .tourismus-300-image-wrapper {
    height: 250px;
  }
  .tourismus-300-wrapper .tourismus-300-text-wrapper {
    top: -70px;
    text-align: center;
  }
  .tourismus-300-wrapper .tourismus-300-text-wrapper .logo {
    top: -20px;
    display: block;
    float: none;
    margin: 0 auto;
  }
  .tourismus-300-wrapper .tourismus-300-text-wrapper .title {
    font-size: 26px;
    left: 50%;
    transform: translateX(-50%);
  }
  .tourismus-300-wrapper .tourismus-300-text-wrapper .subtitle {
    font-size: 18px;
  }
  .tourismus-300-wrapper .tourismus-300-text-wrapper .link {
    margin-left: 0;
    display: block;
    margin-top: 1em;
  }
}
/*Instagram*/
.instagram-item {
  margin-bottom: 14px;
  line-height: normal;
  cursor: pointer;
  outline: none !important;
}
.instagram-item:hover .instagram-image-wrapper img {
  opacity: 0.4;
}
.instagram-image-wrapper {
  position: relative;
  padding-bottom: 80%;
  overflow: hidden;
  background-color: #222;
}
.instagram-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  height: 100%;
  width: 100%;
  transition: opacity 200ms ease;
  will-change: opacity;
}
.instagram-user-info-wrapper {
  background-color: #ffffff;
  padding: 15px 10px 10px 10px;
  margin-bottom: 0;
}
.instagram-user-image {
  width: 40px;
}
.instagram-image {
  width: 100%;
}
.media-object-section.instagram-user-image-wrapper {
  padding-right: 10px;
}
.instagram-item i {
  padding-right: 5px;
}
.instagram-reveal {
  width: auto !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  max-width: 580px;
}
.instagram-reveal .close-button {
  position: absolute;
  top: 0;
  right: auto;
  left: -100px;
  outline: none !important;
}
.reveal-social-wrapper {
  margin-top: 10px;
  font-size: 18px;
  display: none;
}
.reveal-social-wrapper a {
  margin-right: 5px;
}
.ce-image-reveal .close-button {
  top: 1em;
  right: auto;
  left: 1em;
}
/*Footer*/
#footer-wrapper {
  background-color: #F6F6F6;
  padding: 64px 0 74px 0;
  font-family: 'Merriweather', serif;
  font-size: 15px;
  line-height: 25px;
  margin-top: 60px;
}
.footer-menu {
  padding: 0;
  margin: 0;
}
.footer-menu li {
  list-style: none;
}
.footer-menu li a {
  font-family: 'Merriweather', serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
}
.footer-first-row {
  margin-bottom: 40px;
  font-size: 14px;
}
@media only screen and (min-width: 960px) {
  .footer-first-row {
    display: flex;
  }
  .footer-first-row > .columns:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.footer-hr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  margin-bottom: 40px;
}
#social-icons-wrapper a {
  font-size: 28px;
  margin-right: 15px;
  display: inline-block;
}
#newsletter-title {
  margin-bottom: 5px;
}
.swReset .newsletter-email {
  border: none;
  font-family: 'Merriweather', serif;
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  padding: 5px 20px;
  position: relative;
  width: calc(100% - 115px);
}
.swReset .newsletter-submit {
  font-size: 14px;
  border: none;
  color: #ffffff;
  width: 100px;
  font-family: 'Merriweather', serif;
  line-height: 20px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
}
.swReset .newsletter-submit:hover {
  background-color: #005ea7;
}
#copyright-wrapper {
  margin-top: 32px;
}
/* Default Template*/
.is-default-touren-template #header-image-wrapper,
#header-image-wrapper {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/temp/default_header_image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
}
.is-default-touren-template #header-image-wrapper {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/temp/default_touren_header_image.jpg');
}
#breadcrumb-wrapper {
  text-align: center;
  padding: 15px 160px;
  margin-top: 3px;
}
.breadcrumb-separator {
  margin: 0 5px;
}
.page-title.page-title-small-padding {
  padding: 40px 0 20px;
}
.page-lead-text {
  margin-bottom: 80px;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  padding: 0 180px;
}
.page-lead-text.page-lead-text-big {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
/*
###############################################################################################
                                Restaurant Finder Filters
###############################################################################################
*/
#highlights-filters ul li {
  margin-bottom: 4px !important;
}
#highlights-filters ul li:before {
  display: none;
}
#highlights-filters .select2-container--default {
  border-radius: 0px;
  width: 100% !important;
}
#highlights-filters #highlights-single-filters .filter-item {
  margin-bottom: 8px;
  padding: 0;
  width: calc(25% - 8px);
  float: left;
  margin-right: 8px;
}
#highlights-filters #highlights-multiple-filters .filter-item {
  margin-bottom: 8px;
  padding: 0;
  width: calc(50% - 8px);
  float: left;
  margin-right: 8px;
}
#highlights-filters #highlights-single-filters,
#highlights-filters #highlights-multiple-filters,
#highlights-filters #highlights-weekdays-filters {
  float: left;
  width: 100%;
}
#highlights-filters span.select2-selection {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
  min-height: 34px;
}
#highlights-filters #highlights-weekdays-filters {
  margin: 15px 0 30px 0;
  text-align: center;
}
#highlights-filters #highlights-weekdays-filters .filter-item {
  width: 14.05%;
  float: left;
  padding-left: 0;
  margin-right: 2px;
  text-align: center;
}
#highlights-filters .select2-search {
  padding-left: 0;
  color: #999;
}
#highlights-filters .filters-opening span {
  display: inline-block;
  font-size: 0.9em;
  width: 100%;
  float: left;
  font-weight: 400;
  background-color: #fff;
  padding: 6px;
}
#highlights-filters .filters-opening span.active-week {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
#highlights-filters .filters-opening .button {
  padding: 5px 7px;
  /*border: 1px solid #aaa;*/
  font-size: .8rem;
  cursor: pointer;
  display: inline-block;
  margin-top: 3px;
}
#highlights-filters .filters-opening .button.active {
  background-color: #dddddd;
}
#highlights-filters .filters-opening .button,
#highlights-filters .filters-opening .button:active {
  transition: background-color 0.25s ease-out;
}
#highlights-filters .filters-opening .button input {
  display: none;
}
#highlights-filters .filters-opening:before,
#highlights-filters .filters-opening:after {
  content: ' ';
  display: table;
}
#highlights-filters .filters-opening:after {
  clear: both;
}
span.restaurant-finder-attribute:after {
  content: ",";
  margin-right: 3px;
  margin-left: -2px;
}
.restaurant-finder-attribute-wrapper .restaurant-finder-attribute:last-child:after {
  display: none;
}
.restaurant-finder-attribute-wrapper {
  margin-bottom: 1em;
}
/*
###############################################################################################
                                Tour Übersicht
###############################################################################################
*/
#mapCanvas {
  height: calc(100vh - 85px);
  min-height: 100%;
  width: 41.3vw;
  position: relative;
  border: 20px solid #fff;
}
#hoehepunkte_grid {
  margin: 0 45px 0 10px;
  min-height: calc(100vh);
}
#mapCanvas-wrapper {
  position: relative;
  will-change: top, bottom;
  right: 5px;
}
.google-map-is-fixed-top #mapCanvas-wrapper {
  position: fixed;
  top: 80px;
}
.google-map-is-fixed-bottom #mapCanvas-wrapper {
  position: absolute;
  bottom: 15px;
}
.si-close-button {
  right: -25px;
  background-color: #000;
  border-radius: 0;
  opacity: 1;
  color: #fff;
  padding: 0 5px;
}
.si-frame {
  overflow: visible;
}
.marker-infobox {
  width: 300px;
}
.marker-image img {
  width: 100%;
}
.marker-info {
  padding: 15px;
}
.marker-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.marker-text {
  margin-bottom: 5px;
}
.marker-link {
  display: inline-block;
}
/*
###############################################################################################
                                Tour Detail
###############################################################################################
*/
.tour-detail-text {
  padding-right: 50px;
}
.tour-detail-links-wrapper a {
  display: block;
  margin-bottom: 14px;
}
.tour-contact-box p {
  margin-bottom: 0;
}
.link-arrow {
  color: #e11f1f;
}
.swReset a.link-with-icon {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: normal;
}
.link-icon {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.hoehenprofil-icon {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/hoehenprofil.svg');
}
.schweiz-mobil-icon {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/schweiz-mobil.svg');
}
.map-pin-icon {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/map-pin.svg');
}
.speech-icon {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/speech-icon.svg');
  margin-top: 2px;
}
.info-icon-gray {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/info-icon-gray.svg');
  margin-top: 2px;
}
.link-with-icon:hover .hoehenprofil-icon {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/hoehenprofil-blue.svg');
}
.link-with-icon:hover .schweiz-mobil-icon {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/schweiz-mobil-blue.svg');
}
.link-with-icon:hover .map-pin-icon {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/map-pin-blue.svg');
}
.link-with-icon:hover .speech-icon {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/speech-icon-blue.svg');
}
#galerie-button {
  position: absolute;
  float: left;
  display: inline-block;
  margin: 15px -7px 0;
}
#galerie-button img {
  margin-right: 5px;
}
#slider_wrapper {
  position: relative;
}
.slider_item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 440px;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.slider_item-caption {
  background-color: #ebebeb;
  padding: 10px 10px 10px 25px;
  color: #444;
  position: fixed;
  bottom: 0;
  height: 41px;
  z-index: 1112;
  width: 100%;
  display: none;
}
.gallerie-is-opened .slider_item-caption {
  display: block;
}
#slider-tirgger-button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 2000;
  opacity: 0;
}
#slider_wrapper:hover #slider-tirgger-button {
  opacity: 1;
}
.gallerie-is-opened .slider_item {
  height: 100vh;
}
.gallerie-is-opened #slider_wrapper {
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0;
  width: 100%;
}
.gallerie-is-opened #slider-tirgger-button {
  display: none;
}
#slider_wrapper .owl-controls {
  display: none !important;
}
.gallerie-is-opened #slider_wrapper .owl-controls {
  display: block !important;
}
/*
#slider_wrapper .owl-pagination {
  display: block;
  position: absolute;
  text-align: center;
  bottom: 0;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  margin: 0 30%;
  width: 40%;
  background-color: #ebebeb;
  padding: 10px;
}
*/
#slider_wrapper #header_slider .owl-dots {
  display: block;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 40%;
  background-color: #ebebeb;
  padding: 10px;
}
.slider_item-caption-text {
  display: none;
}
#slider_wrapper .owl-controls .owl-dot span {
  background: #666666;
}
#slider_wrapper .owl-controls .owl-dot.active span .bar {
  width: 100%;
}
#slider_wrapper .owl-controls .owl-dot span .bar {
  background: #D9D9D9;
  transition: width .2s ease;
}
#slider-tirgger-exit-button {
  display: none;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/exit.svg');
  position: absolute;
  top: 70px;
  right: 70px;
  z-index: 2000;
  cursor: pointer;
}
#slider-tirgger-exit-button:after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #666;
  left: 50%;
  position: absolute;
  top: -14px;
  transform-origin: center center;
  transform: rotate(45deg);
}
#slider-tirgger-exit-button:before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #666;
  left: 50%;
  position: absolute;
  top: -16px;
  transform-origin: center center;
  transform: rotate(-45deg);
}
.gallerie-is-opened #slider-tirgger-exit-button {
  display: block;
}
/*
###############################################################################################
                                Hotel Template
###############################################################################################
*/
.is-default-hotel-template #header-image-wrapper {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/temp/default_hotel_header_image.jpg');
}
.link-hotel-detail {
  position: absolute;
  bottom: 25px;
  left: 20px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
}
.link-hotel-detail:hover {
  border-color: #005ea7;
}
.hotel-head-title {
  margin-bottom: 5px;
}
/*Filter*/
#hotel-filter-wrapper,
#highlights-filters {
  margin-bottom: 40px;
}
#highlights-filters ul {
  list-style: none;
}
#highlights-filters ul li {
  margin-bottom: 20px;
}
#highlights-filters select {
  width: 100%;
}
#highlights-filters .select2-container--default {
  border-radius: 0px;
}
#highlights-filters .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #aaa;
}
#highlights-filters input#search {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  min-height: 34px;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
#highlights-filters input#search:focus {
  outline: none;
}
#hotel-filter-wrapper {
  text-align: center;
}
#hotel-filter-container {
  display: inline-block;
}
.hotel-filter-list {
  float: left;
  padding: 0;
  margin: 0;
}
.hotel-filter-title {
  display: inline-block;
  float: left;
  margin-right: 25px;
  font-style: italic;
  padding: 5px 0;
}
.hotel-filter {
  float: left;
  list-style: none;
  cursor: pointer;
  background-color: #fff;
  margin: 0 2px 2px 0;
  padding: 5px 13px;
  min-width: 100px;
  text-align: left;
}
.hotel-filter:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.hotel-filter.selected {
  background-color: #999;
  color: #fff;
}
.grid-sizer,
.grid-item {
  width: calc(33.333% - 1%);
  will-change: left, top;
}
@media screen and (max-width: 1500px) {
  #highlightsList .grid-sizer,
  #highlightsList2 .grid-sizer,
  #highlightsList .grid-item,
  #highlightsList2 .grid-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 640px) {
  #highlightsList .grid-sizer,
  #highlightsList2 .grid-sizer,
  #highlightsList .grid-item,
  #highlightsList2 .grid-item {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .grid-sizer,
  .grid-item {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 961px) {
  .grid-sizer,
  .grid-item {
    width: calc(33.333% - 15px);
  }
}
#hotel-detail-booking-form {
  padding: 20px 0;
}
#hotel-video-wrapper {
  margin-top: 60px;
}
#hotel-video-wrapper iframe {
  width: 100%;
  min-height: 500px;
  margin-bottom: 3em;
}
#hotel-angebot-button-wrapper {
  position: absolute;
  top: -70px;
  right: 20px;
}
#hotel-angebot-button-wrapper svg {
  width: 140px;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
#hotel-angebot-button-wrapper:hover #angebot-text {
  fill: #005ea7 !important;
}
#hotel-angebot-button-wrapper:hover svg {
  -moz-transform: rotate(5deg) scale(1.1);
  -ms-transform: rotate(5deg) scale(1.1);
  -o-transform: rotate(5deg) scale(1.1);
  -webkit-transform: rotate(5deg) scale(1.1);
  transform: rotate(5deg) scale(1.1);
}
/*
###############################################################################################
                                Diverses
###############################################################################################
*/
.standard_empty_offer_text {
  padding-right: 150px;
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  /**/
  .standard_empty_offer_text {
    padding-right: 0;
    padding-top: 8px;
  }
}
.swReset .tx-wdevents .white-box p {
  margin-bottom: 0;
}
/*
.main-wrapper header {
  display: none;
}*/
/*NEWSLETTER*/
#ems-wf-dest,
#ems-wf-dest textarea {
  font-family: Myriad, Arial, Helvetica, sans-serif;
  color: inherit;
  font-size: 15px;
}
#ems-wf-dest .ems-wf-bold {
  font-weight: bold;
  margin-bottom: 0;
}
#ems-wf-dest .ems-wf-AttributesBooleanElement {
  width: 100%;
  overflow: hidden;
  padding: 5px 1% 5px 1%;
  margin-bottom: 30px;
}
#ems-wf-dest .ems-wf-AttributeBooleanLabel {
  float: left;
  width: 60%;
  margin-left: 10px;
  margin-top: -3px;
}
#ems-wf-dest .ems-wf-AttributeBoolean {
  overflow: hidden;
  width: 25%;
  padding-bottom: 5px;
  padding-top: 5px;
  float: left;
}
#ems-wf-dest .ems-wf-button,
#ems-wf-dest .ems-wf-buttons {
  font-size: 14px;
  border: none;
  color: #ffffff;
  width: 100px;
  font-family: 'Merriweather', serif;
  line-height: 20px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0;
}
/*Newsletter Footer*/
.open_newsletter #NLMINI {
  display: block !important;
  padding: 100px 0 40px 0 !important;
}
.open_newsletter #ems-wf-scroll {
  height: inherit;
  overflow-y: auto;
  background-color: #ffffff;
}
.open_newsletter #ems-wf-spinner-curtain {
  display: block;
  opacity: .4;
}
.accordion-content iframe {
  width: 100%;
}
.white-box.with-hotel-angebot {
  min-height: 90px;
}
.js-more-wandern-trigger.more-button {
  display: none;
}
#breadcrumb-wrapper a,
.link-hotel-detail {
  text-decoration: none !important;
}
.video-embed {
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1em;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*** Infobox ***/
.tour-detail-infobox-text {
  position: relative;
  border-top: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2;
  padding: 2em 0;
  margin: 3em 50px 3em 0;
}
.tour-detail-infobox-text:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -5px;
  width: 30px;
  height: 30px;
  background-color: #666;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/info-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 12px;
  border-radius: 50%;
  border: 5px solid #ebebeb;
}
/*** angebotübersicht ***/
.card-text-angebot-price,
.card-text-angebot-date {
  margin-bottom: 5px;
}
.card-text-angebot-date i,
.card-text-angebot-price i {
  margin-right: 10px;
}
.angebot-card {
  padding-bottom: 50px;
}
.angebot-card ul {
  padding-left: 17px;
}
.map-styled {
  border: 20px solid #fff;
  margin-bottom: 20px;
  margin: 20px -5px;
}
.map-styled .map {
  height: 450px;
}
.add-to-favorites-wrapper {
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 22px;
}
.favorite-heart-button {
  stroke-width: 1.5px;
}
.is-favorite .favorite-heart-button {
  fill: #fbc200 !important;
  stroke: transparent !important;
}
.reveal-overlay {
  background-color: rgba(10, 10, 10, 0.9);
}
ul.with-red-arrows {
  margin: 0;
}
ul.with-red-arrows li {
  list-style: none;
  position: relative;
  padding-left: 10px;
}
ul.with-red-arrows li:before {
  content: '›';
  color: #e11f1f;
  position: absolute;
  left: 0;
}
.blue-color {
  color: #005ea7 !important;
}
.accordion {
  list-style-type: none;
  background: none;
  border: none;
  border-bottom: 0;
  border-radius: 0;
  margin: 0;
}
.swReset a.accordion-title {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  border: none;
  border-bottom: 1px solid #666666;
}
.swReset .accordion li:first-of-type a.accordion-title {
  padding-top: 0;
}
.accordion-content {
  padding: 10px 0 20px 0;
  display: none;
  border: none !important;
  background-color: transparent;
}
.swReset a.accordion-title:hover,
.accordion-title:focus {
  background-color: transparent;
  color: #005ea7;
}
.accordion-title::before {
  content: '';
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 5px;
  margin-top: -5px;
  width: 20px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/arrow_down.svg');
}
.is-active > .accordion-title::before {
  content: '';
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.white-box {
  background-color: #ffffff;
  padding: 25px 20px !important;
  margin-bottom: 14px;
  position: relative;
}
.white-box .booking-form-element input,
.white-box .booking-form-element select {
  border: 1px solid #666;
}
.swReset .white-box a.accordion-title {
  border: none;
  padding: 0;
}
.swReset .white-box .accordion-item {
  padding-top: 10px;
  border-top: 1px solid #666;
}
.swReset .white-box .accordion-item:last-child {
  border-bottom: 1px solid #666;
}
.swReset .white-box a.accordion-title:before {
  margin-top: 0;
}
.swReset .white-box .accordion {
  margin: 5px 0;
}
.lageplan-container {
  margin: 0 -20px;
  position: relative;
  z-index: 0;
}
.lageplan-container a {
  display: inline-block;
  padding: 20px 0 0 0;
  margin-left: 15px;
}
.map-accordion-item {
  border-bottom: 1px solid #666;
}
.map-accordion-item.is-active {
  border-bottom: none;
}
.more-button {
  text-align: center;
  margin: 40px 0;
  cursor: pointer;
  position: relative;
}
.more-button:after {
  content: '';
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/more.svg');
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  margin-left: -20px;
}
.page-title {
  text-align: center;
  padding: 40px 0 40px 0;
  position: relative;
}
.page-title.page-subtitle {
  padding: 160px 0 60px 0;
}
.page-title.page-subtitle.related-title {
  padding: 60px 0;
}
.hide-when-menu-visible {
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.booking-is-opened .hide-when-menu-visible,
.weather-is-opened .hide-when-menu-visible,
.menu-is-opened .hide-when-menu-visible {
  opacity: 0;
  visibility: hidden;
}
.row-big,
.row {
  max-width: 1200px;
  position: relative;
}
.relative-div {
  position: relative;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Effect 1: opacity */
.effect-1 .column.animate {
  opacity: 0;
  -webkit-animation: fadeIn 0.65s ease forwards;
  -moz-animation: fadeIn 0.65s ease forwards;
  -o-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
/*
 * Pulse animation
*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation: pulse 2s;
  -moz-animation: pulse 2s;
  -o-animation: pulse 2s;
  animation: pulse 2s;
}
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.scroll-btn {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
  margin: 0 auto;
  width: 70px;
  z-index: 13;
}
.banner-revealed .scroll-btn {
  display: block;
}
.scroll-to-next-mobile,
.scroll-btn-mobile {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  width: 30px;
  z-index: 13;
  cursor: pointer;
}
.scroll-to-next .mouse,
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 30px;
  height: 55px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 23px;
}
.scroll-to-next .mouse > *,
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 15%;
  left: 50%;
  width: 2px;
  height: 15px;
  margin: -1px 0 0 -1px;
  background: white;
  border-radius: 0%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  -o-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}
/*input number pseudoelements*/
.sw-custom-number-input-wrapper {
  position: relative;
}
.sw-custom-number-input-wrapper input::-ms-clear {
  display: none;
}
.sw-custom-select-wrapper {
  position: relative;
}
.sw-custom-select-wrapper select {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: initial;
  cursor: pointer;
  border-radius: 0;
}
.sw-custom-select-wrapper:after {
  content: '';
  top: 9px;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/number-down.svg');
  pointer-events: none;
}
.sw-custom-select-wrapper:after,
.number-up-span,
.number-down-span {
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  right: 8px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.is-ie .booking-form input,
.is-ie .booking-form select,
.is-ie .booking-form textarea {
  line-height: normal;
  border: 1px solid #999;
}
.is-ie .sw-custom-select-wrapper:after {
  display: none;
}
.number-up-span {
  top: 3px;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/number-up.svg');
}
.number-down-span {
  bottom: 3px;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/number-down.svg');
}
#booking-wrapper .number-up-span {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/number-up-white.svg');
}
#booking-wrapper .number-down-span {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/number-down-white.svg');
}
#booking-wrapper .sw-custom-select-wrapper:after {
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/number-down-white.svg');
}
/*
###############################################################################################
                                Listicles
###############################################################################################
*/
.listicle-intro-text {
  text-align: center;
  margin: 80px auto;
  font-weight: 700;
  font-size: 15px;
  width: 100%;
  max-width: 600px;
}
.listicle-intro-text header h2 {
  margin: 0;
  font-style: italic;
  font-size: 34px;
  line-height: normal;
  font-weight: 400;
}
.listicle-intro-text header h3 {
  margin: 0;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
}
.listicle-intro-text .intro-main-text {
  margin-top: 2em;
}
.menu-is-scrolled .swReset {
  padding-top: 75px;
}
.listicle-page #footer-wrapper {
  margin-top: 0;
}
.listicle-page .swReset {
  padding-top: 75px;
}
.listicle-page #header-wrapper,
.listicle-page #header-wrapper-pseudo-placeholder {
  height: 75px;
  overflow: hidden;
  padding-top: 30px;
}
.listicle-page #menu-button-wrapper {
  bottom: 85%;
}
.listicle-page #header-widgets-wrapper {
  bottom: auto;
  top: 0;
}
.listicle-page #small-logo-wrapper {
  opacity: 1 !important;
  visibility: visible;
}
.listicle-page #logo-wrapper {
  opacity: 0 !important;
  visibility: hidden;
}
.listicle-page.menu-is-opened #menu-button-text:after {
  bottom: -40px;
}
.listicle-page.weather-is-opened #header-weather-wrapper:after {
  bottom: -35px;
}
.listicle-page.booking-is-opened #header-booking-wrapper:after {
  bottom: -35px;
}
.listicle-page.menu-is-opened #menu-wrapper {
  background-color: rgba(0, 0, 0, 0.85);
  top: 75px !important;
}
.listicle-page.weather-is-opened #weather-wrapper {
  background-color: rgba(0, 0, 0, 0.85);
  top: 75px !important;
}
.listicle-page #home-slider-wrapper {
  height: calc(100vh - 75px);
}
.listicle-page.booking-is-opened #booking-wrapper {
  background-color: rgba(0, 0, 0, 0.85);
  top: 75px !important;
}
.listicle-item-wrapper .align-center {
  text-align: center !important;
}
.listicle-item-wrapper .align-left {
  text-align: left !important;
}
.listicle-item-wrapper .listicle-item-image-wrapper {
  position: relative;
  height: calc(100vh - 75px);
  min-height: 400px;
  overflow: hidden;
}
.listicle-item-wrapper .listicle-item-image-wrapper img {
  position: absolute;
  min-height: 100vh;
  max-width: none;
  min-width: 100vw;
  height: auto;
  width: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.listicle-item-wrapper .listicle-item-image-wrapper .title {
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 35%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-style: italic;
  font-size: 34px;
  font-family: 'Merriweather', serif;
  line-height: 40px;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
  transition: all 1000ms ease;
}
.listicle-item-wrapper .listicle-item-image-wrapper .title p {
  color: #ffffff;
  font-style: italic;
  font-size: 34px;
  font-family: 'Merriweather', serif;
  line-height: 40px;
}
.listicle-item-wrapper .listicle-item-image-wrapper.animate-title .title {
  opacity: 1;
  top: 25%;
}
.listicle-item-wrapper .listicle-item-content-wrapper {
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 40px 15px 80px 15px;
  z-index: 6;
}
.listicle-item-wrapper .listicle-item-content-wrapper:before {
  content: attr(data-sort-id);
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #e11f1f;
  font-family: 'Merriweather', serif;
  top: 0;
  left: 50%;
  z-index: 2;
  color: #fff;
  font-size: 34px;
  text-align: center;
  line-height: 60px;
  transform: translate(-50%, -50%);
}
.listicle-item-wrapper .listicle-item-content-wrapper .subtitle,
.listicle-item-wrapper .listicle-item-content-wrapper .subtitle p {
  font-family: 'Merriweather', serif;
  font-size: 34px;
  font-style: italic;
  line-height: normal;
  margin: 0.5em 0 0.7em 0;
  color: #EB0029;
}
.listicle-item-wrapper .listicle-item-content-wrapper iframe {
  background-color: #f1f1f1;
}
.listicle-item-wrapper .listicle-item-content-wrapper .description table tr td {
  text-align: left;
  background-color: transparent !important;
  width: 50%;
  vertical-align: top;
}
.listicle-item-wrapper .listicle-item-content-wrapper .description table tr td:first-of-type {
  padding-right: 15px;
}
.listicle-item-wrapper .listicle-item-content-wrapper .description table tr td:last-of-type {
  padding-left: 15px;
}
.listicle-item-wrapper .listicle-item-content-wrapper .link {
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  display: inline-block;
  margin-top: 1em;
}
.listicle-item-wrapper .listicle-item-content-wrapper .link:hover {
  color: #005ea7;
  border-color: #005ea7;
}
@media only screen and (max-width: 960px) {
  .listicle-page .swReset {
    padding-top: 0;
  }
  .listicle-page.menu-is-opened #menu-wrapper {
    top: 0 !important;
  }
  .listicle-item-wrapper .listicle-item-image-wrapper {
    height: auto;
    min-height: 0;
  }
  .listicle-item-wrapper .listicle-item-image-wrapper img {
    position: relative;
    transform: none !important;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .listicle-item-wrapper .listicle-item-image-wrapper .title {
    top: 85px;
    font-size: 24px;
    line-height: normal;
  }
  .listicle-item-wrapper .listicle-item-image-wrapper .title p {
    font-size: 24px;
    line-height: normal;
  }
  .listicle-item-wrapper .listicle-item-content-wrapper .subtitle,
  .listicle-item-wrapper .listicle-item-content-wrapper .subtitle p {
    font-size: 24px;
  }
  .listicle-item-wrapper .listicle-item-content-wrapper .description table td {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
  }
}
/*
###############################################################################################
                                Storytelling
###############################################################################################
*/
.storytelling-page .main-wrapper {
  background-color: #fff;
}
.storytelling-page .row .column.row.row,
.storytelling-page .row .row.row.columns {
  padding-left: 7px;
  padding-right: 7px;
  margin-left: -7px;
  margin-right: -7px;
}
.storytelling-page .grid-items-wrapper {
  padding: 80px 0;
  background-color: #ebebeb;
}
.storytelling-page .align-center {
  text-align: center;
}
.storytelling-page .accordion .accordion-item .accordion-title {
  margin-bottom: 0;
  padding-top: 10px !important;
}
.storytelling-page .accordion .accordion-item .accordion-title::before {
  top: 15px;
  margin-top: 0;
}
.storytelling-page .accordion .accordion-item .accordion-title:hover {
  color: #e11f1f;
}
.storytelling-page .accordion .accordion-item:nth-of-type(1) .accordion-title {
  border-top: 1px solid #666;
}
.storytelling-page .accordion .accordion-item.is-active a.accordion-title {
  border-bottom: none;
  color: #e11f1f;
}
.storytelling-page header {
  text-align: center;
}
.storytelling-page header h2 {
  color: #e11f1f;
  font-size: 34px;
  line-height: 42px;
  font-style: italic;
  margin-bottom: 1em;
}
.storytelling-page header h2 p {
  font-family: inherit;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-style: inherit;
}
.storytelling-page .row.grid-row {
  padding-bottom: 100px;
}
.storytelling-page .row.storytelling-row,
.storytelling-page .row.grid-row {
  max-width: 960px;
}
.storytelling-page .reduced-row > .row {
  max-width: 700px;
}
.storytelling-page .storytelling-text-wrapper {
  padding: 100px 0 80px 0;
  font-size: 19px;
  line-height: 28px;
}
.storytelling-page .storytelling-text-wrapper p,
.storytelling-page .storytelling-text-wrapper a,
.storytelling-page .storytelling-text-wrapper li {
  font-size: inherit;
  line-height: inherit;
}
.storytelling-page .storytelling-text-wrapper header {
  text-align: center;
}
.storytelling-page .storytelling-text-wrapper header h2 {
  color: #e11f1f;
  font-size: 34px;
  line-height: 42px;
  font-style: italic;
}
.storytelling-page .storytelling-text-wrapper.storytelling-grey-background-wrapper {
  background-color: #ebebeb;
}
.storytelling-page .storytelling-text-wrapper.storytelling-white-background-wrapper {
  background-color: #fff;
}
.storytelling-page .storytelling-text-wrapper.testimonial {
  font-size: 24px;
  line-height: 44px;
  font-family: 'Merriweather', serif;
  font-style: italic;
}
.storytelling-page .storytelling-text-wrapper.testimonial p,
.storytelling-page .storytelling-text-wrapper.testimonial a,
.storytelling-page .storytelling-text-wrapper.testimonial li {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.storytelling-page .storytelling-text-wrapper.testimonial header {
  text-align: center;
}
.storytelling-page .storytelling-text-wrapper.testimonial header h2 {
  color: #e11f1f;
  font-size: 19px;
  font-style: normal;
  line-height: 28px;
  font-weight: bold;
  font-family: 'Myriad', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.storytelling-page .story-telling-images-wrapper .storytelling-image-item {
  position: relative;
}
.storytelling-page .story-telling-images-wrapper .storytelling-image-item > img {
  width: 100%;
  height: auto;
}
.storytelling-page .story-telling-images-wrapper .storytelling-image-item .storytelling-text {
  position: absolute;
  bottom: 140px;
  left: 190px;
  font-family: 'Merriweather', serif;
  font-style: italic;
}
.storytelling-page .story-telling-images-wrapper .storytelling-image-item .storytelling-text p {
  margin-bottom: 0;
  font-size: inherit;
  line-height: normal;
  font-family: inherit;
}
.storytelling-page .story-telling-images-wrapper .storytelling-image-item .storytelling-text .title {
  font-size: 60px;
  color: #fff;
  background-color: #e11f1f;
  padding: 15px 25px;
  line-height: normal;
}
.storytelling-page .story-telling-images-wrapper .storytelling-image-item .storytelling-text .subtitle {
  font-size: 34px;
  color: #000;
  background-color: #fff;
  padding: 5px 10px;
  line-height: normal;
  display: inline-block;
  margin-top: 5px;
}
.storytelling-page .story-telling-images-wrapper .storytelling-image-item-description {
  background-color: #fff;
  padding: 10px 50px 10px 50px;
  position: relative;
}
.storytelling-page .story-telling-images-wrapper .storytelling-image-item-description p {
  margin-bottom: 0;
}
.storytelling-page .story-telling-images-wrapper .two-images-wrapper {
  background-color: #fff;
}
.storytelling-page .story-telling-images-wrapper .two-images-wrapper .column img {
  width: calc(100% - 7.5px);
}
.storytelling-page .story-telling-images-wrapper .two-images-wrapper .column:nth-of-type(2) {
  text-align: right;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .storytelling-image-item-description {
  display: none;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .close-button {
  display: none;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../typo3conf/ext/theme/Resources/Public/Images/exit.svg');
  position: absolute;
  top: 70px;
  right: 70px;
  z-index: 2000;
  cursor: pointer;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .close-button:after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #666;
  left: 50%;
  position: absolute;
  top: -14px;
  transform-origin: center center;
  transform: rotate(45deg);
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .close-button:before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #666;
  left: 50%;
  position: absolute;
  top: -16px;
  transform-origin: center center;
  transform: rotate(-45deg);
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .title {
  text-align: center;
  padding: 40px 0;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .title span {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .title span:before {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url('vhs-assets-css-802453db0f7fdbb3a5b1ad88ffb0ded0.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -35px;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .owl-item-image {
  position: relative;
  cursor: pointer;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .owl-item-image:after {
  opacity: 0;
  transition: opacity 400ms linear;
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  background-image: url('vhs-assets-css-f1084902735a265809f90e7859bfab7b.png');
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .owl-item-image:hover:after {
  opacity: 1;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #404040;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper.active .title {
  display: none;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper.active .storytelling-image-item-description,
.storytelling-page .story-telling-images-wrapper .more-images-wrapper.active .close-button {
  display: block;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper.active .owl-item-image {
  cursor: auto;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper.active .owl-item-image:after {
  display: none;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper.active .owl-item-image img {
  min-height: 100vh;
  max-width: none;
  width: auto !important;
  min-width: 100vw;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper.active .storytelling-image-item-description p {
  color: #404040;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .owl-nav .owl-prev,
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .owl-nav .owl-next {
  background-image: url(/typo3conf/ext/theme/Resources/Public/Images/prevCursorWhite02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  color: transparent;
  float: left;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .owl-nav .owl-prev.disabled,
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .owl-nav .owl-next.disabled {
  opacity: 0;
}
.storytelling-page .story-telling-images-wrapper .more-images-wrapper .owl-nav .owl-next {
  transform: rotate(180deg);
  float: right;
}
.storytelling-page .storytelling-carousel-wrapper .carousel-item .carousel-item-description a.link {
  background-color: #e11f1f;
  color: #fff;
}
.storytelling-page .storytelling-carousel-wrapper .owl-nav > div {
  position: absolute;
  bottom: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 50px;
  height: 80px;
  background-position: 50% 50%;
  color: transparent;
  background-image: url('vhs-assets-css-22976621115c82e3eb3c54e78062b906.png');
}
.storytelling-page .storytelling-carousel-wrapper .owl-nav > div.owl-prev {
  left: calc(50% - 280px);
}
.storytelling-page .storytelling-carousel-wrapper .owl-nav > div.owl-next {
  right: calc(50% - 280px);
  transform: rotate(180deg);
}
.storytelling-page .storytelling-carousel-wrapper .owl-dots {
  background-color: #fff;
  position: relative;
  transform: translateX(-50%);
  z-index: 20;
  left: 50%;
  right: auto;
  bottom: 0;
}
.storytelling-page .storytelling-carousel-wrapper .owl-dots .owl-dot {
  padding: 15px 0 8px 0;
}
.storytelling-page .storytelling-carousel-wrapper .owl-dots .owl-dot span {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  height: 3px;
  width: 50px;
  margin: 0 10px;
  position: relative;
}
.storytelling-page .storytelling-carousel-wrapper .owl-dots .owl-dot span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0%;
  background-color: #666;
  transition: none;
}
.storytelling-page .storytelling-carousel-wrapper .owl-dots .owl-dot.active span:after {
  width: 100%;
  transition: width 6500ms linear;
}
.storytelling-page .map-styled {
  border: none;
  margin: 0;
}
.storytelling-page .map-styled .map {
  height: 80vh;
}
.storytelling-carousel-wrapper .owl-carousel {
  background-color: #fff;
}
.storytelling-carousel-wrapper .carousel-item {
  position: relative;
}
.storytelling-carousel-wrapper .carousel-item .carousel-item-description {
  position: absolute;
  background-color: #fff;
  display: inline-block;
  padding: 20px 30px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 430px;
  width: 100%;
  text-align: center;
  min-height: 110px;
}
.storytelling-carousel-wrapper .carousel-item .carousel-item-description p {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Merriweather';
  font-style: italic;
  margin-bottom: 10px;
}
.storytelling-carousel-wrapper .carousel-item .carousel-item-description a.link {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  background-color: #fbc200;
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.storytelling-carousel-wrapper .carousel-item .carousel-item-description a.link::first-letter {
  text-transform: uppercase;
}
.storytelling-carousel-wrapper .carousel-item .carousel-item-description a.link:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.storytelling-carousel-wrapper .owl-nav > div {
  position: absolute;
  bottom: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 50px;
  height: 80px;
  background-position: 50% 50%;
  color: transparent;
  background-image: url('vhs-assets-css-22976621115c82e3eb3c54e78062b906.png');
}
.storytelling-carousel-wrapper .owl-nav > div.owl-prev {
  left: calc(50% - 280px);
}
.storytelling-carousel-wrapper .owl-nav > div.owl-next {
  right: calc(50% - 280px);
  transform: rotate(180deg);
}
.storytelling-carousel-wrapper .owl-dots {
  background-color: #fff;
  position: relative;
  transform: translateX(-50%);
  z-index: 20;
  left: 50%;
  right: auto;
  bottom: 0;
}
.storytelling-carousel-wrapper .owl-dots .owl-dot {
  padding: 15px 0 8px 0;
}
.storytelling-carousel-wrapper .owl-dots .owl-dot span {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  height: 3px;
  width: 50px;
  margin: 0 10px;
  position: relative;
}
.storytelling-carousel-wrapper .owl-dots .owl-dot span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0%;
  background-color: #666;
  transition: none;
}
.storytelling-carousel-wrapper .owl-dots .owl-dot.active span:after {
  width: 100%;
  transition: width 6500ms linear;
}
.storytelling-carousel-wrapper header h2 {
  margin-top: 0;
}
.big-image-container {
  height: calc(100vh - 75px);
}
div.ccm-block-custom-template-parallax {
  background-image: none !important;
  /* We take the background image away from the DIV, because the custom template does it
  in a different way */
}
div.ccm-block-custom-template-parallax.parallaxic-container,
div.ccm-block-custom-template-parallax div.parallaxic-container {
  position: relative;
  z-index: 5;
}
div.ccm-block-custom-template-parallax.parallaxic-container > img.parallaxic-image,
div.ccm-block-custom-template-parallax div.parallaxic-container > img.parallaxic-image {
  position: absolute;
  top: 0;
  left: 0;
  max-height: none;
  max-width: none;
  z-index: 4;
}
div.ccm-block-custom-template-parallax .parallax-stripe-inner {
  z-index: 5;
  position: relative;
}
div.ccm-block-custom-template-parallax .parallax-image-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.parallaxic-container .scroll-to-next {
  display: inline-block;
  bottom: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  z-index: 13;
  cursor: pointer;
}
.parallaxic-container .scroll-to-next-mobile {
  bottom: 35px;
  width: 35px;
}
.swReset a.red-arrow-link {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px 10px 5px 20px;
  position: relative;
  text-decoration: none;
}
.swReset a.red-arrow-link:before {
  content: '›';
  color: #e11f1f;
  position: absolute;
  left: 10px;
  top: 6px;
}
.swReset a.red-arrow-link:hover {
  color: #005ea7;
  border-color: #005ea7;
}
@media only screen and (max-width: 960px) {
  .storytelling-page .row .column.row.row,
  .storytelling-page .storytelling-page .row .row.row.columns {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .storytelling-page .row.grid-row {
    padding-bottom: 60px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .storytelling-page .row.grid-row .accordion {
    padding: 0;
  }
  .storytelling-page .row.grid-row > .medium-6:nth-of-type(2) {
    margin-top: -1px;
  }
  .storytelling-page .storytelling-text-wrapper {
    padding: 60px 5px 60px 5px;
    font-size: 19px;
    line-height: 28px;
  }
  .storytelling-page .storytelling-text-wrapper.testimonial {
    font-size: 20px;
    line-height: 34px;
  }
  .storytelling-page .story-telling-images-wrapper .two-images-wrapper .column {
    text-align: left !important;
  }
  .storytelling-page .story-telling-images-wrapper .two-images-wrapper .column img {
    width: 100%;
  }
  .storytelling-page .story-telling-images-wrapper .storytelling-image-item .storytelling-text {
    bottom: 80px;
    left: 20px;
  }
  .storytelling-page .story-telling-images-wrapper .storytelling-image-item .storytelling-text .title {
    font-size: 25px;
    padding: 8px;
  }
  .storytelling-page .story-telling-images-wrapper .storytelling-image-item .storytelling-text .subtitle {
    font-size: 21px;
  }
  .storytelling-page .story-telling-images-wrapper .storytelling-image-item-description {
    padding: 10px 20px;
  }
  .storytelling-page .owl-dots {
    display: inline-block !important;
  }
  .storytelling-carousel-wrapper .carousel-item .carousel-item-description {
    position: relative;
    padding: 10px 20px;
    bottom: 0;
    min-height: 0;
  }
  .storytelling-carousel-wrapper .carousel-item .carousel-item-description p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .storytelling-carousel-wrapper .carousel-item .carousel-item-description a.link {
    font-size: 15px;
    line-height: 22px;
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
  }
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .story-telling-images-wrapper .image-position-right .parallaxic-image {
    position: relative;
    right: 100%;
  }
}
/*
###############################################################################################
                                Dark-Container
###############################################################################################
*/
.dark-container {
  background-color: #404040;
  color: #fff;
  font-size: 19px;
  line-height: 28px;
  padding-top: 140px;
}
.dark-container header {
  position: relative;
}
.dark-container header h2,
.dark-container header h3,
.dark-container header h1 {
  color: inherit;
}
.dark-container header h2 {
  margin-bottom: 55px;
}
.dark-container header h3 {
  position: absolute;
  top: -45px;
  text-align: center;
  width: 100%;
}
.dark-container p,
.dark-container li,
.dark-container a,
.dark-container h1,
.dark-container h2,
.dark-container h3,
.dark-container h4,
.dark-container h5,
.dark-container h6 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.dark-container .row {
  max-width: 700px;
}
.dark-container .fullscreen-youtube-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.dark-container .youtube-responsive-wrapper {
  margin-bottom: 150px;
  margin-top: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .dark-container .fullscreen-youtube-wrapper {
    padding: 0 20px;
  }
  .dark-container .youtube-responsive-wrapper {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
/*
###############################################################################################
                                Media Queries
###############################################################################################
*/
@media only screen and (min-width: 1920px) {
  .parallax-scene .layer img {
    width: auto;
    min-height: calc(100vh - 75px);
    min-width: 100vw;
    max-width: none;
  }
}
@media only screen and (min-height: 1240px) {
  .parallax-scene .layer img {
    width: auto;
    min-height: 100vh;
    max-width: none;
  }
}
@media only screen and (min-width: 2400px) {
  #hoehepunkte_grid .grid-sizer,
  #hoehepunkte_grid .grid-item {
    width: calc(25% - 15px);
    will-change: left, top;
  }
}
@media only screen and (max-width: 1440px) {
  /**/
  #hoehepunkte_grid .grid-sizer,
  #hoehepunkte_grid .grid-item {
    width: calc(50% - 15px);
    will-change: left, top;
  }
  .menu-list {
    width: 90%;
  }
}
@media only screen and (max-width: 1440px) and (orientation: landscape) {
  /**/
}
@media only screen and (max-width: 1366px) {
  .parallax-scene .layer img {
    min-height: 768px;
    min-width: 1366px;
    max-width: unset;
    width: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .parallax-scene .layer img {
    height: calc(100vh - 140px);
    min-height: 720px;
    min-width: 1280px;
    max-width: unset;
    width: auto;
  }
}
@media only screen and (max-width: 1040px) {
  /**/
  .owl-controls,
  .scroll-btn {
    display: none !important;
  }
}
@media only screen and (max-width: 960px) {
  /**/
  .is-portrait .parallax-scene .layer img {
    height: calc(100vh - 130px);
  }
  .is-portrait .parallax-scene .layer img.show-for-portrait {
    min-width: 100vw;
    width: 100%;
    height: auto;
    -moz-transform: scale(1.025) translateX(0);
    -ms-transform: scale(1.025) translateX(0);
    -o-transform: scale(1.025) translateX(0);
    -webkit-transform: scale(1.025) translateX(0);
    transform: scale(1.025) translateX(0);
  }
  .swReset {
    padding-top: 0;
  }
  .column,
  .columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .slider_item-caption {
    height: auto;
  }
  .swReset .newsletter-email {
    margin-left: 0;
  }
  #slider_wrapper .owl-dots {
    display: none;
  }
  #slider-tirgger-exit-button {
    top: 20px;
    right: 20px;
  }
  .grid-sizer,
  .grid-item {
    will-change: left, top;
  }
  #header-wrapper {
    position: relative;
    height: auto;
  }
  #header-wrapper-pseudo-placeholder {
    display: none;
  }
  #menu-wrapper,
  #weather-wrapper,
  #booking-wrapper {
    position: absolute;
  }
  .with-hotel-angebot {
    margin-top: 60px;
  }
  #hotel-angebot-button-wrapper svg {
    width: 100px;
  }
  #hotel-video-wrapper {
    margin-top: 40px;
  }
  #hotel-video-wrapper iframe {
    min-height: 400px;
  }
  .page-title.page-subtitle {
    padding: 60px 0;
  }
  #menu-button-wrapper,
  #header-widgets-wrapper {
    bottom: auto;
    top: 0;
  }
  #header-widgets-wrapper > .header-widget-item {
    border-right: none !important;
  }
  #widget-wrapper {
    background-image: none;
    padding: 15px 0 0 0;
  }
  #widget-wrapper .column {
    max-width: 100%;
  }
  .widget {
    margin-bottom: 14px;
    background-color: #fff;
  }
  .widget-text {
    line-height: 26px;
    font-size: 12px;
    padding-left: 5px;
  }
  .widget-icon {
    width: 24px;
    height: 24px;
  }
  #instagram-title {
    /*TODO change this maybe with .page-title*/
    padding: 30px 0 40px 0;
  }
  #menu-wrapper {
    height: 100%;
    padding: 14px 0;
  }
  .menu-row {
    padding: 0 14px;
    position: absolute;
    width: 100%;
    height: calc(100vh - 160px);
    overflow: auto;
  }
  #main-menu {
    width: 100%;
  }
  #main-menu li {
    padding-right: 0;
    display: block;
  }
  .owl-nav {
    display: none;
  }
  .page-lead-text {
    padding: 0;
  }
  #social-icons-wrapper {
    position: relative;
    bottom: 0;
    margin: 20px 0 0 0;
  }
  #social-icons-wrapper a {
    font-size: 30px;
    margin-right: 20px;
  }
  .tour-detail-text {
    padding-right: 0;
  }
  .home-card-wrapper {
    padding: 60px 0 0 0;
  }
  #galerie-button {
    position: relative;
    margin-top: 10px;
  }
  .owl-dots {
    display: none !important;
  }
  .instagram-reveal .close-button {
    top: -90px;
    left: 0;
  }
  .link-hotel-detail {
    position: absolute;
    bottom: auto;
    margin-top: 30px;
    display: block;
    left: 20px;
  }
  #header-image-wrapper {
    height: 200px;
  }
  #banner-wrapper {
    max-width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 0;
    height: auto;
    width: 100%;
  }
  #banner-wrapper:hover {
    transform: none;
  }
  #banner-wrapper a {
    padding: 10px 15px;
    font-size: 14px;
  }
  #banner-wrapper .banner-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 4px 0;
  }
  #banner-wrapper .banner-text {
    position: relative;
    margin-top: 5px;
  }
  .scroll-btn {
    display: none;
  }
  .page-title {
    padding: 0 0 20px 0;
  }
  .card-big {
    min-height: unset;
  }
  #slider-crown-wrapper {
    width: 150px;
  }
  .slider-slogan-wrapper {
    margin-top: 40px;
  }
  #hoehepunkte_grid {
    margin: 0 10px;
  }
  /** Main Menu **/
  .menu-row {
    height: calc(100vh - 40px);
  }
  .menu-is-scrolled.menu-is-opened #menu-wrapper,
  .menu-is-opened #menu-wrapper {
    opacity: 1;
    top: 0 !important;
    z-index: 3000;
    background-color: #191919;
    position: fixed;
  }
  .menu-list {
    width: 100%;
    padding-left: 40px;
    padding-top: 30px;
  }
  .is-drilldown {
    width: 100% !important;
  }
  .is-drilldown-submenu {
    background: none;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
  #main-menu li a {
    cursor: pointer;
    border-bottom: 1px solid #666;
  }
  #main-menu > li > a {
    opacity: 1;
    transition: opacity 300ms ease;
  }
  #main-menu.drilldown-is-open > li > a {
    opacity: 0;
    visibility: hidden;
  }
  #main-menu .submenu li {
    padding-right: 0;
    padding-left: 47px;
  }
  #mobile-menu-widgets {
    padding-left: 40px;
    color: #fff;
  }
  #mobile-menu-widgets #menu-button-bars-wrapper {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 15px;
    cursor: pointer;
  }
  #mobile-menu-widgets #menu-button-bars-wrapper .menu-button-bar {
    background-color: #fff;
  }
  #mobile-booking-wrapper,
  #mobile-search-wrapper {
    border: 1px solid #666;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  #mobile-search-wrapper:after {
    content: '';
    top: 13px;
    right: 13px;
    position: absolute;
    margin-top: 3px;
    border: none;
    width: 16px;
    height: 16px;
    background-image: url('../typo3conf/ext/theme/Resources/Public/Images/lupe_white.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  #mobile-booking-wrapper:after {
    content: '';
    right: 10px;
    top: 10px;
    position: absolute;
    margin-top: 3px;
    border: none;
    width: 16px;
    height: 16px;
    background-image: url('../typo3conf/ext/theme/Resources/Public/Images/pfeil.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  #mobile-search-wrapper .search-input {
    display: block;
    float: none;
    margin-right: 26px;
  }
  #mobile-search-wrapper .search-input input {
    width: 100%;
    background-color: transparent;
    border: none;
    color: #fff;
  }
  #mobile-booking-wrapper a {
    color: #ffffff !important;
    display: block;
  }
  #mobile-language-wrapper {
    margin: 15px 0 30px 10px;
    font-size: 16px;
  }
  #mobile-language-wrapper .header-page-like-wrapper {
    float: right;
  }
  #mobile-language-wrapper .mobile-language {
    color: #666;
    display: inline-block;
    margin-right: 5px;
  }
  #mobile-language-wrapper .mobile-language.mobile-language-active {
    color: #fff;
  }
  #main-menu .is-drilldown-submenu-parent > a::after {
    right: 0;
    margin-top: -6px;
  }
  .js-drilldown-back > a::before {
    content: '';
    right: 0;
    left: -6px;
    position: absolute;
    margin-top: 0;
    border: none;
    width: 16px;
    height: 16px;
    background-image: url('../typo3conf/ext/theme/Resources/Public/Images/pfeil.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }
  .js-drilldown-back a {
    padding-left: 0 !important;
  }
  #breadcrumb-wrapper {
    display: none;
  }
  #NLREG #ems-wf-dest .ems-wf-AttributeBoolean {
    overflow: hidden;
    width: 50%;
    padding-bottom: 5px;
    padding-top: 5px;
    float: left;
  }
  #NLREG #ems-wf-dest .ems-wf-inputElement {
    border: none;
  }
  #NLREG #ems-wf-dest .ems-wf-twoColumn {
    height: initial;
  }
  #ems-wf-dest .ems-wf-twoColumn {
    overflow: visible !important;
  }
  .link-hotel-detail {
    /*    background-color: rgba(0, 0, 0, 0.6);
		color: #fff !important;
		padding: 5px 15px;*/
    bottom: 20px;
    display: inline-block;
  }
  .link-hotel-detail .link-arrow {
    display: none;
  }
  .link-hotel-detail:hover {
    /* background-color: #005ea7;*/
  }
  .card {
    margin-bottom: 2em;
  }
  /************ Home Slider *****************/
  /*

  #slider-crown-wrapper {
    display: none;
  }

  #home-slider-wrapper {
    height: 100%;
  }

  #home-slider-wrapper .parallax-scene {
    position: relative;
  }

  .parallax-scene .layer img {
    min-height: initial;
    min-width: initial;
  }

  .is-portrait .parallax-scene .layer img {
    -moz-transform: scale(1.025) translateX(0);
    -ms-transform: scale(1.025) translateX(0);
    -o-transform: scale(1.025) translateX(0);
    -webkit-transform: scale(1.025) translateX(0);
    transform: scale(1.025) translateX(0);
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  #banner-wrapper {
    position: relative;
  }

  .slider-item {
    height: 100%;
  }

  .slider-slogan-wrapper {
    margin-top: 0;
  }

  .home-card-wrapper .card-text-wrapper {
    min-height: 105px;

    .card-text-title {
      font-size: 16px;
    }

  }

*/
  #home-slider-wrapper {
    background-color: #222;
    height: unset;
    overflow: visible;
    margin-bottom: 40px;
  }
  #home-slider-wrapper .slider-item {
    height: calc(100vh - 130px);
  }
  #home-slider-wrapper #slider-crown-wrapper {
    top: 215px;
  }
  #home-slider-wrapper .slider-slogan-wrapper {
    margin-top: 200px;
    top: 0;
  }
  #banner-wrapper {
    position: relative;
  }
  /****************end Home Slider ******************/
  #main-booking-wrapper {
    min-height: auto;
  }
  .row-big[data-equalizer=cards] {
    transform: translateX(0);
  }
  .box-navigation-wrapper {
    margin: 0 10px;
  }
  .booking-form,
  .accordion {
    padding: 0 15px;
  }
  #ems-wf-dest .ems-wf-AttributeBoolean {
    width: 100%;
  }
  .open_newsletter #NLMINI {
    padding: 0 !important;
  }
  #widget-wrapper .widget {
    padding: 0;
  }
  #widget-wrapper .widget a {
    width: 100%;
    display: block;
  }
  #widget-wrapper .widget a .widget-inner-wrapper {
    padding: 25px 0;
  }
  .weather-title {
    display: block;
    color: #fff;
    font-size: 16px;
    width: 50%;
    font-weight: 600;
    float: left;
    text-align: center;
    margin-bottom: 2em;
  }
  .weather-is-opened #weather-wrapper {
    top: 85px;
    opacity: 1;
  }
  #weather-wrapper a.clear.button {
    text-align: center;
    width: 100%;
    display: block;
  }
  #highlights-filters #highlights-weekdays-filters .filter-item {
    width: 13.95%;
  }
}
#sticky-anchor {
  margin-bottom: 32px;
  position: relative;
}
@media only screen and (max-width: 580px) {
  #highlights-filters #highlights-single-filters .filter-item,
  #highlights-filters #highlights-multiple-filters .filter-item,
  #highlights-filters #highlights-single-filters,
  #highlights-filters #highlights-multiple-filters,
  #highlights-filters #highlights-weekdays-filters {
    width: 100%;
  }
  #highlights-filters #highlights-weekdays-filters .filter-item {
    width: calc(50% - 2px);
  }
  #highlights-filters .filters-opening .button {
    padding: 5px;
    font-size: .7rem;
  }
  .small-up-2 .column {
    width: 100% !important;
  }
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}
@media only screen and (min-width: 581px) {
  #highlights-single-filters .filter-item {
    position: relative;
    left: -25%;
  }
  #highlights-single-filters .filter-item:first-child {
    left: 75%;
  }
}
@media only screen and (max-width: 380px) {
  .hotel-filter {
    width: calc(50% - 2px);
    min-width: 0;
  }
}
.map {
  width: 100%;
  min-height: 250px;
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.image-modal-toggle {
  cursor: pointer;
}
.swReset .sitemap li {
  display: block;
}
.swReset .sitemap li:before {
  content: none !important;
}
.swReset .sitemap li a {
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: none;
}
.swReset .sitemap-level-1 {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .swReset .sitemap-level-1 {
    flex-direction: row;
  }
}
.swReset .sitemap-level-1 > li {
  flex: 1 1 auto;
  margin-bottom: 10px;
}
.swReset .sitemap-level-1 > li > a {
  font-size: 1.1em;
  font-weight: bold;
}
.swReset .sitemap-level-2 > li > a {
  font-weight: bold;
}
.swReset .sitemap-level-3 a {
  font-weight: normal;
}
.extbase-debugger {
  z-index: 2000;
}
/*
###############################################################################################

                               Highlights New

###############################################################################################
*/
#highlightsList,
#highlightsList2 {
  min-height: 100vh;
}
.map-zoom-button {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  background-color: #fbc200;
  color: rgba(255, 255, 255, 0.5);
  line-height: 42px;
  font-size: 28px;
}
.map-zoom-button.map-js-trigger-close {
  display: none;
}
#standard-filters {
  margin-bottom: 2em;
}
#standard-filters ul {
  list-style: none;
}
#standard-filters ul li {
  margin-bottom: 0;
}
#standard-filters select {
  width: 100%;
}
#standard-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}
#standard-filters .select2-selection__rendered li {
  padding-left: 0;
}
#standard-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 10px;
}
#standard-filters .select2-selection__choice:before {
  display: none;
}
#standard-filters .select2-search:before {
  display: none;
}
#standard-filters .select2-container--default {
  border-radius: 0px;
  width: 100% !important;
}
#standard-filters .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #aaa;
}
#standard-filters .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 3px 10px !important;
}
#standard-filters .select2-container .select2-search--inline .select2-search__field {
  margin-top: 5px;
  line-height: 30px;
  padding: 0;
}
#standard-filters span.select2-selection {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
  min-height: 40px;
}
#standard-filters input#search {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  min-height: 34px;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
#standard-filters input#search:focus {
  outline: none;
}
#standard-filters span.filter-view-button {
  display: inline-block;
  background-color: #fff;
  padding: 10px 30px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  margin-top: 5px;
}
#standard-filters .filter-item {
  margin-bottom: 1em;
}
#mapCanvas {
  transition: all 600ms ease;
}
#standard-filters-wrapper {
  transition: all 600ms ease;
}
#standard-filters-wrapper #standard-filters span.filter-view-button.active {
  background-color: #fbc200;
  color: #fff;
}
.map-is-opened {
  overflow: hidden !important;
}
.map-is-opened .map-zoom-button.map-js-trigger-close {
  display: block;
}
.map-is-opened .map-zoom-button.map-js-trigger-open {
  display: none;
}
.map-is-opened .white-box,
.map-is-opened .page-lead-text,
.map-is-opened #breadcrumb-wrapper,
.map-is-opened .page-title,
.map-is-opened #footer-wrapper,
.map-is-opened #slider_wrapper {
  display: none;
}
.map-is-opened #highlightsList,
.map-is-opened #highlightsList2 {
  opacity: 0;
  position: fixed !important;
  left: -9999px;
  top: -9999px;
  visibility: hidden;
}
.map-is-opened #standard-filters-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  padding: 20px;
}
.map-is-opened #standard-filters-wrapper .small-centered {
  width: 100%;
}
.map-is-opened #highlights-filters {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  padding: 20px;
  overflow: auto;
  height: 86vh;
}
.map-is-opened #highlights-filters .small-centered {
  width: 100%;
}
.map-is-opened #highlights-filters #highlights-multiple-filters .filter-item,
.map-is-opened #highlights-filters #highlights-single-filters .filter-item {
  width: 100%;
  left: 0;
}
.map-is-opened #highlights-filters #highlights-weekdays-filters .filter-item {
  width: 32.7333%;
}
.map-is-opened #mapCanvas-wrapper {
  position: static;
}
.map-is-opened #mapCanvas-wrapper .map-zoom-button {
  top: 20px;
  left: 420px;
}
.map-is-opened #mapCanvas-wrapper #mapCanvas {
  height: calc(100vh - 85px);
  min-height: 100%;
  width: calc(100% - 400px);
  border: 0;
  position: absolute !important;
  top: 0;
  right: 0;
}
.map-is-opened.menu-is-scrolled #mapCanvas-wrapper .map-zoom-button {
  top: 90px;
}
.map-is-opened.menu-is-scrolled #highlights-filters,
.map-is-opened.menu-is-scrolled #standard-filters-wrapper,
.map-is-opened.menu-is-scrolled #mapCanvas-wrapper #mapCanvas {
  top: 75px;
}


