@charset "UTF-8";
.clearfix:after, .layout-content .block:not(.block-layout_image):after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden; }

.white-on-dark-font {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

/**
 * Address 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.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

dl, dd, dt {
  margin: 0;
  padding: 0; }

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

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
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;
  border: none; }

td,
th {
  padding: 0;
  border: none; }

/* Format */
h1, h2, h3, h4, h5, h6, p, a, strong {
  margin: 0;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  font-weight: inherit; }

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

p {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  line-height: inherit;
  font-family: inherit; }

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: white url("./ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* SLIDER
---------------------------------------- */
.op-slider {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0%;
  width: 100%; }
  @media (max-width: 1000px) {
    .op-slider {
      margin-top: 50px;
      margin-bottom: 5px; } }
  .op-slider p {
    text-align: center; }
  .op-slider .slider-img {
    width: 100%;
    padding-top: 66.875%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .op-slider .slick-prev:before, .op-slider .slick-next:before {
    color: #005685;
    font-size: 29px; }
  .op-slider .slick-dots {
    top: -30px; }
    @media (max-width: 1000px) {
      .op-slider .slick-dots {
        margin-top: -24px; } }
  .op-slider .slick-prev {
    left: -48px; }
  .op-slider .slick-next {
    right: -48px; }
  .op-slider .slick-dots button:before {
    color: #005685;
    font-size: 10px; }
  .op-slider .slick-dots .slick-active button:before {
    color: #005685; }
  .op-slider .slick-prev, .op-slider .slick-next {
    height: 30px;
    width: 30px;
    margin-top: -15px; }
    @media (max-width: 1000px) {
      .op-slider .slick-prev, .op-slider .slick-next {
        display: none !important; } }

/* FORM
-------------------------------------- */
.form-generic .error-message {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  font-size: 10px;
  font-style: italic;
  padding: 5px 7px 1px 7px;
  position: absolute;
  bottom: -22px;
  margin-bottom: 5px;
  color: white;
  border-radius: 0 0 5px 5px; }
.form-generic ul li {
  display: block;
  width: 100%;
  margin: 0 0 21px 0;
  position: relative;
  padding-left: 0 !important; }
  .form-generic ul li::before {
    display: none; }
  .form-generic ul li label {
    font-size: inherit; }
  .form-generic ul li label, .form-generic ul li .small {
    color: inherit; }
  .form-generic ul li input[type='text'],
  .form-generic ul li input[type='email'],
  .form-generic ul li input[type='number'],
  .form-generic ul li textarea {
    position: relative;
    z-index: 2;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    font-size: inherit;
    padding: 0 10px;
    line-height: 2.4;
    min-height: 34px;
    width: 100%;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    line-height: 35px;
    height: 35px; }
  .form-generic ul li textarea {
    height: 200px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px; }
  .form-generic ul li.form-submit {
    margin: 20px 0 10px 0; }
    .form-generic ul li.form-submit > div:first-child {
      display: none; }
  .form-generic ul li.dropdown select {
    width: 100%;
    color: black;
    padding: 5px 5px 2px 5px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4) inset;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4) inset;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4) inset; }
    .form-generic ul li.dropdown select option {
      color: black; }
  .form-generic ul li.no-label {
    margin: 1px 0; }
  .form-generic ul li.small {
    margin: 0; }
    .form-generic ul li.small > div:first-child + div {
      font-size: 10px;
      font-weight: normal;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1) !important; }
  .form-generic ul li.field-left div:first-child {
    float: left;
    width: 20px;
    margin-top: 0;
    margin-right: 8px; }
    .form-generic ul li.field-left div:first-child + div {
      padding-top: 3px; }
  .form-generic ul li.checkbox div:first-child {
    width: 12px; }
    .form-generic ul li.checkbox div:first-child input {
      margin-top: 4px; }
  .form-generic ul li.field-right div:first-child {
    float: left;
    padding-top: 3px;
    margin-right: 8px; }
    .form-generic ul li.field-right div:first-child + div {
      float: left;
      width: 20px; }
  .form-generic ul li.info {
    margin: 20px 0 5px 0; }

