@charset "UTF-8";
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a img {
  border: none;
}

.clear {
  clear: both;
}

a {
  outline: none;
}

body {
  background: #732224;
  color: #ffffff;
}
body *:focus-visible {
  outline: 3px solid currentColor !important;
  outline-offset: 3px;
}

.white {
  background: #ffffff;
}

.grey {
  background: #ebebeb;
}

.center {
  max-width: 1180px;
  margin: auto;
}

.padding-top {
  padding-top: 30px;
}

.fullsize.grey h4 {
  margin: auto;
}

.fullsize {
  padding: 30px 0;
}

.left-box {
  float: left;
  width: 700px;
  max-width: 50%;
  max-width: calc(100% - 240px);
}

.hotelde {
  float: right;
  margin-top: 45px;
  width: calc(100% - 700px);
  text-align: center;
}

.content .hotelde a:not(.button) {
  background: none !important;
  text-align: center !important;
  color: #c2c2c2;
  font-size: 9px;
  display: block;
  text-align: center;
}

.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.b-lazy.b-loaded {
  opacity: 1;
}

@media screen and (max-width: 1240px) {
  .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 950px) {
  .hotelde {
    float: right;
    margin-top: 75px;
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 560px) {
  .hotelde {
    display: none;
  }
  .left-box {
    max-width: 90%;
    max-width: calc(100% - 50px);
  }
}
.gallery {
  padding: 60px 30px;
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  max-width: calc(100% - 60px);
}
.gallery li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  width: 25%;
  float: left;
  position: relative;
  z-index: 1;
}
.gallery li img {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 10;
}
.gallery li img.b-loaded {
  height: auto;
}
.gallery li span {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 35px;
  z-index: 20;
  right: 0;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  color: rgba(54, 63, 69, 0.6);
  text-align: center;
}
@media screen and (max-width: 1220px) {
  .gallery li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 700px) {
  .gallery li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .gallery li {
    width: 100%;
  }
}

.gallery + .content {
  padding-top: 60px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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-prev,
.slick-next {
  display: none !important;
}

.teaser,
.inlineteaser {
  background-color: #ebebeb;
  width: 100%;
  position: relative;
  color: #363f45;
}

.inlineteaser {
  margin-top: -15px;
}

.teaser .slick-slide,
.inlineteaser .slick-slide {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.slick-dots {
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li button {
  display: inline-block;
  background: #732224;
  cursor: pointer;
  color: #ffffff;
  line-height: 44px;
  padding: 0px 15px;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  margin-right: 5px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  outline: none;
  border: none;
  text-transform: uppercase;
  transition: all 0.14s ease-in-out;
}
.slick-dots li.slick-active button {
  color: #363f45;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .slick-dots {
    bottom: -15px;
  }
}

@media screen and (min-width: 900px) {
  .teaser-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .teaser .slick-slide,
  .inlineteaser .slick-slide {
    height: 400px;
  }
}
@media screen and (max-width: 800px) {
  .teaser .slick-slide {
    height: 300px;
  }
}
@media screen and (max-width: 450px) {
  .teaser .slick-slide {
    height: 250px;
  }
}
@media screen and (max-width: 500px) {
  .inlineteaser {
    height: 300px;
  }
  .inlineteaser .slick-slide {
    height: 300px;
  }
  .slick-dots {
    bottom: 15px;
  }
  .slick-dots li button {
    text-indent: -9999em;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
  }
}
.news img {
  float: left;
  width: 33.33%;
  width: 33.3333333333%;
  margin-right: 30px;
  margin-bottom: 30px;
}
.news img + .newsboxText h3 {
  margin-top: 0;
}

.newsboxText {
  float: left;
}

.content.news {
  padding-bottom: 0;
}

.news h4 {
  padding-bottom: 15px;
}

@media screen and (min-width: 600px) {
  .news img + h3 {
    margin-top: 0;
  }
}
#map {
  width: 100%;
  height: 500px;
  background: #ebebeb;
  line-height: 44px;
}

footer {
  padding: 60px 30px;
}

footer .center div {
  float: left;
  width: 25%;
}

footer ul li {
  line-height: 36px;
}

footer ul {
  margin-bottom: 60px;
}

footer a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.14s ease-in-out;
}

