
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*# sourceMappingURL=slick.css.map */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-shadow: none;
  box-shadow: none; }
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;
  filter: alpha(opacity=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;
    filter: alpha(opacity=100); }
  .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;
  filter: alpha(opacity=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;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@font-face {
    font-family: 'weather';
    src:url('../../fileadmin/web/fonts/icons/weather/icons/weather.eot');
    src:url('../../fileadmin/web/fonts/icons/weather/icons/weather.eot?#iefix') format('embedded-opentype'),
        url('../../fileadmin/web/fonts/icons/weather/icons/weather.ttf') format('truetype'),
        url('../../fileadmin/web/fonts/icons/weather/icons/weather.woff') format('woff'),
        url('../../fileadmin/web/fonts/icons/weather/icons/weather.svg#weather') format('svg');
    font-weight: normal;
    font-style: normal;
}
.weather-symbol {
	font-family: 'weather';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.weather-symbol_a:before {
	content: "\E001";
}
.weather-symbol_b:before {
	content: "\E002";
}
.weather-symbol_c:before {
	content: "\E003";
}
.weather-symbol_d:before {
	content: "\E004";
}
.weather-symbol_e:before {
	content: "\E005";
}
.weather-symbol_f:before {
	content: "\E006";
}
.weather-symbol_g:before {
	content: "\E007";
}
.weather-symbol_h:before {
	content: "\E008";
}
.weather-symbol_i:before {
	content: "\E009";
}
.weather-symbol_j:before {
	content: "\E00A";
}
.weather-symbol_k:before {
	content: "\E00B";
}
.weather-symbol_l:before {
	content: "\E00C";
}
.weather-symbol_m:before {
	content: "\E00D";
}
.weather-symbol_n:before {
	content: "\E00E";
}
.weather-symbol_o:before {
	content: "\E00F";
}
.weather-symbol_p:before {
	content: "\E010";
}
.weather-symbol_q:before {
	content: "\E011";
}
.weather-symbol_r:before {
	content: "\E012";
}
.weather-symbol_s:before {
	content: "\E013";
}
.weather-symbol_t:before {
	content: "\E014";
}
.weather-symbol_u:before {
	content: "\E015";
}
.weather-symbol_v:before {
	content: "\E016";
}
.weather-symbol_w:before {
	content: "\E017";
}
.weather-symbol_x:before {
	content: "\E018";
}
.weather-symbol_y:before {
	content: "\E019";
}
.weather-symbol_z:before {
	content: "\E01A";
}

@font-face {
  font-family: 'icomoon';
  src:  url('../../fileadmin/web/fonts/icomoon_new/fonts/icomoon.eot?7v26vq');
  src:  url('../../fileadmin/web/fonts/icomoon_new/fonts/icomoon.eot?7v26vq#iefix') format('embedded-opentype'),
    url('../../fileadmin/web/fonts/icomoon_new/fonts/icomoon.ttf?7v26vq') format('truetype'),
    url('../../fileadmin/web/fonts/icomoon_new/fonts/icomoon.woff?7v26vq') format('woff'),
    url('../../fileadmin/web/fonts/icomoon_new/fonts/icomoon.svg?7v26vq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-award:before {
  content: "\e914";
}
.icon-voucher:before {
  content: "\e913";
}
.icon-google:before {
  content: "\e90d";
}
.icon-regitnig:before {
  content: "\e90e";
}
.icon-kamera:before {
  content: "\e90f";
}
.icon-katalog:before {
  content: "\e910";
}
.icon-oeffnen:before {
  content: "\e911";
}
.icon-schliessen:before {
  content: "\e912";
}
.icon-zitat:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e900";
}
.icon-kalender:before {
  content: "\e901";
}
.icon-mail:before {
  content: "\e902";
}
.icon-down:before {
  content: "\e903";
}
.icon-personen:before {
  content: "\e904";
}
.icon-skizze:before {
  content: "\e905";
}
.icon-telefon:before {
  content: "\e906";
}
.icon-left:before {
  content: "\e907";
}
.icon-right:before {
  content: "\e908";
}
.icon-facebook:before {
  content: "\e909";
}
.icon-galerie:before {
  content: "\e90a";
}
.icon-image:before {
  content: "\e90b";
}

/*  ==========================================================================
    Base styles: opinionated defaults
    ========================================================================== */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* apply a natural box layout model to all elements */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    outline: none;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #face85;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #face85;
    text-shadow: none;
    color: #fff;
}


/*::-webkit-scrollbar {
    width: 4px; 
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}*/


::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    background: #6f5746;
}