.form-newsletter {
  text-align: center;
  background-color: transparent;
  background-image: url(/assets/images/Bergfahrt-Festival_Newsletter-Overlay.svg);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .form-newsletter .form-border {
    border: 4px solid #ec362f;
    padding: 10px;
    height: 350px; }
  .form-newsletter .form-box {
    width: 100%;
    position: relative; }
  .form-newsletter p {
    line-height: 1.2; }
  .form-newsletter h2 {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    border-bottom: 1px solid #ec362f;
    margin-bottom: 5px; }
  .form-newsletter .intro-text {
    color: #ec362f;
    font-size: 17px;
    line-height: 1.2;
    margin: 8px 0 12px 0; }
  .form-newsletter label {
    width: 60px;
    display: inline-block;
    display: none; }
  .form-newsletter input[type=text], .form-newsletter input[type=email], .form-newsletter textarea {
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 2px 5px;
    margin: 4px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 152px;
    border-radius: 5px;
    background: #F0F2F3;
    border: none;
    color: #ec362f; }
    .form-newsletter input[type=text].full-width, .form-newsletter input[type=email].full-width, .form-newsletter textarea.full-width {
      width: 100%; }
    .form-newsletter input[type=text].margin-right, .form-newsletter input[type=email].margin-right, .form-newsletter textarea.margin-right {
      margin-right: 8px; }
    .form-newsletter input[type=text]::-webkit-input-placeholder, .form-newsletter input[type=email]::-webkit-input-placeholder, .form-newsletter textarea::-webkit-input-placeholder {
      color: #ec362f;
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .form-newsletter input[type=text]:-moz-placeholder, .form-newsletter input[type=email]:-moz-placeholder, .form-newsletter textarea:-moz-placeholder {
      color: #ec362f;
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .form-newsletter input[type=text]::-moz-placeholder, .form-newsletter input[type=email]::-moz-placeholder, .form-newsletter textarea::-moz-placeholder {
      color: #ec362f;
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .form-newsletter input[type=text]:-ms-input-placeholder, .form-newsletter input[type=email]:-ms-input-placeholder, .form-newsletter textarea:-ms-input-placeholder {
      color: #ec362f;
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .form-newsletter input[type=text]:invalid, .form-newsletter input[type=email]:invalid, .form-newsletter textarea:invalid {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .form-newsletter input[type=text]:-moz-submit-invalid, .form-newsletter input[type=email]:-moz-submit-invalid, .form-newsletter textarea:-moz-submit-invalid {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .form-newsletter input[type=text]:-moz-ui-invalid, .form-newsletter input[type=email]:-moz-ui-invalid, .form-newsletter textarea:-moz-ui-invalid {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .form-newsletter textarea {
    display: none; }
  .form-newsletter hr {
    border: none;
    border-bottom: 1px solid #ec362f;
    margin: 16px 0; }
  .form-newsletter .info-text {
    font-size: 9px;
    letter-spacing: -0.3px;
    color: #ec362f;
    margin: 4px 0 2px 0;
    white-space: nowrap; }
  .form-newsletter button[type=submit] {
    width: 100%;
    border: 1px solid #ec362f;
    padding: 3px 5px;
    background: #ec362f;
    color: white;
    margin-top: 4px; }
    .form-newsletter button[type=submit]:hover {
      background: transparent;
      color: #ec362f;
      border-color: #ec362f; }
  .form-newsletter button[type=button] {
    padding: 0px;
    margin-top: 0px;
    line-height: 1;
    background: transparent;
    border: none;
    font-size: 10px;
    color: #ec362f;
    display: inline-block; }
    .form-newsletter button[type=button]:hover {
      border-bottom: 1px solid #ec362f; }
  .form-newsletter .thanks-box {
    display: none; }
    .form-newsletter .thanks-box h3 {
      margin-top: 20px;
      text-align: center;
      font-size: 18px; }
    .form-newsletter .thanks-box button[type=button] {
      width: 140px;
      border: 1px solid #ec362f;
      padding: 3px 5px;
      background: transparent;
      color: #ec362f;
      margin-top: 20px;
      font-size: 16px; }
      .form-newsletter .thanks-box button[type=button]:hover {
        background: #ec362f;
        color: white;
        border-color: #ec362f; }

.error {
  outline: 1px solid #ec362f !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.overlay-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  background: rgba(0, 86, 133, 0.5);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  text-align: center;
  overflow: auto; }

.overlay-container {
  position: relative;
  background-color: white;
  display: inline-block;
  margin-top: 5%;
  width: 90%;
  max-width: 950px;
  min-height: 500px; }
  @media (max-width: 600px) {
    .overlay-container {
      display: block;
      height: 100%;
      margin-top: 0;
      width: 100%; } }
  .overlay-container.newsletter {
    background-color: transparent;
    min-height: 100px;
    width: 450px;
    padding: 20px 24px;
    -webkit-transform: rotate(-2deg) translate3d(0, 0, 1px);
    -moz-transform: rotate(-2deg) translate3d(0, 0, 1px);
    -ms-transform: rotate(-2deg) translate3d(0, 0, 1px);
    -o-transform: rotate(-2deg) translate3d(0, 0, 1px);
    transform: rotate(-2deg) translate3d(0, 0, 1px); }
    @media (max-width: 600px) {
      .overlay-container.newsletter {
        top: 30px;
        transform-origin: 70%;
        -webkit-transform: rotate(-2deg) translate3d(0, 0, 1px) scale(0.7);
        -moz-transform: rotate(-2deg) translate3d(0, 0, 1px) scale(0.7);
        -ms-transform: rotate(-2deg) translate3d(0, 0, 1px) scale(0.7);
        -o-transform: rotate(-2deg) translate3d(0, 0, 1px) scale(0.7);
        transform: rotate(-2deg) translate3d(0, 0, 1px) scale(0.7); } }
  .overlay-container .overlay-content {
    height: 100%;
    overflow: auto; }
    .overlay-container .overlay-content h2 {
      margin-top: 0; }
  .overlay-container .close-x {
    position: absolute;
    top: -10px;
    right: -20px;
    height: 30px;
    width: 30px;
    display: none; }
    .overlay-container .close-x:after {
      content: '×';
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-family: Helvetica, sans-serif;
      font-weight: lighter;
      font-size: 30px;
      color: white; }

#programm .mobile-only {
  display: none; }
  @media (max-width: 600px) {
    #programm .mobile-only {
      display: block; } }
#programm h3 {
  padding-left: 0.6rem;
  font-size: 1.2rem !important; }
  @media (max-width: 600px) {
    #programm h3 {
      padding-left: 0; } }
#programm .p-col {
  position: relative;
  padding: 0 20px 0 20px; }
@media (max-width: 600px) {
  #programm .block-desktop-header {
    display: none; } }
#programm .block-desktop-header .p-header {
  position: relative;
  padding: 0 20px 0 20px; }
  #programm .block-desktop-header .p-header .p-col {
    position: relative;
    width: 33.3%;
    padding-left: 0.6rem;
    float: left;
    font-family: "Trade Gothic Condensed 18", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    color: #ec362f;
    text-align: left; }
    #programm .block-desktop-header .p-header .p-col:last-child {
      width: 33.4%;
      padding-right: 0; }
    #programm .block-desktop-header .p-header .p-col:before {
      content: '';
      position: absolute;
      left: 0;
      top: 5%;
      height: 75%;
      border-left: 1px dotted #ec362f;
      width: 1px; }
    #programm .block-desktop-header .p-header .p-col:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      border-bottom: 2px solid #ec362f;
      width: 100%; }
    #programm .block-desktop-header .p-header .p-col span {
      display: inline-block; }
    #programm .block-desktop-header .p-header .p-col span.date {
      font-family: "Cinzel", serif;
      font-weight: 900;
      font-size: 2.8rem;
      letter-spacing: 6px;
      color: #ec362f;
      display: inline-block;
      margin-left: 2.5rem; }
#programm .block-all-day .p-col .rel-cont,
#programm .block-events-list .p-col .rel-cont {
  position: relative;
  padding-top: 16px; }
  #programm .block-all-day .p-col .rel-cont:before,
  #programm .block-events-list .p-col .rel-cont:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5%;
    bottom: 0px;
    border-left: 1px dotted #ec362f;
    width: 1px; }
    @media (max-width: 600px) {
      #programm .block-all-day .p-col .rel-cont:before,
      #programm .block-events-list .p-col .rel-cont:before {
        display: none; } }
