* {
  font-family: Arial,"Helvetica Neue",sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
  color: #7f492a;
  font-size: 13px;
}

h1 {
  color: #9f775f;
}

h1 {
  font-size: 36px;
  padding: 20px 0;
}

h2 {
  font-size: 26px;
  padding: 15px 0;
}

h3 {
  font-size: 18px;
  padding: 10px 0;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
}

.cc-window {
  z-index: 99999999 !important;
  border-top: 1px solid #5d5c58;
}

.btn-primary {
  background-color: #a98c45;
  color: white;
  font-weight: bold;
  height: 30px;
  padding-top: .2em;
  border: none;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary.hover, .btn-primary:hover, .btn-primary.active, .btn-primary:active {
  box-shadow: 0 0 0 0.2rem rgba(127, 73, 43, 0.5);
  background-color: #a98c45 !important;
}

#show-btn-ratings {
  background: #94892d;
}

.container img {
  max-width: 100%;
  height: auto;
}

.modal-dialog {
  max-width: 100%;
  margin: 1.75rem auto;
  width: 800px;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .15s linear;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.input-group > .input-group-append:last-child > .b-dropdown:not(:last-child):not(.dropdown-toggle) > .btn, .input-group > .input-group-append:not(:last-child) > .b-dropdown > .btn, .input-group > .input-group-prepend > .b-dropdown > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .b-dropdown > .btn, .input-group > .input-group-prepend:first-child > .b-dropdown:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .b-dropdown > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

input.form-control[type=range], input.form-control[type=color] {
  height: 2.25rem;
}

input.form-control.form-control-sm[type=range], input.form-control.form-control-sm[type=color] {
  height: 1.9375rem;
}

input.form-control.form-control-lg[type=range], input.form-control.form-control-lg[type=color] {
  height: 3rem;
}

input.form-control[type=color] {
  padding: .25rem;
}

input.form-control.form-control-sm[type=color] {
  padding: .125rem;
}

table.b-table.b-table-fixed {
  table-layout: fixed;
}

table.b-table[aria-busy=false] {
  opacity: 1;
}

table.b-table[aria-busy=true] {
  opacity: .6;
}

table.b-table > tfoot > tr > th, table.b-table > thead > tr > th {
  position: relative;
}

table.b-table > tfoot > tr > th.sorting, table.b-table > thead > tr > th.sorting {
  padding-right: 1.5em;
  cursor: pointer;
}

table.b-table > tfoot > tr > th.sorting::after, table.b-table > tfoot > tr > th.sorting::before, table.b-table > thead > tr > th.sorting::after, table.b-table > thead > tr > th.sorting::before {
  position: absolute;
  bottom: 0;
  display: block;
  opacity: .4;
  padding-bottom: inherit;
  font-size: inherit;
  line-height: 180%;
}

table.b-table > tfoot > tr > th.sorting::before, table.b-table > thead > tr > th.sorting::before {
  right: .75em;
  content: '\2191';
}

table.b-table > tfoot > tr > th.sorting::after, table.b-table > thead > tr > th.sorting::after {
  right: .25em;
  content: '\2193';
}

table.b-table > tfoot > tr > th.sorting_asc::after, table.b-table > tfoot > tr > th.sorting_desc::before, table.b-table > thead > tr > th.sorting_asc::after, table.b-table > thead > tr > th.sorting_desc::before {
  opacity: 1;
}

table.b-table.b-table-stacked {
  width: 100%;
}

table.b-table.b-table-stacked, table.b-table.b-table-stacked > caption, table.b-table.b-table-stacked > tbody, table.b-table.b-table-stacked > tbody > tr, table.b-table.b-table-stacked > tbody > tr > td, table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}

table.b-table.b-table-stacked > tbody > tr.b-table-bottom-row, table.b-table.b-table-stacked > tbody > tr.b-table-top-row, table.b-table.b-table-stacked > tfoot, table.b-table.b-table-stacked > thead {
  display: none;
}

table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: .4rem;
}

table.b-table.b-table-stacked > tbody > tr > [data-label] {
  display: grid;
  grid-template-columns: 40% auto;
  grid-gap: .25rem 1rem;
}

table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  display: inline;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: 700;
  font-style: normal;
}