::scrollbar {
    width: 6px;
    height: 6px;
}
::scrollbar-thumb {
    background: #6f5746;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*  ==========================================================================
    Fonts
    ========================================================================== */



/*  ==========================================================================
    CSS Styled Content Anpassungen für responsives Verhalten
    ========================================================================== */

div.csc-textpic .csc-textpic-imagewrap figure,
div.csc-textpic figure.csc-textpic-imagewrap {
    display: block !important;
}

figcaption.csc-textpic-caption {
    display: block !important;
}

.csc-textpic-imagewrap,
.csc-textpic-imagewrap > .csc-textpic-imagewrap {
    max-width: 100% !important;
}
.csc-textpic-imagewrap img,
.csc-textpic-imagewrap .csc-textpic-image {
    max-width: 100% !important;
    height: auto;
}
.csc-textpic-imagewrap.col_1 {
    /*width: auto !important;*/
    max-width: 100% !important;
}

.csc-textpic-intext-right-nowrap > .csc-textpic-imagewrap,
.csc-textpic-intext-left-nowrap > .csc-textpic-imagewrap,
.csc-textpic-intext-right > .csc-textpic-imagewrap,
.csc-textpic-intext-left > .csc-textpic-imagewrap {
    max-width: 48.99% !important;
}
.csc-textpic-intext-right-nowrap > .csc-textpic-imagewrap.col_1,
.csc-textpic-intext-left-nowrap > .csc-textpic-imagewrap.col_1,
.csc-textpic-intext-right > .csc-textpic-imagewrap.col_1,
.csc-textpic-intext-left > .csc-textpic-imagewrap.col_1 {
    width: auto !important;
    max-width: 48.99% !important;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
    margin-left: 2% !important;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
    margin-right: 2% !important;
}
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap + div,
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap + div {
    margin: 0 !important;
    max-width: 48.99% !important;
}
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap + div {float: right !important;}
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap + div {float: left !important;}

.csc-textpic-imagewrap .csc-textpic-imagecolumn {
    margin: 0 1% 1% 0 !important;
}
.csc-textpic-imagewrap .csc-textpic-lastcol {
    margin-right: 0 !important;
}

.csc-textpic-imagewrap.col_2 .csc-textpic-imagecolumn {max-width: 49.49% !important;}
.csc-textpic-imagewrap.col_3 .csc-textpic-imagecolumn {max-width: 32.65% !important;}
.csc-textpic-imagewrap.col_4 .csc-textpic-imagecolumn {max-width: 24.24% !important;}
.csc-textpic-imagewrap.col_5 .csc-textpic-imagecolumn {max-width: 19.19% !important;}
.csc-textpic-imagewrap.col_6 .csc-textpic-imagecolumn {max-width: 15.82% !important;}
.csc-textpic-imagewrap.col_7 .csc-textpic-imagecolumn {max-width: 13.41% !important;}
.csc-textpic-imagewrap.col_8 .csc-textpic-imagecolumn {max-width: 11.61% !important;}


table {
    width: 100%;
}
.table-responsive th {
    background-color: #f4e7d9;
}
.table-responsive td,
.table-responsive th {
    padding: 2px 6px;
    border: 1px solid;
    text-align: left;
    white-space: nowrap;
}
.table-responsive {
    overflow: auto;
}

/*  ==========================================================================
    Module (Wiederverwendbare Elemente)
    Lesen: http://webkrauts.de/artikel/2009/objektorientiertes-css-eine-einfuehrung
    ========================================================================== */

/* Beispiel */

/* BUTTONS */

ul.slick-dots {
    position: absolute;
    right: 0;
    padding: 0;
    bottom: 50px;
    left: 140px;
    text-align: left;
    cursor: pointer;
    pointer-events: all
;
}

.slick-dots li {
    display: inline-block;
    list-style-type: none;
    margin: 0 .5em;
}

.slick-dots .slick-active span {
    background: #fff;
}

.slick-dots span {
    width: 4.5em;
    height: .27em;
    background: rgba(255,255,255,.3);
    z-index: 999;
    display: block;
    cursor: pointer;
}

.slick-arrow {
    background: #000000;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0.8em;
    cursor: pointer;
    z-index: 9;
    opacity: 0.72;
}

.icon-right.slick-arrow {
    right: 0;
    padding-left: 2px;
}

.icon-left.slick-arrow {
    padding-right: 2px;
}

.item {
    display: block!important;
}

.slick-slide img {

}


.buttons {
    position: absolute;
    right: 30px;
    top: 30px;
}

.buttons a .btn {
    background: #f7a700;
}

.buttons a .btn:hover {
    opacity: 0.8;
}

.buttons a + a .btn {
    background: #AF601D;
    margin-left: 15px;
}

.buttons a + a .btn:hover {
   opacity: 0.8;
}

.buttons a {
    text-decoration: none;
}

.btn {
    background: #AF601D;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    line-height: 40px;
    font-weight: bold;
    width: 150px;
    height: 40px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.btn:hover {
    opacity: 0.8;
}

.btn span {
	color: #fff;
    padding: 15px 25px;
}

.textelement .btn {
    margin-top: 45px;
    height: 3em;
    line-height: 3em;
}

.section-wrap {
    position: relative;
}

.section-wrap .bg {
    position: absolute;
    width: 30%;
    opacity: 7%;
}

.section-wrap .bg.bg-left {
    left: 0;
    right: auto;
    bottom: 0;
    transform: translateX(-50px);
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: -1;
}

.section-wrap .bg.bg-right {
    right: 0;
    left: auto;
    overflow: hidden;
}

.btn-big {
    font-size: 2em;
}

.btn-action {
    background: red;
}


/* AUFZÄHLUNG */

.center li {
    list-style-position: inside;
}


/* Section2 */
.section2 {
    max-width: 1920px;
    margin: 1em auto;
    background: #F4EEE9;
}

.section2 .headline {
    padding: 3.5em 0 0;
}

.section2 .headline:after {
    content: "";
}

.section2 .boxes {
    padding: 1.25em;
}

.section2 .boxes.list-container {
    padding-bottom: 0;
}

/* TEXELEMENT */

.headline {
    position: relative;
}

.section.textelement {
    margin-bottom: 5em;
    margin-top: 5em;
}

.section.textelement.h1 {
    margin-top: 0.5em;
}

.section.textelement.without {
    margin-bottom: 0;
}


.headline:first-child {
    color: #F5A52C;
}

.tx-indexedsearch, 
.textelement {
    max-width: 1150px;
    padding: 0 20px;
    margin: auto;
}

/* FAMILY */

.person {
    display: flex;
    border-bottom: 2px solid #c9c9c9;
    border-top: 2px solid #c9c9c9;
    padding: 70px 65px;
}

.person_picture {
    flex-direction: column;
}

.person_info {
    flex-direction: row;
    text-align: left;
}

.familyimg {
    position: relative;
    width: 348px;
    height: 348px;
    margin-right: 3em;
    overflow: hidden;
}

.familyimg:after {
    position: absolute;
    content: "\e90e";
    font-family: icomoon;
    color: #F5A52C;
    position: absolute;
    left: 20px;
    bottom: -15px;
    font-size: 4.5em;
    margin: auto;
    display: inline-block;
    transform: rotate(15deg);

}

.familyimg img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.familyname p {
    padding-top: 1em;
    margin: 0;
    font-size: 20px;
}
.familywork p {
    margin: 0;
    font-size: 20px;
}
.familyname p {
    color: #f7a600;
    font-weight: bold;
    font-size: 20px;
}

.person_headline {
    padding-bottom: 1em;
    position: relative;
}

/* Highlights */

.section2.highlights {
    margin-top: 5em;
}

.highlights .imgbox {
    display: block;
    overflow: hidden;
    position: relative;
}

.highlights .imgbox:hover .overlay {
    display: block;
}
.highlights .imgbox .overlay {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.highlights .imgbox {
    width: 33%;
    width: 32.3%;
}

.highlights .imgbox4 {
    width: 66.5%;
    width: 66.1%;
}

.highlights .imgbox.imgbox3, 
.highlights .imgbox.imgbox5 {
    float: right;
}

.highlights .imgbox.imgbox1, 
.highlights .imgbox.imgbox2, 
.highlights .imgbox.imgbox4 {
    float: left;
}

.highlights.reverse2 .imgbox.imgbox3, 
.highlights.reverse2 .imgbox.imgbox5 {
    float: left;
}

.highlights.reverse2 .imgbox.imgbox1, 
.highlights.reverse2 .imgbox.imgbox2, 
.highlights.reverse2 .imgbox.imgbox4 {
    float: right;
}

.highlights .imgbox5,
.highlights .imgbox4 {
    margin-top: 10px;
    margin-top: 1.5%;
}

.highlights .imgbox1 {
    margin-right: 0.5%;
    margin-right: 1.5%;
}

.highlights.reverse2 .imgbox1 {
    margin-left: 0.5%;
    margin-left: 1.5%;
    margin-right: 0;
}

.imgbox .image {
    position: relative;
}

.highlights img {
    width: 100%!important;
    height: auto;
    object-fit: cover;
}
.highlights .slick-dots {
    bottom: 10px;
    left: 25px;
    margin: 0;
}
.highlights .slick-dots span {
    right: 35px;
    bottom: 10px;
    left: 25px;
}

.bar {
    width: 15em;
    height: 3em;
    margin: auto;
    background: #AF601D;
    color: #fff;
    text-align: center;
    padding: .9em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display:block;
    z-index: 4;
    -webkit-transition: height ease 1s;
    -moz-transition: height ease 1s;
    -o-transition: height ease 1s;
    transition: height ease 1s;
}

.bar a {
    color: #fff;
}

.bar.withdesc:hover {
    height:160px!important;
}

.bar .title {
    display: block;
    padding-bottom: .6em;
    font-weight: bold;
}

.bar .text {
    font-size: 18px;
    height: 0;
}

.highlights {
    position: relative;
    margin: 4em 0;
}
.highlights .headline {
    padding: 1.5em 0;
}
.highlights .headline:after {
    content: "";
}
.highlights .slider .overlay {
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.highlights .slider .text {
    position: absolute;
    bottom: 60px;
    left: 35px;
    right: 35px;
    color: #fff;
    font-size: 19px;
    text-align: left;
    padding-right: 30px;
}

.highlights .slider  .title {
    font-size: 30px;
    font-weight: bold;
}
.highlights .slider .description {
    margin-bottom: 20px;
}
.highlights .slider .text p {
    margin: 0;
}
.highlights .slider .slick-arrow {
    background: #fff;
    color: inherit;
    text-align: center;
    left: 25px;
    top: calc(50% - 50px);
    font-size: 20px;
}
.highlights .slider .icon-right.slick-arrow {
    right: 25px;
    left: inherit;
}

    /* Highlights Small */

.highlightsmall .btn {
    width: 10em;
}

.subcontent .highlightsmall .slick-arrow {
    top: 0;
    bottom: 0;
}

.subcontent .highlightsmall .box {
    border-right: none;
    margin-bottom: 20px;
}

.subcontent .highlightsmall .boxes {
    padding-bottom: 0;
}

/* NEWS */

.section2.news {
    background: #FFFFFF;
}

.news .bg img {
    position: absolute;
    width: 30%;
    left: 1em;
    opacity: 7%;
    overflow: hidden;
}

.news .boxes {
    padding: 0 13.20em;
}
@media only screen and (min-width: 1025px) {
    .news.rooms.restplatz .boxes {
        padding: initial;
    }
}
.newsstart .boxes {
    max-width: 1150px;
    padding: 0 20px;
    margin: auto;
}
.news .box {
    width: 32%;
    display: inline-flex;
    box-sizing:border-box;
    position: relative;
    float: left;
}

.news .headline h2{
    font-size: 25px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.news.highlightsmall .btn {
    right: 50%;
    transform: translateX(50%);
    bottom: -20px;
    text-transform: uppercase;
    background: rgb(152 135 124 / 80%);
}
.news.highlightsmall .btn:hover {
    background: rgb(152, 135, 124);
}
.news.highlightsmall .headline h2{
    padding-bottom: 20px;
    color: #000000;
    font-weight: 500;
}

.news .newsdesc .desc {
    min-height: 215px;
}

.news .newsdesc .titel {
    color: #715848;
    text-transform: uppercase;
}

.news .list-container .box {
    margin: 15px 5px!important;
}

.news-interface .overline {
    padding: 0 30px!important;
    margin-bottom: 0;
}

.news .box:nth-child(3n-1) {
    margin: 0 2%;
}

.news img {
    width: 100%;
    height: auto;
}

.newsdesc {
    background: rgba(152, 135, 124, 0.17);
    padding: 30px 17px 56px 30px;
    position: relative;
}

.titel {
    color: #f8a800;
    font-weight: bold;
    margin-bottom: .75em;
}

.desc {
    text-align: left;
}

.news .btn {
    position: absolute;
    margin: auto;
    color: #fff;
    font-size: 15px;
    height: auto;
    width: auto;
    line-height: 45px;
}

.news-interface.news .btn,
.offers.news .btn {
    bottom: -1.2em;
}

.news .btn.next {
    display: none;
}

.news .btn.next.active {
    display: none;
    position: relative;
    left: inherit;
    right: inherit;
    margin: 0 auto 2em auto;
    background: #af5f19;
    cursor: pointer;
}
.news.news-interface .list-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news.news-interface .newsdesc {
    margin: 0;
    padding: 40px 25px;
}

.newsstart .box {
    border: 1.5px solid #98877C;
    height: 100%;
    margin-bottom: 3em;
}
.newsstart .newsdesc {
    height: 100%;
    padding: 70px 35px;
    background: #FFFFFF;
    color: #98877C;
}
.newsstart .desc {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}
.newsstart .headlines {
    height: 100%;
}
.newsstart .titel {
    color: #98877C!important;
    text-transform: initial!important;
    letter-spacing: 1.25px;
    font-size: 25px;
    margin-bottom: 35px;
}
.newsstart .titel h3{
    font-size: 25px;
    font-weight: 600;
}
.newsstart .date {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.75px;
    margin-bottom: 15px;
}
.newsstart .btn {
    bottom: -23px;
    background: #98877C;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.75px;
    left: 50%;
    transform: translateX(-50%);
}
.newsstart .btn:hover {
    background: rgba(152, 135, 124, 0.8);
}
.newsstart .slick-slide {
    margin-right: 20px;
}

.newsstart .overline {
     text-transform: uppercase;
     text-align: left;
     color: rgba(0, 0, 0, 0.5);
     font-size: 20px;
     font-weight: 600;
     letter-spacing: 1px;
     max-width: 1150px;
     padding: 0 20px;
     margin: auto;
     margin-bottom: 0.5em;
 }

.newsstart .overline a {
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
 }

.newsstart .overline i {
    font-size: 8px;
    font-weight: 600;
    margin-left: 10px;
}

.gallery .overline {
    text-transform: uppercase;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    max-width: 1150px;
    margin: auto;
    margin-bottom: 0.5em;
}

.gallery .overline a{
    color: #000000;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}
.gallery .overline i{
    font-size: 8px;
    font-weight: 600;
    margin-left: 10px;
}


/* NEWS DETAIL */

.section.detail {
    max-width: none;
}

.detail .headline,
.detail .img,
.detail .description {
    max-width: 1120px;
    margin: auto;
}

.imgwrap {
    background: #e8ceb3;
    position: relative;
}
.detail .date {
    font-size: 2em;
    color: #705848;
}

.detail .headline:after {
    bottom: .5em;
}

.detail .description {
    padding-top: 3.5em;
    text-align: left;
}

.detail img {
    width: 100%;
    height: auto;
}

/* OFFERSLIDER */

.offerslider {
    position: relative;
    padding: 30px 0;
}

.offerslider .offer {
    max-width: 1120px;
    margin: auto;
    position: relative;
    margin-bottom: 1.4em;
    display: block!important;
}

.offerslider .offertext.part {
    padding: 51px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.offerslider .part {
    width: 50%;
    float: left;
    display: table-cell;
    box-sizing: border-box;
    height: 407px;
    position: relative;
    background: #98877c;
    color: #fff;
}

.offerslider .buttonwrap {
    position: absolute;
    bottom: -1.5em;
    left: 50%;
    right: 0;
    margin: auto;
}

.offerslider .buttonprice {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -0.5em;
}

.offers .buttonprice .btn {
    width: 185px;
    height: 47px;
    line-height: 47px;
    background: #FFFFFF;
    position: relative;
}

.offers .buttonprice .btn span {
    color: #6f5746;
    font-weight: 600;
    font-size: 15px;
    padding-left: 40px;
}

.offers .headline h2{
    font-size: 25px;
    color: #000000;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 1150px;
    padding-left: 15px;
    margin: auto;
    text-align: left;
}
.buttonprice span:before {
    content: "\e90e";
    font-family: icomoon;
    color: #f9a800;
    font-size: 25px;
    position: absolute;
    left: 20px;
    font-weight: 400;
}

.offerslider .buttonwrap a {
    display: inline-block;
}

.offerslider .btn {
    height: 3em;
    line-height: 3em;
    width: auto;
}

.offerslider .buttonwrap a + a .btn {
    background: #af5f19;
    margin-left: 15px;
}

.offerslider .buttonwrap a + a .btn:last-child {
    background: #F5A52C;
    margin-left: 15px;
}

.offerslider .buttonwrap a + a .btn:hover {
   opacity: 0.8;
}

.offerslider .buttonwrap a + a .btn:last-child:hover {
    opacity: 0.8;
}


.gallery .slick-arrow,
.newsstart .slick-arrow,
.offerslider .slick-arrow {
    top: 0;
    bottom: 0;
    left: 190px;
    background: #fff;
    color: #f0dfcc;
}

.section2.eHotelier.offers {
    padding: 70px 0;
    width: auto;
    max-width: none;
}

.section2.eHotelier.offers .headline {
    padding-top: 0;
}

.section2.eHotelier.offers .headline > * {
    padding-left: 0;
}

.section2.eHotelier.offers section {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
}

.section2.eHotelier.offers .offerimg img{
    width: 100%;
    height: auto;
}

.gallery .icon-right.slick-arrow,
.newsstart .icon-right.slick-arrow,
.offerslider .icon-right.slick-arrow {
    right: 190px;
    left: inherit;
}

.gallery .slick-arrow,
.newsstart .slick-arrow,
.offerslider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
    color: #ffffff;
    margin: unset;
    transition: opacity 0.5s;
}

.gallery .slick-arrow:hover,
.newsstart .slick-arrow:hover,
.offerslider .slick-arrow:hover {
    opacity: 0.5;
}

.newsstart .icon-left.slick-arrow {
    left: -50px;
}
.offerslider .icon-left.slick-arrow {
    left: -50px;
}
.gallery .icon-left.slick-arrow {
    left: -50px;
}
.newsstart .icon-right.slick-arrow {
    right: -30px;
    left: inherit;
}
.offerslider .icon-right.slick-arrow {
    right: -50px;
    left: inherit;
}
.gallery .icon-right.slick-arrow {
    right: -50px;
    left: inherit;
}

/*New offer Date output*/

.timerange + .timerange {
    display: none;
}
.timerange,
.timerange:last-child{
    display: inline-block;
}
.timerange:first-child > time.fromdate {
    display: inline-block;
}
.timerange:first-child > span {
    display: inline-block;
}
.timerange:last-child > time.todate {
    display: inline-block;
}
.timerange span,
.timerange .fromdate,
.timerange .todate {
    display: none;
}
/*New offer Date output*/


/*.timerange + .timerange {*/
    /*display: none;*/
/*}*/

.offerslider .timerange {
    font-size: 25px;
}

.offerslider .offerdesc {
    font-size: 1em;
    font-family: 'Rajdhani', medium;
    letter-spacing: 1px;
    line-height: 28px;
}

.offerslider .offerdate {
    letter-spacing: 1.25px;
    font-family: 'Rajdhani', medium;
}

.offertext h3 {
    letter-spacing: 1.5px;
    font-family: 'Rajdhani', medium;
}

.offerslider .btn {
    font-weight: normal;
    letter-spacing: 0.75px;
    font-size: 15px;
}

.offerslider .buttonprice .btn span{
   color: #000000;
}

.newsstart ul.slick-dots,
.offerslider ul.slick-dots {
    bottom: inherit;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}
.newsstart .slick-dots span,
.offerslider .slick-dots span {
    width: 2em;
    height: 0.1em;
    background: #c9b6a4;
}

.newsstart .slick-dots li,
.offerslider .slick-dots li {
    display: inline-block;
    list-style-type: none;
    margin: 0 .6em;
}

.gallery .slick-dots .slick-active span,
.newsstart .slick-dots .slick-active span,
.offerslider .slick-dots .slick-active span {
    background: #6f5746 !important;
}

/* OFFERDETAIL */
.offerdetail .buttonprice {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.footerdetail {
    background: #715744;
    height: 150px;
    position: relative;
}

.footerdetail-inner {
    max-width: 1120px;
    margin: auto;
    position: relative;
}

.footerdetail .buttons {
    right: 30px;
    top: 15px;
}

.footerdetail .price_pp span {
   font-weight: bold;
}

.footerdetail .price_pp {
    color: #fff;
    text-align: left;
    padding: 40px 0px;
    font-size: 1.25em;
}

/* OFFERLIST */

.offerlist .category_filter {
    max-width: 1150px;
    padding: 0 20px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
    font-weight: 600;
    font-size: 18px;
}
.offerlist .category_filter_item {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.offerlist .category_filter_item > div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offerlist .category_filter_item > div:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
}
.offerlist .category_filter_item[data-active="0"] > div:after {
    display: none;
}

.offerlist .JS-no-result {
    color: red;
}
.offerlist .JS-no-result[data-active="0"] {
    display: none;
}

.offerlist .JS-filter__item[data-active="0"] {
    display: none!important;
}


.offerlist .categories {
    text-align: right;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: -20px;
}

.offerlist .categories > span:not(:last-child):after {
    content: ', ';
}

@media screen and (max-width: 767px) {
    .offerlist .categories {
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.offerlist .newsdesc {
    height: 270px;
    padding: 30px 30px 55px 30px !important;
}

.offerlist h2 {
    color: #000000;
    letter-spacing: 1.5px;
    font-size: 30px;
    text-align: left;
    font-weight: 600;
    line-height: 30px;
}

.offerlist .titel {
    margin-bottom: 12px;
}

.offerlist .timerange {
    color: #0b0b0b;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

.offerlist .desc {
    font-size: 15px;
    color: #0b0b0b;
}

.offerlist .boxwrap {
    border-bottom: 60px solid #fff;
}

.section2.offers.news {
    max-width: none;
    margin: 0;
}

.section2.offers.news .boxes {
    padding: 0;
}

.section2.offers.news .wrapinner {
    max-width: 1920px;
    margin: auto;
    padding: 70px 140px 112px;
}

.section2 .offerlist .boxwrap {
    background-color: #F4EEE9;
}
.section2 .offerlist .box {
    margin-bottom: 50px;
}
.section2 .offerlist .box:last-child {
    margin-bottom: 0;
}

.section2 .offerlist .wrapinner {
    max-width: 1645px !important;
    padding: 25px 20px 0px 20px !important;
}

.section2.offers.news .list-container .box {
    margin-bottom: 0;
    float: none;
}
.offerlist .list-container .box {
    margin-bottom: 50px !important;
}

.section2.offers.news .buttonprice {
    position: relative;
}

.section2.offers.news .buttonprice .btn {
    position: absolute;
    right: 47px;
    top: 19px;
    bottom: inherit;
}

.offerlist .buttonprice span:before {
    left: 15px;
}

/* IMG GALLERY */

.fullwimg img {
    width:100%;
    height: auto;
    max-width: 1200px;
}

.section.gallery {
    max-width: 1250px;
    padding: 0 70px;
    margin: auto;
    margin-bottom: 6em;
}

.section.gallery .imggallery {
    margin: 0 -8px;
}

.section.gallery .imggallery .slick-slide > div {
    padding: 0 8px;
}

.section.gallery .imggallery .slick-slide img {
    width: 100%;
    height: auto;
}

.section.gallery ul.slick-dots {
    position: static;
    text-align: center;
    margin-top: 25px;
    display: flex !important;
    justify-content: center;
    width: 100%;
}

.section.gallery .slick-dots li {
    display: inline-block;
    list-style-type: none;
    margin: 0 .25em;
    background-color: #000000;
}

.section.gallery .slick-dots span {
    width: 2em;
    height: 0.1em;
    background: #c9b6a4;
}

.gallery .headline {
    padding-bottom:2em;
}
.gallery .headline:after {
    content: "";
}

/* VERPFLEGUNG */
.verpflegung {
    background: transparent;
}
.verpflegung .boxes {
    margin: 2em 30px;
    padding: 0;
}
.verpflegung .box:hover .bar.withdesc {
    height: 100%!important;
    width: 100%;
    background: rgba(179,95,0,.9);
    background: rgba(117, 68, 26, .9);
    padding: 2.25em 1em;
    font-size: 2em;
    line-height: .5em;
}
.verpflegung .box {
    border: 1px dotted #AF601D;
    overflow: hidden;
}
.verpflegung .bar {
    width: 100%;
}
.verpflegung .bar {
    -webkit-transition: height ease 0s;
    -moz-transition: height ease 0s;
    -o-transition: height ease 0s;
    transition: height ease 0s;
}
.verpflegung .bar .text {
    font-size: 24px;
}
.verpflegung .slick-slide {
    margin: 0 10px;
}
.verpflegung .slick-list {
    margin: 0 -10px;
}
.verpflegung .slick-arrow {
    top: 0;
    bottom: 0;
    background: #825630;
    left: -30px;
    border: 1px solid;
}
.verpflegung .icon-right.slick-arrow {
    left: inherit;
    right: -30px;
}
/* Preisliste */
.pricelistwrapper {
    background: transparent;
    max-width: 1120px;
    margin: auto;
}
.pricelistwrapper h3 {
    text-align: center;
    margin-bottom: 1em;
    color: #fff;
    background: #AF601D;
    padding: 10px;
    cursor: pointer;
}
.children-prices {
    margin: 1em auto;
}
.bn_pricelist_season {
    display: none;
    font-size: 1em;
    margin-bottom: 4em;
}
.pricelistwrapper tr {
    background: #e9cfb2;
}
.pricelistwrapper tr.rates {
    background: transparent!important;
}
.pricelistwrapper .rates th {
    font-size: 1em;
    line-height: 1;
    padding: 25px 0;
    text-align: center;
}
.pricelistwrapper .rates th:first-child {
    text-align: left;
    padding: 6px 30px;
}
.pricelistwrapper tr:first-child {
    background: transparent;
    display: table-row!important;
}
.pricelistwrapper tr:nth-child(2n) {
    background: #f4e7d9;
}
.pricelistwrapper th:first-child, .pricelistwrapper td:first-child {
    text-align: left;
    padding: 6px 30px;
}
.pricelistwrapper th {
    font-size: 1.25em;
    line-height: 3em;
}
.pricelistwrapper th:first-child, .pricelistwrapper td:first-child {
    text-align: left;
    padding:6px 30px;
}
.pricelistwrapper td, .room th {
    text-align: center;
    padding: 6px 4%;
}
.rooms .room_bottom.pricedesc {
    margin: 0 30px;
}
.roomname {
    position: relative;
}
.roomname .icon {
    right: 25px;
    top: 0;
    color: #fff;
    line-height: 80px;
}
.roomname .icon.close {
    top: 0;
}
.pricelists .bn_pricelist_season {
    margin-bottom: 2em;
}
.belegung {
    text-align: center;
    display: block;
}
.verpflegunsgart_wrap,
.belegungen_zimmer_wrap {
    /*display: none;*/
    margin: 15px 0;
    text-align: center;
}
.verpflegunsgart.act,
.verpflegunsgart:hover,
.belegungen_zimmer.act,
.belegungen_zimmer:hover {
    background: #AF601D;
    color: #fff;
}
.verpflegunsgart,
.belegungen_zimmer {
    min-width: 9em;
    padding: 0 1em;
    height: 3em;
    background: #f0dfcc;
    display: inline-block;
    text-align: center;
    line-height: 3em;
    cursor: pointer;
    margin-bottom: 5px;
}
.single_belegung {
    display: none;
}
.single_belegung:first-child {
    display: block;
}
/* one item */

.verpflegunsgart_wrap .verpflegunsgart:first-child:nth-last-child(1),
.belegungen_zimmer_wrap .belegungen_zimmer:first-child:nth-last-child(1) {
    display:none;
}
/* two items */
.verpflegunsgart_wrap .verpflegunsgart:first-child:nth-last-child(2),
.verpflegunsgart_wrap .verpflegunsgart:first-child:nth-last-child(2) ~ .verpflegunsgart,
.belegungen_zimmer_wrap .belegungen_zimmer:first-child:nth-last-child(2),
.belegungen_zimmer_wrap .belegungen_zimmer:first-child:nth-last-child(2) ~ .belegungen_zimmer {
    width: 49.7%;
}
/* three items */
.verpflegunsgart_wrap .verpflegunsgart:first-child:nth-last-child(3),
.verpflegunsgart_wrap .verpflegunsgart:first-child:nth-last-child(3) ~ .verpflegunsgart,
.belegungen_zimmer_wrap .belegungen_zimmer:first-child:nth-last-child(3),
.belegungen_zimmer_wrap .belegungen_zimmer:first-child:nth-last-child(3) ~ .belegungen_zimmer {
    width: 33%;
}
/* four items */
.verpflegunsgart_wrap .verpflegunsgart:first-child:nth-last-child(4),
.verpflegunsgart_wrap .verpflegunsgart:first-child:nth-last-child(4) ~ .verpflegunsgart,
.belegungen_zimmer_wrap .belegungen_zimmer:first-child:nth-last-child(4),
.belegungen_zimmer_wrap .belegungen_zimmer:first-child:nth-last-child(4) ~ .belegungen_zimmer {
    width: 24.6%;
}
p.size {
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size: 2em;
}
/* TOGGLE BOX */

.togglebox.textelement {
    margin: 0.5em auto!important;
}

.toggle_wrapper {
    display: flex;
    align-items: center;
    padding: 5px 25px;
    background: rgba(255, 255, 255, 0);
    height: 42px;
    width: 100%;
    cursor: pointer;
    position: relative;
    border: 1px solid #98877C;
    transition: all 0.5s 0.5s linear;
}

.toggle_header {
    display: inline-block;
}
.toggle_header h2{
    color: #000000;
    font-size: 20px;
    letter-spacing: 1px;
}
.toggle_header.close h2{
    font-weight: 600;
}

.toggle_main {
    display: none;
    padding: .5em 40px;
    border: 1px solid #98877C;
    border-top: 0px solid white;
}
.toggle_wrapper .icon {
    display: flex;
    align-items: center;
    top: 0;
    font-size: 5px;
    height: 100%;
}
.toggle_wrapper .icon.close {
    display: flex;
    align-items: center;
    top: 0;
    font-size: 5px;
    height: 42px;
}
.toggle_wrapper.close {
    border-bottom: 0px solid white;
    transition: none;
}
.toggle_main_right {
    letter-spacing: 0.75px;
    flex: 1;
}
.toggle_main_right p{
    margin-top: 0;
}
.toggle_main_right .btn {
    margin-top: 15px;
    font-weight: normal;
    background: #98877C;
}

.toggle_main_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.toggle_main_left {
    margin-right: 15px;
    width: 50%;
}

.toggle_main_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
     transition-duration: .5s;
}

.icon.close {
    top: 20px;
    transform: scaleY(-1);
}

.toggle_header:before {

}

.partner .toggle_wrapper {
    border: 0;
}

.partner .toggle_main {
    border: 0;
    padding-bottom: 10em;
}


/* NoHeader */
body.no_header .header {
    height: auto;
}
body.no_header .logo .small {
    display: block;
}
body.no_header .logo .big {
    display: none;
}
body.no_header .top_header {
    top: 0;
}
body.no_header .header_slider.parallax {
    display: none;
}
body.no_header .main {
    margin-top: 8em;
}
body.no_header .bottom_header {
    display: none;
}

/* HalfHeader */
body.half_header .header, 
body.half_header .header_slider, 
body.half_header #header_slider, 
body.half_header #header_slider div {
    height: 100%;
}
body.half_header .header_slider img {
    width: 100%;
    height: 100%;
}

body.half_header .header {
    max-height: 700px;
}
/* PopUP */
.ui-widget-content {
    background: #f9a800;
}

.ui-widget-header {
    border: 1px solid #af5f19;
    background: #af5f19;
    color: #fff;
}

.bn__form-grid__error-dialog__list__item:hover {
    background: #705745;
    color: #fff;
}

/* IFrame */
.iframe {
    text-align: center;
}

/* ROOMS */

.rooms {
    background: #fff;
}

.roomslider {
    height: 100%;
    display: table-row!important;
    table-layout: fixed;
}
.itemroom {
    table-layout: fixed;
}

.roomfilterwrapper {
    text-align: center;
}

.roomfilter span {
    min-width: 9em;
    padding: 0 1em;
    height: 3em;
    background: #f0dfcc;
    display: inline-block;
    text-align: center;
    line-height: 3em;
    cursor: pointer;
    margin-bottom: 5px;
}

.rooms .box {
    height: 17.25em;
    height: 290px;
    display: table;
    overflow: hidden;
    text-align: center;
    table-layout: fixed
}

.rooms .box .slick-arrow {
    top: 0;
    bottom: 0;
    background: #fff;
    color: #a89a8f;
    left: -15px;
}

.rooms .box .icon-right.slick-arrow {
    right: -15px;
    left: inherit;
}

.rooms .box.background {
    background: #AF601D;
}

.rooms .box:last-child {
    background: #f0dfcc;
}

.rooms h3 {
    font-size: 2em;
    color: #fff;
    cursor: pointer;
}

.roomtitel,
.roominfo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: #AF601D;
}

.roominfo:before {
    content: "\e90e";
    font-family: icomoon;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 35px;
    color: #f6a721;
}

.pricepp {
    font-size: 1.5em;
    font-weight: bold;
}

.ppnight {
    font-size: 1.5em;
    padding-bottom: .334em;
}

.roomdetails {
    font-size: 1em;
    color: #715843;
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 0 23.5%;
    padding: 5px 0;
    position: relative;
    cursor: pointer;
}

.roomdetails span {
    display: inline-block;
}

.roomdetails .icon {
    right: 12px;
    top: 12px;
    font-size: 12px;
    margin-left: 25px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.roomdetails .icon.close {
    top: 8px;
}

.rooms .buttonwrap {
    position: absolute;
    bottom: 1.5em;
    left: 0;
    right: 0;
}

.rooms .buttonwrap a {
    text-decoration: none;
}
.rooms.news .btn {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    height: 2em;
    line-height: 2em;
    font-size: 1em;
    background: #f7a700;
}

.rooms.news .btn:hover {
    opacity: 0.8;
}

.rooms .buttonwrap a + a .btn {
    background: #af5f19;
    margin-left: 15px;
}

.rooms .buttonwrap a + a .btn:hover {
   opacity: 0.8;
}

.room_top img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: auto;
}
.room_top .slick-slider img {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    margin: auto;
    height: auto;
    width: 100%;
    max-height: 290px;
}


.rooms .room_bottom {
    display: none;
    margin: 2.25em auto;
    max-width: 1120px;
}

.room_bottom span {
    font-size: 1.25em;
    font-weight: bold;
}

.seasonname {
    background: #AF601D;
    color: #fff;
    font-weight: bold;
    font-size: 1.25em;
    padding: .8em 1.2em;
    position: relative;
}

.seasonname .icon-oeffnen {
    font-size: .75em;
}

.room .pricelist {
    display: none;
}
.room .pricelistwrapper {
    display: none;
}

.room .seasonlist + .seasonlist {
    margin-top: 2.5em;
}

.room th:first-child, 
.room td:first-child {
    text-align: left;
    padding: 6px 30px;
}

.room td, 
.room th {
    text-align: center;
    padding: 6px 3%;
}

.room th {
    font-size: 1.25em;
    line-height: 3em;
}

.room tr:first-child {
    background: transparent;
}

.room tr {
    background: #e9cfb2;
}

.room tr:nth-child(2n) {
    background: #f4e7d9;
}

.room + .room {
    margin-top: 2%;
}

/* ROOMLIST */

.roomslist .category_filter {
    max-width: 1150px;
    padding: 0 35px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 80px;
}

.roomslist .category_filter_item {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.roomslist .category_filter_item[data-active="0"] {
    opacity: 0.5;
}
.roomslist .category_filter_item > div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}
.roomslist .category_filter_item > div:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
}
.roomslist .category_filter_item[data-active="0"] > div:after {
    display: none;
}

.roomslist .category_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 2;
    letter-spacing: 1.5px;
    padding: 0 35px;
}

.roomslist .category_title[data-active="0"] {
    display: none;
}

.roomslist .JS-no-result {
    color: red;
}
.roomslist .JS-no-result[data-active="0"] {
    display: none;
}

.roomslist .JS-filter__item[data-active="0"] {
    display: none!important;
}

.roomslist .categories {
    text-align: right;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: -20px;
}

.roomslist .categories > span:not(:last-child):after {
    content: ', ';
}

@media screen and (max-width: 767px) {
    .roomslist .category_filter {
        margin-bottom: 45px;
        padding: 0 30px;
    }
    .roomslist .categories {
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .roomslist .category_title {
        font-size: 17px;
        line-height: 1.7;
        letter-spacing: 0.17px;
        padding: 0 30px;
    }
}

.rooms2 {
    display: flex;
    flex-wrap: wrap;
}
.rooms2 .room {
    flex: 1 0 50%;
    margin: 0;
    overflow: hidden;
    padding: 15px 15px 105px 15px;
    box-sizing: border-box;
    max-width: 550px;
}

.rooms2 .room[data-category="DZ"] .seasonlist .info,
.rooms2 .room[data-category="SU"] .seasonlist .info,
.rooms2 .room[data-category="EZ"] .seasonlist .info {
   display: none;
}

.rooms2 .room>div {
    padding-bottom: 50px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.rooms2 .room .top {
    position: relative;
}
.rooms2 .room img {
    width: auto;
    height: auto;
}
.rooms2 .room .priceinfo {
    background: #fff;
    color: #A86322;
    position: absolute;
    bottom: 25px;
    left: 30px;
    padding: 20px;
    line-height: 1;
    display: none
}
.rooms2 .room .priceinfo b {
    font-size: 28px;
}
.rooms2 .room .roomdetail {
    padding: 29px 28px 0 28px;
    background: rgba(152, 135, 124, 0.17);
    flex: 1;
}
.rooms2 .room  .roomdetail .size {
    font-size: 20px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: bold;
    position: relative;
    width: auto;
    text-align: center;
    background: rgb(152 135 124 / 20%);
    border-radius: 17px;
    margin-right: 20px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.rooms2 .room .size i{
    font-weight: 500;
    padding-left: 10px;
}
.rooms2 .roomdetail .wrapper {
    display: flex;
    flex-wrap: wrap;
}
.rooms2 .room h2 {
    font-size: 30px;
    font-family: 'Rajdhani', medium;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    color: #000000;
    padding-bottom: 25px;
    text-align: left;
    font-weight: 600;
}
.rooms2 .room .bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    transform: translateY(20px);
}
.rooms2 .room .btn {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    line-height: 1.2;
    font-size: 1em;
    background: #f7a700;
    letter-spacing: 0.9px;
    font-weight: 500;
    text-align: left;
    padding: 10px 20px 10px 42px !important;
}
.rooms2 .room .btn span {
    padding: 0;
}
.rooms2 .room .btn span:before {
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}
.rooms2 .room .bottom a+a .btn {
    background:#A86322;
}
.rooms2 .room .bottom .detail {
    width: 100%;
}
.rooms2 .room .bottom .detail .btn {
    text-align: right;
    width: 210px;
    background: #eeebe9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.offerlist .detail .btn {
    width: auto;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 15px;
    bottom: 25px;
}
.offerlist .detail .btn span,
.rooms2 .room .bottom .detail .btn span {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.offerlist .detail .btn i,
.rooms2 .room .bottom .detail .btn i{
    font-size: 9px;
    margin-left: 1em;
    color: black;
}
.rooms2 .room .moreinfo {
    background-color: hsla(0,0%,100%,.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    padding: 0;
    z-index: -1;
}
.rooms2 .room .moreinfo.act {
    z-index: 985;
}
.rooms2 .room span.icon-schliessen {
    position: fixed;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.rooms2 .room .moreinfo.act .box2 {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition-duration: .5s;
}
.rooms2 .room .moreinfo .box2 {
    background-color: #fff;
    max-width: 1400px;
    width: 100%;
    min-width: 260px;
    display: inline-block;
    overflow: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1em;
    box-shadow: 0 1px 14px 0 rgba(0,0,0,.16);
    padding: 5%;
}
.rooms2 .room .seasonname {
    background: transparent;
    color: #A86322;
    font-size: 1.65em;
    text-align: left;
    padding: .8em 0;
}
.rooms2 .room .seasonname .icon {
    display: none;
}
.rooms2 .room .pricelistwrapper {
    max-width: inherit;
    display: block!important;
}
.rooms2 .room .verpflegunsgart_wrap {
    text-align: left;
    margin: 0;
    display: flex;
}
.rooms2 .room .verpflegunsgart {
    background: transparent!important;
    display: inline-block;
    min-width: inherit;
    width: auto!important;
    color: #715848!important;
    padding: 0;
    margin: 0 7.5px;
}
.rooms2 .room[data-category="seeapp"] .verpflegunsgart[data-target="U"],
.rooms2 .room[data-category="seechalet"] .verpflegunsgart[data-target="U"],
.rooms2 .room[data-category="chalet"] .verpflegunsgart[data-target="U"] {
    order: 1;
    margin-left: 0;
}
.rooms2 .room[data-category="seeapp"] .verpflegunsgart[data-target="ZF"],
.rooms2 .room[data-category="seechalet"] .verpflegunsgart[data-target="ZF"],
.rooms2 .room[data-category="chalet"] .verpflegunsgart[data-target="ZF"] {
    order: 2;
}
.rooms2 .room[data-category="seeapp"] .verpflegunsgart[data-target="HP"],
.rooms2 .room[data-category="seechalet"] .verpflegunsgart[data-target="HP"],
.rooms2 .room[data-category="chalet"] .verpflegunsgart[data-target="HP"] {
    order: 3;
}
.rooms2 .room .verpflegunsgart.act,
.rooms2 .room .verpflegunsgart:hover {
    color: #A86322!important;
    text-decoration: underline;
}
.rooms2 .room tr:first-child {
    display: none!important;
}
.rooms2 .room .request {
    margin-top: 1em;
}
.rooms2 .room .request a+a .btn {
    background: #A86322;
}
.rooms2 .room .subheader span {
    color: #A86322!important;
    font-size: 1.65em!important;
}
.rooms2 .room .priceinfo2 {
    margin-bottom: 1em;
}
.rooms2 .room .priceinfo2 b {
    font-size: 23px;
    color: #A86322!important;
}
.rooms2 .room .moreinfo .room-image-wrapper {
    position: relative;
}
.rooms2 .room .moreinfo .room-image-wrapper .room-image__sketch {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7a700;
}
.rooms2 .room .moreinfo .room-image-wrapper .room-image__sketch:hover {
    background-color: #A86322;
}
.rooms2 .room .moreinfo .room-image-wrapper .room-image__sketch i {
    font-size: 30px;
    color: white;
    display: block;
}
.rooms2 .room .moreinfo img {
    width: 100%;
    height: auto;
}
.rooms2 .room .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    background: rgba(0,0,0,.5);
    left: 10px;
}
.rooms2 .room .icon-right.slick-arrow {
    right: 10px;
    left: initial;
}
/* EVENT */

.eventimg {
    max-width: 400px;
    margin-top: 20px;
}
.events .description {
    text-align: center;
}

.events .stdcontent {
    text-align: center;
}

/* RESTPLATZ */

.restplatz {
    max-width: 1120px;
    margin:auto;
}

.restplatz.rooms .box {
    width: 48%
}
.restplatz .room {
    max-height: 290px;
    overflow: hidden;
}

.oldprice:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    width: 100px;
    border-top: 1px solid #AF601D;
    margin: auto;
}
.oldprice {
    position: relative;
}
.oldprice + .oldprice {
    display: none;
}

.roomdate {
    position: relative;
    padding-top: .75em;
}

.roomdate:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px solid #6d5a49;
    width: 65%;
    margin: auto;
}

.rooms-restplatz + .norooms-restplatz {
    display: none;
}

/* Buttonelement */

.buttonelement {
    text-align: center;
    margin: 70px auto;
}
.buttonelement .btn{
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    line-height: 20px;
    height: auto;
    width: 170px;
}
.mfp-iframe-holder .mfp-content {
    max-width: 1900px;
}

.textelement .headline {
    max-width: 80%;
}

.textelement .headline h2{
    text-transform: uppercase;
    color: #000000;
    font-size: 25px;
    letter-spacing: 1.25px;
    font-weight: 600;
}

.room .buttonprice .btn{
    position: absolute;
    right: 1em;
    top: 1em;
    background: #FFFFFF;
    padding-left: 30px;
    z-index: 2;
}
.room .buttonprice .btn span{
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.75px;
    font-weight: 600;
}

.section2.news.center.highlightsmall .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    width: auto;
    font-weight: 600;
}

#bn-imprint {
    text-align: left;
}

.offerlist .buttonprice {
    position: absolute!important;
    width: 100%;
}
.offers .buttonprice .btn,
.offerlist .buttonprice .btn {
    right: 15px !important;
    top: 15px !important;
    height: auto;
    padding: 10px 17px 10px 43px;
    line-height: 1.3;
    text-align: left;
}

.offers .buttonprice .btn span {
    padding-left: 0;
}
.offers .buttonprice span:before {
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}
.offerlist .buttonprice span:before {
    top: 50%;
    transform: translateY(-50%);
}
.datewrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.datewrapper i{
   margin-left: 10px;
}

.offerlist .btn.allrequerst {
    position: relative;
    margin-left: 15px;
    background: #F5A52C;
    width: auto !important;
    height: auto;
    padding: 0 35px;
    bottom: 0 !important;
}

.offerlist .buttons {
    position: absolute;
    bottom: 0;
    right: unset;
    top: unset;
    transform: translateY(50%);
}
.offerlist .btn.request {
    position: relative;
    background: #AF601D;
    width: auto !important;
    height: auto;
    padding: 0 35px;
    bottom: 0 !important;
}

.offerlist .desc {
    min-height: unset;
    margin-bottom: 0;
}
.offerlist .newsdesc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.offerlist .titel {
    min-height: unset !important;
}

.separator {
    border-top: 1px solid #98877C;
}

.separatorwrap {
    max-width: 1088px;
    margin-top: 4em;
    margin-bottom: 4em;
    padding: 0 40px;
}

.separator-signet {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
}

.separator-signet img {
    background: white;
    padding: 6px;
}

.dna-quickrequest {
    position: fixed;
    right: 5%;
    bottom: 55px;
    display: flex;
    background: #FFFFFFFF;
    transition: bottom .5s;
    z-index: 989;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 2px;
    height: 95px;
    width: 450px;
    justify-content: flex-end;
}
.dna-quickrequest__dates {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #000000;
}
.dna-quickrequest__dates .dna-todate,
.dna-quickrequest__dates .dna-fromdate {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.dna-quickrequest__dates .dna-todate__day,
.dna-quickrequest__dates .dna-fromdate__day {
    pointer-events: none;
}
.dna-quickrequest__dates .dna-todate__day > span,
.dna-quickrequest__dates .dna-fromdate__day > span {
    font-size: 49px;
    letter-spacing: 2.45px;
    color: #000000;
    font-weight: 500;
    line-height: 74px;
}
.dna-quickrequest__dates .dna-todate__month,
.dna-quickrequest__dates .dna-fromdate__month {
    pointer-events: none;
    margin-left: 10px;
}
.dna-quickrequest__dates .dna-todate__month > span,
.dna-quickrequest__dates .dna-fromdate__month > span {
    font-size: 16px;
    color: #000000;
    opacity: 0.6;
    text-transform: uppercase;
}
.dna-quickrequest__dates .dna-todate__arrow,
.dna-quickrequest__dates .dna-fromdate__arrow {
    pointer-events: none;
    display: inline-flex;
}
.dna-quickrequest__dates .dna-todate__arrow .dna-icon,
.dna-quickrequest__dates .dna-fromdate__arrow .dna-icon {
    display: inline-block;
    font-size: 10px;
    transform: rotate(90deg);
}
.dna-quickrequest__dates .dna-todate input,
.dna-quickrequest__dates .dna-fromdate input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.dna-quickrequest__dates .dna-spacer {
    display: block;
    height: 30px;
    background: #000000;
    margin: 0 20px;
}
.dna-quickrequest__buttons {
    width: 34%;
}
.dna-quickrequest__buttons > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    padding: 0 20px;
}
.dna-quickrequest__buttons > a > span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.9px;
}
.dna-quickrequest__buttons > a.dna-request {
    background: #F5A52C;
    color: #ffffff;
}
.dna-quickrequest__buttons > a.dna-request:hover {
    background: rgba(245, 165, 44, 0.8);
}
.dna-quickrequest__buttons > a.dna-book {
    color: #ffffff;
    background: #AF601D;
}
.dna-quickrequest__buttons > a.dna-book:hover {
    background: rgba(175, 96, 29, 0.8);
}

.dna-quickrequest-trigger {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #EBBD26FF;
    z-index: 3000;
    display: none;
    justify-content: center;
    padding: 5px 0; }
.dna-quickrequest-trigger > span {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase; }
.dna-quickrequest-trigger > i {
    color: #050505;
    margin-right: 10px; }

.newscontainer {
    width: 100%;
    text-align: center!important;
    background: #98877C;
    max-width: none!important;
    margin: 15em 0 0 0!important;
    padding: 6em 2.5em 9em!important;
    z-index: 2;
}

.newscontainer .nlv_titel {
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 2.5px;
    margin-bottom: 60px!important;
}

.newscontainer .bn__form-grid.bn__form-grid--horizontal {
    color: white!important;
}

.newscontainer .bn__form-grid__column__item.bn__form-grid__button {
    background: #ffffff!important;
    color: #98877C;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newscontainer .bn__form-grid__column__item.bn__form-grid__button:hover {
    background: #f1dfcc!important;
}

.newsletterwrapper {
    margin: auto;
}

.bn__form-grid__proto.bn__form-grid__proto--0 {
    color: #000000;
}

.bn__custom-color__background.consent_text.consent_text_marketing {
    border: 1px solid #000000!important;
}

.footer {
    max-width: none!important;
    padding: 0!important;
}

.fbox {
    text-align: center!important;
    width: 100%!important;
}

.footer .ftitel{
    font-size: 25px;
    letter-spacing: 1.25px;
    color: #98877C;
    font-weight: 400;
    text-transform: initial;
}

.footer .fcontact {
    margin-top: 20px;
    font-size: 22px;
    letter-spacing: 1.1px;
}

.footer #legalM {
    margin: auto!important;
    max-width: 1550px!important;
    padding: 0 25px!important;
}

.footercontactwrapper {
    margin-top: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px -20px -20px -20px;
}

.footercontactwrapper a:hover{
    color: #F5A52C!important;
}

.footer .mobilephone {
    display: flex;
    position: initial;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 10px;
}
.footer .mobilephone span{
    background: transparent;
    font-weight: 600;
    border: none;
    width: auto;
}

.footer .mail-footer .icon-mail,
.footer .mobilephone .icon-telefon{
   margin-right: 10px;
}

.footer .mail-footer {
    display: flex;
    position: initial;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 10px;
}

.footer .mail-footer span{
    background: transparent;
    font-weight: 600;
    border: none;
    width: auto;
}

.partner {
    margin: auto!important;
    max-width: 1550px!important;
    margin-top: 2em!important;
    padding-bottom: 10em!important;
}

.partnerwrap {
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.partner .overline {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 22px;
    text-align: left;
    letter-spacing: 1.1px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}

.partner .overline .icon-oeffnen{
    font-size: 5px;
    line-height: 28px;
    font-weight: 500;
}

.partner .icon {
    position: static;
    height: 100%;
}

.partner .icon.close {
    height: 22px!important;
}

.partner .overline span{
    margin-right: 10px;
    font-weight: 500;
}

.partner .partnerbox {
    padding: 0 15px;
}

.partner .partnerbox:first-child {
    padding-left: 0;
}

#dsgvo_newsletter .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column .bn__form-grid__column__item.bn__form-grid__button {
    letter-spacing: 0.75px;
    font: normal normal 600 15px Rajdhani;
}

.dna-imglist {
    overflow: hidden;
}

.dna-imglist__list.JS-hidden {
    display: none;
}
.dna-imglist__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 3em;
}
.dna-imglist__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -20em;
}

.dna-imglist__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.dna-imglist__item > div {

}
.dna-imglist__item > a {
    height: 100%;
}

.dna-imglist__filter__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.dna-imglist__filter__item {
    padding: 0 15px;
    letter-spacing: 1.1px;
    cursor: pointer;
}

.dna-imglist__filter__item > i {
    display: none;
}

.dna-imglist__filter__item.JS-active > span {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #F5A52C;
    text-underline-position: under;
}

.dna-imglist__item__wrap > img {
    height: 300px;
    object-fit: cover;
}

.fullwidth {
    position: absolute;
    margin: 10px;
    color: #FFFFFF;
    font-size: 15px;
    pointer-events: none;
}

.dna-imglist__item .fullwidth {
    position: absolute;
    color: #FFFFFF;
    font-size: 15px;
    pointer-events: none;
    top: 10px;
    left: 10px;
}

.collapseTrigger {
    display: none;
}

.requestContainer {
    max-width: 1150px;
    padding: 0 20px;
    margin: auto;
}

.lang_nav.nav.mobile {
    display: none;
}

.offers .buttonwrap .btn span {
    padding: 0 20px;
}

.section2.news.highlightsmall {
    margin: 5em auto;
}

.boxnlv.bewertung {
    padding-top: 0;
}

.news-interface .desc {
    min-height: 270px!important;
}

.family {
    margin-bottom: 3em!important;
    margin-top: 3em!important;
}

.offers.news .btn span {
    padding: 0;
}

.roomlist .detail .btn span {
    padding: 0;
}

.section.gallery h2 {
    text-align: left;
    letter-spacing: 1.25px;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}

.interestingsites {
    margin: auto!important;
    max-width: 1550px!important;
    padding: 0 25px!important;
    padding-top: 10px!important;
}


.interestingsites__wrapper {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.75px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}

.interestingsites__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.interestingsites___item a {
    text-decoration: none;
    font-weight: 500;
}
.section2.highlights.reverse2.center {
    max-width: none;
}

.box2 .bn_pricelist .information {
    margin-top: 4em;
}

.rooms2 .room .btn:hover {
   opacity: 0.8!important;
}

.offers .buttonprice .btn:hover {
    opacity: 1;
}

.person_headline h2{
    color: #000000;
    letter-spacing: 2px;
}

.hvr-icon-forward > i {
    transition: transform 0.25s;
}

.hvr-icon-forward:hover > i{
    transform: translateX(3px);
}

.cur a{
    font-weight: 600!important;
}

.offerdetail .imgwrap .buttonprice .btn span {
    display: flex;
    align-items: center;
    padding: 0;
}

.icon-award {
    display: none;
}

body.uid124 .icon-award {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7em;
    width: 100%;
    z-index: 2;
    transform: translateY(50%);
    position: relative;
}
/*Weather*/

.weather.textelement {
    margin-bottom: 5em;
}

#bn-weather {
    margin-top: 1em;
}

