@charset "UTF-8";
/* Default: Extra-small devices such as small phones (less than 640px) */
::-webkit-scrollbar {
  width: 9px;
  background-color: #F2F2F2;
  -webkit-border-radius: 0;
}

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

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

* {
  box-sizing: border-box;
}

body, html {
  scroll-behavior: auto !important;
  overscroll-behavior: contain;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #2C2928;
  font-family: "DM Sans", serif;
  text-align: left;
  font-weight: 400;
  line-height: 1.2;
  font-optical-sizing: none;
  font-style: normal;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  body {
    font-size: 18px;
  }
}
body.mobile-menu-open {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
}

.mobile-hide {
  display: none;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .mobile-hide {
    display: block;
  }
}

.maxwidth {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2vh 15px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .maxwidth {
    padding: 2vh 80px;
  }
}
.maxwidth > .inner {
  padding: 20px 15px 20px 15px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .maxwidth > .inner {
    padding: 60px 80px 60px 80px;
  }
}
.maxwidth p, .maxwidth ul, .maxwidth ol {
  max-width: unset;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .maxwidth p, .maxwidth ul, .maxwidth ol {
    max-width: 850px;
  }
}
.maxwidth.innerpadding {
  max-width: 1280px;
  margin: 0;
  padding: 2vh 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .maxwidth.innerpadding {
    margin: 0 auto;
    padding: 0;
  }
}
.maxwidth.innerpadding > .inner {
  max-width: 1200px;
  padding: 24px;
  /* Large devices such as laptops (979px and up) */
  /* Largest devices such as desktops (1350px and up) */
  /* Largest devices such as desktops (1450px and up) */
}
@media only screen and (min-width: 979px) {
  .maxwidth.innerpadding > .inner {
    padding: 60px 80px 60px 80px;
  }
}
@media only screen and (min-width: 1350px) {
  .maxwidth.innerpadding > .inner {
    padding: 30px 40px 30px 40px;
  }
}
@media only screen and (min-width: 1450px) {
  .maxwidth.innerpadding > .inner {
    padding: 30px 24px 30px 24px;
  }
}
.maxwidth.innerpadding p, .maxwidth.innerpadding ul, .maxwidth.innerpadding ol {
  max-width: unset;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .maxwidth.innerpadding p, .maxwidth.innerpadding ul, .maxwidth.innerpadding ol {
    max-width: unset;
  }
}

.innerpadding {
  max-width: 1280px;
  margin: 0;
  padding: 2vh 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .innerpadding {
    margin: 0 auto;
    padding: 0;
  }
}
.innerpadding > .inner {
  max-width: 1200px;
  padding: 24px;
  /* Large devices such as laptops (979px and up) */
  /* Largest devices such as desktops (1350px and up) */
  /* Largest devices such as desktops (1450px and up) */
}
@media only screen and (min-width: 979px) {
  .innerpadding > .inner {
    padding: 60px 80px 60px 80px;
  }
}
@media only screen and (min-width: 1350px) {
  .innerpadding > .inner {
    padding: 30px 40px 30px 40px;
  }
}
@media only screen and (min-width: 1450px) {
  .innerpadding > .inner {
    padding: 30px 24px 30px 24px;
  }
}
.innerpadding p, .innerpadding ul, .innerpadding ol {
  max-width: unset;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .innerpadding p, .innerpadding ul, .innerpadding ol {
    max-width: unset;
  }
}
body:not(.homepage) .innerpadding h2, body:not(.homepage) .innerpadding h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 2.380952381ex;
  margin: 0 0 0.42em 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  body:not(.homepage) .innerpadding h2, body:not(.homepage) .innerpadding h3 {
    font-size: 30px;
  }
}

.fullwidth {
  padding: 0 15px;
  width: 100%;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .fullwidth {
    padding: 0;
  }
}
.fullwidth > .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .fullwidth > .inner {
    padding: 60px 80px 60px 80px;
  }
}
.fullwidth > .innerwidth {
  margin: 0 auto;
  padding: 30px 0 30px 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .fullwidth > .innerwidth {
    max-width: 98vw;
    padding: 60px 80px 60px 80px;
  }
}

.imgfull img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.no-p {
  padding: 0 !important;
}

.si-p {
  padding: 24px;
}

.m-top {
  margin-top: 24px !important;
}

.maxwidth + .maxwidth {
  margin-bottom: 24px;
}

.fullwidth + .maxwidth {
  margin-bottom: 0;
}

.maxwidth + .fullwidth {
  margin-bottom: 24px;
}

.bradius8 {
  border-radius: 8px;
}

.bradius16 {
  border-radius: 16px;
}

.accordion {
  color: #2C2928;
  cursor: pointer;
  padding: 20px;
  margin: 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 500;
  background: #F5F5F5;
  max-width: unset !important;
  transition: all 0.4s ease-out;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .accordion {
    font-size: 24px;
  }
}
.accordion::after {
  content: "+";
  color: #2C2928;
  font-weight: 400;
  float: right;
  margin-left: 5px;
  border: 1px solid #2C2928;
  border-radius: 100%;
  padding: 0 8px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .accordion::after {
    padding: 0 11px;
  }
}
.accordion.active, .accordion:hover {
  background: #F2F0F0;
}
.bg-gray .accordion.active, .bg-gray .accordion:hover {
  background: unset;
}
.accordion.active {
  border-radius: 16px 16px 0 0;
}
.accordion.active::after {
  content: "−";
}

.accordionpanel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  max-width: unset !important;
  margin-bottom: 20px;
  border-radius: 0 0 16px 16px;
  background: #F2F0F0;
}
.bg-gray .accordionpanel {
  background: unset;
}

.row {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  flex-direction: column;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .row {
    flex-direction: row;
  }
}
.row .col {
  width: auto;
  padding: 24px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .row .col {
    width: 50%;
    padding: 24px;
    display: flex;
    flex-direction: column;
  }
}
.row .col.col-large {
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .row .col.col-large {
    width: 100%;
  }
}
.row .col img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}
.row .col > p:first-of-type {
  margin-top: 0;
}
.row .col p > img {
  margin: 0;
}
.row .col > img:first-of-type {
  margin-bottom: 1lh;
}
.row .col img + div {
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .row .col img + div {
    min-height: 400px;
  }
  .article .item-page .row .col img + div {
    min-height: 200px;
  }
}
body:not(.homepage) .row .col h2, body:not(.homepage) .row .col h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 2.380952381ex;
  margin: 0 0 0.42em 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  body:not(.homepage) .row .col h2, body:not(.homepage) .row .col h3 {
    font-size: 30px;
  }
}
.row.imgbox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  margin-bottom: 0 !important;
}
.row.imgbox > p:first-of-type {
  height: 100%;
  margin-top: 0;
}
.row.imgbox.two-img {
  padding: 0 0 30px 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .row.imgbox.two-img {
    padding: 0 0 95px 0;
  }
}
.row.imgbox.two-img .col {
  padding: 0;
  display: block;
}
.row.imgbox.two-img .col:last-of-type img {
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .row.imgbox.two-img .col:last-of-type img {
    margin-top: 64px;
  }
}
.row.boxrevert {
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .row.boxrevert {
    flex-direction: row-reverse;
  }
}

:root {
  --fotoHeight: 70vw;
  --fotoHeightLarge: 100vh;
  --fotoHeightXLarge: 100vh;
}

.figureheader {
  position: relative;
  margin: 0 auto;
  height: var(--fotoHeight);
  /* Large devices such as laptops (979px and up) */
  /* Largest devices such as desktops (2000px and up) */
}
@media only screen and (min-width: 979px) {
  .figureheader {
    height: var(--fotoHeightLarge);
  }
}
@media only screen and (min-width: 2000px) {
  .figureheader {
    height: var(--fotoHeightXLarge);
  }
}
.figureheader *,
.figureheader :after,
.figureheader :before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.figureheader .scroll-down {
  display: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in 3s;
  transition: all 0.5s ease-in 3s;
}
.figureheader .scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: none;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transform: scale(1);
  /* Largest devices such as desktops (1280px and up) */
}
@media only screen and (min-width: 1280px) {
  .figureheader .scroll-down {
    display: block;
  }
}
.figureheader .scroll-down:before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid white;
  border-width: 0px 0 2px 2px;
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

