@charset "UTF-8";
/***!  /templates/verdinserhof/css/verdinserhof.css  !***/

::-webkit-scrollbar {
  width: 6px;
  background-color: #F2F2F2;
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
  background: #947d6c;
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical:active, ::-webkit-scrollbar-thumb:horizontal:active {
  background: #947d6c;
  -webkit-border-radius: 0;
}

body, html {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font: 18px "Alegreya", serif;
  color: #282728;
  text-align: left;
}

p {
  margin: 0;
}

.vegas-animation-kenburnsHeader {
  animation: kenburnsHeader ease-out;
}

@keyframes kenburnsHeader {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  50.5625% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
#animation-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 451;
  color: #fff;
  font-size: 2.2em;
}
#animation-layer > * {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .scroll {
    padding-bottom: 55px;
  }
}
.scroll img {
  transform: rotate(180deg);
  cursor: pointer;
  width: 90px;
  display: block;
  margin: 0 auto;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 121;
  padding: 0;
  margin: 0;
  background-color: #fff;
  height: 132px;
  transition: all 0.4s ease;
}
#header.scrolled {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3);
  height: 93px;
}
@media (max-width: 767px) {
  #header.scrolled {
    height: 83px;
  }
}
#header.scrolled #logo a {
  margin-top: 20px;
}
#header.scrolled #logo .logo-icon {
  height: 0;
}
@media (max-width: 767px) {
  #header {
    height: 83px;
  }
}
#header #logo {
  margin: 8px auto;
  width: 246px;
  text-align: center;
}
@media (max-width: 767px) {
  #header #logo {
    width: 196px;
    margin: 19px auto 19px 11px;
  }
  #header #logo .logo-icon {
    display: none;
  }
}
#header #logo a {
  display: block;
  margin: 0 auto;
  transition: margin-top 0.4s ease;
}
#header #logo img {
  display: block;
  margin: 0 auto;
  transition: height 0.4s ease;
}
@media (max-width: 767px) {
  #header #logo img {
    max-width: 100%;
    height: auto;
  }
}
#header #service {
  color: #947d6c;
  font: 13px "Caudex", serif;
}
#header #service .service-left {
  position: absolute;
  left: 86px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 990px) {
  #header #service .service-left {
    left: 43px;
  }
}
@media (max-width: 767px) {
  #header #service .service-left {
    display: none;
  }
}
#header #service .service-right {
  position: absolute;
  right: 43px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #header #service .service-right {
    display: none;
  }
}
#header #service .language {
  font-size: 0;
}
#header #service .language .lang-inline {
  margin: 0 0 0 -9px;
  padding: 0;
  list-style: none;
}
#header #service .language .lang-inline li {
  display: inline-block;
  font-size: 13px;
  color: #b0b0b0;
}
#header #service .language .lang-inline li:before {
  content: "|";
  display: inline-block;
}
#header #service .language .lang-inline li:first-child:before {
  display: none;
}
#header #service .language .lang-inline li a {
  display: inline-block;
  color: #b0b0b0;
  line-height: 38px;
  padding: 0 9px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  #header #service .language .lang-inline li a {
    line-height: 25px;
  }
}
#header #service .language .lang-inline li a:hover {
  color: #947d6c;
  font-weight: bold;
}
#header #service .btn-webcam a {
  color: #947d6c;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2991em;
  line-height: 38px;
}
@media (max-width: 767px) {
  #header #service .btn-webcam a {
    line-height: 25px;
  }
}
#header #service .btn-webcam a svg {
  margin-left: 9px;
}
#header #service .btn-booking {
  display: inline-block;
  width: 260px;
}
@media (max-width: 990px) {
  #header #service .btn-booking {
    width: 160px;
  }
}
#header #service .btn-booking a {
  display: block;
  border: 1px solid #947d6c;
  line-height: 31px;
  padding: 15px;
  text-decoration: none;
  color: #947d6c;
  letter-spacing: 0.2991em;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
#header #service .btn-booking a:hover {
  background-color: #947d6c;
  color: #fff;
}

#nav {
  position: relative;
}
#nav #mobile-nav {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -67px;
  overflow: hidden;
  width: 127px;
  height: 134px;
  background-color: #fff;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3);
  z-index: 51;
  font: 13px "Caudex", serif;
  text-align: center;
}
@media (max-width: 767px) {
  #nav #mobile-nav {
    top: 0;
    margin-top: 0;
    height: 83px;
    z-index: 151;
    box-shadow: none;
    width: 97px;
  }
}
#nav #mobile-nav .icon {
  display: block;
}
#nav #mobile-nav .icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -30px;
}
@media (max-width: 767px) {
  #nav #mobile-nav .icon img {
    margin-top: -35px;
    margin-left: -30px;
    width: 60px;
  }
}
#nav #mobile-nav .icon img.menu-aperto {
  visibility: hidden;
  transform: translateY(100px);
  opacity: 0;
}
#nav #mobile-nav .text {
  display: block;
  position: absolute;
  left: 10%;
  bottom: 25px;
  width: 90%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #947d6c;
  letter-spacing: 0.2991em;
}
@media (max-width: 767px) {
  #nav #mobile-nav .text {
    bottom: 13px;
    left: 0;
    width: 100%;
    font-size: 14px;
  }
}
#nav #box-menu {
  transform: translateX(40%);
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 47;
  overflow: hidden;
  background: #fff;
}
#nav #box-menu .inner {
  height: calc(100vh - 132px - 74px);
  box-sizing: border-box;
  margin: 132px 37px 74px 37px;
  background: url("https://verdinserhof.altea-service.com/templates/verdinserhof/images/foto-menu.jpg") no-repeat center;
  background-size: cover;
  overflow: auto;
}
@media (max-width: 767px) {
  #nav #box-menu .inner {
    height: calc(100vh - 83px);
    margin: 83px 0 0 0;
  }
}
#nav #box-menu .inner #menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
#nav #box-menu .inner #menu li {
  padding: 0.5em 1.8em;
}
@media (max-width: 767px) {
  #nav #box-menu .inner #menu li {
    padding: 0.5em 0.8em;
  }
}
#nav #box-menu .inner #menu li a, #nav #box-menu .inner #menu li .nav-header {
  display: block;
  font: 36px "Caudex", serif;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.3em;
  padding: 0.1em 0.4em;
  transition: color 0.4s ease-out;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.1991em;
  text-align: center;
}
@media (max-width: 767px) {
  #nav #box-menu .inner #menu li a, #nav #box-menu .inner #menu li .nav-header {
    font-size: 21.6px;
  }
}
#nav #box-menu .inner #menu li a:hover, #nav #box-menu .inner #menu li .nav-header:hover {
  color: #947d6c;
}
#nav #box-menu .inner #menu li.active > a, #nav #box-menu .inner #menu li.active > .nav-header {
  border-bottom: 1px solid #c1b4aa;
}
#nav #box-menu .inner #menu li ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 31px 0 0 0;
}
#nav #box-menu .inner #menu li ul li {
  text-align: center;
  padding: 0.3em 1.8em;
}
#nav #box-menu .inner #menu li ul li.active a {
  border-bottom: none;
}
#nav #box-menu .inner #menu li ul li.active a span {
  border-bottom: 1px solid #c1b4aa;
}
#nav #box-menu .inner #menu li ul li a {
  text-transform: none;
  font-size: 22px;
  font-weight: normal;
}
@media (max-width: 767px) {
  #nav #box-menu .inner #menu li ul li a {
    font-size: 17.6px;
  }
}
#nav #box-menu .inner #menu li .goBack {
  display: none;
  margin-top: 34px;
  font: 23.76px "Caudex", serif;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.1991em;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #nav #box-menu .inner #menu li .goBack {
    font-size: 16.56px;
  }
}
#nav #box-menu .inner #menu li .goBack svg {
  font-size: 1.8em;
  margin-right: 13px;
}
#nav #box-menu #menu-extra {
  display: none;
  position: absolute;
  left: 50%;
  top: 83px;
  transform: translateX(-50%);
  width: auto;
  height: 45px;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  #nav #box-menu #menu-extra {
    display: block;
  }
}
#nav #box-menu #menu-extra .language {
  font-size: 0;
}
#nav #box-menu #menu-extra .language .lang-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav #box-menu #menu-extra .language .lang-inline li {
  display: inline-block;
  font-size: 16px;
  color: #b0b0b0;
}
#nav #box-menu #menu-extra .language .lang-inline li:before {
  content: "|";
  display: inline-block;
}
#nav #box-menu #menu-extra .language .lang-inline li:first-child:before {
  display: none;
}
#nav #box-menu #menu-extra .language .lang-inline li a {
  display: inline-block;
  color: #fff;
  line-height: 45px;
  padding: 0 9px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