footer strong {
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer a:hover {
  opacity: 1;
}

@media screen and (max-width: 850px) {
  footer .center div {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  footer .center div {
    width: 100%;
  }
}
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content {
  color: #363f45;
  padding-bottom: 60px;
}

h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  padding-top: 60px;
  text-wrap: balance;
}

a + h1 {
  padding-top: 10px;
}

h2,
.inspiration h4,
.jobheading {
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
  padding-top: 10px;
  margin-bottom: 30px;
  text-wrap: balance;
}

.inspiration h4 {
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 25px;
}

.inspiration {
  padding: 25px 0px 10px;
  width: 600px;
  max-width: 100%;
  background: #efefef;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  margin-top: 30px;
  margin-bottom: 60px;
}
.inspiration .childlist {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 30px;
  padding-bottom: 0px;
}

h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-top: 30px;
  margin-bottom: 10px;
}

h4 {
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
}

h4 span {
  background: #ffffff;
  color: #767676;
  padding-right: 15px;
  position: relative;
  z-index: 3;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.grey h4 span {
  background: #ebebeb;
}

h4:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}

p {
  max-width: 660px;
  margin-bottom: 30px;
}

p + .button {
  margin-top: -15px;
}

.content a:not(.button) {
  transition: all 0.14s ease-in-out;
  color: #732224;
  background: rgba(115, 34, 36, 0.1);
  letter-spacing: 1px;
  text-decoration: none;
}

.content a:not(.button):hover {
  color: #ffffff;
  background: #732224;
}

.content .childlist a:not(.button) {
  color: #363f45;
  background: none;
  letter-spacing: 0;
}

.content .childlist a:not(.button):hover {
  color: #363f45;
  background: none;
}

input[type=submit],
#d21-book-button,
#d21-save-occupancy {
  display: inline-block;
  background-color: #732224 !important;
  color: #ffffff;
  line-height: 44px !important;
  max-height: 44px !important;
  padding: 0px 30px;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  margin-right: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.14s ease-in-out;
  margin-bottom: 30px;
  border: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  outline: none;
}
input[type=submit]:focus-visible,
#d21-book-button:focus-visible,
#d21-save-occupancy:focus-visible {
  outline: 3px solid #732224 !important;
  outline-offset: 3px;
}

#d21-save-occupancy {
  margin-bottom: 0;
}

.button:hover,
input[type=submit]:hover {
  background: #5d181a;
}

.button:active,
input[type=submit]:active {
  color: rgba(255, 255, 255, 0.8);
}

.hotelinfo {
  max-width: 700px;
  color: #767676;
}

.hotelinfo span {
  padding-right: 30px;
  line-height: 25px;
  display: block;
  float: left;
  margin-bottom: 15px;
}

.hotelinfo span:after {
  content: " ";
  display: block;
  clear: both;
}

.hotelinfo svg {
  float: left;
  display: block;
  margin-right: 7px;
}

.fullsizeimage {
  margin-top: 30px;
}

img {
  max-width: 100%;
}

.form label {
  display: block;
  text-transform: uppercase;
  color: #767676;
  margin-top: 15px;
  margin-bottom: 5px;
}

.form input[type=text],
.form input[type=date],
.form input[type=number],
.form input[type=time],
.form input[type=email] {
  line-height: 44px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 0px 15px;
  width: 500px;
  max-width: 100%;
  box-sizing: border-box;
  color: #363f45;
  outline: none;
  border: 1px solid #c2c2c2;
}

.form textarea {
  line-height: 25px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  color: #363f45;
  outline: none;
  border: 1px solid #c2c2c2;
}

.form input[type=text]:focus,
.form input[type=email]:focus {
  color: #732224;
  border: 1px solid #732224;
}

.form button {
  border: none;
  outline: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin-top: 30px;
}

.form i {
  display: block;
  color: #767676;
}

.content .centered {
  text-align: center;
  width: 100%;
  max-width: 600px;
}
.content .centered p {
  margin-left: auto;
  margin-right: auto;
}

.content ul:not(.childlist) {
  margin-top: 30px;
  margin-bottom: 30px;
}

.content ul:not(.childlist) li {
  line-height: 25px;
  list-style: square;
  list-style-position: outside;
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 600px;
}

table {
  width: 100%;
  max-width: 660px;
  line-height: 44px;
}

table th {
  background: #c2c2c2;
  text-transform: uppercase;
}

table th,
table td {
  padding: 0px 15px;
}

table tr:hover {
  background: #ebebeb;
}