#foto {
  position: relative;
  display: block;
  height: var(--fotoHeight);
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-size: 0;
  /* Large devices such as laptops (979px and up) */
  /* Largest devices such as desktops (2000px and up) */
}
@media only screen and (min-width: 979px) {
  #foto {
    height: var(--fotoHeightLarge);
  }
}
@media only screen and (min-width: 2000px) {
  #foto {
    height: var(--fotoHeightXLarge);
  }
}
#foto picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#videobox-header {
  display: block;
  height: var(--fotoHeight);
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-size: 0;
  /* Large devices such as laptops (979px and up) */
  /* Largest devices such as desktops (2000px and up) */
}
@media only screen and (min-width: 979px) {
  #videobox-header {
    height: var(--fotoHeightLarge);
  }
}
@media only screen and (min-width: 2000px) {
  #videobox-header {
    height: var(--fotoHeightXLarge);
  }
}
#videobox-header video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-sceltoPerTe {
  position: absolute;
  right: 20px;
  bottom: -47px;
  /* Medium devices such as tablets (768px and up) */
  /* Largest devices such as desktops (2000px and up) */
}
@media only screen and (min-width: 768px) {
  .box-sceltoPerTe {
    right: 60px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 2000px) {
  .box-sceltoPerTe {
    bottom: 60px;
  }
}
.box-sceltoPerTe .swiper-sceltoPerTe {
  position: relative;
  max-width: 85vw;
  overflow: hidden;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  .box-sceltoPerTe .swiper-sceltoPerTe {
    max-width: 530px;
  }
}
.box-sceltoPerTe .swiper-sceltoPerTe .slidePrev-btn, .box-sceltoPerTe .swiper-sceltoPerTe .slideNext-btn {
  bottom: 5px;
}
.box-sceltoPerTe .swiper-sceltoPerTe .slidePrev-btn img, .box-sceltoPerTe .swiper-sceltoPerTe .slideNext-btn img {
  width: 20px;
  height: 17px;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  .box-sceltoPerTe .swiper-sceltoPerTe .slidePrev-btn img, .box-sceltoPerTe .swiper-sceltoPerTe .slideNext-btn img {
    width: 20px;
    height: 17px;
  }
}
.box-sceltoPerTe .swiper-sceltoPerTe .slidePrev-btn {
  left: auto;
  right: 50px;
}
.box-sceltoPerTe .swiper-sceltoPerTe .slideNext-btn {
  right: 15px;
}
.box-sceltoPerTe .swiper-sceltoPerTe .swiper-slide {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  background: #F5F5F5;
}
.box-sceltoPerTe .swiper-sceltoPerTe .swiper-slide:before {
  display: none;
}
.box-sceltoPerTe .swiper-sceltoPerTe .swiper-slide a:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.box-sceltoPerTe .swiper-sceltoPerTe .swiper-slide .inner {
  display: flex;
  min-height: 120px;
  /* Medium devices such as tablets (768px and up) */
  width: calc(100% - 40px);
  margin-right: 20px;
  margin-left: 20px;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .box-sceltoPerTe .swiper-sceltoPerTe .swiper-slide .inner {
    min-height: 160px;
  }
}
.box-sceltoPerTe .swiper-sceltoPerTe .swiper-slide .inner a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  cursor: pointer;
  justify-content: center;
}
.box-sceltoPerTe .swiper-sceltoPerTe .swiper-slide .img-box {
  width: 50%;
  height: 85px;
  border-radius: 8px;
  overflow: hidden;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  .box-sceltoPerTe .swiper-sceltoPerTe .swiper-slide .img-box {
    height: 125px;
    min-width: 210px;
  }
}
.box-sceltoPerTe .swiper-sceltoPerTe .swiper-slide .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-out;
}
.box-sceltoPerTe .swiper-sceltoPerTe .swiper-slide .slider-content {
  width: 50%;
}
.box-sceltoPerTe .swiper-sceltoPerTe .swiper-slide .slider-content .cat-title {
  color: #2C2928;
  font-weight: 200;
  font-size: 18px;
  /* Medium devices such as tablets (768px and up) */
}
.box-sceltoPerTe .swiper-sceltoPerTe .swiper-slide .slider-content .cat-title b {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .box-sceltoPerTe .swiper-sceltoPerTe .swiper-slide .slider-content .cat-title {
    font-size: 20px;
  }
}
.box-sceltoPerTe .swiper-sceltoPerTe .swiper-slide .slider-content .image-title {
  font-size: 14px;
  color: #2C2928;
  font-weight: 700;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  .box-sceltoPerTe .swiper-sceltoPerTe .swiper-slide .slider-content .image-title {
    font-size: 20px;
  }
}

#hits {
  overflow: auto;
  max-height: 90%;
}
#hits .ais-Hits-item, #hits .ais-InfiniteHits-item {
  box-shadow: none;
  border-bottom: 1px solid #707070;
}

h1 br, h2 br, h3 br, h4 br {
  display: none;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  h1 br, h2 br, h3 br, h4 br {
    display: block;
  }
}

h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.05;
  margin: 0 0 0.32em 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.05;
  margin: 0 0 0.42em 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  h2 {
    font-size: 50px;
  }
}

h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.05;
  margin: 0 0 0.42em 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.05;
  margin: 0 0 0.42em 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  h4 {
    font-size: 30px;
  }
}

p, ul, ol {
  padding: 0;
  margin: 0.5em 0 1em 0; /* fallback for browsers lh without support */
  margin: 0.5lh 0 1lh 0;
}

ul, ol {
  padding: 0 0 0 20px;
}

.link {
  display: inline-flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  background: #2C2928;
  text-decoration: none;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #2C2928;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.link svg {
  transition: all 0.4s ease-out;
}
.link svg path {
  stroke: #fff;
}
.link:hover {
  color: #2C2928;
  background: #fff;
}
.link:hover svg {
  transition: all 0.4s ease-out;
}
.link:hover svg path {
  stroke: #2C2928;
}
.link.invert {
  color: #2C2928;
  background: #fff;
  border: 1px solid #2C2928;
}
.link.invert svg {
  transition: all 0.4s ease-out;
}
.link.invert svg path {
  stroke: #2C2928;
}
.link.invert:hover {
  color: #fff;
  background: #2C2928;
}
.link.invert:hover svg {
  transition: all 0.4s ease-out;
}
.link.invert:hover svg path {
  stroke: #fff;
}
.link.light {
  color: #2C2928;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
}
.link.light svg {
  transition: all 0.4s ease-out;
}
.link.light svg path {
  stroke: #2C2928;
}
.link.light:hover {
  color: #fff;
  background: #2C2928;
  border: 1px solid #F5F5F5;
}
.link.light:hover svg {
  transition: all 0.4s ease-out;
}
.link.light:hover svg path {
  stroke: #fff;
}
.link.full {
  width: 100%;
  justify-content: center;
}

.cgreen {
  color: #8CB824;
}

.cgreenh {
  color: #A0DD11;
}

.corange {
  color: #DFAB00;
}

.cgray {
  color: #707070;
}

.bg-green {
  background: #3D570A;
  color: #fff;
}

.bg-greenhigh {
  background: #3D570A;
  color: #fff;
}

.bg-orangehigh {
  background: #F8B62D;
}

.bg-gray {
  background: #F5F5F5;
}

.bg-white {
  background: #fff;
}

.bg-orange {
  background: #F8B62D;
}

.bg-orangelight {
  background: #FFF4E6;
}

.txt-column {
  max-width: unset;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  .txt-column {
    columns: 2;
    gap: 3vw;
  }
  .txt-column > *:first-child {
    margin-top: 0;
  }
  .txt-column > *:last-child {
    margin-bottom: 0;
  }
}

.smalltitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 2.380952381ex;
  margin: 0 0 0.42em 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .smalltitle {
    font-size: 30px;
  }
}

.smalltxt {
  font-size: 16px;
}

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