#nav #box-menu #menu-extra .btn-webcam a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2991em;
  line-height: 45px;
}
#nav #box-menu #menu-extra .btn-webcam a svg {
  margin-left: 9px;
}
@media (max-width: 767px) {
  #nav #box-menu #menu-extra .btn-webcam a svg {
    margin-left: 0;
  }
}

#foto {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 0;
  height: 100vh;
  overflow: hidden;
}
#foto > .inner {
  margin-top: 132px;
  height: calc(100vh - 132px);
  box-sizing: border-box;
  padding: 0 37px;
  position: relative;
}
@media (max-width: 990px) {
  #foto > .inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #foto > .inner {
    margin-top: 83px;
    height: calc(100vh - 83px);
  }
}
#foto > .inner .list {
  height: 100%;
  overflow: hidden;
}
#foto > .inner .list img {
  display: block;
  object-fit: cover;
}
#foto > .inner .list img:not(:first-child) {
  display: none;
}
#foto > .inner #slide-nav {
  position: absolute;
  right: 35px;
  bottom: 30px;
  display: none;
  z-index: 21;
}
#foto > .inner #slide-nav a {
  display: block;
  text-align: center;
  padding: 11px 0;
  transition: all 0.7s ease-out;
  width: 36px;
}
#foto > .inner #slide-nav a span {
  display: block;
  height: 6px;
  width: 6px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
  transition: all 0.7s ease-out;
}
#foto > .inner #slide-nav a.current {
  padding: 5px 0;
}
#foto > .inner #slide-nav a.current span {
  height: 34px;
  width: 34px;
  background-color: transparent;
  border-color: #947d6c;
}
#foto > .inner #slide-nav a:hover:not(.current) span {
  border-color: #947d6c;
  background-color: #947d6c;
}
#foto > .inner #foto-after #deal {
  font: 18px "Caudex", serif;
  position: absolute;
  top: 59px;
  left: 59px;
  background-color: #fff;
  padding: 5px;
  box-sizing: border-box;
  width: 300px;
}
@media (max-width: 767px) {
  #foto > .inner #foto-after #deal {
    width: 240px;
    right: 10px !important;
    left: auto;
    font-size: 13px;
    position: absolute;
    z-index: 10;
    /*  top: 130px;*/
    top: 40px;
  }
}
#foto > .inner #foto-after #deal .inner {
  text-align: center;
  border: 11px solid #c1b4aa;
  color: #947d6c;
  text-transform: uppercase;
  line-height: 1.6em;
  padding: 14px 5px;
}
@media (max-width: 767px) {
  #foto > .inner #foto-after #deal .inner {
    border: 5px solid #c1b4aa;
    padding: 8px 10px;
  }
}
#foto > .inner #foto-after #deal .inner a {
  color: #947d6c;
  text-decoration: none;
  display: block;
}
#foto > .inner #foto-after #deal .inner *:first-child {
  margin-top: 0;
}
#foto > .inner #foto-after #deal .inner *:last-child {
  margin-top: 0;
}
#foto > .inner #foto-after #deal .inner svg.fa-alarm-clock {
  display: block;
  font-size: 1.4em;
  margin: 0.3em auto;
}
@media (max-width: 767px) {
  #foto > .inner #foto-after #deal .inner svg.fa-alarm-clock:first-child {
    width: 100%;
  }
}
#foto > .inner #foto-after #last-minute-banner {
  font: 18px "Caudex", serif;
  position: absolute;
  top: 355px;
  left: 59px;
  background-color: #fff;
  padding: 5px;
  box-sizing: border-box;
  width: 300px;
  /* @include breakpointMobile {
     display: none;
   }*/
}
@media (max-width: 767px) {
  #foto > .inner #foto-after #last-minute-banner {
    width: 240px;
    right: 10px !important;
    left: auto;
    font-size: 13px;
    position: absolute;
    z-index: 10;
    /*   top: 220px;*/
    top: 140px;
  }
}
#foto > .inner #foto-after #last-minute-banner .inner {
  text-align: center;
  border: 11px solid #c1b4aa;
  color: #947d6c;
  text-transform: uppercase;
  line-height: 1.6em;
  padding: 14px 5px;
}
@media (max-width: 767px) {
  #foto > .inner #foto-after #last-minute-banner .inner {
    border: 5px solid #c1b4aa;
    padding: 8px 10px;
  }
}
#foto > .inner #foto-after #last-minute-banner .inner a {
  color: #BC2918;
  text-decoration: none;
  display: block;
}
#foto > .inner #foto-after #last-minute-banner .inner *:first-child {
  margin-top: 0;
}
#foto > .inner #foto-after #last-minute-banner .inner *:last-child {
  margin-top: 0;
}
#foto > .inner #foto-after #last-minute-banner .inner svg.fa-alarm-clock {
  display: block;
  font-size: 1.4em;
  margin: 0.3em auto;
}
@media (max-width: 767px) {
  #foto > .inner #foto-after #last-minute-banner .inner svg.fa-alarm-clock:first-child {
    width: 100%;
  }
}
#foto > .inner #foto-after #suedtirol-pass-deal {
  font: 18px "Caudex", serif;
  position: absolute;
  top: 59px;
  left: 59px;
  background-color: #fff;
  padding: 5px;
  box-sizing: border-box;
  width: 300px;
}
@media (max-width: 767px) {
  #foto > .inner #foto-after #suedtirol-pass-deal {
    display: none;
  }
}
#foto > .inner #foto-after #suedtirol-pass-deal .inner {
  text-align: center;
  border: 11px solid #c1b4aa;
  color: #947d6c;
  text-transform: uppercase;
  line-height: 1.6em;
  padding: 0 5px;
}
#foto > .inner #foto-after #suedtirol-pass-deal .inner a {
  color: #947d6c;
  text-decoration: none;
  display: block;
}
#foto > .inner #foto-after #suedtirol-pass-deal .inner *:first-child {
  margin-top: 0;
}
#foto > .inner #foto-after #suedtirol-pass-deal .inner *:last-child {
  margin-top: 0;
}
#foto > .inner #foto-after #suedtirol-pass-deal {
  top: 200px;
}
#foto > .inner #foto-after #suedtirol-pass-deal .inner {
  padding: 0;
}
#foto > .inner #foto-after #suedtirol-pass-deal .inner img {
  display: block;
  width: 70%;
  padding-bottom: 10px;
  margin: auto;
  height: auto;
}
#foto > .inner #foto-after #travelsafe {
  font: 18px "Caudex", serif;
  position: absolute;
  top: 59px;
  right: 59px;
  background-color: #fff;
  padding: 5px;
}
@media (max-width: 767px) {
  #foto > .inner #foto-after #travelsafe {
    top: 15px;
    right: 15px;
    font-size: 14.4px;
  }
}
#foto > .inner #foto-after #travelsafe .inner {
  text-align: center;
  border: 11px solid #c1b4aa;
  color: #947d6c;
  text-transform: uppercase;
  line-height: 1.6em;
  letter-spacing: 0.2991em;
  padding: 14px 0px;
}
@media (max-width: 767px) {
  #foto > .inner #foto-after #travelsafe .inner {
    border-width: 5px;
  }
}
#foto > .inner #foto-after #travelsafe .inner a {
  color: #947d6c;
  text-decoration: none;
  display: block;
}
@media (max-width: 767px) {
  #foto > .inner #foto-after #travelsafe .inner a br {
    display: none;
  }
}
#foto > .inner #foto-after #travelsafe .inner *:first-child {
  margin-top: 0;
}
#foto > .inner #foto-after #travelsafe .inner *:last-child {
  margin-top: 0;
}
#foto > .inner #foto-after #travelsafe .inner svg {
  display: block;
  font-size: 1.4em;
  margin: 0.3em auto;
}
@media (max-width: 767px) {
  #foto > .inner #foto-after #travelsafe .inner svg {
    display: inline-block;
    margin: 0 auto;
    font-size: inherit;
  }
}