@media all and (max-width: 575.99px) {
  table.b-table.b-table-stacked-sm {
    width: 100%;
  }

  table.b-table.b-table-stacked-sm, table.b-table.b-table-stacked-sm > caption, table.b-table.b-table-stacked-sm > tbody, table.b-table.b-table-stacked-sm > tbody > tr, table.b-table.b-table-stacked-sm > tbody > tr > td, table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }

  table.b-table.b-table-stacked-sm > tbody > tr.b-table-bottom-row, table.b-table.b-table-stacked-sm > tbody > tr.b-table-top-row, table.b-table.b-table-stacked-sm > tfoot, table.b-table.b-table-stacked-sm > thead {
    display: none;
  }

  table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: .4rem;
  }

  table.b-table.b-table-stacked-sm > tbody > tr > [data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: .25rem 1rem;
  }

  table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: 700;
    font-style: normal;
  }
}
@media all and (max-width: 767.99px) {
  table.b-table.b-table-stacked-md {
    width: 100%;
  }

  table.b-table.b-table-stacked-md, table.b-table.b-table-stacked-md > caption, table.b-table.b-table-stacked-md > tbody, table.b-table.b-table-stacked-md > tbody > tr, table.b-table.b-table-stacked-md > tbody > tr > td, table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }

  table.b-table.b-table-stacked-md > tbody > tr.b-table-bottom-row, table.b-table.b-table-stacked-md > tbody > tr.b-table-top-row, table.b-table.b-table-stacked-md > tfoot, table.b-table.b-table-stacked-md > thead {
    display: none;
  }

  table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: .4rem;
  }

  table.b-table.b-table-stacked-md > tbody > tr > [data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: .25rem 1rem;
  }

  table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: 700;
    font-style: normal;
  }
}
@media all and (max-width: 991.99px) {
  table.b-table.b-table-stacked-lg {
    width: 100%;
  }

  table.b-table.b-table-stacked-lg, table.b-table.b-table-stacked-lg > caption, table.b-table.b-table-stacked-lg > tbody, table.b-table.b-table-stacked-lg > tbody > tr, table.b-table.b-table-stacked-lg > tbody > tr > td, table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }

  table.b-table.b-table-stacked-lg > tbody > tr.b-table-bottom-row, table.b-table.b-table-stacked-lg > tbody > tr.b-table-top-row, table.b-table.b-table-stacked-lg > tfoot, table.b-table.b-table-stacked-lg > thead {
    display: none;
  }

  table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: .4rem;
  }

  table.b-table.b-table-stacked-lg > tbody > tr > [data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: .25rem 1rem;
  }

  table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: 700;
    font-style: normal;
  }
}
@media all and (max-width: 1199.99px) {
  table.b-table.b-table-stacked-xl {
    width: 100%;
  }

  table.b-table.b-table-stacked-xl, table.b-table.b-table-stacked-xl > caption, table.b-table.b-table-stacked-xl > tbody, table.b-table.b-table-stacked-xl > tbody > tr, table.b-table.b-table-stacked-xl > tbody > tr > td, table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }

  table.b-table.b-table-stacked-xl > tbody > tr.b-table-bottom-row, table.b-table.b-table-stacked-xl > tbody > tr.b-table-top-row, table.b-table.b-table-stacked-xl > tfoot, table.b-table.b-table-stacked-xl > thead {
    display: none;
  }

  table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: .4rem;
  }

  table.b-table.b-table-stacked-xl > tbody > tr > [data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: .25rem 1rem;
  }

  table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: 700;
    font-style: normal;
  }
}
table.b-table > tbody > tr.b-table-details > td {
  border-top: none;
}

#mainMenue {
  display: block;
  width: 100%;
  top: 0;
  z-index: 3100;
  padding-right: 0px !important;
  margin-right: 0px !important;
}
#mainMenue .nav-item.b-nav-dropdown.dropdown:hover > div {
  display: block;
}
#mainMenue .bg-primary {
  background: #2b2412 !important;
  border-bottom: 4px solid #a98c45;
}
#mainMenue ul.navbar-nav {
  margin: auto;
}
#mainMenue .nav-item a, #mainMenue .menuitem a,
#mainMenue .nav-item span, #mainMenue .menuitem span {
  font-size: 15px;
  color: #fbf8f8;
  text-decoration: none;
  text-transform: uppercase;
}
#mainMenue a:hover, #mainMenue a:focus,
#mainMenue span:hover:not(.navbar-toggler-icon), #mainMenue span:focus {
  color: #489bff !important;
  border: 0 !important;
  background: none !important;
}
#mainMenue .dropdown-menu {
  background: rgba(47, 44, 15, 0.8);
  position: absolute;
  padding: 10px 20px 10px 20px;
  margin-top: -12px;
  min-width: 200px;
}
#mainMenue .b-nav-dropdown:hover > ul {
  display: block;
}

