/* -------------------------------------------------- Colors */
/* -------------------------------------------------- Fonts */
/* -------------------------------------------------- Miscellaneous */
/* -------------------------------------------------- Icons Standard */
/* -------------------------------------------------- Icons Attributes */
/* -------------------------------------------------- Icons Weather */
/* -------------------------------------------------- Icons KS */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* -------------------------------------------------- Mixins */ /* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Header */
header .prevArea,
header .nextArea {
  height: 100%;
  position: absolute;
  top: 0;
  width: 5rem;
  z-index: 1;
}
header .prevArea .prev,
header .prevArea .next,
header .nextArea .prev,
header .nextArea .next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 1.5rem);
}
header .prevArea .prev i,
header .prevArea .next i,
header .nextArea .prev i,
header .nextArea .next i {
  color: var(--white);
  font-size: 3rem;
  font-weight: bold;
}
header .prevArea .prev,
header .nextArea .prev {
  left: 2rem;
}
header .prevArea .prev i,
header .nextArea .prev i {
  text-shadow: var(--text-shadow--arrow-left);
}
header .prevArea .next,
header .nextArea .next {
  right: 2rem;
}
header .prevArea .next i,
header .nextArea .next i {
  text-shadow: var(--text-shadow--arrow-right);
}
header .prevArea {
  left: 0;
}
header .nextArea {
  right: 0;
}