#quick-request {
  position: relative;
  z-index: 41;
}
#quick-request #form-booking {
  display: flex;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3);
  width: 940px;
  margin: 0 auto;
  font: 16px "Caudex", serif;
  background-color: #fff;
  position: relative;
}
@media (max-width: 990px) {
  #quick-request #form-booking {
    width: 96%;
  }
}
@media (max-width: 767px) {
  #quick-request #form-booking {
    display: none;
  }
}
#quick-request #form-booking .form-row {
  flex-grow: 1;
  padding: 27px 34px;
  box-sizing: border-box;
  flex-basis: 27%;
}
#quick-request #form-booking .form-row label {
  display: block;
  border-bottom: 1px solid #282728;
  position: relative;
  margin-bottom: 24px;
}
#quick-request #form-booking .form-row label svg {
  position: absolute;
  top: 3px;
  right: 5px;
}
#quick-request #form-booking .form-row .month, #quick-request #form-booking .form-row .day {
  color: #b0b0b0;
}
#quick-request #form-booking .form-row input {
  font: 16px "Caudex", serif;
  color: #b0b0b0;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
#quick-request #form-booking .form-row.row-invia {
  flex-basis: 19%;
  padding: 0;
  background-color: #947d6c;
}
#quick-request #form-booking .form-row.row-invia button {
  border: none;
  background-color: #947d6c;
  color: #fff;
  font: 16px "Caudex", serif;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  cursor: pointer;
}

body.noPhoto #content .article {
  padding-top: 115px;
}

#content {
  position: relative;
  overflow: hidden;
  line-height: 1.9em;
}
#content p {
  margin: 1.3em 0;
}
#content a {
  color: #947d6c;
  text-decoration: underline;
  transition: color 0.4s ease-out;
}
#content a:hover {
  color: #282728;
}
#content h1 {
  font: 41px "Caudex", serif;
  font-weight: bold;
  color: #947d6c;
  line-height: 1.5em;
  margin: 0 0 1.4em 0;
  text-transform: uppercase;
  letter-spacing: 0.1991em;
}
@media (max-width: 767px) {
  #content h1 {
    font-size: 28.7px;
  }
}
#content h1 + h2 {
  margin-top: -1em;
}
#content h2 {
  font: 33px "Caudex", serif;
  font-weight: bold;
  color: #947d6c;
  line-height: 1.5em;
  margin: 1.9em 0 1.2em 0;
}
@media (max-width: 767px) {
  #content h2 {
    font-size: 23.1px;
  }
}
#content h3 {
  font: 26px "Caudex", serif;
  font-weight: normal;
  color: #947d6c;
  line-height: 1.5em;
  margin: 1.4em 0 0.8em 0;
}
@media (max-width: 767px) {
  #content h3 {
    font-size: 18.2px;
  }
}
#content h4 {
  font: 23px "Caudex", serif;
  font-weight: normal;
  color: #947d6c;
  line-height: 1.5em;
  margin: 1.3em 0 0.5em 0;
}
@media (max-width: 767px) {
  #content h4 {
    font-size: 16.1px;
  }
}
#content .link a {
  font: 13px "Caudex", serif;
  display: inline-block;
  border: 1px solid #947d6c;
  line-height: 31px;
  padding: 15px 107px;
  text-decoration: none;
  color: #947d6c;
  letter-spacing: 0.2991em;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