#programm .block-all-day .p-col .event-box,
#programm .block-events-list .p-col .event-box {
  position: relative;
  text-align: left;
  padding: 10px 0px 10px 184px;
  color: #ec362f;
  font-size: 0.85rem; }
  @media (max-width: 600px) {
    #programm .block-all-day .p-col .event-box,
    #programm .block-events-list .p-col .event-box {
      padding-left: 124px; } }
  #programm .block-all-day .p-col .event-box:first-of-type,
  #programm .block-events-list .p-col .event-box:first-of-type {
    margin-top: 8px; }
    #programm .block-all-day .p-col .event-box:first-of-type:before,
    #programm .block-events-list .p-col .event-box:first-of-type:before {
      content: '';
      position: absolute;
      left: 10px;
      right: 0px;
      top: 0;
      height: 1px;
      border-top: 1px solid #ec362f; }
      @media (max-width: 600px) {
        #programm .block-all-day .p-col .event-box:first-of-type:before,
        #programm .block-events-list .p-col .event-box:first-of-type:before {
          left: 0; } }
  #programm .block-all-day .p-col .event-box .time-type-box,
  #programm .block-events-list .p-col .event-box .time-type-box {
    position: absolute;
    left: 0;
    width: 176px;
    padding-left: 1rem; }
    @media (max-width: 600px) {
      #programm .block-all-day .p-col .event-box .time-type-box,
      #programm .block-events-list .p-col .event-box .time-type-box {
        padding-left: 0;
        width: 120px; } }
    #programm .block-all-day .p-col .event-box .time-type-box [class^="custom-icon-"],
    #programm .block-events-list .p-col .event-box .time-type-box [class^="custom-icon-"] {
      font-size: 1rem;
      width: 10px;
      height: 10px; }
      #programm .block-all-day .p-col .event-box .time-type-box [class^="custom-icon-"]:after,
      #programm .block-events-list .p-col .event-box .time-type-box [class^="custom-icon-"]:after {
        width: 28px;
        height: 28px; }
  #programm .block-all-day .p-col .event-box .icon,
  #programm .block-events-list .p-col .event-box .icon {
    position: absolute;
    right: 22px; }
  #programm .block-all-day .p-col .event-box .overlay-link,
  #programm .block-events-list .p-col .event-box .overlay-link {
    color: #005685;
    font-weight: 500;
    font-family: "Univers LT W01_67 Bold_1476016", sans-serif;
    font-size: 1rem; }
    #programm .block-all-day .p-col .event-box .overlay-link:hover,
    #programm .block-events-list .p-col .event-box .overlay-link:hover {
      border-bottom: 1px dotted #005685; }
  #programm .block-all-day .p-col .event-box:after,
  #programm .block-events-list .p-col .event-box:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 0;
    height: 2px;
    border-bottom: 1px solid #ec362f; }
    @media (max-width: 600px) {
      #programm .block-all-day .p-col .event-box:after,
      #programm .block-events-list .p-col .event-box:after {
        left: 0; } }
#programm .block-events-title {
  padding: 20px 50px 0 50px; }
  #programm .block-events-title .p-col {
    padding: 0; }
    @media (max-width: 600px) {
      #programm .block-events-title .p-col {
        padding: 0 20px; }
        #programm .block-events-title .p-col h3 {
          margin-top: 40px;
          margin-bottom: 15px;
          position: relative;
          display: block;
          border-bottom: 1px solid #ec362f;
          padding-bottom: 8px; } }
    #programm .block-events-title .p-col:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0px;
      bottom: 0px;
      border-left: 1px dotted #ec362f;
      width: 1px; }
#programm .block-events-list {
  padding: 0 50px; }
  #programm .block-events-list .p-col {
    width: 33.3%;
    float: left;
    padding: 0 2px 0 0; }
    @media (max-width: 600px) {
      #programm .block-events-list .p-col {
        width: 100% !important;
        padding: 0 20px 0 20px !important; } }
    #programm .block-events-list .p-col:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0px;
      bottom: 0px;
      border-left: 1px dotted #ec362f;
      width: 1px; }
      @media (max-width: 600px) {
        #programm .block-events-list .p-col:before {
          display: none; } }
    #programm .block-events-list .p-col:nth-child(2), #programm .block-events-list .p-col:nth-child(3) {
      padding: 0 0 0 5px; }
      #programm .block-events-list .p-col:nth-child(2):before, #programm .block-events-list .p-col:nth-child(3):before {
        left: 6px;
        top: 8px; }
    #programm .block-events-list .p-col .event-box {
      padding-left: 120px; }
      #programm .block-events-list .p-col .event-box .time-type-box {
        width: 114px !important; }
      @media (max-width: 600px) {
        #programm .block-events-list .p-col .event-box {
          padding-left: 90px; }
          #programm .block-events-list .p-col .event-box .time-type-box {
            width: 87px !important; } }
    #programm .block-events-list .p-col:last-child {
      width: 33.4%; }
    @media (max-width: 600px) {
      #programm .block-events-list .p-col:first-child .p-header.mobile-only {
        margin-top: 0 !important; } }

[class^="custom-icon-"] {
  position: relative;
  width: 60px;
  height: 40px;
  top: -7px;
  display: inline-block; }
  [class^="custom-icon-"]:after {
    position: absolute;
    width: 60px;
    height: 40px; }
  @media (max-width: 600px) {
    [class^="custom-icon-"] {
      font-size: 2rem;
      width: 30px;
      height: 15px;
      top: -7px; }
      [class^="custom-icon-"]:after {
        width: 30px;
        height: 15px; } }

.p-header.mobile-only {
  font-family: "Trade Gothic Condensed 18", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  color: #ec362f;
  text-align: left;
  margin-top: 30px; }
  .p-header.mobile-only span {
    display: inline-block; }
    .p-header.mobile-only span:first-of-type {
      min-width: 165px; }
  .p-header.mobile-only span.date {
    font-family: "Cinzel", serif;
    font-weight: 900;
    font-size: 3.7rem !important;
    letter-spacing: 0.2rem;
    color: #ec362f;
    display: inline-block;
    margin-left: 2.5rem; }

.share-box {
  padding-left: 20px !important; }
  .share-box span {
    right: 50px;
    margin-top: -20px !important;
    left: auto !important;
    height: 40px !important;
    width: 40px !important; }
    .share-box span:after {
      height: 40px !important;
      width: 40px !important; }
  .share-box span.custom-icon-mail {
    right: 0 !important; }

.custom-icon-musik:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-06.svg); }

.custom-icon-wort:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-01.svg); }

.custom-icon-theater:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-02.svg); }

.custom-icon-food:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-07.svg); }

.custom-icon-film:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-03.svg); }

.custom-icon-foto:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-04.svg); }

.custom-icon-feder:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-05.svg); }

.custom-icon-geschenk:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-08.svg); }

.custom-icon-facebook:after {
  content: url(/assets/images/icons/icon_fb.svg); }

.custom-icon-mail:after {
  content: url(/assets/images/icons/icon_mail.svg); }

