:root {
  --color-primary: #2c3b6b;
  --color-primary-dark: #11152b;
  --color-primary-alt: #282a48;
  --color-accent: #9f8047;
  --color-accent-dark: #8f6c2b;
  --color-brown-dark: #463c2a;
  --color-white: #fff;
  --color-black: #000;
  --color-gray-lighter: #f7f5f5;
  --color-gray-light: #ddd7d1;
  --color-gray-border: #ccc;
  --color-gray-border-alt: #c5c5c5;
  --color-gray-mid: #696969;
  --color-error: #d2302b;
  --color-error-strong: #e71a1a;
  --shadow-sm: rgba(0, 0, 0, 0.15);
  --font-heading: 'Fraunces', Georgia, "Times New Roman", Times, serif;
  --font-body: 'Inter', Arial, Helvetica, sans-serif;
  --transition-default: all 0.2s linear;
}

button, input, textarea, select {
  -webkit-backface-visibility: hidden;
  text-rendering: optimizeLegibility;
  font-family: var(--font-body);
}

body {
  font-family: var(--font-body);
  position: relative;
}

.wrapper {
  position: relative;
}

h1, h2, h3, h4, .slider-controller-items, .quickrequest * {
  font-family: var(--font-heading);
  text-transform: uppercase;
}

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

i {
  transition: margin 0.2s ease-in-out;
}

*:hover > .fa-long-arrow-right {
  margin: 0 -5px 0 10px !important;
}

*:hover > .fa-long-arrow-left {
  margin: 0 10px 0 -5px !important;
}

.header {
  background-color: var(--color-gray-lighter);
  text-align: center;
  position: relative;
  z-index: 500;
  box-shadow: 0px 3px 5px var(--shadow-sm);
}
.header:before {
  content: "";
  clear: both;
  height: 1px;
  position: relative;
  display: block;
}

.header-logo {
  position: relative;
  width: 90%;
  max-width: 220px;
  margin: 15px auto 10px;
}
.header-logo a, .header-logo img {
  display: block;
  max-width: 220px;
  height: auto;
  width: 100%;
}

.slider-box {
  background-color: #282828;
  position: relative;
  overflow: hidden;
}

.slider, .images {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.images > img {
  opacity: 0;
  display: block;
  width: 100%;
  height: auto;
  display: none;
}
.images > img:first-child {
  display: block;
}

.slider-controller-items {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.slider-controller-items * {
  color: var(--color-white);
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.slider-controller-items .show-prev {
  bottom: 30px;
  left: 30px;
  position: absolute;
  white-space: nowrap;
  cursor: pointer;
}
.slider-controller-items .show-prev i {
  margin-right: 5px;
}
.slider-controller-items .show-next {
  bottom: 30px;
  right: 30px;
  position: absolute;
  white-space: nowrap;
  cursor: pointer;
}
.slider-controller-items .show-next i {
  margin-left: 5px;
}

.main {
  background-color: var(--color-white);
  color: var(--color-gray-mid);
  font-size: 16px;
  line-height: 140%;
  position: relative;
}

h1, h2, h3, h4 {
  color: var(--color-accent-dark);
  font-weight: normal;
  text-transform: uppercase;
  line-height: 130%;
  margin-top: 2em;
  margin-bottom: 0.5em;
  text-align: center;
}

h1 + h2, h2 + h3, h3 + h4 {
  margin-top: 0;
}

h2 {
  font-size: 24px;
}

h1:first-child {
  margin-top: 0;
}

address, address a {
  font-style: normal;
  color: #2d3d6f;
  text-decoration: none;
  cursor: default;
}

header ul, header li {
  margin: 0;
  padding: 0;
  display: block;
}

.header-navigation {
  width: 220px;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 30px;
  display: none;
}

.header.menu-open .header-navigation {
  display: block;
}

.header-mobilemenu {
  position: absolute;
  right: 15px;
  top: 40px;
}

#mainnav {
  text-align: center;
}
#mainnav li {
  margin: 10px 0;
}
#mainnav li a {
  font-size: 16px;
  color: var(--color-accent-dark);
  font-family: var(--font-heading);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 8px 0;
  line-height: 140%;
}
#mainnav > li.deeper > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 8px;
  font-size: 0.85em;
  vertical-align: middle;
  transition: transform 0.2s;
}
#mainnav > li.deeper.opensubnav > a::after {
  transform: rotate(180deg);
}
#mainnav ul {
  display: none;
  background-color: var(--color-primary-alt);
  padding: 15px 0;
  box-shadow: inset 3px 0px 5px var(--shadow-sm);
  position: relative;
}
#mainnav ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -6px;
  height: 0;
  border-style: solid;
  border-width: 0 6px 3px 6px;
  border-color: transparent transparent var(--color-primary-alt) transparent;
}
#mainnav ul li {
  margin: 0;
}
#mainnav ul a {
  font-size: 14px;
  font-family: var(--font-body);
  color: var(--color-white);
  padding: 5px 0;
}
#mainnav ul ul {
  display: none;
}
#mainnav ul li:hover > a {
  color: var(--color-accent-dark);
}
#mainnav > li:hover > a {
  color: var(--color-primary-alt);
}
#mainnav .opensubnav > ul {
  display: block;
}

.header-servicemenu, .header-calltoaction, .footer-servicemenu {
  background-color: #efebeb;
}