#footerMenue {
  background: #aaa7a0;
  border-top: 2px solid #5d5c58;
  min-height: 40px;
  margin-top: 10px;
}
#footerMenue .col-4 {
  padding: 0;
}
#footerMenue a {
  color: #fbf8f8;
  text-decoration: underline;
  padding: 10px;
}
#footerMenue .row {
  padding-top: 6px;
}
#footerMenue .copyright {
  color: #fbf8f8;
  text-align: right;
}

@media (max-width: 576px) {
  #footerMenue .menueEntry {
    width: 100%;
    display: block;
    padding: 0 0 2px 0;
  }
}
.headerRow {
  margin: 0px 0 20px 0;
  z-index: 100;
  position: relative;
}
.headerRow .col-sm-5 {
  padding: 0;
}

.openingHours {
  font-size: 18px;
  font-weight: bold;
  color: #bfa873;
  padding-top: 4px;
}
.openingHours svg {
  width: 18px;
  margin-top: -5px;
}

@media (min-width: 769px) {
  .openingHours {
    padding-left: 30px;
  }
}
#show-btn-ratings {
  margin-top: 10px;
}

#slideshow {
  position: relative;
  min-height: 300px;
  margin-bottom: 15px;
}
#slideshow * {
  color: #fbf8f8;
}
#slideshow .carousel-inner a {
  text-align: center;
}
#slideshow .carousel-control-prev, #slideshow .carousel-control-next {
  height: 85%;
}
#slideshow .carousel-indicators {
  bottom: 0;
}
#slideshow .carousel-caption {
  position: static !important;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
}
#slideshow .carousel-caption h3 {
  font-size: 26px;
  padding: 0;
  letter-spacing: 0.1em;
}
#slideshow .carousel-caption p {
  font-size: 18px;
  margin: -5px 0 18px 0;
  letter-spacing: 0.1em;
}
#slideshow .dealicon {
  position: absolute;
  top: 20px;
  width: 180px;
  z-index: 1000;
}
#slideshow .dealicon.iconRight {
  right: 20px;
}
#slideshow .dealicon.iconLeft {
  left: 20px;
}
@media (max-width: 576px) {
  #slideshow .dealicon {
    top: 10px;
    width: 70px;
  }
  #slideshow .dealicon.iconRight {
    right: 30px;
  }
  #slideshow .dealicon.iconLeft {
    left: 30px;
  }
}
#slideshow.frontpage .dealicon {
  position: absolute;
  top: 20px;
  width: 150px;
  z-index: 1000;
}
#slideshow.frontpage .dealicon.iconRight {
  right: 210px;
}
#slideshow.frontpage .dealicon.iconLeft {
  left: 210px;
}
@media (max-width: 992px) {
  #slideshow.frontpage .dealicon.iconRight {
    right: 56px;
  }
  #slideshow.frontpage .dealicon.iconLeft {
    left: 56px;
  }
  #slideshow.frontpage .dealicon img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 768px) {
  #slideshow.frontpage .dealicon.iconRight {
    right: 25px;
  }
  #slideshow.frontpage .dealicon.iconLeft {
    left: 25px;
  }
  #slideshow.frontpage .dealicon img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 568px) {
  #slideshow.frontpage .dealicon {
    top: 5px;
  }
  #slideshow.frontpage .dealicon.iconRight {
    right: 0px;
  }
  #slideshow.frontpage .dealicon.iconLeft {
    left: 0px;
  }
  #slideshow.frontpage .dealicon img {
    width: 90px;
    height: 90px;
  }
}

.container.contact {
  background: #fbf8f8;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
}
.container.contact #contactform textarea {
  height: 200px;
}