.custom-icon-bahnhof:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-Bahnhof.svg); }

.custom-icon-ela:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-Ela.svg); }

.custom-icon-info:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-info.svg); }

.custom-icon-kirche:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-Kirche.svg); }

.custom-icon-kurhaus:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-Kurhaus.svg); }

.custom-icon-garten:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-Kurhaus.svg); }

.custom-icon-museum:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-Museum.svg); }

.custom-icon-mzh:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-Mzh.svg); }

.custom-icon-turm:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-Turm.svg); }

.custom-icon-dorf:after {
  content: url(/assets/images/icons/Bergfahrt_Icons_01-Turm.svg); }

.event-block {
  text-align: left;
  padding: 10px 30px 40px 30px;
  position: relative;
  height: 100%;
  overflow: auto;
  margin-bottom: 10px; }
  @media (max-width: 600px) {
    .event-block {
      padding: 10px 15px; } }
  .event-block .small-box {
    padding: 10px 40px; }
    .event-block .small-box h3 {
      font-size: 2.5rem;
      color: #005685; }
    @media (max-width: 600px) {
      .event-block .small-box {
        padding: 10px 30px 5px 0; } }
    .event-block .small-box a {
      border-bottom: 1px dotted #005685; }
  .event-block .wide-box {
    color: #ec362f;
    font-size: 1.15rem;
    padding: 6px 0;
    border-top: 1px solid #ec362f; }
    @media (max-width: 600px) {
      .event-block .wide-box {
        padding: 0; } }
    .event-block .wide-box:last-of-type {
      border-bottom: 1px solid #ec362f; }
    .event-block .wide-box .event-col {
      vertical-align: top;
      width: 33.3%;
      display: block;
      float: left;
      position: relative;
      padding: 0 10px; }
      @media (max-width: 600px) {
        .event-block .wide-box .event-col {
          width: 100%;
          padding: 5px 0 12px 0; } }
      .event-block .wide-box .event-col:after {
        content: '';
        border-left: 1px dotted #ec362f;
        position: absolute;
        top: 0;
        height: 100%;
        left: 0px;
        width: 1px; }
        @media (max-width: 600px) {
          .event-block .wide-box .event-col:after {
            border: none;
            border-bottom: 1px solid #ec362f;
            width: 100%;
            height: 1px; } }
      .event-block .wide-box .event-col:first-child {
        padding-left: 0; }
        .event-block .wide-box .event-col:first-child:after {
          display: none; }
    .event-block .wide-box.meta .event-col {
      padding-left: 60px;
      overflow: hidden; }
      .event-block .wide-box.meta .event-col span {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -30px;
        width: 60px; }
        @media (max-width: 600px) {
          .event-block .wide-box.meta .event-col span {
            position: relative;
            left: 0;
            top: 0;
            margin: 0;
            width: 40px; }
            .event-block .wide-box.meta .event-col span:after {
              top: -15px;
              width: 40px; } }
      .event-block .wide-box.meta .event-col .table {
        display: table;
        height: 60px;
        margin: 0;
        padding: 0;
        border-collapse: collapse;
        border: none; }
        @media (max-width: 600px) {
          .event-block .wide-box.meta .event-col .table {
            height: auto; } }
        .event-block .wide-box.meta .event-col .table .cell {
          border-collapse: collapse;
          display: table-cell;
          vertical-align: middle;
          line-height: 1.2; }
          @media (max-width: 600px) {
            .event-block .wide-box.meta .event-col .table .cell {
              vertical-align: top;
              padding: 15px 0; } }
      .event-block .wide-box.meta .event-col:nth-child(1) {
        width: 20%; }
      .event-block .wide-box.meta .event-col:nth-child(2) {
        width: 30%; }
      .event-block .wide-box.meta .event-col:nth-child(3) {
        width: 30%; }
      .event-block .wide-box.meta .event-col:nth-child(4) {
        width: 20%; }
      @media (max-width: 600px) {
        .event-block .wide-box.meta .event-col {
          width: 100% !important;
          padding: 0; }
          .event-block .wide-box.meta .event-col.share-box {
            padding: 0 10px 0 0 !important; }
            .event-block .wide-box.meta .event-col.share-box a span {
              position: absolute;
              width: 20px !important;
              margin: 25px 0 0 0 !important; }
              .event-block .wide-box.meta .event-col.share-box a span:after {
                width: 30px !important; }
            .event-block .wide-box.meta .event-col.share-box a:first-child span {
              left: 50px !important; }
            .event-block .wide-box.meta .event-col.share-box a:last-child span {
              left: 85px !important; } }
    .event-block .wide-box span {
      display: inline-block;
      vertical-align: middle; }
    .event-block .wide-box span.date {
      vertical-align: middle;
      font-family: "Cinzel", serif;
      font-weight: 900;
      font-size: 1.7rem !important;
      letter-spacing: 2px;
      color: #ec362f;
      display: inline-block;
      margin: 0 10px 0 5px; }
      @media (max-width: 600px) {
        .event-block .wide-box span.date {
          margin-left: 0;
          font-family: "Univers LT W01_57 Condensed", sans-serif;
          font-size: 18px !important;
          vertical-align: baseline; } }
  .event-block article {
    font-size: 1.7rem;
    color: #005685;
    line-height: 1.5; }
    @media (max-width: 600px) {
      .event-block article {
        font-size: 1.2rem;
        line-height: 1.4; } }
    .event-block article p {
      font-size: inherit;
      color: inherit;
      line-height: inherit; }
  .event-block .thin-close-x {
    position: absolute;
    cursor: pointer;
    right: 30px;
    top: 20px; }
    @media (max-width: 600px) {
      .event-block .thin-close-x {
        right: 16px; } }
    .event-block .thin-close-x svg {
      width: 30px;
      height: 30px; }
    .event-block .thin-close-x path {
      stroke: #ec362f; }

@media (max-width: 600px) {
  .mobile-hide {
    display: none !important; } }
@font-face {
  font-family: "Trade Gothic Condensed 18";
  src: url("../fonts/universalis-adf-std.eot");
  src: url("../fonts/universalis-adf-std.eot?#iefix") format("embedded-opentype"), url("../fonts/universalis-adf-std.woff") format("woff"), url("../fonts/universalis-adf-std.ttf") format("truetype"), url("../fonts/universalis-adf-std.svg#Trade Gothic Condensed 18") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  height: 100%;
  font-size: 15px; }
  @media (max-width: 1000px) {
    html {
      font-size: 13px; } }

body {
  font-family: "Univers LT W01_57 Condensed", sans-serif;
  font-weight: lighter;
  letter-spacing: 0.2px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  text-align: center;
  overflow-y: scroll;
  background: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none; }

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

strong {
  font-family: "Univers LT W01_67 Bold_1476016", sans-serif;
  font-weight: normal; }

em {
  font-style: normal;
  font-family: "Univers LT W01_57 Conde1476010", sans-serif; }

h2 {
  color: #ec362f;
  text-shadow: 0 1px 0 white;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding-bottom: 1.6rem;
  font-family: "Cinzel", serif;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.3;
  display: inline-block;
  text-align: left;
  width: 100%; }
  @media (max-width: 600px) {
    h2 {
      margin-top: 10px;
      margin-bottom: 0;
      padding-bottom: 12px; } }
  @media (max-width: 1000px) {
    h2 {
      font-size: 1.6rem;
      margin-bottom: 0rem; } }
  h2 span {
    font-size: inherit !important;
    line-height: inherit !important; }

h3 {
  color: #ec362f;
  text-shadow: 0 1px 0 white;
  text-align: left;
  margin-bottom: 0rem;
  font-size: 2rem;
  line-height: 1.25;
  display: inline-block;
  width: 100%;
  font-family: "Trade Gothic Condensed 18", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2px; }
  @media (max-width: 1000px) {
    h3 {
      font-size: 1.4rem;
      margin-bottom: 0rem; } }

.col > h3 {
  margin-top: 1.2rem; }

a, a:after {
  -webkit-transition: all 0.01s;
  -moz-transition: all 0.01s;
  -ms-transition: all 0.01s;
  -o-transition: all 0.01s;
  transition: all 0.01s; }

a.button {
  border: 1px solid rgba(236, 54, 47, 0.4);
  padding: 10px 20px 10px 20px;
  background: transparent;
  color: #ec362f;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  a.button:after {
    display: none; }
  a.button:hover {
    background: #ec362f;
    color: white !important; }

a.clean:after {
  display: none; }

hr {
  border: none;
  border-bottom: 1px solid rgba(236, 54, 47, 0.4); }

.small {
  font-size: 11px; }

.layout-header {
  position: relative;
  display: block;
  top: 0px;
  z-index: 10;
  width: 100%;
  background: cadetblue;
  /* Old browsers */
  background: -moz-linear-gradient(top, cadetblue 0%, powderblue 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, cadetblue), color-stop(100%, powderblue));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, cadetblue 0%, powderblue 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, cadetblue 0%, powderblue 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, cadetblue 0%, powderblue 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, cadetblue 0%, powderblue 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from', endColorstr='$to',GradientType=0 );
  /* IE6-9 */
  text-align: center; }
  .layout-header .logo-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-image: url(/content/images/header/bottom_mountains.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 1300px; }
    @media (max-width: 1000px) {
      .layout-header .logo-box .slick-dots {
        bottom: 13px; } }
    .layout-header .logo-box h1 {
      position: absolute;
      height: 100%;
      width: 100%;
      margin-top: 0%;
      background-size: 1060px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
      .layout-header .logo-box h1 a {
        position: absolute;
        height: 100%;
        width: 100%;
        color: white;
        left: 0;
        top: 50%;
        margin-top: -12%;
        cursor: default;
        font-size: 170px;
        line-height: 1.2;
        font-family: 'Helvetica';
        font-weight: 400;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }
        @media (max-width: 1000px) {
          .layout-header .logo-box h1 a {
            font-size: 40px;
            margin-top: -18%; } }
        .layout-header .logo-box h1 a .title {
          display: block; }
        .layout-header .logo-box h1 a .subtitle {
          display: block;
          padding: 0 200px;
          font-size: 30px;
          font-family: "Univers LT W01_57 Condensed", sans-serif; }
        .layout-header .logo-box h1 a img {
          width: 100%; }

.nav-top-center-box {
  position: relative;
  width: 100%;
  background: #ec362f;
  border-bottom: 1px solid #fbd9d7;
  padding: 0px 0; }
  body.header-normal-top .nav-top-center-box {
    display: none; }
  @media (max-width: 1000px) {
    .nav-top-center-box {
      display: none; } }
  .nav-top-center-box .nav-top-container {
    width: 960px;
    display: inline-block;
    text-align: left;
    white-space: nowrap; }
    @media (max-width: 1300px) {
      .nav-top-center-box .nav-top-container {
        width: 750px; } }
  .nav-top-center-box .nav-top-main-list {
    display: inline-block;
    text-align: left; }
    .nav-top-center-box .nav-top-main-list li a {
      color: white;
      line-height: 1;
      text-decoration: none;
      display: inline-block;
      position: relative;
      padding: 22px 10px 20px 10px;
      letter-spacing: 1px;
      font-family: "Cinzel", serif;
      font-size: 1.1rem;
      font-weight: 900;
      letter-spacing: 2.2px;
      vertical-align: top; }
      @media (max-width: 1300px) {
        .nav-top-center-box .nav-top-main-list li a {
          font-size: 0.9rem; } }
      .nav-top-center-box .nav-top-main-list li a.active:before, .nav-top-center-box .nav-top-main-list li a:hover:before {
        position: absolute;
        left: 0;
        top: 39px;
        display: block;
        content: '';
        background-image: url(/assets/images/hover_mountains.svg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100px;
        width: 100%;
        height: 20px; }
      .nav-top-center-box .nav-top-main-list li a:after {
        content: '';
        border-right: 2px solid white;
        height: 28%;
        position: absolute;
        right: -1px;
        top: 35%; }
    .nav-top-center-box .nav-top-main-list li:first-child a {
      padding-left: 0; }
    .nav-top-center-box .nav-top-main-list li:last-child a:after {
      border-right: none !important; }
    .nav-top-center-box .nav-top-main-list li:last-child a:hover span {
      border: none; }
    .nav-top-center-box .nav-top-main-list li:nth-child(n+4) a {
      font-family: "Univers LT W01_57 Condensed", sans-serif;
      font-size: 0.9rem;
      font-weight: 500; }
      .nav-top-center-box .nav-top-main-list li:nth-child(n+4) a:after {
        border-width: 1px;
        top: 40%;
        height: 24%; }

/* FIXED NAV
------------------------------------------------------ */
.layout-fixed-header {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  z-index: -1;
  background: #005685;
  width: 100%;
  border-bottom: 0px solid #ec362f; }
  @media (max-width: 1000px) {
    .layout-fixed-header {
      display: none !important; } }
  .layout-fixed-header img {
    height: auto !important; }
  body.header-full-top .layout-fixed-header {
    z-index: 11 !important;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  body.header-normal-top .layout-fixed-header {
    z-index: 11 !important;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
    body.header-normal-top .layout-fixed-header.as-fixed .fixed-container {
      padding: 50px 30px; }
    body.header-normal-top .layout-fixed-header.as-fixed .logo-box {
      height: 200px;
      bottom: -100px; }
  .layout-fixed-header .fixed-container {
    max-width: 1060px;
    padding: 0px 30px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 1300px) {
      .layout-fixed-header .fixed-container {
        max-width: 850px; } }
    .layout-fixed-header .fixed-container .logo-box {
      width: 120px;
      height: 80px;
      padding: 10px 0 2px 0px;
      position: absolute;
      top: 0;
      left: 0px; }
      .layout-fixed-header .fixed-container .logo-box h1 {
        position: absolute;
        top: -25px;
        left: -115px;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 35px;
        background-size: 70%;
        background-color: #ec362f; }
        @media (max-width: 1300px) {
          .layout-fixed-header .fixed-container .logo-box h1 {
            background-position: 30px 35px !important; } }
        .layout-fixed-header .fixed-container .logo-box h1 a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
    .layout-fixed-header .fixed-container .nav-top-right-box {
      float: left;
      padding-left: 10px;
      position: relative; }
      .layout-fixed-header .fixed-container .nav-top-right-box li a {
        color: white;
        line-height: 1;
        text-decoration: none;
        display: inline-block;
        position: relative;
        padding: 22px 7px 20px 7px;
        letter-spacing: 1px;
        font-family: "Cinzel", serif;
        font-size: 1.1rem;
        font-weight: 900;
        letter-spacing: 2.2px;
        vertical-align: top; }
        @media (max-width: 1300px) {
          .layout-fixed-header .fixed-container .nav-top-right-box li a {
            font-size: 0.85rem; } }
        .layout-fixed-header .fixed-container .nav-top-right-box li a.active:before, .layout-fixed-header .fixed-container .nav-top-right-box li a:hover:before {
          position: absolute;
          left: 0;
          top: 39px;
          display: block;
          content: '';
          background-image: url(/assets/images/hover_mountains.svg);
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100px;
          width: 100%;
          height: 20px; }
          @media (max-width: 1300px) {
            .layout-fixed-header .fixed-container .nav-top-right-box li a.active:before, .layout-fixed-header .fixed-container .nav-top-right-box li a:hover:before {
              top: 38px;
              height: 18px; } }
        .layout-fixed-header .fixed-container .nav-top-right-box li a:after {
          content: '';
          border-right: 1px solid white;
          height: 28%;
          position: absolute;
          right: -1px;
          top: 35%; }
      .layout-fixed-header .fixed-container .nav-top-right-box li:last-child a:after {
        border-right: none !important; }
      .layout-fixed-header .fixed-container .nav-top-right-box li:last-child a:hover span {
        border: none; }
      .layout-fixed-header .fixed-container .nav-top-right-box li:nth-child(-n+3) a {
        top: 2px; }
      .layout-fixed-header .fixed-container .nav-top-right-box li:nth-child(n+4) a {
        font-family: "Univers LT W01_57 Condensed", sans-serif;
        font-size: 0.9rem;
        font-weight: 500; }
        .layout-fixed-header .fixed-container .nav-top-right-box li:nth-child(n+4) a:after {
          border-width: 1px;
          top: 40%;
          height: 24%; }

/* TOP LINK */
.top-link-box {
  position: fixed;
  max-width: 1350px;
  width: 100%;
  height: 0px;
  background: yellow;
  bottom: 0px;
  z-index: -1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .top-link-box .top-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    display: block;
    padding: 10px; }
    .top-link-box .top-link svg path {
      fill: #ec362f;
      stroke: white; }

.layout-content {
  text-align: center;
  overflow: hidden;
  /* LAYOUTS
  ---------------------------------------------- */ }
  .layout-content .section {
    margin-bottom: 10px; }
  .layout-content .block:not(.block-layout_image) {
    position: relative;
    max-width: 1060px;
    vertical-align: top;
    padding: 0 30px;
    margin: 0 auto; }
    @media (max-width: 1300px) {
      .layout-content .block:not(.block-layout_image) {
        max-width: 850px; } }
    @media (max-width: 1000px) {
      .layout-content .block:not(.block-layout_image) {
        width: 100%;
        padding: 0 17px; } }
    .layout-content .block:not(.block-layout_image).margin-bottom .col {
      margin-bottom: 3rem; }
      @media (max-width: 600px) {
        .layout-content .block:not(.block-layout_image).margin-bottom .col {
          margin-bottom: 20px; } }
    .layout-content .block:not(.block-layout_image) .col {
      position: relative;
      padding: 0 20px;
      float: left;
      width: 100%;
      font-size: 1.3rem;
      letter-spacing: 0;
      text-align: left; }
      @media (max-width: 600px) {
        .layout-content .block:not(.block-layout_image) .col {
          font-size: 1rem; } }
      .layout-content .block:not(.block-layout_image) .col p {
        margin-bottom: 10px;
        position: relative; }
      .layout-content .block:not(.block-layout_image) .col a {
        position: relative; }
        .layout-content .block:not(.block-layout_image) .col a:after {
          content: '';
          width: 100%;
          position: absolute;
          bottom: -0.06rem;
          left: 0;
          height: 1px;
          background: rgba(0, 0, 0, 0.8); }
        .layout-content .block:not(.block-layout_image) .col a:hover {
          color: rgba(77, 77, 77, 0.8);
          color: #ec362f; }
          .layout-content .block:not(.block-layout_image) .col a:hover:after {
            background: rgba(77, 77, 77, 0.8);
            background: #ec362f; }
      .layout-content .block:not(.block-layout_image) .col span {
        font-size: inherit !important;
        line-height: inherit !important; }
      .layout-content .block:not(.block-layout_image) .col ul:not(.slick-dots) {
        font-size: inherit; }
        .layout-content .block:not(.block-layout_image) .col ul:not(.slick-dots) li {
          display: block;
          padding-left: 10px;
          position: relative;
          margin-bottom: 0.3rem; }
          .layout-content .block:not(.block-layout_image) .col ul:not(.slick-dots) li strong {
            font-weight: normal; }
          .layout-content .block:not(.block-layout_image) .col ul:not(.slick-dots) li::before {
            position: absolute;
            left: 0;
            top: 0.6rem;
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.65); }
  .layout-content .block-layout_1 .col,
  .layout-content .block-layout_slider .col,
  .layout-content .block-layout_footer .col {
    float: none !important; }
  .layout-content .block-layout_1-1 .col:first-child {
    width: 50%; }
  .layout-content .block-layout_1-1 .col:last-child {
    width: 50%; }
  .layout-content .block-layout_3-2 .col:first-child {
    width: 60%; }
  .layout-content .block-layout_3-2 .col:last-child {
    width: 40%; }
  .layout-content .block-layout_2-1 .col:first-child {
    width: 66.6%; }
  .layout-content .block-layout_2-1 .col:last-child {
    width: 33.4%; }
  .layout-content .block-layout_2-1_mobile_inverted .col:first-child {
    width: 33.4%;
    float: right; }
  .layout-content .block-layout_2-1_mobile_inverted .col:last-child {
    width: 66.6%;
    float: right; }
  .layout-content .block-layout_1-3 .col:first-child {
    width: 25%; }
  .layout-content .block-layout_1-3 .col:last-child {
    width: 75%; }
  @media (max-width: 1000px) {
    .layout-content .block-layout_1-3 .col {
      width: 50% !important; } }
  .layout-content .block-layout_1-3_mobile_inverted .col:first-child {
    width: 25%;
    float: right; }
  .layout-content .block-layout_1-3_mobile_inverted .col:last-child {
    width: 75%;
    float: right; }
  .layout-content .block-layout_1-1-1 .col:nth-child(1n) {
    width: 33.3%; }
  .layout-content .block-layout_1-1-1 .col:nth-child(2) {
    padding-right: 20px; }
    @media (max-width: 1000px) {
      .layout-content .block-layout_1-1-1 .col:nth-child(2) {
        padding-right: 0; } }
  .layout-content .block-layout_1-1-1 .col:last-child {
    width: 33.4%; }
  @media (max-width: 1000px) {
    .layout-content .block-layout_1-1-1-1 .mobile-clearfix:after {
      content: ".";
      clear: both;
      display: block;
      visibility: hidden;
      height: 0px;
      overflow: hidden; } }
  .layout-content .block-layout_1-1-1-1 .col img {
    width: 90%; }
  .layout-content .block-layout_1-1-1-1 .col:nth-child(1n) {
    width: 25%; }
  .layout-content .block-layout_1-1-1-1 .col:nth-child(2) {
    padding-right: 20px; }
  @media (max-width: 1000px) {
    .layout-content .block-layout_1-1-1-1 .col {
      width: 50% !important; }
      .layout-content .block-layout_1-1-1-1 .col::nth-child(2n) {
        content: ".";
        clear: both;
        display: block;
        visibility: hidden;
        height: 0px;
        overflow: hidden; } }
  .layout-content .block-layout_image {
    position: relative;
    padding-top: 42.85%;
    width: 100%; }
    .layout-content .block-layout_image .image-holder {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-size: 100%;
      background-position: center; }
  .layout-content #partner p {
    margin-bottom: 0; }
  .layout-content #kontakt {
    background: #ec362f;
    color: white; }
    .layout-content #kontakt a {
      color: inherit; }
      .layout-content #kontakt a:after {
        background: white; }
    .layout-content #kontakt h2 {
      color: white;
      text-shadow: none; }
  .layout-content .block-layout_contact .col {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white; }
    .layout-content .block-layout_contact .col a:after {
      background: white !important; }
    .layout-content .block-layout_contact .col a:hover {
      color: white !important; }
      .layout-content .block-layout_contact .col a:hover:after {
        background: white; }
    .layout-content .block-layout_contact .col button {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 10px;
      padding: 8px 15px 6px 15px;
      background: white;
      color: #ec362f;
      letter-spacing: 1px;
      border: 1px solid transparent;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1) !important;
      -webkit-transition: all 0.2s linear 0;
      -moz-transition: all 0.2s linear 0;
      -ms-transition: all 0.2s linear 0;
      -o-transition: all 0.2s linear 0;
      transition: all 0.2s linear 0; }
      .layout-content .block-layout_contact .col button:hover {
        border-color: white;
        background: transparent;
        color: white; }
      .layout-content .block-layout_contact .col button:focus, .layout-content .block-layout_contact .col button:active {
        background: white;
        color: #ec362f;
        border-color: transparent; }
  .layout-content .block-layout_contact .col:first-child {
    width: 50%;
    float: left; }
    .layout-content .block-layout_contact .col:first-child .thanks-text {
      color: inherit;
      padding: 20px 20px 70px;
      border: 1px solid white;
      border-radius: 4px;
      margin-top: 21px;
      margin-bottom: 10px; }
  .layout-content .block-layout_contact .col:last-child {
    width: 50%;
    float: left; }
  .layout-content .block-layout_footer .col {
    margin-bottom: 0 !important; }
    .layout-content .block-layout_footer .col a:after {
      background: transparent !important; }
    .layout-content .block-layout_footer .col a:hover {
      color: white !important; }
      .layout-content .block-layout_footer .col a:hover:after {
        background: white !important; }

@media (max-width: 600px) {
  .block:not(.block-layout_image) {
    padding: 0 0 !important; }
    .block:not(.block-layout_image) .col {
      width: 100% !important; } }
/* PARALLAX
------------------------------------------------ */
.parallax-image-wrapper {
  background: rgba(0, 255, 0, 0);
  position: fixed;
  overflow: hidden;
  width: 100%;
  padding-top: 42.85%; }
  .parallax-image-wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block; }

.parallax-image {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 180%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/* PRELOADER */
.preloader-box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: white url(/assets/images/ajax-loader.gif) no-repeat center; }

/* HEADER SLIDER */
@media (max-width: 600px) {
  .layout-header .content-slider {
    margin-top: 50px;
    height: 200px; } }
.layout-header .content-slider .slider-inside {
  position: relative;
  padding-top: 0px;
  text-align: center; }
  @media (max-width: 600px) {
    .layout-header .content-slider .slider-inside {
      height: 200px; } }
  .layout-header .content-slider .slider-inside p {
    height: 100%; }
    .layout-header .content-slider .slider-inside p img {
      display: inline-block;
      height: 100% !important;
      width: auto !important; }

.languages-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 2px 8px; }
  .layout-header .languages-box {
    position: fixed; }
  @media (max-width: 1300px) {
    .layout-fixed-header .languages-box {
      top: 56px; } }
  .languages-box a {
    font-size: 0.9rem;
    letter-spacing: 0.7px;
    color: rgba(255, 255, 255, 0.7); }
    @media (max-width: 1300px) {
      .layout-fixed-header .languages-box a {
        color: rgba(0, 86, 133, 0.5); } }
    .languages-box a:hover, .languages-box a.active {
      color: white; }
      @media (max-width: 1300px) {
        .layout-fixed-header .languages-box a:hover, .layout-fixed-header .languages-box a.active {
          color: #005685; } }

#partner h3 {
  margin-bottom: 8px; }
#partner .col img {
  width: 100%; }
#partner p {
  font-size: 13.5px; }

@media (max-width: 600px) {
  #praktisch h2 {
    margin-top: 50px; }
    #praktisch h2 + hr + p {
      display: none; } }