.header-servicemenu, .footer-servicemenu {
  box-shadow: 3px 0px 5px var(--shadow-sm);
}
.header-servicemenu:before, .header-servicemenu:after, .footer-servicemenu:before, .footer-servicemenu:after {
  content: "";
  clear: both;
  height: 1px;
  position: relative;
  display: block;
}
.header-servicemenu ul, .footer-servicemenu ul {
  max-width: 220px;
  text-align: left;
  margin: 25px auto;
}
.header-servicemenu li, .footer-servicemenu li {
  margin: 10px 0;
}
.header-servicemenu a, .footer-servicemenu a {
  font-size: 14px;
  color: var(--color-accent-dark);
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0;
}
.header-servicemenu a:hover, .footer-servicemenu a:hover {
  color: var(--color-primary);
}
.header-servicemenu i, .footer-servicemenu i {
  display: inline-block;
  margin-right: 10px;
  color: var(--color-primary);
}

.footer-servicemenu {
  display: block;
}

.header-servicemenu {
  display: none;
}

.mod-languages {
  font-size: 0;
  padding: 10px 0;
}
.mod-languages li {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  margin: 0 0.25rem !important;
  color: var(--color-accent-dark);
}
.mod-languages li:before {
  content: "|";
  display: inline-block;
  vertical-align: middle;
}
.mod-languages li:first-child:before {
  content: "";
}
.mod-languages li.lang-active a, .mod-languages li:hover a {
  color: var(--color-primary);
}
.mod-languages a {
  font-size: 12px;
  line-height: 12px;
  color: var(--color-accent-dark);
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px !important;
  margin: 0 0.25rem;
  vertical-align: middle;
}

.mobilemenu-button {
  border: none;
  background: none;
  cursor: pointer;
  text-indent: -999999em;
  padding: 0;
  margin: 0 auto;
  display: block;
  outline: none;
  height: 42px;
  width: 34px;
  font-size: 12px;
  color: var(--color-primary);
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
.mobilemenu-button span {
  content: "";
  width: 34px;
  height: 2px;
  background-color: var(--color-primary);
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
  transition: var(--transition-default);
}
.mobilemenu-button span:before {
  content: "";
  width: 34px;
  height: 2px;
  background-color: var(--color-primary);
  display: block;
  position: absolute;
  top: -10px;
  transition: var(--transition-default);
}
.mobilemenu-button span:after {
  content: "";
  width: 34px;
  height: 2px;
  background-color: var(--color-primary);
  display: block;
  position: absolute;
  top: 10px;
  transition: var(--transition-default);
}

.menu-open .mobilemenu-button span {
  background: transparent;
}
.menu-open .mobilemenu-button span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.menu-open .mobilemenu-button span:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.header-calltoaction:before, .header-calltoaction:after,
.aside-offers:before, .aside-offers:after,
.section-intro .article .item-page:after, .section-intro .article .item-page:before,
.footer-servicemenu:before, .footer-servicemenu:after {
  content: "";
  clear: both;
  height: 1px;
  position: relative;
  display: block;
}

.header-calltoaction {
  padding: 0 0 10px;
}
.header-calltoaction a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #a0a6b9;
  font-family: var(--font-heading);
  letter-spacing: 1px;
  padding: 0 0 10px;
  max-width: 220px;
  text-align: left;
  margin: 0 auto;
}
.header-calltoaction strong {
  display: inline-block;
  color: var(--color-primary);
  font-weight: normal;
}

.quickrequest form {
  position: relative;
  display: block;
  text-align: right;
  height: 60px;
  line-height: 60px;
  font-size: 0;
}
.quickrequest form.hiddenform {
  display: none !important;
}
.quickrequest form > * {
  display: inline-block;
  font-size: 14px;
}
.quickrequest form button {
  display: inline-block;
  margin: 0;
  padding: 0 30px;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--color-white);
  font-size: 14px;
  letter-spacing: 1px;
  outline: none;
}
.quickrequest form button i {
  margin-left: 5px;
}
.quickrequest form input {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: var(--color-white);
  letter-spacing: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  width: 90px;
}
.quickrequest form label {
  display: inline-block;
  margin-right: 4px;
  color: var(--color-white);
  cursor: pointer;
}
.quickrequest .form-number-adults input {
  width: 125px;
}
.quickrequest .form-calendar, .quickrequest .form-number-adults {
  margin-right: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
}
.quickrequest ::-webkit-input-placeholder {
  color: var(--color-white);
}
.quickrequest ::-moz-placeholder {
  color: var(--color-white);
}
.quickrequest :-ms-input-placeholder {
  color: var(--color-white);
}
.quickrequest :-moz-placeholder {
  color: var(--color-white);
}

.form-action-inquire {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
  font-size: 14px;
}

.form-action-booking {
  background-color: var(--color-accent);
  color: var(--color-white);
  font-size: 14px;
}

.slider-deco-element {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 4;
  background: url(../img/slider-deco-element.png) no-repeat center bottom;
  width: 116px;
  height: 36px;
  margin-left: -58px;
  border-radius: 5px 5px 0 0;
  background-color: var(--color-white);
  margin-bottom: -5px;
}

.slider-controller {
  position: absolute;
  left: 50%;
  bottom: 3em;
  background-color: var(--color-accent);
  width: 68px;
  height: 34px;
  margin-left: -34px;
  margin-bottom: 1px;
  z-index: 11;
}
.slider-controller a, .slider-controller i {
  display: inline-block;
  margin: 0;
}
.slider-controller a {
  height: 34px;
  width: 34px;
  line-height: 34px;
  color: var(--color-white);
  text-decoration: none;
  text-align: center;
}
.slider-controller a:last-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 34px;
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.3);
  top: 5px;
}