.container.contest {
  background: #fbf8f8;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
}
.container.contest .contestForm .wrongAnswer {
  display: none;
}
.container.contest .contestForm input[type=text], .container.contest .contestForm input[type=email], .container.contest .contestForm input[type=tel] {
  width: 300px;
  margin: 5px 0;
  padding-left: 5px;
}
.container.contest .contestForm label.answer {
  display: block;
  padding-left: 10px;
  margin-top: -5px;
  float: left;
  font-size: 16px;
}
.container.contest .contestForm .question {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.container.contest .contestForm .terms {
  float: left;
  padding-left: 10px;
}
.container.contest .contestForm .answerrow, .container.contest .contestForm .termsrow {
  margin-bottom: 5px;
  float: left;
}
.container.contest .contestForm .termsrow {
  margin: 5px 0 12px 0;
}
.container.contest .contestForm .termsrow input[type=checkbox] {
  margin-top: 3px;
}
.container.contest .contestForm input[type=radio], .container.contest .contestForm input[type=checkbox] {
  float: left;
}
@media (max-width: 768px) {
  .container.contest .contestForm input[type=text], .container.contest .contestForm input[type=email], .container.contest .contestForm input[type=tel] {
    width: 100%;
    margin: 5px 5px;
    padding-left: 5px;
    font-size: 24px;
    height: 40px;
  }
  .container.contest .contestForm input[type=radio], .container.contest .contestForm input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}

.newsletter {
  border-top: 1px solid #d1cab8;
  border-bottom: 1px solid #d1cab8;
  background: #fff;
  color: #a98c45;
  padding: 10px 20px;
  margin-top: 20px;
  background: #0099ff;
}
.newsletter * {
  color: white !important;
  font-weight: bold;
}
.newsletter .headline {
  color: #a98c45;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-top: 5px;
}
.newsletter input {
  margin-bottom: 5px;
}
.newsletter input[type=text] {
  color: grey !important;
}
.newsletter .btn-primary {
  background-color: #045082;
}

.nlOnlineVersion {
  display: none;
}

.row.headline {
  background: #fbf8f8;
  margin-top: 10px;
}
.row.headline h2 {
  padding-left: 20px;
}

.container.textblock {
  background: #fbf8f8;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  margin-top: 20px;
}
.container.textblock ul {
  padding-left: 10px;
}
.container.textblock li {
  background: url(../images/list_icon.png) no-repeat 7px 3px;
  padding: 3px 0;
  padding-left: 30px;
  list-style: none;
}

.container.partnerlogos {
  overflow: hidden;
  padding: 0;
}
.container.partnerlogos #partnerlogos {
  width: 2000%;
  margin-left: -150px;
}
.container.partnerlogos #partnerlogos #logos {
  transition: margin 700ms;
}
.container.partnerlogos #partnerlogos .logos {
  float: left;
  min-width: 5%;
}
.container.partnerlogos #partnerlogos .logos a {
  display: block;
  float: left;
  width: 150px;
  height: 50px;
  padding-right: 10px;
  text-align: center;
  height: 60px;
}
.container.partnerlogos #partnerlogos .logos a .imgholder {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.container.partnerlogos #partnerlogos .logos a .imgholder img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.offerbox {
  padding-left: 5px !important;
  float: left;
  position: relative;
}
.offerbox .introimg {
  border: 1px solid #fef5c4;
  width: 100%;
  max-width: 464px;
  height: auto;
}
.offerbox .innerBox {
  background: #fbf8f8 !important;
  margin: 10px 0px 0 0px;
  float: left;
  min-height: 400px;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  padding: 0 20px;
  line-height: 18px;
}
.offerbox .dealicon {
  position: absolute;
  width: 60px;
  left: 25px;
  margin-top: 5px;
}
.offerbox .offerimgBox {
  position: relative;
  float: left;
}
.offerbox .offerimg {
  float: left;
}
.offerbox .galleryLogoMini {
  width: 30px;
  position: absolute;
  border: 0 !important;
  left: 0px;
  top: 0;
}
.offerbox .galleryLogoMini img {
  width: 30px;
}
.offerbox .preis {
  font-family: "Times New Roman", Times, serif;
  font-size: 35px;
  font-style: italic;
  color: #ccb98f;
  text-shadow: 1px 1px 2px #ccb98f;
  position: absolute;
  right: 25px;
  bottom: 27px;
}
.offerbox .social {
  position: absolute;
  bottom: 13px;
  left: 25px;
  cursor: pointer;
  color: #ccb98f;
}
.offerbox .social .more {
  color: #ccb98f;
  font-size: 35px;
}
.offerbox .social .icons {
  display: none;
  position: absolute;
  width: 245px;
  padding: 10px;
  background: #fbf8f8;
  border-radius: 4px;
  top: -23px;
  left: -10px;
  z-index: 100;
  box-shadow: 0px 0px 3px 5px #e9e1cd;
}
.offerbox .social.show .icons {
  display: block;
}
.offerbox h2 {
  margin-bottom: 0;
}
.offerbox h2 a.title {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  letter-spacing: -0.001em;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  color: #bfa873;
  display: block;
  line-height: 28px;
  height: 84px;
  word-break: break-word;
  overflow: hidden;
}
.offerbox .readmore {
  display: block;
  float: right;
  margin: 20px 0 60px 0;
  text-decoration: underline;
}
.offerbox a:hover {
  text-decoration: none;
}
.offerbox img {
  margin: 0 0 10px 0;
}
.offerbox p, .offerbox span {
  color: #a98c45;
}