#content {
  position: relative;
  line-height: 1.5;
  padding-top: 64px;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  #content {
    padding-top: 94px;
  }
}
body.error-page #content {
  padding-top: 20px;
}
body.error-page #content .subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 2.380952381ex;
  margin: 0 0 0.42em 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  body.error-page #content .subtitle {
    font-size: 30px;
  }
}
body.noPhoto #content {
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  body.noPhoto #content {
    padding-top: 160px;
  }
}
body.view-accomodation #content {
  padding-top: 10px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  body.view-accomodation #content {
    padding-top: 135px;
  }
}
#content .breadcrumbs {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 15px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  #content .breadcrumbs {
    padding: 0 80px;
  }
}
#content .breadcrumbs .mod-breadcrumbs {
  margin: 0 0 20px 0;
  padding: 0;
}
#content .breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
#content .breadcrumbs a:hover {
  text-decoration: underline;
}
#content .article {
  position: relative;
  z-index: 12;
}
#content .article a:not(.link) {
  color: inherit;
  text-decoration: underline;
}
#content .article a:not(.link):hover {
  text-decoration: none;
}
#content .article iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 364px;
  border: none;
  border-radius: 8px;
}
#content .article .webcam_big {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content .blog .blog-item.row {
  gap: 0 30px;
}
#content .blog .blog-item.row .item-image {
  padding-bottom: 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  #content .blog .blog-item.row .item-image {
    padding-bottom: 24px;
  }
}
#content .eventpage .event-box {
  text-align: right;
}
#content .event-box .event-infos {
  padding: 0 0 8px 0;
}
#content .event-box .date, #content .event-box .place, #content .event-box .clock {
  display: inline-block;
  padding: 8px;
  margin: 0 10px 4px 0;
  background: #F2F0F0;
  border-radius: 8px;
}

.section-item {
  position: relative;
}
.section-item.section-highlightSwiper {
  overflow: hidden;
}
.section-item.section-highlightSwiper .swiper-material-wrapper {
  border-radius: 8px;
}
.section-item.section-highlightSwiper .swiper-material {
  height: 60vh;
  width: 100%;
  /* Largest devices such as desktops (1280px and up) */
}
@media only screen and (min-width: 1280px) {
  .section-item.section-highlightSwiper .swiper-material {
    height: 600px;
    width: 86vw;
  }
}
.section-item.section-highlightSwiper .material-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-item.section-highlightSwiper .material-label {
  position: absolute;
  color: #fff;
  opacity: 0.8;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 25px 40px 25px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  white-space: nowrap;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 80%);
}
.section-item.section-highlightSwiper .material-label .title {
  display: inline-block;
  font-size: 24px !important;
  font-weight: 500 !important;
  text-shadow: unset;
}
.section-item.section-highlightSwiper .material-label p {
  font-size: 16px;
  text-shadow: unset;
}
.section-item.section-hdm {
  overflow: hidden;
}
.section-item.section-hdm .hdm-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* Largest devices such as desktops (1280px and up) */
}
@media only screen and (min-width: 1280px) {
  .section-item.section-hdm .hdm-content {
    flex-direction: row;
    gap: 24px;
  }
}
.section-item.section-hdm .hdm-content .item-img {
  width: 100%;
  aspect-ratio: 1/1;
  /* Largest devices such as desktops (1280px and up) */
}
@media only screen and (min-width: 1280px) {
  .section-item.section-hdm .hdm-content .item-img {
    width: 50%;
  }
}
.section-item.section-hdm .hdm-content .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.section-item.section-hdm .hdm-content .item-content {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  border-radius: 8px;
  width: 100%;
  /* Largest devices such as desktops (1280px and up) */
}
@media only screen and (min-width: 1280px) {
  .section-item.section-hdm .hdm-content .item-content {
    width: 50%;
  }
}
.section-item.section-hdm .hdm-content .item-content .inner {
  padding: 20px;
}
.section-item.section-hdm .hdm-content .item-content .item-tag {
  display: inline-flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  border-radius: 4px;
  background: #FFEED2;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.section-item.section-hdm .hdm-content .item-content .item-hotel-name {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  /* Largest devices such as desktops (1280px and up) */
}
@media only screen and (min-width: 1280px) {
  .section-item.section-hdm .hdm-content .item-content .item-hotel-name {
    font-size: 40px;
    margin-right: 70px;
  }
}
.section-item.section-hdm .hdm-content .item-content .item-hotel-name a {
  text-decoration: none;
  color: inherit;
}
.section-item.section-hdm .hdm-content .item-content .item-locality, .section-item.section-hdm .hdm-content .item-content .item-cin {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
.section-item.section-hdm .hdm-content .item-content .temi-text-wrapper .text-content::after {
  background: linear-gradient(1deg, #F5F5F5, #F5F5F5, transparent);
}
.section-item.section-map .row .col:first-of-type {
  padding: 0;
}
.section-item.section-map-boxes {
  position: relative;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-item.section-map-boxes {
    margin-bottom: 20px;
  }
}
.section-item.section-map-boxes .box-parent .box-content {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  /* Large devices such as laptops (979px and up) */
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-item.section-map-boxes .box-parent .box-content {
    height: 322px;
  }
}
.section-item.section-map-boxes .box-parent .box-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 8px;
}
.section-item.section-map-boxes .box-parent .box-content .box-image {
  width: 100%;
  height: 100%;
}
.section-item.section-map-boxes .box-parent .box-content .box-image img {
  display: block;
  width: 100%;
  height: 60vw;
  object-fit: cover;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-item.section-map-boxes .box-parent .box-content .box-image img {
    height: 100%;
  }
}
.section-item.section-map-boxes .box-parent .box-content .box-image h4 {
  padding: 31px 29px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: #fff;
}
.section-item.section-map-boxes .box-parent .box-content .hidden-text {
  position: absolute;
  z-index: 1;
  top: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  border-radius: 8px;
}
.section-item.section-map-boxes .box-parent .box-content .hidden-text hr {
  display: none;
}
.section-item.section-map-boxes .box-parent .box-content .hidden-text h4 {
  margin: 20px 0 auto 0;
}
.section-item.section-map-boxes .box-parent .box-content .hidden-text .extratitle {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.0125em;
}
.section-item.section-map-boxes .box-parent .box-content .hidden-text .extrainfo {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.section-item.section-map-boxes .box-parent .box-content:hover > .hidden-text {
  opacity: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 20px;
}
.section-item.section-map-boxes .box-parent .onlyMobileSlider {
  position: relative;
  overflow: hidden;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-item.section-map-boxes .box-parent .onlyMobileSlider {
    overflow: unset;
  }
}
.section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-container {
  overflow: hidden;
}
.section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-wrapper {
  width: 100%;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
  }
  .section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-wrapper .el-content {
    width: calc(25% - 20px);
  }
  .section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-wrapper .el-content:nth-of-type(5), .section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-wrapper .el-content:nth-of-type(6), .section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-wrapper .el-content:nth-of-type(11), .section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-wrapper .el-content:nth-of-type(12), .section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-wrapper .el-content:nth-of-type(17), .section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-wrapper .el-content:nth-of-type(18) {
    width: calc(50% - 20px);
  }
}
.section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-slide {
  width: 100%;
}
.section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-slide:nth-of-type(3n+1) .hidden-text {
  background-color: #3D570A;
}
.section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-slide:nth-of-type(3n+1) .hidden-text h4 {
  color: #C1E589;
}
.section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-slide:nth-of-type(3n+1) .hidden-text .link {
  color: #3D570A;
  border-color: #3D570A;
}
.section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-slide:nth-of-type(3n+2) .hidden-text {
  background-color: #DFAB00;
}
.section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-slide:nth-of-type(3n+2) .hidden-text h4 {
  color: #FFE58F;
}
.section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-slide:nth-of-type(3n+2) .hidden-text .link {
  color: #DFAB00;
  border-color: #DFAB00;
}
.section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-slide:nth-of-type(3n+3) .hidden-text {
  background-color: #F59E00;
}
.section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-slide:nth-of-type(3n+3) .hidden-text h4 {
  color: #FEEAC5;
}
.section-item.section-map-boxes .box-parent .onlyMobileSlider .swiper-slide:nth-of-type(3n+3) .hidden-text .link {
  color: #F59E00;
  border-color: #F59E00;
}
.section-item.section-map-boxes .box-parent .onlyMobileSlider .slidePrev-btn, .section-item.section-map-boxes .box-parent .onlyMobileSlider .slideNext-btn {
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-item.section-map-boxes .box-parent .onlyMobileSlider .slidePrev-btn, .section-item.section-map-boxes .box-parent .onlyMobileSlider .slideNext-btn {
    display: none;
  }
}
.section-item.section-tophotel {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-item.section-tophotel {
    padding-bottom: 40px;
  }
}
.section-item.section-tophotel .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.section-item.section-tophotel .slider-container-item .slider-txt {
  min-height: 160px;
}
.section-item.section-esperienze {
  overflow: hidden;
}
.section-item.section-esperienze .swiper-esperienza {
  /* Large devices such as laptops (979px and up) */
}
.section-item.section-esperienze .swiper-esperienza .slider-img {
  aspect-ratio: 1/1;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-item.section-esperienze .swiper-esperienza .slider-img {
    aspect-ratio: 5/3;
  }
}
.section-item.section-esperienze .swiper-esperienza .slider-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.section-item.section-esperienze .swiper-esperienza .slider-img, .section-item.section-esperienze .swiper-esperienza .slider-txt {
  padding: 20px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-item.section-esperienze .swiper-esperienza .slider-img, .section-item.section-esperienze .swiper-esperienza .slider-txt {
    padding: 40px;
    width: 50%;
  }
}
@media only screen and (min-width: 979px) {
  .section-item.section-esperienze .swiper-esperienza .swiper-wrapper {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  .section-item.section-esperienze .swiper-esperienza .swiper-slide {
    display: flex;
    flex-direction: row-reverse;
  }
  .section-item.section-esperienze .swiper-esperienza .slidePrev-btn, .section-item.section-esperienze .swiper-esperienza .slideNext-btn {
    display: none;
  }
}
.section-item.section-articleList .inner {
  padding: 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-item.section-articleList .inner {
    padding: 0 80px 0 80px;
  }
}
.section-item.section-alloggiotypes {
  overflow: hidden;
}
.section-item.section-alloggiotypes .swiper-icons {
  position: relative;
}
.section-item.section-alloggiotypes .swiper-icons .swiper-slide .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 40px;
  justify-content: center;
}
.section-item.section-alloggiotypes .swiper-icons .slider-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
  max-width: 60px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-item.section-alloggiotypes .swiper-icons .slider-icon img {
    max-width: 80px;
  }
}
.section-item.section-alloggiotypes .swiper-icons .slider-txt {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.section-item.section-alloggiotypes .swiper-icons .slider-txt h3 {
  font-size: 20px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-item.section-alloggiotypes .swiper-icons .slider-txt h3 {
    font-size: 30px;
  }
}
.section-item.section-alloggiotypes .swiper-icons .slider-txt p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.section-item.swiper-facilitatori .swiper-slide {
  width: auto;
}
.section-item.section-lastone .row {
  align-items: center;
}
.section-item.section-lastone .row .col.firstcol {
  width: 100%;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-item.section-lastone .row .col.firstcol {
    width: 65%;
  }
}
.section-item.section-lastone .row .col.secondcol {
  width: 100%;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-item.section-lastone .row .col.secondcol {
    width: 35%;
  }
}
.section-item.section-lastone .row .col.secondcol .row {
  flex-direction: row;
}
.section-item.section-lastone .mod-simpleone a {
  color: #2C2928;
  text-decoration: none;
}
.section-item.section-lastone .mod-simpleone .subtitle {
  text-transform: uppercase;
}
.section-item.section-lastone .mod-simpleone h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-item.section-lastone .mod-simpleone h3 {
    font-size: 24px;
  }
}
.section-item.section-lastone .mod-simpleone figure {
  margin-bottom: 16px;
}
.section-item.section-lastone .mod-simpleone svg path {
  fill: #8CB824;
}
.section-item.section-lastone .mod-simpleone .col.firstcol {
  width: 90%;
}
.section-item.section-lastone .mod-simpleone .col.secondcol {
  width: 10%;
  padding: 0;
}

