/* compiled by scssphp v0.8.0 on Mon, 07 Sep 2026 07:15:17 +0000 (0.101s) */

@charset "utf-8";
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5001;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5002;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 1rem;
  color: #fff;
  font-style: normal;
  font-size: 28px; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -0.6rem;
  text-align: right;
  padding-right: 0.6rem;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 1.2rem;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -5.5rem;
  padding: 0;
  width: 90;
  height: 11rem;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 3.5rem;
  margin-left: 3.5rem;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 1.5rem;
  border-bottom-width: 1.5rem;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 1.7rem solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 2.5rem;
  border-right: 2.7rem solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 1.7rem solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 2.7rem solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40;
  padding-bottom: 40; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900; }

.mfp-iframe-holder .mfp-close {
  top: -40; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40 0 40;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40;
  bottom: 40;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #fff; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5rem; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  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: 3.6rem;
  font-size: 1.4rem; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800) and (orientation: landscape), screen and (max-height: 300) {
  /**
   * 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: 0.5rem; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 0.5rem;
      position: fixed;
      box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 0.5rem;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 3.5rem;
      height: 3.5rem;
      line-height: 3.5rem;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }

@media all and (max-width: 900) {
  .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: 0.6rem;
    padding-right: 0.6rem; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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; }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  position: relative;
  font: inherit; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h2 span, h3 span, h4 span, h5 span, h6 span, a span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit; }

@font-face {
  font-family: 'pt_sansbold';

  src: url('/site/templates/fonts/pt_sans-web-bold-webfont.woff2') format('woff2'), url('/site/templates/fonts/pt_sans-web-bold-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal; }

@font-face {
  font-family: 'pt_sansbold_italic';

  src: url('/site/templates/fonts/pt_sans-web-bolditalic-webfont.woff2') format('woff2'), url('/site/templates/fonts/pt_sans-web-bolditalic-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal; }

@font-face {
  font-family: 'pt_sansitalic';

  src: url('/site/templates/fonts/pt_sans-web-italic-webfont.woff2') format('woff2'), url('/site/templates/fonts/pt_sans-web-italic-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal; }

@font-face {
  font-family: 'pt_sansregular';

  src: url('/site/templates/fonts/pt_sans-web-regular-webfont.woff2') format('woff2'), url('/site/templates/fonts/pt_sans-web-regular-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal; }

@font-face {
  font-family: 'Material Icons';

  font-style: normal;

  font-weight: 400;

  src: local('Material Icons'), local('MaterialIcons-Regular'), url(/site/templates/fonts/materialdesignicons-webfont.woff2) format('woff2'), url(/site/templates/fonts/materialdesignicons-webfont.woff) format('woff'); }

.regular, form.InputfieldForm *, body {
  font-family: pt_sansregular, sans-serif; }

.italic {
  font-family: pt_sansbold_italic, sans-serif; }

.bold, strong, .button, form.InputfieldForm button, section.contentpart.page_links_images a.readMore, section.contentpart.rooms_counter div.wrapper a, form.InputfieldForm div.InputfieldCheckbox label, form.InputfieldForm div.InputfieldCheckbox label *, div.rating span.desc, body > footer ul#footerNaviList li a span, section.contentpart h4 {
  font-family: pt_sansbold, sans-serif; }

.bolditalic {
  font-family: pt_sansbold_italic, sans-serif; }

.serif, section#roomHeader div#properties article h3, body > header nav ul#mainNaviList li a, section.contentpart h2, section.contentpart h3, section.contentpart.slideshow h3, section.contentpart.video h3, section.contentpart.rooms_counter div.wrapper div.counter, section.contentpart.rooms_counter div.wrapper div.counter *, li[data-room].preview h4 {
  font-family: adobe-garamond-pro, serif; }

.icon, section#roomHeader div.slideshow button::after, body > header nav ul#mainNaviList li.hasChilds > a::after, body > header nav ul#mainNaviList > li.gaestebereich a::before {
  font-family: "Material Icons", sans-serif; }

.fs_text, form.InputfieldForm *, section.contentpart h4, section.contentpart p, section.contentpart ul, section.contentpart ol, section.contentpart table, section.contentpart p *, section.contentpart ul *, section.contentpart ol *, section.contentpart table *, section.contentpart.text_with_image div.wrapper > h3 span, body {
  font-size: 2rem; }

.fs_text_small, section#roomHeader div.slideshow div.slideElement span.desc, ul.average li.label, nav#guestpages ul a, body > footer ul#footerNaviList li a span, section.contentpart.text_with_image div.wrapper div.image span.description, section.contentpart.video_gallery figcaption, section.contentpart.page_links_images figcaption, section.contentpart.video span.meta, section.contentpart.video:first-of-type div.videoParent span.meta, li[data-room].preview > div *, section.contentpart.news #guest-data *, section.contentpart.assistant #guest-data *, section.contentpart.special_function #guest-data *, span.description {
  font-size: 1.5rem; }

.fs_text_tiny {
  font-size: 1.2rem; }

.fs_teaser, section.contentpart.text_1_col div.teaser * {
  font-size: 2.5rem; }

.fs_headline_1, section#roomHeader div#properties article h3, section.contentpart.linearNavi div.wrapper h3.active, section.contentpart h2, section.contentpart.timeline h3 span {
  font-size: 4rem; }

.fs_headline_2, section.contentpart h3 {
  font-size: 3rem; }

.fs_headline_3, li[data-room].preview h4 {
  font-size: 2.5rem; }

.fs_headline_4 {
  font-size: 2rem; }

.material-icons, section#roomHeader div#properties article h3 a::after, ul.average li::before, a.phone::before, a.email::before, a.facebook::before, body > header nav button#naviToggle::before, body > header #book-now::before, section.contentpart.rooms_overview table td.booking > a::after, table.rooms td.booking > a::after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 2.4rem;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.shadow, body > header, section.contentpart.news ul.gallery li a img, section.contentpart.gallery ul.gallery li a img, section.contentpart.video_gallery ul.gallery li a img, section.contentpart.accordion ul.gallery li a img, section.contentpart.page_links_images ul.gallery li a img, section.contentpart.news ul.news li a img, section.contentpart.gallery ul.news li a img, section.contentpart.video_gallery ul.news li a img, section.contentpart.accordion ul.news li a img, section.contentpart.page_links_images ul.news li a img {
  box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.3); }

.line::after, section.contentpart h2::after, section.contentpart h3::after, section.contentpart.slideshow h3::after, section.contentpart.video h3::after {
  content: url(/site/templates/images/line.svg);
  display: block;
  width: 28.2rem;
  margin: 1rem auto;
  font-size: 1px; }

.noLine::after {
  display: none !important; }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
article.vote > div {
  background-color: white;
  padding: 2rem;
  max-width: 80rem;
  margin: 0 auto 2rem; }
  article.vote > div div.comment {
    background-color: #efefef;
    padding: 1rem 1rem 0;
    overflow: auto; }

section#roomHeader {
  overflow: hidden;
  margin-bottom: 5rem;
  text-align: center; }
  section#roomHeader div.slideshow {
    height: 100vh; }
  section#roomHeader div.slideshow div.slideElement {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background-size: cover;
    background-position: center; }
    section#roomHeader div.slideshow div.slideElement span.desc {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.2);
      color: white;
      padding: 0.2rem 1rem; }
  section#roomHeader div.slideshow figure picture img {
    width: 100%;
    height: auto; }
  section#roomHeader div.slideshow button {
    position: absolute;
    top: 50%;
    z-index: 100;
    background-color: #5e8ab4;
    padding: 1rem 1rem;
    min-height: 5rem; }
    section#roomHeader div.slideshow button::after {
      color: white;
      font-size: 3rem; }
    section#roomHeader div.slideshow button.arrow.prevSlide {
      left: 0; }
      section#roomHeader div.slideshow button.arrow.prevSlide::after {
        content: "\f141"; }
    section#roomHeader div.slideshow button.arrow.nextSlide {
      right: 0; }
      section#roomHeader div.slideshow button.arrow.nextSlide::after {
        content: "\f142"; }
    section#roomHeader div.slideshow button span {
      display: none; }
    @media only screen and (max-width: 32.5em) {
    section#roomHeader div.slideshow button {
      display: none !important; } }
  section#roomHeader div#properties {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem; }
  @media only screen and (max-width: 32.5em) {
    section#roomHeader div#properties {
      position: static; }
      section#roomHeader div#properties div.wrapper {
        padding: 0; } }
  section#roomHeader div#properties article {
    background-color: #5e8ab4;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    section#roomHeader div#properties article, section#roomHeader div#properties article * {
      color: white; }
    section#roomHeader div#properties article h3 {
      width: 33%;
      white-space: nowrap; }
      section#roomHeader div#properties article h3 > span {
        display: inline-block;
        margin: 0 0.5rem; }
      section#roomHeader div#properties article h3 a span {
        display: none; }
        section#roomHeader div#properties article h3 a.prev::after {
          content: "\f141"; }
        section#roomHeader div#properties article h3 a.next::after {
          content: "\f142"; }
    section#roomHeader div#properties article table {
      width: 100%; }
      section#roomHeader div#properties article table th {
        text-align: center6;
        padding: 0 0 0.5rem 0;
        border-right: 1rem solid #5e8ab4;
        width: 25%; }
      section#roomHeader div#properties article table td {
        background-color: white;
        padding: 0.5rem;
        color: #5e8ab4;
        border-right: 1rem solid #5e8ab4; }
    @media only screen and (max-width: 32.5em) {
    section#roomHeader div#properties article h3, section#roomHeader div#properties article table {
      width: 100%; }
      section#roomHeader div#properties article h3 {
        margin-bottom: 1rem; }

      section#roomHeader div#properties article th {
        display: none; }

      section#roomHeader div#properties article td {
        width: 100%;
        display: block;
        padding: 0.3rem 1rem 0 1rem !important;
        text-align: left; }
        section#roomHeader div#properties article td::before {
          content: attr(title);
          margin-right: 0.3rem;
          font-family: pt_sansbold; }

      section#roomHeader div#properties article td:last-child {
        padding-bottom: 0.3rem !important; } }

section.contentpart.linearNavi {
  background-color: #fff;
  margin-top: -5rem;
  padding: 3rem 0 1rem; }
  section.contentpart.linearNavi div.wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  section.contentpart.linearNavi div.wrapper > * {
    width: 30%;
    display: block;
    text-align: center; }
  section.contentpart.linearNavi div.wrapper a {
    text-decoration: none !important; }
  section.contentpart.linearNavi div.wrapper h3.inactive {
    opacity: 0.5; }
    section.contentpart.linearNavi div.wrapper h3.inactive::after {
      display: none; }
  section.contentpart.linearNavi div.wrapper h3.active::after {
    display: none; }
    section.contentpart.linearNavi div.wrapper h3.active span {
      text-transform: uppercase; }
  @media only screen and (max-width: 32.5em) {
    section.contentpart.linearNavi div.wrapper > * {
      width: 100%;
      margin-bottom: 1rem; } }

section#pageOverlay {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff; }
  section#pageOverlay figure {
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover; }
  section#pageOverlay figure figcaption {
    padding: 1rem;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; }
    section#pageOverlay figure figcaption img {
      max-width: 100%; }

.button, form.InputfieldForm button, section.contentpart.page_links_images a.readMore, section.contentpart.rooms_counter div.wrapper a {
  background: none;
  border: none;
  display: inline-block;
  padding: 1rem 3rem;
  text-align: center;
  margin: 1rem 1rem 0 0;
  text-transform: uppercase;
  background-color: #5e8ab4;
  color: #fff !important;
  text-decoration: none; }
  .button span, form.InputfieldForm button span, section.contentpart.page_links_images a.readMore span, section.contentpart.rooms_counter div.wrapper a span {
    color: #fff !important; }
  .button.style2, form.InputfieldForm button.style2, section.contentpart.page_links_images a.readMore.style2, section.contentpart.rooms_counter div.wrapper a.style2 {
    background-color: #a4927f; }

form.InputfieldForm * {
  text-align: left; }
  form.InputfieldForm p.description {
    opacity: 1;
    margin-bottom: 1rem; }
  form.InputfieldForm .Inputfield .InputfieldHeader {
    font-weight: normal; }
  form.InputfieldForm fieldset {
    border: none;
    padding: 1rem 0; }
  form.InputfieldForm input, form.InputfieldForm textarea, form.InputfieldForm select {
    padding: 0.7rem; }
  form.InputfieldForm input[type=checkbox], form.InputfieldForm input[type=radio] {
    margin-right: 0.5rem; }
  form.InputfieldForm button {
    display: inline-block; }
  form.InputfieldForm button:disabled {
    opacity: 0.6; }
  form.InputfieldForm div.error * {
    color: red;
    font-size: 0.9rem; }

form#FormBuilder_reservierung {
  padding: 2rem;
  background-color: #a4927f; }
  form#FormBuilder_reservierung p.description, form#FormBuilder_reservierung label, form#FormBuilder_reservierung div.InputfieldCheckbox label *, form#FormBuilder_reservierung a {
    color: white; }
  form#FormBuilder_reservierung button {
    border: 1px solid white; }
  form#FormBuilder_reservierung .InputfieldStateRequired > .InputfieldHeader:first-child:after {
    color: white; }
  form#FormBuilder_reservierung input.readonly {
    background-color: #ede9e5; }

div.rating {
  min-height: 5rem; }
  div.rating input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: none;
    width: 5rem;
    height: 5rem;
    min-width: 0;
    opacity: 0; }
  div.rating span.star {
    display: inline-block;
    margin: 0 0.5rem 0 0;
    width: 5rem;
    height: 5rem;
    vertical-align: top;
    background-color: white; }
  div.rating span.star::before {
    position: absolute;
    left: 1px;
    top: 1.2rem;
    font-family: "Material Icons";
    content: "\f4ce";
    color: #a4927f;
    font-size: 3rem; }
  div.rating span.star.checked::before {
    color: #5e8ab4; }
  div.rating span.desc {
    display: inline-block;
    padding: 1.5rem 1rem 0 1rem;
    background-color: white;
    height: 5rem;
    min-width: 12.5rem; }

ul.average.big li::before {
  font-size: 3rem; }
  ul.average li {
    display: inline-block;
    vertical-align: top; }
  ul.average li::before {
    color: #5e8ab4; }
  ul.average li.full::before {
    content: "\f4ce"; }
  ul.average li.half::before {
    content: "\F4D0"; }
  ul.average li.empty::before {
    content: "\F4D2"; }
  ul.average li.label {
    margin-left: 2rem; }

ul.feedback ul.average {
  text-align: left;
  display: inline-block;
  margin: 0 1rem 0 0;
  width: 28rem; }

a {
  text-decoration: none; }
  a.phone::before, a.email::before, a.facebook::before {
    color: inherit;
    font-size: inherit;
    margin-right: 0.5rem; }
  a.phone::before {
    content: "\f3f2"; }
  a.email::before {
    content: "\f1ee"; }
  a.facebook::before {
    content: "\f20d"; }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
body > header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  background-color: #faf9f8; }
  body > header h1 {
    padding: 1rem 1rem 1rem 2rem; }
  @media only screen and (max-width: 72.49em) {
    body > header h1 {
      padding-left: 7.5rem; } }
  @media only screen and (max-width: 32.5em) {
    body > header h1 {
      padding-left: 3.5rem; } }
  body > header h1 span {
    display: none; }
  body > header h1 img {
    width: 20rem;
    max-width: 100%;
    height: auto; }
    @media only screen and (max-width: 32.5em) {
    body > header h1 img {
      width: 10rem; } }
  body > header nav {
    display: flex;
    justify-content: end; }
  body > header nav ul#mainNaviList {
    margin: 0 5rem 0 0;
    padding: 0;
    text-align: right;
    display: flex; }
    body > header nav ul#mainNaviList li {
      display: inline-block;
      margin: 0 1rem 0 1rem;
      position: static; }
      body > header nav ul#mainNaviList li.hasChilds > a {
        display: flex;
        gap: 0.5rem;
        align-items: center; }
        body > header nav ul#mainNaviList li.hasChilds > a::after {
          content: "\f141";
          display: block;
          transform-origin: center;
          transform: rotate(-90deg); }
      body > header nav ul#mainNaviList li.hasChilds.active > a::after {
        transform: rotate(90deg); }
      body > header nav ul#mainNaviList li a {
        text-decoration: none;
        color: #5e8ab4; }
      body > header nav ul#mainNaviList li.active a {
        color: #a4927f; }
        body > header nav ul#mainNaviList li.active.active > a span {
          font-weight: bold; }
    body > header nav ul#mainNaviList > li > ul {
      display: none;
      position: absolute;
      left: -1rem;
      top: 100%;
      padding: 1rem; }
    body > header nav ul#mainNaviList > li.active > ul {
      display: flex; }
    body > header nav ul#mainNaviList > li.gaestebereich a {
      display: flex;
      gap: 0.5rem;
      align-items: center; }
      body > header nav ul#mainNaviList > li.gaestebereich a::before {
        content: "\f342";
        display: block; }
    @media screen and (max-width: 100em) {
    body > header nav ul#mainNaviList {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      top: 15rem;
      margin: 0;
      padding: 5rem 0;
      background-color: #5e8ab4;
      text-align: center;
      overflow: auto; }
      body > header nav ul#mainNaviList * {
        color: white !important; }

      body > header nav ul#mainNaviList li {
        display: block;
        margin-bottom: 2rem; }

      body > header nav ul#mainNaviList > li > a > span {
        font-weight: bold; }

      body > header nav ul#mainNaviList > li > ul, body > header nav ul#mainNaviList > li.active > ul {
        display: block;
        position: static; }
        body > header nav ul#mainNaviList > li > ul > li, body > header nav ul#mainNaviList > li.active > ul > li {
          margin-bottom: 1rem; }
        body > header nav ul#mainNaviList > li > ul > li:last-child, body > header nav ul#mainNaviList > li.active > ul > li:last-child {
          margin-bottom: 0; }

      body > header nav ul#mainNaviList a {
        justify-content: center; } }
    @media only screen and (max-width: 32.5em) {
    body > header nav ul#mainNaviList {
      top: 9rem; } }
  body > header nav button#naviToggle {
    display: none;
    margin: 0 3.5rem 0 0;
    background: none; }
    body > header nav button#naviToggle span {
      display: none; }
    body > header nav button#naviToggle::before {
      content: "\f35c";
      color: #003c71;
      font-size: 4rem; }
    body > header nav button#naviToggle.active::before {
      content: "\f156"; }
    @media screen and (max-width: 100em) {
    body > header nav button#naviToggle {
      display: inline-block; } }
  body > header #book-now {
    position: absolute;
    right: 5rem;
    bottom: 0;
    transform: translateY(100%);
    padding: 1rem 2rem;
    background-color: #5e8ab4;
    color: white;
    border: 1px solid white;
    border-top: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 1rem; }
  body > header #book-now::before {
    content: "\f0ef"; }
  @media screen and (max-width: 40em) {
    body > header #book-now {
      right: 2rem;
      padding: 0.5rem 1rem;
      font-size: 1.6rem; } }

nav#guestpages {
  display: flex;
  justify-content: center;
  margin: 2rem 0 0 0;
  padding: 0 1rem; }
  nav#guestpages ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    justify-content: center; }
  nav#guestpages ul a {
    background-color: #a4927f;
    display: flex;
    justify-content: center;
    padding: 0.5rem 2rem;
    text-decoration: none; }
    nav#guestpages ul a span {
      color: white; }
  nav#guestpages ul li.active a {
    background-color: #5e8ab4; }
  @media screen and (min-width: 75em) {
  nav#guestpages {
    display: grid; }
    nav#guestpages[data-cols="2"] > ul {
      grid-template-columns: repeat(2, 1fr); }

    nav#guestpages[data-cols="3"] > ul {
      grid-template-columns: repeat(3, 1fr); }

    nav#guestpages[data-cols="4"] > ul {
      grid-template-columns: repeat(4, 1fr); }

    nav#guestpages[data-cols="5"] > ul {
      grid-template-columns: repeat(5, 1fr); }

    nav#guestpages[data-cols="6"] > ul {
      grid-template-columns: repeat(6, 1fr); }

    nav#guestpages[data-cols="7"] > ul {
      grid-template-columns: repeat(7, 1fr); }

    nav#guestpages[data-cols="8"] > ul {
      grid-template-columns: repeat(8, 1fr); } }

body > footer {
  padding: 2.5rem;
  background-color: #5e8ab4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; }
  body > footer, body > footer * {
    color: white; }
  body > footer > div {
    width: 45%; }
  @media only screen and (max-width: 32.5em) {
    body > footer > div {
      width: 100%;
      margin-bottom: 2rem; }
      body > footer > div, body > footer > div * {
        text-align: center !important; } }
  body > footer ul#footerNaviList {
    text-align: right; }
  body > footer ul#footerNaviList li {
    margin: 0 1rem;
    display: inline-block; }
    body > footer ul#footerNaviList li a {
      text-decoration: none; }
      body > footer ul#footerNaviList li a span {
        text-transform: uppercase; }

main {
  padding: 15rem 0 0 0;
  background-color: #ede9e5;
  background-image: url(/site/templates/images/bg_main.svg);
  background-repeat: no-repeat;
  background-size: 25% auto;
  background-position: right bottom; }
  main, main * {
    color: #837465; }
  main a {
    text-decoration: underline;
    font-family: inherit;
    font-weight: inherit; }

div.mapParent {
  height: 50rem; }

section.contentpart {
  padding-top: 3rem;
  margin-bottom: 3rem;
  text-align: center; }
  section.contentpart:has(div.parent:empty) {
    margin-bottom: 0; }
  section.contentpart:has(div.parent:empty) + section {
    padding-top: 0; }
  section.contentpart:first-child {
    padding-top: 5rem; }
  section.contentpart:last-child {
    padding-bottom: 5rem;
    margin-bottom: 0; }
  section.contentpart img {
    max-width: 100%; }
  section.contentpart h2 {
    margin-bottom: 3rem; }
  section.contentpart h3 {
    margin-bottom: 3rem; }
  section.contentpart h4 {
    margin-bottom: 2rem; }
  section.contentpart p, section.contentpart ul, section.contentpart ol, section.contentpart table {
    margin-bottom: 2rem;
    line-height: 140%; }
  section.contentpart p img {
    vertical-align: top; }
  section.contentpart p.highlight, section.contentpart div.highlight {
    background-color: #fff;
    padding: 2rem;
    border: 0.2rem solid #003c71; }
  section.contentpart p.highlight, section.contentpart div.highlight, section.contentpart p.highlight *, section.contentpart div.highlight * {
    color: #003c71; }
  section.contentpart p.highlight_wob {
    background-color: #fff;
    padding: 2rem; }
  section.contentpart div.highlight p {
    margin-bottom: 0.5rem; }

section.contentpart.text_with_image ul, section.contentpart.text_1_col ul, section.contentpart.text_with_image ol, section.contentpart.text_1_col ol {
  margin-left: 1.5rem; }
  section.contentpart.text_with_image ul li, section.contentpart.text_1_col ul li, section.contentpart.text_with_image ol li, section.contentpart.text_1_col ol li {
    line-height: 140%; }
  section.contentpart.text_with_image ul, section.contentpart.text_1_col ul {
    list-style: disc; }
  section.contentpart.text_with_image table, section.contentpart.text_1_col table {
    border-top: 1px solid #ede9e5;
    border-right: 1px solid #ede9e5;
    width: 100%; }
  section.contentpart.text_with_image table th, section.contentpart.text_1_col table th, section.contentpart.text_with_image table td, section.contentpart.text_1_col table td {
    text-align: left;
    vertical-align: top;
    padding: 0.5rem 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ede9e5;
    border-left: 1px solid #ede9e5; }
  section.contentpart.text_with_image table th, section.contentpart.text_1_col table th {
    background-color: #5e8ab4;
    color: #fff;
    width: 30rem; }

section.contentpart.text_with_image h2 {
  width: 100%;
  text-align: center; }
  section.contentpart.text_with_image div.wrapper {
    display: flex;
    flex-wrap: wrap; }
  section.contentpart.text_with_image div.wrapper > h3 {
    width: 100%; }
    section.contentpart.text_with_image div.wrapper > h3 span {
      display: block;
      margin-top: 0.5rem; }
  section.contentpart.text_with_image div.wrapper div.image {
    width: 40%; }
    section.contentpart.text_with_image div.wrapper div.image span.description {
      display: block;
      text-align: right; }
  section.contentpart.text_with_image div.wrapper div.text {
    width: 60%;
    padding-left: 3rem;
    text-align: left; }
    section.contentpart.text_with_image div.wrapper div.text h3 {
      text-align: center; }
  @media only screen and (max-width: 32.5em) {
    section.contentpart.text_with_image div.wrapper div.image, section.contentpart.text_with_image div.wrapper div.text {
      width: 100%;
      margin-bottom: 1rem; }
      section.contentpart.text_with_image div.wrapper div.text {
        order: 1;
        padding-left: 0; }
      section.contentpart.text_with_image div.wrapper div.image {
        order: 2; } }

section.contentpart.text_1_col {
  text-align: center; }
  section.contentpart.text_1_col div.teaser * {
    color: white; }
  section.contentpart.text_1_col img {
    max-width: 100%; }
/*
 section.contentpart.gallery {
 ul.gallery {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 -1rem 1rem -1rem;
 li {
 box-sizing: border-box;
 width: 20%;
 padding: 1rem;
 @include breakpoint($tablet) {
 width: 33.33%;
 }
 @include breakpoint($mobile) {
 width: 100%;
 }
 a {
 @extend .shadow;
 display: block;
 img {
 display: block;
 width: 100%;
 height: auto;
 }
 }
 }
 }
 }
 */
section.contentpart.news ul.gallery, section.contentpart.gallery ul.gallery, section.contentpart.video_gallery ul.gallery, section.contentpart.accordion ul.gallery, section.contentpart.page_links_images ul.gallery, section.contentpart.news ul.news, section.contentpart.gallery ul.news, section.contentpart.video_gallery ul.news, section.contentpart.accordion ul.news, section.contentpart.page_links_images ul.news {
  display: grid;
  gap: 2rem;
  margin: 0 0 1rem;
  grid-template-columns: repeat(5, 1fr); }
  section.contentpart.news ul.gallery[data-columns="1"], section.contentpart.gallery ul.gallery[data-columns="1"], section.contentpart.video_gallery ul.gallery[data-columns="1"], section.contentpart.accordion ul.gallery[data-columns="1"], section.contentpart.page_links_images ul.gallery[data-columns="1"], section.contentpart.news ul.news[data-columns="1"], section.contentpart.gallery ul.news[data-columns="1"], section.contentpart.video_gallery ul.news[data-columns="1"], section.contentpart.accordion ul.news[data-columns="1"], section.contentpart.page_links_images ul.news[data-columns="1"] {
    grid-template-columns: 1fr; }
  section.contentpart.news ul.gallery[data-columns="2"], section.contentpart.gallery ul.gallery[data-columns="2"], section.contentpart.video_gallery ul.gallery[data-columns="2"], section.contentpart.accordion ul.gallery[data-columns="2"], section.contentpart.page_links_images ul.gallery[data-columns="2"], section.contentpart.news ul.news[data-columns="2"], section.contentpart.gallery ul.news[data-columns="2"], section.contentpart.video_gallery ul.news[data-columns="2"], section.contentpart.accordion ul.news[data-columns="2"], section.contentpart.page_links_images ul.news[data-columns="2"] {
    grid-template-columns: repeat(2, 1fr); }
  section.contentpart.news ul.gallery[data-columns="3"], section.contentpart.gallery ul.gallery[data-columns="3"], section.contentpart.video_gallery ul.gallery[data-columns="3"], section.contentpart.accordion ul.gallery[data-columns="3"], section.contentpart.page_links_images ul.gallery[data-columns="3"], section.contentpart.news ul.news[data-columns="3"], section.contentpart.gallery ul.news[data-columns="3"], section.contentpart.video_gallery ul.news[data-columns="3"], section.contentpart.accordion ul.news[data-columns="3"], section.contentpart.page_links_images ul.news[data-columns="3"] {
    grid-template-columns: repeat(3, 1fr); }
  section.contentpart.news ul.gallery[data-columns="4"], section.contentpart.gallery ul.gallery[data-columns="4"], section.contentpart.video_gallery ul.gallery[data-columns="4"], section.contentpart.accordion ul.gallery[data-columns="4"], section.contentpart.page_links_images ul.gallery[data-columns="4"], section.contentpart.news ul.news[data-columns="4"], section.contentpart.gallery ul.news[data-columns="4"], section.contentpart.video_gallery ul.news[data-columns="4"], section.contentpart.accordion ul.news[data-columns="4"], section.contentpart.page_links_images ul.news[data-columns="4"] {
    grid-template-columns: repeat(4, 1fr); }
  section.contentpart.news ul.gallery[data-columns="5"], section.contentpart.gallery ul.gallery[data-columns="5"], section.contentpart.video_gallery ul.gallery[data-columns="5"], section.contentpart.accordion ul.gallery[data-columns="5"], section.contentpart.page_links_images ul.gallery[data-columns="5"], section.contentpart.news ul.news[data-columns="5"], section.contentpart.gallery ul.news[data-columns="5"], section.contentpart.video_gallery ul.news[data-columns="5"], section.contentpart.accordion ul.news[data-columns="5"], section.contentpart.page_links_images ul.news[data-columns="5"] {
    grid-template-columns: repeat(5, 1fr); }
  section.contentpart.news ul.gallery[data-columns="6"], section.contentpart.gallery ul.gallery[data-columns="6"], section.contentpart.video_gallery ul.gallery[data-columns="6"], section.contentpart.accordion ul.gallery[data-columns="6"], section.contentpart.page_links_images ul.gallery[data-columns="6"], section.contentpart.news ul.news[data-columns="6"], section.contentpart.gallery ul.news[data-columns="6"], section.contentpart.video_gallery ul.news[data-columns="6"], section.contentpart.accordion ul.news[data-columns="6"], section.contentpart.page_links_images ul.news[data-columns="6"] {
    grid-template-columns: repeat(6, 1fr); }
  @media only screen and (max-width: 72.49em) {
    section.contentpart.news ul.gallery, section.contentpart.gallery ul.gallery, section.contentpart.video_gallery ul.gallery, section.contentpart.accordion ul.gallery, section.contentpart.page_links_images ul.gallery, section.contentpart.news ul.news, section.contentpart.gallery ul.news, section.contentpart.video_gallery ul.news, section.contentpart.accordion ul.news, section.contentpart.page_links_images ul.news {
      grid-template-columns: repeat(3, 1fr) !important; } }
  @media only screen and (max-width: 32.5em) {
    section.contentpart.news ul.gallery, section.contentpart.gallery ul.gallery, section.contentpart.video_gallery ul.gallery, section.contentpart.accordion ul.gallery, section.contentpart.page_links_images ul.gallery, section.contentpart.news ul.news, section.contentpart.gallery ul.news, section.contentpart.video_gallery ul.news, section.contentpart.accordion ul.news, section.contentpart.page_links_images ul.news {
      grid-template-columns: repeat(1, 1fr) !important; } }
  section.contentpart.news ul.gallery li, section.contentpart.gallery ul.gallery li, section.contentpart.video_gallery ul.gallery li, section.contentpart.accordion ul.gallery li, section.contentpart.page_links_images ul.gallery li, section.contentpart.news ul.news li, section.contentpart.gallery ul.news li, section.contentpart.video_gallery ul.news li, section.contentpart.accordion ul.news li, section.contentpart.page_links_images ul.news li {
    box-sizing: border-box; }
    section.contentpart.news ul.gallery li a, section.contentpart.gallery ul.gallery li a, section.contentpart.video_gallery ul.gallery li a, section.contentpart.accordion ul.gallery li a, section.contentpart.page_links_images ul.gallery li a, section.contentpart.news ul.news li a, section.contentpart.gallery ul.news li a, section.contentpart.video_gallery ul.news li a, section.contentpart.accordion ul.news li a, section.contentpart.page_links_images ul.news li a {
      text-decoration: none;
      display: block; }
      section.contentpart.news ul.gallery li a img, section.contentpart.gallery ul.gallery li a img, section.contentpart.video_gallery ul.gallery li a img, section.contentpart.accordion ul.gallery li a img, section.contentpart.page_links_images ul.gallery li a img, section.contentpart.news ul.news li a img, section.contentpart.gallery ul.news li a img, section.contentpart.video_gallery ul.news li a img, section.contentpart.accordion ul.news li a img, section.contentpart.page_links_images ul.news li a img {
        display: block;
        width: 100%;
        height: auto; }
    section.contentpart.news ul.gallery li figure figcaption, section.contentpart.gallery ul.gallery li figure figcaption, section.contentpart.video_gallery ul.gallery li figure figcaption, section.contentpart.accordion ul.gallery li figure figcaption, section.contentpart.page_links_images ul.gallery li figure figcaption, section.contentpart.news ul.news li figure figcaption, section.contentpart.gallery ul.news li figure figcaption, section.contentpart.video_gallery ul.news li figure figcaption, section.contentpart.accordion ul.news li figure figcaption, section.contentpart.page_links_images ul.news li figure figcaption {
      font-size: 1.5rem; }

section.contentpart.news li {
  background-color: white; }
  section.contentpart.news li > div {
    padding: 2rem; }

section.contentpart.video_gallery figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.3rem 1rem;
  background-color: rgba(255, 255, 255, 0.8); }
  section.contentpart.video_gallery figcaption:hover {
    background-color: rgba(255, 255, 255, 1); }

