@charset "UTF-8";
@import url("//hello.myfonts.net/count/32aa57");
@font-face {
  font-family: 'FFCeleste';
  src: url('../fonts/32AA57_0_0.eot');
  src: url('../fonts/32AA57_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/32AA57_0_0.woff2') format('woff2'), url('../fonts/32AA57_0_0.woff') format('woff'), url('../fonts/32AA57_0_0.ttf') format('truetype');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'KlavikaWeb';
  src: url('../fonts/KlaRegular.eot');
  src: url('../fonts/KlaRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/KlaRegular.woff2') format('woff2'), url('../fonts/KlaRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'KlavikaWeb';
  src: url('../fonts/KlaRegularItalic.eot');
  src: url('../fonts/KlaRegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/KlaRegularItalic.woff2') format('woff2'), url('../fonts/KlaRegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'KlavikaWeb';
  src: url('../fonts/KlaMedium.eot');
  src: url('../fonts/KlaMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/KlaMedium.woff2') format('woff2'), url('../fonts/KlaMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'KlavikaWeb';
  src: url('../fonts/KlaMediumItalic.eot');
  src: url('../fonts/KlaMediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/KlaMediumItalic.woff2') format('woff2'), url('../fonts/KlaMediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'KlavikaWeb';
  src: url('../fonts/KlaBoldItalic.eot');
  src: url('../fonts/KlaBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/KlaBoldItalic.woff2') format('woff2'), url('../fonts/KlaBoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic; }
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * 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"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: not-allowed; }
/**
 * 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 18px;
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: KlavikaWeb, calibri, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #4a4a4a;
  background: #f3f1ef;
  -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; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img, .map_canvas img, .mqa-display img, #map_canvas embed, .map_canvas embed, .mqa-display embed, #map_canvas object, .map_canvas object, .mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 66.66667rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    max-width: none;
    margin-left: -0.55556rem;
    margin-right: -0.55556rem; }
    @media screen and (min-width: 75em) {
    .row .row {
      margin-left: -0.83333rem;
      margin-right: -0.83333rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-left: 0.55556rem;
  padding-right: 0.55556rem;
  min-width: initial; }
  @media screen and (min-width: 75em) {
    .column, .columns {
      padding-left: 0.83333rem;
      padding-right: 0.83333rem; } }

.column.row.row, .columns.row.row {
  float: none;
  display: block; }
  .row .column.row.row, .row .columns.row.row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
  .small-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .small-offset-0 {
    margin-left: 0%; }
  .small-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .small-offset-1 {
    margin-left: 4.16667%; }
  .small-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .small-offset-2 {
    margin-left: 8.33333%; }
  .small-4 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-offset-3 {
    margin-left: 12.5%; }
  .small-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .small-offset-4 {
    margin-left: 16.66667%; }
  .small-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .small-offset-5 {
    margin-left: 20.83333%; }
  .small-7 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .small-offset-6 {
    margin-left: 25%; }
  .small-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-offset-7 {
    margin-left: 29.16667%; }
  .small-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .small-offset-8 {
    margin-left: 33.33333%; }
  .small-10 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .small-offset-9 {
    margin-left: 37.5%; }
  .small-11 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .small-offset-10 {
    margin-left: 41.66667%; }
  .small-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .small-offset-11 {
    margin-left: 45.83333%; }
  .small-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .small-offset-12 {
    margin-left: 50%; }
  .small-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .small-offset-13 {
    margin-left: 54.16667%; }
  .small-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .small-offset-14 {
    margin-left: 58.33333%; }
  .small-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-offset-15 {
    margin-left: 62.5%; }
  .small-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .small-offset-16 {
    margin-left: 66.66667%; }
  .small-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .small-offset-17 {
    margin-left: 70.83333%; }
  .small-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .small-offset-18 {
    margin-left: 75%; }
  .small-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .small-offset-19 {
    margin-left: 79.16667%; }
  .small-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .small-offset-20 {
    margin-left: 83.33333%; }
  .small-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .small-offset-21 {
    margin-left: 87.5%; }
  .small-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .small-offset-22 {
    margin-left: 91.66667%; }
  .small-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .small-offset-23 {
    margin-left: 95.83333%; }
  .small-order-1 {
    order: 1; }
  .small-order-2 {
    order: 2; }
  .small-order-3 {
    order: 3; }
  .small-order-4 {
    order: 4; }
  .small-order-5 {
    order: 5; }
  .small-order-6 {
    order: 6; }
  .small-up-1 {
    flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }
  .small-up-2 {
    flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up-3 {
    flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-up-4 {
    flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }
  .small-up-5 {
    flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }
  .small-up-6 {
    flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-up-7 {
    flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .small-up-8 {
    flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .small-collapse > .column, .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-left: 0.55556rem;
    padding-right: 0.55556rem; }
  @media screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
    .medium-offset-0 {
      margin-left: 0%; }

    .medium-2 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }

    .medium-offset-1 {
      margin-left: 4.16667%; }

    .medium-3 {
      flex: 0 0 12.5%;
      max-width: 12.5%; }

    .medium-offset-2 {
      margin-left: 8.33333%; }

    .medium-4 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }

    .medium-offset-3 {
      margin-left: 12.5%; }

    .medium-5 {
      flex: 0 0 20.83333%;
      max-width: 20.83333%; }

    .medium-offset-4 {
      margin-left: 16.66667%; }

    .medium-6 {
      flex: 0 0 25%;
      max-width: 25%; }

    .medium-offset-5 {
      margin-left: 20.83333%; }

    .medium-7 {
      flex: 0 0 29.16667%;
      max-width: 29.16667%; }

    .medium-offset-6 {
      margin-left: 25%; }

    .medium-8 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }

    .medium-offset-7 {
      margin-left: 29.16667%; }

    .medium-9 {
      flex: 0 0 37.5%;
      max-width: 37.5%; }

    .medium-offset-8 {
      margin-left: 33.33333%; }

    .medium-10 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }

    .medium-offset-9 {
      margin-left: 37.5%; }

    .medium-11 {
      flex: 0 0 45.83333%;
      max-width: 45.83333%; }

    .medium-offset-10 {
      margin-left: 41.66667%; }

    .medium-12 {
      flex: 0 0 50%;
      max-width: 50%; }

    .medium-offset-11 {
      margin-left: 45.83333%; }

    .medium-13 {
      flex: 0 0 54.16667%;
      max-width: 54.16667%; }

    .medium-offset-12 {
      margin-left: 50%; }

    .medium-14 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }

    .medium-offset-13 {
      margin-left: 54.16667%; }

    .medium-15 {
      flex: 0 0 62.5%;
      max-width: 62.5%; }

    .medium-offset-14 {
      margin-left: 58.33333%; }

    .medium-16 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }

    .medium-offset-15 {
      margin-left: 62.5%; }

    .medium-17 {
      flex: 0 0 70.83333%;
      max-width: 70.83333%; }

    .medium-offset-16 {
      margin-left: 66.66667%; }

    .medium-18 {
      flex: 0 0 75%;
      max-width: 75%; }

    .medium-offset-17 {
      margin-left: 70.83333%; }

    .medium-19 {
      flex: 0 0 79.16667%;
      max-width: 79.16667%; }

    .medium-offset-18 {
      margin-left: 75%; }

    .medium-20 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }

    .medium-offset-19 {
      margin-left: 79.16667%; }

    .medium-21 {
      flex: 0 0 87.5%;
      max-width: 87.5%; }

    .medium-offset-20 {
      margin-left: 83.33333%; }

    .medium-22 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }

    .medium-offset-21 {
      margin-left: 87.5%; }

    .medium-23 {
      flex: 0 0 95.83333%;
      max-width: 95.83333%; }

    .medium-offset-22 {
      margin-left: 91.66667%; }

    .medium-24 {
      flex: 0 0 100%;
      max-width: 100%; }

    .medium-offset-23 {
      margin-left: 95.83333%; }

    .medium-order-1 {
      order: 1; }

    .medium-order-2 {
      order: 2; }

    .medium-order-3 {
      order: 3; }

    .medium-order-4 {
      order: 4; }

    .medium-order-5 {
      order: 5; }

    .medium-order-6 {
      order: 6; }

    .medium-up-1 {
      flex-wrap: wrap; }
      .medium-up-1 > .column, .medium-up-1 > .columns {
        flex: 0 0 100%;
        max-width: 100%; }

    .medium-up-2 {
      flex-wrap: wrap; }
      .medium-up-2 > .column, .medium-up-2 > .columns {
        flex: 0 0 50%;
        max-width: 50%; }

    .medium-up-3 {
      flex-wrap: wrap; }
      .medium-up-3 > .column, .medium-up-3 > .columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }

    .medium-up-4 {
      flex-wrap: wrap; }
      .medium-up-4 > .column, .medium-up-4 > .columns {
        flex: 0 0 25%;
        max-width: 25%; }

    .medium-up-5 {
      flex-wrap: wrap; }
      .medium-up-5 > .column, .medium-up-5 > .columns {
        flex: 0 0 20%;
        max-width: 20%; }

    .medium-up-6 {
      flex-wrap: wrap; }
      .medium-up-6 > .column, .medium-up-6 > .columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }

    .medium-up-7 {
      flex-wrap: wrap; }
      .medium-up-7 > .column, .medium-up-7 > .columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%; }

    .medium-up-8 {
      flex-wrap: wrap; }
      .medium-up-8 > .column, .medium-up-8 > .columns {
        flex: 0 0 12.5%;
        max-width: 12.5%; }

    .medium-expand {
      flex: 1 1 0px; }

    .medium-collapse > .column, .medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }

    .medium-uncollapse > .column, .medium-uncollapse > .columns {
      padding-left: 0.55556rem;
      padding-right: 0.55556rem; } }
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 0 0 100%; }
      @media screen and (min-width: 40em) {
            .row.medium-unstack > .column, .row.medium-unstack > .columns {
              flex: 1 1 0px; } }
  @media screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
    .large-offset-0 {
      margin-left: 0%; }

    .large-2 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }

    .large-offset-1 {
      margin-left: 4.16667%; }

    .large-3 {
      flex: 0 0 12.5%;
      max-width: 12.5%; }

    .large-offset-2 {
      margin-left: 8.33333%; }

    .large-4 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }

    .large-offset-3 {
      margin-left: 12.5%; }

    .large-5 {
      flex: 0 0 20.83333%;
      max-width: 20.83333%; }

    .large-offset-4 {
      margin-left: 16.66667%; }

    .large-6 {
      flex: 0 0 25%;
      max-width: 25%; }

    .large-offset-5 {
      margin-left: 20.83333%; }

    .large-7 {
      flex: 0 0 29.16667%;
      max-width: 29.16667%; }

    .large-offset-6 {
      margin-left: 25%; }

    .large-8 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }

    .large-offset-7 {
      margin-left: 29.16667%; }

    .large-9 {
      flex: 0 0 37.5%;
      max-width: 37.5%; }

    .large-offset-8 {
      margin-left: 33.33333%; }

    .large-10 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }

    .large-offset-9 {
      margin-left: 37.5%; }

    .large-11 {
      flex: 0 0 45.83333%;
      max-width: 45.83333%; }

    .large-offset-10 {
      margin-left: 41.66667%; }

    .large-12 {
      flex: 0 0 50%;
      max-width: 50%; }

    .large-offset-11 {
      margin-left: 45.83333%; }

    .large-13 {
      flex: 0 0 54.16667%;
      max-width: 54.16667%; }

    .large-offset-12 {
      margin-left: 50%; }

    .large-14 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }

    .large-offset-13 {
      margin-left: 54.16667%; }

    .large-15 {
      flex: 0 0 62.5%;
      max-width: 62.5%; }

    .large-offset-14 {
      margin-left: 58.33333%; }

    .large-16 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }

    .large-offset-15 {
      margin-left: 62.5%; }

    .large-17 {
      flex: 0 0 70.83333%;
      max-width: 70.83333%; }

    .large-offset-16 {
      margin-left: 66.66667%; }

    .large-18 {
      flex: 0 0 75%;
      max-width: 75%; }

    .large-offset-17 {
      margin-left: 70.83333%; }

    .large-19 {
      flex: 0 0 79.16667%;
      max-width: 79.16667%; }

    .large-offset-18 {
      margin-left: 75%; }

    .large-20 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }

    .large-offset-19 {
      margin-left: 79.16667%; }

    .large-21 {
      flex: 0 0 87.5%;
      max-width: 87.5%; }

    .large-offset-20 {
      margin-left: 83.33333%; }

    .large-22 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }

    .large-offset-21 {
      margin-left: 87.5%; }

    .large-23 {
      flex: 0 0 95.83333%;
      max-width: 95.83333%; }

    .large-offset-22 {
      margin-left: 91.66667%; }

    .large-24 {
      flex: 0 0 100%;
      max-width: 100%; }

    .large-offset-23 {
      margin-left: 95.83333%; }

    .large-order-1 {
      order: 1; }

    .large-order-2 {
      order: 2; }

    .large-order-3 {
      order: 3; }

    .large-order-4 {
      order: 4; }

    .large-order-5 {
      order: 5; }

    .large-order-6 {
      order: 6; }

    .large-up-1 {
      flex-wrap: wrap; }
      .large-up-1 > .column, .large-up-1 > .columns {
        flex: 0 0 100%;
        max-width: 100%; }

    .large-up-2 {
      flex-wrap: wrap; }
      .large-up-2 > .column, .large-up-2 > .columns {
        flex: 0 0 50%;
        max-width: 50%; }

    .large-up-3 {
      flex-wrap: wrap; }
      .large-up-3 > .column, .large-up-3 > .columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }

    .large-up-4 {
      flex-wrap: wrap; }
      .large-up-4 > .column, .large-up-4 > .columns {
        flex: 0 0 25%;
        max-width: 25%; }

    .large-up-5 {
      flex-wrap: wrap; }
      .large-up-5 > .column, .large-up-5 > .columns {
        flex: 0 0 20%;
        max-width: 20%; }

    .large-up-6 {
      flex-wrap: wrap; }
      .large-up-6 > .column, .large-up-6 > .columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }

    .large-up-7 {
      flex-wrap: wrap; }
      .large-up-7 > .column, .large-up-7 > .columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%; }

    .large-up-8 {
      flex-wrap: wrap; }
      .large-up-8 > .column, .large-up-8 > .columns {
        flex: 0 0 12.5%;
        max-width: 12.5%; }

    .large-expand {
      flex: 1 1 0px; }

    .large-collapse > .column, .large-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }

    .large-uncollapse > .column, .large-uncollapse > .columns {
      padding-left: 0.55556rem;
      padding-right: 0.55556rem; } }
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 0 0 100%; }
      @media screen and (min-width: 64em) {
            .row.large-unstack > .column, .row.large-unstack > .columns {
              flex: 1 1 0px; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }
  .column.align-top, .columns.align-top {
    align-self: flex-start; }
  .column.align-bottom, .columns.align-bottom {
    align-self: flex-end; }
  .column.align-middle, .columns.align-middle {
    align-self: center; }
  .column.align-stretch, .columns.align-stretch {
    align-self: stretch; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.35;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: KlavikaWeb, calibri, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #87c4c9;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: inherit;
    line-height: 0; }
  h1 {
    font-size: 1.55556rem; }
  h2 {
    font-size: 1.33333rem; }
  h3 {
    font-size: 1rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 0.88889rem; }
  h6 {
    font-size: 0.77778rem; }
  @media screen and (min-width: 40em) {
  h1 {
    font-size: 1.88889rem; }
    h2 {
      font-size: 1.38889rem; } }

a {
  color: #4a4a4a;
  text-decoration: underline;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #87c4c9; }
  a img {
    border: 0; }

hr {
  max-width: 66.66667rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #9b9b9b;
  border-left: 0;
  margin: 1.11111rem auto;
  clear: both; }

ul, ol, dl {
  line-height: 1.35;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5rem 1.11111rem 0 1.05556rem;
  border-left: 1px solid #9b9b9b; }
  blockquote, blockquote p {
    line-height: 1.35;
    color: #686868; }

cite {
  display: block;
  font-size: 0.72222rem;
  color: #686868; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #4a4a4a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #9b9b9b;
  padding: 0.11111rem 0.27778rem 0.05556rem; }

kbd {
  padding: 0.11111rem 0.22222rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, 'Liberation Mono', Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #87c4c9; }

.lead {
  font-size: 22.5px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }
  .text-left {
    text-align: left; }
  .text-right {
    text-align: right; }
  .text-center {
    text-align: center; }
  .text-justify {
    text-align: justify; }
  @media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
    .medium-text-right {
      text-align: right; }

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

    .medium-text-justify {
      text-align: justify; } }
  @media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
    .large-text-right {
      text-align: right; }

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

    .large-text-justify {
      text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  .show-for-print {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

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

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

  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
    content: ''; }

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

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

  thead {
    display: table-header-group; }

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

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

  @page {
    margin: 0.5cm; }

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

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

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #87c4c9;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #64b3b9;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #87c4c9;
    color: #0a0a0a; }
  .button.primary:hover, .button.primary:focus {
    background-color: #59adb4;
    color: #0a0a0a; }
  .button.secondary {
    background-color: #7ab734;
    color: #fff; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #62922a;
    color: #fff; }
  .button.success {
    background-color: #7ab734;
    color: #fff; }
  .button.success:hover, .button.success:focus {
    background-color: #62922a;
    color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
  .button.alert:hover, .button.alert:focus {
    background-color: #da3116;
    color: #fff; }
  .button.hollow {
    border: 1px solid #87c4c9;
    color: #87c4c9; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #346f74;
    color: #346f74; }
  .button.hollow.primary {
    border: 1px solid #87c4c9;
    color: #87c4c9; }
    .button.hollow.primary:hover, .button.hollow.primary:focus {
      border-color: #346f74;
      color: #346f74; }
  .button.hollow.secondary {
    border: 1px solid #7ab734;
    color: #7ab734; }
    .button.hollow.secondary:hover, .button.hollow.secondary:focus {
      border-color: #3d5c1a;
      color: #3d5c1a; }
  .button.hollow.success {
    border: 1px solid #7ab734;
    color: #7ab734; }
    .button.hollow.success:hover, .button.hollow.success:focus {
      border-color: #3d5c1a;
      color: #3d5c1a; }
  .button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00; }
    .button.hollow.warning:hover, .button.hollow.warning:focus {
      border-color: #805700;
      color: #805700; }
  .button.hollow.alert {
    border: 1px solid #ec5840;
    color: #ec5840; }
    .button.hollow.alert:hover, .button.hollow.alert:focus {
      border-color: #881f0e;
      color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #87c4c9;
    color: #fff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.33333rem;
  padding: 0.5rem;
  border: none;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 0.88889rem;
  color: #4a4a4a;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    border: none;
    background-color: #fff;
    outline: none;
    box-shadow: none; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder, textarea::placeholder {
  color: #9b9b9b; }
  input:disabled, textarea:disabled, input[readonly], textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed; }

[type='submit'], [type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='number'] {
  -moz-appearance: textfield; }
  [type='number'] [type='number']::-webkit-inner-spin-button, [type='number'] [type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

[type='file'], [type='checkbox'], [type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label, [type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for], [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'], label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.77778rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.72222rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #9b9b9b;
  white-space: nowrap;
  flex: 0 0 auto;
  display: flex;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  width: auto;
  height: auto; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto; }
  .input-group-button a, .input-group-button input, .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

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

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #9b9b9b;
  padding: 1.11111rem;
  margin: 1rem 0; }
  .fieldset legend {
    background: #f3f1ef;
    padding: 0 0.16667rem;
    margin: 0;
    margin-left: -0.16667rem; }

select {
  height: 2.33333rem;
  padding: 0.5rem;
  border: none;
  margin: 0 0 1rem;
  font-size: 0.88889rem;
  font-family: inherit;
  line-height: normal;
  color: #4a4a4a;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28104, 104, 104%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width:0\0) {
  select {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=='); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.66667rem;
  font-weight: 700;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 0.88889rem;
  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; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }
  @media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
      display: none !important; } }
  @media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
      display: none !important; } }
  @media screen and (min-width: 40em) {
    .hide-for-medium {
      display: none !important; } }
  @media screen and (max-width: 39.9375em) {
    .show-for-medium {
      display: none !important; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
      display: none !important; } }
  @media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
      display: none !important; } }
  @media screen and (min-width: 64em) {
    .hide-for-large {
      display: none !important; } }
  @media screen and (max-width: 63.9375em) {
    .show-for-large {
      display: none !important; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
      display: none !important; } }
  @media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    .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;
  flex-basis: 0;
  order: 1; }
  .clearfix::after {
    clear: both; }
  .align-right {
    justify-content: flex-end; }
  .align-center {
    justify-content: center; }
  .align-justify {
    justify-content: space-between; }
  .align-spaced {
    justify-content: space-around; }
  .align-top {
    align-items: flex-start; }
  .align-self-top {
    align-self: flex-start; }
  .align-bottom {
    align-items: flex-end; }
  .align-self-bottom {
    align-self: flex-end; }
  .align-middle {
    align-items: center; }
  .align-self-middle {
    align-self: center; }
  .align-stretch {
    align-items: stretch; }
  .align-self-stretch {
    align-self: stretch; }
  .small-order-1 {
    order: 1; }
  .small-order-2 {
    order: 2; }
  .small-order-3 {
    order: 3; }
  .small-order-4 {
    order: 4; }
  .small-order-5 {
    order: 5; }
  .small-order-6 {
    order: 6; }
  @media screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
    .medium-order-2 {
      order: 2; }

    .medium-order-3 {
      order: 3; }

    .medium-order-4 {
      order: 4; }

    .medium-order-5 {
      order: 5; }

    .medium-order-6 {
      order: 6; } }
  @media screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
    .large-order-2 {
      order: 2; }

    .large-order-3 {
      order: 3; }

    .large-order-4 {
      order: 4; }

    .large-order-5 {
      order: 5; }

    .large-order-6 {
      order: 6; } }

html {
  height: 100%;
  overflow-y: scroll; }
  @media screen and (max-width: 63.9375em) {
  html {
    font-size: 16px; } }

body {
  display: table;
  width: 100%;
  height: 100%;
  min-width: 320px;
  background-color: #f3f1ef; }
  @media screen and (max-width: 63.9375em) {
  body {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }

.cc-banner.cc-bottom {
  font-family: inherit;
  font-size: inherit; }
  .cc-banner.cc-bottom .cc-btn {
    font-weight: 500; }

a {
  font-weight: 500;
  transition: color 200ms; }
  a:focus, a:active {
    color: #fff; }
  a:hover {
    color: #6f6358; }

h2 {
  color: #87c4c9; }

.subheadline {
  font-size: 1.22222rem;
  color: #4a4a4a;
  margin-bottom: 15px; }

strong, b, span[style~="bold;"] {
  font-weight: 500; }

ul {
  list-style-type: none; }
  ul li:before {
    content: "\00b7";
    margin-left: -0.7rem;
    margin-right: 0.2rem;
    font-weight: bold;
    font-size: 1.5rem;
    height: 5px;
    line-height: 0px;
    vertical-align: middle;
    display: inline-block; }

input[type="text"], input[type="search"], input[type="email"], textarea {
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-weight: 500; }

input[type="submit"] {
  border: none;
  background: #87c4c9;
  color: #fff; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9b9b9b; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9b9b9b; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9b9b9b; }

.moreDetail {
  display: inline-block;
  color: #a3968a;
  font-weight: 700;
  font-style: italic; }

#mainWrapper {
  display: table-row;
  height: 100%; }
  #mainWrapper > .row + .row {
    margin-top: 4em; }
  #mainWrapper > .adjustMargin.row + .row {
    margin-top: 2.5em; }
  @media (max-width: 880px) {
  #mainWrapper > .adjustMargin.row {
    margin-top: 2.5em; } }

.wrapper {
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

.introTxt {
  font-size: 1.11111rem;
  margin-bottom: 1em; }

.headlineBorder {
  border-bottom: 1px solid #87c4c9;
  padding-bottom: 8px;
  margin-top: 70px; }
  .headlineBorder:first-child {
    margin-top: 0px; }

.pauschal .image img, .news .image img, .presse .image img {
  width: 100%;
  height: auto; }

body.notification-modal-open {
  padding-right: 15px;
  overflow: hidden; }
  body.notification-modal-open #notification-button-wrapper #notification-button {
    right: 354px; }
/*#notification-button-wrapper {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 z-index: 9999;
 display: block;
 .inner {
 position: relative;
 }
 #notification-button {
 position: absolute;
 top: 0;
 right: 34%;
 background-color: $red;
 padding: 8px 15px;
 cursor: pointer;
 min-height: 44px;
 min-width: 54px;
 @include breakpoint(large) {
 right: 339px;
 }
 &:hover {
 svg {
 transform: scale(1.10);
 }
 }
 svg {
 position: absolute;
 display: block;
 width: 24px;
 height: auto;
 transition: all 200ms;
 }
 span {
 display: block;
 color: $white;
 font-weight: 700;
 padding-left: 35px;
 }
 }
 }*/
#notification-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background-color: #87c4c9;
  background-color: rgba(135, 196, 201, 0.9);
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition-property: height, opacity;
  transition-delay: 310ms, 0ms;
  transition-duration: 0ms, 300ms;
  transition-timing-function: linear, linear; }
  #notification-modal.open {
    height: 100%;
    opacity: 1;
    transition-property: height, opacity;
    transition-delay: 0ms, 10ms;
    transition-duration: 0ms, 300ms;
    transition-timing-function: linear, linear; }
  #notification-modal #notification-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: all 200ms; }
  #notification-modal #notification-modal-close:hover {
    transform: scale(1.05); }
  #notification-modal #notification-modal-close svg {
    display: block;
    width: 50px;
    height: auto; }
  #notification-modal #notification-modal-close svg path {
    fill: #fff; }
  #notification-modal #notification-modal-content {
    position: relative;
    max-width: 1000px;
    width: 80%;
    max-height: 80%;
    overflow: auto;
    background-color: #fff;
    padding: 15px 20px; }

header {
  height: 210px;
  max-width: 2570px;
  margin: 0 auto 5rem;
  background: #9b9b9b no-repeat center center;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
  header {
    margin-bottom: 70px; } }
  @media screen and (min-width: 40em) {
  header {
    height: 315px; } }
  @media screen and (min-width: 112.5em) {
  header {
    height: 350px; } }
  @media screen and (min-width: 137.5em) {
  header {
    height: 400px; } }
  header:before {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, .15) 100%); }
  @media screen and (max-width: 39.9375em) {
    header:before {
      display: none; } }
  header:after {
    content: "";
    display: block;
    width: 100%;
    height: 315px;
    background: url(../img/header-schwung.svg) no-repeat 50% 80px;
    position: absolute;
    bottom: 0;
    left: 0; }
  @media screen and (max-width: 39.9375em) {
    header:after {
      background-position: center bottom;
      background-size: 800px 200px;
      margin-bottom: -40px; } }
  header.mainpage {
    height: 215px; }
  @media screen and (min-width: 40em) {
    header.mainpage {
      height: 315px; } }
  @media screen and (min-width: 137.5em) {
    header.mainpage {
      height: 590px; } }
  header.mainpage .headerSidebar {
    margin-top: -105.5px; }
  @media screen and (min-width: 64em) {
      header.mainpage .headerSidebar {
        margin-top: -185.5px; } }
  header .row {
    height: 100%; }
  header .row .columns {
    height: 100%;
    position: relative;
    z-index: 3; }
  header .logo {
    position: absolute;
    bottom: -48px;
    left: 6px;
    z-index: 6; }
  @media screen and (max-width: 89.9375em) {
    header .logo {
      left: 50px; } }
  @media screen and (max-width: 39.9375em) {
    header .logo {
      width: 132px;
      bottom: -44px;
      left: 50%;
      margin: 0 0 0 -66px; } }
  header ul {
    margin: 0;
    padding: 9px 0;
    list-style: none;
    float: right; }
  header ul li {
    display: inline; }
  header ul li:before, header ul li:after {
    display: none; }
  header ul a {
    color: #fff;
    font-weight: 500;
    font-size: 0.88889rem;
    line-height: 1;
    text-decoration: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.49);
    margin: 0;
    padding: 0 10px; }
  header ul a:hover {
    color: #fff;
    text-decoration: underline; }
  header ul a.active {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline; }
  @media screen and (max-width: 55em) {
    header ul {
      display: none; } }

