@media only screen and (max-width: 850px) {
  /* header */

  header {
    padding-top: 0;
  }

  .headerNav {
    position: static;
    height: auto;
    padding: 0;
    flex-direction: column;
  }

  .headerContact {
    order: -1;
    width: 100%;
    height: auto;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .headerContact > div {
    position: static;
    transform: none;
    text-align: center;
  }

  .headerContact a {
    background-size: 1rem 1rem;
    padding-left: 1.4rem;
    margin: 0 5px;
  }

  .headerContact > div > :nth-child(2) {
    display: none;
  }

  .headerContact > div > :last-child {
    display: inline;
  }

  .headerLogo {
    flex: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .headerLogo {
    width: auto;
  }

  .headerLogo img {
    max-width: none;
    width: auto;
    height: 30px;
    display: block;
  }

  .headerLogoMotto {
    line-height: 20px;
  }

  /* menu */

  .headerMenu {
    display: block;
    position: relative;
    background-color: #B0CCCF;
    width: 100%;
    transition: top 0.25s;
  }

  .headerMenu > ul > li.headerMenuHome {
    display: none;
  }

  .headerLogo.headerMenuActive {
    margin-top: 125px;
  }

  .headerMenu.headerMenuActive {
    position: fixed;
    top: 0;
    z-index: 1;
  }

  .headerMenu > ul {
    display: flex;
    width: 100%;
  }

  .headerMenu > ul > li {
    position: relative;
    display: block;
    width: 25%;
    padding: 15px 0;
  }

  .headerMenu > ul > li:nth-child(n+3) {
    margin-left: 0;
  }

  .headerMenu > ul > li:nth-child(n+3) > a {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
  }

  .headerMenu > ul > li > a {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: end;
    margin: 0 auto;
    height: 75px;
    font-size: 0.75rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #4A4A4A;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 45px;
  }

  .headerMenuIconRegions {
    background-image: url(/_resources/images/iconRegions.svg);
  }

  .headerMenuIconDestinations {
    background-image: url(/_resources/images/iconDestinations.svg);
  }

  .headerMenuIconHolidays  {
    background-image: url(/_resources/images/iconHolidays.svg);
  }

  .headerMenuIconRentCar  {
    background-image: url(/_resources/images/iconRentCar.svg);
  }

  .headerMenu > ul > li > ul {
    position: fixed;
    z-index: 1;
    left: 0;
    display: block;
    top: 105px;
    width: 100vw;
    overflow: hidden;
    height: calc(100vh - 105px);
    columns: 2;
    padding: 15px;
    background-color: #4A4A4A;
    z-index: 2;
    opacity: 0.9;
    visibility: visible;
    transform: none;
    transition: opacity 0.25s, visibility 0.25s, height 0s 0s;
  }

  .headerMenu > ul > li > ul::before {
    content: none;
  }

  .headerMenuMany > :first-child {
    display: block;
  }

  .headerMenu > ul > li > ul > li {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .headerMenu > ul > li > ul > li > a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    line-height: 2rem;
  }

  .headerMenu > ul > li > ul > li > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .headerMenuWide {
    column-span: all;
  }

  .headerMenu > ul > li.headerMenuHidden > ul {
    height: 0;
    visibility: hidden;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.25s, visibility 0.25s, height 0s 0.25s;
  }

  .headerMenu > ul > li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #4A4A4A;
    opacity: 0;
    margin-left: -10px;
    margin-top: -20px;
    transition: opacity 0.25s;
  }

  .headerMenu > ul > li:not(.headerMenuHidden)::after {
    opacity: 0.9;
  }

  .headerMenuClose {
    display: block;
    position: fixed;
    bottom: 30px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    padding: 0 16px 0 40px;
    background-image: url(/_resources/images/iconClose.svg);
    background-repeat: no-repeat;
    background-position: 16px 50%;
    background-size: 16px 16px;
    background-color: #BC1212;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 0.9rem;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
  }

  .headerMenuCloseHidden {
    display: none;
  }

  /* carousel */

  .carouselContainer {
    margin-bottom: 20px;
  }

  .carousel {
    width: 100vw;
    background-color: #B0CCCF;
    align-items: stretch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .carouselItem {
    display: flex;
    flex-direction: column;
    scroll-snap-stop: always;
    scroll-snap-align: center;
  }

  .carouselImage {
    height: calc(100vw * 9 / 16);
    object-fit: cover;
  }

  .carouselText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: static;
    padding: 10px 0;
    flex-grow: 1;
    text-align: center;
  }

  .carouselTextLight, .carouselTextDark  {
    color: #4A4A4A;
    text-shadow: none;
  }

  .carouselTextDark .carouselAction, .carouselTextLight .carouselAction {
    color: #4A4A4A;
    border: 1px solid #4A4A4A;
  }

  .carouselTextDark .carouselAction:hover, .carouselTextLight .carouselAction:hover {
    background-color: #4A4A4A;
    color: #FFFFFF;
  }

  .carouselSubtitle {
    font-size: 1rem;
  }

  .carouselTitle {
    font-size: 1.5rem;
  }

  .carouselAction {
    display: table;
    font-size: 0.8rem;
    line-height: 2.2rem;
    margin: 20px auto 0 auto;
  }

  .carouselDots {
    max-width: calc(100% - 20px);
    top: calc(100vw * 9 / 16 - 25px);
    bottom: auto;
  }

  .carouselDots > *:hover {
    border-top-width: 6px;
    border-bottom-width: 6px;
  }

  .carouselArrowLeft, .carouselArrowRight {
    top: calc(100vw * 9 / 16 / 2 - 20px);
    width: 60px;
    height: 40px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 40 80" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M50 41 0 0v82l50-41Z" style="fill:%23fff" transform="matrix(.8 0 0 .97561 0 0)"/></svg>');
    background-size: 20px 40px;
    opacity: 1;
    background-position: 50% 50%;
  }

  .carouselArrowLeft {
    left: 0;
  }

  .carouselArrowRight {
    right: 0;
  }

  /* message */

  .message {
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 0 20px;
  }

  /* home */

  .homeSectionRegions {
    grid-template-columns: 1fr 1fr;
  }

  div.homeSectionRegionsHeader {
    flex-direction: column;
  }

  h1.homeSectionRegionsTitle {
    display: table;
    margin-bottom: 15px;
    padding-left: 0;
    padding-bottom: 15px;
    background: none;
    text-align: center;
  }

  .homeInfo {
    width: 100%;
  }

  .homeInfo > h1 {
    font-size: 1.3em;
  }

  .homeInfo p {
    text-align: left;
  }

  @media only screen and (max-width: 640px) {
    .homeSocial {
      flex-direction: column;
      align-items: start;
    }

    .homeSocial > :first-child {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
    }

    .homeSocial > * + * {
      margin-left: 0;
    }
  }

  /* list */

  .list {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .listItem {
    width: 100%;
    padding-bottom: 0;
  }

  .listImage {
    display: block;
    width: 100%;
  }

  .listPrice {
    top: 0;
    margin-top: calc(-3rem - 36px);
    display: table;
    position: relative;
  }

  .listTitle {
    padding: 20px 20px 0 20px;
  }

  .listDescription {
    padding: 0 20px;
  }

  .listButton {
    position: static;
    margin-top: 20px;
    margin-left: 20px;
  }

  .listTags {
    right: 20px;
  }

  .listItem:nth-child(n+2) {
    margin-top: 20px;
  }

  /* custom page */

  .pageSection {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pageSection h1 {
    font-size: 1.4rem;
  }

  .pageGallery > article {
    width: calc((100% - 15px) / 2);
  }

  .pageGallery > article span {
    left: 50%;
    font-size: 1.7rem;
    transform: translateX(-50%);
  }

  .pageImage > div {
    font-size: 1.5rem;
  }

  .pageImageText {
    flex-direction: column;
  }

  .pageImageText > img {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .pageImageText > div {
    width: 100%;
  }

  .pageItems3 > .listItem {
    width: 100%;
  }

  .pageItems3 > .listItem:nth-child(n+3) {
    margin-top: 20px;
  }

  /* foooter */

  .footerLinks {
    padding: 20px;
    flex-wrap: wrap;
  }

  .footerLinks > :nth-child(-n+4) {
    width: calc(50% - 10px);
  }

  .footerLinks > :nth-child(n+3) {
    margin-top: 20px;
  }

  .footerLinks > :last-child {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .footerSocial {
    width: auto;
  }

  .footerSocial > a {
    margin: 0 0 0 10px;
  }

  /* tag */

  .cover {
    margin-bottom: 20px;
  }

  .coverImage {
    width: 100vw;
    height: calc(100vw * 9 / 16);
    object-fit: cover;
  }

  .coverTitle > div {
    bottom: 0px;
    padding: 0 20px 20px 20px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .coverContent {
    padding: 20px;
  }

  .pageSection.coverArticle > .itemCover {
    margin: 0 0 20px -20px;
  }

  .coverArticle > :not(script, .breadcrumbs, .itemCover) {
    width: 100%;
  }

  .filter {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border: 0;
  }

  .filterFilter {
    flex-wrap: wrap;
    margin-left: -10px;
  }

  .filterFilter + .filterFilter {
    margin-top: 20px;
  }

  .filterFilter > :first-child {
    width: 100%;
    margin: 0 0 -5px 10px;
  }

  .filterFilter > a {
    margin-top: 10px;
  }

  .filter > h1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #9F9691;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: normal;
  }

  .filter > h1::after {
    content: none;
  }

  /* item */

  .item {
    margin-bottom: 20px;
  }

  .item > * {
    width: 100%;
    padding: 0 10px;
  }

  .item > nav {
    width: calc(100% - 20px);
  }

  .item > h1, .itemRelated > h1 {
    font-size: 1.4rem;
    letter-spacing: 0.25rem;
    padding: 0 10px 10px 10px;
    margin-bottom: 20px;
  }

  .item > .pageBooking {
    max-width: calc(100% - 20px);
    padding: 4px;
  }

  .pageList {
    padding: 16px;
  }

  .pageListSkiMap {
    position: static;
    display: block;
    margin-bottom: 16px;
  }

  .pageListList {
    display: block;
  }

  .pageListList > :first-child, .pageListList img {
    width: 100%;
    margin: 0 auto 1rem auto;
    max-width: 500px;
  }

  .item ul, .item ol {
    padding-left: 2rem;
  }

  .itemAnchor::before {
    content: '';
    display: block;
    height: 0px;
    margin-top: 0px;
    visibility: hidden;
  }

  img.itemCover {
    width: 100vw;
    padding: 0;
    height: calc(100vw * 9 / 16);
    object-fit: cover;
    margin-bottom: 20px;
  }

  .itemRelated {
    width: 100%;
    margin: 0 0 20px 0;
    display: block;
  }

  .itemRelated > .listItem {
    width: 100%;
    margin-top: 20px;
  }

  .itemRelated > .listItem:nth-child(n+3) {
    margin: 20px 0 0 0;
  }

  .itemRelated .listPrice {
    top: 0;
  }

  .itemRelated .listTitle {
    padding-top: 20px;
  }

  .itemRelated .listPrice {
    line-height: 1.4rem;
  }

  .itemRelated .listPrice > :first-child {
    font-size: 0.75rem;
  }

  .itemRelated .listPrice > :last-child {
    font-size: 1.5rem;
  }

  .itemButtons {
    bottom: 20px;
    margin-bottom: 20px;
  }

  .itemButton {
    margin: 0 5px;
    padding: 1rem;
  }

  .itemButton > :first-child {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .itemButton > :last-child {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .itemMessage {
    width: calc(100% - 20px);
    padding: 10px;
  }

  .itemWidgetPO, .itemWidgetP {
    padding: 15px;
    max-width: calc(100% - 20px);
  }

  .itemWidgetPO > div:first-of-type {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #9F9691;
    padding-right: 0;
    padding-bottom: 15px;
  }

  .itemWidgetPO > *:last-child {
    width: 100%;
    margin: 15px 0 0 0;
  }

  /* contact */

  div.itemMap {
    height: 65vw;
  }

  div.itemColumns {
    display: block;
  }

  .itemColumns > * {
    width: 100%;
  }

  .itemColumns > :nth-child(2n+2) {
    border: 0;
    padding-left: 0;
  }

  .itemIcon {
    line-height: normal;
    padding: 0.2rem 0 5px 2rem;
  }

  .itemTable {
    width: 100%;
    overflow-x: auto;
  }

  /* info */

  .infoContent {
    width: 100%;
  }
}

@media only screen and (min-width: 541px) and (max-width: 850px) {
  .coverTitle > div {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .headerMenu > ul > li > ul > li.headerMenuWide {
    column-span: none;
  }

  .headerMenu > ul > li > ul.headerMenuMany {
    columns: 4;
    padding-bottom: 70px;
  }

  .carouselArrowLeft {
    left: 5px;
  }

  .carouselArrowRight {
    right: 5px;
  }

  .carouselArrowLeft, .carouselArrowRight {
    top: calc(100vw * 9 / 16 / 2 - 25px);
    width: 75px;
    height: 50px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 40 80" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M50 41 0 0v82l50-41Z" style="fill:%23fff" transform="matrix(.8 0 0 .97561 0 0)"/></svg>');
    background-size: 25px 50px;
    opacity: 1;
  }
}

@media only screen and (min-width: 851px) and (max-width: 1279px) {
  /* header */

  header {
    padding: 0;
  }

  .headerNav {
    position: static;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0 20px 0;
    height: auto;
  }

  .headerContact {
    order: -1;
    width: 100%;
    height: auto;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .headerContact > div {
    position: static;
    transform: none;
    text-align: center;
  }

  .headerContact a {
    background-size: 1rem 1rem;
    padding-left: 1.4rem;
    margin: 0 5px;
  }

  .headerContact > div > :last-child {
    display: inline;
  }

  .headerLogo {
    flex: 0 0 180px;
    width: 180px;
    margin-left: 20px;
  }

  .headerLogoMotto {
    font-size: 0.7rem;
  }

  .headerMenu {
    margin-right: 20px;
  }

  .headerMenu > ul > li:first-child {
    margin-right: 25px;
    padding-right: 25px;
  }

  .headerMenu > ul > li:nth-child(n+3) {
    margin-left: 40px;
  }

  /* carousel */

  .carouselContainer {
    margin-bottom: 20px;
  }

  .carouselItem {
    display: flex;
    position: static;
    background-color: #B0CCCF;
  }

  .carouselImage {
    width: 66%;
    height: calc(66vw * 9 / 16);
    object-fit: cover;
  }

  .carouselText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: static;
    padding: 10px;
    flex-grow: 1;
    text-align: center;
    width: 34%;
  }

  .carouselTextLight, .carouselTextDark  {
    color: #4A4A4A;
  }

  .carouselTextDark .carouselAction, .carouselTextLight .carouselAction {
    color: #4A4A4A;
    border: 1px solid #4A4A4A;
  }

  .carouselTextDark .carouselAction:hover, .carouselTextLight .carouselAction:hover {
    background-color: #4A4A4A;
    color: #FFFFFF;
  }

  .carouselSubtitle {
    font-size: 1rem;
  }

  .carouselTitle {
    font-size: 1.3rem;
  }

  .carouselAction {
    display: table;
    font-size: 0.8rem;
    line-height: 2.2rem;
    margin: 20px auto 0 auto;
  }

  .carouselDots {
    left: 33%;
  }

  .carouselDots > * {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  .homeInfo {
    width: 100%;
  }

  /* tag */

  .cover {
    margin-bottom: 20px;
  }

  .coverTitle > div {
    bottom: 0;
    padding: 0 20px 20px 20px;
    font-size: 3rem;
    line-height: 3rem;
  }

  .coverContent {
    padding: 20px;
  }

  /* list */

  .list {
    width: 100%;
    margin-bottom: 20px;
  }

  .listItem {
    width: calc(50% - 10px);
  }

  .listImage {
    display: block;
  }

  .listPrice {
    top: 0;
    margin-top: calc(-3rem - 36px);
    display: table;
    position: relative;
  }

  .listTitle {
    padding: 20px 20px 0 20px;
  }

  .listDescription {
    padding: 0 20px;
  }

  .listButton {
    left: 20px;
  }

  .listTags {
    right: 20px;
  }

  /* custom page */

  .pageSection {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* footer */

  .footerLinks {
    flex-wrap: wrap;
    padding: 20px;
  }

  .footerLinks > :nth-child(-n+4) {
    width: 25%;
  }

  .footerLinks > :last-child {
    margin-top: 20px;
    width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .footerSocial {
    width: auto;
  }

  .footerSocial > a {
    margin: 0 0 0 10px;
  }

  /* item */

  .item > * {
    width: 100%;
    padding: 0 20px;
  }

  .item > nav {
    width: calc(100% - 40px);
  }

  .item ul {
    padding-left: 2rem;
  }

  img.itemCover {
    width: 100vw;
    padding: 0;
    height: calc(100vw * 9 / 16);
    object-fit: cover;
    margin-bottom: 20px;
  }

  .itemTable {
    width: 100%;
    overflow-x: auto;
  }

  .itemRelated {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }

  .itemRelated > h1 {
    margin-bottom: 20px;
  }

  .itemRelated > .listItem {
    width: calc(50% - 10px);
    margin: 0 0 20px 0;
  }

  .itemRelated > .listItem:nth-child(n+3) {
    margin: 0 0 20px 0;
  }

  .itemRelated .listTitle {
    margin: 10px 0;
  }

  .itemRelated .listPrice {
    top: 0;
    line-height: 1.4rem;
  }

  .itemRelated .listPrice > :first-child {
    font-size: 0.75rem;
  }

  .itemRelated .listPrice > :last-child {
    font-size: 1.5rem;
  }

  .itemRelated .listTitle {
    padding-top: 20px;
  }

  .itemMessage {
    width: calc(100% - 40px);
    padding: 10px;
  }

  .itemYT {
    width: 100%;
    height: auto;
    padding: 0 0 56.25% 0;
  }

  .itemWidgetPO {
    padding: 15px;
  }

  /* info */

  .infoContent {
    width: 100%;
  }
}

@media only screen and (min-width: 921px) and (max-width: 1279px) {
}