.container.article {
  background: #fbf8f8;
  position: relative;
}
.container.article .galleryLogoMini {
  position: absolute;
  z-index: 1000;
  max-height: 60px;
}
.container.article ul {
  padding-left: 10px;
}
.container.article li {
  background: url(../images/list_icon.png) no-repeat 7px 3px;
  padding: 3px 0;
  padding-left: 30px;
  list-style: none;
}
.container.article #slideshow {
  width: 920px;
  margin: 0 auto;
  max-width: 100%;
}
.container.article #gallery {
  margin-top: 20px;
}
.container.article #gallery img {
  margin: 0px 10px 10px 0px;
  padding: 3px;
  border: 1px solid #cccccc;
  max-height: 88px;
}
.container.article #gallery img:hover {
  border-color: #ffffff;
}
.container.article #gallery span {
  position: relative;
  text-decoration: none;
  float: left;
  cursor: pointer;
}
.container.article .carousel-caption {
  background: none !important;
}
.container.article .priceTable {
  margin-top: 20px;
}
.container.article .priceTable .headline {
  font-size: 14px;
  padding-bottom: 5px;
  display: inline-block;
}
.container.article .main .item-page h3 {
  float: left;
  width: 100%;
}
.container.article .bokkingrow {
  z-index: 1000;
  text-align: right;
}
.container.article .bokkingrow .buchenbutton {
  margin-bottom: 20px;
}
.container.article .bokkingrow.first .buchenbutton {
  margin-top: 10px;
  margin-bottom: 0;
}
.container.article h4 {
  font-weight: bold;
  font-size: 13px;
  margin: 25px 0 8px 0;
}
.container.article .additionalDates {
  padding-top: 5px;
  display: inline-block;
}
.container.article .additionalDate {
  padding-top: 2px;
  display: inline-block;
}
.container.article .p20 {
  padding-left: 20px;
}
.container.article .finaldesc {
  margin-bottom: 20px;
}
.container.article #tocLogo {
  position: absolute;
  top: 10px;
  width: 220px;
  height: 120px;
  background-repeat: no-repeat;
}
.container.article .pricerow .price, .container.article .additional.price {
  display: inline-block;
  width: 72px;
  text-align: right;
}
.container.article .expired:after {
  content: "ABGELAUFEN";
  position: absolute;
  top: 290px;
  left: 140px;
  z-index: 1;
  font-family: Arial,sans-serif;
  -webkit-transform: rotate(-25deg);
  /* Safari */
  -moz-transform: rotate(-25deg);
  /* Firefox */
  -ms-transform: rotate(-25deg);
  /* IE */
  -o-transform: rotate(-25deg);
  /* Opera */
  transform: rotate(-25deg);
  font-size: 120px;
  color: #c00;
  background: #fff;
  border: solid 4px #c00;
  padding: 5px;
  border-radius: 5px;
  zoom: 1;
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-text-shadow: 0 0 2px #c00;
  text-shadow: 0 0 2px #c00;
  box-shadow: 0 0 2px #c00;
}