.headerSidebar {
  display: none; }

@media screen and (min-width: 40em) {
  .headerSidebar {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -135px;
    left: 0; }
    .headerSidebar div {
      display: block;
      background-color: #fff;
      padding: 7px 55px 7px 10px;
      margin-bottom: 10px;
      max-width: 200px;
      position: relative;
      left: -160px;
      border-bottom-right-radius: 13px;
      border-top-right-radius: 13px;
      overflow: hidden;
      color: #87c4c9;
      z-index: 20;
      cursor: pointer;
      font-size: 1rem;
      transition: left 500ms; }
      .headerSidebar div a {
        color: #87c4c9;
        font-size: 1rem;
        text-decoration-color: rgba(135, 196, 201, 0.2); }
      .headerSidebar div.newsletter {
        max-width: 150px;
        left: -108px; }
        .headerSidebar div.newsletter span {
          background-color: #87c4c9;
          transform: rotate(0deg);
          transform-origin: 50% 50% 0px;
          -ms-transform: rotate(0deg);
          -ms-transform-origin: 50% 50% 0px;
          -webkit-transform: rotate(0deg);
          -webkit-transform-origin: 50% 50% 0px;
          right: 0px;
          top: -6px;
          padding: 12px; }
      .headerSidebar div:hover {
        left: 0;
        transition: left 500ms; }
      .headerSidebar div:last-of-type {
        margin-bottom: 0; }
      .headerSidebar div.gutschein {
        height: 103px;
        padding-top: 10px; }
      .headerSidebar div > span {
        display: inline-block;
        transform: rotate(-90deg);
        transform-origin: 50% 50% 0px;
        -ms-transform: rotate(-90deg);
        -ms-transform-origin: 50% 50% 0px;
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: 50% 50% 0px;
        padding: 10px;
        position: absolute;
        right: -31px;
        top: 28px; }
        .headerSidebar div > span.gutscheinInner {
          font-style: italic;
          font-size: 1rem;
          font-weight: 500;
          padding: 10px 16px;
          color: #fff;
          background: linear-gradient(-23deg, #d9d2bf 5%, #a99e7b 90%); }
        .headerSidebar div > span.phone {
          right: 0px;
          top: -5px;
          transform: rotate(0deg);
          transform-origin: 0;
          -ms-transform: rotate(0deg);
          -ms-transform-origin: 0;
          -webkit-transform: rotate(0deg);
          -webkit-transform-origin: 0;
          background-color: #87c4c9; } }

@media screen and (max-width: 63.75em) {
  .headerSidebar div > span.gutscheinInner {
    padding: 10px 20px; } }

@media screen and (min-width: 55em) {
    header.big {
      height: 500px; } }
  @media screen and (min-width: 68.75em) {
  header.big {
    height: 590px; } }
  header.big .highlight .inner, header.big .highlight:before {
    width: 846px;
    height: 340px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    display: none; }
  @media screen and (min-width: 55em) {
      header.big .highlight .inner, header.big .highlight:before {
        display: block;
        right: -260px; } }
  @media screen and (min-width: 81.25em) {
      header.big .highlight .inner, header.big .highlight:before {
        right: auto;
        left: 50%;
        margin-left: 100px; } }
  header.big .highlight:before {
    content: "";
    background: url(../img/headerBubble.svg) no-repeat top left;
    background-size: 846px 733px;
    z-index: 0; }
  header.big .highlight .slide {
    display: block;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 85px;
    left: 110px;
    z-index: 1;
    max-width: 410px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 5px;
    margin: 0 0 -25px;
    font-family: FFCeleste, serif;
    font-size: 2.44444rem;
    font-weight: normal;
    font-style: italic;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: opacity 600ms, max-height 0ms 600ms, margin 0ms 600ms; }
  header.big .highlight .slide.current {
    max-height: 500px;
    opacity: 1;
    margin-bottom: 0;
    transition: opacity 1.5s, margin 1s; }
  header.big .highlight .pagination {
    position: absolute;
    bottom: 55px;
    left: 115px;
    z-index: 2; }
  header.big .highlight .pagination a {
    position: relative;
    display: block;
    float: left;
    width: 9px;
    height: 9px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    margin: 3px;
    transition: background-color 200ms; }
    header.big .highlight .pagination a.current {
      background: #fff; }
    header.big .highlight .pagination a:after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      width: 15px;
      height: 15px;
      background: transparent; }

#toTop {
  text-align: center;
  margin: 4.44444rem 0 2.77778rem; }
  #toTop a {
    position: relative;
    padding: 22px 10px 0;
    color: #87c4c9;
    font-weight: 500;
    font-size: 1rem;
    font-style: italic;
    text-decoration: none; }
  #toTop a:before {
    transition: margin 150ms;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 17px;
    border-color: transparent transparent #87c4c9;
    border-bottom-style: solid;
    border-top-width: 0;
    border-bottom-width: 15px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -17px;
    border-radius: 8px; }
  #toTop a:after {
    transition: margin 150ms;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 17px;
    border-color: transparent transparent #f3f1ef;
    border-bottom-style: solid;
    border-top-width: 0;
    border-bottom-width: 15px;
    position: absolute;
    top: 3px;
    left: 50%;
    margin-left: -17px; }
  .isDesktop #toTop a:hover:before, .isDesktop #toTop a:hover:after {
    margin-top: -4px; }