.article {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  padding: 5vw 0;
  width: 90%;
}
.article a {
  color: var(--color-accent-dark);
}
.article a:hover {
  text-decoration: none;
}
.article hr {
  background: none;
  border: none;
  margin: 1em auto;
  border-bottom: 1px solid var(--color-gray-lighter);
  width: 90%;
}
.article strong {
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.article table.data {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0 2em;
}
.article table.data * {
  -webkit-backface-visibility: visible;
}
.article table.data th, .article table.data td {
  padding: 5px;
  text-align: left;
}
.article table.data th {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
}
.article table.data td {
  border: 1px solid var(--color-primary-dark);
}

.section-item, .aside-item {
  position: relative;
  min-height: 50px;
}

.footer {
  background-color: var(--color-white);
  position: relative;
  text-align: center;
  padding: 20px 20px 80px;
  line-height: 140%;
  font-size: 12px;
}
.footer .inner {
  width: 90%;
  margin: 0 auto;
}

.footer-partner {
  padding: 30px 0;
}
.footer-partner * {
  display: inline-block;
  vertical-align: middle;
}
.footer-partner > * {
  margin: 10px;
}

address > * {
  display: block;
  vertical-align: top;
}
address p {
  margin: 5px auto;
}
address p:before {
  content: "|";
  padding-right: 10px;
  display: none;
}
address p:first-child:before {
  display: none;
}
address br {
  display: none;
}

.footer-service ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.footer-service li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: inline-block;
  color: #b0b0b0;
}
.footer-service li:before {
  content: "|";
  padding: 0 5px;
}
.footer-service li:first-child:before {
  display: none;
}
.footer-service a {
  display: inline-block;
  text-decoration: none;
  color: #b0b0b0;
  text-transform: uppercase;
}
.footer-service a:hover {
  text-decoration: underline;
}

.footer-service, .footer-address {
  padding-top: 15px;
}

.footer-byaltea {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  margin-left: -20px;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: #efebeb;
  color: var(--color-primary);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 3px 5px var(--shadow-sm);
  opacity: 0.5;
  display: none;
  z-index: 500;
}
.scroll-to-top:hover {
  opacity: 1;
}

.aside-events {
  position: relative;
  background-color: var(--color-accent);
  margin: 0;
  font-size: 14px;
  color: var(--color-white);
  padding: 3em;
}
.aside-events .img {
  margin-top: -5em;
  display: block;
}
.aside-events .description > p:first-child {
  margin-top: 0;
}
.aside-events .description > p:last-child {
  margin-top: 0;
}
.aside-events .flex {
  -moz-box-direction: row-reverse;
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flexbox-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.aside-events .txt {
  padding-right: 2em;
  -ms-flex: 0 1 auto;
}
.aside-events .txt i:first-child {
  margin-left: 0;
}
.aside-events i {
  margin-right: 5px;
  margin-left: 20px;
}
.aside-events .calltoaction {
  display: none;
}
.aside-events .calltoaction a {
  color: var(--color-white);
  text-transform: none;
  text-decoration: none;
}
.aside-events .calltoaction a i:first-child {
  margin-left: 5px;
  margin-right: 0;
}
.aside-events img {
  display: block;
}

.aside-events .title, .aside-offers .title {
  font-size: 22px;
  font-family: var(--font-heading);
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 130%;
}

.aside-events .date-location, .aside-offers .date-location {
  margin: 15px 0 25px;
}

.aside-events .flex, .offers-slideritem .flex {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin: 0 auto;
  width: 90%;
}

.aside-offers {
  position: relative;
  background-color: #0f1a3e;
  margin: 0;
  font-size: 14px;
}
.aside-offers:before {
  background-color: var(--color-white);
}
.aside-offers .txt {
  border: 3px solid var(--color-accent);
  box-sizing: border-box;
  margin-left: 2em;
}
.aside-offers .txt .inner {
  padding: 3em 2em 2em;
  text-align: center;
}
.aside-offers .txt i:first-child {
  margin-left: 0;
}
.aside-offers .description {
  text-align: left;
}
.aside-offers img {
  display: block;
}
.aside-offers .calltoaction {
  margin-top: 25px;
}
.aside-offers .calltoaction a {
  display: inline-block;
  color: var(--color-accent);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.aside-offers .calltoaction i:first-child {
  margin-left: 5px;
  margin-right: 0;
}
.aside-offers .title a {
  color: var(--color-white);
  text-decoration: none;
}
.aside-offers i {
  margin-right: 5px;
  margin-left: 20px;
}
.aside-offers .owl-carousel .owl-item img {
  width: auto;
}

.offers-intro {
  background-color: var(--color-white);
}
.offers-intro .article {
  padding: 2em 0 3em;
}

.offers-sliderbox {
  padding: 3em;
  color: var(--color-white);
  margin-top: 0;
  margin-bottom: 0;
}
.offers-sliderbox > .backstretch {
  opacity: 0.1;
}

.offers-slider {
  margin-top: -5em;
  margin-bottom: 0;
}
.offers-slider > .offers-slideritem {
  margin-bottom: 20px;
}

.offers-slideritem .img * {
  display: block;
}

.section-item {
  margin-top: 0;
  padding: 5em 0 0 0;
}
.section-item .textbox {
  position: relative;
  background-color: var(--color-gray-lighter);
  max-width: 600px;
  margin: -5em auto 0;
  padding: 3em;
  box-sizing: border-box;
}
.section-item .textbox .title {
  position: relative;
  text-align: center;
  font-family: var(--font-heading);
}
.section-item .textbox .title a {
  color: var(--color-accent);
  text-transform: uppercase;
  text-decoration: none;
}
.section-item .textbox h2 {
  margin-top: 0;
}
.section-item .textbox h2:after {
  background: url(../img/line-deco-element.png) no-repeat;
  max-width: 429px;
  width: 100%;
  height: 21px;
  content: "";
  display: block;
  position: relative;
  background-size: 100%;
  margin: 15px auto 30px;
}
.section-item .calltoaction {
  text-align: center;
  margin-top: 30px;
}
.section-item .calltoaction a {
  display: inline-block;
  background-color: var(--color-accent);
  color: var(--color-white);
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
.section-item .imagebox {
  position: relative;
  height: 35vw;
}
.section-item .btn-full {
  display: inline-block;
  background-color: var(--color-accent);
  color: var(--color-white);
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
.section-item .cta {
  text-align: center;
  margin-top: 3em;
}
.section-item .slider-controller {
  right: 54%;
  left: auto;
  margin: 0 -1px 0 0;
  bottom: 4em;
}

.item-page-parallax {
  position: relative;
  height: 35vw;
}

.section-intro, .section-deco-elements {
  max-width: 940px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  z-index: 10;
  width: 90%;
}

.section-intro .article {
  width: 58%;
  margin: 0;
  display: inline-block;
  text-align: left;
  padding: 0;
}
.section-intro .article .item-page {
  padding: 0 10%;
}
.section-intro .article .item-page h2 {
  margin-top: 0;
  margin-bottom: 2em;
}

.section-sliderbox {
  max-width: 940px;
  margin: 0 auto 4em;
  margin-top: -10em;
  z-index: 5;
  width: 90%;
  overflow: hidden;
  position: relative;
}
.section-sliderbox .owl-carousel {
  overflow: hidden;
  position: relative;
}
.section-sliderbox .flex {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 80px;
}
.section-sliderbox .flex img {
  display: block;
  width: 100%;
  height: auto;
}
.section-sliderbox .flex a {
  display: block;
}
.section-sliderbox .img-vertical {
  width: 40%;
}
.section-sliderbox .img-horizontal {
  margin-bottom: -90px;
  width: 58%;
}

.section-deco-element-vine {
  position: absolute;
  background: url(../img/vine-deco-element.png) no-repeat;
  width: 167px;
  height: 180px;
  left: 20%;
  top: -330px;
}

.section-deco-element-pepe {
  position: absolute;
  background: url(../img/pepe-deco-element.png) no-repeat;
  width: 223px;
  height: 135px;
  left: 30%;
  top: 30px;
}

.section-slider .owl-item {
  left: 0 !important;
}

.owl-carousel .owl-item {
  animation-name: none !important;
  visibility: visible !important;
}

iframe {
  border: none;
}
iframe.reviews {
  width: 100%;
  height: 1200px;
  overflow: auto;
  margin-top: 30px;
}

#sentres-map {
  position: relative;
  height: 400px;
  width: 100% !important;
  margin: 1em 0;
}

#alteaForm {
  margin-top: 40px;
  font-size: 16px;
}
#alteaForm * {
  font-family: var(--font-body);
}
#alteaForm select {
  margin-right: 4px;
}
#alteaForm button.ui-datepicker-trigger {
  background: none;
  border: none;
  margin: 0;
}

