@charset "UTF-8";
/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url("../_webfonts/titillium-web-v6-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web Light"), local("TitilliumWeb-Light"), url("../_webfonts/titillium-web-v6-latin-300.eot?#iefix") format("embedded-opentype"), url("../_webfonts/titillium-web-v6-latin-300.woff2") format("woff2"), url("../_webfonts/titillium-web-v6-latin-300.woff") format("woff"), url("../_webfonts/titillium-web-v6-latin-300.ttf") format("truetype"), url("../_webfonts/titillium-web-v6-latin-300.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url("../_webfonts/titillium-web-v6-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web Regular"), local("TitilliumWeb-Regular"), url("../_webfonts/titillium-web-v6-latin-regular.eot?#iefix") format("embedded-opentype"), url("../_webfonts/titillium-web-v6-latin-regular.woff2") format("woff2"), url("../_webfonts/titillium-web-v6-latin-regular.woff") format("woff"), url("../_webfonts/titillium-web-v6-latin-regular.ttf") format("truetype"), url("../_webfonts/titillium-web-v6-latin-regular.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: 'PT Sans', arial, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.3;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wrap {
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 719px) {
    .wrap {
      padding: 0 0px; } }
  .wrap .row {
    clear: both;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    *zoom: 1;
    text-align: center; }
    .wrap .row:before, .wrap .row:after {
      display: table;
      content: "";
      line-height: 0; }
    .wrap .row:after {
      clear: both; }
    .wrap .row .row {
      padding: 0; }
  .wrap .rowBGcolor {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0; }

.wrapFluid {
  padding: 0; }
  .wrapFluid .row {
    max-width: 1400px;
    padding: 0; }

