@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic&subset=latin,latin-ext);
* {
  box-sizing: border-box; }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** * Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/** * Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video {
  display: inline-block; }

/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0; }

/** * Address styling not present in IE 8/9. */
[hidden] {
  display: none; }

/* ========================================================================== Base ========================================================================== */
/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling *    user zoom. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* ========================================================================== Links ========================================================================== */
/** * Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted; }

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

/* ========================================================================== Typography ========================================================================== */
/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari 5, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

/** * Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000; }

/** * Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/** * Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap; }

/** * Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/** * Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%; }

/** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ========================================================================== Embedded content ========================================================================== */
/** * Remove border when inside `a` element in IE 8/9. */
img {
  border: 0; }

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

/* ========================================================================== Figures ========================================================================== */
/** * Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/** * Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/** * 1. Correct font family not being inherited in all browsers. * 2. Correct font size not being inherited in all browsers. * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */
button, input {
  line-height: normal; }

/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. * Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select {
  text-transform: none; }

/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` *    and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type *    `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/** * Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
  cursor: default; }

/** * 1. Address box sizing set to `content-box` in IE 8/9. * 2. Remove excess padding in IE 8/9. */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome *    (include `-moz` to future-proof). */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/** * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/** * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/** * 1. Remove default vertical scrollbar in IE 8/9. * 2. Improve readability and alignment in all browsers. */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/** * Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.center {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: content-box; }
  .center:after {
    content: "";
    display: table;
    clear: both; }

/* Default-colors
-----------------------------*/
/* Defaults
-----------------------------*/
::-moz-selection {
  background: #c6c945;
  text-shadow: none;
  color: #ffffff; }

::selection {
  background: #c6c945;
  text-shadow: none;
  color: #ffffff; }

/* Utilities
-----------------------------*/
body {
  font: 16px/1.5 "Lato", sans-serif;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

.g-float-Left {
  float: left; }

.g-float-Right {
  float: right; }

.g-clear {
  clear: both; }

.g-xxsmall {
  font-size: 0.625em; }

.g-xsmall {
  font-size: 0.75em; }

.g-small {
  font-size: 0.875em; }

.g-medium {
  font-size: 1em; }

.g-large {
  font-size: 1.125em; }

.g-xlarge {
  font-size: 1.25em; }

.g-xxlarge {
  font-size: 1.5em; }

.g-relative {
  position: relative; }

.g-absolute {
  position: absolute; }

.g-text-Left {
  text-align: left; }

.g-text-Center {
  text-align: center; }

.g-text-Right {
  text-align: right; }

.g-hidden {
  visibility: hidden; }

.g-none {
  display: none; }

.g-fs0 {
  font-size: 0; }

.g-table {
  display: table; }

.g-table__Cell {
  display: table-cell; }

.t-moreButton {
  font-size: 1.125em;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  padding: 12px 30px;
  font-family: "Lato", sans-serif;
  background: #a7aa31;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 200ms;
          transition: 200ms;
  font-weight: 300;
  border: 0; }
  .t-moreButton:hover {
    opacity: 1; }
  .t-moreButton:before {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    -webkit-transform: skew(40deg);
        -ms-transform: skew(40deg);
            transform: skew(40deg);
    background: #a7aa31; }

.t-input-Select {
  background: #696c71;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: 200ms;
          transition: 200ms;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-right: 10px;
  /* FF fix */ }
  .t-input-Select option {
    background: transparent; }
  .t-input-Select:hover {
    background: #5d5f64; }
    .t-input-Select:hover:after {
      background-color: #5d5f64; }
  .t-input-Select:active {
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
            transform: scale(0.97);
    -webkit-transition: 60ms;
            transition: 60ms; }
  .t-input-Select:after {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    line-height: 43px;
    font-size: 0.75em;
    color: #999999;
    top: 0;
    right: 0;
    text-align: center;
    background: no-repeat center center;
    background-color: #696c71;
    pointer-events: none;
    -webkit-transition: 200ms;
            transition: 200ms; }
  .t-input-Select select {
    border: 0;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding: 9px 10px 8px;
    outline: none;
    cursor: pointer;
    color: #4d4d4d;
    display: block;
    background: #ffffff;
    background: transparent;
    padding-right: 40px;
    display: block; }
  .t-input-Select select[disabled] {
    color: rgba(0, 0, 0, 0.3); }
@-moz-document url-prefix() {
  .t-input-Select select {
    padding-right: 10px; } }
img {
  max-width: 100%;
  height: auto; }

a {
  cursor: pointer; }

.homeImage {
  background-size: cover !important;
  background-position: center center !important;
  height: 800px !important;
  float: left;
  width: 100%;
  margin-top: 0px;
  position: relative; }

.singleImage {
  background-size: cover !important;
  background-position: center center !important;
  height: 800px !important;
  float: left;
  width: 100%;
  margin-top: -160px;
  position: relative;
  margin-bottom: 100px !important; }

.js-HomeSlider {
  height: 800px;
  float: left;
  width: 100%;
  margin-top: -160px;
  margin-bottom: 100px !important; }
  .js-HomeSlider .slick-dots {
    bottom: 50px; }
    .js-HomeSlider .slick-dots li button:before {
      font-size: 15px;
      color: #ffffff;
      opacity: 0.5; }
    .js-HomeSlider .slick-dots li.slick-active button:before {
      color: #ffffff;
      opacity: 1;
      font-size: 24px; }

.arrowPrev, .arrowNext {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 100%;
  z-index: 10000; }

.arrowPrev {
  height: 800px;
  line-height: 800px;
  opacity: 1;
  -webkit-transition: 200ms;
          transition: 200ms;
  color: #ffffff;
  font-size: 40px;
  padding-left: 15px; }
  .arrowPrev:after {
    width: 70px;
    border-radius: 100%;
    height: 70px;
    bottom: 45%;
    top: 45%;
    left: 100px;
    position: absolute;
    content: '';
    background: transparent;
    text-align: center;
    -webkit-transition: 200ms;
            transition: 200ms; }
  .arrowPrev:hover {
    -webkit-transition: 200ms;
            transition: 200ms; }
    .arrowPrev:hover:before {
      opacity: 0.6;
      -webkit-transition: 200ms;
              transition: 200ms; }
  .arrowPrev:before {
    line-height: 800px;
    opacity: 0.3;
    font-size: 60px !important;
    z-index: 10000;
    color: #ffffff;
    position: absolute;
    left: 120px;
    -webkit-transition: 200ms;
            transition: 200ms; }

.arrowNext {
  height: 800px;
  line-height: 800px;
  -webkit-transition: 200ms;
          transition: 200ms;
  color: #ffffff;
  font-size: 40px;
  opacity: 1;
  -webkit-transition: 200ms;
          transition: 200ms;
  right: 0;
  text-align: right;
  padding-right: 15px; }
  .arrowNext:after {
    width: 70px;
    border-radius: 100%;
    height: 70px;
    bottom: 45%;
    top: 45%;
    right: 100px;
    position: absolute;
    content: '';
    background: transparent;
    text-align: center;
    -webkit-transition: 200ms;
            transition: 200ms; }
  .arrowNext:hover {
    -webkit-transition: 200ms;
            transition: 200ms; }
    .arrowNext:hover:before {
      opacity: 0.6;
      -webkit-transition: 200ms;
              transition: 200ms; }
  .arrowNext:before {
    line-height: 800px;
    opacity: 0.3;
    font-size: 60px !important;
    z-index: 10000;
    color: #ffffff;
    position: absolute;
    right: 120px;
    -webkit-transition: 200ms;
            transition: 200ms; }

.hotelInfo {
  float: left;
  width: 100%;
  border: 1px solid #a7aa31;
  padding: 0 70px 40px 70px;
  margin-bottom: 100px;
  text-align: center;
  position: relative; }
  .hotelInfo__Title {
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-top: -25px; }
    .hotelInfo__Title h1 {
      color: #a7aa31;
      font-weight: 700;
      font-size: 30px;
      padding-left: 40px;
      padding-right: 40px;
      background: #ffffff;
      margin: 0;
      width: auto;
      display: inline-block; }
    .hotelInfo__Title h2 {
      font-size: 24px;
      font-weight: 300;
      color: #666262;
      margin: 0; }
  .hotelInfo p {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #9b9999; }
  .hotelInfo a {
    color: #a7aa31;
    text-decoration: none; }
    .hotelInfo a:hover {
      color: #000000; }
  .hotelInfo input {
    width: 80%;
    height: 50px;
    border: 1px solid #9b9999;
    text-align: left;
    padding: 0 10px;
    font-weight: 300; }
  .hotelInfo input[type='submit'] {
    width: 80%;
    height: 50px;
    border: 1px solid #dde4e7;
    text-align: center;
    background: #dde4e7;
    color: #696c71;
    -webkit-transition: 300ms;
            transition: 300ms; }
    .hotelInfo input[type='submit']:hover {
      background: #a7aa31;
      border: 1px solid #a7aa31;
      color: #ffffff; }
  .hotelInfo textarea {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    border: 1px solid #9b9999;
    text-align: left;
    -webkit-transition: 300ms;
            transition: 300ms;
    padding: 10px;
    font-weight: 300; }
  .hotelInfo .ajax-loader {
    display: block; }

.philosophie {
  float: left;
  width: 100%;
  height: 500px; }
  .philosophie__Left {
    height: 500px;
    float: left;
    width: 50%;
    overflow: hidden; }
    .philosophie__Left a {
      float: left;
      width: 100%;
      height: 500px;
      background: #dde4e7;
      text-decoration: none;
      background-size: cover !important;
      background-position: center center !important;
      -webkit-transition: all .2s ease-in-out;
              transition: all .2s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .philosophie__Left a:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
    .philosophie__Left .doubleImage {
      float: left;
      width: 100%;
      height: 300px;
      background: #dde4e7;
      text-decoration: none;
      background-size: cover !important;
      background-position: center center !important;
      -webkit-transition: all .2s ease-in-out;
              transition: all .2s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .philosophie__Left .doubleImage:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
  .philosophie__Right {
    float: left;
    width: 50%;
    height: 500px; }
    .philosophie__Right a {
      float: left;
      width: 100%;
      height: 500px;
      background: #dde4e7;
      text-decoration: none; }
  .philosophie__Inner {
    width: 500px;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid #a7aa31;
    text-align: center;
    padding: 40px 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-font-smoothing: antialiased; }
    .philosophie__Inner h2 {
      font-size: 30px;
      font-weight: 700;
      color: #a7aa31;
      text-align: center;
      text-transform: uppercase;
      background: #dde4e7;
      display: table;
      padding-left: 40px;
      padding-right: 40px;
      position: relative;
      margin: auto;
      margin-top: -65px;
      margin-bottom: 25px; }
    .philosophie__Inner h3 {
      font-size: 24px;
      font-weight: 300;
      color: #666262;
      text-align: center;
      text-transform: uppercase;
      margin: 0;
      position: relative; }
      .philosophie__Inner h3 p {
        margin: 0;
        padding: 0; }

.kreativekuche {
  float: left;
  width: 100%;
  height: 500px; }
  .kreativekuche__Right {
    height: 500px;
    float: left;
    width: 50%;
    overflow: hidden; }
    .kreativekuche__Right a {
      float: left;
      width: 100%;
      height: 500px;
      background: #dde4e7;
      text-decoration: none;
      background-size: cover !important;
      background-position: center center !important;
      -webkit-transition: all .2s ease-in-out;
              transition: all .2s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .kreativekuche__Right a:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
  .kreativekuche__Left {
    float: left;
    width: 50%;
    height: 500px; }
    .kreativekuche__Left a {
      float: left;
      width: 100%;
      height: 500px;
      background: #a7aa31;
      text-decoration: none; }
  .kreativekuche__Inner {
    width: 500px;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid #ffffff;
    text-align: center;
    padding: 40px 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-font-smoothing: antialiased; }
    .kreativekuche__Inner h2 {
      font-size: 30px;
      font-weight: 700;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      background: #a7aa31;
      display: table;
      padding-left: 40px;
      padding-right: 40px;
      position: relative;
      margin: auto;
      margin-top: -65px;
      margin-bottom: 25px; }
    .kreativekuche__Inner h3 {
      font-size: 24px;
      font-weight: 300;
      color: #191917;
      text-align: center;
      text-transform: uppercase;
      margin: 0;
      position: relative; }
      .kreativekuche__Inner h3 p {
        margin: 0;
        padding: 0; }

.homeFooter {
  background-size: cover !important;
  background-position: center center !important;
  height: 390px;
  float: left;
  width: 100%;
  margin-top: 150px; }
  .homeFooter__Newsletter {
    width: 500px;
    margin: auto;
    margin-top: -100px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 10px 30px;
    text-align: center;
    padding-bottom: 30px; }
    .homeFooter__Newsletter h3 {
      font-size: 24px;
      color: #a7aa31;
      margin-bottom: 0;
      font-weight: 700; }
    .homeFooter__Newsletter h5 {
      font-size: 16px;
      color: #969696;
      font-weight: 400;
      margin-top: 0; }
    .homeFooter__Newsletter input {
      width: 100%;
      height: 55px;
      border-radius: 5px;
      background: #ffffff;
      border: 0;
      margin-bottom: 10px;
      padding: 15px; }
    .homeFooter__Newsletter input[type="submit"] {
      background: #969696;
      color: #ffffff;
      text-transform: uppercase; }

.landingBox {
  float: left;
  width: 100%;
  min-height: 400px; }
  .landingBox__Box {
    height: 400px;
    float: left;
    width: 50%;
    overflow: hidden;
    margin-bottom: 60px; }
    .landingBox__Box--Image {
      float: left;
      width: 100%;
      height: 400px;
      background: #dde4e7;
      text-decoration: none;
      background-size: cover !important;
      background-position: center center !important; }
  .landingBox__Text {
    margin-bottom: 60px;
    float: left;
    width: 100%;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%; }
    .landingBox__Text h2 {
      font-size: 24px;
      margin-top: 0;
      text-transform: uppercase;
      color: #666262;
      font-weight: 400; }
    .landingBox__Text p {
      font-size: 18px;
      color: #9b9999;
      font-weight: 400; }

.landingTitle {
  position: relative;
  top: -5px; }

.landingImage {
  float: left;
  position: relative;
  top: 60%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 220px;
  width: 550px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px; }
  .landingImage h4 {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #686d73; }
  .landingImage h2 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #686d73;
    margin: 0; }
  .landingImage a {
    background: #686d73;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 10px;
    float: left;
    text-decoration: none; }

.landingInfo h2 {
  color: #969696 !important; }
.landingInfo a {
  height: 40px !important;
  border: 1px solid #969696 !important;
  text-align: center !important;
  background: #969696 !important;
  color: #ffffff !important;
  -webkit-transition: 300ms !important;
          transition: 300ms !important;
  text-transform: uppercase !important;
  line-height: 40px !important;
  font-size: 16px !important;
  padding: 5px 10px !important;
  margin-left: 5px;
  margin-right: 5px; }
  .landingInfo a:hover {
    background: #a7aa31 !important;
    border: 1px solid #a7aa31 !important;
    color: #ffffff !important; }

.setRelative {
  position: relative;
  height: 800px; }

.jetztAnfragen {
  float: left;
  width: 100%;
  border: 1px solid #a7aa31;
  padding: 0 70px 40px 70px;
  margin-bottom: 100px;
  text-align: center;
  position: relative; }
  .jetztAnfragen__Title {
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-top: -25px; }
    .jetztAnfragen__Title h1 {
      color: #a7aa31;
      font-weight: 700;
      font-size: 30px;
      padding-left: 40px;
      padding-right: 40px;
      background: #ffffff;
      margin: 0;
      width: auto;
      display: inline-block; }
  .jetztAnfragen p {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #9b9999; }
  .jetztAnfragen a {
    color: #a7aa31;
    text-decoration: none; }
    .jetztAnfragen a:hover {
      color: #000000; }
  .jetztAnfragen input {
    width: 200px;
    height: auto;
    border: 0px solid #9b9999;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px; }
  .jetztAnfragen input[type='submit'] {
    width: 140px;
    height: 30px;
    border: 1px solid #969696;
    text-align: center;
    background: #969696;
    color: #ffffff;
    -webkit-transition: 300ms;
            transition: 300ms;
    text-transform: uppercase;
    line-height: 30px !important;
    font-size: 16px; }
    .jetztAnfragen input[type='submit']:hover {
      background: #a7aa31;
      border: 1px solid #a7aa31;
      color: #ffffff; }
  .jetztAnfragen span {
    text-transform: uppercase; }
  .jetztAnfragen .wpcf7-date {
    width: 90px !important;
    text-align: center !important; }
  .jetztAnfragen ::-webkit-input-placeholder {
    color: #666262; }
  .jetztAnfragen :-moz-placeholder {
    /* Firefox 18- */
    color: #666262; }
  .jetztAnfragen ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000; }
  .jetztAnfragen :-ms-input-placeholder {
    color: #666262; }
  .jetztAnfragen .Telefon input {
    width: 150px !important; }
  .jetztAnfragen .Email input {
    width: 150px !important; }
  .jetztAnfragen select {
    width: 210px;
    height: auto;
    border: 0px solid #9b9999;
    text-align: center;
    font-weight: 700;
    color: #666262;
    text-transform: uppercase;
    line-height: 32px; }
  .jetztAnfragen .ajax-loader {
    display: block; }

.map {
  float: left;
  width: 100%;
  height: 450px; }

.fullForm h3 {
  font-size: 24px;
  font-weight: 300;
  color: #666262;
  text-align: left;
  text-transform: uppercase;
  margin-left: 2%;
  margin-bottom: 0; }
.fullForm h4 {
  font-size: 18px;
  font-weight: 300;
  color: #666262;
  text-align: left;
  text-transform: uppercase;
  margin-left: 2%;
  margin-top: 0;
  margin-bottom: 0; }
.fullForm h5 {
  font-size: 13px;
  font-weight: 300;
  color: #666262;
  text-align: left;
  margin-left: 2%;
  margin-top: 0;
  margin-bottom: 0; }
.fullForm__Double {
  width: 50% !important;
  float: left;
  padding: 0 2%; }
  .fullForm__Double input {
    width: 100%; }
.fullForm p {
  padding: 0 2%;
  float: left;
  width: 100%; }
  .fullForm p input {
    width: 100%; }
  .fullForm p input[type="submit"] {
    width: 100%; }
  .fullForm p textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%; }
  .fullForm p select {
    width: 48%;
    float: left;
    height: 50px;
    border: 1px solid #9b9999;
    text-align: left;
    padding: 0 10px;
    font-weight: 300; }

div.wpcf7-response-output {
  float: left;
  width: 96%;
  margin: 0 auto;
  margin-left: 2%; }

.topboxes {
  float: left;
  width: 100%;
  height: 500px; }
  .topboxes__Left {
    height: 500px;
    float: left;
    width: 50%;
    overflow: hidden; }
    .topboxes__Left a {
      float: left;
      width: 100%;
      height: 500px;
      background: #dde4e7;
      text-decoration: none;
      background-size: cover !important;
      background-position: center center !important;
      -webkit-transition: all .2s ease-in-out;
              transition: all .2s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .topboxes__Left a:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
  .topboxes__Right {
    float: left;
    width: 50%;
    height: 500px; }
    .topboxes__Right a {
      float: left;
      width: 100%;
      height: 500px;
      background: #a7aa31;
      text-decoration: none; }
  .topboxes__Inner {
    width: 500px;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid #ffffff;
    text-align: center;
    padding: 40px 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-font-smoothing: antialiased; }
    .topboxes__Inner h2 {
      font-size: 30px;
      font-weight: 700;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      background: #a7aa31;
      display: table;
      padding-left: 40px;
      padding-right: 40px;
      position: relative;
      margin: auto;
      margin-top: -65px;
      margin-bottom: 25px; }
    .topboxes__Inner h3 {
      font-size: 24px;
      font-weight: 300;
      color: #666262;
      text-align: center;
      text-transform: uppercase;
      margin: 0;
      position: relative; }
      .topboxes__Inner h3 p {
        margin: 0;
        padding: 0; }

.bottomboxes {
  float: left;
  width: 100%;
  height: 500px; }
  .bottomboxes__Right {
    height: 500px;
    float: left;
    width: 50%;
    overflow: hidden; }
    .bottomboxes__Right a {
      float: left;
      width: 100%;
      height: 500px;
      background: #dde4e7;
      text-decoration: none;
      background-size: cover !important;
      background-position: center center !important;
      -webkit-transition: all .2s ease-in-out;
              transition: all .2s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .bottomboxes__Right a:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
  .bottomboxes__Left {
    float: left;
    width: 50%;
    height: 500px; }
    .bottomboxes__Left a {
      float: left;
      width: 100%;
      height: 500px;
      background: #dde4e7;
      text-decoration: none; }
  .bottomboxes__Inner {
    width: 500px;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid #a7aa31;
    text-align: center;
    padding: 40px 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-font-smoothing: antialiased; }
    .bottomboxes__Inner h2 {
      font-size: 30px;
      font-weight: 700;
      color: #a7aa31;
      text-align: center;
      text-transform: uppercase;
      background: #dde4e7;
      display: table;
      padding-left: 40px;
      padding-right: 40px;
      position: relative;
      margin: auto;
      margin-top: -65px;
      margin-bottom: 25px; }
    .bottomboxes__Inner h3 {
      font-size: 24px;
      font-weight: 300;
      color: #191917;
      text-align: center;
      text-transform: uppercase;
      margin: 0;
      position: relative; }
      .bottomboxes__Inner h3 p {
        margin: 0;
        padding: 0; }

.marginEdit {
  margin-bottom: 50px !important; }

.roomBack {
  width: 100%;
  float: left; }
  .roomBack__Button {
    width: 280px;
    height: 30px;
    background: #969696;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    float: left;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center; }
    .roomBack__Button:hover {
      opacity: 0.8; }
    .roomBack__Button i {
      color: #ffffff;
      margin-right: 10px;
      font-weight: 700; }

.roomInfo {
  float: left;
  width: 100%;
  border: 1px solid #a7aa31;
  padding: 0 70px 40px 70px;
  margin-bottom: 100px;
  text-align: center; }
  .roomInfo__Title {
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-top: -25px; }
    .roomInfo__Title h1 {
      color: #a7aa31;
      font-weight: 700;
      font-size: 30px;
      padding-left: 40px;
      padding-right: 40px;
      background: #ffffff;
      margin: 0;
      width: auto;
      display: inline-block; }
    .roomInfo__Title h2 {
      font-size: 18px;
      font-weight: 400;
      color: #666262;
      margin: 0; }
  .roomInfo p {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #9b9999; }
  .roomInfo h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #9b9999;
    margin-bottom: 0; }
  .roomInfo__Button {
    width: 150px;
    height: 30px;
    background: #969696;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase; }
    .roomInfo__Button:hover {
      opacity: 0.8; }
    .roomInfo__Button i {
      color: #ffffff;
      margin-right: 10px;
      font-weight: 700; }

.priceBoxWrap {
  background: #dde4e7;
  float: left;
  width: 100%;
  padding-top: 90px; }
  .priceBoxWrap__Notice p {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #9b9999;
    margin-top: 30px;
    margin-bottom: 50px;
    float: left;
    width: 100%; }

.priceBox {
  float: left;
  width: 100%;
  border: 1px solid #a7aa31;
  padding: 0 70px 40px 70px;
  text-align: center; }
  .priceBox hr {
    background: #a7aa31;
    border: 0;
    height: 1px;
    width: 60%; }
  .priceBox h2 {
    font-size: 18px;
    font-weight: 400;
    color: #9b9999;
    text-align: center;
    display: inline-block;
    margin-top: -25px; }
    .priceBox h2 span {
      color: #a7aa31;
      font-weight: 700;
      font-size: 30px;
      padding-left: 40px;
      padding-right: 40px;
      background: #dde4e7;
      text-transform: uppercase; }
  .priceBox p {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #9b9999; }
    .priceBox p strong {
      color: #000000;
      text-transform: uppercase; }
  .priceBox__Wrapper {
    float: left;
    width: 100%; }
  .priceBox__Box {
    float: left;
    display: block;
    margin-right: 1.53846%;
    width: 23.84615%; }
    .priceBox__Box:last-child {
      margin-right: 0; }

.roomsImage {
  float: left;
  width: 100%;
  height: 500px; }
  .roomsImage__Left {
    height: 500px;
    float: left;
    width: 50%;
    float: left;
    height: 500px;
    background: #dde4e7;
    text-decoration: none;
    background-size: cover !important;
    background-position: center center !important;
    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.disableStuff {
  padding: 0 !important; }
  .disableStuff p {
    text-align: initial !important; }
  .disableStuff h2 {
    margin-bottom: 90px; }

.limitText h2 {
  margin-bottom: 30px; }
.limitText p {
  text-align: center !important;
  margin-bottom: 70px; }

.besonderBlock {
  float: left;
  width: 100%;
  height: 270px; }
  .besonderBlock__Image {
    float: right;
    width: 40%;
    height: 270px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
  .besonderBlock__Text {
    float: left;
    width: 60%;
    height: 270px;
    padding: 2%;
    position: relative;
    padding-left: 10%; }
    .besonderBlock__Text--wrap {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .besonderBlock__Text p {
      text-align: right !important;
      font-size: 18px;
      margin: 0; }
      .besonderBlock__Text p strong {
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block; }

.besonderBlock:nth-of-type(even) .besonderBlock__Image {
  float: left; }
.besonderBlock:nth-of-type(even) .besonderBlock__Text {
  float: right;
  padding-left: 2%;
  padding-right: 10%; }
  .besonderBlock:nth-of-type(even) .besonderBlock__Text p {
    text-align: left !important; }

.disablePraise {
  padding: 0 0 40px 0 !important; }
  .disablePraise h2 {
    margin-bottom: 90px; }

.saisonsBox {
  float: left;
  width: 100%;
  height: 190px;
  padding: 0 5%;
  display: none; }
  .saisonsBox__Box {
    float: left;
    width: 20%;
    height: 190px; }
    .saisonsBox__Box p {
      text-align: center !important;
      font-weight: 300;
      color: #000000 !important; }
      .saisonsBox__Box p strong {
        font-weight: 700; }
    .saisonsBox__Box h5 {
      font-size: 14px;
      font-weight: 400; }

.saisonsBox-0 {
  display: block;
  height: 130px !important; }
  .saisonsBox-0 .saisonsBox__Box {
    height: 130px !important; }
    .saisonsBox-0 .saisonsBox__Box p {
      margin: 0; }

.price {
  float: left;
  width: 100%;
  height: 190px;
  padding: 0 5%;
  border-top: 1px solid #a7aa31; }
  .price:last-of-type {
    border-bottom: 1px solid #a7aa31;
    margin-bottom: 40px; }
  .price__Saison {
    display: none; }
  .price__Box {
    float: left;
    width: 20%;
    height: 190px; }
    .price__Box p {
      text-align: center !important;
      font-weight: 300;
      color: #000000 !important;
      margin-bottom: 5px; }
      .price__Box p strong {
        font-weight: 700; }
    .price__Box h5 {
      font-size: 12px;
      font-weight: 400;
      margin-top: 5px; }

.p-0, .p-2, .p-4, .p-6, .p-8, .p-10, .p-12, .p-14, .p-16, .p-18, .p-20 {
  background: #e5eaec; }

.removeBottom {
  margin-bottom: 0 !important; }

#targeting {
  margin-bottom: 100px;
  float: left;
  width: 100%; }

.rooms {
  float: left;
  width: 100%;
  height: 500px; }
  .rooms__Right {
    height: 500px;
    float: left;
    width: 50%;
    overflow: hidden; }
    .rooms__Right a {
      float: left;
      width: 100%;
      height: 500px;
      background: #dde4e7;
      text-decoration: none;
      background-size: cover !important;
      background-position: center center !important;
      -webkit-transition: all .2s ease-in-out;
              transition: all .2s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .rooms__Right a:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
  .rooms__Left {
    float: left;
    width: 50%;
    height: 500px;
    background: #dde4e7; }
  .rooms__Inner {
    width: 500px;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid #a7aa31;
    text-align: center;
    padding: 40px 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-font-smoothing: antialiased; }
    .rooms__Inner h2 {
      font-size: 30px;
      font-weight: 700;
      color: #a7aa31;
      text-align: center;
      text-transform: uppercase;
      background: #dde4e7;
      display: table;
      padding-left: 40px;
      padding-right: 40px;
      position: relative;
      margin: auto;
      margin-top: -65px;
      margin-bottom: 25px; }
    .rooms__Inner h3 {
      font-size: 24px;
      font-weight: 300;
      color: #191917;
      text-align: center;
      text-transform: uppercase;
      margin: 0;
      position: relative; }
      .rooms__Inner h3 p {
        margin: 0;
        padding: 0; }
  .rooms__buttonWrap {
    width: 500px;
    margin: auto;
    position: relative;
    top: 49%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    pbackface-visibility: hidden;
    -webkit-font-smoothing: antialiased; }
  .rooms__Button {
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    background: #969696;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase; }
    .rooms__Button:hover {
      opacity: 0.8; }
    .rooms__Button i {
      color: #ffffff;
      margin-right: 10px;
      font-weight: 700; }

.rooms:nth-of-type(even) {
  float: left;
  width: 100%;
  height: 500px; }
  .rooms:nth-of-type(even) .rooms__Right {
    height: 500px;
    float: left;
    width: 50%;
    overflow: hidden; }
    .rooms:nth-of-type(even) .rooms__Right a {
      float: right;
      width: 100%;
      height: 500px;
      background: #dde4e7;
      text-decoration: none;
      background-size: cover !important;
      background-position: center center !important;
      -webkit-transition: all .2s ease-in-out;
              transition: all .2s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .rooms:nth-of-type(even) .rooms__Right a:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
  .rooms:nth-of-type(even) .rooms__Left {
    float: right;
    width: 50%;
    height: 500px;
    background: #dde4e7; }
  .rooms:nth-of-type(even) .rooms__Inner {
    width: 500px;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid #a7aa31;
    text-align: center;
    padding: 40px 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-font-smoothing: antialiased; }
    .rooms:nth-of-type(even) .rooms__Inner h2 {
      font-size: 30px;
      font-weight: 700;
      color: #a7aa31;
      text-align: center;
      text-transform: uppercase;
      background: #dde4e7;
      display: table;
      padding-left: 40px;
      padding-right: 40px;
      position: relative;
      margin: auto;
      margin-top: -65px;
      margin-bottom: 25px; }
    .rooms:nth-of-type(even) .rooms__Inner h3 {
      font-size: 24px;
      font-weight: 300;
      color: #191917;
      text-align: center;
      text-transform: uppercase;
      margin: 0;
      position: relative; }
      .rooms:nth-of-type(even) .rooms__Inner h3 p {
        margin: 0;
        padding: 0; }

.roomsNavigation {
  float: left;
  width: 100%;
  margin-bottom: 100px; }
  .roomsNavigation h2 {
    color: #a7aa31;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0; }
  .roomsNavigation__Box {
    height: 200px;
    width: 24.5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center !important;
    float: left; }
    .roomsNavigation__Box:nth-of-type(2) {
      margin-left: 0.5%; }
    .roomsNavigation__Box:nth-of-type(3) {
      margin: 0 0.5%; }
    .roomsNavigation__Box a {
      float: left;
      width: 100%;
      height: 200px; }
      .roomsNavigation__Box a span {
        float: left;
        width: 100%;
        height: 30px;
        font-weight: 700;
        color: #ffffff;
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
        background: rgba(0, 0, 0, 0.3);
        text-transform: uppercase; }
        .roomsNavigation__Box a span i {
          margin-right: 10px;
          font-weight: 700; }

.biotiqueIcon {
  width: 260px;
  height: 260px;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  right: 40px;
  top: -130px; }

.page-template-page-booking .hotelInfo__Title h2 {
  margin-bottom: 30px; }

.skd-widget .skd-widget-affix {
  position: relative !important; }

.mobile {
  display: none; }

.siteHead {
  position: relative;
  z-index: 1000000;
  background: rgba(105, 108, 113, 0.8);
  height: 160px; }
  .siteHead__Logo {
    height: 160px;
    line-height: 160px;
    float: left;
    width: 20%; }
    .siteHead__Logo img {
      max-height: 100px;
      line-height: 100px;
      vertical-align: middle; }

.disabledLink {
  pointer-events: none; }

.siteFooter {
  float: left;
  width: 100%;
  background: #676c72;
  min-height: 410px;
  padding-top: 60px; }
  .siteFooter__Wrap {
    width: 800px;
    float: left; }
  .siteFooter__Left {
    float: left;
    width: 230px;
    height: 180px; }
    .siteFooter__Left img {
      width: 100%; }
    .siteFooter__Left--top {
      float: left;
      width: 100%;
      height: 180px;
      margin-bottom: 40px; }
  .siteFooter__leftBottom {
    float: left;
    width: 100%;
    height: 80px;
    text-align: left;
    line-height: 80px; }
    .siteFooter__leftBottom a {
      float: left;
      width: 70px;
      position: relative;
      top: 0 !important;
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      margin-right: 30px;
      opacity: 0.8; }
      .siteFooter__leftBottom a:hover {
        opacity: 1; }
      .siteFooter__leftBottom a img {
        width: 100%; }
    .siteFooter__leftBottom p {
      font-size: 13px;
      font-weight: 300;
      margin: 0;
      margin-top: -10px;
      margin-bottom: 10px;
      color: #ffffff; }
  .siteFooter__Center {
    float: left;
    width: 340px;
    margin-left: 80px;
    margin-right: 150px;
    height: 180px; }
    .siteFooter__Center ul {
      padding: 0;
      margin: 0; }
      .siteFooter__Center ul li {
        list-style: none;
        display: block;
        color: #ffffff;
        font-weight: 300; }
        .siteFooter__Center ul li h3 {
          font-size: 18px;
          font-weight: 700;
          color: #ffffff;
          text-transform: uppercase;
          margin-top: 0; }
        .siteFooter__Center ul li span {
          font-weight: 300;
          color: #ffffff;
          font-size: 14px; }
          .siteFooter__Center ul li span:nth-of-type(2) {
            margin-left: 25px;
            position: relative; }
            .siteFooter__Center ul li span:nth-of-type(2):after {
              content: '•';
              position: absolute;
              left: -15px;
              font-weight: 300;
              font-size: 10px;
              top: 3px; }
        .siteFooter__Center ul li a {
          font-weight: 300;
          text-decoration: none;
          color: #ffffff;
          font-size: 14px; }
          .siteFooter__Center ul li a:nth-of-type(2) {
            margin-left: 25px;
            position: relative; }
            .siteFooter__Center ul li a:nth-of-type(2):after {
              content: '•';
              position: absolute;
              left: -15px;
              font-weight: 300;
              font-size: 10px;
              top: 3px; }
  .siteFooter__Right {
    float: left;
    width: 500px;
    height: 260px; }
    .siteFooter__Right--top {
      float: left;
      width: 100%;
      height: 180px;
      margin-bottom: 40px; }
      .siteFooter__Right--top h3 {
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
        float: left;
        width: 100%;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 5px; }
      .siteFooter__Right--top select {
        width: 44%;
        margin: 0;
        float: left;
        border-radius: 0;
        height: 40px;
        border: 0;
        background: #ffffff;
        margin-right: 1%;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url("../img/down.png") no-repeat right #ffffff;
        background-size: 20px;
        color: #696c71;
        font-weight: 300;
        padding: 10px;
        margin-bottom: 50px; }
      .siteFooter__Right--top input[type="text"] {
        width: 44%;
        margin: 0;
        float: left;
        border-radius: 0;
        height: 40px;
        border: 0;
        background: #ffffff;
        margin-right: 1%;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url("../img/down.png") no-repeat right #ffffff;
        background-size: 20px;
        color: #696c71;
        font-weight: 300;
        padding: 10px;
        margin-bottom: 50px; }
      .siteFooter__Right--top input[type="submit"] {
        width: 10%;
        margin: 0;
        float: left;
        border-radius: 0;
        height: 40px;
        border: 0;
        background: #969696;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: 50px; }
      .siteFooter__Right--top a {
        font-weight: 300;
        text-decoration: none;
        color: #ffffff;
        font-size: 14px; }
    .siteFooter__Right--bottom {
      float: left;
      width: 100%;
      height: 40px; }
      .siteFooter__Right--bottom a {
        float: left;
        width: 100px;
        margin-right: 50px;
        position: relative;
        top: 0 !important;
        -webkit-transform: translateY(-30%);
            -ms-transform: translateY(-30%);
                transform: translateY(-30%);
        opacity: 0.8; }
        .siteFooter__Right--bottom a:hover {
          opacity: 1; }
        .siteFooter__Right--bottom a img {
          width: 100%; }
        .siteFooter__Right--bottom a:nth-of-type(2) {
          width: 60px; }
  .siteFooter__Copy {
    float: left;
    width: 100%;
    height: 100px;
    border-top: 1px solid #ffffff;
    font-size: 14px;
    color: #ffffff;
    margin-top: 30px; }
    .siteFooter__Copy--left {
      float: left;
      width: 50%;
      height: 50px;
      line-height: 50px; }
      .siteFooter__Copy--left span {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 12px; }
    .siteFooter__Copy--right {
      float: right;
      width: 50%;
      text-align: right;
      height: 50px;
      line-height: 50px; }
      .siteFooter__Copy--right a {
        text-transform: uppercase;
        text-decoration: none;
        color: #ffffff;
        font-weight: 300;
        font-size: 12px; }
    .siteFooter__Copy--bottom {
      float: left;
      width: 100%;
      height: 50px; }
      .siteFooter__Copy--bottom p {
        font-size: 13px;
        font-weight: 300;
        color: #ffffff;
        margin: 0; }

.mainNav {
  float: left;
  width: 60%;
  height: 100px; }
  .mainNav ul {
    margin: 0;
    padding: 0;
    text-align: right;
    height: 160px;
    line-height: 200px; }
  .mainNav li {
    display: inline-block; }
    .mainNav li a {
      padding: 0 14px;
      text-decoration: none;
      font-size: 18px;
      color: rgba(255, 255, 255, 0.7);
      z-index: 0;
      position: relative;
      height: 100px;
      float: left;
      font-weight: 400;
      text-transform: uppercase; }
    .mainNav li ul {
      display: none;
      padding: 0;
      margin: 0; }
    .mainNav li:hover a {
      color: #ffffff;
      position: relative;
      z-index: 1; }
    .mainNav li:hover ul {
      display: block;
      position: absolute;
      z-index: 1000000000;
      margin-top: 105px;
      padding-top: 15px; }
      .mainNav li:hover ul li {
        position: relative;
        background: #696c71;
        left: 15px;
        right: 0;
        text-align: left;
        padding: 0;
        display: block;
        width: 100%;
        line-height: initial;
        margin-bottom: 2px;
        height: 40px;
        line-height: 40px; }
        .mainNav li:hover ul li a {
          position: relative;
          z-index: 0;
          font-size: 14px !important;
          font-weight: 400;
          padding: 0 10px;
          width: 100%;
          display: block;
          min-width: 112px;
          height: 40px !important; }
  .mainNav .current-menu-item a, .mainNav .current_page_parent a {
    color: #ffffff;
    position: relative;
    z-index: 1; }

.rightNav {
  float: right;
  width: 20%; }
  .rightNav__Top {
    float: right;
    width: 100%;
    margin-top: 55px;
    margin-bottom: 10px; }
    .rightNav__Top ul {
      padding: 0;
      margin: 0;
      text-align: right; }
      .rightNav__Top ul li {
        list-style: none;
        display: inline-block; }
        .rightNav__Top ul li a {
          text-decoration: none;
          color: #ffffff;
          text-transform: uppercase;
          font-weight: 400;
          font-size: 18px;
          padding: 0 15px;
          position: relative;
          z-index: 1; }
          .rightNav__Top ul li a:after {
            content: '';
            position: absolute;
            top: 4px;
            bottom: 4px;
            left: 0;
            width: 1px;
            background: #ffffff;
            z-index: -1; }
        .rightNav__Top ul li:last-of-type a {
          padding-right: 0; }
        .rightNav__Top ul li:first-of-type a:after {
          display: none; }
  .rightNav__Bottom {
    float: right;
    width: 100%; }
    .rightNav__Bottom ul {
      padding: 0;
      margin: 0;
      text-align: right; }
      .rightNav__Bottom ul li {
        list-style: none;
        display: inline-block;
        text-align: center; }
        .rightNav__Bottom ul li a {
          text-decoration: none;
          color: #ffffff;
          padding: 5px 10px;
          text-align: center;
          background: #969696;
          font-size: 15px;
          color: #ffffff;
          text-transform: uppercase;
          font-weight: 400; }
          .rightNav__Bottom ul li a i {
            margin-right: 5px; }
      .rightNav__Bottom ul .socialButton a {
        background: #ffffff;
        color: #969696;
        -webkit-transition: 300ms;
                transition: 300ms; }
        .rightNav__Bottom ul .socialButton a:hover {
          background: #969696;
          color: #ffffff;
          -webkit-transition: 300ms;
                  transition: 300ms; }
        .rightNav__Bottom ul .socialButton a i {
          margin-right: 0; }

@media screen and (max-width: 1300px) {
  .center {
    max-width: 1140px !important; }

  .mainNav ul li a {
    font-size: 16px;
    padding: 0 10px; }

  .rightNav__Top {
    margin-top: 60px; }
    .rightNav__Top ul li a {
      font-size: 16px; }
  .rightNav__Bottom ul li a {
    font-size: 16px;
    padding: 5px 10px; }

  .siteFooter__Left {
    float: left;
    width: 230px; }
  .siteFooter__Center {
    float: left;
    width: 340px;
    margin-left: 50px;
    margin-right: 0; }
  .siteFooter__Wrap {
    width: 620px; }
  .siteFooter__Right {
    float: left;
    width: 500px;
    height: 260px; } }
@media screen and (max-width: 1160px) {
  .siteHead__Logo {
    width: 15%; }

  .center {
    max-width: 940px !important; }

  .mainNav {
    width: 60%; }
    .mainNav ul li a {
      font-size: 14px;
      padding: 0 7px; }

  .rightNav {
    width: 20%; }
    .rightNav__Top {
      margin-top: 60px; }
      .rightNav__Top ul li a {
        font-size: 13px; }
    .rightNav__Bottom ul li a {
      font-size: 14px;
      padding: 5px; }

  .philosophie {
    height: auto; }
    .philosophie__Inner {
      width: 80%; }
    .philosophie__Left {
      width: 100%; }
    .philosophie__Right {
      width: 100%; }

  .kreativekuche {
    height: auto; }
    .kreativekuche__Inner {
      width: 80%; }
    .kreativekuche__Left {
      width: 100%; }
    .kreativekuche__Right {
      width: 100%; }

  .topboxes {
    height: auto; }
    .topboxes__Inner {
      width: 80%; }
    .topboxes__Left {
      width: 100%; }
    .topboxes__Right {
      width: 100%; }

  .bottomboxes {
    height: auto; }
    .bottomboxes__Inner {
      width: 80%; }
    .bottomboxes__Left {
      width: 100%; }
    .bottomboxes__Right {
      width: 100%; }

  .roomsImage {
    height: auto;
    padding: 5%; }
    .roomsImage__Left {
      width: 100%;
      height: 500px;
      margin-bottom: 5%; }
      .roomsImage__Left:last-of-type {
        margin-bottom: 0; }

  .siteFooter__leftBottom {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 20px;
    text-align: center; }
    .siteFooter__leftBottom a {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      margin: 0;
      margin-left: 10px;
      margin-right: 10px;
      float: none;
      display: inline-block; }
  .siteFooter__Left {
    float: left;
    width: 100%;
    text-align: center;
    height: auto;
    margin-bottom: 20px;
    text-align: center; }
    .siteFooter__Left--top {
      height: auto;
      margin: 0; }
    .siteFooter__Left--bottom {
      height: auto;
      margin: 0;
      margin-top: 10px; }
      .siteFooter__Left--bottom a {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%); }
    .siteFooter__Left img {
      max-width: 150px; }
  .siteFooter__Center {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    margin-bottom: 20px;
    text-align: center; }
    .siteFooter__Center--top {
      height: auto;
      margin: 0; }
    .siteFooter__Center--bottom {
      height: auto;
      margin: 0;
      margin-top: 10px; }
      .siteFooter__Center--bottom a {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%); }
  .siteFooter__Wrap {
    width: 100%;
    text-align: center; }
  .siteFooter__Right {
    float: left;
    width: 100%;
    height: 260px;
    height: auto;
    margin-bottom: 20px;
    text-align: center; }
    .siteFooter__Right--top {
      height: auto;
      margin: 0; }
    .siteFooter__Right--bottom {
      height: auto;
      margin: 0;
      margin-top: 10px; }
      .siteFooter__Right--bottom a {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
        margin: 0;
        margin-left: 10px;
        margin-right: 10px;
        float: none;
        display: inline-block; }
  .siteFooter__Copy {
    height: auto;
    line-height: initial; }
    .siteFooter__Copy--left {
      width: 100%;
      text-align: center;
      line-height: initial;
      padding: 10px 0; }
    .siteFooter__Copy--right {
      width: 100%;
      text-align: center;
      line-height: initial;
      padding: 10px 0; } }
@media screen and (max-width: 768px) {
  .homeImage {
    max-height: 100vh !important; }

  .socialButton {
    width: 27px;
    height: 27px;
    text-align: center;
    margin-right: 2%; }
    .socialButton a {
      padding: 0 !important;
      width: 100%;
      display: block;
      height: 27px;
      line-height: 27px; }

  /* NAVIGATION START */
  .mainNav {
    position: absolute;
    z-index: 10000000000000000;
    float: left;
    background: #ffffff;
    float: left;
    display: block;
    margin-right: 1.53846%;
    width: 100%;
    left: -125%;
    -webkit-transition: 500ms;
            transition: 500ms;
    top: 30px;
    width: 100%; }
    .mainNav:last-child {
      margin-right: 0; }
    .mainNav ul {
      margin: 0;
      padding: 0;
      float: left;
      width: 75%;
      text-align: right;
      background: #ffffff;
      padding: 10px 0;
      margin-left: 50%;
      position: relative;
      z-index: 100000000000000;
      height: auto;
      line-height: initial; }
      .mainNav ul:after {
        content: "";
        display: table;
        clear: both; }
    .mainNav li {
      float: left;
      display: block;
      margin-right: 1.53846%;
      width: 100%;
      line-height: initial;
      float: none;
      display: block;
      height: auto;
      float: left;
      width: 100%; }
      .mainNav li:last-child {
        margin-right: 0; }
      .mainNav li a {
        float: left;
        display: block;
        margin-right: 1.53846%;
        width: 100%;
        background: #ffffff;
        text-align: center;
        text-transform: capitalize;
        font-family: "Lato", sans-serif;
        font-weight: 200;
        text-decoration: none;
        color: #000000;
        text-align: left;
        text-transform: uppercase;
        height: auto;
        padding: 5px 15px !important;
        font-size: 18px !important; }
        .mainNav li a:last-child {
          margin-right: 0; }
        .mainNav li a:hover {
          color: #000000; }
        .mainNav li a:after {
          display: none; }
      .mainNav li:hover a {
        color: #000000;
        font-weight: 200; }
      .mainNav li:hover ul {
        display: block;
        padding-left: 20px;
        position: relative;
        margin-top: auto;
        padding-top: initial; }
        .mainNav li:hover ul li {
          line-height: initial;
          height: auto;
          left: 0;
          margin: 0 !important; }
          .mainNav li:hover ul li a {
            text-transform: capitalize;
            font-size: 14px !important;
            color: #000000;
            font-weight: 200;
            min-width: auto;
            height: auto !important; }
      .mainNav li ul {
        display: block;
        padding-left: 20px; }
        .mainNav li ul li {
          line-height: initial;
          height: auto;
          left: 0;
          margin: 0 !important; }
          .mainNav li ul li a {
            text-transform: capitalize;
            font-size: 14px !important;
            min-width: auto;
            height: auto !important; }
    .mainNav .current-menu-item a {
      color: #a7aa31; }
    .mainNav__Button {
      float: left;
      text-align: right;
      font-size: 2em !important;
      top: 0px;
      position: absolute;
      padding-right: 10px;
      left: 125%;
      z-index: -1;
      background: transparent;
      display: block;
      top: 15px; }
      .mainNav__Button i {
        position: absolute;
        float: left;
        left: 15%;
        padding-left: 10px;
        background: transparent;
        height: 38px;
        line-height: 38px;
        color: #a7aa31;
        padding-right: 10px;
        -webkit-transition: 500ms;
                transition: 500ms;
        cursor: pointer;
        z-index: -1;
        top: -15px; }
      .mainNav__Button .fa-close {
        color: #a7aa31;
        background: #ffffff; }
      .mainNav__Button .closeHidden {
        display: none;
        -webkit-transition: 500ms;
                transition: 500ms; }
      .mainNav__Button .menuHidden {
        display: none;
        -webkit-transition: 500ms;
                transition: 500ms; }
    .mainNav .callNav {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      color: #ffffff;
      background: transparent;
      float: left;
      display: block; }
      .mainNav .callNav i {
        line-height: 40px;
        font-size: 24px;
        height: 40px;
        width: 40px;
        -webkit-transition: 500ms;
                transition: 500ms;
        cursor: pointer; }
      .mainNav .callNav .closeHidden {
        display: none;
        -webkit-transition: 500ms;
                transition: 500ms; }
      .mainNav .callNav .menuHidden {
        display: none;
        -webkit-transition: 500ms;
                transition: 500ms; }

  .menuActive {
    left: -50% !important;
    -webkit-transition: 500ms;
            transition: 500ms; }

  /* NAVIGATION END */
  .homeFooter {
    min-height: 390px;
    height: auto;
    float: left;
    width: 100%;
    margin-top: 0; }
    .homeFooter__Newsletter {
      width: 90%;
      margin: 0 5%;
      margin-top: 5%; }

  .siteHead {
    height: auto;
    padding: 2%;
    padding-top: 0; }
    .siteHead__Logo {
      float: right;
      width: 100%;
      height: 90px;
      line-height: 90px;
      text-align: right; }
      .siteHead__Logo img {
        max-height: 60px;
        line-height: 60px; }
    .siteHead .rightNav {
      width: 100%;
      text-align: center; }
      .siteHead .rightNav__Top {
        margin: 0;
        text-align: center; }
        .siteHead .rightNav__Top ul {
          text-align: center; }
      .siteHead .rightNav__Bottom {
        margin: 0;
        padding-top: 10px;
        text-align: center; }
        .siteHead .rightNav__Bottom ul {
          text-align: center; }

  .philosophie {
    height: auto; }
    .philosophie__Inner {
      width: 80%; }
      .philosophie__Inner h2 {
        padding-left: 2%;
        padding-right: 2%;
        font-size: 28px; }
    .philosophie__Left {
      width: 100%; }
    .philosophie__Right {
      width: 100%; }

  .kreativekuche {
    height: auto; }
    .kreativekuche__Inner {
      width: 80%; }
      .kreativekuche__Inner h2 {
        padding-left: 2%;
        padding-right: 2%;
        font-size: 28px; }
    .kreativekuche__Left {
      width: 100%; }
    .kreativekuche__Right {
      width: 100%; }

  .topboxes {
    height: auto; }
    .topboxes__Inner {
      width: 80%; }
      .topboxes__Inner h2 {
        padding-left: 2%;
        padding-right: 2%;
        font-size: 28px; }
    .topboxes__Left {
      width: 100%; }
    .topboxes__Right {
      width: 100%; }

  .bottomboxes {
    height: auto; }
    .bottomboxes__Inner {
      width: 80%; }
      .bottomboxes__Inner h2 {
        padding-left: 2%;
        padding-right: 2%;
        font-size: 28px; }
    .bottomboxes__Left {
      width: 100%; }
    .bottomboxes__Right {
      width: 100%; }

  .hotelInfo {
    padding-left: 30px;
    padding-right: 30px; }
    .hotelInfo__Title h1 {
      padding-left: 0;
      padding-right: 0; }

  .landingBox__Box {
    width: 100%; }

  .landingImage {
    width: 80%;
    height: auto; }
    .landingImage h2 {
      font-size: 25px; }

  .jetztAnfragen {
    padding-left: 30px;
    padding-right: 30px; }
    .jetztAnfragen__Title h1 {
      padding-left: 0;
      padding-right: 0; }

  .biotiqueIcon {
    width: 150px;
    height: 150px;
    top: -170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

  .besonderBlock {
    height: auto; }
    .besonderBlock__Text {
      float: left;
      width: 100%;
      padding-left: 2%;
      padding-right: 2%;
      height: auto;
      padding-top: 10%;
      padding-bottom: 10%; }
      .besonderBlock__Text--wrap {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%); }
      .besonderBlock__Text p {
        text-align: center !important; }
    .besonderBlock__Image {
      float: left;
      width: 100%; }

  .besonderBlock:nth-of-type(even) .besonderBlock__Text {
    float: right;
    padding-left: 2%;
    padding-right: 2%; }
    .besonderBlock:nth-of-type(even) .besonderBlock__Text p {
      text-align: center !important; }

  .roomsNavigation__Box {
    width: 48%;
    margin: 1%; }
    .roomsNavigation__Box a span {
      font-size: 12px; }
    .roomsNavigation__Box:nth-of-type(2) {
      margin: 1%; }
    .roomsNavigation__Box:nth-of-type(3) {
      margin: 1%; }

  .rooms {
    height: auto !important; }
    .rooms__buttonWrap {
      width: 90% !important; }
    .rooms__Inner {
      width: 90% !important; }
      .rooms__Inner h2 {
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .rooms__Left {
      width: 100% !important;
      float: left !important; }
    .rooms__Right {
      width: 100% !important;
      float: left !important; }

  .roomsImage {
    height: auto;
    padding: 5%; }
    .roomsImage__Left {
      width: 100%;
      height: 250px;
      margin-bottom: 5%; }
      .roomsImage__Left:last-of-type {
        margin-bottom: 0; }

  .roomBack__Button {
    margin-bottom: 60px; }

  .priceBox__Box {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%; }

  .saisonsBox {
    display: none; }

  .price {
    height: auto !important;
    display: block !important; }
    .price__Box {
      width: 100%;
      height: auto; }
      .price__Box p {
        font-size: 15px; }
    .price__Saison {
      display: block; }

  .disablePraise h2 {
    margin-bottom: 20px; }

  .siteFooter__leftBottom {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 20px;
    text-align: center; }
    .siteFooter__leftBottom a {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      margin: 0;
      margin-left: 10px;
      margin-right: 10px;
      float: none;
      display: inline-block; }
  .siteFooter__Left {
    float: left;
    width: 100%;
    text-align: center;
    height: auto;
    margin-bottom: 20px;
    text-align: center; }
    .siteFooter__Left--top {
      height: auto;
      margin: 0; }
    .siteFooter__Left--bottom {
      height: auto;
      margin: 0;
      margin-top: 10px; }
      .siteFooter__Left--bottom a {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%); }
    .siteFooter__Left img {
      max-width: 150px; }
  .siteFooter__Center {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    margin-bottom: 20px;
    text-align: center; }
    .siteFooter__Center--top {
      height: auto;
      margin: 0; }
    .siteFooter__Center--bottom {
      height: auto;
      margin: 0;
      margin-top: 10px; }
      .siteFooter__Center--bottom a {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%); }
  .siteFooter__Wrap {
    width: 100%;
    text-align: center; }
  .siteFooter__Right {
    float: left;
    width: 100%;
    height: 260px;
    height: auto;
    margin-bottom: 20px;
    text-align: center; }
    .siteFooter__Right--top {
      height: auto;
      margin: 0; }
    .siteFooter__Right--bottom {
      height: auto;
      margin: 0;
      margin-top: 10px; }
      .siteFooter__Right--bottom a {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
        margin: 0;
        margin-left: 10px;
        margin-right: 10px;
        float: none;
        display: inline-block; }
  .siteFooter__Copy {
    height: auto;
    line-height: initial; }
    .siteFooter__Copy--left {
      width: 100%;
      text-align: center;
      line-height: initial;
      padding: 10px 0; }
    .siteFooter__Copy--right {
      width: 100%;
      text-align: center;
      line-height: initial;
      padding: 10px 0; } }

/*# sourceMappingURL=style.css.map */