.header-tickets-bestellen-box {
  display: block;
  position: absolute;
  right: 120px;
  top: -250px;
  background: url(/assets/images/Bergfahrt_Ticket_01.svg);
  z-index: 10;
  width: 125px;
  height: 58px;
  transform: rotate(14deg) perspective(1px) scale(1);
  -moz-transform: rotate(14deg) perspective(1px) scale(1);
  -webkit-transform: rotate(14deg) perspective(1px) scale(1);
  color: transparent; }

.mobile-buttons {
  position: relative;
  display: none; }
  @media (max-width: 600px) {
    .mobile-buttons {
      display: block; } }
  .mobile-buttons .header-tickets-bestellen-box {
    position: absolute;
    right: 70px;
    top: 110px;
    background: url(/assets/images/Bergfahrt_Ticket_01.svg) no-repeat;
    background-size: 100%;
    z-index: 10;
    width: 120px;
    height: 100px; }
  .mobile-buttons .header-programm-download-box {
    display: block;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 10;
    width: 70px;
    height: 70px;
    color: transparent; }

.header-tickets-bestellen-box {
  display: block;
  position: absolute;
  right: 120px;
  top: -250px;
  background: url(/assets/images/Bergfahrt_Ticket_01.svg);
  z-index: 10;
  width: 125px;
  height: 58px;
  transform: rotate(14deg) perspective(1px) scale(1);
  -moz-transform: rotate(14deg) perspective(1px) scale(1);
  -webkit-transform: rotate(14deg) perspective(1px) scale(1);
  color: transparent; }