.blue {
  background-color: #1c4589; }

.blueMedium {
  background-color: #bfddfc; }

.blueLight {
  background-color: #e9f6fe; }

.greyLight {
  background-color: #f1f1f1; }

.beige1 {
  background-color: #e1d2a5; }

.beige2 {
  background-color: #f9f2e6; }

.beige3 {
  background-color: #e9cd9d; }

.column {
  *zoom: 1;
  width: 100%;
  padding: 0 15px;
  text-align: left; }
  .column:before, .column:after {
    content: " ";
    display: table; }
  .column:after {
    clear: both; }

.col-1-3 {
  float: left;
  width: 33.3%; }

.col-2-3 {
  float: left;
  width: 66.7%; }

.col-1-4 {
  float: left;
  width: 25%; }

.col-3-4 {
  float: left;
  width: 75%; }

@media screen and (min-width: 326px) {
  .xs-1-1 {
    width: 100%; }
  .xs-1-2 {
    float: left;
    width: 50%; }
  .xs-1-3 {
    float: left;
    width: 33.3%; }
  .xs-2-3 {
    float: left;
    width: 66.7%; }
  .xs-1-4 {
    float: left;
    width: 25%; }
  .xs-3-4 {
    float: left;
    width: 75%; }
  .xs-4-12 {
    float: left;
    width: 33.3%; }
  .xs-7-12 {
    float: left;
    width: 58.3%; } }

@media screen and (min-width: 590px) {
  .small-1-1 {
    width: 100%; }
  .small-1-2 {
    float: left;
    width: 50%; }
  .small-1-3 {
    float: left;
    width: 33.3%; }
  .small-2-3 {
    float: left;
    width: 66.7%; }
  .small-1-4 {
    float: left;
    width: 25%; }
  .small-3-4 {
    float: left;
    width: 75%; }
  .small-4-12 {
    float: left;
    width: 33.3%; }
  .small-7-12 {
    float: left;
    width: 58.3%; } }

@media screen and (min-width: 720px) {
  .column {
    float: left; }
    .column.flow-opposite {
      float: right; }
  .medium-noGutter {
    padding: 0; }
  .columnLeft {
    width: 63.34%;
    padding-right: 10px;
    background: #fff; }
  .columnRight {
    float: right;
    width: 36.66%;
    padding-left: 10px;
    padding-right: 35px;
    background: #fff; }
  .medium-1-1 {
    width: 100%; }
  .medium-1-2 {
    width: 50%; }
    .medium-1-2:nth-of-type(2n+1) {
      clear: both; }
    .medium-1-2:nth-of-type(2n+2) {
      clear: none; }
  .medium-1-3 {
    width: 33.3%;
    /*
    &:nth-of-type(3n+1) {
      clear: both;
    }
    &:nth-of-type(3n+2) {
      clear: none;
    }
    &:nth-of-type(3n+3) {
      clear: none;
    }
*/ }
  .medium-2-3 {
    width: 66.7%; }
  .medium-1-4 {
    width: 25%; }
  .medium-2-4 {
    width: 50%; }
  .medium-3-4 {
    width: 75%; }
  .medium-1-6 {
    width: 16.667%; }
  .medium-5-6 {
    width: 83.333%; }
  .medium-4-12 {
    float: left;
    width: 33.3%; }
  .medium-5-12 {
    width: 41.667%; }
  .medium-7-12 {
    width: 58.333%; }
  .medium-2-12 {
    width: 16.667%; }
  .medium-10-12 {
    width: 83.333%; }
  .medium-4-10 {
    width: 40%; }
  .medium-6-10 {
    width: 60%; }
  .medium-offset-1-3 {
    margin-left: 33.3%; }
  .medium-offset-1-4 {
    margin-left: 25%; } }

@media screen and (min-width: 920px) {
  .large-noGutter {
    padding: 0; }
  .large-1-1 {
    width: 100%; }
  .large-1-2 {
    width: 50%; }
  .large-1-3 {
    width: 33.3%; }
  .large-2-3 {
    width: 66.7%; }
  .large-1-4 {
    width: 25%; }
  .large-3-4 {
    width: 75%; }
  .large-1-6 {
    width: 16.667%; }
  .large-1-8 {
    width: 12.5%; }
  .large-4-12 {
    float: left;
    width: 33.3%; }
  .large-7-12 {
    float: left;
    width: 58.3%; }
  .large-2-12 {
    width: 16.667%; }
  .large-10-12 {
    width: 83.333%; } }

@media screen and (min-width: 1240px) {
  .x-large-1-1 {
    width: 100%; }
  .x-large-1-2 {
    width: 50%; }
  .x-large-1-3 {
    width: 33.3%; }
  .x-large-2-3 {
    width: 66.7%; }
  .x-large-1-4 {
    width: 25%; }
  .x-large-1-6 {
    width: 16.667%; }
  .x-large-1-8 {
    width: 12.5%; }
  .x-large-3-4 {
    width: 75%; }
  .x-large-4-12 {
    float: left;
    width: 33.3%; }
  .x-large-7-12 {
    float: left;
    width: 58.3%; }
  .x-large-2-12 {
    width: 16.667%; }
  .x-large-10-12 {
    width: 83.333%; } }

.row .row {
  padding: 0;
  /*
  @include medium-min {
    .column.col-1-2 {
      width: 100%;
      &:first-child {
        padding-right: 0px;
      }
      &:last-child {
        padding-left: 0px;
      }
    }
  }

  @include large-min {
    .column.col-1-2 {
      width: 50%;
      &:first-child {
        padding-right: 20px;
      }
      &:last-child {
        padding-left: 20px;
      }
    }
  }
*/ }

.mainContent .row .row {
  padding: 0; }
  .mainContent .row .row .column.small-1-2 {
    padding: 0; }
    @media screen and (min-width: 590px) {
      .mainContent .row .row .column.small-1-2:nth-of-type(2n+1) {
        padding-right: 10px; }
      .mainContent .row .row .column.small-1-2:nth-of-type(2n+2) {
        padding-left: 10px; } }
  .mainContent .row .row .column.medium-1-2 {
    padding: 0; }
    @media screen and (min-width: 720px) {
      .mainContent .row .row .column.medium-1-2:nth-of-type(2n+1) {
        padding-right: 10px; }
      .mainContent .row .row .column.medium-1-2:nth-of-type(2n+2) {
        padding-left: 10px; } }
.mainContentWhite {
  background: #fff; }

@media screen and (max-width: 719px) {
  .no-mobile {
    display: none; } }

@media screen and (min-width: 720px) {
  .only-mobile {
    display: none; } }

@media screen and (min-width: 920px) {
  .only-mobile-tablet {
    display: none; } }

@media screen and (max-width: 719px) {
  .only-tablet-desktop {
    display: none; } }

@media screen and (max-width: 919px) {
  .only-desktop {
    display: none; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

@media screen and (min-width: 590px) {
  .xs-only {
    display: none !important; } }

@media screen and (max-width: 719px) {
  .noMobile {
    display: none; } }

@media screen and (min-width: 720px) {
  .onlyMobile {
    display: none; } }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  height: 100%;
  color: #2f231b;
  font-family: 'Titillium Web', sans-serif;
  font-size: 19px;
  line-height: 1.0;
  font-weight: 300; }

body {
  height: 100%;
  color: #2f231b; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

img {
  width: auto;
  max-width: 100% !important;
  height: auto; }

.ie9 img[src*=".svg"] {
  width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; } }

iframe {
  max-width: 100%;
  overflow: scroll;
  margin: 0; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 (height/width) */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 40px 0; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

::-moz-selection {
  color: #e9cd9d;
  background: #1c4589; }

::selection {
  color: #e9cd9d;
  background: #1c4589; }

h1 {
  color: #1c4589;
  font-size: 35px;
  line-height: 1.04;
  font-weight: 400;
  text-transform: uppercase; }
  @media screen and (min-width: 720px) {
    h1 {
      font-size: 50px; } }
  @media screen and (min-width: 720px) {
    h1.large {
      font-size: 60px;
      line-height: 1.0333; } }
  h1.hiddenHeading {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px); }

h2, .tx-registeraddress .newform h2 {
  color: #1c4589;
  font-size: 26px;
  line-height: 1.04;
  font-weight: 400;
  text-transform: uppercase; }
  @media screen and (min-width: 720px) {
    h2, .tx-registeraddress .newform h2 {
      font-size: 50px; } }
  @media screen and (min-width: 720px) {
    h2.big, .tx-registeraddress .newform h2.big {
      font-size: 60px;
      line-height: 1.0333; } }
  h2.bar, .tx-registeraddress .newform h2 {
    *zoom: 1;
    clear: both;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 9px 25px;
    background: #e9cd9d;
    color: #1c4589;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px; }
    h2.bar:before, .tx-registeraddress .newform h2:before, h2.bar:after, .tx-registeraddress .newform h2:after {
      content: " ";
      display: table; }
    h2.bar:after, .tx-registeraddress .newform h2:after {
      clear: both; }
    @media screen and (min-width: 720px) {
      h2.bar, .tx-registeraddress .newform h2 {
        font-size: 30px;
        line-height: 1.143; } }
    h2.bar.minorPadding, .tx-registeraddress .newform h2.minorPadding {
      margin-top: 20px; }
    h2.bar a, .tx-registeraddress .newform h2 a {
      display: block;
      color: #1c4589; }
      h2.bar a:hover, .tx-registeraddress .newform h2 a:hover {
        color: #fff; }

.teaserboxWrap + .wrap > .row > .column > h3, .teaserboxWrapBeige + .wrap > .row > .column > h3 {
  margin-top: 20px; }

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  background: transparent;
  color: #1c4589;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 400;
  text-transform: uppercase; }
  @media screen and (min-width: 720px) {
    h3 {
      font-size: 38px; } }
  h3.bar {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 3px 25px 4px 25px;
    background: #f1f1f1;
    color: #2f231b;
    font-size: 25px;
    line-height: 1.52;
    text-transform: none; }

h4 {
  margin-top: 24px;
  margin-bottom: 5px;
  color: #30241c;
  font-size: 19px;
  line-height: 1;
  font-weight: 300; }
  @media screen and (min-width: 720px) {
    h4 {
      font-size: 34px; } }
  h4.blueFont {
    color: #1c4589; }

h5 {
  margin-top: 5px;
  margin-bottom: 3px;
  color: #1c4589;
  font-size: 19px;
  line-height: 1.52;
  font-weight: 300;
  text-transform: uppercase; }
  h5.small {
    text-transform: none; }
  h5.bar {
    margin-top: 0px;
    margin-bottom: 32px;
    padding: 8px 25px 8px 25px;
    background: #f1f1f1;
    color: #2f231b;
    font-size: 19px;
    font-weight: 400;
    text-transform: none; }

p {
  line-height: 1.52; }
  p.small {
    font-size: 18px; }
  p.large {
    font-size: 28px;
    color: #1c4589; }
  p.bar {
    margin-top: 45px;
    margin-bottom: 30px;
    padding: 7px 25px 10px 25px;
    background: #f1f1f1;
    color: #2f231b;
    font-size: 19px;
    line-height: 1.52;
    text-transform: none; }
  p.wlan, p.dusche, p.kurkarte, p.shopping {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 177px 15px 15px 15px;
    background: #f1f1f1;
    color: #787878;
    font-size: 18px;
    line-height: 1.44;
    text-align: center; }
    @media screen and (min-width: 720px) {
      p.wlan, p.dusche, p.kurkarte, p.shopping {
        width: calc(50% - 15px);
        min-height: 240px;
        text-align: left; } }
    @media screen and (min-width: 920px) {
      p.wlan, p.dusche, p.kurkarte, p.shopping {
        width: calc(25% - 23px);
        min-height: 270px; } }
    @media screen and (min-width: 1240px) {
      p.wlan, p.dusche, p.kurkarte, p.shopping {
        min-height: 240px; } }
    p.wlan:before, p.dusche:before, p.kurkarte:before, p.shopping:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 165px;
      top: 0;
      left: 0;
      background: #787878 no-repeat center center; }
  @media screen and (min-width: 920px) {
    p.wlan {
      margin-right: 15px; } }
  p.wlan:before {
    background-image: url(../_images/icons/wlan.svg);
    background-size: 143px 111px; }
  @media screen and (min-width: 720px) {
    p.dusche {
      float: right; } }
  @media screen and (min-width: 920px) {
    p.dusche {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }
  p.dusche:before {
    background-image: url(../_images/icons/dusche.svg);
    background-size: 110px 128px; }
  @media screen and (min-width: 920px) {
    p.kurkarte {
      margin-left: 15px;
      margin-right: 15px; } }
  p.kurkarte:before {
    background-image: url(../_images/icons/kurkarte.svg);
    background-size: 113px 112px; }
  p.shopping {
    float: right; }
    @media screen and (min-width: 720px) {
      p.shopping {
        margin-left: 15px; } }
    p.shopping:before {
      background-image: url(../_images/icons/shopping.svg);
      background-size: 116px 114px; }

h5 + p {
  margin-top: 3px; }

h6 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 1.52;
  font-weight: 300;
  color: #1c4589; }

h6 + ul {
  margin-top: 0px !important; }

h6 + p {
  margin-top: 3px; }

a {
  text-decoration: none;
  -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  color: #c79e21; }
  a:hover {
    color: #1c4589; }
  a:focus {
    outline: 0; }
  p a {
    color: #c79e21; }
  a.back, a.more {
    *zoom: 1;
    clear: both;
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 6px 25px;
    border: 1px solid #c79e21;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.52;
    color: #c79e21;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center; }
    a.back:before, a.back:after, a.more:before, a.more:after {
      content: " ";
      display: table; }
    a.back:after, a.more:after {
      clear: both; }
    a.back:hover, a.more:hover {
      background: #c79e21;
      color: #fff; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li, ol li {
    margin: 0;
    padding: 0; }

.frame-type-text ul, .frame-type-textmedia ul {
  margin: 19px 0; }
  .frame-type-text ul li, .frame-type-textmedia ul li {
    position: relative;
    margin-bottom: 4.95px;
    padding-left: 27px;
    line-height: 1.52; }
  .frame-type-text ul li:before, .frame-type-textmedia ul li:before {
    content: '–';
    position: absolute;
    left: 0;
    top: -1px;
    color: #2f231b; }
  .frame-type-text ul ul, .frame-type-textmedia ul ul {
    margin: 3px 0 5px 0; }
    .frame-type-text ul ul li, .frame-type-textmedia ul ul li {
      padding-left: 22px; }
      .frame-type-text ul ul li:before, .frame-type-textmedia ul ul li:before {
        content: url(../_images/icons/bullet.svg);
        width: 4px;
        height: 4px;
        top: -4px;
        left: 2px; }

.frame-type-text ol, .frame-type-textmedia ol {
  margin-bottom: 1.5rem;
  padding-left: 12px;
  list-style-type: decimal; }
  .frame-type-text ol li, .frame-type-textmedia ol li {
    margin-bottom: 0.75rem;
    padding-left: 5px;
    line-height: 1.52; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

.divider, hr {
  clear: both;
  position: relative;
  display: block;
  width: 100%;
  height: 1px !important;
  margin: 30px 0px 15px 0px;
  padding: 0 !important;
  border: 0;
  font-size: 0;
  line-height: 0;
  background: #2f231b; }

address {
  margin: 0;
  font-style: normal;
  line-height: 1.52; }

figure {
  margin: 12px 0 0 0; }
  figure figcaption {
    display: block;
    margin: 0 auto;
    -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }

table, blockquote {
  margin: 15px 0; }

table {
  width: 100%;
  border-collapse: collapse; }
  table tr:nth-of-type(even) {
    background: #f9f2e6; }
  table th, table td {
    padding: 10px 5px 11px 5px;
    vertical-align: top; }
  table.timetable tr td:last-child {
    text-align: right; }

form {
  margin: 0px;
  padding: 20px 30px;
  background: #f9f2e6; }
  @media screen and (min-width: 920px) {
    form {
      padding: 50px 70px; } }
fieldset {
  margin: 0;
  padding: 0;
  border: none; }

label {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.6111;
  text-transform: uppercase; }

input, textarea, select, file {
  width: 100%;
  margin: 0 0 16px 0;
  padding: 14px 10px;
  border: 1px solid #fff;
  color: #2f231b;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 23px;
  line-height: 1.26;
  font-weight: 300;
  background: #fff;
  -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
  @media screen and (min-width: 920px) {
    input, textarea, select, file {
      padding: 14px 30px; } }
textarea {
  padding-top: 28px;
  padding-bottom: 28px; }

::-webkit-input-placeholder {
  color: #2f231b;
  font-size: 17px; }

:-moz-placeholder {
  color: #2f231b;
  font-size: 17px; }

::-moz-placeholder {
  color: #2f231b;
  font-size: 17px; }

:-ms-input-placeholder {
  color: #2f231b;
  font-size: 17px; }

input[placeholder] {
  color: #2f231b;
  font-size: 17px; }

input:focus, textarea:focus, input:hover, textarea:hover {
  outline: 0;
  border-color: #c79e21;
  /*
  
  &::-webkit-input-placeholder {
    color: $black;
  }
  &:-moz-placeholder {
    color: $black;
  }
  &::-moz-placeholder {
    color: $black;
  }
  &:-ms-input-placeholder {
    color: $black;
  }
  &[placeholder] {
    color: $black;
  }
*/ }

button[type='submit'], input[type='submit'] {
  width: auto;
  margin-top: 18px;
  border-color: #1c4589;
  background: #1c4589;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
  @media screen and (min-width: 720px) {
    button[type='submit'], input[type='submit'] {
      float: right;
      padding-right: 50px;
      padding-left: 50px; } }
  button[type='submit']:hover, input[type='submit']:hover {
    background: #c79e21;
    border-color: #c79e21;
    cursor: pointer; }

.header {
  z-index: 1030;
  width: 100%;
  border-top: 8px solid #e9cd9d;
  background: #fff;
  position: fixed;
  overflow: visible;
  height: 60px;
  top: 0; }
  @media screen and (min-width: 920px) {
    .header {
      height: 90px;
      border-top: 16px solid #e9cd9d; } }
  .header .column {
    position: relative; }
  .header .logo {
    display: block;
    float: left;
    width: calc(171px * 0.75);
    height: calc(170px * 0.75);
    margin-top: 15px;
    margin-bottom: calc(-110px * 0.75);
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out; }
    @media screen and (min-width: 920px) {
      .header .logo {
        width: 171px;
        height: 170px;
        margin-bottom: -110px; } }
  .header .navMain {
    float: right; }
  .header.smaller {
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15); }
    .header.smaller .logo {
      margin-top: -30px;
      margin-bottom: 0;
      margin-left: -32px;
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5); }
      @media screen and (min-width: 920px) {
        .header.smaller .logo {
          margin-left: -0px; } }
    .header.smaller #navMainShow {
      margin-top: 7px; }

.header + div {
  margin-top: 110px; }
  @media screen and (min-width: 920px) {
    .header + div {
      margin-top: 90px; } }
.fluidImage .row {
  line-height: 0; }

.fluidImage .column {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  float: none; }
  .fluidImage .column .fluidImageDescription {
    display: none; }
    @media screen and (min-width: 590px) {
      .fluidImage .column .fluidImageDescription {
        display: block;
        position: absolute;
        bottom: 3px;
        left: 30px;
        font-size: 35px;
        line-height: 1;
        color: #fff; } }
    @media screen and (min-width: 720px) {
      .fluidImage .column .fluidImageDescription {
        font-size: 44px; } }
.lightSlider .column {
  padding: 0; }

.miniImages {
  margin-top: 0;
  margin-bottom: -4px; }
  .miniImages .row {
    height: 91px;
    overflow: hidden; }

.footer {
  padding-top: 32px;
  padding-bottom: 20px;
  color: #fff; }
  @media screen and (min-width: 720px) {
    .footer {
      padding-bottom: 60px; } }
  .footer a {
    display: block;
    margin-bottom: 6px;
    padding-bottom: 6px;
    color: #fff; }
    .footer a:hover {
      opacity: 0.5; }
  .footer ul a {
    font-size: 20px;
    line-height: 1.15;
    font-weight: 400;
    text-transform: uppercase; }
  .footer ul ul {
    padding-bottom: 22px; }
    .footer ul ul a {
      margin-bottom: 0px;
      padding-bottom: 0px;
      font-size: 14px;
      line-height: 1.64;
      font-weight: 400;
      text-transform: none; }
  .footer ul ul ul {
    padding-bottom: 0; }
    .footer ul ul ul a {
      position: relative;
      padding-left: 10px; }
      .footer ul ul ul a:before {
        content: '-';
        position: absolute;
        left: 0;
        top: 0; }
  .footer .navBottom hr {
    margin-top: 36px;
    margin-bottom: 12px;
    background-color: #fff; }
  @media screen and (min-width: 720px) {
    .footer .navBottom ul {
      float: left;
      max-width: calc(100% - 80px); } }
  @media screen and (min-width: 720px) {
    .footer .navBottom ul li {
      display: inline-block; } }
  @media screen and (min-width: 720px) {
    .footer .navBottom ul li:after {
      content: '';
      display: inline-block;
      width: 1px;
      height: 12px;
      margin: 0px 8px 0px 8px;
      background: #fff; } }
  .footer .navBottom ul li:last-child:after {
    display: none; }
  .footer .navBottom ul li a {
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 400;
    text-transform: uppercase; }
  .footer .socialMedia {
    float: right;
    margin-top: 30px; }
    @media screen and (min-width: 720px) {
      .footer .socialMedia {
        margin-top: 2px; } }
    .footer .socialMedia a:hover {
      opacity: 0.7; }
    .footer .socialMedia .facebook {
      display: none;
      width: 40px;
      height: 40px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 999em;
      background: url(../_images/icons/facebook.png) no-repeat center center; }

.cc_message {
  margin-top: 0 !important;
  line-height: 1.2em !important; }

/* CONTENT LIGHTBOX */
#contentLightbox {
  position: relative;
  width: 1170px;
  max-width: calc(100% - 60px);
  margin: auto;
  padding: 30px;
  background: white; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.ce-textpic .ce-gallery {
  width: 100%; }
  .ce-textpic .ce-gallery div {
    width: 100%; }

.ce-textpic img[src$=".svg"] {
  width: 100% !important;
  height: auto !important; }

.ce-textpic figure.image {
  display: block; }

@media screen and (max-width: 589px) {
  .ce-textpic .ce-gallery {
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important; } }

@media screen and (max-width: 589px) {
  .ce-textpic .ce-gallery .ce-column + .ce-column {
    display: none; } }

.ce-textpic.ce-left.ce-intext.ce-nowrap {
  *zoom: 1; }
  .ce-textpic.ce-left.ce-intext.ce-nowrap:before, .ce-textpic.ce-left.ce-intext.ce-nowrap:after {
    content: " ";
    display: table; }
  .ce-textpic.ce-left.ce-intext.ce-nowrap:after {
    clear: both; }
  @media screen and (min-width: 590px) {
    .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
      float: left;
      width: 33.3%;
      margin-right: 0;
      margin-left: 0;
      padding-right: 10px; }
    .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
      float: right;
      width: 66.7%;
      margin-right: 0;
      margin-left: 0;
      padding-left: 10px; }
      .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext > p:first-child {
        margin-top: 5px; } }
.ce-textpic.ce-right.ce-intext.ce-nowrap {
  *zoom: 1; }
  .ce-textpic.ce-right.ce-intext.ce-nowrap:before, .ce-textpic.ce-right.ce-intext.ce-nowrap:after {
    content: " ";
    display: table; }
  .ce-textpic.ce-right.ce-intext.ce-nowrap:after {
    clear: both; }
  @media screen and (min-width: 590px) {
    .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
      float: right;
      width: 33.3%;
      margin-right: 0;
      margin-left: 0;
      padding-left: 15px; }
    .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
      float: left;
      width: 66.7%;
      margin-right: 0;
      margin-left: 0;
      padding-right: 15px; } }
.ce-image.ce-center figure.image {
  text-align: center; }

.ce-image.ce-right.ce-above figure.image {
  text-align: right; }

figure.image img {
  width: auto;
  max-width: 100%; }

figure.image a[href$=".pdf"] {
  display: block;
  border: 1px solid #1c4589; }
  figure.image a[href$=".pdf"] + figcaption {
    display: block;
    padding: 10px 10px 12px 10px;
    background: #1c4589;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.44;
    -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
  figure.image a[href$=".pdf"]:hover {
    border-color: #c79e21; }
    figure.image a[href$=".pdf"]:hover + figcaption {
      background: #c79e21; }

/*
figure {
  img.image-embed-item {
    width: 100%;
  }
}
*/
.frame-space-before-extra-small {
  margin-top: 10px; }

.frame-space-before-small {
  margin-top: 20px; }

.frame-space-before-medium {
  margin-top: 30px; }

.frame-space-before-large {
  margin-top: 40px; }

.frame-space-before-extra-large {
  margin-top: 50px; }

.frame-space-after-extra-small {
  margin-bottom: 10px; }

.frame-space-after-small {
  margin-bottom: 20px; }

.frame-space-after-medium {
  margin-bottom: 30px; }

.frame-space-after-large {
  margin-bottom: 40px; }

.frame-space-after-extra-large {
  margin-bottom: 50px; }

.frame-infobox {
  margin-bottom: 20px;
  padding: 10px 30px; }
  .frame-infobox.beautyOase, .frame-infobox.ayurveda {
    color: #fff; }
    .frame-infobox.beautyOase h2, .frame-infobox.beautyOase h3, .frame-infobox.ayurveda h2, .frame-infobox.ayurveda h3 {
      margin-top: 12px;
      color: #fff;
      text-transform: none; }
    .frame-infobox.beautyOase p, .frame-infobox.ayurveda p {
      font-size: 18px;
      line-height: 1.44; }
    .frame-infobox.beautyOase a, .frame-infobox.ayurveda a {
      color: #fff; }
      .frame-infobox.beautyOase a:hover, .frame-infobox.ayurveda a:hover {
        opacity: 0.7; }
  .frame-infobox.beautyOase {
    background: #811257; }
  .frame-infobox.ayurveda {
    background: #6dc9eb; }

.ce-table td a {
  display: block;
  margin: -10px -5px -11px -5px;
  padding: 10px 5px 11px 5px;
  color: #1c4589;
  text-align: center; }
  .ce-table td a:hover {
    background: #1c4589;
    color: #fff; }

.ce-table td span {
  display: block; }

.ce-table.ce-table-striped tr:nth-of-type(even) {
  background: #fff; }

.ce-table.ce-table-striped tr:nth-of-type(odd) {
  background: #f9f2e6; }

.ce-table.ce-table-striped tr td:nth-child(2) {
  text-align: right; }

.frame-type-table.frame-layout-0 table tr td:last-child {
  text-align: right; }

.frame-type-table.frame-layout-1 table {
  margin-bottom: 30px; }
  @media screen and (max-width: 719px) {
    .frame-type-table.frame-layout-1 table tr td {
      font-size: 15px; } }
  .frame-type-table.frame-layout-1 table tr td:first-child {
    width: auto; }
  .frame-type-table.frame-layout-1 table tr td:nth-child(2) {
    width: 100px; }
  .frame-type-table.frame-layout-1 table tr td:last-child {
    width: 120px; }
    @media screen and (min-width: 920px) {
      .frame-type-table.frame-layout-1 table tr td:last-child {
        width: 250px; } }
.frame-type-menu_sitemap > ul > li > a {
  display: block;
  *zoom: 1;
  clear: both;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 6px 25px;
  background: #e9cd9d;
  color: #1c4589;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .frame-type-menu_sitemap > ul > li > a:before, .frame-type-menu_sitemap > ul > li > a:after {
    content: " ";
    display: table; }
  .frame-type-menu_sitemap > ul > li > a:after {
    clear: both; }
  @media screen and (min-width: 720px) {
    .frame-type-menu_sitemap > ul > li > a {
      font-size: 35px;
      line-height: 1.143; } }
  .frame-type-menu_sitemap > ul > li > a:hover {
    color: #fff; }

.frame-type-menu_sitemap ul ul, .frame-type-menu_subpages ul {
  margin: 19px 0; }
  .frame-type-menu_sitemap ul ul li, .frame-type-menu_subpages ul li {
    position: relative;
    margin-bottom: 4.95px;
    padding-left: 27px;
    line-height: 1.52; }
    .frame-type-menu_sitemap ul ul li a, .frame-type-menu_subpages ul li a {
      color: #2f231b; }
      .frame-type-menu_sitemap ul ul li a:before, .frame-type-menu_subpages ul li a:before {
        content: '–';
        position: absolute;
        left: 0;
        top: -1px; }
      .frame-type-menu_sitemap ul ul li a:hover, .frame-type-menu_subpages ul li a:hover {
        color: #c79e21; }
  .frame-type-menu_sitemap ul ul ul, .frame-type-menu_subpages ul ul {
    margin: 3px 0 5px 0; }
    .frame-type-menu_sitemap ul ul ul li, .frame-type-menu_subpages ul ul li {
      padding-left: 22px; }
      .frame-type-menu_sitemap ul ul ul li a:before, .frame-type-menu_subpages ul ul li a:before {
        content: url(../_images/icons/bullet.svg);
        width: 4px;
        height: 4px;
        top: -4px;
        left: 2px; }
      .frame-type-menu_sitemap ul ul ul li a:hover:before, .frame-type-menu_subpages ul ul li a:hover:before {
        content: url(../_images/icons/bullet_gold.svg); }

#c4 h2 {
  margin-top: 30px;
  margin-bottom: 13px; }

#c389 > p:first-child {
  margin-top: 5px; }

.teaserboxWrap .column, .teaserboxWrapBeige .column {
  padding: 0; }

.teaserboxWrap .teaserboxSizer, .teaserboxWrapBeige .teaserboxSizer, .teaserboxWrap a.teaserbox, .teaserboxWrapBeige a.teaserbox, .teaserboxWrap div.teaserbox, .teaserboxWrapBeige div.teaserbox {
  display: block;
  margin: 0 15px 30px 15px;
  background: #f1f1f1;
  color: #787878;
  font-size: 18px;
  line-height: 1.44;
  -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
  .teaserboxWrap .teaserboxSizer p, .teaserboxWrapBeige .teaserboxSizer p, .teaserboxWrap a.teaserbox p, .teaserboxWrapBeige a.teaserbox p, .teaserboxWrap div.teaserbox p, .teaserboxWrapBeige div.teaserbox p {
    margin: 0;
    padding: 8px 12px 13px 20px;
    font-size: 18px;
    -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
    .teaserboxWrap .teaserboxSizer p span, .teaserboxWrapBeige .teaserboxSizer p span, .teaserboxWrap a.teaserbox p span, .teaserboxWrapBeige a.teaserbox p span, .teaserboxWrap div.teaserbox p span, .teaserboxWrapBeige div.teaserbox p span {
      color: #c79e21;
      -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
  @media screen and (min-width: 590px) {
    .teaserboxWrap .teaserboxSizer.teaserbox-1-2, .teaserboxWrapBeige .teaserboxSizer.teaserbox-1-2, .teaserboxWrap a.teaserbox.teaserbox-1-2, .teaserboxWrapBeige a.teaserbox.teaserbox-1-2, .teaserboxWrap div.teaserbox.teaserbox-1-2, .teaserboxWrapBeige div.teaserbox.teaserbox-1-2 {
      width: calc(50% - 30px); } }
  .teaserboxWrap .teaserboxSizer.teaserbox-1-2:nth-child(odd), .teaserboxWrapBeige .teaserboxSizer.teaserbox-1-2:nth-child(odd), .teaserboxWrap a.teaserbox.teaserbox-1-2:nth-child(odd), .teaserboxWrapBeige a.teaserbox.teaserbox-1-2:nth-child(odd), .teaserboxWrap div.teaserbox.teaserbox-1-2:nth-child(odd), .teaserboxWrapBeige div.teaserbox.teaserbox-1-2:nth-child(odd) {
    float: left; }
  .teaserboxWrap .teaserboxSizer.teaserbox-1-2:nth-child(even), .teaserboxWrapBeige .teaserboxSizer.teaserbox-1-2:nth-child(even), .teaserboxWrap a.teaserbox.teaserbox-1-2:nth-child(even), .teaserboxWrapBeige a.teaserbox.teaserbox-1-2:nth-child(even), .teaserboxWrap div.teaserbox.teaserbox-1-2:nth-child(even), .teaserboxWrapBeige div.teaserbox.teaserbox-1-2:nth-child(even) {
    float: right; }
  @media screen and (min-width: 590px) {
    .teaserboxWrap .teaserboxSizer.teaserbox-1-4, .teaserboxWrapBeige .teaserboxSizer.teaserbox-1-4, .teaserboxWrap a.teaserbox.teaserbox-1-4, .teaserboxWrapBeige a.teaserbox.teaserbox-1-4, .teaserboxWrap div.teaserbox.teaserbox-1-4, .teaserboxWrapBeige div.teaserbox.teaserbox-1-4 {
      width: calc(50% - 30px); } }
  @media screen and (min-width: 720px) {
    .teaserboxWrap .teaserboxSizer.teaserbox-1-4, .teaserboxWrapBeige .teaserboxSizer.teaserbox-1-4, .teaserboxWrap a.teaserbox.teaserbox-1-4, .teaserboxWrapBeige a.teaserbox.teaserbox-1-4, .teaserboxWrap div.teaserbox.teaserbox-1-4, .teaserboxWrapBeige div.teaserbox.teaserbox-1-4 {
      width: calc(33.3% - 30px); } }
  @media screen and (min-width: 920px) {
    .teaserboxWrap .teaserboxSizer.teaserbox-1-4, .teaserboxWrapBeige .teaserboxSizer.teaserbox-1-4, .teaserboxWrap a.teaserbox.teaserbox-1-4, .teaserboxWrapBeige a.teaserbox.teaserbox-1-4, .teaserboxWrap div.teaserbox.teaserbox-1-4, .teaserboxWrapBeige div.teaserbox.teaserbox-1-4 {
      width: calc(25% - 30px); } }
  .teaserboxWrap .teaserboxSizer.teaserboxImage, .teaserboxWrapBeige .teaserboxSizer.teaserboxImage, .teaserboxWrap a.teaserbox.teaserboxImage, .teaserboxWrapBeige a.teaserbox.teaserboxImage, .teaserboxWrap div.teaserbox.teaserboxImage, .teaserboxWrapBeige div.teaserbox.teaserboxImage {
    line-height: 0; }
    .teaserboxWrap .teaserboxSizer.teaserboxImage p, .teaserboxWrapBeige .teaserboxSizer.teaserboxImage p, .teaserboxWrap a.teaserbox.teaserboxImage p, .teaserboxWrapBeige a.teaserbox.teaserboxImage p, .teaserboxWrap div.teaserbox.teaserboxImage p, .teaserboxWrapBeige div.teaserbox.teaserboxImage p {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      padding: 8px 20px 11px 20px;
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      font-size: 19px;
      line-height: 1.2; }
  .teaserboxWrap .teaserboxSizer.teaserboxImageText h3, .teaserboxWrapBeige .teaserboxSizer.teaserboxImageText h3, .teaserboxWrap .teaserboxSizer.teaserboxImageText h4, .teaserboxWrapBeige .teaserboxSizer.teaserboxImageText h4, .teaserboxWrap a.teaserbox.teaserboxImageText h3, .teaserboxWrapBeige a.teaserbox.teaserboxImageText h3, .teaserboxWrap a.teaserbox.teaserboxImageText h4, .teaserboxWrapBeige a.teaserbox.teaserboxImageText h4, .teaserboxWrap div.teaserbox.teaserboxImageText h3, .teaserboxWrapBeige div.teaserbox.teaserboxImageText h3, .teaserboxWrap div.teaserbox.teaserboxImageText h4, .teaserboxWrapBeige div.teaserbox.teaserboxImageText h4 {
    margin: 0;
    padding: 14px 12px 0px 20px;
    color: #787878;
    font-size: 22px;
    line-height: 1.18;
    -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
  .teaserboxWrap .teaserboxSizer.teaserboxText h3, .teaserboxWrapBeige .teaserboxSizer.teaserboxText h3, .teaserboxWrap a.teaserbox.teaserboxText h3, .teaserboxWrapBeige a.teaserbox.teaserboxText h3, .teaserboxWrap div.teaserbox.teaserboxText h3, .teaserboxWrapBeige div.teaserbox.teaserboxText h3 {
    margin: 0;
    padding: 18px 12px 2px 20px;
    color: #fff;
    text-transform: none;
    -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
    .teaserboxWrap .teaserboxSizer.teaserboxText h3 span, .teaserboxWrapBeige .teaserboxSizer.teaserboxText h3 span, .teaserboxWrap a.teaserbox.teaserboxText h3 span, .teaserboxWrapBeige a.teaserbox.teaserboxText h3 span, .teaserboxWrap div.teaserbox.teaserboxText h3 span, .teaserboxWrapBeige div.teaserbox.teaserboxText h3 span {
      display: block;
      text-transform: uppercase;
      -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
  .teaserboxWrap .teaserboxSizer.teaserboxText p, .teaserboxWrapBeige .teaserboxSizer.teaserboxText p, .teaserboxWrap a.teaserbox.teaserboxText p, .teaserboxWrapBeige a.teaserbox.teaserboxText p, .teaserboxWrap div.teaserbox.teaserboxText p, .teaserboxWrapBeige div.teaserbox.teaserboxText p {
    color: #30241c;
    -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
  .teaserboxWrap .teaserboxSizer.beige3, .teaserboxWrapBeige .teaserboxSizer.beige3, .teaserboxWrap a.teaserbox.beige3, .teaserboxWrapBeige a.teaserbox.beige3, .teaserboxWrap div.teaserbox.beige3, .teaserboxWrapBeige div.teaserbox.beige3 {
    width: calc(100% -  30px);
    max-width: 100%;
    background: #e9cd9d;
    text-align: center; }
    @media screen and (min-width: 590px) {
      .teaserboxWrap .teaserboxSizer.beige3, .teaserboxWrapBeige .teaserboxSizer.beige3, .teaserboxWrap a.teaserbox.beige3, .teaserboxWrapBeige a.teaserbox.beige3, .teaserboxWrap div.teaserbox.beige3, .teaserboxWrapBeige div.teaserbox.beige3 {
        width: calc(50% - 30px);
        height: 0;
        padding-bottom: calc(50% - 30px); } }
    @media screen and (min-width: 920px) {
      .teaserboxWrap .teaserboxSizer.beige3, .teaserboxWrapBeige .teaserboxSizer.beige3, .teaserboxWrap a.teaserbox.beige3, .teaserboxWrapBeige a.teaserbox.beige3, .teaserboxWrap div.teaserbox.beige3, .teaserboxWrapBeige div.teaserbox.beige3 {
        width: calc(33.3% - 30px);
        height: 0;
        padding-bottom: calc(33.3% - 30px); } }
    @media screen and (min-width: 1240px) {
      .teaserboxWrap .teaserboxSizer.beige3, .teaserboxWrapBeige .teaserboxSizer.beige3, .teaserboxWrap a.teaserbox.beige3, .teaserboxWrapBeige a.teaserbox.beige3, .teaserboxWrap div.teaserbox.beige3, .teaserboxWrapBeige div.teaserbox.beige3 {
        width: calc(25% - 30px);
        padding-bottom: calc(25% - 30px);
        text-align: left; } }
.teaserboxWrap div.teaserboxImageText, .teaserboxWrapBeige div.teaserboxImageText {
  background: #fff; }
  .teaserboxWrap div.teaserboxImageText p, .teaserboxWrapBeige div.teaserboxImageText p, .teaserboxWrap div.teaserboxImageText h3, .teaserboxWrapBeige div.teaserboxImageText h3, .teaserboxWrap div.teaserboxImageText h4, .teaserboxWrapBeige div.teaserboxImageText h4 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.teaserboxWrap .rowBGcolor .teaserbox, .teaserboxWrapBeige .rowBGcolor .teaserbox {
  background: #fff; }

.teaserboxWrap a.teaserbox:hover, .teaserboxWrapBeige a.teaserbox:hover {
  color: #000;
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15); }
  .teaserboxWrap a.teaserbox:hover h2, .teaserboxWrapBeige a.teaserbox:hover h2, .teaserboxWrap a.teaserbox:hover h3, .teaserboxWrapBeige a.teaserbox:hover h3, .teaserboxWrap a.teaserbox:hover h4, .teaserboxWrapBeige a.teaserbox:hover h4 {
    color: #000; }

.teaserboxWrap a.teaserbox.beige3:hover h3, .teaserboxWrapBeige a.teaserbox.beige3:hover h3 {
  color: #fff; }

.imagetextbox {
  margin-bottom: 25px !important; }
  .imagetextbox .medium-1-3 {
    padding-left: 0;
    background: no-repeat center center;
    background-size: cover; }
    @media screen and (min-width: 720px) {
      .imagetextbox .medium-1-3 {
        border-right: 10px solid #fff; } }
    .imagetextbox .medium-1-3 img {
      opacity: 0; }
  .imagetextbox .medium-2-3 {
    padding: 10px 20px; }
    @media screen and (min-width: 720px) {
      .imagetextbox .medium-2-3 {
        padding: 10px 45px; } }
    .imagetextbox .medium-2-3 h5 {
      margin-top: 20px;
      color: #2f231b; }
    @media screen and (min-width: 720px) {
      .imagetextbox .medium-2-3 ul {
        margin-bottom: 0; } }
    .imagetextbox .medium-2-3 ul li {
      margin-bottom: 0; }
  .imagetextbox.blue {
    background: #1c4589; }
    @media screen and (min-width: 720px) {
      .imagetextbox.blue {
        background: linear-gradient(to right, #fff calc(33.3% + 10px), #1c4589 calc(33.3% + 10px)); } }
  .imagetextbox.blueMedium {
    background: #bfddfc; }
    @media screen and (min-width: 720px) {
      .imagetextbox.blueMedium {
        background: linear-gradient(to right, #fff calc(33.3% + 10px), #bfddfc calc(33.3% + 10px)); } }
  .imagetextbox.blueLight {
    background: #e9f6fe; }
    @media screen and (min-width: 720px) {
      .imagetextbox.blueLight {
        background: linear-gradient(to right, #fff calc(33.3% + 10px), #e9f6fe calc(33.3% + 10px)); } }
  .imagetextbox.greyLight {
    background: #f1f1f1; }
    @media screen and (min-width: 720px) {
      .imagetextbox.greyLight {
        background: linear-gradient(to right, #fff calc(33.3% + 10px), #f1f1f1 calc(33.3% + 10px)); } }
  .imagetextbox.beige1 {
    background: #e1d2a5; }
    @media screen and (min-width: 720px) {
      .imagetextbox.beige1 {
        background: linear-gradient(to right, #fff calc(33.3% + 10px), #e1d2a5 calc(33.3% + 10px)); } }
  .imagetextbox.beige2 {
    background: #f9f2e6; }
    @media screen and (min-width: 720px) {
      .imagetextbox.beige2 {
        background: linear-gradient(to right, #fff calc(33.3% + 10px), #f9f2e6 calc(33.3% + 10px)); } }
  .imagetextbox.beige3 {
    background: #e9cd9d; }
    @media screen and (min-width: 720px) {
      .imagetextbox.beige3 {
        background: linear-gradient(to right, #fff calc(33.3% + 10px), #e9cd9d calc(33.3% + 10px)); } }
.downloadBox {
  display: block;
  margin-bottom: 30px !important;
  background: #f9f2e6; }
  .downloadBox:nth-of-type(even) {
    background: #e9f6fe; }
  .downloadBox .medium-1-3 {
    width: calc(100% - 50px);
    height: 190px;
    margin: 25px;
    padding: 0;
    background: no-repeat 0;
    background-size: auto 100%; }
    @media screen and (min-width: 720px) {
      .downloadBox .medium-1-3 {
        float: left;
        width: 268px;
        max-width: 268px;
        background-size: auto 190px; } }
  .downloadBox .medium-2-3 {
    padding: 0 25px 25px 25px; }
    @media screen and (min-width: 720px) {
      .downloadBox .medium-2-3 {
        float: none;
        width: 100%;
        padding: 25px 25px 25px 343px; } }
    .downloadBox .medium-2-3 h3 {
      margin-top: 8px;
      font-size: 22px;
      line-height: 1; }
      @media screen and (min-width: 720px) {
        .downloadBox .medium-2-3 h3 {
          font-size: 26px; } }
    .downloadBox .medium-2-3 p {
      margin: 0;
      font-size: 19px;
      line-height: 1.3;
      color: #787878;
      -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
      .downloadBox .medium-2-3 p.downloadNow {
        margin-top: 6px;
        color: #c79e21;
        font-size: 23px; }
  .downloadBox:hover {
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15); }
    .downloadBox:hover p.downloadNow {
      color: #1c4589; }

.navMain ul li {
  margin: 0;
  padding: 0; }
  .navMain ul li a {
    display: block;
    padding: 10px;
    font-size: 19px;
    line-height: 1.33;
    color: #2f231b; }
    .navMain ul li a:hover, .navMain ul li a.active {
      color: #c79e21; }

.navMain ul ul li a {
  font-size: 14px;
  line-height: 1.643; }

.navMain ul li:hover > a {
  color: #c79e21; }

@media screen and (max-width: 1239px) {
  #navMainShow {
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-right: 0px;
    -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
    #navMainShow:before, #navMainShow:after {
      content: '';
      display: block;
      height: 4px;
      width: 100%;
      margin-top: 6px;
      background: #2f231b;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 999em;
      -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
    #navMainShow span {
      display: block;
      height: 4px;
      width: 100%;
      margin-top: 7px;
      background: #2f231b;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 999em;
      -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
      transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
    #navMainShow:hover {
      cursor: pointer; }
      #navMainShow:hover:before, #navMainShow:hover:after, #navMainShow:hover span {
        background: #c79e21; }
  .navMainClose {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    margin: 0px; }
    .navMainClose svg {
      position: absolute;
      width: 32px;
      height: 32px;
      top: 30px;
      right: 34px; }
  .navMain {
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.99);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    overflow: scroll; }
    .navMainActive .navMain {
      visibility: visible;
      opacity: 1;
      transform: scale(1); }
    .navMain ul {
      margin-top: 30px; }
      .navMain ul li {
        display: block; }
        .navMain ul li a {
          padding-left: 30px; }
        .navMain ul li.hasSub {
          position: relative; }
          .navMain ul li.hasSub span.arrow {
            position: absolute;
            z-index: 501;
            display: block;
            width: 70px;
            height: 35px;
            background: rgba(199, 158, 33, 0.3) url(../_images/arrow_white.svg) no-repeat 28px center;
            background-size: auto 20px;
            top: 0;
            right: 0; }
            .navMain ul li.hasSub span.arrow:hover {
              width: 35px;
              height: 70px;
              top: -18px;
              right: 18px;
              background-image: url(../_images/arrow.svg);
              background-position: center center;
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
          .navMain ul li.hasSub.open span.arrow {
            width: 35px;
            height: 70px;
            top: -18px;
            right: 18px;
            background-image: url(../_images/arrow.svg);
            background-position: center center;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
            .navMain ul li.hasSub.open span.arrow:hover {
              background-image: url(../_images/arrow_white.svg);
              -moz-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              -o-transform: rotate(-90deg);
              -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
          .navMain ul li.hasSub.open ul {
            display: block !important;
            margin: 10px 0; }
    .navMain ul ul {
      border-top: none;
      display: none; }
      .navMain ul ul li {
        border-bottom: none; }
        .navMain ul ul li a {
          padding: 5px 5px 5px 45px; }
    .navMain ul ul ul {
      margin: 0; }
      .navMain ul ul ul a {
        position: relative;
        padding: 5px 5px 5px 80px; }
        .navMain ul ul ul a:before {
          content: '-';
          position: absolute;
          top: 4px;
          left: 65px; }
  .navMainActive .logo {
    position: absolute;
    z-index: 9999;
    margin-top: -30px;
    margin-bottom: 0;
    margin-left: -32px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  /*
  &.smaller {
    .navMainClose {
      svg {
        top: 18px;
      }
    }
  }
*/ }

@media screen and (min-width: 1240px) {
  #navMainShow, .navMainClose {
    display: none !important; }
  .navMain ul {
    width: auto;
    margin: 0;
    padding: 0; }
    .navMain ul li {
      position: relative;
      float: left; }
      .navMain ul li a {
        padding: 25px 10px 24px 10px; }
    .navMain ul ul {
      display: none;
      padding: 5px 0 10px 0; }
    .navMain ul ul li {
      float: none; }
      .navMain ul ul li a {
        padding: 1px 14px; }
    .navMain ul li:hover > ul {
      position: absolute;
      z-index: 999;
      display: block;
      width: 100%;
      min-width: 196px;
      top: 100%;
      left: 0;
      margin: 0;
      background: rgba(255, 255, 255, 0.95); }
    .navMain ul ul li:hover > ul {
      top: -5px;
      left: 100%;
      background: rgba(255, 255, 255, 0.9); } }

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 40px;
  height: 40px;
  display: block;
  top: 50%;
  background: rgba(255, 255, 255, 0.9) url("../_images/icons/controls.svg") no-repeat center center;
  background-size: 11px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  left: 5px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.lSAction > .lSNext {
  right: 5px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lSPager {
  margin: 0 0 2px 0 !important; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #2f231b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.tx-indexedsearch-searchbox {
  margin-bottom: 40px; }
  .tx-indexedsearch-searchbox legend {
    display: none; }
  @media screen and (min-width: 720px) {
    .tx-indexedsearch-searchbox .tx-indexedsearch-form {
      width: 75%; } }
  @media screen and (min-width: 920px) {
    .tx-indexedsearch-searchbox .tx-indexedsearch-form {
      width: 50%; } }
  .tx-indexedsearch-searchbox .tx-indexedsearch-form label {
    font-weight: 400;
    text-align: left; }
    @media screen and (min-width: 720px) {
      .tx-indexedsearch-searchbox .tx-indexedsearch-form label {
        float: left;
        width: auto; } }
  .tx-indexedsearch-searchbox .tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 1.0em;
    margin-bottom: 8px !important;
    padding: 0.35em 0.5em; }
    @media screen and (min-width: 720px) {
      .tx-indexedsearch-searchbox .tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
        float: right;
        width: 300px !important;
        margin-top: -0.25em; } }
  .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    font-size: 1.25rem; }
    @media screen and (min-width: 720px) {
      .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
        width: 75%; } }
    @media screen and (min-width: 920px) {
      .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
        width: 50%; } }
    .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input[type="submit"] {
      float: none;
      width: 100% !important;
      max-width: 100% !important;
      margin-bottom: 0;
      padding-right: auto;
      padding-left: auto;
      text-align: center; }
      @media screen and (min-width: 720px) {
        .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input[type="submit"] {
          float: right;
          width: 300px !important; } }
.tx-indexedsearch-browsebox {
  clear: both;
  margin-bottom: 15px;
  *zoom: 1; }
  .tx-indexedsearch-browsebox:before, .tx-indexedsearch-browsebox:after {
    content: " ";
    display: table; }
  .tx-indexedsearch-browsebox:after {
    clear: both; }
  .tx-indexedsearch-browsebox ul {
    padding: 0 !important; }
  .tx-indexedsearch-browsebox li {
    display: inline-block;
    padding: 4px 12px 5px 0px !important; }
    .tx-indexedsearch-browsebox li:before {
      display: none; }
    .tx-indexedsearch-browsebox li a {
      color: #2f231b; }
      .tx-indexedsearch-browsebox li a:hover {
        color: #c79e21; }
    .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
      color: #c79e21; }

.tx-indexedsearch-res {
  clear: both;
  *zoom: 1; }
  .tx-indexedsearch-res:before, .tx-indexedsearch-res:after {
    content: " ";
    display: table; }
  .tx-indexedsearch-res:after {
    clear: both; }
  .tx-indexedsearch-res .tx-indexedsearch-redMarkup {
    color: #c79e21 !important;
    font-weight: 400 !important; }
  .tx-indexedsearch-res h3 {
    clear: both;
    padding: 5px 30px 5px 15px;
    background: #e9cd9d;
    color: #2f231b;
    font-size: 24px;
    text-transform: none;
    *zoom: 1; }
    .tx-indexedsearch-res h3:before, .tx-indexedsearch-res h3:after {
      content: " ";
      display: table; }
    .tx-indexedsearch-res h3:after {
      clear: both; }
    .tx-indexedsearch-res h3 a {
      color: #2f231b; }
      .tx-indexedsearch-res h3 a:hover {
        color: #1c4589; }
    .tx-indexedsearch-res h3 span {
      display: block;
      float: left; }
    .tx-indexedsearch-res h3 .tx-indexedsearch-icon {
      margin-right: 30px; }
    .tx-indexedsearch-res h3 .tx-indexedsearch-title {
      margin-right: 15px; }
      @media screen and (max-width: 719px) {
        .tx-indexedsearch-res h3 .tx-indexedsearch-title {
          margin-bottom: 5px; } }
    @media screen and (min-width: 920px) {
      .tx-indexedsearch-res h3 .tx-indexedsearch-percent {
        float: right; } }
  .tx-indexedsearch-res .tx-indexedsearch-description {
    padding: 12px 20px 7px 20px; }
  .tx-indexedsearch-res .tx-indexedsearch-info {
    clear: both;
    *zoom: 1;
    padding: 0px 20px 0px 20px;
    font-size: 12px; }
    .tx-indexedsearch-res .tx-indexedsearch-info:before, .tx-indexedsearch-res .tx-indexedsearch-info:after {
      content: " ";
      display: table; }
    .tx-indexedsearch-res .tx-indexedsearch-info:after {
      clear: both; }
    .tx-indexedsearch-res .tx-indexedsearch-info dt {
      float: left;
      width: 25%;
      margin: 0px 0px 5px 0px; }
    .tx-indexedsearch-res .tx-indexedsearch-info dd {
      float: left;
      width: 75%;
      margin: 0 0 5px 0; }
      .tx-indexedsearch-res .tx-indexedsearch-info dd p {
        font-size: 12px; }

.tx-indexedsearch-res + .tx-indexedsearch-browsebox {
  margin-top: 1.5em; }

.tx-powermail h3, .tx-powermail legend {
  display: none; }

.tx-powermail .powermail_fieldwrap {
  margin-bottom: 13px; }

.tx-powermail .powermail_fieldwrap_type_radio,
.tx-powermail .powermail_fieldwrap_type_check {
  margin: 0 0 15px 0;
  clear: both; }
  .tx-powermail .powermail_fieldwrap_type_radio .powermail_label,
  .tx-powermail .powermail_fieldwrap_type_check .powermail_label {
    display: block;
    padding-bottom: 10px;
    color: #2f231b;
    font-weight: 400;
    font-size: 17px; }
  .tx-powermail .powermail_fieldwrap_type_radio .powermail_field label,
  .tx-powermail .powermail_fieldwrap_type_check .powermail_field label {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 45px;
    color: #2f231b;
    font-weight: 300;
    font-size: 17px; }
    .tx-powermail .powermail_fieldwrap_type_radio .powermail_field label input,
    .tx-powermail .powermail_fieldwrap_type_check .powermail_field label input {
      position: absolute;
      width: auto;
      top: 14px;
      left: 0; }

.tx-powermail .powermail_fieldwrap_type_text {
  clear: both;
  margin-top: 15px; }
  @media screen and (min-width: 720px) {
    .tx-powermail .powermail_fieldwrap_type_text {
      padding-left: 15%; } }
.powermail_field_error,
.parsley-error,
.powermail_form .parsley-error:focus,
div.error {
  color: #c79e21; }

.mandatory {
  padding-left: 3px;
  color: #c79e21; }

.tx-powermail .powermail_fieldset .parsley-errors-list {
  display: none;
  padding: 0.25em 0;
  list-style-type: none;
  width: 100%;
  float: right;
  clear: left;
  color: #c79e21;
  -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
  .tx-powermail .powermail_fieldset .parsley-errors-list li:before {
    content: '\2717'; }
  @media screen and (min-width: 720px) {
    .tx-powermail .powermail_fieldset .parsley-errors-list {
      margin-left: 30%;
      width: 70%; } }
.tx-powermail .powermail_fieldset .parsley-errors-list.filled {
  display: block; }

.powermail_fieldwrap_type_radio .parsley-errors-list,
.powermail_fieldwrap_type_check .parsley-errors-list {
  width: 100% !important;
  margin-top: 0.0em !important; }

@media screen and (min-width: 720px) {
  .tx-powermail .powermail_fieldwrap.layout2 {
    float: left;
    width: 50%; }
    .tx-powermail .powermail_fieldwrap.layout2:nth-child(even) {
      padding-right: 15px; }
    .tx-powermail .powermail_fieldwrap.layout2:nth-child(odd) {
      padding-left: 15px; } }

.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_ihrenachrichtanuns {
  padding-top: 10px; }
  .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_ihrenachrichtanuns label {
    display: none; }

.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_datenschutz {
  padding-top: 5px; }
  .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_datenschutz label {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_datenschutz label.powermail_label {
    display: none; }

.newsList {
  display: block;
  margin-bottom: 10px !important;
  border-top: 1px solid transparent;
  *zoom: 1;
  -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
  transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
  .newsList:before, .newsList:after {
    content: " ";
    display: table; }
  .newsList:after {
    clear: both; }
  .newsList:nth-child(2n+1) {
    background: #f9f2e6; }
  .newsList .small-1-3 {
    margin-top: -1px;
    margin-bottom: -2px;
    padding: 0; }
    @media screen and (min-width: 590px) {
      .newsList .small-1-3 {
        padding-right: 15px; } }
  @media screen and (min-width: 1410px) {
    .newsList .small-2-3 {
      padding-left: 35px; } }
  .newsList .small-2-3 h3 {
    font-size: 26px;
    line-height: 1;
    color: #1c4589;
    -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
  .newsList .small-2-3 p {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 1.33;
    color: #787878;
    -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
    @media screen and (min-width: 1410px) {
      .newsList .small-2-3 p {
        margin-bottom: 4px; } }
    .newsList .small-2-3 p.newsListDate {
      margin-top: 18px;
      margin-bottom: 12px;
      font-size: 20px;
      line-height: 1; 
      visibility:hidden; }
      @media screen and (min-width: 1410px) {
        .newsList .small-2-3 p.newsListDate {
          margin-top: 38px; } }
  .newsList .small-2-3 .more {
    display: block;
    color: #c79e21;
    -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    -o-transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out;
    transition: color 0.5s ease-out, background-color 0.5s ease-out, opacity 0.5s ease-out, border-color 0.5s ease-out, box-shadow 0.5s ease-out, margin 0.5s ease-out; }
  .newsList:hover {
    border-top-color: #f1f1f1;
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15); }
    .newsList:hover .more, .newsList:hover p {
      color: #1c4589; }

.newsDetailMedia {
  padding-top: 20px; }
  .newsDetailMedia .mediaelement {
    margin-bottom: 10px; }

.news-related-wrap h3 {
  margin-top: 10px;
  margin-bottom: 15px !important;
  font-size: 19px;
  color: #2f231b; }

.tx-registeraddress {
  margin-bottom: 50px; }
  .tx-registeraddress form {
    padding: 10px 30px; }
    .tx-registeraddress form input[type="submit"] {
      float: none;
      width: 100%; }
  .tx-registeraddress .newform h2 {
    display: none; }
  .tx-registeraddress .formerror {
    padding: 30px;
    background: #ff9f9f; }

.teaserboxSizer, a.teaserbox, div.teaserbox {
  float: none !important; }

.teaserboxWrapBeige .teaserbox {
  float: left !important; }