footer {
  display: table-row;
  font-size: 0.88889rem; }
  footer .inner {
    color: #fff;
    background: #87c4c9;
    padding: 3em 0 1.5em;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.13); }
  @media screen and (max-width: 39.9375em) {
    footer .inner {
      padding: 1.5em 0 0; } }
  footer .columns {
    margin-bottom: 1.5em; }
  footer .columns a {
    display: block;
    font-weight: 400;
    line-height: 1.1;
    padding: 0.2em 0;
    color: #fff;
    text-decoration: none; }
  footer .columns a:hover {
    text-decoration: underline; }
  footer .columns a.main {
    display: block !important;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase; }
  footer .copyright {
    font-weight: 500;
    font-style: italic; }
  footer .copyright .columns {
    margin-bottom: 0; }
  footer .copyright a {
    margin: 0.5em 0; }
  @media screen and (max-width: 39.9375em) {
      footer .copyright a {
        margin: 0; }
        footer .copyright a:last-child {
          margin-bottom: 1em; } }
  footer .partner {
    text-align: center;
    padding: 1.38889rem 0; }
  footer .partner a {
    margin: 0 1.38889rem; }
  @media screen and (max-width: 55em) {
    footer .partner {
      display: none; } }
  footer .metanav {
    display: none;
    font-style: italic; }
  @media screen and (max-width: 55em) {
    footer .metanav {
      display: block; } }