.weather .weather-billboard-row {
    display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-align-items: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    width: 100%;
    text-align: center;
}

.weather .weather-billboard-row {
    display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-align-items: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
}

.weather .weather-billboard-row:nth-child(even) {
    display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-align-items: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
}

.weather .weather-billboard-image {
    padding: 20px;
    flex: 1 50%;
    display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.weather .weather-billboard-text {
    flex: 1 50%;
    padding: 20px;
    display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.weather-billboard-row:nth-child(odd) {
    outline: 1px solid;
}
.weather-billboard-row:nth-child(even) {
    background-color: #f0dfcc;
}

.weather-symbol {
    font-size: 6em;
}

/*Seekda*/


.skd-widget {
    max-width: 1100px;
    margin: auto!important;
}

.bn_logo_imprint {
    float: none!important;
}

/* NEW FORMS FG:06.06.18 */
/*CUSTOM-COLOR*/
#dsgvo_request {
    display: none;
}
#dsgvo_request .bn__custom-color__background {
    background-color: #f7a700; /*color1*/
}
#dsgvo_request .bn__custom-color__font {
    color: #f7a700; /*color1*/
}
#dsgvo_request input:focus,
#dsgvo_request select:focus {
    border-bottom: 1px solid #f7a700; /*color1*/
}
#dsgvo_request textarea:focus {
    border: 1px solid #f7a700; /*color1*/
}
#dsgvo_request .bn__form-grid__button {
    background-color: #75441a; /*color2*/
    border-radius: 0!important;
}
/*CUSTOM-COLOR*/
#dsgvo_quickrequest .bn__custom-color__background {
    background-color: #f9a800; /*color1*/
}
#dsgvo_quickrequest .bn__custom-color__background_button {
    background-color: #75441a; /*color2*/
    border-radius: 0!important;
}
#dsgvo_quickrequest .bn__form-grid {
    color: #fff; /*color3*/
}
#dsgvo_quickrequest input,
#dsgvo_quickrequest select {
    border-bottom: 1px solid #fff; /*color3*/
}
/*CUSTOM-COLOR*/
#dsgvo_newsletter .bn__custom-color__background_button {
    background-color: #AF601D; /*color1*/
    border-radius: 0!important;
    width: 255px;
    height: 50px;
    line-height: 30px;
    margin: auto;
    float: none;
    font-size: 25px!important;
    text-transform: none;
    margin-bottom: -5px;
}
#dsgvo_newsletter .bn__form-grid {
    color: #a89a8f; /*color2*/
    margin: 0 auto;
}
#dsgvo_newsletter input,
#dsgvo_newsletter select {
    border-bottom: 1px solid #a89a8f; /*color2*/
}
#dsgvo_newsletter .bn__custom-color__background {
    background-color: #fff!important; /*color3*/
}
#dsgvo_newsletter {
    text-align: left;
    display: none;
}
#dsgvo_quickrequest .consent_wrapper .consent_text {
    color: #705848;
    border: 1px solid;
    background: #fff;
    border-radius: 0;
}