.item-cols {
  position: relative;
  overflow: hidden;
}
.item-cols hr {
  border: none;
  background: none;
  border-bottom: 1px solid var(--color-gray-light);
  margin: 10px 0;
  width: 99%;
}

.item-col-2 {
  position: relative;
  float: left;
  width: 48%;
  text-align: left;
  margin: 0 1% 30px;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
fieldset p {
  margin-top: 30px;
}
fieldset label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
fieldset label.inliner {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0 !important;
}
fieldset label input[type=text] {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid var(--color-gray-light);
  background: var(--color-white);
  font-size: 12px;
  width: 55%;
  display: inline-block;
}
fieldset label select {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid var(--color-gray-light);
  background: var(--color-white);
  font-size: 12px;
  display: inline-block;
}
fieldset label input.nr {
  width: 25px;
}
fieldset label span {
  display: inline-block;
  width: 33%;
}
fieldset label span.req {
  font-weight: bolder;
}
fieldset label span.req:after {
  content: " (*)";
}
fieldset label input.error {
  background-color: #F4BBB9;
  border-color: var(--color-error);
}
fieldset label.aDK input[type=text] {
  width: 30px;
}
fieldset textarea {
  width: 95%;
  box-sizing: border-box;
  height: 100px;
  border: 1px solid var(--color-gray-light);
  background: var(--color-white);
}

fieldset legend, .item-col-last legend {
  background: none;
  color: var(--color-accent-dark);
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  box-shadow: inset 0px -6px 0px var(--color-accent);
  padding-bottom: 10px;
  font-family: var(--font-heading);
  text-decoration: none;
  text-transform: uppercase;
}

.item-col-last {
  text-align: center;
}
.item-col-last .special {
  font-size: 13px;
  line-height: 130%;
  border-bottom: 1px solid #EEE;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.item-col-last label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

form button {
  border: none;
  cursor: pointer;
  margin-top: 20px;
  color: var(--color-white);
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 30px;
  line-height: 16px;
  text-decoration: none;
  background-color: var(--color-accent);
}
form button.ui-datepicker-trigger {
  color: var(--color-black);
  padding: 0 2px;
  margin: 0 3px;
}

.item-privacy {
  font-size: 12px;
  line-height: 140%;
  text-align: left;
  height: 60px;
  overflow: auto;
  margin-bottom: 20px;
  background-color: var(--color-gray-lighter);
  padding: 10px;
}

.item-col-2-intern {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  font-size: 12px;
}
.item-col-2-intern label {
  width: 50%;
  float: left;
}
.item-col-2-intern label span {
  display: none;
}
.item-col-2-intern select {
  margin-right: 5px;
}

.errorMessages {
  display: none;
  font-size: 13px;
  text-align: left;
  border: 1px solid var(--color-error);
  padding: 10px;
  background-color: #F4BBB9;
  margin-bottom: 20px;
  color: #222;
}
.errorMessages label {
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 2px;
  font-size: 13px;
}
.errorMessages label.error.valid {
  display: none !important;
}
.errorMessages p {
  color: var(--color-error);
  font-weight: bold;
  margin-top: 0;
}

.room-form-box {
  border-top: 1px solid var(--color-gray-light);
  padding-top: 10px;
}

#altea-cookiebox-close-button {
  text-indent: -99999em;
  height: 16px;
  padding: 0 !important;
  width: 16px;
  position: relative;
  border-radius: 0 !important;
}
#altea-cookiebox-close-button:before {
  content: "";
  width: 2px;
  height: 16px;
  background-color: var(--color-black);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 7px;
  top: 0;
}
#altea-cookiebox-close-button:after {
  content: "";
  width: 2px;
  height: 16px;
  background-color: var(--color-black);
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  right: 7px;
  bottom: 0;
}