#content .link a:hover {
  background-color: #947d6c;
  color: #fff;
}
#content .article {
  position: relative;
}
#content .article .item-page-image-decoration {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 990px) {
  #content .article .item-page-image-decoration {
    display: none;
  }
}
#content .article .item-page {
  position: relative;
  padding: 0 4vw;
  max-width: 1400px;
  margin: 18vh auto;
}
@media (max-width: 990px) {
  #content .article .item-page {
    margin: 8vh auto;
  }
}
#content .article hr {
  background-color: #947d6c;
  height: 1px;
  border: none;
  margin: 1.9em 0;
  font-size: 33px;
}
#content .row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 990px) {
  #content .row.col-2 {
    flex-wrap: wrap;
  }
  #content .row.col-2 > *:last-child {
    margin-bottom: 0;
  }
}
#content .row.col-2 > * {
  flex-basis: 46%;
}
@media (max-width: 1250px) {
  #content .row.col-2 > * {
    flex-basis: 48%;
  }
}
@media (max-width: 990px) {
  #content .row.col-2 > * {
    flex-basis: 100%;
  }
}
@media (max-width: 990px) {
  #content .row .col-title {
    margin-bottom: 1.4em;
  }
}
#content .row .col-title > *:first-child {
  margin-top: 0;
}
#content .row .col-title > *:last-child {
  margin-bottom: 0;
}
#content .row .col-title h1 {
  text-transform: uppercase;
  letter-spacing: 0.1991em;
}
@media (max-width: 990px) {
  #content .row .col-text {
    margin-bottom: 1.4em;
  }
}
#content .row .col-text > *:first-child {
  margin-top: 0;
}
#content .row .col-text > *:last-child {
  margin-bottom: 0;
}
#content ul.highlight li {
  font-size: 1.3em;
  line-height: 1.9em;
  border-bottom: 1px solid #947d6c;
}
#content ul.highlight li:last-child {
  border: none;
}
#content .iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
#content .iframe-container .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.enginePanels {
  min-height: 225px !important;
}

#kulinarik.section-item.section-image {
  margin: 18vh auto 10vh;
}

.section-inner-after > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 40;
}

.section-inner-after > a:hover {
  cursor: pointer;
}

.section-inner-text.section-inner-text-kulinarik {
  margin: -8vh auto 9vh;
  padding: 0 4vw;
  max-width: 1400px;
}
@media (max-width: 990px) {
  .section-inner-text.section-inner-text-kulinarik {
    margin: 2rem auto 9vh;
  }
}