#dsgvo_newsletter .bn__form-grid.bn__form-grid--horizontal {
    padding: 0;
    margin: auto -20px;
}
#dsgvo_newsletter .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column .bn__form-grid__column__item.bn__form-grid__button {
    height: 45px;
    line-height: 18px;
    max-width: 240px;
    float: right;
    padding: 0!important;
    margin: 0!important;
    font-size: 15px!important;
}
#dsgvo_newsletter .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__row {
    width: 34%;
}
#dsgvo_newsletter .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__row--horizontal-sm-half {
    width: 16%;
}
#dsgvo_newsletter .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column .bn__form-grid__column__item {
    font-family: 'Rajdhani',sans-serif;
    font-size: 17px;
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    #dsgvo_newsletter .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__row {
        width: 100%;
    }
}

.newsletter_content .newsletterContainer{
    width: 100%;
    z-index: 2;
    max-width: 560px;
}
.newsletter_content .headline {
    letter-spacing: 2.5px;
    margin-bottom: 60px !important;
}
.newsletter_content .headline h2 {
    padding: 0 !important;
    font-size: 25px !important;
}
.newsletter_content .nlc_container fieldset.bn__form-grid__block:not(.bn__form-grid__hidden),
.newsletter_content .nlc_container fieldset.bn__form-grid__block:not(.bn__form-grid__hidden) > div,
.newsletter_content .nlc_container fieldset.bn__form-grid__block:not(.bn__form-grid__hidden) > div:not(.bn__form-grid__row--horizontal-sm-half) > div {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    float: none !important;
}