section.contentpart.page_links_images li {
  text-align: center; }
  section.contentpart.page_links_images li a {
    margin-bottom: 3rem; }
  section.contentpart.page_links_images a.readMore {
    display: inline-block !important; }
  section.contentpart.page_links_images figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0.3rem 1rem;
    background-color: rgba(255, 255, 255, 0.8); }
  section.contentpart.page_links_images figcaption:hover {
    background-color: rgba(255, 255, 255, 1); }

section.contentpart.single_image figure {
  margin-bottom: 2rem; }
  section.contentpart.single_image figure img {
    max-width: 100%; }
  section.contentpart.single_image figure.sepia img {
    filter: sepia(100%);
    transition: all 0.5s; }
    section.contentpart.single_image figure.sepia img:hover {
      filter: sepia(0%); }
  section.contentpart.single_image figure.grayscale img {
    filter: grayscale(100%);
    transition: all 0.5s; }
    section.contentpart.single_image figure.grayscale img:hover {
      filter: grayscale(0%); }

section.contentpart.slideshow {
  background-color: #fff;
  background-image: url(/site/templates/images/bg_slideshow.svg); }
  @media only screen and (max-width: 32.5em) {
  section.contentpart.slideshow {
    background: none; } }
  @media only screen and (max-width: 32.5em) {
    section.contentpart.slideshow div.wrapper {
      padding: 0; } }
  section.contentpart.slideshow div.slideshow * {
    color: #a4927f; }
  section.contentpart.slideshow h3 {
    font-size: 4.5rem;
    line-height: normal;
    margin-bottom: 0; }
  @media only screen and (max-width: 72.49em) {
    section.contentpart.slideshow h3 {
      font-size: 3.5rem; } }
  @media only screen and (max-width: 32.5em) {
    section.contentpart.slideshow h3 {
      font-size: 1.5rem; } }
  section.contentpart.slideshow figure {
    overflow: auto; }
  section.contentpart.slideshow figcaption {
    padding: 5rem 0 2rem 0; }
  @media only screen and (max-width: 32.5em) {
    section.contentpart.slideshow figcaption {
      padding: 2rem 0 0rem 0; } }
  section.contentpart.slideshow picture {
    display: block; }
  @media only screen and (max-width: 32.5em) {
    section.contentpart.slideshow picture {
      margin-top: 2rem; } }
  section.contentpart.slideshow picture img {
    z-index: 1; }
  section.contentpart.slideshow picture::after {
    content: "";
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    background-color: #ede9e5; }

section.contentpart.video {
  background-image: url(/site/templates/images/bg_slideshow.svg); }
  section.contentpart.video div.video * {
    color: #a4927f; }
  section.contentpart.video h3 {
    font-size: 4.5rem;
    line-height: normal;
    margin-bottom: 0; }
  @media only screen and (max-width: 72.49em) {
    section.contentpart.video h3 {
      font-size: 3.5rem; } }
  @media only screen and (max-width: 32.5em) {
    section.contentpart.video h3 {
      font-size: 2.5rem; } }
  section.contentpart.video figure {
    overflow: auto; }
  section.contentpart.video figcaption {
    padding: 12rem 0 5rem 0; }
  @media only screen and (max-width: 32.5em) {
    section.contentpart.video figcaption {
      padding: 5rem 0 3rem 0; } }
  section.contentpart.video video {
    background-color: black; }
  section.contentpart.video span.meta {
    display: block;
    text-align: right; }
  section.contentpart.video:first-of-type {
    background-color: #fff; }
  section.contentpart.video:first-of-type div.videoParent {
    margin-top: 5rem;
    display: block; }
    @media only screen and (max-width: 32.5em) {
    section.contentpart.video:first-of-type div.videoParent {
      margin-top: 2rem; } }
    section.contentpart.video:first-of-type div.videoParent span.meta {
      display: block;
      text-align: right; }
    section.contentpart.video:first-of-type div.videoParent video, section.contentpart.video:first-of-type div.videoParent span.meta {
      z-index: 1;
      background-color: black; }
    section.contentpart.video:first-of-type div.videoParent::after {
      content: "";
      z-index: 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 50%;
      background-color: #ede9e5; }

section.contentpart.rooms_counter {
  margin-top: -3rem; }
  section.contentpart.rooms_counter div.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  section.contentpart.rooms_counter div.wrapper div.counter {
    width: 100%;
    background-color: #fff;
    padding: 2rem; }
    section.contentpart.rooms_counter div.wrapper div.counter, section.contentpart.rooms_counter div.wrapper div.counter * {
      color: #003c71;
      font-size: 2.5rem; }
    section.contentpart.rooms_counter div.wrapper div.counter span {
      display: block;
      height: 9rem;
      overflow: hidden; }
      section.contentpart.rooms_counter div.wrapper div.counter span, section.contentpart.rooms_counter div.wrapper div.counter span * {
        font-size: 5rem; }
      section.contentpart.rooms_counter div.wrapper div.counter span > div {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
    section.contentpart.rooms_counter div.wrapper div.counter img {
      display: block;
      width: 8rem;
      max-width: 80%;
      margin: 1rem auto 0; }
    @media only screen and (max-width: 32.5em) {
    section.contentpart.rooms_counter div.wrapper div.counter {
      width: 100% !important;
      margin-bottom: 0.5rem; } }
  section.contentpart.rooms_counter div.wrapper.cols2 div.counter {
    width: 49%; }
  section.contentpart.rooms_counter div.wrapper.cols3 div.counter {
    width: 32%; }
  section.contentpart.rooms_counter div.wrapper.cols4 div.counter {
    width: 24%; }
  section.contentpart.rooms_counter div.wrapper a {
    width: 100%;
    margin-right: 0; }

section.contentpart.rooms_overview table, table.rooms {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border-top: 1px solid #ede9e5;
  border-right: 1px solid #ede9e5; }
  section.contentpart.rooms_overview table td, table.rooms td, section.contentpart.rooms_overview table th, table.rooms th {
    border-bottom: 1px solid #ede9e5;
    border-left: 1px solid #ede9e5; }
  section.contentpart.rooms_overview table th, table.rooms th {
    background-color: #ede9e5 !important;
    text-align: center !important;
    padding: 0.5rem 0.5rem 0.5rem 0 !important;
    color: #837465 !important; }
  section.contentpart.rooms_overview table td, table.rooms td {
    text-align: center !important;
    padding: 0.5rem;
    white-space: nowrap;
    /*
     &.details, &.booking {
     width: 60;
     vertical-align: middle;
     &>a::after {
     @extend .material-icons;
     color: _palette(style_3, fg);
     content: "\f142";
     }
     }
     */ }

  section.contentpart.rooms_overview table td, table.rooms td, section.contentpart.rooms_overview table td *, table.rooms td * {
    color: #003c71; }
  section.contentpart.rooms_overview table td.zimmer_nummer, table.rooms td.zimmer_nummer {
    min-width: 5rem; }
  section.contentpart.rooms_overview table td.title, table.rooms td.title, section.contentpart.rooms_overview table td.title_navigation, table.rooms td.title_navigation {
    padding: 0.5rem 1rem; }
  section.contentpart.rooms_overview table td.title, table.rooms td.title, section.contentpart.rooms_overview table td.title_navigation, table.rooms td.title_navigation, section.contentpart.rooms_overview table td.details, table.rooms td.details, section.contentpart.rooms_overview table td.booking, table.rooms td.booking {
    background-color: #5e8ab4 !important;
    color: white; }
  section.contentpart.rooms_overview table td.booking > a::after, table.rooms td.booking > a::after {
    color: white;
    content: "\f142";
    position: absolute;
    right: -1.5rem;
    top: 0rem; }
  section.contentpart.rooms_overview table td:first-child::after, table.rooms td:first-child::after {
    display: block;
    display: none;
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 0;
    width: 2rem;
    height: 2rem;
    transform: translate(50%, -50%);
    border-radius: 50%;
    border: 0.2rem solid #ede9e5;
    background-color: #97f067; }
  section.contentpart.rooms_overview table td a, table.rooms td a {
    color: white;
    text-decoration: none; }
  section.contentpart.rooms_overview table tr.pending td:first-child::after, table.rooms tr.pending td:first-child::after {
    background-color: #f29240; }
  @media only screen and (max-width: 32.5em) {
  section.contentpart.rooms_overview table th, table.rooms th {
    display: none; }
    section.contentpart.rooms_overview table td, table.rooms td {
      width: 100%;
      display: block;
      padding: 0.3rem 1rem !important;
      text-align: center; }
      section.contentpart.rooms_overview table td a, table.rooms td a {
        display: block;
        padding: 0.5rem; }
      section.contentpart.rooms_overview table td::before, table.rooms td::before {
        content: attr(data-title);
        margin-right: 0.3rem;
        display: none; }
      section.contentpart.rooms_overview table td:not(:nth-child(1)), table.rooms td:not(:nth-child(1)) {
        display: none; }
      section.contentpart.rooms_overview table td:last-child, table.rooms td:last-child {
        margin-bottom: 1rem; }

    section.contentpart.rooms_overview table tr:last-child td:last-child, table.rooms tr:last-child td:last-child {
      margin-bottom: 0; } }

section.contentpart.timeline > div.wrapper {
  display: flex;
  flex-wrap: wrap; }
  section.contentpart.timeline > div.wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border: 1px dashed #837465; }
  @media only screen and (max-width: 72.49em) {
    section.contentpart.timeline > div.wrapper::after {
      display: none; } }
  section.contentpart.timeline > div.wrapper article {
    width: 50%; }
    section.contentpart.timeline > div.wrapper article > * {
      width: 100%; }
    section.contentpart.timeline > div.wrapper article:nth-child(even) {
      padding-left: 2rem;
      padding-top: 5rem; }
      section.contentpart.timeline > div.wrapper article:nth-child(even) h3::before {
        left: -2rem;
        right: 50%; }
        section.contentpart.timeline > div.wrapper article:nth-child(even) h3::after {
          left: -2rem;
          right: auto;
          transform: translate(-0.5rem, -0.6rem); }
    section.contentpart.timeline > div.wrapper article:nth-child(odd) {
      padding-right: 2rem; }
    @media only screen and (max-width: 72.49em) {
    section.contentpart.timeline > div.wrapper article {
      width: 100%;
      padding: 0 !important;
      margin-bottom: 2rem; }
      section.contentpart.timeline > div.wrapper article h3 {
        -webkit-order: 1;
        order: 1; }
        section.contentpart.timeline > div.wrapper article h3::before, section.contentpart.timeline > div.wrapper article h3::after {
          display: none; }

      section.contentpart.timeline > div.wrapper article ul.gallery {
        -webkit-order: 2;
        order: 2; } }
  section.contentpart.timeline ul.gallery li {
    display: inline-block;
    margin: 0 0.7rem 0.7rem 0; }
    section.contentpart.timeline ul.gallery li img {
      display: block; }
  section.contentpart.timeline h3 span {
    background-color: #ede9e5;
    color: #5e8ab4;
    padding: 0 1rem; }
  section.contentpart.timeline h3::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    right: -2rem;
    transform: translateY(-1px);
    border: 1px solid #837465; }
  section.contentpart.timeline h3::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: -2rem;
    background-color: #5e8ab4;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    transform: translate(0.7rem, -0.6rem);
    z-index: 100; }

section.contentpart.location {
  background-color: #fff;
  background-image: url(/site/templates/images/bg_slideshow.svg);
  padding-top: 5rem; }
  section.contentpart.location div.parent::after {
    content: "";
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    background-color: #ede9e5; }

section.contentpart.rooms_plans {
  background-color: #fff;
  padding: 4rem 0;
  /*
   aside {
   position: absolute;
   top: 0;
   right: 0;
   width: 350;
   background-color: _palette(style_4, bg);
   box-shadow: 0 0 1.5rem 0 rgba(0,0,0,0.35);
   @include breakpoint($tablet){
   position: static;
   width: 100%;
   margin-top: 2rem;
   }
   }
   */ }

  section.contentpart.rooms_plans aside {
    margin: 2rem auto; }
  section.contentpart.rooms_plans figure {
    opacity: 0;
    display: none;
    transition: display 0s 0s, opacity 0.5s 0.5s;
    position: relative; }
  section.contentpart.rooms_plans figure.active {
    display: block;
    opacity: 1; }
  section.contentpart.rooms_plans figure img, section.contentpart.rooms_plans figure a {
    display: block;
    transition: opacity 0.2s; }
  section.contentpart.rooms_plans figure img.overview {
    opacity: 0.6; }
    section.contentpart.rooms_plans figure img.overview.inactive {
      opacity: 0.3; }
  section.contentpart.rooms_plans figure > a {
    position: absolute; }
    section.contentpart.rooms_plans figure > a img {
      width: 100%;
      height: auto; }
    section.contentpart.rooms_plans figure > a.inactive {
      opacity: 0; }
  section.contentpart.rooms_plans figure figcaption {
    position: absolute;
    right: 0;
    bottom: 0; }
  section.contentpart.rooms_plans ul#floorNavi {
    padding: 0 4rem;
    margin: 0 0 0 0;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center; }
  section.contentpart.rooms_plans ul#floorNavi li:last-child {
    border: none; }
    section.contentpart.rooms_plans ul#floorNavi li button {
      padding: 0.5rem 1rem;
      background: none; }
      section.contentpart.rooms_plans ul#floorNavi li button:hover, section.contentpart.rooms_plans ul#floorNavi li button.active {
        text-decoration: underline; }
  section.contentpart.rooms_plans ul#roomPreview {
    margin: 0; }

li[data-room].preview {
  transition: all 0.2s;
  display: none;
  width: 30rem;
  max-width: 95vw;
  background-color: white;
  text-align: center;
  margin: auto; }
  li[data-room].preview img {
    max-width: 100%; }
  li[data-room].preview p {
    margin-bottom: 1rem; }
  li[data-room].preview.active {
    display: block; }
  li[data-room].preview h4 {
    padding: 1.3rem 1.3rem 0.3rem 1.3rem;
    color: #5e8ab4; }
  li[data-room].preview > div {
    padding: 1rem; }
  section.contentpart.accordion ul.gallery, section.contentpart.accordion video {
    margin: 2rem 0; }
  section.contentpart.accordion ul.gallery + video {
    margin-top: 0; }
  section.contentpart.accordion details {
    text-align: left;
    border-bottom: 1px solid black;
    background-color: white; }
  section.contentpart.accordion details summary {
    padding: 2rem; }
    section.contentpart.accordion details summary::marker {
      content: ""; }
    section.contentpart.accordion details summary::after {
      content: "+";
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);
      width: auto;
      font-size: 3rem; }
    section.contentpart.accordion details summary h3 {
      margin: 0; }
      section.contentpart.accordion details summary h3::after {
        display: none; }
  section.contentpart.accordion details div.content {
    margin-top: 1rem;
    padding: 0 2rem 3rem; }
  section.contentpart.accordion details:open summary::after {
    content: "-"; }

section.contentpart.news div.parent, section.contentpart.assistant div.parent, section.contentpart.special_function div.parent {
  width: 100%;
  background-color: white;
  padding: 2rem; }
  section.contentpart.news ul.actions, section.contentpart.assistant ul.actions, section.contentpart.special_function ul.actions, section.contentpart.news ul.subPagesMosaic, section.contentpart.assistant ul.subPagesMosaic, section.contentpart.special_function ul.subPagesMosaic {
    display: grid;
    grid-template-columns: 1;
    gap: 2rem; }
  @media screen and (min-width: 30em) {
    section.contentpart.news ul.actions[data-cols="2"], section.contentpart.assistant ul.actions[data-cols="2"], section.contentpart.special_function ul.actions[data-cols="2"], section.contentpart.news ul.subPagesMosaic[data-cols="2"], section.contentpart.assistant ul.subPagesMosaic[data-cols="2"], section.contentpart.special_function ul.subPagesMosaic[data-cols="2"] {
      grid-template-columns: repeat(2, 1fr); }

    section.contentpart.news ul.actions[data-cols="3"], section.contentpart.assistant ul.actions[data-cols="3"], section.contentpart.special_function ul.actions[data-cols="3"], section.contentpart.news ul.subPagesMosaic[data-cols="3"], section.contentpart.assistant ul.subPagesMosaic[data-cols="3"], section.contentpart.special_function ul.subPagesMosaic[data-cols="3"] {
      grid-template-columns: repeat(3, 1fr); }

    section.contentpart.news ul.actions[data-cols="4"], section.contentpart.assistant ul.actions[data-cols="4"], section.contentpart.special_function ul.actions[data-cols="4"], section.contentpart.news ul.subPagesMosaic[data-cols="4"], section.contentpart.assistant ul.subPagesMosaic[data-cols="4"], section.contentpart.special_function ul.subPagesMosaic[data-cols="4"] {
      grid-template-columns: repeat(4, 1fr); } }
  section.contentpart.news ul.actions li > span, section.contentpart.assistant ul.actions li > span, section.contentpart.special_function ul.actions li > span, section.contentpart.news ul.subPagesMosaic li > span, section.contentpart.assistant ul.subPagesMosaic li > span, section.contentpart.special_function ul.subPagesMosaic li > span {
    display: block;
    margin-bottom: 0.5rem; }
  section.contentpart.news ul.actions a, section.contentpart.assistant ul.actions a, section.contentpart.special_function ul.actions a, section.contentpart.news ul.subPagesMosaic a, section.contentpart.assistant ul.subPagesMosaic a, section.contentpart.special_function ul.subPagesMosaic a {
    width: 100%;
    padding: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none !important; }
    section.contentpart.news ul.actions a span, section.contentpart.assistant ul.actions a span, section.contentpart.special_function ul.actions a span, section.contentpart.news ul.subPagesMosaic a span, section.contentpart.assistant ul.subPagesMosaic a span, section.contentpart.special_function ul.subPagesMosaic a span {
      color: white;
      letter-spacing: 0.2rem; }
  section.contentpart.news ul.actions:has(li), section.contentpart.assistant ul.actions:has(li), section.contentpart.special_function ul.actions:has(li) {
    gap: 1rem;
    padding: 1rem 0;
    border-top: 5px solid #003c71;
    border-bottom: 5px solid #003c71; }
  section.contentpart.news ul.actions:has(li) a, section.contentpart.assistant ul.actions:has(li) a, section.contentpart.special_function ul.actions:has(li) a {
    background-color: #003c71 !important; }
  section.contentpart.news ul.subPagesMosaic li, section.contentpart.assistant ul.subPagesMosaic li, section.contentpart.special_function ul.subPagesMosaic li {
    display: flex; }
    section.contentpart.news ul.subPagesMosaic li a, section.contentpart.assistant ul.subPagesMosaic li a, section.contentpart.special_function ul.subPagesMosaic li a {
      display: flex;
      background-color: #5e8ab4;
      padding: 2rem;
      justify-content: center;
      align-items: center;
      text-decoration: none !important; }
  section.contentpart.news #guest-data, section.contentpart.assistant #guest-data, section.contentpart.special_function #guest-data {
    display: flex;
    gap: 1rem;
    justify-content: left;
    background-color: #ede9e5;
    padding: 1rem; }
  section.contentpart.news #guest-data *, section.contentpart.assistant #guest-data *, section.contentpart.special_function #guest-data * {
    margin-bottom: 0; }
  section.contentpart.news #guest-data ul, section.contentpart.assistant #guest-data ul, section.contentpart.special_function #guest-data ul {
    display: flex;
    gap: 1rem; }
    section.contentpart.news #guest-data ul li, section.contentpart.assistant #guest-data ul li, section.contentpart.special_function #guest-data ul li {
      display: flex;
      gap: 1rem;
      align-items: center; }
    section.contentpart.news #guest-data ul li:not(:last-child)::after, section.contentpart.assistant #guest-data ul li:not(:last-child)::after, section.contentpart.special_function #guest-data ul li:not(:last-child)::after {
      content: "/"; }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
html {
  font-size: 62.5%; }

body {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh; }

div.wrapper {
  max-width: 110rem;
  margin: auto; }
  @media only screen and (max-width: 72.49em) {
  div.wrapper {
    padding: 0 1rem; } }

section.contentpart.style1 div.wrapper {
  max-width: 72rem; }

span.description {
  display: block;
  text-align: right;
  z-index: 1000; }

div.tableParent {
  margin-bottom: 4rem;
  overflow-x: auto; }

div.slideshow.rooms iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

*:focus-visible {
  outline-offset: 0;
  outline-style: dashed;
  outline-width: 3px;
  outline-color: currentColor; }

#ProcessLoginForm {
  margin: auto;
  max-width: 30rem; }
  #ProcessLoginForm input, #ProcessLoginForm button {
    width: 100%; }
  #ProcessLoginForm input {
    border: 1px solid #5e8ab4; }
  #ProcessLoginForm .Inputfield {
    margin-bottom: 1rem; }
  #ProcessLoginForm .Inputfield label {
    display: block;
    margin-bottom: 0.25rem; }
  #ProcessLoginForm .Inputfield_login_start {
    display: none; }
  #ProcessLoginForm button span {
    color: white; }

.pw-login-links {
  display: none; }