.temi-text-wrapper {
  margin-bottom: 2rem;
  position: relative;
}
.temi-text-wrapper.expanded .text-content::after {
  opacity: 0;
}
.temi-text-wrapper .text-content {
  overflow: hidden;
}
.temi-text-wrapper .text-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(1deg, #ffffff, #ffffff, transparent);
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.temi-text-wrapper .toggle-btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  width: 30px;
  display: inline-flex;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.facilitatori-nav {
  overflow: hidden;
}

.hotel-detail .onlymobile {
  display: block;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .hotel-detail .onlymobile {
    display: none;
  }
}
.hotel-detail .onlydesktop {
  display: none;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .hotel-detail .onlydesktop {
    display: block;
  }
}
.hotel-detail .hotel-header-container .inner {
  position: relative;
  padding-top: 0;
}
.hotel-detail .hotel-header-container .hotel-header-img {
  overflow: hidden;
  border-radius: 8px;
}
.hotel-detail .hotel-header-container .hotel-header-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 75vh;
  object-fit: cover;
  margin: 0;
}
.hotel-detail .hotel-header-container .hotel-contact-info {
  position: absolute;
  right: 100px;
  bottom: 80px;
  border-radius: 8px;
  background: #fff;
  padding: 40px;
  max-width: 350px;
}
.hotel-detail .hotel-header-container .hotel-contact-info p {
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.hotel-detail .hotel-header-container .hotel-contact-info a {
  text-decoration: none !important;
}
.hotel-detail .hotel-header-container .hotel-contact-info a:hover {
  text-decoration: underline !important;
}
.hotel-detail .hotel-header-container .hotel-contact-info .hotel-name {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.hotel-detail .hotel-header-container .hotel-contact-info .hotel-address {
  margin-bottom: 20px;
}
.hotel-detail .hotel-header-container .hotel-contact-info .hotel-contact {
  margin-bottom: 20px;
}
.hotel-detail .hotel-header-container .hotel-contact-info .hotel-cta-sito a {
  color: #F59E00 !important;
}
.hotel-detail .hotel-content h1 {
  color: #3D570A;
}
.hotel-detail .hotel-content h1 .lighter {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #2C2928;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .hotel-detail .hotel-content h1 .lighter {
    font-size: 30px;
  }
}
.hotel-detail #hotelmap {
  height: 300px;
  width: 100%;
  border-radius: 8px;
}
.hotel-detail #hotelmap a {
  text-decoration: none !important;
}
.hotel-detail .swiper-hotel-box .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.hotel-detail .swiper-hotel-box .swiper-hotelimages {
  position: relative;
}
.hotel-detail .swiper-hotel-box .swiper-hotelimages .swiper-slide {
  width: auto;
  height: auto;
}
.hotel-detail .swiper-hotel-box .swiper-hotelimages .slider-main-img {
  width: 100%;
  height: 50vh;
  border-radius: 8px;
  overflow: hidden;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .hotel-detail .swiper-hotel-box .swiper-hotelimages .slider-main-img {
    height: 75vh;
  }
}
.hotel-detail .swiper-hotel-box .swiper-hotelimages .slider-main-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotel-detail .swiper-hotel-box .swiper-hotelthumbs {
  box-sizing: border-box;
  padding: 24px 0;
  margin-left: auto;
  margin-right: auto;
}
.hotel-detail .swiper-hotel-box .swiper-hotelthumbs .swiper-slide-thumb-active .slider-container-img {
  border: 3px solid #2C2928;
}
.hotel-detail .swiper-hotel-box .swiper-hotelthumbs .slider-container-img {
  display: block;
  overflow: hidden;
  height: 100px;
  border-radius: 8px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .hotel-detail .swiper-hotel-box .swiper-hotelthumbs .slider-container-img {
    height: 170px;
  }
}
.hotel-detail .swiper-hotel-box .swiper-hotelthumbs .slider-container-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotel-detail .section-desc-hotel .hotel-info-box p {
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.hotel-detail .section-desc-hotel .hotel-info-box a {
  text-decoration: none !important;
}
.hotel-detail .section-desc-hotel .hotel-info-box a:hover {
  text-decoration: underline !important;
}
.hotel-detail .section-desc-hotel .hotel-info-box .hotel-name {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.hotel-detail .section-desc-hotel .hotel-info-box .hotel-address {
  margin-bottom: 20px;
}
.hotel-detail .section-desc-hotel .hotel-info-box .hotel-contact {
  margin-bottom: 20px;
}
.hotel-detail .hotel-services {
  position: relative;
}
.hotel-detail .hotel-services .inner {
  max-width: unset;
}
.hotel-detail .hotel-services .hotel-services-list {
  display: block;
  /* Small devices such as large phones (640px and up) */
}
@media only screen and (min-width: 640px) {
  .hotel-detail .hotel-services .hotel-services-list {
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2vw;
    justify-content: space-between;
  }
}
.hotel-detail .hotel-services .hotel-services-list .main-service-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 360px;
  max-width: 360px;
}
.hotel-detail .hotel-services .hotel-services-list .main-service-container:last-of-type {
  margin-right: auto;
}
.hotel-detail .hotel-services .hotel-services-list .main-service-container .title-services-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.hotel-detail .hotel-services .hotel-services-list .main-service-container .title-services-container span.hotel-service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  padding: 0.5rem;
}
.hotel-detail .hotel-services .hotel-services-list .main-service-container .title-services-container span.hotel-service-icon img {
  width: 100%;
  height: 100%;
}
.hotel-detail .hotel-services .hotel-services-list .main-service-container .title-services-container p {
  padding: 0.5rem 0.5rem;
  margin-bottom: 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .hotel-detail .hotel-services .hotel-services-list .main-service-container .title-services-container p {
    padding: 1rem 1rem;
  }
}
.hotel-detail .hotel-services .hotel-services-list .main-service-container .title-services-container p span {
  font-size: 24px;
}
.hotel-detail .hotel-services .hotel-services-list .main-service-container ul {
  list-style-position: inside;
  margin-bottom: 0;
  padding: 0 1rem 1rem;
}
.hotel-detail .hotel-services .hotel-services-list .main-service-container ul li {
  color: #2C2928;
}
.hotel-detail .section-contactform h3 span {
  color: #3D570A;
}
.hotel-detail .section-follow-me .aroundme-map-box {
  display: block;
  width: 100% !important;
}
.hotel-detail .section-follow-me a {
  text-decoration: none !important;
}
.hotel-detail .section-follow-me #hotelMap {
  height: 550px;
  width: 100%;
  border-radius: 8px;
}