.container.linkblock {
  text-align: center;
  min-height: 56px;
  background: #489bff;
  margin-bottom: 20px;
  margin-top: 20px;
}
.container.linkblock a {
  width: 100%;
  height: 100%;
  font-size: 38px;
  color: #fbf8f8;
}

.container.noResult {
  background: #fbf8f8;
}

.container.search {
  background: #fbf8f8;
}
.container.search .calendar-root {
  position: relative;
}
.container.search .calendar-root * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container.search .calendar-root .calendar {
  width: 612px;
}
.container.search li.calendar_days--disabled[data-v-5e837f70] {
  opacity: 0.3;
}
.container.search .calendar-range {
  display: none;
}
.container.search .calendar-wrap[data-v-5e837f70] {
  width: 100%;
}
.container.search .input-date[data-v-5e837f70] {
  width: 100%;
  background: white;
}
.container.search select {
  color: #7f492a;
}
.container.search .countries button {
  margin: 0 10px 10px 0;
}
.container.search .countries button b {
  color: white;
  font-size: 18px;
  padding-left: 10px;
  line-height: 10px;
}
.container.search #searchresults {
  position: absolute;
  border: 1px solid #ced4da;
  background: white;
  z-index: 1000;
  width: 1111px;
  max-width: 100%;
  margin-top: -13px;
}
.container.search #searchresults .result {
  display: block;
}
.container.search #searchresults .result:nth-child(even) {
  background: #aaa7a0;
}
.container.search #searchbutton {
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
}

.ratingtabs {
  height: 38px;
  margin-left: -20px;
}
.ratingtabs .tab1, .ratingtabs .tab2 {
  list-style-type: none;
  border: 1px solid #9f775f;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  padding: 9px;
  background: #f1ebe0;
}
.ratingtabs .tab1.active, .ratingtabs .tab2.active {
  font-weight: bold;
}

.ratingArticle .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
}
.ratingArticle .rating > span {
  display: inline-block;
  position: relative;
  width: 1em;
  font-size: 20px;
}
.ratingArticle .rating > span.selected,
.ratingArticle .rating > span.selected ~ span {
  color: transparent;
  cursor: pointer;
}
.ratingArticle .rating > span.selected:before,
.ratingArticle .rating > span.selected ~ span:before {
  content: "\2605";
  position: absolute;
  left: 0;
  color: gold;
  font-size: 26px;
  padding-left: 2px;
}
.ratingArticle .baseRating {
  background: url("/images/starBase.jpg");
  width: 123px;
  height: 23px;
  position: absolute;
}
.ratingArticle .fullRating {
  background: url("/images/starFull.jpg");
  width: 123px;
  height: 23px;
  position: absolute;
}
.ratingArticle .ratingTotal {
  padding: 2px 0 0 125px;
}
.ratingArticle .ratingBox {
  margin: 13px 0;
  padding: 10px;
  border: 1px solid;
  background: #f1ebe0;
}
.ratingArticle .ratingBox .answer {
  padding: 10px;
  background: #ece6e6;
  border: 1px solid lightgrey;
  margin-top: 20px;
}