.section-item {
  position: relative;
  margin: 18vh auto;
}
@media (max-width: 990px) {
  .section-item {
    margin: 8vh auto;
  }
}
.section-item.section-text {
  padding: 0 4vw;
  max-width: 1400px;
}
.section-item.section-sliderText .section-inner-before {
  height: 88vh;
  position: relative;
}
@media (max-width: 990px) {
  .section-item.section-sliderText .section-inner-before {
    height: 48vh;
  }
}
.section-item.section-sliderText .section-inner-before .section-inner-img {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.section-item.section-sliderText .section-inner-before .section-inner-img span.decoration {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c1b4aa;
}
.section-item.section-sliderText .section-inner-before .section-inner-img img {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-item.section-sliderText .section-inner-before .section-inner-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.23);
}
.section-item.section-sliderText .section-inner-before .section-inner-title .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font: 74px "Caudex", serif;
  text-transform: uppercase;
  margin-left: 58px;
  max-width: 66%;
  padding: 0 4vw;
  letter-spacing: 0.2991em;
}
@media (max-width: 990px) {
  .section-item.section-sliderText .section-inner-before .section-inner-title .inner {
    font-size: 59.2px;
  }
}
@media (max-width: 767px) {
  .section-item.section-sliderText .section-inner-before .section-inner-title .inner {
    font-size: 33.3px;
    bottom: -11px;
    margin-left: 6px;
    letter-spacing: 0.1991em;
    max-width: 80%;
  }
}
.section-item.section-sliderText .section-inner-before + .section-inner-slider {
  margin-top: -15vh;
  height: 53vh;
}
@media (max-width: 990px) {
  .section-item.section-sliderText .section-inner-before + .section-inner-slider {
    margin-top: -9vh;
    height: 35vh;
  }
}
.section-item.section-sliderText .section-inner-slider {
  height: 68vh;
  position: relative;
}
@media (max-width: 990px) {
  .section-item.section-sliderText .section-inner-slider {
    height: 36vh;
  }
}
.section-item.section-sliderText .section-inner-slider .list {
  height: 100%;
  overflow: hidden;
}
.section-item.section-sliderText .section-inner-slider .list .section-item-img {
  position: relative;
  height: 100%;
  margin-left: 45px;
}
@media (max-width: 767px) {
  .section-item.section-sliderText .section-inner-slider .list .section-item-img {
    margin-left: 25px;
    width: 80vw;
  }
}
.section-item.section-sliderText .section-inner-slider .list .section-item-img span.decoration {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c1b4aa;
}
.section-item.section-sliderText .section-inner-slider .list .section-item-img img {
  display: block;
  position: relative;
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .section-item.section-sliderText .section-inner-slider .list .section-item-img img {
    width: 100%;
    object-fit: cover;
  }
}
.section-item.section-sliderText .section-inner-slider .section-inner-slider-nav {
  display: none;
}
.section-item.section-sliderText .section-inner-text-decoration {
  color: #fff;
  font: 74px "Caudex", serif;
  text-transform: uppercase;
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  letter-spacing: 0.2991em;
}
@media (max-width: 990px) {
  .section-item.section-sliderText .section-inner-text-decoration {
    font-size: 59.2px;
  }
}
@media (max-width: 767px) {
  .section-item.section-sliderText .section-inner-text-decoration {
    font-size: 33.3px;
    bottom: -10px;
    letter-spacing: 0.1991em;
  }
}
.section-item.section-sliderText .section-inner-text-decoration .inner {
  max-width: 1400px;
  padding: 0 4vw;
  margin: 0 auto;
}
.section-item.section-sliderText .section-inner-text {
  margin: 8vh auto;
  padding: 0 4vw;
  max-width: 1400px;
}
@media (max-width: 990px) {
  .section-item.section-sliderText .section-inner-text {
    margin: 5vh auto;
  }
}
.section-item.section-image {
  position: relative;
  padding: 16vh 0;
}
.section-item.section-image .section-inner-slider {
  height: 70vh;
  z-index: 31;
  position: relative;
  max-width: 92%;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .section-item.section-image .section-inner-slider {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .section-item.section-image .section-inner-slider {
    height: 40vh;
  }
}
.section-item.section-image .section-inner-slider .list {
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.section-item.section-image .section-inner-slider .list .section-item-img {
  position: relative;
  height: 100%;
  display: inline-block;
}
.section-item.section-image .section-inner-slider .list .section-item-img span.decoration {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c1b4aa;
}
.section-item.section-image .section-inner-slider .list .section-item-img img {
  display: block;
  position: relative;
  height: 100%;
  width: auto;
}
@media (max-width: 990px) {
  .section-item.section-image .section-inner-slider .list .section-item-img img {
    width: 100%;
    object-fit: cover;
  }
}
.section-item.section-image .section-inner-slider .section-inner-image-decoration {
  position: absolute;
  top: -31%;
  left: 10%;
}
@media (max-width: 990px) {
  .section-item.section-image .section-inner-slider .section-inner-image-decoration {
    top: -36%;
    left: -5%;
  }
}
@media (max-width: 767px) {
  .section-item.section-image .section-inner-slider .section-inner-image-decoration {
    display: none;
  }
}
.section-item.section-image .section-inner-before {
  position: absolute;
  top: 0;
  right: 0;
  height: 28.125vw;
  width: 50vw;
}
@media (max-width: 990px) {
  .section-item.section-image .section-inner-before {
    height: 45vw;
    width: 80vw;
  }
}
.section-item.section-image .section-inner-before .section-inner-img {
  position: relative;
  height: 100%;
  width: 100%;
  display: inline-block;
}
.section-item.section-image .section-inner-before .section-inner-img span.decoration {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c1b4aa;
}
.section-item.section-image .section-inner-before .section-inner-img img {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-item.section-image .section-inner-after {
  background-color: #c1b4aa;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28.125vw;
  width: 50vw;
}
@media (max-width: 990px) {
  .section-item.section-image .section-inner-after {
    height: 45vw;
    width: 80vw;
  }
}
.section-item.section-image .section-inner-after .section-inner-text-decoration {
  position: absolute;
  bottom: -22px;
  right: 0;
  letter-spacing: 0.2991em;
  color: #fff;
  font: 74px "Caudex", serif;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .section-item.section-image .section-inner-after .section-inner-text-decoration {
    font-size: 59.2px;
  }
}
@media (max-width: 767px) {
  .section-item.section-image .section-inner-after .section-inner-text-decoration {
    font-size: 33.3px;
    bottom: -10px;
    letter-spacing: 0.1991em;
  }
}
.section-item.section-offer .list {
  position: relative;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.section-item.section-offer .list .offer-item {
  display: inline-block;
  font-size: 22px;
  margin: 0 2vw;
}
.section-item.section-offer .list .offer-item .offer-item-img {
  position: relative;
  height: 70vh;
  width: 48.125vh;
}
@media (max-width: 990px) {
  .section-item.section-offer .list .offer-item .offer-item-img {
    height: 50vh;
  }
}
.section-item.section-offer .list .offer-item .offer-item-img .inner {
  position: relative;
  height: 100%;
}
.section-item.section-offer .list .offer-item .offer-item-img .inner span.decoration {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c1b4aa;
}
.section-item.section-offer .list .offer-item .offer-item-img .inner img {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-item.section-offer .list .offer-item .offer-item-img .opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.23);
}
.section-item.section-offer .list .offer-item .offer-item-img .offer-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0.4em 1.3em;
  box-sizing: border-box;
  line-height: 1.7em;
  font-family: "Caudex", serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1991em;
}
.section-item.section-offer .list .offer-item .offer-item-date {
  margin: 25px 30px;
}
.section-item.section-offer .list .offer-item .offer-item-link {
  margin-top: 45px;
}
.section-item.section-offer .list .offer-item .offer-item-link a {
  font: 13px "Caudex", serif;
  display: block;
  width: 66%;
  margin: 0 auto;
  border: 1px solid #947d6c;
  line-height: 31px;
  padding: 15px;
  text-decoration: none;
  color: #947d6c;
  letter-spacing: 0.2991em;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.section-item.section-offer .list .offer-item .offer-item-link a:hover {
  background-color: #947d6c;
  color: #fff;
}
.section-item.section-slider {
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
}
.section-item.section-slider .section-inner-slider {
  height: 68vh;
  position: relative;
}
@media (max-width: 990px) {
  .section-item.section-slider .section-inner-slider {
    height: 36vh;
  }
}
.section-item.section-slider .section-inner-slider .list {
  height: 100%;
  overflow: hidden;
}
.section-item.section-slider .section-inner-slider .list .section-item-img {
  position: relative;
  height: 100%;
  margin-left: 45px;
}
@media (max-width: 767px) {
  .section-item.section-slider .section-inner-slider .list .section-item-img {
    margin-left: 25px;
    width: 80vw;
  }
}
.section-item.section-slider .section-inner-slider .list .section-item-img span.decoration {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c1b4aa;
}
.section-item.section-slider .section-inner-slider .list .section-item-img img {
  display: block;
  position: relative;
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .section-item.section-slider .section-inner-slider .list .section-item-img img {
    width: 100%;
    object-fit: cover;
  }
}
.section-item.section-slider .section-inner-slider .section-inner-slider-nav {
  display: none;
}

.wellness-treatment-apriChiudi #content .item-page {
  position: relative;
  padding: 0 4vw;
  max-width: 1400px;
  margin: 18vh auto 3rem;
}
@media (max-width: 990px) {
  .wellness-treatment-apriChiudi #content .item-page {
    margin: 8vh auto;
  }
}
.wellness-treatment-apriChiudi #content > .section-item {
  width: 90%;
  max-width: 1400px;
  padding: 0 4vw;
  margin: 1rem auto;
}
.wellness-treatment-apriChiudi #content > .section-item .section-inner-text {
  padding: 0 4vw;
  max-width: 1400px;
  margin: 1rem auto 1em;
  border-bottom: solid 1px #947d6c;
  width: auto;
  /* ul {
     width: 100%;
     height: auto;
     padding: 0 2em 0 1rem;
     margin: 0 auto;
     color: $colorGold;

     li {
       h3 {
         font: 23px "Caudex", serif;
         font-weight: normal;
         color: #947d6c;
         line-height: 1em;
         margin: 1.2em 0 0.3em 0;
       }
       p {
         color: #282728;
       }
       p:last-child{
         margin: 0 0 2.3em;
       }
     }
   }*/
}
@media (max-width: 990px) {
  .wellness-treatment-apriChiudi #content > .section-item .section-inner-text {
    margin: 5vh auto;
  }
}
.wellness-treatment-apriChiudi #content > .section-item .section-inner-text h2 {
  width: 100%;
  margin: 0 auto;
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 350px) {
  .wellness-treatment-apriChiudi #content > .section-item .section-inner-text h2 {
    font-size: 18px;
  }
}
.wellness-treatment-apriChiudi #content > .section-item .section-inner-text .container-wellness-treatments {
  display: none;
}
.wellness-treatment-apriChiudi #content > .section-item .section-inner-text .container-wellness-treatments .wellness-treatment-container {
  position: relative;
}
.wellness-treatment-apriChiudi #content > .section-item .section-inner-text .container-wellness-treatments .wellness-treatment-container h3 {
  margin: 1.4em 0 0.8em 19px;
}
@media (max-width: 350px) {
  .wellness-treatment-apriChiudi #content > .section-item .section-inner-text .container-wellness-treatments .wellness-treatment-container h3 {
    font-size: 17px;
    width: 100%;
  }
}
.wellness-treatment-apriChiudi #content > .section-item .section-inner-text .container-wellness-treatments .wellness-treatment-container h3:before {
  content: "";
  background-image: url(https://verdinserhof.altea-service.com/images/svg/circle.svg);
  width: 9px;
  height: 9px;
  position: absolute;
  left: -16px;
  top: 37%;
}
.wellness-treatment-apriChiudi #content > .section-item .section-inner-text .container-wellness-treatments .wellness-treatment-container p {
  margin: 1.3em 0 1.3em 19px;
}
@media (max-width: 350px) {
  .wellness-treatment-apriChiudi #content > .section-item .section-inner-text .container-wellness-treatments .wellness-treatment-container p {
    font-size: 16px;
  }
}