form.alteaForm {
  position: relative;
  max-width: 100%;
  z-index: 10;
  margin-top: 2vh;
  display: flex;
  gap: 40px 0;
  flex-direction: column-reverse;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  form.alteaForm {
    align-items: center;
    padding: 0 0 0 0;
    flex-direction: row;
  }
}
form.alteaForm .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
form.alteaForm .row .col {
  margin: 15px 0.1vw !important;
  padding: 0;
  flex-basis: 100%;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  form.alteaForm .row .col {
    width: 40%;
    flex-grow: 1;
    flex-basis: unset;
    margin: 1.5vw 0.3vw !important;
  }
}
form.alteaForm .row .col .col-content {
  position: relative;
}
form.alteaForm .row .col .col-content label {
  position: absolute;
  top: -20px;
  left: 20px;
  padding: 0 5px;
  background: #fff;
  z-index: 4;
  font-family: "DM Sans", serif;
}
form.alteaForm .row .col .col-content svg, form.alteaForm .row .col .col-content i {
  position: absolute;
  right: 17px;
  top: 10px;
  width: 20px;
  height: 20px;
  z-index: 10;
}
form.alteaForm .row .col .col-content svg path, form.alteaForm .row .col .col-content i path {
  fill: #2C2928;
}
form.alteaForm .row.occupations .col {
  flex-basis: 70%;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  form.alteaForm .row.occupations .col {
    flex-basis: 5%;
    width: 5%;
  }
}
form.alteaForm .row.occupations .col.col-half {
  flex-basis: 100%;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  form.alteaForm .row.occupations .col.col-half {
    flex-basis: 5%;
    width: 5%;
  }
}
form.alteaForm .row.occupations .col.col-half.childrenages {
  display: none;
}
form.alteaForm .row.selecthospitality .col .col-content label {
  position: relative;
  left: auto;
  top: auto;
}
form.alteaForm .row.selecthospitality .col .col-content input.u-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(1px);
  display: block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
form.alteaForm .row.selecthospitality .col .col-content .label-radio > input.u-hidden + span {
  box-sizing: border-box;
  display: inline;
  margin: 0.5rem 0.25rem 0 0;
  padding: 0.25rem 0.45rem;
  user-select: none;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 10px;
}
form.alteaForm .row.selecthospitality .col .col-content .label-radio > input.u-hidden:checked + span {
  border: 1px solid #707070;
  color: #fff;
  background: #707070;
}
form.alteaForm .row.row-reverse {
  flex-direction: row-reverse;
}
form.alteaForm .item-privacy {
  font-size: 15px;
  margin: 28px 0;
  padding: 0.5em;
  line-height: 1.6em;
  background: rgba(0, 0, 0, 0.1);
}
form.alteaForm .item-privacy p {
  margin: 0;
  font-size: 15px;
}
form.alteaForm .item-privacy.scrolling {
  max-height: 70px;
  overflow: auto;
  padding-right: 10px;
}
form.alteaForm label {
  font-weight: 300;
}
form.alteaForm label.accept-information {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  font-weight: 300;
  display: block;
  padding: 1em 0;
}
form.alteaForm label.accept-information input {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
}
form.alteaForm label.accept-information input:checked {
  box-shadow: 0 0 0 2px #10ce62;
}
form.alteaForm input[type=text], form.alteaForm input[type=tel], form.alteaForm input[type=email], form.alteaForm select {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 10px;
  outline: none;
  color: #707070;
  font-family: "DM Sans", serif;
  font-size: 20px;
  z-index: 3;
  -webkit-appearance: none;
}
form.alteaForm input[type=text]::placeholder, form.alteaForm input[type=tel]::placeholder, form.alteaForm input[type=email]::placeholder, form.alteaForm select::placeholder {
  color: #707070;
}
form.alteaForm input[type=text]::-webkit-input-placeholder, form.alteaForm input[type=tel]::-webkit-input-placeholder, form.alteaForm input[type=email]::-webkit-input-placeholder, form.alteaForm select::-webkit-input-placeholder {
  color: #707070;
}
form.alteaForm input[type=text]:-ms-input-placeholder, form.alteaForm input[type=tel]:-ms-input-placeholder, form.alteaForm input[type=email]:-ms-input-placeholder, form.alteaForm select:-ms-input-placeholder {
  color: #707070;
}
form.alteaForm input[type=text]::-moz-placeholder, form.alteaForm input[type=tel]::-moz-placeholder, form.alteaForm input[type=email]::-moz-placeholder, form.alteaForm select::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
form.alteaForm input[type=text]:-moz-placeholder, form.alteaForm input[type=tel]:-moz-placeholder, form.alteaForm input[type=email]:-moz-placeholder, form.alteaForm select:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
form.alteaForm input.error, form.alteaForm select.error, form.alteaForm textarea.error {
  background-color: rgba(255, 90, 0, 0.1);
  border: 1px solid #9D0101;
  color: #000;
  -webkit-appearance: none;
}
form.alteaForm .af-form-dynamic-children-ages-block {
  display: flex;
  border: 1px solid #707070;
  border-radius: 10px;
}
form.alteaForm .af-form-dynamic-children-ages-block select {
  border: none;
  display: none;
  padding: 10PX 3px;
  text-align: center;
}
form.alteaForm textarea {
  position: relative;
  resize: vertical;
  width: 95%;
  min-height: 15vh;
  font-family: "DM Sans", serif;
  color: #707070;
  font-size: 18px;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 10px;
  background: transparent;
  outline: none;
  z-index: 3;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  form.alteaForm textarea {
    width: 98%;
  }
}
form.alteaForm textarea::placeholder {
  color: #707070;
}
form.alteaForm textarea::-webkit-input-placeholder {
  color: #707070;
}
form.alteaForm textarea:-ms-input-placeholder {
  color: #707070;
}
form.alteaForm textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
form.alteaForm textarea:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
form.alteaForm .errorMessages {
  display: none;
  text-align: left;
  border: 1px solid #9D0101;
  padding: 10px;
  margin-bottom: 20px;
  background: #fff;
  color: #000;
}
form.alteaForm .errorMessages label {
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 2px;
  font-size: 0.8em;
  padding: 0;
  text-align: left;
}
form.alteaForm .errorMessages p {
  color: #9D0101;
  font-weight: 400;
  margin-top: 0;
}
form.alteaForm .end-content {
  position: relative;
  text-align: center;
}
form.alteaForm .accept-information {
  display: block;
  padding: 1em 0;
}
form.alteaForm .accept-information input {
  width: 15px;
  height: 15px;
}
form.alteaForm p.cta {
  text-align: right;
}
form.alteaForm p.cta button {
  position: relative;
  min-width: 170px;
  font-size: 18px;
}
form.alteaForm p.cta button svg {
  top: auto;
}