.ratingblock {
  background: white;
}
.ratingblock .rating, .ratingblock .ratingOffice {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
}
.ratingblock .ratingOffice > span,
.ratingblock .rating > span {
  display: inline-block;
  position: relative;
  width: 1em;
  font-size: 25px;
}
.ratingblock .ratingOffice > span:hover,
.ratingblock .ratingOffice > span:hover ~ span,
.ratingblock .ratingOffice > span.selected,
.ratingblock .ratingOffice > span.selected ~ span,
.ratingblock .rating > span:hover,
.ratingblock .rating > span:hover ~ span,
.ratingblock .rating > span.selected,
.ratingblock .rating > span.selected ~ span {
  color: transparent;
  cursor: pointer;
}
.ratingblock .ratingOffice > span:hover:before,
.ratingblock .ratingOffice > span:hover ~ span:before,
.ratingblock .ratingOffice > span.selected:before,
.ratingblock .ratingOffice > span.selected ~ span:before,
.ratingblock .rating > span:hover:before,
.ratingblock .rating > span:hover ~ span:before,
.ratingblock .rating > span.selected:before,
.ratingblock .rating > span.selected ~ span:before {
  content: "\2605";
  position: absolute;
  left: 0;
  color: gold;
  font-size: 26px;
  padding-left: 2px;
}
.ratingblock textarea[name^=ratingText] {
  width: 100%;
  height: 300px;
}
.ratingblock select {
  padding: 6px;
}
.ratingblock input {
  padding: 3px;
}
.ratingblock .destinationResult {
  display: none;
  position: absolute;
  background: white;
  padding: 10px 0;
  width: 700px;
  max-width: 100%;
  z-index: 1000;
  border: 1px solid;
  box-shadow: 1px 1px 3px;
}
.ratingblock .destinationResult a {
  cursor: pointer;
  border-bottom: 1px solid;
  width: 100%;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.ratingblock .destinationResult .close {
  font-weight: bold;
  cursor: pointer;
  display: block;
  text-decoration: none;
  float: right;
  padding-right: 7px;
  margin-top: -5px;
  color: #7f492a;
}
.ratingblock .destinationError {
  display: none;
  color: #ac0004;
}

#infobox, #wasg {
  position: fixed;
  /* left: 5px;
   bottom: 20px;*/
  z-index: 10000;
  border: 3px solid #a98c45;
  padding: 10px 5px;
  background: white;
  cursor: pointer;
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -o-transition: left 1s;
  transition: left 1s;
}
#infobox .arrowDown, #wasg .arrowDown {
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #a98c45;
  display: block;
  float: right;
  margin-left: 10px;
}
#infobox *, #wasg * {
  color: #7f492a !important;
}
#infobox p, #wasg p {
  font-weight: bold;
  margin: 0;
}
#infobox .closebox, #wasg .closebox {
  font-weight: bold;
  float: right;
  font-size: 20px;
  margin-top: -9px;
  margin-right: -7px;
  padding: 5px;
}
#infobox .details li, #wasg .details li {
  background: url(../images/list_icon.png) no-repeat 7px 3px;
  padding: 3px 0;
  padding-left: 30px;
}
#infobox .innerbox, #wasg .innerbox {
  position: relative;
  left: 0%;
}

#infobox.hidden {
  left: -100% !important;
}

#wasg.infobox div.inner {
  background: #0099ff;
}
#wasg.infobox div.inner * {
  color: white !important;
}
#wasg.infobox .closebox {
  position: absolute;
  right: 20px;
}
#wasg.infobox .details {
  background: #0099ff;
}
#wasg.infobox .details li {
  background: none;
  list-style-type: none;
  padding-right: 10px;
  text-align: left;
}
#wasg.infobox .details li span {
  display: inline-block;
}
#wasg.infobox .details li span:before {
  display: inline-block;
  content: " ";
  width: 15px;
  height: 15px;
  margin-right: 7px;
  background-image: url(../images/check.svg);
  position: absolute;
  margin-left: -19px;
}
#wasg.infobox.isSmall {
  width: 0;
  height: 0;
  border: none;
  background: none;
}
#wasg.infobox.isSmall .innerbox {
  position: fixed !important;
  left: 5px !important;
  top: 175px;
  width: 362px;
  height: 56px;
  padding: 10px;
  margin: 0 !important;
}
#wasg.infobox.isSmall .innerbox.isOutside {
  left: -500px !important;
}