.tab-filter {
  list-style: none;
  display: flex;
  margin: 18vh auto;
  max-width: 1400px;
  padding: 0;
  justify-content: space-around;
}
@media (max-width: 990px) {
  .tab-filter {
    margin: 8vh auto;
  }
}
.tab-filter li {
  text-align: center;
  border: 1px solid #947d6c;
}
.tab-filter li a {
  text-decoration: none !important;
  text-transform: uppercase;
  font: 41px "Caudex", serif;
  padding: 0.7em 1.3em;
  display: block;
  width: 310px;
  transition: all 0.4s ease !important;
  color: #947d6c !important;
  font-weight: bold;
  letter-spacing: 0.2991em;
}
@media (max-width: 990px) {
  .tab-filter li a {
    font-size: 28.7px;
    width: 250px;
    padding: 0.7em 0.1em;
  }
}
@media (max-width: 767px) {
  .tab-filter li a {
    width: 40vw;
    font-size: 16.4px;
  }
}
.tab-filter li a:hover {
  background-color: #947d6c;
  color: #fff !important;
}
.tab-filter li.selected a {
  background-color: #947d6c;
  color: #fff !important;
}

.list-last-minute .last-minute-item {
  display: flex;
  padding: 0.4em 0;
  border-bottom: 1px solid #c1b4aa;
  align-items: center;
}
@media (max-width: 767px) {
  .list-last-minute .last-minute-item {
    flex-wrap: wrap;
    padding: 0.9em 0;
  }
}
.list-last-minute .last-minute-item > * {
  padding: 0.8em 0.4em;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .list-last-minute .last-minute-item > * {
    padding: 0.4em 0;
  }
}
.list-last-minute .last-minute-item .last-minute-title {
  flex-basis: 20%;
}
@media (max-width: 767px) {
  .list-last-minute .last-minute-item .last-minute-title {
    flex-basis: auto;
  }
}
.list-last-minute .last-minute-item .last-minute-intro {
  flex-basis: 25%;
}
@media (max-width: 767px) {
  .list-last-minute .last-minute-item .last-minute-intro {
    flex-basis: auto;
    padding-left: 0.5em;
  }
}
.list-last-minute .last-minute-item .last-minute-info {
  flex-grow: 1;
  display: flex;
}
@media (max-width: 767px) {
  .list-last-minute .last-minute-item .last-minute-info {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.list-last-minute .last-minute-item .last-minute-info > * {
  padding-right: 0.8em;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .list-last-minute .last-minute-item .last-minute-info > * {
    flex-basis: 100%;
  }
}
.list-last-minute .last-minute-item .last-minute-btn {
  padding-top: 0;
  padding-bottom: 0;
  flex-basis: 20%;
}
@media (max-width: 767px) {
  .list-last-minute .last-minute-item .last-minute-btn {
    flex-basis: 100%;
  }
}
.list-last-minute .last-minute-item .last-minute-btn a {
  font: 13px "Caudex", serif;
  border: 1px solid #947d6c;
  line-height: 31px;
  padding: 9px 15px;
  text-decoration: none !important;
  color: #947d6c;
  letter-spacing: 0.2991em;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease !important;
  display: block;
}
@media (max-width: 990px) {
  .list-last-minute .last-minute-item .last-minute-btn a {
    padding: 19px 22px;
  }
}
@media (max-width: 767px) {
  .list-last-minute .last-minute-item .last-minute-btn a {
    padding: 9px 12px;
  }
}
.list-last-minute .last-minute-item .last-minute-btn a svg {
  margin-left: 11px;
}
.list-last-minute .last-minute-item .last-minute-btn a:hover {
  background-color: #947d6c !important;
  color: #fff !important;
}

.list-offers .offer-item {
  margin-bottom: 11vh;
}
.list-offers .offer-item:last-child {
  margin-bottom: 0;
}
.list-offers .offer-item .offer-item-visible {
  display: flex;
}
@media (max-width: 767px) {
  .list-offers .offer-item .offer-item-visible {
    flex-wrap: wrap;
  }
}
.list-offers .offer-item .offer-item-visible .offer-item-img {
  flex-basis: 45%;
  height: 50vh;
}
@media (max-width: 990px) {
  .list-offers .offer-item .offer-item-visible .offer-item-img {
    flex-basis: 35%;
  }
}
@media (max-width: 767px) {
  .list-offers .offer-item .offer-item-visible .offer-item-img {
    flex-basis: 100%;
  }
}
.list-offers .offer-item .offer-item-visible .offer-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-offers .offer-item .offer-item-visible .offer-item-info {
  flex-basis: 55%;
  box-sizing: border-box;
  padding: 1.4em 2.3em;
}
@media (max-width: 990px) {
  .list-offers .offer-item .offer-item-visible .offer-item-info {
    flex-basis: 65%;
  }
}
@media (max-width: 767px) {
  .list-offers .offer-item .offer-item-visible .offer-item-info {
    flex-basis: 100%;
    padding: 1.7em 0.8em;
  }
}
.list-offers .offer-item .offer-item-visible .offer-item-info .offer-item-title {
  line-height: 1.7em;
  font: 33px "Caudex", serif;
  text-transform: uppercase;
  letter-spacing: 0.1991em;
}
@media (max-width: 990px) {
  .list-offers .offer-item .offer-item-visible .offer-item-info .offer-item-title {
    font-size: 26.4px;
  }
}
.list-offers .offer-item .offer-item-visible .offer-item-info .offer-item-date {
  font-size: 1.5em;
  padding: 0.5em 0;
}
@media (max-width: 990px) {
  .list-offers .offer-item .offer-item-visible .offer-item-info .offer-item-date {
    font-size: 1.4em;
  }
}
.list-offers .offer-item .offer-item-visible .offer-item-info .btn-link {
  display: flex;
  margin: 2.1em 0 2.1em 0 !important;
}
@media (max-width: 767px) {
  .list-offers .offer-item .offer-item-visible .offer-item-info .btn-link {
    flex-wrap: wrap;
  }
}
.list-offers .offer-item .offer-item-visible .offer-item-info .btn-link > * {
  margin-right: 7px;
}
@media (max-width: 767px) {
  .list-offers .offer-item .offer-item-visible .offer-item-info .btn-link > * {
    flex-basis: 100%;
    box-sizing: border-box;
    margin-bottom: 2px;
  }
}
.list-offers .offer-item .offer-item-visible .offer-item-info .btn-link a {
  font: 13px "Caudex", serif;
  border: 1px solid #947d6c;
  line-height: 31px;
  padding: 15px 45px;
  text-decoration: none !important;
  color: #947d6c;
  letter-spacing: 0.2991em;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease !important;
}
@media (max-width: 990px) {
  .list-offers .offer-item .offer-item-visible .offer-item-info .btn-link a {
    padding: 25px 22px;
  }
}
@media (max-width: 767px) {
  .list-offers .offer-item .offer-item-visible .offer-item-info .btn-link a {
    padding: 15px 12px;
  }
}
.list-offers .offer-item .offer-item-visible .offer-item-info .btn-link a svg {
  margin-left: 11px;
}
.list-offers .offer-item .offer-item-visible .offer-item-info .btn-link a:hover {
  background-color: #947d6c !important;
  color: #fff !important;
}
.list-offers .offer-item .offer-item-text {
  display: none;
}
.list-offers .offer-item .offer-item-text > *:first-child {
  margin-top: 0 !important;
}
.list-offers .offer-item .offer-item-text > *:last-child {
  margin-bottom: 0 !important;
}

#room-filter-menu {
  list-style: none;
  display: flex;
  margin: 18vh 0;
  padding: 0;
  justify-content: space-around;
}
@media (max-width: 990px) {
  #room-filter-menu {
    margin: 8vh auto;
  }
}
#room-filter-menu li {
  text-align: center;
  border: 1px solid #947d6c;
}
#room-filter-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  font: 41px "Caudex", serif;
  padding: 0.7em 1.3em;
  display: block;
  width: 310px;
  transition: all 0.4s ease;
  color: #947d6c;
  font-weight: bold;
  letter-spacing: 0.2991em;
}
@media (max-width: 990px) {
  #room-filter-menu li a {
    font-size: 28.7px;
    width: 250px;
    padding: 0.7em 0.1em;
  }
}
@media (max-width: 767px) {
  #room-filter-menu li a {
    width: 40vw;
    font-size: 16.4px;
  }
}
#room-filter-menu li a:hover {
  background-color: #947d6c;
  color: #fff;
}
#room-filter-menu li.selected a {
  background-color: #947d6c;
  color: #fff;
}