nav {
  max-width: 66.66667rem;
  margin-left: auto;
  margin-right: auto; }
  nav::before, nav::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  nav::after {
    clear: both; }
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  nav ul li {
    display: inline;
    margin: 0;
    padding: 0; }
  nav ul a {
    font-size: 1.11111rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.1;
    text-decoration: none;
    color: #a3968a; }
  nav ul a:active, nav ul a:focus {
    color: #a3968a; }
  nav ul ul {
    display: none; }
  nav > ul > li > a {
    font-weight: 500;
    text-transform: uppercase;
    cursor: default; }

@media screen and (max-width: 55em) {
  nav > ul > li {
    display: block;
    width: 100%;
    float: left;
    padding-left: 0.55556rem;
    padding-right: 0.55556rem;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: -1px;
    transition: background-color 200ms; }
    nav > ul > li:last-child:not(:first-child) {
      float: right; }
    nav > ul > li > a {
      display: block;
      padding: 11px 22px 11px 0; }
    nav > ul > li:before, nav > ul > li:after {
      content: "";
      background: #87c4c9;
      position: absolute;
      margin: 12px 10px 0 0; }
    nav > ul > li:before {
      width: 16px;
      height: 2px;
      top: 7px;
      right: 0; }
    nav > ul > li:after {
      width: 2px;
      height: 16px;
      top: 0;
      right: 7px;
      transition: all 200ms; }
    nav > ul > li.mobileOpen {
      background: #fff; }
      nav > ul > li.mobileOpen ul {
        display: block; }
      nav > ul > li.mobileOpen:after {
        height: 0px;
        top: 8px; }
    nav > ul ul li:before {
      display: none; }
    nav > ul ul li a {
      display: block;
      padding: 0.5em 0; }
    nav > ul ul li:last-child a {
      padding-bottom: 1em; } }
  @media screen and (min-width: 75em) and screen and (min-width: 75em) {
          nav > ul > li {
            padding-left: 0.83333rem;
            padding-right: 0.83333rem; } }

@media screen and (min-width: 55.0625em) {
  html {
    overflow-x: hidden; }
    nav {
      margin-bottom: 3.88889rem; }
      nav > ul {
        font-size: 0px;
        text-align: right;
        width: 100%;
        float: left;
        padding-left: 0.55556rem;
        padding-right: 0.55556rem;
        position: relative;
        display: flex;
        align-items: end;
        gap: 9px;
        justify-content: space-between; }
        nav > ul:last-child:not(:first-child) {
          float: right; }
        nav > ul > li {
          display: inline-block;
          position: relative;
          /*
           &:first-child > a {
           max-width: 93px;
           padding-left: 0;
           }
           &:nth-child(2) > a {
           max-width: 149px;
           }
           &:nth-child(3) > a {
           max-width: 67px;
           }
           &:nth-child(4) > a {
           max-width: 80px;
           }
           &:nth-child(5) > a {
           max-width: 117px;
           }
           &:nth-child(6) > a {
           max-width: 120px;
           }
           &:nth-child(7) > a {
           max-width: 132px;
           }
           &:last-child > a { 
           max-width: 100px;
           padding-right: 0;
           }
           */ }
          nav > ul > li:before, nav > ul > li:after {
            content: "";
            width: 1000px;
            height: 0;
            position: absolute;
            top: -5%;
            z-index: 1;
            background: #f3f1ef;
            opacity: 0;
            transition: opacity 200ms 0ms, height 0ms 200ms; }
          nav > ul > li:before {
            right: 100%; }
          nav > ul > li:after {
            left: 100%; }
          nav > ul > li > a {
            display: inline-block;
            display: flex;
            flex-direction: column; }
            nav > ul > li > a:after {
              /*padding: 0 9px;*/
              content: "";
              width: 100%;
              height: 110%;
              position: absolute;
              top: -5%;
              left: 0;
              z-index: 2; }
            nav > ul > li > a > span {
              display: inline-block; }
      nav > ul ul {
        display: block;
        text-align: left;
        width: auto;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        transition: padding 500ms; }
        nav > ul ul li {
          display: block;
          max-height: 0;
          overflow: hidden;
          transition: max-height 400ms; }
          nav > ul ul li.overview {
            display: none; }
          nav > ul ul li:before {
            display: none; }
        nav > ul ul a {
          display: inline-block;
          padding: 0.4em 1rem; }
        nav > ul ul:before {
          content: "";
          width: 8000px;
          height: 100%;
          background: #f3f1ef;
          position: absolute;
          top: 0;
          left: -4000px;
          z-index: -1;
          box-shadow: 0 4px 4px rgba(0, 0, 0, .14); }
      nav > ul > li:last-child ul {
        transform: translateX(-86px); }
      nav > ul > li:hover:before, nav > ul > li:hover:after {
        height: 110%;
        /* opacity: .6;*/
        transition: height 0ms, opacity 200ms; }
        nav > ul > li:hover ul {
          z-index: 11;
          /*padding: 16px 0 22px;*/
          transition: padding 500ms 200ms; }
          nav > ul > li:hover ul li {
            max-height: 100px;
            transition: max-height 800ms 100ms linear; } }
  @media screen and (min-width: 75em) and screen and (min-width: 75em) {
          nav > ul {
            padding-left: 0.83333rem;
            padding-right: 0.83333rem; } }

@media screen and (min-width: 64em) {
  nav > ul > li {
    /*
     &:first-child > a { max-width: 103px; }
     &:nth-child(2) > a { max-width: 167px; }
     &:nth-child(3) > a { max-width: 74px; }
     &:nth-child(4) > a { max-width: 89px; }
     &:nth-child(5) > a { max-width: 132px; }
     &:nth-child(6) > a { max-width: 134px; }
     &:nth-child(7) > a { max-width: 149px; }
     &:last-child > a { max-width: 112px; }
     */ }
    nav > ul > li > a {
      padding: 0 0.55556rem; } }

@media screen and (min-width: 68.375em) {
  nav > ul > li {
    /*
     &:first-child > a { max-width: 112px; }
     &:nth-child(2) > a { max-width: 183px; }
     &:nth-child(3) > a { max-width: 90px; }
     &:nth-child(4) > a { max-width: 106px; }
     &:nth-child(5) > a { max-width: 148px; }
     &:nth-child(6) > a { max-width: 150px; }
     &:nth-child(7) > a { max-width: 165px; }
     &:last-child > a { max-width: 120px; }
     */ }
    nav > ul > li > a {
      padding: 0 1rem; } }

.breadcrumb {
  color: #9b9b9b;
  font-size: 0.77778rem;
  font-style: italic;
  font-weight: 500; }
  @media screen and (max-width: 55em) {
  .breadcrumb {
    display: none !important; } }
  .breadcrumb a {
    color: #9b9b9b;
    text-decoration: underline; }
  .breadcrumb a:hover {
    color: #686868; }

.teaser {
  margin-bottom: 1.5em; }
  .teaser a, .teaser > span {
    display: block;
    background: #fff;
    min-height: 100%;
    padding: 1.11111rem 1.33333rem;
    text-decoration: none;
    color: #4a4a4a;
    box-shadow: 1px 1px 5px rgba(179, 165, 152, 0.5); }
  .teaser a .imgBox, .teaser > span .imgBox {
    overflow: hidden;
    max-height: 280px;
    margin: -1.11111rem -1.33333rem 1.11111rem; }
  .teaser a .imgBox img, .teaser > span .imgBox img {
    width: 100%;
    transform: scale(1.01) translateZ(1px);
    transition: transform 200ms; }
  .teaser > span .unfold {
    cursor: pointer; }
  @media screen and (min-width: 40em) {
    .isDesktop .teaser a:hover .imgBox img {
      transform: scale(1.08); } }
  .teaser h4 {
    margin: 0; }
  .teaser h4 + p, .teaser h4 + div.unfoldText {
    margin-top: 25px; }
  .teaser p, .teaser div.unfoldText {
    font-weight: 400; }
  .teaser .unfold {
    background-color: transparent;
    color: #87c4c9;
    position: relative; }
  .teaser .unfold:before, .teaser .unfold:after {
    content: "";
    background: #87c4c9;
    position: absolute; }
  .teaser .unfold:before {
    width: 20px;
    height: 2px;
    top: 50%;
    right: 0;
    margin-top: -1px; }
  .teaser .unfold:after {
    width: 2px;
    height: 20px;
    top: 50%;
    right: 9px;
    margin-top: -10px;
    transition: all 200ms; }
  .teaser .unfoldText {
    display: none; }
  .teaser .unfoldText.isOpen {
    display: block; }

.txtWidgetImgBox {
  margin: 0.5em 0 1em; }
  .txtWidgetImgBox:before, ..txtWidgetImgBox:after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .txtWidgetImgBox:after {
    clear: both; }
  .txtWidgetImgBox img {
    display: block;
    float: left;
    margin-bottom: 1em; }
  .txtWidgetImgBox.double img {
    max-width: 48.5%;
    margin-right: 3%; }
  .txtWidgetImgBox.double img + img {
    margin-right: 0; }

.lv {
  display: block;
  width: 100%;
  background: #fff;
  margin: 0 0 1.5em;
  text-decoration: none;
  font-weight: 400;
  color: #4a4a4a;
  box-shadow: 1px 1px 5px rgba(179, 165, 152, 0.5); }
  .lv:hover, .lv:focus {
    color: #4a4a4a; }
  .lv + .lv {
    margin-top: -0.5em; }
  .lv .txtBox {
    position: relative; }
  .lv .txtBox .priceOffer {
    padding-right: 90px;
    display: inline-block;
    padding: 6px 17px;
    border-bottom-left-radius: 22px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #a3968a;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    box-shadow: 1px 1px 5px rgba(179, 165, 152, 0.3); }

@media screen and (max-width: 39.9375em) {
  .lv .imgBox {
    overflow: hidden; }
    .lv .imgBox img {
      width: 100%; }
    .lv .txtBox {
      padding: 1.11111rem 1.33333rem; } }

@media screen and (min-width: 40em) {
  .lv {
    display: table; }
    .lv .inner {
      display: table-row; }
    .lv .imgBox {
      display: table-cell;
      vertical-align: top;
      width: 43.5%;
      height: 11.83333rem;
      position: relative;
      overflow: hidden; }
      .lv .imgBox img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        min-height: 11.83333rem;
        max-height: 280px;
        max-width: none;
        width: auto;
        transform-origin: bottom center;
        transform: scale(1.01) translateZ(1px);
        transition: transform 200ms; }
    .isDesktop .lv:hover .imgBox img {
      transform: scale(1.08); }
    .lv .txtBox {
      display: table-cell;
      vertical-align: top;
      padding: 1.55556rem 1.33333rem 2.55556rem 2rem;
      /*position: relative;*/
      /* .priceOffer {
       display: inline-block;
       padding: 6px 17px;
       border-bottom-left-radius: 22px;
       position: absolute;
       top: 0;
       right: 0;
       background-color: $stone;
       color: $white;
       font-weight: $global-weight-bold;
       font-style: italic;
       box-shadow: 1px 1px 5px rgba(179, 165, 152, 0.3);
       }*/ }
      .lv .txtBox .moreDetail {
        position: absolute;
        bottom: 1.44444rem;
        left: 2rem; } }
  @media screen and (min-width: 64em) and screen and (min-width: 64em) {
        .lv .imgBox {
          width: 37%; } }
  @media screen and (max-width: 39.9375em) and screen and (max-width: 39.9375em) {
          .lv .imgBox img {
            height: auto;
            min-height: 0px;
            max-width: 100%; } }

.lv:hover .imgBox.lvImg img {
  transform: scale(1.01) translateZ(1px); }

.unfold {
  color: #fff;
  background: #87c4c9;
  border-radius: 2.11111rem; }
  .unfold > h3 {
    color: #fff;
    margin: 0;
    padding: 1.55556rem 60px 1.55556rem 2rem;
    cursor: pointer;
    position: relative; }
  .unfold > h3:before, .unfold > h3:after {
    content: "";
    background: #fff;
    position: absolute;
    margin-right: 2rem; }
  .unfold > h3:before {
    width: 20px;
    height: 2px;
    top: 50%;
    right: 0;
    margin-top: -1px; }
  .unfold > h3:after {
    width: 2px;
    height: 20px;
    top: 50%;
    right: 9px;
    margin-top: -10px;
    transition: all 200ms; }
  .unfold.isOpen > h3:after {
    height: 0px;
    margin-top: 0; }
  .unfold .inner {
    display: none;
    padding: 0 2rem 1.55556rem; }
  .unfold .inner h3, .unfold .inner h4, .unfold .inner h5 {
    color: #fff;
    margin: 0; }
  .unfold .inner .metaTxt {
    font-size: 0.9em;
    margin-top: 1em; }
  .unfold a {
    color: #fff;
    text-decoration: underline;
    font-weight: inherit; }
  .unfold a:hover {
    text-decoration: none; }

form#voucherForm h3, form#enquiry h3 {
  margin-top: 30px; }
  form#voucherForm label a, form#enquiry label a {
    display: inline;
    background-color: transparent;
    min-height: auto;
    padding: 0;
    text-decoration: underline;
    box-shadow: 0 0 0 transparent; }
  form#voucherForm input.mail, form#enquiry input.mail {
    display: none; }
  form#voucherForm label, form#enquiry label {
    color: #9b9b9b;
    font-style: italic; }
  form#voucherForm input, form#enquiry input, form#voucherForm textarea, form#enquiry textarea {
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(179, 165, 152, 0.5) inset;
    font-size: 1rem;
    padding: 0 15px; }
  form#voucherForm select, form#enquiry select {
    box-shadow: 1px 1px 5px rgba(179, 165, 152, 0.5);
    color: #87c4c9;
    background-image: url(/res/img/arrow.svg);
    background-position: 103% center;
    background-size: 10px 18px;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-bottom: 0;
    min-width: 100px;
    width: 100%;
    padding-right: 10px;
    cursor: pointer; }
  @media screen and (min-width: 40em) {
    form#voucherForm select, form#enquiry select {
      padding-right: 18px; } }
  form#voucherForm select#category, form#enquiry select#category {
    background-image: url(/res/img/arrow_down.svg);
    background-size: 18px 10px;
    background-position: 105% center;
    padding-right: 17px; }
  @media screen and (min-width: 40em) {
      form#voucherForm select#category, form#enquiry select#category {
        background-position: 105% center;
        padding-right: 23px; } }
  form#voucherForm textarea, form#enquiry textarea {
    resize: vertical;
    height: 120px; }
  form#voucherForm .checkbox label, form#enquiry .checkbox label {
    cursor: pointer;
    position: relative;
    width: 88%;
    margin: 0 0.5%;
    line-height: 20px;
    font-size: 0.85rem;
    /*&:hover::after {
     opacity: 0.3;
     }*/ }
  form#voucherForm .checkbox label a, form#enquiry .checkbox label a {
    color: #9b9b9b; }
  form#voucherForm .checkbox label:before, form#enquiry .checkbox label:before {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 1px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(179, 165, 152, 0.5) inset;
    position: absolute;
    left: -22px;
    top: 2px; }
  form#voucherForm .checkbox input[type="checkbox"], form#enquiry .checkbox input[type="checkbox"] {
    opacity: 0;
    vertical-align: top;
    margin-top: 7px; }
  @media screen and (min-width: 40em) {
      form#voucherForm .checkbox input[type="checkbox"], form#enquiry .checkbox input[type="checkbox"] {
        margin-top: 5px; } }
  @media screen and (min-width: 64em) {
      form#voucherForm .checkbox input[type="checkbox"], form#enquiry .checkbox input[type="checkbox"] {
        margin-top: 9px; } }
  form#voucherForm .checkbox input[type="checkbox"]:checked + label:before, form#enquiry .checkbox input[type="checkbox"]:checked + label:before {
    background-image: url(/res/img/check.svg);
    background-repeat: no-repeat;
    background-position: center; }
  form#voucherForm .teaser, form#enquiry .teaser {
    margin-bottom: 0.65em; }
  form#voucherForm .teaser.checkbox, form#enquiry .teaser.checkbox {
    margin-bottom: 0; }
  form#voucherForm input[type="submit"], form#enquiry input[type="submit"] {
    padding: 10px 20px;
    border-radius: 30px;
    float: right;
    box-shadow: 1px 1px 2px rgba(179, 165, 152, 0.5);
    margin-top: 10px;
    font-style: italic;
    font-weight: 700; }
  form#voucherForm .infoTxt, form#enquiry .infoTxt {
    color: #9b9b9b;
    font-size: 0.85rem;
    font-style: italic; }