#nlreg, #idle, #wasg {
  width: 105%;
  height: 1200px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  background: rgba(113, 105, 34, 0.34);
}
#nlreg .inner, #idle .inner, #wasg .inner {
  left: 50% !important;
  margin: 100px 0 0 -40% !important;
  position: fixed !important;
}
#nlreg .newsletter_mail, #idle .newsletter_mail, #wasg .newsletter_mail {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 20px;
  color: #666;
  margin-left: -190px;
}
#nlreg .mailform, #idle .mailform, #wasg .mailform {
  margin-top: 10px;
}
#nlreg .submitNewsletter, #idle .submitNewsletter, #wasg .submitNewsletter {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  background: #b58f50;
  color: #fbf8f8;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 20px;
  width: 200px !important;
  padding: 6px;
}
#nlreg .href, #idle .href, #wasg .href {
  color: #489bff;
  cursor: pointer;
}
#nlreg h3, #idle h3, #wasg h3 {
  font-weight: bold;
  color: #005ba1;
  font-size: 28px;
  margin-bottom: -40px;
}
#nlreg img, #idle img, #wasg img {
  max-width: 100%;
  height: auto;
}
#nlreg .support, #idle .support, #wasg .support {
  display: block;
  width: 100%;
  position: relative;
  margin: 30px 0 0 80px;
}
#nlreg div.inner, #idle div.inner, #wasg div.inner {
  border: 6px solid #c3bcaa;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  margin-top: 100px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  background: white;
}
#nlreg .close, #idle .close, #wasg .close {
  cursor: pointer;
  background: #c3bcaa;
  background-image: -webkit-linear-gradient(#c3bcaa 0%, white 100%);
  background-image: -moz-linear-gradient(#c3bcaa 0%, white 100%);
  background-image: -o-linear-gradient(#c3bcaa 0%, white 100%);
  background-image: linear-gradient(#c3bcaa 0%, white 100%);
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 3px 5px !important;
  border: 1px solid #ccc;
  display: block;
}
#nlreg .onefield input, #idle .onefield input, #wasg .onefield input {
  padding: 12px;
}
#nlreg .onefield, #idle .onefield, #wasg .onefield {
  width: 200px;
  display: inline-block;
}

#idle div.inner {
  position: relative !important;
  margin: 0 auto !important;
  left: 0 !important;
  margin-top: 100px !important;
}
#idle div.inner p {
  font-size: 14px;
  line-height: 22px;
  color: #7f492a;
}
#idle div.inner b {
  font-size: 14px;
  line-height: 22px;
  color: #7f492a;
}

#wasg div.inner {
  left: -30% !important;
  width: 50%;
  margin-left: -25% !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
#wasg li {
  margin-bottom: -15px;
}
#wasg li span {
  text-align: center;
}
#wasg li span:after {
  content: "";
  display: inline-block;
  width: 100%;
}
#wasg div.inner.left50 {
  left: 50% !important;
}

@media (min-width: 577px) {
  .social .more:hover > .icons {
    display: block;
  }
}
.social .icon {
  display: inline-block;
  width: 24px;
  height: 28px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.social .icon-share2, .social .icon-mail4 {
  fill: var(--color1, #ccb98f);
}

@media (min-width: 576px) {
  .navbar-brand {
    display: none;
  }
}
@media (max-width: 1200px) {
  .container.article .expired:after {
    left: 90px;
  }

  .container.search #searchresults {
    width: 930px;
  }

  a[href^="tel"] {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
  }
}
@media (max-width: 992px) {
  .container.article .expired:after {
    font-size: 80px;
    top: 270px;
  }

  .container.search #searchresults {
    width: 690px;
  }
}
@media (max-width: 768px) {
  .container.article .expired:after {
    font-size: 50px;
    left: 40px;
  }

  .container.search #searchresults {
    width: 510px;
  }

  .container.search .calendar-root .calendar {
    width: 512px;
  }

  #show-btn-ratings {
    width: 100%;
    border-radius: 0;
  }

  #slideshow {
    max-width: 100%;
    overflow: hidden;
  }
  #slideshow .carousel-inner {
    overflow: visible;
  }
  #slideshow .carousel-inner .carousel-caption {
    position: relative;
  }
}
@media (max-width: 576px) {
  .calendar-wrap[data-v-5e837f70] .calendar_month_left {
    width: 94%;
  }

  .calendar-wrap[data-v-5e837f70] .calendar_month_right ul {
    display: none;
  }

  .calendar-wrap[data-v-5e837f70] .calendar_month_right {
    width: 20px;
    margin: -24px 0 0 -22px;
    padding: 0;
  }
  .calendar-wrap[data-v-5e837f70] .calendar_month_right .months-text {
    visibility: collapse;
  }
  .calendar-wrap[data-v-5e837f70] .calendar_month_right .months-text i {
    visibility: visible;
  }

  .container.search #searchresults {
    width: 433px;
  }

  .container.search .calendar-root .calendar {
    width: 345px;
  }

  #slideshow {
    min-height: auto;
  }
  #slideshow .carousel-caption p {
    display: none;
  }
  #slideshow .carousel-caption h3 {
    padding-bottom: 25px !important;
  }

  .container.linkblock a {
    font-size: 26px;
  }

  .offerbox {
    padding-left: 15px !important;
  }
}