.forecastdays {
  margin: 2em 0 1em;
  text-align: center;
  padding: 0;
}
.forecastdays li {
  display: inline-block;
  margin: 5px;
  padding: 10px;
  list-style-type: none;
  text-align: center;
  width: 70px;
  color: #86746a;
  vertical-align: top;
  background-color: var(--color-white);
  overflow: hidden;
}
.forecastdays li .wi {
  margin: 0;
  width: auto;
}
.forecastdays .date {
  font-size: 15px;
  text-align: center;
  color: var(--color-primary-dark);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.forecastdays .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 30px;
  text-align: center;
  color: #333;
  margin: 5px auto;
}
.forecastdays .temp {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
}
.forecastdays .temp .max {
  color: #878787;
  width: 50%;
  float: left;
}
.forecastdays .temp .min {
  color: #bababa;
  width: 50%;
  float: left;
}

.floater {
  text-align: center;
}
.floater img {
  background: none;
}

.contentbox-system {
  position: relative;
  min-height: 50px;
  margin: 2em 0;
}

.contentbox-item-infos {
  width: 100%;
  position: relative;
  margin: 0 0 3em 0;
}

.contentbox-item-lft {
  width: 62%;
  height: 100%;
  float: left;
  position: relative;
}

.contentbox-item-rgt {
  width: 38%;
  height: 100%;
  float: right;
  position: relative;
}
.contentbox-item-rgt .inside {
  padding: 0 3em;
  color: var(--color-gray-mid);
  font-size: 15px;
  line-height: 130%;
}
.contentbox-item-rgt .inside strong {
  font-weight: bold;
}

.cb-item-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cb-item-title {
  font-size: 26px;
  line-height: 26px;
  color: var(--color-accent);
  font-family: var(--font-heading);
  text-decoration: none;
  text-transform: uppercase;
}
.cb-item-title strong {
  font-size: 26px;
  line-height: 26px;
  color: #343a50;
  font-family: var(--font-heading);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}

.cb-item-size,
.cb-item-dates,
.cb-item-rates {
  margin: 1em 0;
}

.cb-item-intro {
  font-size: 14px;
  line-height: 150%;
}

.cb-item-ctas ul, .cb-item-ctas li, .cb-item-ctas a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.cb-item-ctas a {
  border: none;
  cursor: pointer;
  margin-top: 10px;
  color: var(--color-white);
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 30px;
  line-height: 16px;
  text-decoration: none;
  text-align: center;
  background-color: var(--color-accent);
  max-width: 120px;
}
.cb-item-ctas a.info {
  background-color: var(--color-primary);
}
.cb-item-ctas a.request {
  background-color: var(--color-primary-dark);
}

.contentbox-item img {
  margin: 0 !important;
}
.contentbox-item:after {
  background: url(../img/line-deco-element.png) no-repeat;
  max-width: 429px;
  width: 100%;
  height: 21px;
  content: "";
  display: block;
  position: relative;
  background-size: 100%;
  margin: 3em auto;
}
.contentbox-item[data-type=offer] .contentbox-item-popup {
  display: none;
}

.ratetable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
  display: block;
  overflow: auto;
}
.ratetable td {
  background-color: #e4e6ec;
  color: var(--color-primary);
  border-top: 3px solid var(--color-white);
  padding: 15px 20px;
  text-align: center;
}
.ratetable th {
  background-color: #c6cad7;
  color: var(--color-primary);
  font-weight: bold;
  padding: 15px 20px;
  text-align: center;
}

#form-period-box {
  position: relative;
}