.form_newsletter {
  width: 100%;
}
.form_newsletter td {
  display: block;
  width: 100%;
  padding: 5px 0;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  .form_newsletter td {
    padding: 10px 5px;
  }
}
.form_newsletter .nl_table label {
  font-weight: 700;
}
.form_newsletter .nl_table tr {
  display: flex;
  align-items: center;
}
.form_newsletter textarea {
  display: block;
  width: auto;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  .form_newsletter textarea {
    width: 90%;
  }
}
.form_newsletter input {
  font-size: 18px;
  margin: 0 5px 0 0;
  border-radius: 8px;
  padding: 16px 8px;
  border: 1px solid #2C2928;
  width: 100%;
  min-width: 280px;
}
.form_newsletter input#altea_privacy_1 {
  width: auto;
  min-width: unset;
  margin: 0 10px 0 0;
}
.form_newsletter .link input {
  border: none;
  background: none;
  color: #fff;
  padding: 0;
}
.form_newsletter .link input:hover {
  color: #2C2928;
}
.form_newsletter .privacyTextBox {
  position: relative;
  max-height: 80px;
  overflow: auto;
  font-size: 11px;
  line-height: 130%;
  padding: 5px;
  font-weight: normal;
  color: #2C2928;
  background-color: #FFEED2;
}
.form_newsletter .privacy_checkboxes {
  margin-bottom: 20px;
}

.grecaptcha-badge {
  bottom: 66px !important;
  z-index: 9999;
}

#form_portale .centrato {
  text-align: center;
}
#form_portale h2.form {
  font-size: 25px;
  margin: 24px 0 8px 0;
  color: #8CB824;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  #form_portale h2.form {
    font-size: 25px;
  }
}
#form_portale .richiesta_portali {
  width: 100%;
}
#form_portale label, #form_portale .titoloform {
  min-width: 120px;
  display: block;
  font-weight: 700;
}
#form_portale .portali_red {
  color: #F59E00;
  font-weight: 400;
  font-size: 16px;
}
#form_portale input[type=text], #form_portale input[type=number], #form_portale input[type=tel], #form_portale input[type=email], #form_portale select {
  font-size: 18px;
  margin: 0 5px 0 0;
  border-radius: 8px;
  padding: 8px 8px;
  border: 1px solid #2C2928;
  width: 100%;
  min-width: 280px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  /* Medium devices such as tablets (768px and up) */
}
#form_portale input[type=text]#altea_privacy_1, #form_portale input[type=number]#altea_privacy_1, #form_portale input[type=tel]#altea_privacy_1, #form_portale input[type=email]#altea_privacy_1, #form_portale select#altea_privacy_1 {
  width: auto;
  min-width: unset;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  #form_portale input[type=text], #form_portale input[type=number], #form_portale input[type=tel], #form_portale input[type=email], #form_portale select {
    margin-right: 40px;
  }
}
#form_portale input[type=text].portali_small, #form_portale input[type=number].portali_small, #form_portale input[type=tel].portali_small, #form_portale input[type=email].portali_small, #form_portale select.portali_small {
  width: auto;
  min-width: unset;
  max-width: 60px;
  margin: 0 5px 0 0;
}
#form_portale .ts-control {
  border-radius: 8px;
  border: 1px solid #2C2928;
  padding: 16px 8px;
  min-width: 200px;
}
#form_portale .ts-control .item {
  font-family: inherit;
  font-size: 18px;
}
#form_portale td {
  display: block;
  width: auto !important;
  padding: 5px 0;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  #form_portale td {
    display: inline-block;
    padding: 10px 5px;
  }
}
#form_portale .bg-gray {
  padding: 20px;
}
#form_portale .bg-gray td {
  display: inline-block;
}
#form_portale .bg-gray .titoloform {
  display: block !important;
}
#form_portale .optgroup-header {
  color: #707070;
  background: #FFEED2;
}
#form_portale .privacy_checkboxes label {
  display: inline;
}
#form_portale .privacyTextBox {
  position: relative;
  max-height: 80px;
  overflow: auto;
  font-size: 11px;
  line-height: 130%;
  padding: 5px;
  font-weight: normal;
  color: #2C2928;
  background-color: #FFEED2;
}
#form_portale textarea {
  width: 100%;
  min-width: 280px;
  padding: 16px 8px;
  border-radius: 8px;
  border: 1px solid #2C2928;
  font-size: 18px;
  margin: 0 5px 0 0;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  #form_portale textarea {
    width: auto;
  }
}
#form_portale button {
  display: flex;
  justify-content: center;
  font-size: 18px;
  min-width: 280px;
}

#sudtirolMap {
  width: 100%;
  height: auto;
}
#sudtirolMap .st1 {
  cursor: pointer;
  fill: transparent;
}
#sudtirolMap .region:hover {
  fill: rgba(223, 171, 0, 0.5);
  fill-opacity: 1;
  cursor: pointer;
}
#sudtirolMap .region.active {
  fill: rgba(140, 184, 36, 0.5);
  fill-opacity: 1;
  cursor: pointer;
}

#jmap_sitemap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2vh 15px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  #jmap_sitemap {
    padding: 2vh 80px;
  }
}
#jmap_sitemap > .inner {
  padding: 20px 15px 20px 15px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  #jmap_sitemap > .inner {
    padding: 60px 80px 60px 80px;
  }
}
#jmap_sitemap a {
  color: #2C2928;
  text-decoration: underline;
}
#jmap_sitemap a:hover {
  text-decoration: none;
}
#jmap_sitemap a[href="javascript:void(0);"] {
  text-decoration: none;
  cursor: default;
  color: #707070;
}
#jmap_sitemap .folder {
  display: none;
}
#jmap_sitemap .selected {
  all: unset;
}
#jmap_sitemap ul.jmap_filetree:last-of-type {
  margin-bottom: 20px;
}
#jmap_sitemap ul.jmap_filetree li {
  padding: 3px 0 3px 0;
}
#jmap_sitemap ul.jmap_filetree li ul {
  padding-left: 20px;
}
#jmap_sitemap ul.jmap_filetree li ul:last-of-type {
  margin-bottom: 20px;
}
#jmap_sitemap ul.jmap_filetree li ul li {
  font-size: 18px;
}
#jmap_sitemap ul.jmap_filetree li ul li ul:last-of-type {
  margin-bottom: 20px;
}
#jmap_sitemap ul.jmap_filetree li ul li ul li {
  font-size: 16px;
}
#jmap_sitemap ul.jmap_filetree li ul li ul li ul:last-of-type {
  margin-bottom: 20px;
}
#jmap_sitemap ul.jmap_filetree li ul li ul li ul li ul:last-of-type {
  margin-bottom: 20px;
}
#jmap_sitemap ul.jmap_filetree li ul li ul li ul li ul li {
  list-style-type: disc;
  font-size: 13px;
}
#jmap_sitemap ul.jmap_filetree li ul li ul li ul li ul li ul:last-of-type {
  margin-bottom: 20px;
}
#jmap_sitemap ul.jmap_filetree li ul li ul li ul li ul li ul li {
  font-size: 11px;
}

.section-map .location-list-all .region-list {
  display: none;
}
.section-map .location-list-all .region-list.active {
  display: block;
}
.section-map .location-list-all .region-list .row {
  height: auto;
  padding: 5px 0;
  gap: 10px;
}
.section-map .location-list-all .region-list .row .col {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 8px;
}
.section-map .location-list-all .region-list .row .col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 0;
}
.section-map .location-list-all .region-list .row .col:last-of-type {
  padding: 24px;
}
.section-map .location-list-all .region-list .row .col .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-map .location-list-all .region-list .row .col .title {
    font-size: 24px;
  }
}
.section-map .location-list-all .region-list .row.firstrow {
  flex-direction: row;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-map .location-list-all .region-list .row.firstrow {
    height: 150px;
  }
}
.section-map .location-list-all .region-list .row.firstrow .col {
  width: 50%;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-map .location-list-all .region-list .row.firstrow .col:first-of-type {
    width: 60%;
  }
  .section-map .location-list-all .region-list .row.firstrow .col:last-of-type {
    width: 40%;
  }
}
.section-map .location-list-all .region-list .row.secondrow {
  gap: 10px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-map .location-list-all .region-list .row.secondrow {
    gap: 10px;
  }
}
.section-map .location-list-all .region-list .row.secondrow hr {
  visibility: hidden;
  width: 0;
  height: 0;
}
.section-map .location-list-all .region-list .row.secondrow .col-a {
  /* Large devices such as laptops (979px and up) */
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: 8px;
}
@media only screen and (min-width: 979px) {
  .section-map .location-list-all .region-list .row.secondrow .col-a {
    width: 75%;
  }
}
.section-map .location-list-all .region-list .row.secondrow .col-a p {
  margin: 0;
}
.section-map .location-list-all .region-list .row.secondrow .col-b {
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-map .location-list-all .region-list .row.secondrow .col-b {
    width: 25%;
  }
}
.section-map .location-list-all .region-list .row.secondrow .col-b p {
  margin: 0;
}
.section-map .location-list-all .region-list .row.secondrow .col-b .link {
  justify-content: center;
  text-align: center;
  color: #3D570A;
  border-color: #fff;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-map .location-list-all .region-list .row.secondrow .col-b .link {
    height: 120px;
  }
}
.section-map .location-list-all .region-list .row.secondrow .col-b .link.invert:hover {
  color: #fff;
  background: #3D570A;
  border-color: #fff;
}
.section-map.bigmap .row {
  gap: 0 30px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-map.bigmap .row {
    flex-direction: column;
  }
}
.section-map.bigmap .row .col {
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-map.bigmap .row .col {
    width: 70%;
    margin: 0 auto;
  }
}
.section-map.bigmap .region-list .row.firstrow {
  height: auto;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-map.bigmap .region-list .row.firstrow {
    height: auto;
  }
}
.section-map.bigmap .region-list .row.secondrow, .section-map.bigmap .region-list .row.firstrow {
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-map.bigmap .region-list .row.secondrow, .section-map.bigmap .region-list .row.firstrow {
    flex-direction: row;
  }
}
.section-map.bigmap .region-list .row.secondrow .col, .section-map.bigmap .region-list .row.firstrow .col {
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .section-map.bigmap .region-list .row.secondrow .col, .section-map.bigmap .region-list .row.firstrow .col {
    width: 50%;
  }
}

