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

/*
 * Master SCSS File
*/
@keyframes imgZoomer {
  0% {
    transform: scaleX(1) scaleY(1) translateZ(0);
  }
  50% {
    transform: scaleX(1.1) scaleY(1.1) translateZ(0);
  }
  100% {
    transform: scaleX(1) scaleY(1) translateZ(0);
  }
}
@keyframes imgZoomerIN {
  0% {
    transform: scaleX(1.06) scaleY(1.05) translateZ(0);
  }
  50% {
    transform: scaleX(1) scaleY(1) translateZ(0);
  }
  100% {
    transform: scaleX(1.06) scaleY(1.05) translateZ(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Epilogue", sans-serif;
}

a {
  transition: all 0.5s ease-in-out;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.btn-full {
  color: #ffffff !important;
  background-color: #684221;
  font-family: "Epilogue", sans-serif;
  padding: 20px 50px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

#alteaForm .af-col-center button {
  background-color: #b17f4a;
}

#alteaForm .af-col-center button:hover {
  background-color: #684221;
}

.btn-outline {
  color: #684221 !important;
  border: 1px solid #684221;
  font-family: "Epilogue", sans-serif;
  padding: 20px 50px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
.btn-outline:hover {
  background-color: #684221;
  color: #ffffff !important;
}

.btn-text {
  font-weight: 400;
  color: #684221;
  font-family: "Epilogue", sans-serif;
  display: inline-block;
  margin: 10px 20px 10px 0;
  white-space: nowrap;
  letter-spacing: 1px;
  font-size: 16px;
  background: #b17f4a;
  padding: 0.8rem 3rem;
  text-transform: unset;
  border-radius: 15px;
  text-decoration: none;
}
.btn-text i {
  margin-left: 10px;
}
.btn-text.btn-primary {
  color: #b17f4a;
}

.h1 {
  font-size: 48px;
  font-weight: bold;
  color: #684221;
}
@media (max-width: 750px) {
  .h1 {
    font-size: 26px;
  }
}

.h2 {
  font-size: 40px;
  line-height: 140%;
  font-weight: bold;
  font-family: "Epilogue", sans-serif;
  color: #282e36;
}
.h2.normal {
  font-weight: normal;
}
@media (max-width: 750px) {
  .h2 {
    font-size: 20px;
  }
}

.h3 {
  font-size: 20px;
  line-height: 140%;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Epilogue", sans-serif;
  color: #684221;
}
@media (max-width: 750px) {
  .h3 {
    font-size: 16px;
  }
}

/* ********* header ********* */
.stp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  background-color: #ffffff;
  height: 70px;
}
@media (max-height: 500px) and (min-width:400px) {
  .stp-header {
    height: 50px;
  }
}
body.h-mobile .stp-header, body.h-scrolling .stp-header, body.h-noslider .stp-header {
  background-color: #ffffff;
}
body.h-mobile .stp-header:after, body.h-scrolling .stp-header:after, body.h-noslider .stp-header:after {
  display: block;
  position: absolute;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}
@media (min-width: 900px) {
  .stp-header {
    height: 110px;
  }
}

.header-inner {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-logo {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  order: 1;
  order: 1;
  width: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-logo a {
  display: block;
}
@media (max-width: 1150px) {
  .header-logo a {
    text-align: center;
  }
}
.header-logo svg {
  max-width: 140px;
  width: 95%;
  max-height: 95%;
}
@media (max-height: 500px) and (min-width:400px) {
  .header-logo svg {
    max-width: 90px;
  }
}
@media (max-width: 736px) {
  .header-logo svg {
    max-width: 90px;
  }
}
body:not(.h-mobile):not(.h-scrolling):not(.h-noslider) .header-logo svg * {
  fill: #ffffff;
}
.header-logo img {
  max-width: 225px;
  width: 100%;
  height: auto;
}
@media (max-height: 500px) and (min-width:400px) {
  .header-logo img {
    max-width: 90px;
  }
}
@media (max-width: 1150px) {
  .header-logo img {
    max-width: 65%;
    margin: 0 auto;
  }
}
@media (max-width: 736px) {
  .header-logo img {
    max-width: 65%;
    margin-top: 16px;
  }
}

.header-language {
  order: 3;
  width: 8%;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 736px) {
  .header-language {
    width: 11%;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 736px) {
  .only-mobile {
    display: inline;
  }
}

@media (max-width: 736px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (max-width: 736px) {
  #questionario .t1-6 {
    text-align: left !important;
    font-size: 14px;
  }
}

@media (max-width: 736px) {
  #questionario.alteaForm .row {
    margin-bottom: 19px;
    line-height: 1.8em;
  }
}

.mod-languages {
  margin: 0 20px;
  position: relative;
}
@media (max-width: 1150px) {
  .mod-languages {
    margin: 0 20px 0 auto;
  }
}
@media (max-width: 736px) {
  .mod-languages {
    margin: 0 9px 0 auto;
  }
}
@media (min-width: 900px) {
  .mod-languages {
    margin: 0;
  }
}
.mod-languages .current-language {
  color: #b17f4a;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 2px;
}
body.h-mobile .mod-languages .current-language, body.h-scrolling .mod-languages .current-language, body.h-noslider .mod-languages .current-language {
  color: #b17f4a;
}
.mod-languages .current-language:hover {
  color: #b17f4a;
}
.mod-languages .current-language i {
  margin-left: 10px;
}
@media (max-width: 900px) {
  .mod-languages .current-language i {
    display: none;
  }
}
.mod-languages .lang-inline {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  margin: 15px 0 0 -10px;
  padding: 5px 0;
  width: calc(100% + 20px);
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 5;
}
@media (max-width: 736px) {
  .mod-languages .lang-inline {
    left: -4px;
    width: calc(100% + 30px);
  }
}
@media (max-width: 350px) {
  .mod-languages .lang-inline {
    left: -12px;
  }
}
.mod-languages .lang-inline li {
  margin: 10px;
  padding: 0;
  display: block;
  list-style-type: none;
}
.mod-languages .lang-inline li a {
  display: block;
  text-decoration: none;
  padding: 8px;
  color: #282e36;
}

.header-navigation {
  position: relative;
  margin-right: 0;
  white-space: nowrap;
  width: 60%;
  order: 2;
}
body.h-mobile .header-navigation {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  overflow: auto;
  height: calc(100vh - 130px);
}
@media (max-height: 500px) and (min-width:400px) {
  body.h-mobile .header-navigation {
    height: calc(100vh - 50px);
  }
}
body.h-menuopen .header-navigation {
  display: block;
}
.header-navigation .stp-nav {
  display: block;
  font-family: "Epilogue", sans-serif;
}
.header-navigation .stp-nav > ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 1450px) {
  .header-navigation .stp-nav > ul {
    flex-direction: column;
  }
}
@media (max-width: 1150px) {
  .header-navigation .stp-nav > ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.header-navigation .stp-nav > ul > li {
  margin: 0 6px;
  padding: 0;
  display: inline-block;
  position: relative;
}
body.h-mobile .header-navigation .stp-nav > ul > li {
  display: block;
  margin: 7px 0;
}
.header-navigation .stp-nav > ul > li.current.active a {
  color: #b17f4a;
}
.header-navigation .stp-nav > ul > li:hover > a {
  color: #684221 !important;
}
.header-navigation .stp-nav > ul > li > a {
  color: #b17f4a;
  font-size: 18px;
  line-height: 100%;
  display: block;
  padding: 33% 10px;
  text-decoration: none;
  font-weight: normal;
  position: relative;
}
body.h-mobile .header-navigation .stp-nav > ul > li > a {
  color: #b17f4a !important;
}
.header-navigation .stp-nav > ul > li > a .plus {
  display: none;
  margin-left: 10px;
  font-size: 14px;
  position: absolute;
}
body.h-mobile .header-navigation .stp-nav > ul > li > a .plus {
  display: inline-block;
}
body.h-mobile .header-navigation .stp-nav > ul > li > a, body.h-scrolling .header-navigation .stp-nav > ul > li > a, body.h-noslider .header-navigation .stp-nav > ul > li > a {
  color: #b17f4a;
}
body.h-mobile .header-navigation .stp-nav > ul > li > a {
  font-size: 18px;
}
.header-navigation .stp-nav > ul ul {
  display: none;
  margin: 0;
  padding: 10px 0 20px;
}
body:not(.h-mobile) .header-navigation .stp-nav > ul ul:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #684221;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
}
body:not(.h-mobile) .header-navigation .stp-nav > ul ul {
  padding: 20px 0;
  position: absolute;
  top: 110px;
  left: 0;
  background-color: #ffffff;
  width: 200%;
  margin-left: -50%;
}
.header-navigation .stp-nav > ul ul li {
  display: block;
  margin: 0;
  padding: 0;
}
body.h-mobile .header-navigation .stp-nav > ul ul li {
  display: block;
  margin: 7px 0;
}
body.h-mobile .header-navigation .stp-nav > ul ul li:hover ul {
  display: none;
}
.header-navigation .stp-nav > ul ul li a {
  font-size: 17px;
  color: #b17f4a;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 5px;
  line-height: 2.5rem;
}
body:not(.h-menuopen) .header-navigation .stp-nav > ul ul li a {
  color: #b17f4a;
  margin: 5px 0;
}
.header-navigation .stp-nav > ul ul li:hover > a {
  color: #684221 !important;
}
.header-navigation .stp-nav > ul li.opensubnav ul, .header-navigation .stp-nav > ul body:not(.h-menuopen) li:hover ul {
  display: block;
}

body:not(.h-menuopen) li:hover ul {
  display: block;
}

body.h-menuopen li:hover ul {
  display: none;
}

.header-cta {
  display: block;
  background: #b17f4a;
  height: 100%;
  width: 11%;
  order: 4;
}
body.h-mobile .header-cta {
  display: none;
}
.header-cta a {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 40px 42px;
}
.header-cta a:hover {
  color: #ffffff;
}
.header-cta.negative a {
  color: #684221;
}
.header-cta.negative a:hover {
  color: #b17f4a;
}

.header-mobilemenu {
  display: none;
}
body.h-mobile .header-mobilemenu {
  display: block;
}
.header-mobilemenu button {
  position: relative;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
}
@media (max-height: 500px) and (min-width:400px) {
  .header-mobilemenu button {
    width: 50px;
    height: 50px;
    overflow: hidden;
  }
}
.header-mobilemenu button span {
  width: 40px;
  height: 40px;
  display: block;
  top: 15px;
  left: 15px;
  position: absolute;
}
@media (max-height: 500px) and (min-width:400px) {
  .header-mobilemenu button span {
    top: 7px;
    left: 7px;
    transform: scale(0.7, 0.7) !important;
  }
}
.header-mobilemenu button span span.l1, .header-mobilemenu button span span.l2, .header-mobilemenu button span span.l3 {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  z-index: 5;
  background-color: #b17f4a;
  transition: all 0.5s ease-in-out;
}
.header-mobilemenu button span span.l1 {
  top: 8px;
}
.h-menuopen .header-mobilemenu button span span.l1 {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  top: 19px;
}
.header-mobilemenu button span span.l2 {
  top: 19px;
}
.h-menuopen .header-mobilemenu button span span.l2 {
  opacity: 0;
}
.header-mobilemenu button span span.l3 {
  top: 30px;
  transform: rotate(180deg);
}
.h-menuopen .header-mobilemenu button span span.l3 {
  transform: rotate(135deg);
  transform-origin: 50% 50%;
  top: 19px;
}
.header-mobilemenu button i {
  display: none;
}

/* ******* rates ***** */
table.rates table {
  border-bottom: 0 solid #b17f4a;
  width: 100%;
}
table.rates table tbody tr {
  color: #787878;
}
table.rates table tbody tr > td:first-child {
  background: #ffffff !important;
}
table.rates th {
  background-color: #b17f4a;
  color: #ffffff;
  padding: 4px 20px !important;
  border: none !important;
  white-space: nowrap;
}
table.rates td {
  padding: 2px 20px !important;
  border-top: none;
  white-space: nowrap;
  background: #f5e8da;
}
@media (max-width: 1150px) {
  table.rates td {
    padding: 2px 15px !important;
    font-size: 14px;
    width: 70px;
  }
}
table.rates tr:nth-of-type(even) td {
  background-color: #ffffff;
}
table.rates td.rateField, table.rates th.dateField {
  text-align: right;
}
@media (max-width: 1150px) {
  table.rates td.rateField, table.rates th.dateField {
    text-align: center;
  }
}
table.rates td.rateField small {
  display: inline-block;
  margin-right: 5px;
}
table.dataTable.no-footer {
  border-bottom: none;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

table.dataTable {
  margin: 0;
}

div.dataTables_wrapper {
  text-align: center;
}
div.dataTables_wrapper td {
  color: #787878;
  text-align: left;
}
div.dataTables_scrollBody.noscrolling, div.DTFC_ScrollWrapper.noscrolling {
  max-height: none !important;
  height: auto !important;
  display: inline-block;
  text-align: left;
}
div.dataTables_scrollBody table.rates th, div.DTFC_LeftBodyLiner table.rates th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
div.dataTables_info {
  display: none !important;
}

/* ********* slider ********* */
.stp-slider {
  min-height: 100vh;
  background-color: #282e36;
  position: relative;
}
@media (max-width: 750px) {
  .stp-slider {
    margin-top: 70px;
    min-height: 0;
    height: 40vh !important;
  }
}
@media (max-height: 500px) and (min-width:400px) {
  .stp-slider {
    margin-top: 50px;
    max-height: 50vh !important;
    height: 50vh !important;
    margin-bottom: 0 !important;
  }
}
.stp-slider:after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2901960784);
  z-index: 5;
  opacity: 0.75;
}
@media (max-height: 500px) and (min-width:400px) {
  .stp-slider:after {
    height: 5vh;
    opacity: 0.2;
  }
}
@media (max-width: 750px) {
  .stp-slider:after {
    height: 5vh;
    opacity: 0.2;
  }
}
.stp-slider:after {
  transform: rotate(180deg);
  top: auto;
  bottom: 0;
  opacity: 1;
  height: 100vh;
}
@media (max-height: 500px) and (min-width:400px) {
  .stp-slider:after {
    height: 5vh;
    opacity: 0.2;
  }
}
@media (max-width: 750px) {
  .stp-slider:after {
    height: 5vh;
    opacity: 0.2;
  }
}
.stp-slider .image-box > .images > img {
  opacity: 0;
  height: auto !important;
}
.stp-slider .image-box .backstretch-item img {
  height: auto !important;
}
.stp-slider .image-box {
  height: 100%;
  width: 100%;
  position: absolute !important;
  overflow: hidden;
}
@media (max-width: 750px) {
  .stp-slider .image-box {
    position: relative !important;
  }
}
.stp-slider .backstretch-item img {
  animation: imgZoomerIN 10s ease-in-out infinite;
}

.bullsline {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bullsline ul {
  display: flex;
}

.pagerbox {
  display: none;
  position: absolute;
  left: 63px;
  top: 50%;
  width: 70px;
  text-align: center;
  z-index: 12;
  color: #ffffff;
  letter-spacing: 3px;
}
.pagerbox span {
  font-size: 15px;
}
@media (max-width: 750px) {
  .pagerbox {
    display: none;
  }
}

.goToNextSlide {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 12;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  color: #282e36;
  text-align: center;
  line-height: 54px;
}
.goToNextSlide:hover {
  background-color: #ffffff;
}
@media (max-width: 750px) {
  .goToNextSlide {
    top: auto;
    bottom: 5%;
    right: 5%;
  }
}

.goToPrevSlide {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 12;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  color: #282e36;
  text-align: center;
  line-height: 54px;
}
.goToPrevSlide:hover {
  background-color: #ffffff;
}
@media (max-width: 750px) {
  .goToPrevSlide {
    top: auto;
    bottom: 5%;
    left: 5%;
  }
}

.stp-slogan {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 5%;
  font-family: "Epilogue", sans-serif;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-around;
  align-items: flex-end;
  z-index: 11;
}
@media (max-width: 750px) {
  .stp-slogan {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
  }
  .stp-slogan br {
    display: none;
  }
}
.stp-slogan p {
  margin: 2em 0;
}
@media (max-width: 750px) {
  .stp-slogan p {
    margin: 0;
  }
}
.stp-slogan .h1 {
  color: #ffffff;
  position: absolute;
  top: 48vh;
  left: 4rem;
  width: 50vw;
}
@media (max-width: 750px) {
  .stp-slogan .h1 {
    font-size: 1.3em;
    position: absolute;
    bottom: 50px;
    left: 5%;
    width: 90%;
  }
}
@media (max-width: 750px) {
  .stp-slogan a.btn-full {
    display: none;
  }
  .mobile-button-height .stp-slogan a {
    display: none;
  }
  .mobile-button-height .stp-slogan a.btn-full:first-child {
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 0;
    display: block;
    text-align: center;
  }
}
@media (max-height: 500px) and (min-width:400px) {
  .stp-slogan {
    display: none !important;
  }
}

/* scroll down */
.slider-scroll-down {
  position: absolute;
  left: 50%;
  bottom: 40px;
  color: #ffffff;
  width: 200px;
  text-align: center;
  margin-left: -100px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1em;
  cursor: pointer;
  z-index: 200;
  letter-spacing: 1px;
}
.slider-scroll-down * {
  display: block;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .slider-scroll-down {
    display: none !important;
  }
}

body.h-mobile .slider-scroll-down {
  display: none !important;
}

.scroll-to-top {
  display: none;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 12;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #684221;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.scroll-to-top * {
  display: block;
  line-height: 1.5em !important;
  margin: 10px auto;
}
body.h-mobile .scroll-to-top {
  bottom: 70px;
}

/* ********* main ********* */
body.h-noslider main {
  margin-top: 70px;
  padding-top: 1px;
}
@media (min-width: 900px) {
  body.h-noslider main {
    margin-top: 110px;
  }
}

main.stp-main > *:first-child {
  text-align: left;
  margin-top: 50px;
}
@media (max-height: 500px) and (min-width:400px) {
  main.stp-main > *:first-child {
    margin-top: 20px;
  }
}

.stp-article {
  position: relative;
  max-width: 1250px;
  margin: 50px auto;
  font-size: 16px;
  line-height: 180%;
  width: 86%;
}
.stp-article li {
  color: #787878;
}
.stp-article:last-child {
  margin-top: 100px;
}
.stp-article[data-dir=ltr] {
  text-align: left;
}
.stp-article .btn {
  color: #684221;
  border: 1px solid #684221;
  padding: 10px 30px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  margin: 10px 0;
}
.stp-article .btn:hover {
  background-color: #684221;
  color: #ffffff;
}
.stp-article h1, .stp-article h2, .stp-article h3, .stp-article h4 {
  color: #282e36;
  line-height: 150%;
  font-family: "Epilogue", sans-serif;
}
.stp-article h1 {
  font-size: 43px;
  font-weight: bold;
  font-family: "Epilogue", sans-serif;
  color: #684221;
  margin: 1.5em 0 0.67em 0;
}
@media (max-width: 736px) {
  .stp-article h1 {
    font-size: 30px;
  }
}
.stp-article h2 {
  font-size: 30px;
  margin-top: 1.5em;
  color: #b17f4a;
  font-family: "Epilogue", sans-serif;
}
@media (max-width: 736px) {
  .stp-article h2 {
    font-size: 22px;
  }
}
.stp-article h3 {
  font-size: 24px;
  margin-top: 1.5em;
  margin-bottom: 10px;
  font-weight: 400;
  color: #b17f4a;
  font-family: "Epilogue", sans-serif;
}
@media (max-width: 736px) {
  .stp-article h3 {
    font-size: 20px;
  }
}
.stp-article h4 {
  font-size: 18px;
  margin-top: 1.5em;
  font-family: "Epilogue", sans-serif;
}
@media (max-width: 736px) {
  .stp-article h4 {
    font-size: 16px;
  }
}
.stp-article a {
  color: #684221;
}
.stp-article a:hover {
  color: #282e36;
}
.stp-article p {
  color: #787878;
}
.stp-article table.stacktable {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  max-width: 100%;
  overflow: auto;
}
.stp-article table.stacktable td, .stp-article table.stacktable th {
  text-align: right;
  padding: 10px 25px;
  font-size: 14px;
}
.stp-article table.stacktable th {
  background-color: #684221;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}
.stp-article table.stacktable tr:nth-child(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}
.stp-article iframe {
  width: 100%;
  border: none;
}
.stp-article .tab-system {
  margin-top: 4em;
}
.stp-article ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.stp-article ul.tabs li {
  background: none;
  color: #787878;
  display: inline-block;
  padding: 10px 25px;
  cursor: pointer;
}
.stp-article ul.tabs li.current {
  background: #f9f5f1;
  color: #222;
}
@media (max-width: 736px) {
  .stp-article ul.tabs li {
    display: block;
  }
}
.stp-article ul.tabs li a {
  margin: 0 !important;
}
.stp-article .tab-content {
  display: none;
  background: #f9f5f1;
  padding: 0;
}
.stp-article .tab-content > :first-child {
  margin-top: 0;
}
.stp-article .tab-content > :last-child {
  margin-bottom: 0;
}
@media (max-width: 736px) {
  .stp-article .tab-content {
    padding: 10px;
  }
}
.stp-article .tab-content.current {
  display: inherit;
}
.stp-article hr {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-bottom: 1px solid #f9f5f1;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.stp-article .flex-column {
  display: flex;
  flex-wrap: wrap;
}
.stp-article .column-item {
  flex: 1 0 61%; /* flex-grow, flex-shrink, flex-basis */
  margin: 0 5%;
  flex-basis: 40%;
}
.stp-article ul.request-list {
  list-style: circle;
}
.stp-article ul.request-list li {
  color: #787878;
}

.geschenk-box {
  display: flex;
  position: relative;
  align-items: center;
  background: #f5e8da;
  margin: 2em 0 0 0;
  text-align: center;
  justify-content: center;
}
@media (max-width: 736px) {
  .geschenk-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.geschenk-box .schleife {
  position: absolute;
  top: -26px;
  left: -18px;
}
@media (max-width: 900px) {
  .geschenk-box .schleife {
    width: 130px;
    top: -16px;
    left: -12px;
  }
}
@media (max-width: 736px) {
  .geschenk-box .schleife {
    width: 80px;
    top: -10px;
    left: -7px;
  }
}
.geschenk-box a {
  display: inherit;
  text-decoration: none;
}
@media (max-width: 736px) {
  .geschenk-box a {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.geschenk-box .geschenk-item {
  padding: 0 10px;
}
.geschenk-box img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.geschenk-box h2 {
  margin: 1.5em 0 0 0;
  font-size: 40px;
}
@media (max-width: 736px) {
  .geschenk-box h2 {
    font-size: 30px;
    margin: 1.2em 0 0 0;
  }
}

.geschenk-footer {
  background: #f5e8da;
}
.geschenk-footer * {
  width: 100%;
  height: auto;
  display: block;
}

.item-page > *:first-child {
  margin-top: 0;
  margin-bottom: 19px;
}

@media (max-width: 900px) {
  a.cta-btn {
    width: 86%;
  }
}

/* ********* modules ********* */
.module-item {
  position: relative;
  max-width: 1250px;
  margin: 100px auto 50px;
  width: 86%;
}
@media (max-width: 900px) {
  .module-item {
    margin: 60px auto 30px;
  }
}
@media (max-width: 750px) {
  .module-item {
    margin: 40px auto 20px;
  }
}
.module-item > .stp-article {
  margin: 0 auto;
  width: 100%;
}
.module-item .item-page {
  margin: 0 0 1.5em 0;
}

.text-width .item-page {
  width: 75%;
}

.module-offers-slider {
  display: block;
  position: relative;
  text-align: center;
}
.module-offers-slider.content-view {
  display: none;
}
@media (max-width: 750px) {
  .module-offers-slider {
    width: 100%;
  }
  .module-offers-slider .stp-article {
    width: 86%;
    text-align: left;
  }
}
.module-offers-slider .offers-slider {
  margin-top: 50px;
}
.module-offers-slider .slick-arrow {
  position: absolute;
  top: 230px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  line-height: 54px;
  text-align: center;
  left: -25px;
  z-index: 20;
  background: #ffffff;
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  cursor: pointer;
  color: #684221;
}
@media (max-width: 750px) {
  .module-offers-slider .slick-arrow {
    display: none !important;
  }
}
.module-offers-slider .slick-arrow.slick-next {
  left: auto;
  right: -25px;
}
.module-offers-slider .single-offer {
  position: relative;
  width: 420px !important;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
  outline: none;
}
@media (max-width: 750px) {
  .module-offers-slider .single-offer {
    width: 280px !important;
  }
}
.module-offers-slider .single-offer .inner {
  margin: 0 10px;
}
.module-offers-slider .single-offer .offer-header {
  height: 510px;
  position: relative;
}
@media (max-width: 750px) {
  .module-offers-slider .single-offer .offer-header {
    height: 300px;
  }
}
.module-offers-slider .single-offer .offer-header:after {
  content: "";
  width: 100%;
  height: 180px;
  background-color: red;
  position: absolute;
  left: 0;
  background: -moz-linear-gradient(top, #282e36 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, #282e36 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #282e36 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
  opacity: 0.7;
  transform: rotate(180deg);
  top: auto;
  bottom: 0;
}
.module-offers-slider .single-offer .offer-footer {
  padding: 20px;
  text-align: left;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.module-offers-slider .single-offer .item-page-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.module-offers-slider .single-offer .item-page-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.module-offers-slider .single-offer .item-page-txt {
  position: relative;
  z-index: 6;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 10px 20px 10px;
  width: 100%;
  box-sizing: border-box;
}
.module-offers-slider .single-offer .item-page-txt > :first-child {
  margin-top: 0;
}
.module-offers-slider .single-offer .item-page-txt > :last-child {
  margin-bottom: 0;
}
.module-offers-slider .single-offer .offer-title {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0.5em;
}
@media (max-width: 750px) {
  .module-offers-slider .single-offer .offer-title {
    font-size: 17px;
  }
}
.module-offers-slider .single-offer .offer-price {
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 1.5em;
}
@media (max-width: 750px) {
  .module-offers-slider .single-offer .offer-price {
    font-size: 15px;
  }
}
.module-offers-slider .single-offer .offer-intro {
  font-size: 16px;
  line-height: 160%;
  color: #282e36;
}
@media (max-width: 750px) {
  .module-offers-slider .single-offer .offer-intro {
    font-size: 14px;
  }
}
.module-offers-slider .single-offer .offer-full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  outline: none;
}
.module-offers-slider .slick-active .offer-footer {
  opacity: 1;
}
.module-offers-slider .slick-active .single-offer {
  opacity: 1;
}

.module-rooms-slider {
  display: block;
  position: relative;
  text-align: center;
  outline: none;
  margin-bottom: 0;
}
.module-rooms-slider .stp-article .item-page .h2 {
  color: #b17f4a;
  font-size: 36px;
}
.module-rooms-slider.content-view .stp-article {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width:1000px) {
  .module-rooms-slider {
    width: 100%;
  }
  .module-rooms-slider .stp-article {
    width: 86%;
    text-align: left;
  }
  .module-rooms-slider.content-view {
    margin-bottom: 40px;
    margin-top: 40px;
    width: 86%;
    text-align: left;
  }
  .module-rooms-slider.content-view .stp-article {
    width: 100%;
  }
}
.module-rooms-slider .slick-arrow {
  position: absolute;
  top: 270px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  line-height: 54px;
  text-align: center;
  left: -25px;
  z-index: 20;
  background: #ffffff;
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  cursor: pointer;
  color: #684221;
}
@media (max-width:1000px) {
  .module-rooms-slider .slick-arrow {
    display: none !important;
  }
}
.module-rooms-slider .slick-arrow.slick-next {
  left: auto;
  right: -25px;
}
.module-rooms-slider .single-rooms {
  position: relative;
  width: 940px !important;
}
@media (max-width:1000px) {
  .module-rooms-slider .single-rooms {
    width: 100vw !important;
  }
}
.module-rooms-slider .single-rooms .inner {
  margin: 0 10px;
}
.module-rooms-slider .single-rooms .room-header {
  height: 590px;
  position: relative;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width:1000px) {
  .module-rooms-slider .single-rooms .room-header {
    height: 50vw;
  }
}
.module-rooms-slider .single-rooms .item-page-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.module-rooms-slider .single-rooms .item-page-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.module-rooms-slider .single-rooms .room-footer {
  padding: 30px 80px;
  text-align: left;
  line-height: 160%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  background-color: #ffffff;
}
@media (max-width:1000px) {
  .module-rooms-slider .single-rooms .room-footer {
    padding: 40px;
  }
}
.module-rooms-slider .single-rooms .room-photo {
  float: right;
  z-index: 5;
  cursor: pointer;
  margin: -10px -15px 0 0;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #b17f4a;
}
.module-rooms-slider .single-rooms .room-photo i {
  display: inline-block;
  font-size: 26px;
}
.module-rooms-slider .single-rooms .room-title {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #684221;
}
.module-rooms-slider .single-rooms .room-title span {
  color: #b17f4a;
  font-weight: normal;
}
.module-rooms-slider .single-rooms .room-title p {
  color: #787878;
}
@media (max-width:1000px) {
  .module-rooms-slider .single-rooms .room-title {
    font-size: 17px;
  }
}
.module-rooms-slider .single-rooms .room-intro {
  color: #b17f4a;
}
.module-rooms-slider .single-rooms .room-intro p {
  color: #787878;
}
.module-rooms-slider .single-rooms .room-link .btn-text {
  font-weight: 400;
  color: #b17f4a;
  font-family: "Epilogue", sans-serif;
  display: inline-block;
  margin: 10px 20px 10px 0;
  white-space: nowrap;
  letter-spacing: 1px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  text-transform: unset;
  border-radius: unset;
  text-decoration: none;
  border-bottom: solid 1px #b17f4a;
}
.module-rooms-slider .single-rooms .room-link .fa-arrow-right {
  font-weight: 400;
  font-size: 25px;
}
.module-rooms-slider .slick-active .room-footer {
  opacity: 1;
}
.module-rooms-slider .slick-active .room-header {
  opacity: 1;
}
.module-rooms-slider .slick-dots {
  margin: 15px 0 30px 0;
  padding: 0;
  display: block;
  text-align: center;
}
@media (max-width: 750px) {
  .module-rooms-slider .slick-dots {
    margin: 20px 0 0 0;
  }
}
.module-rooms-slider .slick-dots li {
  display: inline-block;
  margin: 0 7px;
  padding: 0;
}
.module-rooms-slider .slick-dots li button {
  width: 60px;
  height: 4px;
  background-color: #79786a;
  border: none;
  text-indent: -9999em;
  outline: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 750px) {
  .module-rooms-slider .slick-dots li button {
    width: 30px;
    height: 2px;
  }
}
.module-rooms-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.module-rooms-slider.content-view .slick-dots {
  display: none !important;
}

.module-emotions-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-top: 1vw;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .module-emotions-box {
    height: 50vw;
  }
}
.module-emotions-box[data-columns="1"] .col {
  width: 100% !important;
}
.module-emotions-box .col {
  width: 49.5%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .module-emotions-box .col {
    width: 49%;
  }
}
.module-emotions-box .col[data-rows="1"] .row {
  height: 100% !important;
}
.module-emotions-box .row {
  height: 36%;
  width: 100%;
}
@media (max-width: 1450px) {
  .module-emotions-box .row {
    height: 18vw;
  }
}
.module-emotions-box .row:first-child {
  height: 62%;
}
@media (max-width: 1450px) {
  .module-emotions-box .row:first-child {
    height: 30vw;
  }
}
.module-emotions-box .item-page-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.module-emotions-box .item-page-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.module-emotions-box .backstretch img {
  transition: transform 0.5s ease;
}
.module-emotions-box .backstretch img:hover {
  transform: scale(1.1);
}

.module-twocolumn-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .module-twocolumn-box {
    display: block;
  }
}
.module-twocolumn-box .col {
  width: 50%;
  margin: 10px;
}
@media (max-width: 900px) {
  .module-twocolumn-box .col {
    width: 100%;
    margin: 0;
  }
}
.module-twocolumn-box .col .item-page-img {
  height: 100%;
  min-height: 200px;
  position: relative;
}
.module-twocolumn-box .col .item-page-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 900px) {
  .module-twocolumn-box .col .item-page-img {
    height: 50vw;
  }
}
.module-twocolumn-box .col .item-page-txt {
  padding: 70px 100px;
  background-color: #f9f5f1;
  font-size: 16px;
  line-height: 160%;
}
.module-twocolumn-box .col .item-page-txt p {
  color: #787878;
  line-height: 180%;
}
.module-twocolumn-box .col .item-page-txt span {
  color: #684221;
  font-size: 35px;
  font-weight: 700;
}
.module-twocolumn-box .col .item-page-txt > :first-child {
  margin-top: 0;
}
.module-twocolumn-box .col .item-page-txt > :last-child {
  margin-bottom: 0;
  margin: 0;
}
@media (max-width: 900px) {
  .module-twocolumn-box .col .item-page-txt {
    padding: 20px;
  }
}
.module-twocolumn-box[data-dir=rtl] {
  flex-direction: row-reverse;
}

.module-teaser-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  margin-top: 5vw;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .module-teaser-box {
    display: block;
    height: auto;
    overflow: hidden;
  }
}
.module-teaser-box .col {
  position: relative;
  margin: 10px;
}
.module-teaser-box[data-columns="1"] .col {
  width: 100%;
  height: calc(100% - 20px);
}
@media (max-width: 900px) {
  .module-teaser-box[data-columns="1"] .col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.module-teaser-box[data-columns="2"] .col {
  width: 50%;
  height: calc(100% - 20px);
}
@media (max-width: 900px) {
  .module-teaser-box[data-columns="2"] .col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.module-teaser-box[data-columns="3"] .col {
  width: 33.3333%;
}
@media (max-width: 900px) {
  .module-teaser-box[data-columns="3"] .col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.module-teaser-box .item-page-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282e36;
  min-height: 200px;
}
.module-teaser-box .item-page-img .backstretch {
  opacity: 0.5;
}
.module-teaser-box .item-page-txt {
  position: relative;
  height: 100%;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #ffffff;
  line-height: 160%;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
  min-height: 30vh;
}
.module-teaser-box .item-page-txt > * {
  max-width: 100%;
}
.module-teaser-box .item-page-txt > *:first-child {
  margin-top: 0;
  margin: 0;
}
.module-teaser-box .item-page-txt > :last-child {
  margin-bottom: 0;
}
.module-teaser-box .item-page-txt .h2 {
  color: #ffffff;
}
.module-teaser-box .item-page-txt .btn-text {
  color: #ffffff;
  margin: 0;
}

.module-twocolumn-box + .module-twocolumn-box, .module-teaser-box + .module-teaser-box {
  margin-top: -50px;
}
@media (max-width: 900px) {
  .module-twocolumn-box + .module-twocolumn-box, .module-teaser-box + .module-teaser-box {
    margin-top: 0;
  }
}
@media (max-width: 900px) {
  .module-twocolumn-box + .module-twocolumn-box .col:first-child, .module-teaser-box + .module-teaser-box .col:first-child {
    margin-top: 0;
  }
}

.module-content-box .stp-article {
  max-width: none;
  width: auto;
}
.module-content-box .stp-article h2 {
  color: #684221;
  font-size: 45px;
}
.module-content-box[data-dir=center] {
  text-align: center;
}
.module-content-box[data-dir=left] {
  text-align: left;
}

.form-quick-newsletter form {
  margin: 20px 0;
}
.form-quick-newsletter form .form-item {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  max-width: 100%;
  width: 350px;
}
.form-quick-newsletter form .form-item.disabled {
  background-color: #EEE;
  color: #666;
}
@media (max-width: 500px) {
  .form-quick-newsletter form .form-item {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}
.form-quick-newsletter form .form-item input, .form-quick-newsletter form .form-item button, .form-quick-newsletter form .form-item a {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #ffffff;
  color: #79786a;
  border: 1px solid #79786a;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
}
.form-quick-newsletter form .form-item input.hasDatepicker, .form-quick-newsletter form .form-item button.hasDatepicker, .form-quick-newsletter form .form-item a.hasDatepicker {
  cursor: pointer;
}
.form-quick-newsletter form .form-item button, .form-quick-newsletter form .form-item a {
  background-color: #684221;
  border-color: #684221;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
}
.form-quick-newsletter form .form-item button:hover, .form-quick-newsletter form .form-item a:hover {
  background-color: #b17f4a;
  border-color: #b17f4a;
}
.form-quick-newsletter form .form-item.form-submit-request button {
  background-color: #ffffff;
  color: #684221;
  border: 1px solid #684221;
  border-radius: 10px !important;
  margin-right: 1px;
  position: relative;
  z-index: 2;
}
.form-quick-newsletter form .form-item.form-submit-request button:hover {
  color: #b17f4a;
  border-color: #b17f4a;
}
.form-quick-newsletter form .form-item.form-submit-booking button {
  font-size: 14px;
}
.form-quick-newsletter form .form-group {
  font-size: 0;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.form-quick-newsletter form .form-group .form-item {
  margin: 0;
  font-size: 16px;
  max-width: 100%;
  width: 150px;
  position: relative;
}
.form-quick-newsletter form .form-group .form-item.disabled {
  background-color: #EEE;
  color: #666;
}
.form-quick-newsletter form .form-group .form-item > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  color: #79786a;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 1450px) {
  .form-quick-newsletter form .form-group .form-item {
    width: 130px;
  }
}
@media (max-width:1000px) {
  .form-quick-newsletter form .form-group .form-item.form-adults, .form-quick-newsletter form .form-group .form-item.form-children {
    display: none;
  }
}
.form-quick-newsletter form .form-group .form-item input, .form-quick-newsletter form .form-group .form-item button {
  text-align: center;
  font-family: "FontAwesome", "Epilogue", sans-serif;
}
.form-quick-newsletter form .form-group .form-item input.transparent {
  background: transparent;
}
.form-quick-newsletter form .form-group .form-item:first-child input, .form-quick-newsletter form .form-group .form-item:first-child button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-quick-newsletter form .form-group .form-item:last-child input, .form-quick-newsletter form .form-group .form-item:last-child button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-quick-newsletter form .form-group .form-item:first-child, .form-quick-newsletter form .form-group .form-item:last-child {
  margin-right: -1px;
}
@media (max-width: 736px) {
  .form-quick-newsletter form .form-group {
    display: block;
    margin-right: 0;
  }
  .form-quick-newsletter form .form-group .form-item {
    width: 50%;
  }
  .form-quick-newsletter form .form-group .form-item > * {
    width: 100% !important;
  }
}
@media (max-width: 736px) and (max-width: 500px) {
  .form-quick-newsletter form .form-group .form-item {
    display: inline-block;
  }
}

/* ********* apri e chiudi ******** */
.content-card .card-header {
  color: #b17f4a;
  font-size: 17px;
  margin-bottom: 5px;
  padding: 15px;
  font-weight: 500;
  cursor: pointer;
  background: #ffffff;
  border-bottom: solid 1px #b17f4a;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 60%;
}
@media (max-width: 1250px) {
  .content-card .card-header {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .content-card .card-header {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.content-card .card-header h3 {
  width: 100%;
  margin-top: 0;
  padding-left: 1rem;
}
@media (max-width: 750px) {
  .content-card .card-header h3 {
    padding-left: 0;
    text-align: center;
  }
}
.content-card .card-header h3:after {
  content: "\f107";
  float: unset;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: unset;
  text-rendering: unset;
  line-height: 1;
  font-weight: 900;
  margin-left: 15px;
  color: #b17f4a;
}
.content-card .card-header .card-header.open h3:after {
  content: "\f106";
}
.content-card .card-header .card-img {
  padding: 2rem 0;
  width: 40%;
}
@media (max-width: 750px) {
  .content-card .card-header .card-img {
    width: 100%;
    text-align: center;
  }
}
.content-card .card-header .card-img img {
  width: 100%;
  height: auto;
  max-width: 350px;
}
@media (max-width: 750px) {
  .content-card .card-header .card-img img {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .content-card .card-header .card-img img {
    width: 100%;
    height: auto;
  }
}
.content-card .card-body {
  color: #787878;
  font-size: 14px;
  display: none;
  margin-bottom: 2em;
  margin-top: 0.75em;
  padding: 0 1rem 4rem 1rem;
}
@media (max-width: 350px) {
  .content-card .card-body {
    padding: 0 1rem;
  }
}

.last-phrase {
  padding: 4rem 0 2rem 0;
}

/* ********* footer ********* */
.stp-footer {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  padding: 3% 5%;
  color: #282e36;
  position: relative;
  background-color: #f9f5f1;
}
body.h-mobile .stp-footer {
  padding: 3% 5% 80px;
}
.stp-footer .footer-inner {
  position: relative;
}
.stp-footer li {
  margin: 10px 0;
}
.stp-footer a {
  color: #787878;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 500px) {
  .stp-footer a {
    padding: 2px;
    margin: 5px;
  }
}
.stp-footer a:hover {
  text-decoration: none;
}
.stp-footer .footer-contacts li > a, .stp-footer .footer-contacts li > p {
  color: #b17f4a;
  border-bottom: solid 1px #b17f4a;
  display: unset;
  font-weight: 700;
}
.stp-footer .footer-contacts li a {
  color: #b17f4a;
  font-weight: 700;
}
.stp-footer .footer-item {
  margin: 30px 0;
}
.stp-footer .footer-address a {
  font-size: 16px;
  line-height: 2rem;
  text-align: center;
}
.stp-footer .footer-address a i {
  margin: 0 10px 0 0;
  position: absolute;
  left: -24px;
  top: 2px;
}
.stp-footer .footer-address a:last-of-type {
  color: #684221;
  font-weight: 700;
  position: relative;
}
.stp-footer .footer-address i {
  margin-right: 5px;
}
.stp-footer .footer-logo a img {
  width: 100%;
}
.stp-footer .footer-logo-partner {
  margin: 0 0 30px 0;
}
.stp-footer .footer-logo-partner img {
  width: 150px;
  height: auto;
}
.stp-footer .footer-social {
  margin: 30px 0 0 0;
}
.stp-footer .footer-item .TA_rated {
  text-align: center;
}
.stp-footer .footer-item .TA_rated > div {
  margin: 0 auto !important;
}
.stp-footer .footer-logo svg {
  width: 180px;
}
.stp-footer .footer-socialmedia {
  font-size: 30px;
}
.stp-footer .footer-socialmedia li {
  display: inline-block;
  margin: 0 10px;
}
.stp-footer .footer-socialmedia li a {
  color: #684221;
}
.stp-footer .footer-socialmedia li a:hover {
  color: #b17f4a;
}
.stp-footer .footer-location {
  font-size: 18px;
  text-transform: uppercase;
}
.stp-footer .footer-location a {
  text-decoration: none;
}
.stp-footer .footer-location i {
  margin-right: 5px;
}
.stp-footer .footer-service li {
  display: inline-block;
  margin: 0 2px;
  font-size: 12px;
  color: #79786a;
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 1150px) {
  .stp-footer .footer-service li {
    white-space: nowrap;
    margin-right: 15px;
  }
}
.stp-footer .footer-service li a {
  font-size: 12px;
  color: #79786a;
  text-transform: uppercase;
  font-weight: normal;
}
.stp-footer .footer-service.right {
  position: absolute;
  right: 0;
  top: 25%;
}
.stp-footer .footer-service.right li {
  display: block;
  margin: 0 2px;
  text-align: right;
}
.stp-footer .footer-service.right li a {
  font-size: 14px;
  color: #684221;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 900px) {
  .stp-footer .footer-service.right {
    position: relative;
    right: auto;
    top: auto;
  }
  .stp-footer .footer-service.right li {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
  }
}
.stp-footer .footer-service.leftlogos {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}
.stp-footer .footer-service.leftlogos img {
  margin: 10px;
  max-height: 90px;
  width: auto;
}
@media (max-width: 1350px) {
  .stp-footer .footer-service.leftlogos {
    position: relative;
    right: auto;
    top: auto;
  }
}
.stp-footer .footer-service.rightlogos {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
.stp-footer .footer-service.rightlogos img {
  margin: 10px;
  max-height: 90px;
  width: auto;
}
@media (max-width: 1350px) {
  .stp-footer .footer-service.rightlogos {
    position: relative;
    right: auto;
    top: auto;
  }
}
.stp-footer address {
  font-style: normal;
}
.stp-footer ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.stp-footer .footer-byaltea {
  position: absolute;
  bottom: 0;
  right: -50px;
  margin: 0;
}
@media (max-width: 1350px) {
  .stp-footer .footer-byaltea {
    bottom: 50px;
    right: 0;
  }
}
@media (max-width: 500px) {
  .stp-footer .footer-byaltea {
    position: relative;
    bottom: auto;
    right: auto;
  }
}

/* ********* footer ********* */
.fixed-ctas {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3000;
}
body:not(.h-mobile) .fixed-ctas {
  display: none;
}
.fixed-ctas ul {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.fixed-ctas ul li {
  display: inline-block;
  width: 50%;
  font-size: 20px;
  line-height: 100%;
}
body.h-menuopen .fixed-ctas ul li.menu-close, body:not(.h-menuopen) .fixed-ctas ul li.menu-open {
  display: none;
}
.fixed-ctas ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  font-weight: bold;
}
.fixed-ctas ul li.primary.menu-open a {
  color: #684221;
  text-decoration: none;
}
.fixed-ctas ul li.primary.menu-close a {
  background-color: #684221;
  color: #ffffff;
  text-decoration: none;
}
.fixed-ctas ul li.secondary a {
  color: #684221;
}
.fixed-ctas ul li.secondary.menu-open a {
  color: #684221;
  text-decoration: none;
}
.fixed-ctas ul li.secondary.menu-close a {
  background-color: #b17f4a;
  color: #684221;
  text-decoration: none;
}
@media (max-height: 500px) and (min-width:400px) {
  .fixed-ctas {
    display: none !important;
  }
}

/* ********* form ********* */
.text-right {
  text-align: right;
}

/* ******* weather ********** */
.forecastdays {
  text-align: center;
  padding: 0;
  margin: 2em 0 1em;
}
.forecastdays li {
  display: inline-block;
  list-style-type: none;
  text-align: center;
  width: 70px;
  margin: 5px;
  padding: 10px;
  color: #282e36;
  vertical-align: top;
  background-color: #ffffff;
  overflow: hidden;
}
.forecastdays li .wi {
  margin: 0;
  width: auto;
}
.forecastdays .date {
  font-size: 15px;
  text-align: center;
  color: #282e36;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: bold;
}
.forecastdays .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 30px;
  text-align: center;
  margin: 5px auto;
  color: #282e36;
}
.forecastdays .temp {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.forecastdays .temp .max {
  color: #b17f4a;
  width: 50%;
  float: left;
}
.forecastdays .temp min {
  color: #282e36;
  width: 50%;
  float: left;
}

.floater {
  text-align: center;
}
.floater img {
  background: none;
  display: inline-block;
  margin: 10px 0;
  max-width: 100%;
  height: auto;
}

.gallery-box-single-album {
  display: none;
}

/* ******* gallery ********** */
.jmgal_categorie {
  font-size: 0;
  margin: 40px 0;
}
.jmgal_categorie .jg_row {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33.33333%;
  margin-bottom: 0;
}
@media (max-width: 736px) {
  .jmgal_categorie .jg_row {
    width: 50%;
  }
}
.jmgal_categorie .jg_row * {
  display: inline-block;
  vertical-align: top;
}
.jmgal_categorie .jg_imgalign_catimgs {
  margin: 10px !important;
}
.jmgal_categorie img {
  display: block;
  width: 100%;
  height: auto;
}

.jmgal_albums {
  font-size: 0;
}
.jmgal_albums .jg_element_gal {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33.33333%;
  margin-bottom: 30px;
}
@media (max-width: 736px) {
  .jmgal_albums .jg_element_gal {
    width: 50%;
  }
}
.jmgal_albums .jg_element_gal img {
  display: block;
  width: 100%;
  height: auto;
}
.jmgal_albums .jg_element_gal * {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.jmgal_albums .jg_element_gal .jg_imgalign_gal {
  display: block;
}
.jmgal_albums .jg_element_gal .jg_element_txt {
  display: block;
  margin-top: 0;
  font-size: 16px;
}
.jmgal_albums .jg_photo_container {
  margin: 10px !important;
}

.jg_back {
  text-align: center;
}

.module-aside-gallery {
  margin: 0 auto;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.module-aside-gallery ul, .module-aside-gallery li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 100%;
}
.module-aside-gallery ul a, .module-aside-gallery li a {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.module-aside-gallery ul a img, .module-aside-gallery li a img {
  display: block;
  width: 100%;
  height: auto;
}
.module-aside-gallery li {
  width: 25%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
}
@media (max-width: 900px) {
  .module-aside-gallery li {
    width: 33.333%;
  }
  .module-aside-gallery li:nth-child(4) {
    display: none;
  }
}
@media (max-width: 736px) {
  .module-aside-gallery li:first-child {
    width: 100%;
    display: block;
  }
  .module-aside-gallery li:nth-child(2), .module-aside-gallery li:nth-child(3), .module-aside-gallery li:nth-child(4) {
    display: none;
  }
}
.module-aside-gallery .btn {
  position: relative;
  margin: 0 auto;
  z-index: 20;
}
.module-aside-gallery .btn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #684221;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #684221;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 900px) {
  .module-aside-gallery .btn a {
    width: 100%;
  }
}
.module-aside-gallery .btn a:hover {
  background-color: #ffffff;
  color: #684221;
  border: 1px solid #684221;
}

.hiddenfancyboxgallery {
  display: none;
}

/* ********* offerte ********* */
.offer-component-box {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 50px;
}

.offer-component-item .module-rooms-slider, .offer-component-item .module-twocolumn-box {
  margin: 0 auto;
}
@media (max-width: 900px) {
  .offer-component-item .module-rooms-slider, .offer-component-item .module-twocolumn-box {
    display: block;
    margin-bottom: 20px;
  }
}
.offer-component-item .module-rooms-slider {
  display: none;
  padding-bottom: 40px;
}

#ui-datepicker-div {
  z-index: 1000 !important;
}

.leading-item {
  clear: both;
  margin-bottom: 15px;
  border-bottom: 1px solid #cecec7;
  padding-bottom: 10px;
}

.fakeFullLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
}

.logo-activities {
  width: 280px;
  margin: 0 auto;
}
.logo-activities img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-social a {
  width: auto;
  margin: 0 auto;
  color: #b17f4a;
  font-weight: 700;
  position: relative;
  line-height: 2.5rem;
}
.footer-social a img {
  width: 27px;
  height: auto;
  margin-right: 8px;
  position: absolute;
  left: -34px;
  top: 4px;
}

#badge {
  position: absolute;
  top: 8rem;
  left: 2%;
  background-color: rgba(177, 127, 74, 0.68);
  color: #ffffff;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  font-size: 39px;
  line-height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 10;
}
@media (max-width: 750px) {
  #badge {
    width: 200px;
    height: 200px;
    font-size: 22px;
    line-height: 2rem;
    top: 1rem;
  }
}
@media (max-width: 350px) {
  #badge {
    width: 110px;
    height: 110px;
    font-size: 15px;
    line-height: 1.5rem;
  }
}

@media print {
  .module-item:not(.module-content-box):not(.module-twocolumn-box), .stp-slider, .stp-header, .form-quick-newsletter, main > .module-content-box:first-child, main > .module-content-box:last-child,
  .footer-item:not(.footer-logo):not(.footer-address):not(.footer-location):not(.footer-contacts):not(.footer-copyright), .item-page-img {
    display: none !important;
  }
  .stp-footer, .module-twocolumn-box .col .item-page-txt {
    background: none !important;
  }
  .btn-text {
    display: none !important;
  }
  #DataTables_Table_0_wrapper.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
    overflow: visible !important;
  }
  table.rates td {
    white-space: unset;
  }
  table.dataTable {
    width: auto !important;
  }
}
.folder {
  display: none !important;
}

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