#form-period-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.date-picker-wrapper {
  border: 1px solid var(--color-gray-border-alt);
  background: var(--color-gray-lighter);
  color: var(--color-accent);
  border-radius: 0;
  box-shadow: none;
  font-family: var(--font-body);
}
.date-picker-wrapper .footer {
  display: none;
}
.date-picker-wrapper .month-wrapper {
  border-color: var(--color-gray-border-alt);
  border-radius: 0;
}
.date-picker-wrapper .month-wrapper table .week-name th {
  padding-top: 10px;
  padding-bottom: 5px;
}
.date-picker-wrapper .month-wrapper table .day {
  border: 1px solid var(--color-gray-border-alt);
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  margin: 2px;
  padding: 2px;
  font-size: 12px;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: rgba(19, 28, 57, 0.15);
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #f6f6f6;
}
.date-picker-wrapper .month-wrapper table .day.invalid {
  opacity: 0.3;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: rgba(159, 128, 71, 0.49);
}
.date-picker-wrapper .drp_top-bar .default-top {
  color: var(--color-gray-mid);
}
.date-picker-wrapper tr.caption {
  height: 28px;
}
.date-picker-wrapper tr.caption th {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
  font-family: var(--font-heading);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}
.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
  background-color: var(--color-primary-dark);
  color: var(--color-accent);
}
.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
  background-color: rgb(159, 128, 71) !important;
}

#verticalBookingIframe {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1400px;
  border: none;
  background: none;
}

.tab-menu {
  position: relative;
  margin: 40px 0 0 0;
}
.tab-menu ul {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  border-bottom: 1px solid var(--color-gray-border);
}
.tab-menu li {
  display: inline-block;
  font-size: 14px;
  font-weight: bolder;
}
.tab-menu li.active a {
  border-top-color: var(--color-primary-dark);
  border-left-color: var(--color-gray-border);
  border-right-color: var(--color-gray-border);
  border-bottom-color: var(--color-white);
}
.tab-menu a {
  display: block;
  padding: 15px 25px;
  margin: 0 0 -1px;
  border: 1px solid transparent;
  border-top-width: 2px;
  color: var(--color-primary-dark);
  text-decoration: none;
  text-transform: uppercase;
}

.tab-items {
  position: relative;
}

.tab-item {
  display: none;
}
.tab-item.active {
  display: block;
}
.tab-item > *:first-child {
  margin-top: 1em;
}
.tab-item div {
  margin: 20px 0;
  border: 1px solid var(--color-gray-border);
  background-color: #F3F3F3;
  padding: 20px;
}
.tab-item div :first-child {
  margin-top: 0 !important;
}
.tab-item div :last-child {
  margin-bottom: 0 !important;
}

#map-canvas {
  position: relative;
  margin: 0 auto 2em;
}
#map-canvas a, #map-canvas img {
  display: block;
  width: 100%;
  height: auto;
}

.quickrequest-box {
  width: 0;
  height: 0;
}

.sentres-fullscreen #sentres-map {
  margin: 0 !important;
}
.sentres-fullscreen .quickrequest-box {
  display: none !important;
}

.picker__table, .picker {
  font-size: 16px;
}

.picker__frame {
  max-width: 450px !important;
}

.picker__footer, .picker__header, .picker__table {
  text-align: center !important;
  font-size: 16px !important;
}

#alteaForm, #alteaForm a, #alteaForm .af-error-messages,
.alteaForms .af-error-messages, .af-error-messages, .af-form-control {
  color: var(--color-brown-dark);
}

#alteaForm .af-error-messages p, .alteaForms .af-error-messages p, .af-error-messages p {
  color: var(--color-error-strong);
}

.af-col-center button {
  color: var(--color-white);
  background-color: var(--color-accent);
  border-radius: 0;
}

.af-required-field-message span, .af-label-required:after {
  color: #967529;
}

.af-fake-input {
  background-color: #F5F5F5;
  border-bottom: 2px solid rgba(36, 40, 65, 0.34);
}
.af-fake-input .af-fake-label {
  color: rgba(0, 0, 0, 0.87);
}
.af-fake-input.hover .af-fake-label, .af-fake-input.hoverx .af-fake-label {
  color: rgba(0, 0, 0, 0.6);
}
.af-fake-input.error {
  background: #fff0e2;
  border-color: var(--color-error-strong);
}

#alteaForm .af-error-messages,
.alteaForms .af-error-messages,
.af-error-messages,
#alteaForm [type=checkbox],
#alteaForm [type=radio] {
  background-color: var(--color-white);
}

.af-privacy {
  background-color: #F2F2F2;
}

.af-form-control {
  background-color: #F5F5F5;
  border: 1px solid #ced4da;
}
.af-form-control.error {
  background-color: #ffd1d1;
  border-color: var(--color-error-strong);
}

.af-form-check-inline.error,
#alteaForm [type=checkbox].error,
#alteaForm [type=radio].error {
  background-color: #ffd1d1;
  border-color: var(--color-error-strong);
}

#alteaForm .af-error-messages,
.alteaForms .af-error-messages,
.af-error-messages {
  border-color: var(--color-error-strong);
}

.af-form-dynamic-family-block {
  border-top: 1px solid #EEE;
}

.af-form-block-border {
  border-bottom: 1px solid #EEE;
}

#alteaForm [type=checkbox], #alteaForm [type=radio] {
  border: 1px solid #ced4da;
}
#alteaForm [type=checkbox]:checked, #alteaForm [type=radio]:checked {
  border-color: var(--color-brown-dark);
}
#alteaForm [type=checkbox]:checked:before, #alteaForm [type=radio]:checked:before {
  background-color: var(--color-brown-dark);
}

form .picker__footer button {
  color: var(--color-accent);
}

.flatpickr-day:not(.flatpickr-disabled),
.lts-social-icons__item i,
.lts-date-box,
.lts-pager__item.active,
.lts-pager__item:hover,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.lts-search__bar {
  background-color: var(--color-primary) !important;
}