.pauschal .image > .row {
  margin-top: 30px; }
  .pauschal .txtBox h4 {
    padding-right: 90px; }
  .pauschal .priceBox {
    display: block;
    text-decoration: none;
    padding: 25px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(179, 165, 152, 0.3);
    position: relative;
    cursor: pointer;
    margin-top: 10px; }
  @media screen and (min-width: 64em) {
    .pauschal .priceBox:nth-child(1) {
      margin-top: 0; } }
  .pauschal .priceBox:before, .pauschal .priceBox:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #87c4c9;
    position: absolute;
    top: 50%;
    right: 26px;
    margin-top: -1px;
    transition: bottom 500ms, top 500ms; }
  .pauschal .priceBox:after {
    width: 2px;
    height: 20px;
    right: 35px;
    top: 50%;
    margin-top: -10px;
    opacity: 1;
    transition: bottom 500ms, top 500ms, opacity 500ms; }
  .pauschal .priceBox.open:before {
    top: auto;
    bottom: 30px;
    transition: bottom 500ms, top 500ms; }
  .pauschal .priceBox.open:after {
    opacity: 0;
    top: auto;
    bottom: 21px;
    transition: bottom 500ms, top 500ms, opacity 500ms; }
  .pauschal .priceBox.noDetail {
    cursor: default; }
  .pauschal .priceBox.noDetail:before, .pauschal .priceBox.noDetail:after {
    display: none; }
  .pauschal .priceBox .innerPriceBox {
    display: none; }
  .pauschal .priceBox h3 {
    margin-bottom: 0; }
  .pauschal .priceBox h3:before {
    content: "";
    display: inline-block;
    background-image: url(../img/hotel-1plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-right: 20px;
    margin-top: -3px; }
  .pauschal .priceBox h3.hotel1:before {
    background-image: url(../img/hotel-1.svg); }
  .pauschal .priceBox h3.hotel2:before {
    background-image: url(../img/hotel-2.svg); }
  .pauschal .priceBox h3.pension1:before {
    background-image: url(../img/pension-2.svg); }
  .pauschal .priceBox h3.pension2:before {
    background-image: url(../img/pension-1.svg); }
  .pauschal .priceBox h3.pension2.noSleepover:before {
    display: none; }
  .pauschal .priceBox span {
    display: inline-block;
    color: #9b9b9b;
    font-size: 0.83333rem;
    font-weight: 400;
    font-style: italic;
    margin: 10px 0 5px; }
  .pauschal .priceBox ul li {
    color: #9b9b9b;
    font-size: 0.22222rem;
    font-weight: 400;
    font-style: italic;
    margin-top: 5px; }
  .pauschal .priceBox ul li:before {
    line-height: 1.6rem; }
  .pauschal .priceBox ul li a {
    display: block;
    color: #9b9b9b;
    font-size: 0.77778rem;
    font-weight: 400;
    font-style: italic; }

.equipment {
  display: block;
  margin-top: 5px; }
  .equipment span {
    background-image: url('../img/zeichenlegend_cats.png');
    background-repeat: no-repeat;
    background-size: inherit;
    width: 26px;
    height: 24px;
    display: inline-block; }
  .equipment span.coloredTV {
    background-position: 0 -97px; }
  .equipment span.bathroom {
    background-position: 0 -329px; }
  .equipment span.pets {
    background-position: 0 -272px; }
  .equipment span.wlan {
    background-position: 0 -447px; }
  .equipment span.dayRoom {
    background-position: 0px -68px; }
  .equipment span.balcony {
    background-position: 0 -155px; }
  .equipment span.parking {
    background-position: 0 -214px; }
  .equipment span.garden {
    background-position: 0 -185px; }
  .equipment span.commonRoom {
    background-position: 0 -40px; }
  .equipment span.kidsDiscount {
    background-position: 0 -243px; }
  .equipment span.handicaped {
    background-position: 0px -388px; }
  .equipment span.kitchen {
    background-position: 0 -10px; }
  .equipment span.fridge {
    background-position: 0 -127px; }
  .equipment span.seperateEntry {
    background-position: 0 -300px; }
  .equipment span.washingmachine {
    background-position: 0 -418px; }
  .equipment span.combinedLivingroom {
    background-position: 0 -359px; }
  .equipment span.swim {
    background-position: 0 -475px; }

.ui-datepicker.ui-corner-all, .ui-datepicker-header.ui-corner-all {
  border-radius: 0; }

#ui-datepicker-div {
  padding: 0;
  border: 0;
  box-shadow: 1px 1px 5px rgba(179, 165, 152, 0.5); }