.room-item {
  position: relative;
  margin: 18vh auto;
}
@media (max-width: 990px) {
  .room-item {
    margin: 8vh auto;
  }
}
.room-item .title {
  font: 33px "Caudex", serif;
  margin: 0;
  color: #947d6c;
  line-height: 1.4em;
  text-align: center;
}
.room-item .room-description {
  font-family: "Caudex", serif;
  text-align: center;
}
.room-item .room-images-info {
  margin: 1.3em 0;
  text-align: center;
}
.room-item .room-images-info p {
  margin: 0;
}
.room-item .room-images {
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
  overflow: hidden;
}
.room-item .room-images .list {
  height: 600px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .room-item .room-images .list {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .room-item .room-images .list {
    height: 260px;
  }
}
.room-item .room-images .list .room-images-item {
  position: relative;
  height: 100%;
  display: inline-block;
  margin-left: 45px;
}
@media (max-width: 990px) {
  .room-item .room-images .list .room-images-item {
    width: 80vw;
  }
}
@media (max-width: 767px) {
  .room-item .room-images .list .room-images-item {
    margin-left: 15px;
  }
}
.room-item .room-images .list .room-images-item span.decoration {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c1b4aa;
}
.room-item .room-images .list .room-images-item img {
  display: block;
  position: relative;
  height: 100%;
  width: auto;
}
@media (max-width: 990px) {
  .room-item .room-images .list .room-images-item img {
    width: 100%;
    object-fit: cover;
  }
}
.room-item .room-images .room-images-nav {
  max-width: 1400px;
  margin: 33px auto 0 auto;
  display: flex;
}
@media (max-width: 990px) {
  .room-item .room-images .room-images-nav {
    max-width: 80%;
  }
}
.room-item .room-images .room-images-nav > a {
  flex: 1 1 auto;
  font-size: 0;
  height: 1px;
  border-bottom: 1px solid #c1b4aa;
  transition: all 0.4s ease-out;
}
.room-item .room-images .room-images-nav > a.active {
  border-color: #947d6c;
  background-color: #947d6c;
}
.room-item .room-text {
  margin: 0 auto;
}
.room-item .room-text .inner {
  padding-top: 4em;
}
.room-item .room-text .inner .btn-link {
  display: flex;
  margin: 0 0 4em 0 !important;
}
@media (max-width: 767px) {
  .room-item .room-text .inner .btn-link {
    flex-wrap: wrap;
  }
}
.room-item .room-text .inner .btn-link > * {
  margin-right: 7px;
}
@media (max-width: 767px) {
  .room-item .room-text .inner .btn-link > * {
    flex-basis: 100%;
    box-sizing: border-box;
    margin-bottom: 2px;
  }
}
.room-item .room-text .inner .btn-link a {
  font: 13px "Caudex", serif;
  border: 1px solid #947d6c;
  line-height: 31px;
  padding: 15px 45px;
  text-decoration: none !important;
  color: #947d6c;
  letter-spacing: 0.2991em;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease !important;
}
@media (max-width: 767px) {
  .room-item .room-text .inner .btn-link a {
    padding: 15px 12px;
  }
}
.room-item .room-text .inner .btn-link a svg {
  margin-left: 11px;
}
.room-item .room-text .inner .btn-link a:hover {
  background-color: #947d6c !important;
  color: #fff !important;
}
.room-item .room-text .inner .room-request {
  display: none;
}
@media (max-width: 767px) {
  .room-item .room-rates {
    max-width: 100%;
    overflow: auto;
  }
}
.room-item .room-rates table {
  margin: 0 auto;
  border-spacing: 6px;
  line-height: 1.6em;
}
.room-item .room-rates table td, .room-item .room-rates table th {
  border-bottom: 1px solid #947d6c;
  padding: 13px 35px;
  text-align: center;
}
@media (max-width: 990px) {
  .room-item .room-rates table td, .room-item .room-rates table th {
    padding: 13px 6px;
  }
}
@media (max-width: 767px) {
  .room-item .room-rates table td, .room-item .room-rates table th {
    padding: 13px 3px;
  }
}
.room-item .room-rates .children-rates {
  display: none;
}
.room-item .room-rates .link {
  text-align: center;
  margin-top: 3.3em !important;
}

.auto-section {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 950px) {
  .auto-section {
    flex-direction: column;
  }
}
.auto-section .desc-section, .auto-section .map-section {
  width: 48%;
}
@media (max-width: 950px) {
  .auto-section .desc-section, .auto-section .map-section {
    width: 100%;
  }
}
.auto-section .map-section img {
  width: 85%;
  height: 85%;
  object-fit: cover;
}
@media (max-width: 950px) {
  .auto-section .map-section img {
    width: 100%;
    height: 100%;
  }
}

#alteaForm .picker__holder {
  max-width: none;
  max-height: none;
}
#alteaForm .af-form-group-header {
  font-family: "Caudex", serif;
}
#alteaForm .af-col-center button {
  font: 1.4em "Alegreya", serif;
  padding: 21px 40px;
  background-color: #c1b4aa;
}