.flatpickr-day:not(.flatpickr-disabled).today,
.flatpickr-day:not(.flatpickr-disabled).selected,
.flatpickr-day.startRange,
.lts-pager__item.active,
.lts-pager__item:hover,
.flatpickr-day.endRange {
  border-color: var(--color-primary) !important;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(44, 59, 107, 0.2) !important;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: var(--color-primary) !important;
}

.lts-map-side__link i,
.lts-map-side__link span,
.lts-events-v2 a,
.flatpickr-day:not(.flatpickr-disabled).selected,
.lts-infos__item i {
  color: var(--color-primary) !important;
}

.flatpickr-day:not(.flatpickr-disabled).selected {
  background-color: var(--color-white) !important;
}

.flatpickr-day:not(.flatpickr-disabled),
.lts-pager__item.active,
.lts-pager__item:hover {
  color: var(--color-white) !important;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 var(--color-primary) !important;
  box-shadow: -10px 0 0 var(--color-primary) !important;
}

#lts-eventfinder {
  --widgetMainColor: var(--color-primary) !important;
}
#lts-eventfinder .lts-events-v2 .lts-button {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
}

.widget-color-force {
  background-color: var(--widgetMainColor) !important;
  color: var(--color-white) !important;
  border-color: var(--widgetMainColor) !important;
  font-family: Arial, sans-serif;
}