.ui-datepicker table {
  width: 98%;
  margin: 0 0.2em 0.4em; }

.ui-state-hover, .ui-datepicker-next-hover {
  border: 0;
  background-color: transparent; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  text-align: center;
  border: 0;
  background: #fff; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #87c4c9; }

.ui-datepicker-other-month .ui-state-default, .ui-datepicker-other-month .ui-widget-content .ui-state-default, .ui-datepicker-other-month .ui-widget-header .ui-state-default, .ui-datepicker-other-month .ui-button, .ui-datepicker-other-month html .ui-button.ui-state-disabled:hover, .ui-datepicker-other-month html .ui-button.ui-state-disabled:active {
  color: #000;
  font-weight: 700; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  background: none; }
  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -8px 0 0;
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #fff;
    border-left-style: solid;
    background-image: none; }
  .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    background: none;
    border: none;
    top: 50%;
    margin: -16px 0 0;
    right: 2px; }

.ui-datepicker .ui-datepicker-prev {
  left: -6px; }
  .ui-datepicker .ui-datepicker-prev span {
    border-color: transparent #fff transparent transparent;
    right: auto;
    left: 5px; }
  .ui-datepicker .ui-datepicker-prev:hover {
    left: -6px; }

.dateBox {
  display: table-cell;
  vertical-align: top;
  width: 123px;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 1.55556rem 15px 2.55556rem 15px;
  color: #fff; }
  .dateBox .dateInner {
    display: block;
    width: 100%;
    padding: 10px 21px;
    border-bottom-right-radius: 22px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a3968a;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    box-shadow: 1px 1px 5px rgba(179, 165, 152, 0.3); }
  .dateBox .dayAlph {
    display: block; }

.date {
  position: relative; }
  .date > span {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #9b9b9b; }
  @media screen and (min-width: 40em) {
    .date > span {
      margin-top: 0; } }

.link_Presse {
  color: #9b9b9b; }

.isDesktop .application .lv:hover .imgBox img {
  transform: scale(1.01) translateZ(0px); }

.application .lv .imgBox img {
  max-height: 240px;
  transform: scale(1.01) translateZ(0px); }
  .application .lv .txtBox {
    padding: 1.55556rem 1.33333rem 1.55556rem 2rem; }
  .application .txtBox > div h4 {
    margin-top: 35px;
    display: inline-block; }
  .application .txtBox > div h4.noTxt {
    margin-top: 0; }
  .application .txtBox > div:first-child h4 {
    margin-top: 0; }
  .application .txtBox .text p:last-child {
    margin-bottom: 10px; }
  .application .txtBox .durationPrice {
    color: #a3968a;
    font-weight: 700;
    font-style: italic;
    hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    white-space: nowrap; }
  .application .txtBox .durationPrice.noTxt {
    margin-top: -15px;
    margin-left: 5px; }
  .application .txtBox .hasTxt + div h4.noTxt {
    margin-top: 35px; }

.prospekte + div {
  margin-top: 2.5em; }
  .prospekte .lv {
    cursor: pointer; }
  .prospekte .lv .txtBox {
    vertical-align: middle;
    position: relative; }
  .prospekte .lv .txtBox .txtInner {
    display: inline-block;
    padding-right: 50px; }
  .prospekte .lv .txtBox .checkboxProspects {
    position: absolute;
    right: 1.33333rem;
    top: 50%;
    margin-top: -12.5px; }
  .prospekte .lv .txtBox .checkboxProspects.wImg {
    margin-top: -16px; }
  .prospekte .lv .txtBox .checkboxProspects .innerCheckbox {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #87c4c9;
    box-shadow: 1px 1px 5px rgba(179, 165, 152, 0.5) inset;
    border-radius: 3px;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0; }
  .prospekte .lv .txtBox .checkboxProspects input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin: 0;
    opacity: 0;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer; }
  @media screen and (max-width: 39.9375em) {
          .prospekte .lv .txtBox .checkboxProspects input[type="checkbox"] {
            margin-top: 0px; } }
  .prospekte .lv .txtBox .checkboxProspects input[type="checkbox"]:checked + .innerCheckbox:before, .prospekte .lv .txtBox .checkboxProspects input[type="checkbox"]:checked + .innerCheckbox:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 21px;
    position: relative;
    transform: rotate(27deg);
    right: -8px;
    top: 0px;
    border-left: 3px solid #87c4c9; }
  .prospekte .lv .txtBox .checkboxProspects input[type="checkbox"]:checked + .innerCheckbox:before {
    border-left: 0;
    border-right: 3px solid #87c4c9;
    transform: rotate(-36deg);
    height: 10px;
    left: 4px;
    top: -1px; }

.teaser.mapWnews a {
  min-height: auto; }





.mapNewsFlexColumn {
  flex: 1;
  display: flex;
  flex-direction: column; }

.mapNews.teaser {
  display: inline-block;
  font-weight: normal; }
  .mapNews.teaser:last-child {
    margin-bottom: 0; }
  .mapNews .moreDetail {
    color: #87c4c9;
    font-size: 0.8rem;
    display: inline-block;
    width: auto;
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
    float: right;
    padding: 0 0 0 15px; }

#enquiry.generellform select, #enquiry form.generellform select {
  background-position: 100% center; }
  #enquiry.generellform label, #enquiry form.generellform label {
    margin: 15px 0 0; }