@media screen and (max-width: 1100px) {
  .news img {
    float: right;
    margin-left: 30px;
    margin-right: 0;
  }
  .newsboxText {
    float: none;
    width: 60%;
  }
  .news a,
  .news p,
  .news img + h3 {
    float: none;
  }
}
@media screen and (max-width: 660px) {
  h1 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 800px) {
  .news img {
    float: none;
    margin-left: 0;
    margin-bottom: 0;
    width: 300px;
  }
  .newsboxText {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .hotelinfo span {
    float: none;
  }
  .button {
    margin-bottom: 15px;
  }
  #map {
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  table th {
    display: none;
  }
  table th,
  table td {
    padding: 0px 0px;
  }
}
@media screen and (max-width: 380px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    padding-top: 60px;
    word-break: break-all;
  }
  h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    padding-top: 10px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  table span {
    display: none;
  }
}
#ratings {
  margin-bottom: 10px;
}

.googleRating {
  max-width: 230px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
}

.googleRating b {
  font-weight: bold;
  font-size: 36px;
  display: inline-block;
  margin-bottom: 10px;
}
.googleRating b span {
  color: #767676;
  font-weight: 300;
}

.googleRating .button {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  margin-right: 0;
}

.googleRating strong {
  color: #767676;
}

.star-ratings-sprite {
  background: url("../stars-half.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: -4px;
}
.star-ratings-sprite-rating {
  background: url("../stars-half.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}

@media screen and (min-width: 768px) {
  .leftLayoutBox {
    float: left;
    max-width: 50%;
  }
  .leftLayoutBox + .rightLayoutBox {
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 768px) {
  .rightLayoutBox {
    float: right;
    max-width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rightLayoutBox {
    margin-bottom: 30px;
  }
}

.takeAwayMenu {
  text-align: left;
}
.takeAwayMenu h3 {
  color: #732224;
  padding: 0 15px;
  margin-bottom: 15px;
  margin-top: 60px;
}
.takeAwayMenu p {
  padding: 0 15px;
}

.takeAwayMenuItem {
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.15);
  list-style: none !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-bottom: 15px !important;
}

.takeAwayMenuItemPrice {
  float: right;
  width: 70px;
  font-weight: 700;
  color: #732224;
  text-align: right;
}

.takeAwayMenuItemText {
  float: left;
  width: calc(100% - 100px);
}

.takeAwayInfo {
  background: #363f45;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 25px;
  color: #fff;
  text-align: left;
}
.takeAwayInfo li {
  margin-bottom: 0.5em !important;
}
.takeAwayInfo ul {
  margin-bottom: 0 !important;
}

.takeAwayNumber {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.takeAwayNumber a {
  background: none !important;
  font-weight: 700;
}
.takeAwayNumber a:hover {
  color: #732224 !important;
}

.bookingmodule summary {
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 0.25em;
  user-select: none;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .bookingmodule summary {
    list-style: none;
  }
  .bookingmodule summary::-webkit-details-marker {
    display: none;
  }
}

.reservation-tab-header {
  margin-bottom: 15px;
}

.reservation-tab-header button {
  float: left;
  width: 50%;
  line-height: 40px;
  border: 2px solid #732224;
  color: #732224;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.14s ease-in-out;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.reservation-tab-header button:focus-visible {
  outline: 3px solid #732224 !important;
  outline-offset: 8px !important;
}
.reservation-tab-header button:hover {
  background: rgba(115, 34, 36, 0.2);
}
.reservation-tab-header button[aria-selected=true] {
  background: #732224;
  color: #ffffff;
}
.reservation-tab-header button[aria-selected=true]:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  margin-bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #732224;
  transition: all 0.14s ease-in-out;
}
.reservation-tab-header button[aria-selected=true]:hover {
  background: #5d181a;
}
.reservation-tab-header button[aria-selected=true]:hover:after {
  border-top: 10px solid #5d181a;
}

.bookingmodule .mobile-close {
  display: none;
}

.reserverion-tab-content .tab {
  display: none;
}
.reserverion-tab-content .tab:focus-visible {
  outline: 3px solid #732224 !important;
  outline-offset: 3px !important;
}

.reserverion-tab-content input[type=submit] {
  margin-bottom: 0 !important;
}

.reserverion-tab-content .tab:not([hidden]) {
  display: block;
}

.reserverion-tab-content .line {
  line-height: 44px;
  margin-bottom: 15px;
}

.reserverion-tab-content .line label {
  display: inline-block;
  float: left;
  width: 105px;
  padding-right: 15px;
  text-align: right;
  text-transform: uppercase;
}

.reserverion-tab-content .line input[type=text],
.reserverion-tab-content .line input[type=email] {
  height: 44px;
  line-height: 44px;
  border: none;
  background-color: #ffffff;
  padding: 0px 15px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

.reserverion-tab-content .date.line input[type=text] {
  width: 100px !important;
  width: calc(100% - 105px) !important;
  background-image: url("../../svg/cal.svg");
  background-size: 44px 44px;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #ffffff;
  position: relative;
}

.reserverion-tab-content .date.line .btn {
  transition: all 0.14s ease-in-out;
}

.reserverion-tab-content .date.line .btn:hover {
  background-color: #5d181a;
}

.reserverion-tab-content .line input {
  color: #732224;
  float: left;
}

input.parsley-error {
  background: rgba(115, 34, 36, 0.1);
  -moz-animation-name: errorShake;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: once;
  -moz-animation-duration: 200ms;
  -webkit-animation-name: errorShake;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: once;
  -webkit-animation-duration: 200ms;
}

.reserverion-tab-content input[type=submit] {
  width: 100%;
  display: block;
}

.reserverion-tab-content select[name=hotel_count] + span.customSelect {
  width: 65px;
  background-color: #ffffff;
  padding: 0px 15px;
  color: #732224;
  float: left;
  margin-bottom: 15px;
}

.reserverion-tab-content select[name=hotel_room] + span.customSelect {
  width: 190px;
  background-color: #ffffff;
  text-align: left;
  padding: 0px 15px;
  color: #732224;
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
}

.reserverion-tab-content select {
  cursor: pointer;
  height: 42px;
  position: absolute;
  font-size: 16px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  height: 42px !important;
  max-width: 100% !important;
  width: calc(100% - 5px) !important;
}

span.customSelect {
  cursor: pointer;
  background-image: url("../../svg/select.svg");
  background-size: 23px 45px;
  background-repeat: no-repeat;
  background-position: top right;
}

span.customSelect .customSelectInner {
  width: auto !important;
}

.line.name {
  display: none;
}

.parsley-errors-list {
  display: none !important;
}

::-webkit-input-placeholder {
  color: #c1a0a1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #c1a0a1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #c1a0a1;
}

:-ms-input-placeholder {
  color: #c1a0a1;
}

@media screen and (min-width: 900px) {
  .teaser .bookingmodule {
    width: 33.33%;
    width: 400px;
    float: right;
    height: 600px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    box-sizing: border-box;
    padding: 30px;
  }
}
@media screen and (max-width: 900px) {
  .teaser-content.active {
    display: block;
  }
  .teaser .bookingmodule.active {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    display: block;
    background: #ffffff;
    background: #ebebeb;
    padding: 30px;
  }
  .teaser .bookingmodule.active .mobile-close {
    display: block;
    text-transform: uppercase;
    color: #732224;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 44px;
    text-align: right;
    cursor: pointer;
  }
  .teaser .bookingmodule.active .mobile-close:after {
    content: " ✖";
  }
}
.reserverion-tab-content .selectbox {
  display: inline-block;
  position: relative;
  float: left;
}

@media screen and (max-width: 900px) {
  .reserverion-tab-content select {
    max-width: calc(100% + 30px) !important;
  }
}
@media screen and (max-width: 400px) {
  .reserverion-tab-content select[name=hotel_room] + span.customSelect {
    width: 100% !important;
  }
}
.reserverion-tab-content .line.text input[type=text],
.reserverion-tab-content .line.text input[type=email] {
  width: 100px !important;
  width: calc(100% - 105px) !important;
}

#d21-book-button {
  margin-bottom: 15px;
}

#d21-quickbook {
  --d21-description: $color-backgroundGrey;
  max-width: 100% !important;
  padding: 0;
  min-height: 150px !important;
}
#d21-quickbook #d21-headline-container {
  display: none;
}
#d21-quickbook #d21-submit-container {
  margin-bottom: 0px;
}
#d21-quickbook .hasDatepicker,
#d21-quickbook select,
#d21-quickbook .field {
  border: none !important;
  background-color: #fff;
  height: 44px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #732224 !important;
  padding-left: 55px;
}
#d21-quickbook .d21-calendar .d21-calendar-control > i.material-icons {
  color: #fff;
}
#d21-quickbook .d21-input.d21-with-icon {
  padding-left: 55px;
}
#d21-quickbook #d21-hotelname-city-container,
#d21-quickbook #d21-radius-container,
#d21-quickbook #d21-los-container,
#d21-quickbook #d21-arrival-container,
#d21-quickbook #d21-departure-container,
#d21-quickbook #d21-occupancy-container,
#d21-quickbook #d21-submit-container {
  height: 44px;
}
#d21-quickbook .d21-btn {
  height: auto !important;
}
#d21-quickbook #d21-occupancy-container {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
#d21-quickbook #d21-occupancy-container .d21-input {
  line-height: 44px;
  color: #732224;
}
#d21-quickbook .d21-input {
  height: 42px;
  border: none;
}
#d21-quickbook i:not(.minus):not(.plus):not(.delete):not(.removeText) {
  background-color: #732224;
  width: 44px;
}
#d21-quickbook #d21-arrival-input {
  padding: 0 !important;
}
#d21-quickbook #d21-arrival-input .d21-input span {
  display: block;
  line-height: 44px;
  color: #732224;
}
#d21-quickbook #d21-add-room span,
#d21-quickbook #d21-add-room {
  color: #732224 !important;
}
#d21-quickbook #d21-add-room span {
  line-height: 44px;
}
#d21-quickbook #d21-avail-result-container.d21-avail {
  background-color: #363f45;
}
#d21-quickbook #d21-avail-result-container p {
  margin-top: -5px;
}
#d21-quickbook .delete.material-icons {
  color: #732224 !important;
}
#d21-quickbook #d21-list-of-rooms li:not(:first-child) {
  padding-top: 10px;
}