#jmap_sitemap .folder {
  display: none;
}
#jmap_sitemap .jmap_filetree.jmap_filetree_menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flex {
    -js-display: flex;
    display: flexbox;
  }
  .section-sliderbox .flex {
    display: block;
    font-size: 0;
  }
  .section-sliderbox .flex > div {
    display: inline-block;
    vertical-align: bottom;
  }
  .section-sliderbox .img-horizontal {
    margin-left: 2%;
  }
}
@media screen and (min-width: 0\0 ) {
  .section-sliderbox .flex {
    display: block;
    font-size: 0;
  }
  .aside-events .img, .offers-slideritem .flex img {
    display: none !important;
  }
  .section-sliderbox .flex > div {
    display: inline-block;
    vertical-align: bottom;
  }
  .section-sliderbox .img-horizontal {
    margin-left: 2%;
  }
  .aside-offers .txt {
    max-width: none !important;
  }
}
@media screen and (min-width: 751px) {
  .header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .header .inner {
    padding: 10px 320px 10px 20px;
  }
  .header-top {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 60px;
  }
  .header-logo {
    max-width: 200px;
    margin: 0;
    width: auto;
    flex: 0 0 auto;
  }
  .header-language {
    margin: 0;
    flex: 0 0 auto;
  }
  .header-mobilemenu {
    top: 50%;
    transform: translateY(-50%);
  }
  .form-action-inquire,
  .form-action-booking {
    position: fixed;
    top: 27px;
    z-index: 501;
    padding: 0;
    margin: 0;
    line-height: 1;
    height: auto;
  }
  .form-action-booking {
    right: 65px;
  }
  .form-action-inquire {
    right: 190px;
  }
  .quickrequest .form-action-inquire button,
  .quickrequest .form-action-booking button {
    display: block;
    padding: 14px 22px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .quickrequest-box:has(.quickrequest) {
    background: transparent;
    height: 0;
    overflow: visible;
  }
  .quickrequest-box:has(.quickrequest) .quickrequest,
  .quickrequest-box:has(.quickrequest) form {
    height: 0;
    line-height: 0;
    overflow: visible;
  }
}
@media screen and (min-width: 751px) and (max-width: 1300px) {
  .aside-events img {
    width: 250px;
    height: auto;
  }
  .aside-events .img {
    margin: 0;
  }
  .aside-offers .owl-carousel .owl-item img {
    width: 280px;
    height: auto;
  }
  .contentbox-item-lft {
    width: 50%;
  }
  .contentbox-item-rgt {
    width: 50%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1130px) {
  .quickrequest form > .form-number-adults {
    display: none;
  }
  .header-logo img {
    width: 180px;
    height: auto;
    margin: 0 auto;
  }
  .item-col-2 {
    float: none;
    margin: 0 auto 20px;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .item-col-2-intern label {
    width: auto;
    float: none;
  }
  fieldset label span {
    display: block;
    margin: 0 auto 3px;
  }
  fieldset {
    text-align: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .quickrequest .form-calendar {
    display: none;
  }
  .quickrequest form > * {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 950px) {
  .aside-offers {
    position: relative;
  }
  .aside-events {
    padding: 0;
  }
  .aside-events .flex {
    display: block;
  }
  .aside-events .txt {
    padding: 5em;
    text-align: center;
  }
  .aside-events .img {
    margin: 0;
  }
  .aside-events .calltoaction {
    display: block;
  }
  .aside-events img, .aside-offers .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .aside-events .description, .aside-offers .description, .section-item .description {
    display: none;
  }
  .aside-offers .flex {
    display: block;
  }
  .aside-offers .txt {
    margin: 2em 0 0 0;
    max-width: none !important;
  }
  .section-accommodations {
    padding-top: 0;
  }
  .slider-controller {
    bottom: 254px;
    margin-bottom: 0;
  }
  .section-item .textbox {
    margin-top: 0em;
    width: 100%;
    max-width: none;
  }
  .backstretch-item img {
    margin-top: 0 !important;
  }
  .aside-events .flex, .offers-slideritem .flex {
    width: 100%;
  }
  h1 {
    font-size: 1.6em;
  }
  h2, .aside-events .title, .aside-offers .title, .section-item .textbox .title {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.2em;
  }
  .aside-item h2 {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .contentbox-item-lft, .contentbox-item-rgt {
    width: 100%;
  }
  .contentbox-item-rgt .inside {
    padding: 1.5em 0;
  }
  .cb-item-ctas {
    padding: 20px 0 10px;
  }
  .cb-item-ctas li {
    display: inline-block;
    margin-right: 10px;
  }
  .cb-item-ctas * {
    display: inline-block;
    text-align: center;
    float: none;
  }
  .ratetable {
    width: 100%;
    overflow: auto;
    display: block;
    white-space: nowrap;
  }
  .tab-menu li {
    display: block;
  }
  .tab-menu li.active a {
    border-bottom: 1px solid var(--color-gray-border);
    background-color: #EEE;
  }
  .tab-menu li a {
    padding: 10px 20px;
    border: 1px solid var(--color-gray-border);
    margin-bottom: -1px;
  }
  #sentres-map {
    height: 300px !important;
  }
  .sentres-fullscreen #sentres-map {
    height: 100% !important;
  }
}
@media screen and (max-width: 750px) {
  .item-col-2 {
    float: none;
    margin: 0 auto 20px;
    width: auto;
  }
  .footer-partner {
    padding-bottom: 0;
  }
  .footer-partner > * {
    display: block;
    margin: 10px auto;
  }
  .aside-events .txt, .aside-offers .txt .inner, .offers-sliderbox {
    padding: 2em;
    text-align: center;
  }
  .section-intro .article {
    display: block;
    width: auto;
  }
  .section-sliderbox {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  .section-sliderbox .flex {
    padding-bottom: 0;
  }
  .section-sliderbox .img-horizontal {
    margin-bottom: 0;
  }
  .section-deco-elements {
    display: none;
  }
  .section-item {
    padding-top: 2em;
  }
  .section-item .cta {
    margin: 1em 0 -1em 0;
  }
  .section-intro .article .item-page h2 {
    margin-bottom: 10px;
  }
  .section-intro .article .item-page h2 + p {
    display: none;
  }
  .aside-item p {
    display: none;
  }
  .slider-controller {
    bottom: 205px;
  }
  .quickrequest-box:has(.quickrequest) {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 300;
    background-color: rgba(19, 28, 57, 0.84);
  }
  .quickrequest .form-calendar, .quickrequest .form-number-adults {
    display: none;
  }
  .quickrequest form {
    height: 56px;
    line-height: 56px;
  }
  .quickrequest form > * {
    width: 50%;
    text-align: center;
  }
  .quickrequest form i {
    display: none;
  }
  .quickrequest .form-action-inquire button,
  .quickrequest .form-action-booking button {
    width: 100%;
    display: block;
    padding: 0;
    font-size: 15px;
    line-height: 56px;
    letter-spacing: 2px;
  }
  .scroll-to-top {
    bottom: 66px;
  }
  .aside-events .txt, .aside-offers .txt .inner, .offers-sliderbox {
    padding: 1.5em;
  }
  .footer {
    padding-bottom: 100px;
  }
  .footer-byaltea {
    bottom: 60px;
  }
  .aside-offers .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (max-width: 520px) {
  #form-period-box-overlay {
    display: none;
  }
  #sentres-map {
    height: 200px !important;
  }
  .sentres-fullscreen #sentres-map {
    height: 100% !important;
  }
}
@media screen and (max-width: 450px) {
  .footer-service li {
    display: block;
    margin: 5px 0;
  }
  .footer-service li:before {
    display: none;
  }
  .section-sliderbox .img-vertical {
    display: none;
  }
  .section-sliderbox .img-horizontal {
    width: 100%;
  }
  .section-item .slider-controller {
    right: 50%;
    margin: 0 -34px 0 0;
    bottom: 0;
  }
  .section-item .textbox {
    padding: 0;
    background: none;
  }
  .section-item .textbox .title {
    display: none;
  }
  .section-item .calltoaction {
    margin-top: -28px;
  }
  .slider-deco-element {
    width: 58px;
    height: 18px;
    margin: 0 0 0 -29px;
    background-size: 80%;
    bottom: 0;
  }
  .header-logo {
    margin: 15px;
  }
  .header-logo a, .header-logo img {
    width: 160px;
    height: auto;
  }
  .header-language {
    position: absolute;
    right: 10px;
    top: 0px;
  }
  .header-top:after {
    content: "";
    display: block;
    height: 1px;
  }
  .header-mobilemenu {
    top: 35px;
  }
  .slider-controller-items .show-prev {
    bottom: 13px;
    left: 15px;
  }
  .slider-controller-items .show-next {
    bottom: 13px;
    right: 15px;
  }
}
@media print {
  .header, .section-item .textbox {
    background: none !important;
    box-shadow: none !important;
  }
  .header-navigation, .header-servicemenu, .header-language, .aside-item, form,
  .footer-servicemenu, #altea-cookiebox-wrapper, .header-mobilemenu, .quickrequest-box,
  .slider-box, .backstretch, .section-deco-elements, .section-sliderbox, .slider-controller,
  .button, .scroll-to-top, .section-item .textbox h2:after {
    display: none !important;
  }
  .section-intro .article {
    width: auto;
  }
  .article, .section-item {
    padding: 2vw 0;
  }
  .section-item .imagebox, .item-page-parallax {
    height: auto !important;
  }
  .header-logo img {
    padding: 20px;
    background-color: var(--color-gray-lighter);
    border-radius: 5px;
  }
}

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