.newsletter_content .nlc_container .bn__form-grid__js--submit {
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.newsletter_content .nlc_container .bn__form-grid__js--submit:hover {
    opacity: .8;
}
.newsletter_content .nlc_container .bn__form-grid__icon--checkmark:before {
    display: none;
}
/*  ==========================================================================
    Globale Element Selektoren (h1, a, button)
    Sie werden hier am Anfang definiert, da sie das Layout der kompletten Seite
    beeinflussen.
    ========================================================================== */
/* rajdhani-regular - latin */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 400;
    src: url('/fileadmin/web/fonts/google/rajdhani-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-regular.svg#Rajdhani') format('svg'); /* Legacy iOS */
}
/* rajdhani-500 - latin */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 500;
    src: url('/fileadmin/web/fonts/google/rajdhani-v14-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-500.woff') format('woff'), /* Modern Browsers */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-500.svg#Rajdhani') format('svg'); /* Legacy iOS */
}
/* rajdhani-600 - latin */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 600;
    src: url('/fileadmin/web/fonts/google/rajdhani-v14-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-600.woff') format('woff'), /* Modern Browsers */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-600.svg#Rajdhani') format('svg'); /* Legacy iOS */
}
/* rajdhani-700 - latin */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    src: url('/fileadmin/web/fonts/google/rajdhani-v14-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-700.woff') format('woff'), /* Modern Browsers */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fileadmin/web/fonts/google/rajdhani-v14-latin-700.svg#Rajdhani') format('svg'); /* Legacy iOS */
}

body {
    color: #000000;
    font-family: 'Rajdhani', sans-serif;
    font-size: 62.5%;
}

h1 {
    color: #F5A52C;
    letter-spacing: 2.5px;
    font-size: 2.5em;
    line-height: 1.1;
    font-weight: 700;
}

h2 {
    color: #705846;
    font-size: 1.75em;
    font-weight: normal;
}

h3 {
    font-size: 1.5em;
}

h1,
h2,
h3 {
    margin: 0;
}

.description {
    letter-spacing: 1px;
    margin-top: 30px;
}

.description h2,
.description h3 {
    text-align: left;
    letter-spacing: 1.25px;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    margin-top: 10px;
}

a {
    color: #F5A52C;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: none;
}

/*  ==========================================================================
    Layout
    Hier das Layout der Seite programmieren. So gut es geht, wiederverwendbaren Code
    in modules.css separieren.

    #id selector nicht im CSS benutzen, da es schwierig wird ids zu überschreiben
    (es braucht 255 Klassen um eine id zu überschreiben). ids sind dennoch sinnvoll
    um performant mit JS aufs DOM zuzugreifen.

    Lesen:
    http://csswizardry.com/2011/09/when-using-ids-can-be-a-pain-in-the-class/
    http://csswizardry.com/2013/05/scope-in-css/

    ========================================================================== */

html, body, .header, .header_slider, #header_slider, #header_slider div {
    height: 100%;
}

.header {
    position: relative;
}

.header ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0;
}

.top_header {
    width: 100%;
    height: 135px;
    position: fixed;
    z-index: 989;
    background: #fff;
    -webkit-transform: translateZ(0);
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.35);
}


.top_header_inner {
    margin: auto;
    max-width: 1670px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.top_header_inner .header-left {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.top_header_inner .header-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.top_header,
.body {
    font-size: 2em;
}

.logo .small {
    display: none;
}

.logo .big {
    max-width: 215px;
    width: 100%;
}

.top_header li {
    display: inline-block;
}

.top_header li a {
    color: #000000;
    text-transform: uppercase!important;
    letter-spacing: 1.1px;
    font-weight: 400;
    text-decoration: none;
}

.top_header li a:hover {
    text-decoration: underline;

}
.top_header li a.cur,
.top_header li a.act {
    color: #f7a700;
}

.primary_nav .primary_nav_outer  {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.DNA-header__contact {
    display: flex;
    margin-bottom: 5px;
    margin-left: 60px;
}

.DNA-header__contact > a {
    color: #000000;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: color 0.5s;
}

.DNA-header__contact > a:hover {
    color: #F5A52C;
}

.DNA-header__contact > a:first-child {
    margin-right: 25px;
}

.DNA-header__contact i {
    font-size: 14px;
    margin-right: 10px;
}

.DNA-header__contact span {
   font-size: 16px;
}

.primary_nav .level0>li {
    z-index: 1;
    font-size: 22px;
    line-height: 75px;
    position: relative;
    padding: 0 20px;
}

.primary_nav .level0>li a{
    font-weight: 500;
}

.primary_nav .primary_nav_outer .level0 li.buttons {
    display: none;
}

.primary_nav .level0>li .icon {
    display: none;
}

.primary_nav .level0>li.last {
    padding-left: 21px;
    padding-right: 0;
}

.primary_nav li:hover .sub_nav {
    display: flex;
}

.primary_nav .sub_nav {
    display: none;
    position: absolute;
    padding-top: 10px;
    font-weight: 500!important;
}
.primary_nav .sub_nav>ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.35);
}
.maincolpos.clearfix {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.primary_nav .level0 li.last .sub_nav {
    left: -135%;
}

.primary_nav .sub_nav li {
    font-size: 22px;
    display: block;
    line-height: 1em;
    z-index: 0;
    font-weight: bold;
}

.primary_nav .sub_nav li a {
    color: #000000;
    text-transform: none!important;
    display: block;
    border-top: 1px solid #705848;
    padding: 15px;
    font-size: 20px;
    white-space: nowrap;
}

.primary_nav .sub_nav li a:hover {
    color: #af5f19;
    text-decoration: none;
}
.primary_nav .sub_nav li a.act,
.primary_nav .sub_nav li a.cur {
    color: #af5f19;
}

.primary_nav .lvl2.sublvl li {
    font-weight: normal;
    font-size: 1em;
    padding-left: 20px;
}


.primary_nav .lvl2.sublvl a:hover,
.primary_nav .lvl2.sublvl a.cur {
    color: #f7a700;
}

.lang_nav {
    text-align: right;
    font-size: 15px;
}

.lang_nav li + li {
    padding-left: 5px;
}

.lang_nav li a{
    font-weight: 400!important;
}

.lang_nav li.active a {
    font-weight: bold!important;
}

.scrolldown {
    position: absolute;
    text-align: center;
    bottom: 55px;
    right: 50%;
    transform: translateX(50%);
}

.innerScrolldown {
    width: auto;
    height: 31px;
    color: #fff;
    font-size: 31px;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.innerScrolldown:hover {
    color: #f5a52c;
}

.newsbox {
    width: 16em;
    height: 16em;
    background: #fff;
    border-radius: 16em;
    position: absolute;
    /*bottom: 100px;*/
    top: 200px;
    right: 110px;
}

.newsbox a {
    color: #715744;
}

.headerslogan {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 130px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #705848;
}

.inner_news {
    color: #715744;
    font-size: 2.5em;
    padding-top: 2.9em;
    text-align: center;
}

.inner_news:before {
    content: "\e90e";
    font-family: icomoon;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 35px;
    color: #f6a721;
}

.inner_news p {
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}

.header_slider {
    overflow: hidden;
}

.header_slider .icon-right,
.header_slider .icon-left {
    height: 30px !important;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    font-size: 12px;
}

.header_slider .icon-right {
    right: 110px;
}
.header_slider .icon-left {
    left: 110px;
}

.header_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom_header .buttons.mobi {
    display: none;
}

.bottom_header a {
    padding-left: 15px;
}

.bottom_header a:first-child {
    padding-left: 0;
}

.link_wrapper {
    display: flex;
    font-size: 20px;
    color: #000000;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    padding: 10px;
}

.innder_bottom_header {
    margin: auto;
    max-width: 1920px;
    position: relative;
    height: 50px;
}

.header_social {
    display: inline-block;
}

.ql_header {
    display: flex;
}

.ql_header a:hover i{
    color: #F5A52C;
}

.header_social {
    font-size: 30px;
    line-height: 60px;
}

.mobilefixed {
    display: none;
    position: fixed;
    right: 70px;
    z-index: 111111;
    bottom: 0px;
    color: #0b0b0b;
    box-shadow: 0px -3px 6px #00000029;
    width: 96px;
    height: 43px;
}

.mobilephone {
    display: none;
    position: fixed;
    right: 115px;
    bottom: 0px;
    color: #0b0b0b;
}
.mail-footer {
    display: none;
    position: fixed;
    right: 75px;
    bottom: 0px;
    color: #0b0b0b;
}
.mobilephone>span {
    background:  #fff;
    font-size: 20px;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    width: 50px;
    border: 3px solid #fff;
}
.mail-footer>span {
    background:  #fff;
    font-size: 20px;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    width: 50px;
    border: 3px solid #fff;
}

.bottom_header a:hover {
    color: #473a2e;
}

.quicklinks {
    position: absolute;
    left: 140px;
    bottom: 80px;
}

.ql_header {
    display: flex;
}

.ql_text {
    font-size: 23px;
    margin-left: 10px;
    text-transform: uppercase;
}

.ql_inner {
    margin-left: 50px;
}

.searchwrap {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: bold;
}

.searchwrap form#search {
    display: inline-block;
}

.searchwrap input {
    background: transparent;
    border: 0;
    outline-color: #705845;
    color: #473a2e;
    padding: 0 5px;
    margin: 0 5px;
    width: 100px;
}

ul.browsebox {
    padding: 0!important;
}

.main {
    font-size: 2em;
}

.breadcrumb {
    text-align: left;
    padding: 7em 15px 0.5em 20px;
    text-transform: uppercase;
    color: #767676;
    letter-spacing: 0.65px;
    font-size: 13px;
    max-width: 1150px;
    margin: auto;
}
.breadcrumb a{
    color: #767676;
}
.breadcrumb a:hover{
    color: #F5A52C;
}

.subcontent {
    padding-top: 10em;
}

.footer {
    max-width: 1860px;
    max-width: 1900px;
    padding: 0 25px;
    margin: auto;
    padding-bottom: 150px;
}

.newsletter.vote {
    font-size: .5em;
    height: auto;
    justify-content: space-between;
}

.boxnlv {
    width: 560px;
    padding: 5em 2.5em 0 2.5em;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.newsletter .bg img {
    position: absolute;
    width: 60%;
    left: -24%;
    opacity: 7%;
    overflow: hidden;
    z-index: 1;
    margin: -9em;
    margin-top: -25%;
    transform: rotate(-3deg);
    pointer-events: none;
}

.zitat_link {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}

.zitat_link a:hover{
    text-decoration: underline;
}

.boxnlv+.boxnlv {
    width: 100%;
    text-align: left;
    max-width: 1500px;
}

.boxnlv .btn {
    font-size: 23px;
    height: 45px;
    line-height: 45px;
}

.boxnlv .btn span {
    font-size: 23px;
    font-weight: bold;
}

.nlv_titel {
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bewertungswrapper .nlv_titel {
    overflow: hidden;
    margin: 0 -30px;
}
.boxnlv+.boxnlv .nlv_titel {
    margin-bottom: 1em;
}

.icon-bewertung {
    color: #a89a8f;
    font-size: 2em;
}

.nlv_desc {
    font-size: 2em;
    max-width: 20em;
    margin: 1em auto;
}

.nlv_author {
    font-size: 20px;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: 500;
    letter-spacing: 1px;
}

.bewertungswrapper .nlv_desc {
    letter-spacing: 1.25px;
}

.nlv_zitat_1.icon-zitat {
    font-size: 1.5em;
    color: #b09b88;
    position: absolute;
    left: 1em;
}

.nlv_zitat_2.icon-zitat {
    font-size: 1.5em;
    color: #b09b88;
    position: absolute;
    right: 1em;
}



.footercontact {
    margin-bottom: 20px;
    position: relative;
    height: 275px;
}

.footercontact .fbox {
    background: #F4EEE9;
}



.fbox {
    width: 33.33%;
    padding: 60px 45px;
    font-size: 20px;
    box-sizing: border-box;
    background: #f1dfcc;
    display: inline-block;
    float: left;
    height: 100%;
    position:  relative;
}

.fbox:first-child {
    text-align: right;
}

.fbox p {
    margin: 0;
}

.bestprice_wrap {
    border: 3.5px dotted #715744;
    display: inline-block;
    border-radius: 150px;
    padding: 5px;
    position: absolute;
    top: -8%;
    left: 13%;
}

.bestprice {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background: #715744;
    color: #fff;
}

.bestprice_inner {
    font-size: 20px;
    padding: 20px 30px;
    text-align: center;
}

.ftitel,
.footertel {
    font-size: 30px;
    font-weight: bold;
}

.ftitel {
    text-transform: uppercase;
}

.fcontact {
    line-height: 39px;
}

.fcontact a {
    color: #705745;
    text-decoration: none;
}
.fcontact a:hover {
    color: #F5A52C;
}

.fbox .footertel p{
    margin: 20px 0 50px 0;
}

.fbox .footertel {
    color: #705745;
    text-decoration: none;
}

.fbox.dark {
    background: #705745;
    margin: 0 1%;
    width: 31.33%;
}

.fbox.dark span {
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
}

.fbox.dark span:after {
    content: "\e90e";
    font-family: icomoon;
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
    font-size: 2em;
    margin: auto;
}

#legalM .legal-menu * {
    color: #000000;
    padding-right: 10px;
    text-decoration: none;
    font-weight: 500;
}

#legalM .legal-menu a:hover {
   color: #face85;
}

.legal-menu {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.7px;
}

.footerpowered {
    float: right;
    font-size: 1em;
}
.footerpowered a{
    display: block;
    width: 11em;
}

.footerpowered a img{
    width: 100%;
    height: auto;
}

#legalM .brandnamic {
    display: inline-block;
    padding: 0;
    position: relative;
}

.brandnamic .icon {
    font-size: 15px;
    color: #000;
    position: relative;
    top: 2px;
    right: 0;
}

.partner {
    margin-top: 2em;
    text-align: center;
}

.partner img {
    max-width: 230px;
    max-width: 95px;
    height: auto;
    margin-right: 10px;
}

.quick-request {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 111;
    background: #f9a800;
    width: 100%;
    -webkit-transition: width .5s;
    transition: width .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.quick-request .center {
    margin: auto;
    height: 85px;
    max-width: 1860px;
    max-width: 1900px;
    padding: 0 25px;
}

.quick-request .qrleft {
    text-align: left;
    line-height: 85px;
    text-transform: uppercase;
    float: left;
    font-size: 25px;
    color: #6f5746;
    font-weight: bold;
}

.cb-cookiebanner {
    border: transparent;
    background: #fff;
    top: 0;
    bottom: inherit;
    box-shadow: 0px 2px 25px #705848;
}

.cookie_list td {
    border: 1px solid;
}

.cb-text {
    margin: 15px;
    font-size: 16px;
    line-height: 21px;
    color: #705848;
    font-family: 'Rajdhani', sans-serif;
}

.cb-button {
    background: #AF601D;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.cb-infotext {
    max-width: 1920px;
    min-height: 75px;
}

.cb-infolink, a.cb-infolink:visited {
    color: #f9a800;
}

body.cookie .top_header {
    top: 85px;
}


.bewertungswrapper {
    width: 100%;
    background: #F4EEE9;
    padding: 6em;
}
.boxnlv .bewertung {
    width: 725px;
}


.bewertungswrapper .nlv_desc {
    max-width: 25em;

}


/*  ==========================================================================
    Seitenspezifische Overrides
    Immer dazuschreiben, welche Änderungen vorgenommen werden
    ========================================================================== */

/* Auf Zimmerseite Header ausblenden*/

#uid10 td:last-child {
    width: 70%;
    padding: 10px 0;
}
#uid9 p {
    margin: 0;
}