@-moz-keyframes errorShake {
  0% {
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  25% {
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  75% {
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes errorShake {
  0% {
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  25% {
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  75% {
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute !important;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  z-index: 500 !important;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #5d181a;
  box-shadow: inset 0 1px 3px #732224;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.pika-button:hover {
  color: #fff !important;
  background: #732224 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.childlist {
  margin-top: 60px;
  padding-bottom: 30px;
  display: block;
}

.childlist a {
  display: block;
  padding-bottom: 30px;
}

.childlist .childImg {
  float: left;
  margin-right: 30px;
  width: 200px;
  height: 150px;
  background: #732224;
  overflow: hidden;
}

.childlist h2 {
  font-weight: bold;
  color: #732224;
  margin-bottom: 15px;
}

.childlist img {
  transition: all 0.14s ease-in-out;
  opacity: 0.7;
}

.childlist a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.childlist a:active img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  .childlist .childImg {
    width: 150px;
    height: 100px;
    float: right;
    margin-right: 0;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 380px) {
  .childlist .childImg {
    width: 100%;
    float: none;
    height: 100px;
    float: right;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .childlist .childImg img {
    width: 100%;
    height: auto;
    margin-top: -50px;
  }
}
.request {
  background-color: #363f45;
  text-align: center;
}

.request,
.request .content {
  color: #ffffff;
}

.request .content p {
  margin-left: auto;
  margin-right: auto;
}

.request a[href="/catering/"] {
  display: inline-block;
  background: #732224;
  color: #ffffff;
  line-height: 44px;
  padding: 0px 30px;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  margin-right: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.14s ease-in-out;
  margin-bottom: 30px;
}

.requestHeader {
  background-color: #732224;
  display: inline-block;
  padding: 100px 30px 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(59, 10, 11, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(59, 10, 11, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(59, 10, 11, 0.4);
  margin-bottom: 40px;
}

.requestBox {
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 2px;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px;
  box-sizing: border-box;
  color: #363f45;
  margin-bottom: 60px;
}
.requestBox form > label {
  text-align: left;
  display: block;
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.requestBox h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .requestBox {
    text-align: left;
  }
}
.requestBox .columnBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.requestBox .columnBox .column {
  width: calc(50% - 10px);
}
@media screen and (max-width: 400px) {
  .requestBox .columnBox .column {
    width: 100%;
  }
}
.requestBox fieldset ul {
  margin-top: 0 !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.requestBox fieldset ul > label {
  text-align: left;
}
.requestBox fieldset ul li {
  text-align: left;
  margin-bottom: 5px !important;
  margin-left: 0 !important;
  list-style: none !important;
  width: 50%;
}
@media screen and (min-width: 700px) {
  .requestBox fieldset ul li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 450px) {
  .requestBox fieldset ul li {
    width: 100%;
  }
}
.requestBox fieldset ul li label {
  margin-top: 5px;
  text-transform: none;
  color: #363f45;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.requestBox fieldset ul li label input {
  margin-right: 2px;
}
.requestBox .smallerFieldset {
  max-width: 500px;
}
.requestBox .smallerFieldset li {
  width: 100% !important;
}
.requestBox input[name=website] {
  display: none !important;
}
.requestBox label[for=website] {
  display: none !important;
}

@media screen and (min-width: 530px) {
  .range {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .range:after {
    content: " ";
    position: absolute;
    top: 25px;
    z-index: 1;
    left: 0;
    right: 0;
    background: #c2c2c2;
    height: 3px;
  }
}
.range label {
  z-index: 2;
  position: relative;
  padding: 0px 10px;
  text-transform: none;
  color: #363f45;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
@media screen and (max-width: 529px) {
  .range label {
    display: block;
    font-size: 16px;
  }
  .range label input {
    margin-right: 3px;
  }
  .range label br {
    display: none;
  }
}

h3.ref {
  margin-top: 60px;
}

.referenzen {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  margin-top: 30px;
  margin-bottom: 30px;
  /*width: 660px;*/
  max-width: 100%;
}

.content .referenzen a {
  width: 185px;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  margin: 5px;
  background: none !important;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 420px) {
  .content .referenzen a {
    width: 50% !important;
    box-sizing: border-box;
    margin: 0;
  }
}
.content .referenzen a img {
  margin-bottom: 10px;
}

.content .referenzen a:hover {
  background: #732224 !important;
}

.videoTeaser {
  position: relative;
  height: 60vh;
  max-height: 700px;
  z-index: 0;
}

.videoTeaserVideo {
  object-fit: cover;
  width: 100vw;
  height: 60vh;
  max-height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.videoTeaser + .content {
  padding-top: 30px;
}

.videoTeaserContent {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: rgba(54, 63, 69, 0.7);
  text-align: center;
}

.videoTeaserContentInner {
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.videoTeaserContentInner .content {
  color: #fff;
  padding-bottom: 45px;
}
.videoTeaserContentInner h1 {
  padding-top: 0;
}
.videoTeaserContentInner h2 {
  margin-bottom: 0;
}

.videoTeaserLogo {
  padding-bottom: 20px;
  text-align: center;
}
.videoTeaserLogo img {
  width: 200px;
  max-width: 25vh;
  position: relative;
  z-index: 10;
}
@media screen and (min-height: 750px) {
  .videoTeaserLogo {
    padding-bottom: 50px;
  }
}
@media screen and (max-height: 570px) {
  .videoTeaserLogo {
    display: none;
  }
}

.news .joblist {
  margin-top: 15px !important;
}
.news .joblist li a {
  padding: 15px 20px 15px;
}
.news .joblist li {
  border-bottom: 0;
}
.news .joblist p {
  float: none;
  margin-bottom: 10px;
}

.joblist {
  margin-left: -10px;
  margin-right: -10px;
}
.joblist a {
  background: #ffffff !important;
  display: block;
  padding: 25px 20px 25px;
  width: calc(100% - 40px);
}
.joblist a:hover {
  color: #732224 !important;
}
.joblist li {
  box-sizing: border-box;
  width: calc(50% - 20px);
  margin-left: 10px !important;
  margin-right: 10px !important;
  border: 1px solid #efefef;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  float: left;
  list-style: none !important;
  display: block;
  margin-bottom: 30px !important;
  position: relative;
}
.joblist li.urgent::before {
  content: "Dringend";
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: -15px;
  right: 20px;
  background: #363f45;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  display: inline-block;
  letter-spacing: 2px;
  color: #ffffff;
}
.joblist li:nth-child(2n+1) {
  clear: both;
}
@media screen and (max-width: 700px) {
  .joblist li {
    float: none;
    width: calc(100% - 20px);
    margin-left: 0;
    margin-right: 0;
  }
}
.joblist .button {
  margin-bottom: 0;
}
.joblist h2, .joblist .jobheading {
  margin-bottom: 0;
  font-weight: bold;
}
.joblist p {
  color: #363f45;
  margin-bottom: 20px;
}

.Popover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 25px;
  background-color: rgba(54, 63, 69, 0.9);
}
.Popover-heading {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 0.5em;
}
.Popover-buttons {
  text-align: right;
}
.Popover-inner {
  background-color: #fff;
  line-height: 1.3;
  width: 100%;
  max-width: 550px;
  padding: 30px 30px;
  border-radius: 5px;
  color: #363f45;
}
.Popover .button {
  margin-bottom: 0;
}