.navigation {
  height: 7.5rem;
  position: relative;
  width: 100%;
  z-index: 7;
}
@media (min-width: 1200px) {
  .navigation {
    height: 6.5rem;
  }
}
@media (min-width: 1200px) {
  .navigation:not(.first) {
    position: fixed;
  }
}
.navigation.sticky {
  background: #fff;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
}
.navigation.sticky--in {
  transform: translateY(0);
  transition: transform 0.5s ease-out;
}
.navigation.sticky--out {
  transform: translateY(-100%);
  transition: transform 0.5s ease-out;
}
.navigation.sticky .navigation__container {
  background: #fff;
}
.navigation.sticky .navigation__firstList .navigation__item:hover .navigation__link, .navigation.sticky .navigation__firstList .navigation__item:focus .navigation__link, .navigation.sticky .navigation__firstList .navigation__item:active .navigation__link {
  color: var(--text);
  text-shadow: none;
}
.navigation.sticky .navigation__firstList .navigation__item:hover .navigation__secondList:before, .navigation.sticky .navigation__firstList .navigation__item:focus .navigation__secondList:before, .navigation.sticky .navigation__firstList .navigation__item:active .navigation__secondList:before {
  display: none;
}
.navigation.sticky .navigation__firstList .navigation__link {
  color: var(--text);
  text-shadow: none;
}
.navigation.sticky.first .navigation__firstList .navigation__link {
  color: #fff;
}
.navigation__bar {
  height: 7.5rem;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media (min-width: 1200px) {
  .navigation__bar {
    height: 8rem;
    position: absolute;
  }
}
.navigation__rectangle {
  align-items: center;
  background: var(--white);
  display: flex;
  height: 100%;
  justify-content: flex-start;
  padding-left: 2rem;
  pointer-events: auto;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media (min-width: 1200px) {
  .navigation__rectangle {
    height: 6.4rem;
    justify-content: space-between;
    max-width: 40rem;
  }
}
.navigation__rectangle__skew {
  background: var(--white);
  border-radius: 20%;
  display: none;
  height: 7rem;
  position: absolute;
  right: -4rem;
  top: -0.6rem;
  transform: skew(-30deg);
  width: 7rem;
  z-index: -1;
}
@media (min-width: 1200px) {
  .navigation__rectangle__skew {
    display: block;
  }
}
.navigation__rectangle__corner {
  background: none;
  display: none;
  height: 5rem;
  position: absolute;
  right: -9.2rem;
  top: 1rem;
  width: 5rem;
}
@media (min-width: 1200px) {
  .navigation__rectangle__corner {
    display: block;
  }
}
.navigation__rectangle__corner:before {
  background: none;
  border-radius: 50%;
  box-shadow: var(--box-shadow--corner);
  content: "";
  height: 4rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 4rem;
  z-index: -1;
}
.navigation__rectangle__line {
  background: var(--white);
  height: 1rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.navigation__rectangle__shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  display: none;
  height: 8rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 1200px) {
  .navigation__rectangle__shadow {
    display: block;
  }
}
.navigation__logo {
  flex-shrink: 0;
  height: 5rem;
  margin: 0;
  padding-right: 6rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .navigation__logo {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .navigation__logo.hasInfo {
    max-width: 22rem;
    padding: 0;
  }
}
.navigation__logo a {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation__logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.navigation__info {
  display: none;
  flex-shrink: 0;
  max-width: 18rem;
  padding-left: 2rem;
}
@media (min-width: 576px) {
  .navigation__info {
    display: block;
  }
}
.navigation__info p {
  font-size: 1.2rem;
  margin: 0;
}
.navigation__info.first {
  align-items: center;
  background: var(--grey--contact);
  display: flex;
  height: 5rem;
  justify-content: center;
  max-width: none;
  width: 100%;
}
@media (min-width: 1200px) {
  .navigation__info.first {
    margin-bottom: 3rem;
  }
}
.navigation__info.first .navigation__contact {
  align-items: center;
  display: flex;
  margin: 0 3rem;
}
.navigation__info.first .navigation__contact a {
  align-items: center;
  display: flex;
}
.navigation__info.first .navigation__contact .ew-phone {
  font-size: 2rem;
}
.navigation__info.first .navigation__contact .ew-mail {
  font-size: 2.2rem;
}
.navigation__info.first .navigation__contact .ew-whatsapp {
  font-size: 2rem;
}
.navigation__info.first .navigation__contact span {
  display: none;
  font-size: 1.2rem;
  margin-left: 0.5rem;
}
@media (min-width: 576px) {
  .navigation__info.first .navigation__contact span {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .navigation__info.first .navigation__contact span {
    font-size: 1.8rem;
  }
}
.navigation__tel {
  margin: 0 0 0.5rem 0;
}
.navigation__title {
  align-items: center;
  display: flex;
  height: calc(100% - 7.5rem);
  justify-content: center;
  padding: 1rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1200px) {
  .navigation__title {
    height: 100%;
  }
}
.navigation__text {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .navigation__text {
    margin-top: -3rem;
  }
}
@media (min-width: 1920px) {
  .navigation__text {
    margin-top: -10rem;
  }
}
.navigation__text h1 {
  color: var(--white);
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: var(--text-shadow);
}
@media (min-width: 768px) {
  .navigation__text h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .navigation__text h1 {
    font-size: 6rem;
  }
}
.navigation__blur {
  background: rgba(255, 255, 255, 0.3);
  filter: blur(3rem);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.navigation__burger {
  cursor: pointer;
  height: 3rem;
  position: absolute;
  right: 2rem;
  top: 2.5rem;
  transform: rotate(0deg);
  transition: var(--transition);
  width: 2.5rem;
  z-index: 4;
}
@media (min-width: 1200px) {
  .navigation__burger {
    display: none;
  }
}
.navigation__burger span {
  background: var(--secondary);
  display: block;
  height: 0.1rem;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: var(--transition);
  width: 100%;
}
.navigation__burger span:nth-child(1) {
  top: 0;
}
.navigation__burger span:nth-child(2), .navigation__burger span:nth-child(3) {
  top: 1rem;
}
.navigation__burger span:nth-child(4) {
  top: 2rem;
}
.navigation__burger.active span:nth-child(1), .navigation__burger:focus-visible span:nth-child(1) {
  left: 50%;
  top: 1.3rem;
  width: 0;
}
.navigation__burger.active span:nth-child(2), .navigation__burger:focus-visible span:nth-child(2) {
  transform: rotate(45deg);
}
.navigation__burger.active span:nth-child(3), .navigation__burger:focus-visible span:nth-child(3) {
  transform: rotate(-45deg);
}
.navigation__burger.active span:nth-child(4), .navigation__burger:focus-visible span:nth-child(4) {
  left: 50%;
  top: 1.3rem;
  width: 0%;
}
.navigation__menu {
  font-size: 3rem;
  line-height: 3rem;
  margin: -5rem 0 2rem 0;
}
@media (min-width: 1200px) {
  .navigation__menu {
    display: none;
  }
}
.navigation__container {
  background: var(--white);
  box-shadow: var(--box-shadow--menu);
  max-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: var(--transition);
  width: 0;
  z-index: 2;
}
@media (min-width: 1200px) {
  .navigation__container {
    background: transparent;
    box-shadow: none;
    display: block;
    max-width: none;
    overflow: visible;
    padding: 1rem 0 0 45rem;
    width: 100%;
  }
}
.navigation__container.active {
  max-width: 29rem;
  padding: 7rem 1rem 2rem 2rem;
  transition: var(--transition);
  width: 100%;
  z-index: 3;
}
.navigation__container.active .navigation__firstItem > .navigation__item > .navigation__link:after {
  font-size: 2.5rem;
  transition: var(--transition);
}
.navigation__container:after {
  background: var(--primary);
  bottom: 0.5rem;
  content: "";
  height: 0.2rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 1200px) {
  .navigation__container:after {
    display: none;
  }
}
.navigation__scroll {
  max-height: 100dvh;
  overflow-y: auto;
  padding-right: 1rem;
}
@media (min-width: 1200px) {
  .navigation__scroll {
    overflow: visible;
  }
}
.navigation ul {
  list-style: none;
  margin: 0;
}
.navigation__firstList {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 1200px) {
  .navigation__firstList {
    flex-direction: row;
  }
}
.navigation__firstItem {
  align-items: center;
  border-bottom: 0.1rem solid var(--grey);
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  float: left;
  height: 100%;
  min-height: 5rem;
  min-width: 20rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .navigation__firstItem {
    border-bottom: none;
    display: block;
    height: auto;
    max-width: 30rem;
    width: auto;
  }
}
.navigation__firstItem.more {
  display: none;
}
.navigation__firstItem.more .navigation__item:hover, .navigation__firstItem.more .navigation__item:focus, .navigation__firstItem.more .navigation__item:focus-within, .navigation__firstItem.more .navigation__item:active {
  background: var(--white);
}
.navigation__firstItem.more .navigation__item:hover .navigation__secondList, .navigation__firstItem.more .navigation__item:focus .navigation__secondList, .navigation__firstItem.more .navigation__item:focus-within .navigation__secondList, .navigation__firstItem.more .navigation__item:active .navigation__secondList {
  left: auto;
  padding: 2rem 1rem;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: -1;
}
.navigation__firstItem.more .navigation__item:hover .navigation__secondList:before, .navigation__firstItem.more .navigation__item:focus .navigation__secondList:before, .navigation__firstItem.more .navigation__item:focus-within .navigation__secondList:before, .navigation__firstItem.more .navigation__item:active .navigation__secondList:before {
  background: transparent;
}
.navigation__firstItem.more .navigation__secondItem {
  display: none;
}
.navigation__firstItem:last-child {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .navigation__firstItem:last-child .navigation__item {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .navigation__firstItem:last-child .navigation__item .navigation__secondList {
    right: -1rem;
  }
}
.navigation__firstItem.active > .navigation__item {
  flex-wrap: wrap;
}
.navigation__firstItem.active > .navigation__item > .navigation__line {
  height: 5.5rem;
}
.navigation__firstItem.active > .navigation__item > .navigation__line .ew {
  transform: rotate(90deg);
}
.navigation__firstItem.active .navigation__secondList {
  box-shadow: none;
  display: block;
  max-width: none;
  padding: 0 0 2rem 0;
  position: relative;
  top: 0;
  width: 100%;
}
.navigation__firstItem.active .navigation__secondList:before {
  display: none;
}
.navigation__firstItem > .navigation__item {
  padding: 0;
}
@media (min-width: 1200px) {
  .navigation__firstItem > .navigation__item {
    height: 5.5rem;
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .navigation__firstItem > .navigation__item > .navigation__line > .navigation__link {
    height: 5.5rem;
    white-space: nowrap;
  }
}
.navigation__link {
  align-items: center;
  display: flex;
  font-size: 1.7rem;
  justify-content: center;
  line-height: normal;
  padding: 0.5rem 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .navigation__link {
    color: var(--white);
    text-shadow: var(--text-shadow);
  }
}
.navigation__link span {
  line-height: normal;
}
.navigation__item {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  padding: 0 1rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .navigation__item:hover > .navigation__line > .navigation__link, .navigation__item:focus > .navigation__line > .navigation__link, .navigation__item:focus-within > .navigation__line > .navigation__link, .navigation__item:active > .navigation__line > .navigation__link {
    color: var(--text);
    font-weight: var(--font-weight--bold);
    text-decoration: none;
    text-shadow: none;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .navigation__item:hover > .navigation__line > .navigation__link.hasSubmenu, .navigation__item:focus > .navigation__line > .navigation__link.hasSubmenu, .navigation__item:focus-within > .navigation__line > .navigation__link.hasSubmenu, .navigation__item:active > .navigation__line > .navigation__link.hasSubmenu {
    color: var(--text);
    text-shadow: none;
  }
}
@media (min-width: 1200px) {
  .navigation__item:hover > .navigation__line > .navigation__link.noSubmenu, .navigation__item:focus > .navigation__line > .navigation__link.noSubmenu, .navigation__item:focus-within > .navigation__line > .navigation__link.noSubmenu, .navigation__item:active > .navigation__line > .navigation__link.noSubmenu {
    color: var(--white);
    font-weight: var(--font-weight--bold);
    text-decoration: none;
    text-shadow: none;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .navigation__item:hover .navigation__secondList, .navigation__item:focus .navigation__secondList, .navigation__item:focus-within .navigation__secondList, .navigation__item:active .navigation__secondList {
    display: block;
  }
}
.navigation__line {
  align-items: center;
  cursor: pointer;
  display: flex;
  width: 100%;
  z-index: 2;
}
.navigation__line .ew-arrow-right {
  color: var(--secondary);
  cursor: pointer;
  font-size: 2rem;
  font-weight: var(--font-weight--bold);
  transition: var(--transition);
  visibility: hidden;
}
@media (min-width: 1200px) {
  .navigation__line .ew-arrow-right {
    display: none;
  }
}
.navigation__icon {
  align-items: center;
  display: flex;
  height: 4rem;
  justify-content: flex-end;
  padding-right: 0.6rem;
  width: 4rem;
}
@media (min-width: 1200px) {
  .navigation__icon {
    display: none;
  }
}
.navigation__secondList {
  background: var(--white);
  box-shadow: var(--box-shadow--subMenu);
  display: none;
  left: 0;
  padding: 5.5rem 1rem 2rem 1rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1200px) {
  .navigation__secondList:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    height: 2rem;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% + 0.1rem);
  }
}
.navigation__secondList .navigation__link {
  color: var(--text);
  font-weight: normal;
  text-shadow: none;
}
.navigation__secondList .navigation__link:hover, .navigation__secondList .navigation__link:focus, .navigation__secondList .navigation__link:focus-within, .navigation__secondList .navigation__link:active {
  color: var(--text);
  font-weight: var(--font-weight--bold);
  text-decoration: none;
}
.navigation__thirdList {
  background: var(--white);
  box-shadow: var(--box-shadow--subMenu);
  display: none;
  padding: 7rem 1rem 2rem 1rem;
  position: absolute;
  right: calc(100% - 1rem);
  top: -2rem;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1200px) {
  .navigation__secondItem .navigation__item:hover .navigation__thirdList, .navigation__secondItem .navigation__item:focus .navigation__thirdList, .navigation__secondItem .navigation__item:focus-within .navigation__thirdList, .navigation__secondItem .navigation__item:active .navigation__thirdList {
    display: block;
    padding: 2rem 1rem;
    white-space: nowrap;
    width: auto;
  }
}
.navigation__dropdown {
  display: none;
}
.navigation__image {
  max-height: 56rem;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) {
  .navigation__image.slider {
    aspect-ratio: 1920/560;
  }
}
.navigation__image__item {
  height: 17rem;
  position: relative;
}
@media (min-width: 576px) {
  .navigation__image__item {
    height: auto;
  }
}
.navigation__image__item.videoItem {
  height: 100%;
}
.navigation__image__item.videoItem .wkVideoHeader video {
  height: 100%;
  width: 100%;
}
.navigation__image__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.navigation__image__box {
  max-width: 28rem;
  position: relative;
  text-align: center;
  width: calc(100% - 12rem);
}
@media (min-width: 576px) {
  .navigation__image__box {
    max-width: 120rem;
  }
}
@media (min-width: 1200px) {
  .navigation__image__box {
    margin-top: -3rem;
  }
}
@media (min-width: 1920px) {
  .navigation__image__box {
    margin-top: -10rem;
  }
}
.navigation__image__box h1 {
  color: var(--white);
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-shadow: var(--text-shadow);
}
@media (min-width: 768px) {
  .navigation__image__box h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .navigation__image__box h1 {
    font-size: 6rem;
  }
}
.navigation__image__box p {
  color: var(--white);
  font-size: 1.6rem;
  margin-top: 0.5rem;
  text-shadow: var(--text-shadow--hard);
}
@media (min-width: 768px) {
  .navigation__image__box p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .navigation__image__box p {
    font-size: 2rem;
  }
}
.navigation__image__box a {
  font-size: 1.6rem;
  font-weight: bold;
  height: 3rem;
  line-height: 3rem;
  margin-top: 1rem;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .navigation__image__box a {
    height: 4.2rem;
    line-height: 4.2rem;
  }
}
.navigation__image__background {
  position: relative;
}
.navigation__image picture {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.navigation__image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
@media (min-width: 576px) {
  .navigation__image img {
    width: 100%;
  }
}
.navigation__slider {
  cursor: pointer;
  height: 100%;
  margin: 0;
}
.navigation__slider.noSlider {
  cursor: default;
}
.navigation.first {
  height: auto;
}
@media (min-width: 1200px) {
  .navigation.first + .navigation__title {
    height: calc(100% - 15.5rem);
  }
}
.navigation.first .navigation__bar {
  background: #f3f3f3;
  pointer-events: auto;
}
@media (min-width: 1200px) {
  .navigation.first .navigation__bar {
    height: 12rem;
    position: relative;
  }
}
.navigation.first .navigation__logo {
  background: url("/core/img/brands/first/first.png") no-repeat center -0.7rem;
  background-size: cover;
  height: 7.5rem;
  margin: 0 auto;
  max-width: 25rem;
  padding: 1rem 3rem 2rem 3rem;
}
@media (min-width: 1200px) {
  .navigation.first .navigation__logo {
    background-position: center -1.2rem;
    height: 12rem;
    max-width: 40rem;
    padding: 1rem 5rem 3rem 5rem;
  }
}
.navigation.first .navigation__logo a {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .navigation.first .navigation__container {
    align-items: center;
    background: var(--primary);
    display: flex;
    height: 4.5rem;
    justify-content: center;
    padding: 0 1rem;
    position: relative;
  }
}
.navigation.first .navigation__menu {
  font-size: 2.4rem;
}
.navigation.first .navigation__link {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .navigation.first .navigation__link {
    text-shadow: none;
  }
}
@media (min-width: 1200px) {
  .navigation.first .navigation__item:hover .navigation__line > .navigation__link, .navigation.first .navigation__item:focus .navigation__line > .navigation__link, .navigation.first .navigation__item:active .navigation__line > .navigation__link {
    font-weight: 500;
  }
}
.navigation.first .navigation__item:hover .navigation__line > .navigation__link.noSubmenu, .navigation.first .navigation__item:focus .navigation__line > .navigation__link.noSubmenu, .navigation.first .navigation__item:active .navigation__line > .navigation__link.noSubmenu {
  color: var(--text);
  text-shadow: none;
}
.navigation.first .navigation__firstItem {
  min-width: 18rem;
}
@media (min-width: 1200px) {
  .navigation.first .navigation__firstItem {
    min-height: 0;
  }
}
@media (min-width: 1200px) {
  .navigation.first .navigation__firstItem .navigation__item {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .navigation.first .navigation__firstItem .navigation__item .navigation__line .navigation__link {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .navigation.first .navigation__secondList {
    top: -1rem;
  }
}
.navigation.first .navigation__secondList .navigation__link {
  font-size: 1.5rem;
  font-weight: 300;
}
.navigation.first .navigation__secondList .navigation__link:hover, .navigation.first .navigation__secondList .navigation__link:focus, .navigation.first .navigation__secondList .navigation__link:active {
  color: var(--primary);
}

[data-page-name~=regionen]:not(.first) header,
[data-page-name~=hotels]:not(.first) header,
[data-page-name~=hotel]:not(.first) header,
[data-page-name~=ttbasiclight]:not(.first) header {
  height: 7.5rem;
}
@media (min-width: 1200px) {
  [data-page-name~=regionen]:not(.first) header,
  [data-page-name~=hotels]:not(.first) header,
  [data-page-name~=hotel]:not(.first) header,
  [data-page-name~=ttbasiclight]:not(.first) header {
    height: 6.5rem;
  }
}
[data-page-name~=regionen] .navigation__bar,
[data-page-name~=hotels] .navigation__bar,
[data-page-name~=hotel] .navigation__bar,
[data-page-name~=ttbasiclight] .navigation__bar {
  position: relative;
}
[data-page-name~=regionen] .navigation__rectangle__shadow,
[data-page-name~=hotels] .navigation__rectangle__shadow,
[data-page-name~=hotel] .navigation__rectangle__shadow,
[data-page-name~=ttbasiclight] .navigation__rectangle__shadow {
  display: none;
}
[data-page-name~=regionen] .navigation__link,
[data-page-name~=hotels] .navigation__link,
[data-page-name~=hotel] .navigation__link,
[data-page-name~=ttbasiclight] .navigation__link {
  color: var(--text) !important;
  text-shadow: none;
}
@media (min-width: 1200px) {
  [data-page-name~=regionen] .navigation__secondList:before,
  [data-page-name~=hotels] .navigation__secondList:before,
  [data-page-name~=hotel] .navigation__secondList:before,
  [data-page-name~=ttbasiclight] .navigation__secondList:before {
    background: none;
  }
}
@media (min-width: 1200px) {
  [data-page-name~=regionen] .navigation__item:hover > .navigation__line > .navigation__link.noSubmenu, [data-page-name~=regionen] .navigation__item:focus > .navigation__line > .navigation__link.noSubmenu, [data-page-name~=regionen] .navigation__item:active > .navigation__line > .navigation__link.noSubmenu,
  [data-page-name~=hotels] .navigation__item:hover > .navigation__line > .navigation__link.noSubmenu,
  [data-page-name~=hotels] .navigation__item:focus > .navigation__line > .navigation__link.noSubmenu,
  [data-page-name~=hotels] .navigation__item:active > .navigation__line > .navigation__link.noSubmenu,
  [data-page-name~=hotel] .navigation__item:hover > .navigation__line > .navigation__link.noSubmenu,
  [data-page-name~=hotel] .navigation__item:focus > .navigation__line > .navigation__link.noSubmenu,
  [data-page-name~=hotel] .navigation__item:active > .navigation__line > .navigation__link.noSubmenu,
  [data-page-name~=ttbasiclight] .navigation__item:hover > .navigation__line > .navigation__link.noSubmenu,
  [data-page-name~=ttbasiclight] .navigation__item:focus > .navigation__line > .navigation__link.noSubmenu,
  [data-page-name~=ttbasiclight] .navigation__item:active > .navigation__line > .navigation__link.noSubmenu {
    color: var(--text);
    text-shadow: var(--text-shadow--small);
  }
}
/*# sourceMappingURL=header.css.map */