.play-button{
    width: 140px;
    height: 100px;
    position: absolute;
    background-color: #000;
    z-index: 1;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 15px;
    background: #dfdfdf;
    display: none
}

.imgbox:hover .play-button{
    display: block;
}

.play-button .inner{
    margin: auto;
    top: 0;
    left: 6px;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 20px 0 20px 34.6px;
    border-color: transparent transparent transparent #fff;
}
.dna-popup {
     position: fixed;
     z-index: 1000;
     background-color: hsla(41, 100%, 85%, 0.45);
     backdrop-filter: blur(4px);
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: opacity .3s, transform 0.3s;
 }
.dna-popup.--hidden {
    transform: translateY(25px);
    opacity: 0;
    pointer-events: none;
}
.dna-popup__content {
    margin: 10px;
    max-width: 700px;
    background-color: white;
    padding: 25px 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    max-height: 90vh;
    overflow: auto;
}

.dna-popup__title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
}

.dna-popup__text p {
    margin: 15px 0;
}

.dna-popup__text a {
    color: #AF601D;
    text-decoration: underline;
}

.dna-popup__text a:hover {
    color: #cc6d00;
}

.dna-popup__text > :first-child {
    margin-top: 0px;
}

.dna-popup__text > :last-child {
    margin-bottom: 0px;
}

.dna-popup__buttons {
    display: flex;
    /* justify-content: center; */
    margin-top: 12px;
}

.dna-popup__button {
    background: #AF601D;
    text-align: center;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: box-shadow 0.3s, background .3s, transform 0.3s;
}