.cards {
  display: flex;
  gap: 20px;
  padding: 0;
  flex-flow: row wrap;
}
.cards .card {
  margin: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  .cards .card {
    width: calc(50% - 20px);
  }
}
.cards .card-inner {
  overflow: hidden;
  width: 100%;
  padding: 0;
  position: relative;
  cursor: pointer;
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 8px;
  transition: all 0.4s ease-out;
}
.cards .card-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.4) 100%);
}
.cards .card-inner:hover img {
  transform: scale(1.1);
}
.cards .card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s ease-out;
}
.cards .card h2 {
  position: absolute;
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  align-items: flex-end;
  z-index: 10;
  top: 0;
  justify-content: flex-start;
  text-transform: none;
  font-size: 20px;
  color: #fff;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .cards .card h2 {
    font-size: 30px;
  }
}
.cards .card h2 a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  color: inherit;
  text-decoration: none !important;
}

.globalArticle-list {
  position: relative;
  overflow: hidden;
}
.globalArticle-list > .inner {
  padding: 0 80px 0 80px;
}

.searchfield .form_item {
  padding: 8px 0;
}
.searchfield .input-search {
  padding: 18px 10px;
  border-radius: 8px;
  border: 1px solid #000;
  outline: none;
  min-width: 60vw;
  font-size: 16px;
  margin-right: 5px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .searchfield .input-search {
    min-width: 280px;
    max-width: 300px;
  }
}
.searchfield .ts-control {
  padding: 0;
  margin: 0;
  border: none !important;
}
.searchfield .ts-control .item {
  font-family: inherit;
  font-size: 18px;
}
.searchfield label {
  display: block;
  color: #707070;
  margin-bottom: 5px;
}
.searchfield select {
  -moz-appearance: none;
  position: relative;
  z-index: 1;
  background-color: transparent;
  color: #2C2928;
  width: 100%;
  min-width: 60vw;
  font-size: 18px;
  font-family: inherit;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #000;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .searchfield select {
    min-width: unset;
    max-width: 280px;
  }
}
.searchfield select:focus-visible {
  border: none;
  box-sizing: border-box;
  outline: none;
}
.searchfield select option {
  color: #2C2928;
}
.searchfield button {
  font-size: 18px;
  font-family: inherit;
  cursor: pointer;
  padding: 16px;
  border-radius: 8px;
  outline: none;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  margin: 8px 0;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .searchfield button {
    margin: unset;
  }
}
.searchfield .link {
  margin-top: 18px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .searchfield .link {
    margin-top: unset;
  }
}

.com-finder__search {
  padding: 10px;
  border: none;
}

.swiper-hotel .slider-img, .swiper-article .slider-img {
  height: 320px;
}
.swiper-hotel .slider-img img, .swiper-article .slider-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.swiper-hotel .slider-txt, .swiper-article .slider-txt {
  margin: 20px 0;
  padding: 0 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 320px;
}
.swiper-hotel .slider-txt .hotel-name, .swiper-article .slider-txt .hotel-name {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 0 0;
}
.swiper-hotel .slider-txt .hotel-name a, .swiper-article .slider-txt .hotel-name a {
  text-decoration: none !important;
  color: inherit;
}
.swiper-hotel .slider-txt .hotel-name a h4, .swiper-article .slider-txt .hotel-name a h4 {
  font-size: 24px;
  font-weight: 700;
}
.swiper-hotel .slider-txt .item-locality, .swiper-hotel .slider-txt .item-cin, .swiper-article .slider-txt .item-locality, .swiper-article .slider-txt .item-cin {
  display: block;
  font-size: 16px;
  color: #707070;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
.swiper-hotel .slider-txt .cta-hotel-links, .swiper-article .slider-txt .cta-hotel-links {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: 10px;
  /* Largest devices such as desktops (1280px and up) */
}
@media only screen and (min-width: 1280px) {
  .swiper-hotel .slider-txt .cta-hotel-links, .swiper-article .slider-txt .cta-hotel-links {
    flex-direction: row;
    gap: 20px;
    margin-top: auto;
  }
}

.swiper-article .slider-txt {
  margin: 20px 0;
  padding: 0 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: unset;
}
.swiper-article .slider-txt .name {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 0 0;
}
.swiper-article .slider-txt .name a {
  text-decoration: none !important;
  color: inherit;
}
.swiper-article .slider-txt .name a h4 {
  font-size: 24px;
  font-weight: 700;
}

.searchnav-hotel-search-page .search-nav-hotel-search-page-container > span {
  color: #2C2928;
  width: 100%;
  font-size: 25px;
  font-weight: 700;
}
.searchnav-hotel-search-page .search-nav-hotel-search-page-container #quick_booking-search-page {
  height: 100%;
  width: 100%;
  display: flex;
  margin: auto 0 0 0;
  gap: 5px;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  /* Medium devices such as tablets (768px and up) */
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 768px) {
  .searchnav-hotel-search-page .search-nav-hotel-search-page-container #quick_booking-search-page {
    width: 100%;
    gap: 20px;
    align-items: center;
    flex-direction: row;
  }
}
@media only screen and (min-width: 979px) {
  .searchnav-hotel-search-page .search-nav-hotel-search-page-container #quick_booking-search-page {
    margin: 20px 0 0 0;
  }
}
.searchnav-hotel-search-page .search-nav-hotel-search-page-container #quick_booking-search-page form#navbar_hotel-search-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-content: flex-start;
  flex-wrap: nowrap;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .searchnav-hotel-search-page .search-nav-hotel-search-page-container #quick_booking-search-page form#navbar_hotel-search-page {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}
.searchnav-hotel-search-page .search-nav-hotel-search-page-container #quick_booking-search-page form#navbar_hotel-search-page .form_item {
  width: auto;
  border: 1px solid #2C2928;
  border-radius: 8px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  .searchnav-hotel-search-page .search-nav-hotel-search-page-container #quick_booking-search-page form#navbar_hotel-search-page .form_item {
    flex-basis: 30%;
  }
}
.searchnav-hotel-search-page .search-nav-hotel-search-page-container #quick_booking-search-page form#navbar_hotel-search-page .form_item:focus-visible {
  border: none;
  box-sizing: border-box;
  outline: none;
}
.searchnav-hotel-search-page .search-nav-hotel-search-page-container #quick_booking-search-page form#navbar_hotel-search-page .form_item select {
  -moz-appearance: none;
  position: relative;
  z-index: 1;
}
.searchnav-hotel-search-page .search-nav-hotel-search-page-container #quick_booking-search-page form#navbar_hotel-search-page .form_item select.navbar-search-item {
  background-color: transparent;
  color: #2C2928;
  min-width: 200px;
  width: 100%;
  font-size: 18px;
  border: none;
  border-radius: 0;
  padding: 16px;
}
.searchnav-hotel-search-page .search-nav-hotel-search-page-container #quick_booking-search-page form#navbar_hotel-search-page .form_item select.navbar-search-item:focus-visible {
  border: none;
  box-sizing: border-box;
  outline: none;
}
.searchnav-hotel-search-page .search-nav-hotel-search-page-container #quick_booking-search-page form#navbar_hotel-search-page .form_item select.navbar-search-item option {
  color: #2C2928;
}