#footer {
  margin: 8vh auto;
  position: relative;
  padding: 0 8vw;
  font: 20px "Caudex", serif;
  color: #947d6c;
  line-height: 1.6em;
}
@media (max-width: 1250px) {
  #footer {
    padding: 0 4vw;
  }
}
#footer a {
  color: #947d6c;
  text-decoration: none;
  transition: color 0.4s ease;
}
#footer a:hover {
  color: #282728;
}
#footer .social a {
  display: block;
  text-align: center;
  font-size: 1.3em;
  margin: 13px 0;
}
#footer .social a:last-child {
  margin-bottom: 0;
}
#footer #menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .partner {
  margin: 8vh 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1250px) {
  #footer .partner {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 990px) {
  #footer .partner > * {
    margin: 15px;
  }
}
#footer .menu-info {
  margin-left: 56px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  #footer .menu-info {
    margin: 17px 0 !important;
  }
}
#footer .menu-info a {
  padding: 0 13px;
}
@media (max-width: 767px) {
  #footer .menu-info a {
    padding: 0 8px;
  }
}
#footer .row {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: flex-end;
  line-height: 1.9em;
}
@media (max-width: 990px) {
  #footer .row {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #footer .row > * {
    flex-basis: 50%;
    margin-bottom: 3vh;
  }
}
#footer .row#first-row {
  justify-content: center;
  margin-bottom: 8vh;
  flex-wrap: nowrap;
}
@media (max-width: 990px) {
  #footer .row#first-row {
    margin-bottom: 4vh;
  }
}
#footer .row#first-row > * {
  flex-basis: auto;
}
#footer .row#last-row {
  font-size: 0.7em;
  justify-content: left;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  #footer .row#last-row {
    flex-wrap: wrap;
    text-align: center;
  }
}
#footer .row#last-row > * {
  flex-basis: auto;
}
@media (max-width: 990px) {
  #footer .row#last-row > * {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #footer .row#last-row > * {
    flex-basis: 100%;
  }
}
#footer .row#last-row .btn-mobile {
  display: none;
}
@media (max-width: 767px) {
  #footer .row#last-row .btn-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    background-color: #c1b4aa;
    z-index: 45;
  }
  #footer .row#last-row .btn-mobile > * {
    flex-basis: 50%;
    /*   flex-basis: 33.3333%;*/
  }
  #footer .row#last-row .btn-mobile > *:last-child {
    border-right: none;
  }
  #footer .row#last-row .btn-mobile a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 0.7em 0.6em;
  }
  #footer .row#last-row .btn-mobile a.booking {
    background-color: #947d6c;
  }
}

.fixed-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
.fixed-popup .outer-popup {
  background: rgb(255, 255, 255);
  padding: 90px 40px 110px 40px;
  width: 40%;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
  border: 5px solid #c1b4aa;
}
@media (max-width: 990px) {
  .fixed-popup .outer-popup {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .fixed-popup .outer-popup {
    padding: 60px 20px 80px 20px;
  }
}
.fixed-popup .outer-popup .close-popup {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 1.25em;
  color: #947d6c;
  display: flex;
  align-items: center;
  gap: 15px;
}
.fixed-popup .outer-popup .close-popup .icon {
  font-size: 1.6em;
}
.fixed-popup .outer-popup .close-popup .close-popup-text {
  text-transform: uppercase;
}
.fixed-popup .outer-popup .inner-popup {
  display: flex;
}
@media (max-width: 990px) {
  .fixed-popup .outer-popup .inner-popup {
    display: flex;
    flex-wrap: wrap;
  }
}
.fixed-popup .outer-popup .image-popup {
  flex-basis: 50%;
}
@media (max-width: 990px) {
  .fixed-popup .outer-popup .image-popup {
    flex-basis: 100%;
  }
}
.fixed-popup .outer-popup .image-popup img {
  display: block;
  width: 90%;
  height: auto;
}
@media (max-width: 990px) {
  .fixed-popup .outer-popup .image-popup img {
    width: 100%;
  }
}
.fixed-popup .outer-popup .image-popup + .text-popup {
  flex-basis: 50%;
}
@media (max-width: 990px) {
  .fixed-popup .outer-popup .image-popup + .text-popup {
    flex-basis: 100%;
  }
}
.fixed-popup .outer-popup .text-popup {
  font-size: 1.25em;
  line-height: 1.7em;
  color: #947d6c;
}
@media (max-width: 767px) {
  .fixed-popup .outer-popup .text-popup {
    font-size: 1em;
    line-height: 1.7em;
  }
}
.fixed-popup .outer-popup .text-popup .title {
  font-size: 1.5em;
  font-weight: bold;
  color: #947d6c;
}
@media (max-width: 767px) {
  .fixed-popup .outer-popup .text-popup .title {
    font-size: 1.25em;
  }
}
.fixed-popup .outer-popup .text-popup p {
  margin: 1.4em 0;
}
.fixed-popup .outer-popup .text-popup > *:first-child {
  margin-top: 0;
}
.fixed-popup .outer-popup .text-popup > *:last-child {
  margin-bottom: 0;
}

#jmap_sitemap {
  width: 64%;
  margin: 10rem auto 5rem auto;
}
#jmap_sitemap .folder {
  display: none;
}

.top-weather {
  margin-left: 20px;
}

.top-weather-icon {
  position: absolute;
  margin-left: 8px;
}

.no-margin,
.no-margin .item-page,
.no-margin h1,
.no-margin .customno-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#__MTS .MTS__relative {
  bottom: 10px;
}

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