.success {
  color: #7ab734;
  padding: 15px 0;
  margin: 30px 0; }

.error {
  color: #ec5840;
  padding: 15px 0;
  margin: 30px 0; }

#enquiry #status {
  color: #fff;
  padding: 10px; }
  #enquiry #status.success {
    background-color: #7ab734; }
  #enquiry #status.error {
    background-color: #ec5840; }
  #enquiry label {
    color: #9b9b9b;
    font-style: italic; }
  #enquiry input, #enquiry textarea {
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(179, 165, 152, 0.5) inset;
    font-size: 1rem;
    padding: 0 15px; }
  #enquiry select {
    box-shadow: 1px 1px 5px rgba(179, 165, 152, 0.5);
    color: #87c4c9;
    background-image: url(../img/arrow.svg);
    background-position: 103% center;
    background-size: 10px 18px;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-bottom: 0;
    min-width: 100px;
    width: 100%;
    padding-right: 10px; }
  #enquiry select#contactAdults, #enquiry select#contactChildren {
    padding-right: 28px; }
  @media screen and (min-width: 40em) {
    #enquiry select {
      background-position: 115% center;
      padding-right: 18px; } }
  #enquiry select#category {
    background-image: url(../img/arrow_down.svg);
    background-size: 18px 10px;
    background-position: 105% center;
    padding-right: 17px; }
  @media screen and (min-width: 40em) {
      #enquiry select#category {
        background-position: 105% center;
        padding-right: 23px; } }
  #enquiry textarea {
    resize: vertical;
    height: 120px; }
  #enquiry .checkbox label {
    cursor: pointer;
    position: relative;
    width: 88%;
    margin: 0 0.5%;
    line-height: 20px;
    font-size: 0.85rem;
    /*&:hover::after {
     opacity: 0.3;
     }*/ }
  #enquiry .checkbox label a {
    color: #9b9b9b; }
  #enquiry .checkbox label:before {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 1px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(179, 165, 152, 0.5) inset;
    position: absolute;
    left: -22px;
    top: 2px; }
  #enquiry .checkbox input[type="checkbox"] {
    opacity: 0;
    vertical-align: top;
    margin-top: 7px; }
  @media screen and (min-width: 40em) {
      #enquiry .checkbox input[type="checkbox"] {
        margin-top: 5px; } }
  @media screen and (min-width: 64em) {
      #enquiry .checkbox input[type="checkbox"] {
        margin-top: 9px; } }
  #enquiry .checkbox input[type="checkbox"]:checked + label:before {
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px; }
  #enquiry .teaser {
    margin-bottom: 0.65em; }
  #enquiry .teaser.checkbox {
    margin-bottom: 0; }
  #enquiry .calendarPicker {
    position: relative; }
  #enquiry .calendarPicker .stay {
    cursor: pointer;
    background-color: #fff; }
  #enquiry .calendarPicker span.calendar {
    display: block;
    position: absolute;
    bottom: 7px;
    right: 15px;
    width: 27px;
    height: 22px;
    min-height: auto;
    padding: 0;
    background-image: url(../img/calendar.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
    cursor: pointer; }
  @media screen and (min-width: 64em) {
      #enquiry .calendarPicker span.calendar {
        bottom: 10px;
        right: 22px; } }
  #enquiry input[type="submit"] {
    padding: 10px 20px;
    border-radius: 30px;
    float: right;
    box-shadow: 1px 1px 2px rgba(179, 165, 152, 0.5);
    margin-top: 10px;
    font-style: italic;
    font-weight: 700; }
  #enquiry .infoTxt {
    color: #9b9b9b;
    font-size: 0.85rem;
    font-style: italic; }
  #enquiry .hidden_data {
    display: none; }