.hotel-list-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
  position: relative;
  z-index: 1;
  padding: 4vh 0;
  /* Medium devices such as tablets (768px and up) */
  /* Largest devices such as desktops (1280px and up) */
}
@media only screen and (min-width: 768px) {
  .hotel-list-container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px 20px;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1280px) {
  .hotel-list-container {
    gap: 40px 20px;
  }
}
.hotel-list-container .hotel-item.hotel-search-page-item {
  flex-basis: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  /* Medium devices such as tablets (768px and up) */
  /* Largest devices such as desktops (1280px and up) */
}
@media only screen and (min-width: 768px) {
  .hotel-list-container .hotel-item.hotel-search-page-item {
    flex-basis: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1280px) {
  .hotel-list-container .hotel-item.hotel-search-page-item {
    flex-basis: calc(33% - 10px);
  }
}
.hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-item-img {
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-infos {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  z-index: 5;
  min-height: unset;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  .hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-infos {
    min-height: 200px;
  }
}
.hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-infos .hotel-search-locality {
  width: 100%;
  position: relative;
}
.hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-infos .hotel-search-locality p {
  color: #707070;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-infos span.hotel-type {
  display: block;
  color: #2C2928;
  font-weight: 200;
  font-size: 16px;
}
.hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-infos span.hotel-cin {
  display: block;
  color: #2C2928;
  font-weight: 300;
  font-size: 16px;
}
.hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-infos .hotel-search-name {
  width: 100%;
  margin-top: 10px;
}
.hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-infos .hotel-search-name p {
  color: #2C2928;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: normal;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  .hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-infos .hotel-search-name p {
    font-size: 24px;
  }
}
.hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-infos .hotel-search-name p a {
  color: #2C2928;
  text-decoration: none !important;
}
.hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-infos .hotel-search-cta {
  margin-top: auto;
  width: 100%;
  opacity: 1;
  visibility: visible;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-infos .hotel-search-cta .hotel-search-cta-website {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-infos .hotel-search-cta .hotel-search-cta-website:hover {
  cursor: pointer;
}
.hotel-list-container .hotel-item.hotel-search-page-item .hotel-search-infos .hotel-search-cta .hotel-search-cta-details:hover {
  cursor: pointer;
}

.last_minute_post {
  position: relative;
  display: flex;
  gap: 0;
  flex-direction: column;
  padding: 20px 0;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  .last_minute_post {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.last_minute_post a {
  text-decoration: none !important;
}
.last_minute_post .last_minute_thumb {
  width: 100%;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  .last_minute_post .last_minute_thumb {
    width: 40%;
  }
}
.last_minute_post .last_minute_thumb a {
  display: block;
}
.last_minute_post .last_minute_thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.last_minute_post .last_minute_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 0 20px 0;
  justify-content: flex-start;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  .last_minute_post .last_minute_info {
    padding: 0 40px;
    width: 60%;
    justify-content: center;
  }
}
.last_minute_post .last_minute_date {
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 16px;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  .last_minute_post .last_minute_date {
    left: 20px;
    right: auto;
  }
}
.last_minute_post .last_minute_date span {
  display: inline-block;
  background: #F2F0F0;
  padding: 5px;
  border-radius: 8px;
}
.last_minute_post .last_minute_nome {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  /* Medium devices such as tablets (768px and up) */
}
@media only screen and (min-width: 768px) {
  .last_minute_post .last_minute_nome {
    font-size: 30px;
  }
}
.last_minute_post .last_minute_categoria, .last_minute_post .last_minute_localita, .last_minute_post .last_minute_regione, .last_minute_post .last_minute_cin {
  display: flex;
  gap: 5px;
}
.last_minute_post .last_minute_categoria .pos_right, .last_minute_post .last_minute_localita .pos_right, .last_minute_post .last_minute_regione .pos_right, .last_minute_post .last_minute_cin .pos_right {
  font-weight: 700;
}
.last_minute_post .last_minute_text {
  padding: 20px 0;
}

footer {
  position: relative;
  background: #F5F5F5;
  color: #2C2928;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 30px;
  margin-top: 60px;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  footer {
    font-size: 18px;
  }
}
footer .twocol-box {
  display: flex;
  gap: 20px;
  flex-direction: column;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  footer .twocol-box {
    flex-direction: row;
  }
}
footer .twocol-box .col-item {
  position: relative;
  width: 100%;
  z-index: 1;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  footer .twocol-box .col-item {
    width: 50%;
  }
}
footer .twocol-box .col-item .inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
}
footer a {
  color: inherit;
  text-decoration: none;
  line-height: normal;
}
footer a:hover {
  text-decoration: underline;
}
footer a:is(.link) {
  text-decoration: none;
}
footer a:is(.link):hover {
  text-decoration: none;
}
footer .newsletter-box .newsletter-form {
  display: flex;
  gap: 10px;
}
footer .newsletter-box input, footer .newsletter-box button {
  font-size: 18px;
  border-radius: 8px;
}
footer .newsletter-box button {
  cursor: pointer;
}
footer .newsletter-box input {
  padding: 16px 8px;
  border: 1px solid #2C2928;
  width: 100%;
  max-width: 70%;
  margin: 0;
}
footer .link-utility {
  text-transform: uppercase;
}
footer .by-altea {
  position: relative;
  /* Large devices such as laptops (979px and up) */
}
@media only screen and (min-width: 979px) {
  footer .by-altea {
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}

.cta-mobile {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  /* Largest devices such as desktops (1280px and up) */
}
@media only screen and (min-width: 1280px) {
  .cta-mobile {
    display: none;
  }
}
.cta-mobile a {
  display: flex;
  width: 50%;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #2C2928;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.cta-mobile a.btn-search {
  background: #3D570A;
}
.cta-mobile a.btn-search svg path {
  stroke: #fff;
}
.cta-mobile a.btn-search:hover {
  background: #8CB824;
}
.cta-mobile a.btn-lastminute {
  background: #2C2928;
}
.cta-mobile a.btn-lastminute:hover {
  background: #8CB824;
}

.mod-weather-forecast-widget .card-custom-ct {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mod-weather-forecast-widget .card-custom-ct .card {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  /* Largest devices such as desktops (1280px and up) */
}
@media only screen and (min-width: 1280px) {
  .mod-weather-forecast-widget .card-custom-ct .card {
    gap: 30px;
  }
}
.mod-weather-forecast-widget .card-custom-ct .card strong {
  font-size: 24px;
  font-weight: 700;
}
.mod-weather-forecast-widget .card-custom-ct .card img {
  width: 100%;
  height: auto;
  max-width: 90px;
}
.mod-weather-forecast-widget .card-custom-ct .card .temp {
  display: flex;
  gap: 30px;
  margin: 0 0 14px 0;
}
.mod-weather-forecast-widget .card-custom-ct .card .temp-ct, .mod-weather-forecast-widget .card-custom-ct .card .temp-ct-min {
  padding: 0;
  margin: 0;
}
.mod-weather-forecast-widget .card-custom-ct .card .temp-ct span, .mod-weather-forecast-widget .card-custom-ct .card .temp-ct-min span {
  display: flex;
  gap: 6px;
  align-items: center;
}

.slidePrev-btn, .slideNext-btn {
  position: absolute;
  bottom: 44%;
  display: block;
  z-index: 10;
  cursor: pointer;
}
.slidePrev-btn img, .slideNext-btn img {
  display: block;
  width: 50px;
  height: 50px;
  /* Largest devices such as desktops (1350px and up) */
}
@media only screen and (min-width: 1350px) {
  .slidePrev-btn img, .slideNext-btn img {
    width: 90px;
    height: 90px;
  }
}

.slidePrev-btn {
  left: 15px;
}
.slidePrev-btn.swiper-button-disabled {
  display: none;
  opacity: 0.5;
  cursor: auto;
}

.slideNext-btn {
  right: 15px;
}
.slideNext-btn.swiper-button-disabled {
  display: none;
  opacity: 0.5;
  cursor: auto;
}

.swiper-button-lock {
  display: none !important;
}

.ts-dropdown .optgroup-header {
  font-size: 16px;
  text-transform: uppercase;
}

.ts-dropdown [data-selectable].option {
  font-size: 14px;
}

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