.header-programm-download-box {
  display: block;
  position: absolute;
  right: 176px;
  top: -363px;
  z-index: 10;
  width: 90px;
  height: 90px;
  color: transparent; }

.fixed-tickets-bestellen-box {
  display: block;
  position: absolute;
  right: -150px;
  top: 0px;
  width: 125px;
  height: 58px;
  background: url(/assets/images/Bergfahrt_Ticket_02.svg);
  z-index: 10;
  color: transparent; }
  @media (max-width: 1300px) {
    .fixed-tickets-bestellen-box {
      right: -134px; } }

.newsletter-box {
  position: absolute;
  right: 0;
  top: 0; }

[class="no-wrap"] {
  white-space: nowrap; }
  @media (max-width: 600px) {
    [class="no-wrap"] {
      white-space: normal; } }

#retrospektive p {
  margin-bottom: 0.7rem; }
#retrospektive h4 {
  font-size: 1rem; }
  @media (max-width: 1000px) {
    #retrospektive h4 {
      font-size: 0.8rem;
      line-height: 1.2;
      margin-top: 0; } }

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 10%; }
  .logos a:after {
    display: none; }
  .logos > * {
    margin: 3% 3%; }
  .logos img {
    height: auto !important; }

/* MOBILE NAV
--------------------------------------- */
.layout-header-small .white-container {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 36px;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  box-shadow: 0 0 5px rgba(0,0,0,0.5); }
  @media (max-width: 1000px) {
    .layout-header-small .white-container {
      display: block; } }
  .layout-header-small .white-container.open {
    -webkit-transform: translate3d(-70%, 0, 0);
    -moz-transform: translate3d(-70%, 0, 0);
    -ms-transform: translate3d(-70%, 0, 0);
    -o-transform: translate3d(-70%, 0, 0);
    transform: translate3d(-70%, 0, 0); }
  .layout-header-small .white-container .logo-box {
    padding: 4px 0 2px 8px;
    float: left;
    width: 160px; }
    .layout-header-small .white-container .logo-box h1 {
      position: absolute;
      height: 78%; }
      .layout-header-small .white-container .logo-box h1 svg {
        height: 100%;
        width: 100%; }
  .layout-header-small .white-container .hamburger {
    float: right;
    cursor: pointer;
    display: block;
    padding: 4px 6px 3px 6px;
    position: relative;
    width: 36px;
    height: 36px; }
    .layout-header-small .white-container .hamburger div {
      background-color: #005685;
      height: 2px;
      margin-top: 5px;
      width: 90%; }
    .layout-header-small .white-container .hamburger:focus, .layout-header-small .white-container .hamburger:active {
      background: #005685; }
      .layout-header-small .white-container .hamburger:focus div, .layout-header-small .white-container .hamburger:active div {
        background: white; }
.layout-header-small .mobile-nav {
  position: fixed;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  top: 0;
  height: 100%;
  width: 100%;
  right: -100%;
  background: #005685;
  z-index: 10000; }
  .layout-header-small .mobile-nav a {
    display: block;
    width: 100%;
    border-bottom: 1px solid white;
    color: white;
    text-align: left;
    line-height: 1;
    padding: 12px 10px; }
    .layout-header-small .mobile-nav a:focus, .layout-header-small .mobile-nav a:active, .layout-header-small .mobile-nav a.active {
      background: white;
      color: #005685; }
  .layout-header-small .mobile-nav.open {
    -webkit-transform: translate3d(-70%, 0, 0);
    -moz-transform: translate3d(-70%, 0, 0);
    -ms-transform: translate3d(-70%, 0, 0);
    -o-transform: translate3d(-70%, 0, 0);
    transform: translate3d(-70%, 0, 0); }
.layout-header-small .lang-links-box {
  position: absolute;
  bottom: 0;
  width: 70%;
  padding: 0;
  background: #005685;
  text-align: left; }
  .layout-header-small .lang-links-box a {
    display: inline-block;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-bottom: none; }
    .layout-header-small .lang-links-box a:first-child {
      border-left: none; }
    .layout-header-small .lang-links-box a.active, .layout-header-small .lang-links-box a:active, .layout-header-small .lang-links-box a:focus {
      background: white;
      color: #005685; }

.content-layer {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .content-layer.open {
    display: block; }