.searchresultList {
  margin-left: 0; }
  .searchresultList li:before {
    display: none; }
  .searchresultList li a {
    display: block;
    width: 100%;
    background: #fff;
    margin: 0 0 1.5em;
    padding: 1.55556rem 1.33333rem 1.55556rem 2rem;
    text-decoration: none;
    font-weight: 400;
    color: #4a4a4a;
    box-shadow: 1px 1px 5px rgba(179, 165, 152, 0.5); }
  .searchresultList li a:hover, .searchresultList li a:focus {
    color: #4a4a4a; }
  .searchresultList li a + a {
    margin-top: -0.5em; }

header form {
  float: right;
  position: relative;
  margin: 0 0 12px 18px;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  box-shadow: 1px 2px 5px rgba(87, 87, 87, 0.44);
  overflow: hidden;
  z-index: 20; }
  header form input[type="search"] {
    width: 9.22222rem;
    font-size: 0.88889rem;
    color: #a3968a;
    margin: 0;
    float: left;
    height: 42px; }
  header form input[type="submit"] {
    width: 44px;
    height: 42px;
    float: right;
    overflow: hidden;
    text-indent: -999px;
    background: #87c4c9 url(../img/lupe.svg) no-repeat center center;
    background-size: 21px 22px; }
  header form .searchresult {
    position: absolute;
    left: 0;
    top: 42px;
    background-color: #fff;
    width: 100%;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    box-shadow: 2px 5px 5px rgba(87, 87, 87, 0.44);
    z-index: 4; }
  header form .searchresult a {
    display: block;
    text-decoration: none;
    color: #a3968a;
    font-size: 0.88889rem;
    padding: 10px 10px 10px 20px;
    border-top: 1px solid rgba(163, 150, 138, 0.15); }
  header form .searchresult a:hover {
    background-color: #f2f2f2; }
  header form .searchresult a:last-child:hover {
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px; }

.overlay {
  display: none; }
  .overlay .overlayBg {
    display: block;
    background-color: rgba(155, 155, 155, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .overlay .overlayInner {
    display: block;
    position: fixed;
    width: 75%;
    height: auto;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(179, 165, 152, 0.5);
    top: 50%;
    left: 50%;
    margin-left: -37.5%;
    z-index: 200;
    overflow-y: scroll;
    max-height: 90%; }
  .overlay .overlayInner .close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    z-index: 150; }
  .overlay .overlayInner .close:before, .overlay .overlayInner .close:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 9px;
    width: 2px;
    height: 20px;
    background-color: #87c4c9;
    transform: rotate(-45deg);
    cursor: pointer; }
  .overlay .overlayInner .close:after {
    transform: rotate(45deg); }
  .overlay .overlayInner .overlayContent .wrapper {
    margin: 1em 0.4em; }
  .overlay .overlayInner .overlayContent h4 {
    margin: 20px 0 0; }
  @media screen and (max-width: 63.9375em) {
        .overlay .overlayInner .overlayContent img {
          margin-top: 25px;
          margin-bottom: 25px; } }

.video-overlay {
  padding: 0 0 56.25%;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .video-overlay iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px;
    left: 0px; }
  .video-overlay.video-fit-small {
    padding: 0 0 120%;
    background-color: #fff; }
  @media screen and (min-width: 500px) {
  .video-overlay {
    padding: 0 0 56.25%; }
    .video-overlay.video-fit-small {
      padding: 0 0 56.25%;
      background-color: unset;
      background-size: cover; } }
  .video-overlay.video-embedded {
    background-color: unset; }
  .video-overlay .video-link {
    display: block; }
  .video-overlay .video-link::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .video-overlay .video-icon, .video-overlay .video-disclaimer {
    position: absolute; }
  .video-overlay .video-icon {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transition-duration: 200ms;
    transition-property: color, transform;
    transition-timing-function: ease;
    display: block;
    color: #4a4a4a;
    stroke: currentColor;
    fill: currentColor;
    stroke-width: 0;
    transform: scale(1) translate(-25px, -25px);
    transform-origin: center; }
  .video-overlay .video-disclaimer {
    opacity: 1;
    text-align: center;
    bottom: 10px;
    left: 10px;
    right: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #4a4a4a;
    transition: opacity 200ms ease;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 3px; }
  @media screen and (min-width: 500px) {
    .video-overlay .video-disclaimer {
      font-size: 18px;
      opacity: 0; } }
  .video-overlay .video-disclaimer a {
    color: #a3968a;
    text-decoration: underline;
    transition: color 200ms ease; }
  .video-overlay .video-disclaimer a:hover {
    color: #a3968a;
    text-decoration: none; }
  .video-overlay:hover .video-icon {
    transform: scale(1.5) translate(-15px, -15px);
    color: #87c4c9; }
  .video-overlay:hover .video-disclaimer {
    opacity: 1; }

.randnotiz {
  color: #9b9b9b;
  font-size: 0.77778rem;
  font-style: italic; }
  .randnotiz a {
    color: #9b9b9b; }

.title-row {
  display: none; }