.dna-popup__button:hover {
    background: #cc6d00;
    transform: translateY(-1px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

}
@media screen and (max-width: 800px){
    .dna-popup__text p {
        margin: 5px 0;
    }
    .dna-popup__text {
        font-size: 15px;
    }
    .dna-popup__title {
        font-size: 24px;
    }
}
.dna-header-media__item {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.primary_nav .lvl2.sublvl a {
    border: none;
    font-size: .9em;
    font-weight: 400;
}

.top_header_inner .header-left.act {
    display: none;
}

.top_header.act {
    display: none;
}

/* textimage */
.dna-textpic {
    margin: 5em 0;
}
.dna-textpic__wrap {
    max-width: 1740px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.dna-textpic__wrap {
    display: flex;
}
.dna-textpic__image {
    width: 50%;
}
.dna-textpic__image img {
    display: block;
    width: 100%;
    height: auto;
}
.dna-textpic__content {
    width: 50%;
    display: flex;
    align-items: flex-start;
}
.dna-textpic__content__box {
    background-color: rgb(244 238 233 / 80%);
    padding: 65px 35px 55px 85px;
    max-width: 620px;
    margin-left: -65px;
    position: relative;
}
.dna-textpic__content__box > * {
    margin-top: 30px;
}
.dna-textpic__content__box > *:first-child {
    margin-top: 0!important;
}
.dna-textpic__headline h2 {
    text-transform: uppercase;
    color: #000000;
    font-size: 25px;
    letter-spacing: 1.25px;
    font-weight: 600;
}
.dna-textpic__link {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.dna-textpic__link i {
    color: #000;
    font-size: 10px;
    padding-left: 8px;
}

@media only screen and (min-width: 1025px) {
    .dna-textpic[data-reflect="1"] .dna-textpic__wrap {
        flex-direction: row-reverse;
    }
    .dna-textpic[data-reflect="1"] .dna-textpic__content {
        justify-content: flex-end;
    }
    .dna-textpic[data-reflect="1"] .dna-textpic__content__box {
        padding: 65px 85px 55px 35px;
        margin-left: 0;
        margin-right: -65px;
    }
}
@media only screen and (max-width: 1024px) {
    .dna-textpic {
        margin: 3.5em 0;
    }
    .dna-textpic__wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .dna-textpic__wrap {
        flex-direction: column;
    }
    .dna-textpic__image {
        width: 100%;
    }
    .dna-textpic__content {
        width: 100%;
    }
    .dna-textpic__content__box {
        background-color: rgb(244 238 233 / 80%);
        padding: 55px 20px 30px 20px;
        max-width: none;
        margin-left: 0;
        margin-top: -25px;
    }
    .dna-textpic__headline h2 {
        font-size: 20px;
    }

    .dna-textpic[data-reflect="1"] .dna-textpic__wrap {
        flex-direction: column-reverse;
    }
    .dna-textpic[data-reflect="1"] .dna-textpic__content__box {
        padding: 35px 20px 55px 20px;
        margin-top: 0;
        margin-bottom: -25px;
    }
}
@media only screen and (max-width: 768px) {
    .dna-textpic__wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* awards */
.dna-awards {
    margin: 5em 0;
}
.dna-awards[data-layout="list"] .dna-awards__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.dna-awards__wrap {
    max-width: 1210px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}
.dna-awards__item {
    width: 100%;
}
.dna-awards__item__wrap {
    display: flex;
    background-color: #F4EEE9;
}
.dna-awards__image {
    width: 50%;
    align-self: center;
}
.dna-awards__image img {
    display: block;
    width: 100%;
    height: auto;
}
.dna-awards__content {
    width: 50%;
    align-self: center;
    padding: 45px;
}
.dna-awards__title {
    color: #705846;
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
}
.dna-awards__link {
    font-weight: 700;
    font-size: 18px;
}
.dna-awards .slick-arrow {
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.dna-awards .icon-right {
    right: -45px;
}
.dna-awards .icon-left {
    left: -45px;
}
@media only screen and (max-width: 1024px) {
    .dna-awards {
        margin: 3.5em 0;
        padding-bottom: 45px;
    }
    .dna-awards__wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .dna-awards__item__wrap {
        display: block;
    }
    .dna-awards__image {
        width: 100%;
    }
    .dna-awards__content {
        width: 100%;
        padding: 30px 20px;
    }
    .dna-awards__title {
        font-size: 20px;
        font-weight: 600;
    }
    .dna-awards .slick-arrow {
        top: calc(100% + 15px);
    }
    .dna-awards .icon-right {
        right: calc(50% - 45px)!important;
    }
    .dna-awards .icon-left {
        left: calc(50% - 45px)!important;
    }
}
@media only screen and (max-width: 768px) {
    .dna-awards__wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* awards */
.dna-openhours {
    margin: 5em 0;
}
.dna-openhours__wrap {
    max-width: 1210px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}
.dna-openhours__title {
    text-transform: uppercase;
    color: #000000;
    font-size: 25px;
    letter-spacing: 1.25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.dna-openhours__list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-items: flex-start;
    font-weight: 600;
}
.dna-openhours__item {
    width: calc(50% - 10px);
    border: 1px solid #F5A52C;
    position: relative;
    margin-top: 20px;
}
.dna-openhours__item[data-open="0"] .dna-openhours__sublist {
    display: none;
}
.dna-openhours__item[data-open="1"] .dna-openhours__trigger i {
    transform: rotate(-90deg);
}
.dna-openhours__item__title {
    background-color: #F5A52C;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
}
.dna-openhours__item__subtitle {
    text-transform: uppercase;
    padding: 30px 15px;
}
.dna-openhours__subitem__title {
    background-color: #98877C;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
}
.dna-openhours__subitem__subtitle {
    padding: 15px 15px;
}
.dna-openhours__trigger {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #000000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dna-openhours__trigger i {
    transform: rotate(90deg);
    font-size: 11px;
}
.dna-openhours__info {
    font-size: 20px;
    max-width: 820px;
    margin: 30px auto 0 auto;
}
.dna-openhours__info__top {
    text-transform: uppercase;
    font-weight: 600;
}
@media only screen and (max-width: 1024px) {
    .dna-openhours {
        margin: 3.5em 0;
    }
    .dna-openhours__wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .dna-openhours__title {
        font-size: 17px;
        text-align: left;
        margin-bottom: 10px;
    }
    .dna-openhours__info {
        font-size: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .dna-openhours__wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .dna-openhours__list {
        display: block;
    }
    .dna-openhours__item {
        width: 100%;
        margin-top: 15px;
    }
}
/*  ==========================================================================
    EXAMPLE Media Queries for Responsive Design.
    These examples override the primary ('mobile first') styles.
    Modify as content requires.
    ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media only screen and (max-width: 1600px) {
    .room_top .slick-slider img {
        height: 100%;
        width: auto;
    }
    .ql_inner {
        margin-left: 14px;
    }
    .logo .big {
         width: 80%;
         width: 80%;
    }

    .primary_nav .level0>li {
        font-size: 20px;
    }

    .section2.eHotelier.offers .headline h2{
        font-size: 17px;
        letter-spacing: 0.85px;
        line-height: 22px;
    }

    .section2.eHotelier.offers {
        padding: 50px 0;
    }

    .section2.eHotelier.offers .offerslider {
        padding: 20px 0;
    }

    .section2.eHotelier.offers .buttonprice span:before {
        font-size: 25px;
        font-weight: 400;
    }

    .offerslider .timerange {
        font-size: 20px;
    }
}

@media only screen and (max-device-width: 1200px) {
    .cover {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }
    .cover.active {
        display: none;
    }
    .bar.withdesc.active {
        height: 160px!important;
    }
    .verpflegung .buttonwrap.active .bar.withdesc {
        height: 100%!important;
        width: 100%;
        background: rgba(117, 68, 26, .9);
        padding: .9em!important;
        font-size: 1.7em!important;
        line-height: .5em;
    }
    .newsstart .btn {
        position: absolute!important;
    }
    .quicklinks {
        left: 70px;
        bottom: 50px;
    }

    .newsstart .newsdesc {
        padding: 45px 20px 30px 20px;
    }
    .section-wrap .bg {
        width: 60%;
    }
    .section-wrap .bg.bg-left {
        justify-content: start;
    }

}
@media only screen and (max-width: 1850px) {
    body {
        font-size: 53%;
    }

    .primary_nav .sub_nav {
    	top: 85px;
    }

    .primary_nav .level0>li {
        line-height: 85px;
        padding: 0 12px;
    }

    .primary_nav .primary_nav_outer .level0 li.buttons {
        display: none;
    }

    .lang_nav {
        top: 5px;
        right: 25px;
    }

    .logo img {
        zoom: .8;
        left: 25px;
    }
    .innder_bottom_header {
    	/*margin: 0 25px;*/
    }
    .buttons {
        right: 25px;
    }
    #newsletter .bn__form-grid__button.bn__form-grid__column__item.bn__form-grid__column__item--full-width.bn__form-grid__js.bn__form-grid__js--submit {
        margin: 114px auto auto!important;
    }
    .toggle_wrapper {
        height: auto;
    }

    .rooms-restplatz .room {
        max-height: 292px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1805px) {
    .quickrequestContainer {
        margin-left: 2%;
    }
}

@media only screen and (max-width: 1780px) {
    .quick-request .qrleft {
        display: none;
    }
    .quick-request .center {
        max-width: 1520px;
    }
}

@media only screen and (max-width: 1700px) {
    .primary_nav .sub_nav {
        min-width: 600px;
    }
}


@media only screen and (max-width: 1600px) {
    .highlights img {
        height: auto!important;
    }
    .offerslider .part {
        width: 100%;
        float: none;
        display: block;
    }
    .offerslider .offertext.part {
        height: auto;
        padding: 50px 34px;
    }
    .offers .buttonprice {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 11;
    }
    .offerslider .buttonwrap {
        left: 0;
    }
    .offerslider .offer {
        max-width: 700px;
        width: auto!important;
    }
    .offers .headline h2 {
        text-align: center;
    }
    
}
@media only screen and (max-width: 1550px) {
    .offerlist .titel {
        min-height: unset !important;
    }

}
@media only screen and (max-width: 1500px) {
    html, body, .header, .header_slider, #header_slider, #header_slider div {
        height: auto;
    }

    .primary_nav {
        width: 100%;
    }

    .top_header {
        height: 4em;
    }

    .body-nav-open {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .logo img {
        zoom: .85;
        left: 70px;
    }
    .body-nav-open .top_header {
        -webkit-transform: initial;
    }
    .primary_nav.active {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        box-shadow: 5px -25px 30px #333;
    }
    .primary_nav {
        height: 100%;
        left: 0;
        position: fixed;
        top: 0!important;
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        left: -100%\9;
        z-index: 9999;
        margin: 0;
        transition: all .7s;
        -webkit-transition: all .7s;
        -moz-transition: all .7s;
        -ms-transition: all .7s;
    }
    .primary_nav li.hidden.mobilelogo {
        visibility: visible!important;
        background: #fff;
    }
    .primary_nav li.hidden.mobilelogo a {
        display: inline-block!important;
    }
    .primary_nav li.hidden.mobilelogo img {
        margin-left: -15px;
        max-width: 10em;
    }
    .primary_nav .primary_nav_outer .level0 li.buttons {
        display: flex!important;
        justify-content: space-between;
        align-items: center;
        position: static;
        background: transparent;
        flex-direction: column;
        padding-bottom: 20px!important;
    }
    .primary_nav .primary_nav_outer .level0 li.buttons.contact {
        position: static;
        background: #F4EEE9;
        padding: 45px!important;
        display: block!important;
        height: 186px;

    }
    .primary_nav .primary_nav_outer .level0 li.buttons.contact > a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        font-weight: 600;
        background: #F4EEE9;
        padding: 10px 10px!important;
        width: auto;
        text-align: left;
        max-height: 0;
        border-radius: 0;
        text-transform: initial!important;
        border-bottom: 0!important;
        padding-bottom: 35px!important;
    }
    .primary_nav .primary_nav_outer .level0 li.buttons.contact > a > i {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-right: 15px;
    }
    .primary_nav .primary_nav_outer .level0 li.buttons > a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        background: rgba(152, 135, 124, 0.2);
        padding: 10px 15px!important;
        width: auto;
        text-align: center;
        min-height: 48px;
        border-radius: 25px;
        text-transform: initial!important;
        margin-bottom: 15px;
        border-bottom: 0px!important;
    }
    .primary_nav .primary_nav_outer .level0 li.buttons > a:last-child {
        margin-right: 0;
    }

    .primary_nav .primary_nav_outer .level0 li.buttons > a > span {
        font-size: 18px;
        color: #000000;
        letter-spacing: 0;
    }
    .primary_nav .primary_nav_outer .level0 li.buttons.contact > a > span {
        font-size: 20px;
        color: #000000;
    }
    .primary_nav_inner>li {
        font-weight: bold;
    }
    .primary_nav .sub_nav li a {
        border: none;
    }
    .primary_nav a {
        padding: 15px 35px 10px!important;
        display: block;
        border-bottom: 6px solid rgb(255,255,255)!important;
        color: #000000!important;
    }
    .primary_nav .sub_nav>ul {
        padding: 10px 0;
        box-shadow: none;
        display: none;
    }
    .primary_nav_inner li:nth-child(4) .lvl1,
    .primary_nav_inner li:nth-child(4) ul li:nth-child(1) .lvl2,
    .primary_nav_inner li:nth-child(4) ul li:nth-child(2) .lvl2 {
        display: none;
    }
    .primary_nav_inner {
        overflow-y: scroll;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        text-align: center;
        background: #fff;
    }
    .primary_nav_inner::-webkit-scrollbar {
        width: 0;
    }
    .primary_nav .sub_nav {
        display: block;
        position: initial;
        align-items: center;
        justify-content: center;
        left: inherit!important;
        top: inherit!important;
        right: inherit!important;
        width: 100%;
        min-width: inherit;
    }
    .primary_nav .lvl2.sublvl {
        margin-left: 1em;
        display: none;
    }
    .primary_nav .sub_nav li a {
        color: #000000 !important;
    }
    .primary_nav .lvl2.sublvl a {
        font-size: .8em!important;
        font-weight: normal;
    }
    .primary_nav .level0>li {
        display: block!important;
        padding: 0!important;
        margin: 0!important;
        width: 100%!important;
        height: inherit;
        line-height: 1em!important;
    }
    .maincolpos.clearfix {
        width: 100%;
        padding: 0;
        float: none;
    }
    .primary_nav .sub_nav li {
        position: relative;
        font-size: 1em;
        line-height: 1;
        font-weight: normal;
        width: 100%;
        height: auto;
        background: transparent;
        margin: 0;
    }
    .primary_nav .level0>li .icon,
    .primary_nav .sub_nav li .icon {
        display: block;
        position: absolute;
        top: 0;
        color: #000000;
        font-size: 7px;
        text-align: center;
        line-height: 40px;
        padding: 0 30px;
        right: 0;
    }

    .primary_nav .sub_nav li .icon {
        color: #000000 !important;
    }

    .top_header {
        -webkit-transform: inherit;
    }

    .sticky-nav {
        display: block;
        position: fixed;
        right: -100%;
        right: inherit\9;
        z-index: 999;
        width: 40px;
        height: 43px;
        cursor: pointer;
        text-align: center;
        box-shadow: 0px -3px 6px #00000029;
        color: #fff;
        font-size: 2em;
        line-height: 40px;
        background: #ffffff;
        bottom: 0;
        padding: 0px 35px;
    }

    .active .sticky-nav {
        right: 0;
        bottom: 0;
    }

    .sticky-nav span,
    .sticky-nav span::before,
    .sticky-nav span::after {
        background-color: #000000;
        display: block;
        height: 3px;
        position: absolute;
        width: 30px;
        top: 9px;
        left: 20px;
    }

    .sticky-nav span:before, .sticky-nav span:after {
        content: '';
        left: 0;
        top: 10px;
    }

    .sticky-nav span:before {
        bottom: -20px;
        top: -7px;
        top: initial;
    }

    .active .sticky-nav span {
        transform: rotate(45deg);
        left: 20px;
        top: 20px;
        width: 23px;
        height: 3px;
    }
    .active .sticky-nav span::after {
        display: none;
    }
    .active .sticky-nav span::before {
        height: 3px;
        width: 23px;
        transform: rotate(90deg);
        top: 0;
    }

    .lang_nav li {
        top: 30px;
        text-align: center!important;
    }
    .top_header li {
        width: 40px;
        height: 40px;
        margin-left: 2px;
        line-height: 40px;
        padding: 0!important;
    }
    .top_header .buttons {
        right: 160px;
        top: 5px;
    }
    .newsletter.vote {
        max-width: none;
    }
    #newsletter .bn__form-grid__button.bn__form-grid__column__item.bn__form-grid__column__item--full-width.bn__form-grid__js.bn__form-grid__js--submit {
        margin: 19px auto auto!important;
    }
    .footer {
        padding: 0;
        margin-bottom: 50px;
    }
    .boxnlv,
    .fbox {
        width: 50%;
    }
    .bewertungswrapper {
        width: 100%;
    }
    .fbox.dark {
        display: none;
    }
    .boxnlv:last-child,
    .fbox:last-child {
        border-right: 0;
        border-left: 15px solid #fff;
    }
    .footer .fbox:last-child {
        border-left: 0;
    }
    .footer .fbox {
        background: #F4EEE9;
    }
    #legalM {
        padding: 0 25px;
    }
    .roomdetails {
        margin: 0 50px;
    }
    .verpflegung .bar.withdesc:hover {
        padding: 2em;
        font-size: 1.75em;
    }
    .verpflegung .bar .text {
        font-size: 20px;
    }
    .quick-request {
        display: none!important;
    }
    .boxnlv+.boxnlv .nlv_titel {
        text-align: center;
    }
    #dsgvo_newsletter .bn__form-grid.bn__form-grid--horizontal {
        margin: auto 10px;
    }
    .ql_inner span {
        font-size: 18px;
    }
    .searchwrap {
        font-size: 18px;
    }
    .top_header {
        height: 5em;
    }
    .top_header_inner .header-left {
        margin-bottom: 10px;
    }
    .header-left .logo {
        padding-left: 2em;
    }
    .logo .big {
        width: 80%;
    }
    .newsletter .boxnlv:last-child {
        border-right: 0;
        border-left: 0;
    }

    body.half_header .scrolldown {
        bottom: 50px;
    }

    body.half_header .quicklinks {
        left: 50px;
        bottom: 50px;
    }

    body.half_header .header_slider .icon-left {
        left: 50px;
    }

    body.half_header .header_slider .icon-right {
        right: 50px;
    }

    .primary_nav .level0>li a {
        font-weight: 500;
    }

    .primary_nav .sub_nav li a {
        font-weight: 400!important;
    }
}
@media only screen and (max-width: 1400px) {
    .verpflegung .bar.withdesc:hover {
        padding: 2em 1em;
        font-size: 2em;
    }
    .verpflegung .box {
        border: 1px dotted #AF601D!important;
        min-height: 300px;
    }
}
@media only screen and (max-width: 1200px) {
    .news .newsdesc .desc {
        min-height: 200px;
    }
    .news .newsdesc .btn {
        position: relative;
    }
    #header_slider .item {
        opacity: 1!important;
    }
    .searchwrap {
        display: none;
    }
    .top_header {
        position: inherit;
        -webkit-transform: inherit;
    }
    #header_slider ul.slick-dots {
        display: none !important;
    }
    .headerslogan {
        bottom: 75px;
    }
    .scrolldown {
        bottom: 80px;
    }
    body.half_header .scrolldown{
        bottom: 50px!important;
    }
    body.half_header .header_slider img {
        height: 80vh;
    }
    .breadcrumb {
        padding-top: 3em;
    }
    .newsbox {
        bottom: 70px;
    }
    .offerslider .slick-arrow {
        left: 25px;
    }
    .offerslider .icon-right.slick-arrow {
        right: 10px;
        left: inherit;
    }
    .offerslider .icon-left.slick-arrow {
        left: 10px;
        right: inherit;
    }
    .news .box:nth-child(3n-1) {
        margin: 0;
        border-right: 15px solid #fff;
    }

    .news-interface.news .box:nth-child(3n-1) {
        border: 1.5px solid #98877C!important;
    }
    .news .box {
        width: 50%;
        border-right: 15px solid #fff;
    }
    .news-interface.news .box {
        width: 47%;
    }
    .news .box:last-child {
        display: none;
    }
    .news-interface.news .box:last-child{
        display: block;
    }
    .news-interface.news .list-container .box {
        margin-bottom: 1.5em;
    }
    .quick-request {
        display: none!important;
    }
    .section2.offers.news .list-container .box {
        margin: 0 1.5% 25px 1.5%;
    }
    .offerlist .list-container {
        padding-top: 25px!important;
    }
    .offerlist .boxwrap {
        border: none;
    }
    .news .offerlist .box:last-child {
        display: block;
    }
    .section2.offers.news .offerlist .wrapinner {
        padding: 0; 
    }
    .news .offerlist .box {
        width: 47%;
        border: 0!important;
    }
    .slick-arrow {
        left: 25px;
    }
    .icon-right.slick-arrow {
        right: 25px;
        left: inherit;
    }
    .icon-left.slick-arrow {
        left: 25px;
    }
    .bestprice_wrap {
        top: -28%;
        left: 10px;
    }
    .ftitel, .footertel {
        font-size: 20px;
    }
    .fcontact {
        font-size: 16px;
    }
    .boxnlv {
        padding: 5em;
    }
    .nlv_desc {
        position: relative;
    }
    .nlv_zitat_1.icon-zitat {
        left: 10px;
        top: -30px;
    }
    .nlv_zitat_2.icon-zitat {
        right: 10px;
    }
    .room_top {
        position: relative;
    }
    .rooms .box.background {
        height: 50px;
        display: inline-block!important;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 9;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .room .box {
        width: 100%;
        display: table!important;
        border: none!important;
    }
    .room .roomtitel {
        display: inline-block;
    }
    .room_top img {
        width: 100%;
        height: auto;
    }

    .skd-widget {
        padding: 0 25px!important;
    }
    .offerdetail .footerdetail .price_pp {
        padding: 40px 25px;
    }
    .subcontent .highlightsmall .slick-slide {
        margin: 0 15px;
    }
    .subcontent .highlightsmall .slick-list {
        margin: 0 -15px;
    }
    .rooms .box .slick-arrow {
        left: 0;
    }
    .rooms .box .icon-right.slick-arrow {
        right: 0;
    }
    .itemroom {
        display: block!important;
        table-layout: fixed;
    }
    .room_top .slick-slider img {
        height: auto;
        width: 100%;
    }
    .verpflegung .cover {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        z-index: 9;
        cursor: pointer;
    }
    .verpflegung .box:hover .bar.withdesc {
        font-size: 1em;
        background: rgb(179,95,0);
        line-height: inherit;
        padding: .9em;
        height: 3em!important;
    }

    .news .boxes {
        padding: 0 4.25em;
    }
    .gallery .overline {
        max-width: 1150px;
        margin: 0 auto;
    }
    .newsstart .overline,
    .newsstart .boxes {
        max-width: 1150px;
        margin: 0 auto;
        padding: 0 70px;
    }

    .news-interface .overline {
         padding: 0 70px!important;
     }
    .news .bg img {
        width: 45%;
        left: -7em;
    }

    .newsstart .box {
        border: 1.5px solid #98877C;
    }
    .newsstart .icon-left.slick-arrow {
        left: 25px;
        bottom: -2.5em;
    }
    .newsstart .icon-right.slick-arrow {
        right: 25px;
        bottom: -2.5em;
    }
    .offerlist .detail .btn {
        position: absolute;
    }

    .dna-quickrequest {
        display: none;
    }

    body.half_header .quicklinks {
        left: 50px;
        bottom: 50px;
    }
}
@media only screen and (max-width: 1000px) {

    .mobilefixed,
    .mail-footer,
    .mobilephone {
        display: block;
    }
    .ql_text {
        font-size: 18px;
    }
    .ql_inner {
        margin-left: 20px;
    }
    .ql_inner span {
        font-size: 15px;
    }
    .ql_header {
        /*left: 100px;*/
    }
    .innder_bottom_header {
        max-width: 1000px;
        margin: auto;
    }
    .room td, .room th {
        text-align: right;
        padding: 6px 2%;
    }
    .headerslogan {
        font-size: 30px;
    }
    .headerslogan {
        bottom: 85px;
    }
    .newsbox {
        width: 135px;
        height: 135px;
    }
    #newsletter .bn__form-grid .bn__form-grid__column .bn__form-grid__column__item {
        width: 40%;
    }
    #newsletter input, #newsletter select {
        width: 60%!important;
    }
    .room td, .room th {
        text-align: center!important;
        font-size: 16px;
        padding: 5px!important;
    }
    .rooms-restplatz img {
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
    }
    .highlights .slider .slick-arrow {
        display: none!important;
    }

    /* FAMILY */
    .familyimg {
        width: 290px;
        height: 290px;
    }
    .familyimg:after {
        font-size: 4.5em;
    }

    .familyname p,
    .familywork p {
        font-size: 15px;
    }
    .person_headline {
        font-size: 20px;
    }
    .header_slider .icon-left {
        left: 15px;
    }
    .header_slider .icon-right {
        right: 15px;
    }
    .quicklinks {
        left: 70px;
        bottom: 50px;
    }
    .scrolldown {
        bottom: 80px;
    }
    .top_header_inner {
        height: auto;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .top_header_inner .header-left {
        align-items: center;
        flex-direction: column;
    }
    .header-left .logo {
        background-color: white;
        padding: 2em 5em;
    }
    .lang_nav.nav {
        display: none!important;
    }
    .lang_nav.nav.mobile {
        display: flex!important;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
    }
    .lang_nav.nav.mobile a {
        padding:0!important;
    }
    .top_header {
        height: 0em;
    }
    #header_slider .item {
        height: 100vh;
    }
    .logo .big {
        width: 100%;
    }
    .DNA-header__contact {
        display: none;
    }


    .dna-quickrequest {
        position: fixed;
        right: 170px;
        bottom: 0;
        display: flex;
        background: #ffffff;
        transition: bottom .5s;
        z-index: 989;
        box-shadow: 0px -3px 6px #00000029;
        border-radius: 2px;
        height: 43px;
        width: auto;
        justify-content: flex-end;
        z-index: 1111111;
    }

    .dna-quickrequest__dates {
        display: none;
    }

    .dna-quickrequest__buttons {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .dna-quickrequest__buttons > a.dna-request {
        display: none;
    }

    .dna-quickrequest__buttons > a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        height: 100%;
    }
    .primary_nav li.hidden.mobilelogo {
        margin-bottom: 3em!important;
    }
    .lang_nav.nav.mobile {
        display: flex!important;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
    }
    .lang_nav.nav.mobile a {
        padding:0!important;
    }
    .lang_nav.nav.active > li {
        width: 30px;
    }

    .lang_nav.nav.active li a {
        font-weight: 500;
        font-size: 22px;
    }
    .top_header.act {
        display: block;
    }
}
@media only screen and (max-width: 900px) {
    .section2.offers.news .list-container {
        padding: 0 !important
    }

    .section2.offers.news .list-container .box {
        float: none;
        width: 100%;
        display: inline-flex !important;
    }
    .news-interface.news .list-container .box {
        width: 100%;
    }

    .roomfilter span {
        display: block;
        border-bottom: 1px solid #fff;
    }

    .ql_inner {
        margin-left: 13px;
    }

    .ql_inner span {
        font-size: 14px;
    }

    .rooms2 .room .roomdetail .size {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 800px) {
    .ql_inner {
        margin-left: 5px;
    }

    /* FAMILY */

    .person {
        flex-direction: column;
        padding: 27px 15px;
    }
    .person_picture {
        padding-bottom: 38px;
    }

    .person_headline h2{
        font-size: 17px;
        text-transform: uppercase;
    }

    .person_info p {
        font-size: 15px;
    }

    .familyimg {
        width: 207px;
        height: 207px;
        margin-right: 0;
        margin: auto;
    }

    .familyimg:after {
        content: "\e90e";
        font-family: icomoon;
        color: #F5A52C;
        font-size: 3.2em;
        margin: auto;
        bottom: -10px;
        left: 15px;
        display: inline-block;
        transform: rotate(10deg)
    }

    .family .slick-arrow {
        top: 101%
    }

    .family .icon-right.slick-arrow {
        right: 45%;
        transform: translateX(100%);
    }

    .family .icon-left.slick-arrow {
        left: 45%;
        transform: translateX(-100%);
    }
}

@media only screen and (max-width: 768px) {

    body.half_header .header {
        max-height: inherit;
    }

    .news .newsdesc .titel {
        min-height: 0;
    }

    .bn_pricelist .pricelistwrapper {
        overflow: scroll;
    }

    table.pricelist {
        min-width: 800px;
        overflow: scroll;
        width: 100%;
    }

    .restplatz.rooms .box {
        width: 100%;
        float: none;
        clear: both;
    }

    .rooms-restplatz .room {
        max-height: none !important;
    }

    .rooms-restplatz .room .box:first-child {
        height: auto !important;
    }

    .rooms-restplatz img {
        position: relative;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        height: auto !important;
    }

    .quicklinks {
        left: 20px;
        bottom: 105px;
    }

    .bottom_header a {
        padding: 0;
        padding-top: 15px;
    }
    .lang_nav.nav {
        display: none!important;
    }
    .lang_nav.nav.mobile {
        display: flex!important;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
    }
    .lang_nav.nav.mobile a {
        padding:0!important;
    }

    .logo .big {
        max-width: 170px;
    }

    .ql_text {
        display: none;
    }

    .ql_inner {
        margin-left: 15px;
    }

    .top_header .buttons {
        display: none;
    }

    .top_header .buttons.mobile {
        display: none;
    }

    .innder_bottom_header {
        height: 100px;
    }

    .header_social {
        position: absolute;
        left: 10px;
        bottom: -9px;
    }

    .ql_header {
        display: flex;
        flex-direction: column;
    }

    .buttons.mobi {
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        font-size: 2em;
    }

    .buttons.mobi .btn {
        width: 50%;
        border-left: 10px solid #e9cfb2;
        margin: 0 !important;
    }

    .buttons.mobi a + a .btn {
        border-right: 10px solid #e9cfb2;
    }

    .headerslogan {
        display: none;
    }

    .newsbox {
        bottom: 130px;
        top: 525px;
        right: 20px;
        width: 110px;
        height: 110px;
    }

    body.half_header .newsbox {
        top: 170px;
    }

    #header_slider slick-arrows {
        bottom: 15px;
    }

    .lang_nav {
        right: 10px;
    }

    .textelement h1{
        font-size: 2em;
    }

    .tx-indexedsearch, .textelement {
        padding: 0 15px;
    }

    .section2 .boxes {
        padding: 1.25em 15px 5px 15px;
    }

    .section2 .boxes .imgbox {
        width: 100%;
        float: none !important;
        margin-bottom: 40px !important;
    }

    .section2 .boxes .imgbox img {
        width: 100% !important;
        height: auto !important;
    }

    .offerslider .offer {
        max-width: none;
    }

    .offerslider .buttonwrap {
        display: flex;
        justify-content: center;
        bottom: 1.5em;
    }

    .offerslider .offertext.part {
        margin-bottom: 50px;
    }

    .offerslider .buttonwrap a {
        display: block;
    }

    .offerslider .btn {
        width: auto;
    }

    .slick-arrow {
        left: 15px;
    }

    .icon-right.slick-arrow {
        right: 15px;
    }

    .section2.news.newsstart .boxes {
        padding: 1.25em 15px 0 15px;
    }

    .news.newsstart .box:nth-child(3n-1) {
        display: none;
    }

    .news.newsstart .box {
        width: 100%;
    }

    .section2.news.newsstart .boxes {
        padding: 1.25em 15px 22px 15px;
    }

    .news.highlightsmall .box:last-child {
        display: block;
    }

    .news.highlightsmall .box {
        width: 100%;
        border: none !important;
        margin-bottom: 40px;
    }

    .news.highlightsmall .box a {
        width: 100%;
    }

    .footercontact,
    .newsletter.vote {
        height: auto;
    }

    .newsletter.vote {
        display: block;
    }

    .boxnlv, .fbox {
        width: 100% !important;
        border: none !important;
        margin: 0 0 15px 0 !important;
        float: none !important;
        display: block !important;
    }

    .boxnlv.bewertungswrapper {
        margin: 0 0 85px 0 !important;
        padding-bottom: 3em;
    }
    .boxnlv.newscontainer {
        margin: 0 0 0px 0 !important;
    }

    .nlv_desc {
        margin-bottom: 50px;
    }

    .fbox.dark {
        height: 275px !important;
    }

    .slick-arrow {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: .75em;
    }

    .toggle_main,
    .desc,
    .description,
    .rooms .room_bottom {
    }

    .toggle_main_wrapper {
        flex-direction: column;
        overflow: auto;
    }

    .toggle_main_left {
        margin-right: 0;
        width: 100%;
    }

    .toggle_main_right p {
        margin-top: 15px;
    }

    .toggle_main_left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .footerdetail .buttons {
        position: relative;
        right: inherit;
        top: inherit;
    }

    .textelement .btn {
        margin: 0 !important;
        width: 50%;
        display: block;
        float: left;
    }

    .offerdetail .footerdetail .price_pp {
        padding: 25px;
        text-align: center;
    }

    .textelement .btn {
        width: 100%;
        display: flex;
        float: none;
    }

    .textelement .room .btn {
        width: auto;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.5em !important;
    }

    .room .buttonprice .btn {
        top: 0;
        right: 0.5em;
        padding: 0px;
    }

    .offerlist .newsdesc {
        height: auto;
    }

    .offerlist {
        padding-bottom: 15px;
    }

    .offerslider .part {
        height: auto;
    }

    .rooms h3 {
        font-size: 1em;
        line-height: 50px;
    }

    .gallery .slick-arrow {
        left: 15px;
    }

    .verpflegung ul.slick-dots {
        bottom: inherit;
        top: -40px;
    }

    .verpflegung .slick-dots .slick-active span {
        background: #825630;
    }

    .verpflegung .slick-dots span {
        background: rgba(130, 86, 48, .5);
    }

    .verpflegung img {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    .subcontent .highlightsmall .slick-slide {
        margin: auto;
    }

    .subcontent .highlightsmall .slick-list {
        margin: auto;
    }

    .subcontent .highlightsmall .slick-dots span {
        width: 15px;
        height: 15px;
        background: rgba(255, 255, 255, .6);
    }

    .subcontent .highlightsmall .slick-dots .slick-active span {
        background: #fff;
    }

    .rooms2 .room {
        flex: 1 0 100%;
        width: 100%;
        max-width: inherit;
        padding: 15px 15px 30px 15px;
    }

    .rooms2 .room .size, .rooms2 .room h2 {
        font-size: 20px;
    }

    .rooms2 .room .subheader span {
        color: #A86322 !important;
        font-size: 20px !important;
    }

    .rooms2 .room .roomdetail .size {
        font-size: 15px;
        letter-spacing: 0.75px;

    }

    .rooms2 .room img {
        width: 100%;
        height: auto;
    }

    .rooms2 .room .description {
        padding-bottom: 0;
    }

    .rooms2 .room .bottom {
        position: inherit;
        bottom: initial;
    }

    .rooms2 .room .subheader {
        width: calc(100% - 40px);
    }

    .rooms2 .room .priceinfo {
        bottom: 0;
        left: 0;
        padding: 7px;
        line-height: 1;
        font-size: .7em;
    }

    .rooms2 .room .priceinfo b {
        font-size: 22px;
    }

    .rooms2 .room span.icon-schliessen {
        top: 23px;
    }

    .rooms2 .room table.pricelist {
        min-width: 420px;
    }

    .rooms2 .room .moreinfo .room-image-wrapper .room-image__sketch {
        width: 30px;
        height: 30px;
    }

    .rooms2 .room .moreinfo .room-image-wrapper .room-image__sketch i {
        font-size: 20px;
    }

    .news .bg img {
        display: none;
    }

    .bg {
        display: none;
    }

    .newsstart .icon-left.slick-arrow {
        top: unset;
        left: 45%;
        transform: translateX(-50%);
    }
    .gallery .icon-left.slick-arrow {
        top: unset;
        left: 45%;
        transform: translateX(-50%);
        bottom: -4em;
    }

    .offerslider .icon-left.slick-arrow {
        top: unset;
        left: 40%;
        transform: translateX(-50%);
    }

    .newsstart .icon-right.slick-arrow {
        top: unset;
        right: 45%;
        transform: translateX(50%);
    }
    .gallery .icon-right.slick-arrow {
        top: unset;
        right: 45%;
        transform: translateX(50%);
        bottom: -4em;
    }

    .offerslider .icon-right.slick-arrow {
        top: unset;
        right: 40%;
        transform: translateX(50%);
    }

    .newsstart .overline,
    .newsstart .boxes {
        padding: 0 20px!important;
    }

    .gallery .overline {
        padding: 0;
    }

    .newsstart .slick-slide {
        margin-right: 0;
    }

    .nlv_zitat_1.icon-zitat {
        left: 50%;
        transform: translateX(-50%);
        top: -120px;
    }

    .nlv_zitat_2.icon-zitat {
        display: none;
    }

    .bewertungswrapper .nlv_desc {
        margin-bottom: 35px;
    }

    .bewertungswrapper .boxnlv {
        padding: 5em 25px;
        padding-bottom: 0em;
    }

    .breadcrumb {
        padding-left: 15px;
    }

    .rooms2 .room .roomdetail .size {
        margin-top: 10px;
    }

    .offerslider .buttonprice {
        right: 0;
    }

    .offers .buttonprice {

    }
    .offerlist .buttons {
        left: 30px;
        display: flex !important;
        bottom: 0 !important;
        transform: translateY(50%);
    }
    .offerlist .buttonprice .btn {
        top: 10px;
    }
    .offerlist .buttonprice {
        left: unset;
        transform: unset;
    }
    .offerlist .box {
        float: none;
        width: 100%;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column;
        padding: 25px 0;
    }

    .offers .headline h2 {
        text-align: left;
    }

    .section.gallery {
        padding: 0 20px;
    }

    #legalM * {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .partner {
        padding: 0 10px !important;
    }

    .partner .partnerbox {
        padding: 5px;
    }
    .partner .partnerwrap,
    .partner .overline {
        justify-content: center;
    }

    .footercontact .fbox {
        padding: 60px 20px;
    }

    .bn__form-grid__block .bn__form-grid__row.bn__form-grid__row--horizontal-sm-half:last-child > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #dsgvo_newsletter .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column .bn__form-grid__column__item.bn__form-grid__button {
        font-size: 15px!important;
    }

    .dna-imglist__filter {
        padding: 0 0 0em 0;
    }

    .dna-imglist__filter__wrap {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         background-color: #FFFFFF;
         padding: 0;
         z-index: 15;
    }

    .dna-imglist__filter__item {
        width: 100%;
        max-width: 43em;
        margin: 0;
        display: none;
        order: 2;
        padding: 1em 2em;
    }
    .dna-imglist__filter__item > span {
        font-size: 1.2em;
    }
    .dna-imglist__filter__item.JS-active {
        display: flex;
        justify-content: center;
        align-items: center;
        order: 1;
    }
    .dna-imglist__filter__item.JS-active > i {
        display: flex;
        font-size: 10px;
        margin-left: 15px;
        transition: transform 0.5s;
    }
    .dna-imglist__filter__item.JS-active > span {
        text-decoration: unset;
    }

    .dna-imglist__filter.JS-active .dna-imglist__filter__item {
        display: flex;
        align-items: center;
        background: white;
        width: 50%;
        padding: 10px 0;
        border-bottom: 1px solid;
        justify-content: center;
    }
    .dna-imglist__filter.JS-active .dna-imglist__filter__item > i {
        transform: rotate(-180deg);
    }
    .dna-imglist__filter.JS-active .dna-imglist__filter__item.JS-active {
        border-top: 1px solid #2d2d2d;
    }

    .dna-imglist__item__wrap > img {
        height: auto;
        width: 100%;
    }

    .dna-imglist__list {
        padding: 0;
    }

    .dna-imglist__item {
        padding: 10px 0;
    }

    body.half_header .header_slider .icon-left,
    body.half_header .quicklinks {
        left: 20px;
    }

    body.half_header .header_slider .icon-right {
        right: 20px;
    }

    .textelement .headline {
        max-width: 100%;
    }

    .highlights .slider .text {
        bottom: 60px;
    }

    .collapsible .description {
        height: 300px !important;
        overflow: hidden;
        position: relative;
    }
    .collapsible {
        padding-bottom: 20px !important;
        position: relative;
    }
    .collapsible .description:before {
        background-repeat: repeat;
        content: '';
        height: 30%;
        left: 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 5;
        background: linear-gradient(to top, white, transparent);
    }
    .collapsible .collapseTrigger {
        display: block;
        bottom: 0;
        cursor: pointer;
        color: #000000;
        position: absolute;
        z-index: 10;
        font-weight: 600;
        letter-spacing: 0.75px;
    }

    .collapsible .collapseTrigger:after {
        content: "\e908";
        font-family: 'icomoon' !important;
        color: #000000;
        font-size: 0.5em;
        padding-left: 5px;
    }
    .collapsible.open .description{
        height: auto !important;
        padding-bottom: 0 !important;
    }
    .collapsible.open .description:before {
        display: none !important;
    }
    .collapsible.open .collapseTrigger {
        display: none !important;
    }

    .section.textelement {
        margin-bottom: 5em;
    }

    .dna-header-media {
        height: 100vh;
    }

    .subcontent {
        padding-top: 3em;
    }

    .footer .fcontact {
        font-size: 20px;
    }
    .legal-menu {
        margin-bottom: 25px;
    }

    .partner {
        margin-top: 4em!important;
    }

    .partnerwrap {
        margin-top: 4em;
    }
    .toggle_wrapper {
        padding: 5px 10px;
        padding-right: 30px;
    }

    .toggle_wrapper .icon {
        right: 15px;
    }
    .partner img {
        max-width: 70px;
    }

    .newscontainer .nlv_titel {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 35px!important;
    }

    .newscontainer {
        padding-top: 45px!important;
        padding-bottom: 45px!important;
    }

    .nlv_zitat_1.icon-zitat {
        font-size: 2em;
    }

    .inner_news {
        padding-top: 2.1em;
    }

    .inner_news p {
        font-size: 15px;
        color: #000000;
        letter-spacing: 0.75px;
        padding-top: 10px;
    }

    .inner_news:before {
        top: 6px;
    }

    .textelement h2 {
        font-size: 17px!important;
        letter-spacing: 0.17px!important;
        color: #000000!important;
        padding-right: 50px!important;
    }
    .textelement h1 {
        font-size: 30px!important;
        letter-spacing: 1.5px!important;
        padding-right: 50px!important;
    }

    .description {
        margin-top: 0px!important;
    }

    .news .headline h2 {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 22px;
        padding-bottom: 0px;
    }
    body.no_header .logo img{
        max-width: 240px;
    }
    .textelement .room .bottom .btn {
        padding: 5px 25px;
        height: auto;
    }

    .textelement .room .bottom .btn span{
        padding: 0px;
    }

    .interestingsites {
        padding-top: 25px!important;
    }

    .highlights.reverse2 .imgbox1 {
        margin-left: 0;
    }

    .rooms2 .room>div {
        display: block;
    }

    .section-wrap .bg {
        display: none!important;
    }

    body.uid124 .icon-award {
        justify-content: flex-start;
        padding-left: 0.5em;
    }
}
@media only screen and (max-width: 600px) {
    iframe {
        width: 100%;
    }
    .room_top .slick-slider img {
        height: 100%;
        width: auto;
    }
}
@media only screen and (max-width: 500px) {

    .logo img {
        max-width: 165px;
        height: auto;
    }
    .top_header li {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .lang_nav {
        top: 5px;
    }
    .footerpowered {
        float: none;
        text-align: center;
        display: block;
    }
    .verpflegung .bar.withdesc:hover{
        height: 3em!important;
        background: #AF601D!important;
        padding: .9em!important;
        font-size: 16.96px!important;
        line-height: 23.744px   ;
    }
    .verpflegung .box {
        min-height: 280px;
    }
    .highlights .imgbox .overlay {
        background-color: transparent;
        display: none;
        height: 52px;
        left: 15px;
        right: 15px;
        position: absolute;
        bottom: 0;
        width: auto;
        z-index: 3;
    }
    .header-left .logo {
        padding: 2em 4em 1.5em 4em;
    }
    .offerslider .btn {
        width: auto;
    }

    .newsstart .icon-left.slick-arrow {
        top: unset;
        left: 40%;
        transform: translateX(-50%);
    }

    .newsstart .icon-right.slick-arrow {
        top: unset;
        right: 40%;
        transform: translateX(50%);
    }

    .newsstart .desc {
        font-size: 16px;
    }
}
@media only screen and (max-width: 400px) {
    .dna-imglist__filter.JS-active .dna-imglist__filter__item {
        width: 75%;
    }
    .boxnlv {
        padding: 5em 0;
    }
    .bestprice_wrap {
        top: -30%;
    }
    .bestprice {
        width: 125px;
        height: 125px;
    }
    .bestprice_inner {
        font-size: 15px;
        padding: 20px 30px;
    }
    .rooms .buttonwrap {
        bottom: 0;
    }
    .rooms.news .btn {
        width: 100%;
        margin: 0!important;
    }
    .roomdetails {
        margin: 0 30px;
    }
    .legal-menu {
        width: 100%;
        text-align: center;
    }
    .legal-menu a {
        display: block;
    }
    .brandnamic {
        max-width: 110px;
        margin: auto;
        display: block;
    }
    .primary_nav {
        width: 100%;
    }
    .rooms2 .room .roomdetail {
        padding: 29px 19px 0 19px;
    }
    .rooms2 .room .roomdetail .size {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .newsbox {
        display: none;
    }
    .da-opener-position-bottom {
        top: auto !important;
        bottom: 40px;
    }
}
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
/*  ==========================================================================
    Helper classes
    ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/*
 * Clear inline
 */

.clear {
    clear: both;
}



.center {
    text-align: center;
}

.loading {
    background-image: url('../../fileadmin/web/img/loader.svg');
    height: 50px;
    width: 50px;
    margin: auto;
}