/*
Theme Name: the aarburg Theme
Version: 1.1
Description: Custom theme for the aarburg
Author: Mike Xavier
Author URI: https://www.maiki.is
template: bb-theme
*/

@font-face {
  font-family: "HKNovaM";
  src: url(../fonts/HKNova-Medium.woff2) format("woff2"),
    url(../fonts/HKNova-Medium.woff) format("woff"),
    url(../fonts/HKNova-Medium.eot) format("eot");
  font-weight: medium;
  font-display: swap;
}

body {
  background: var(--taoffwhite);
  background: #fdfdfd;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  color: var(--tablue);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

html {
  scroll-behavior: smooth;
}

.anchor:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  font-weight: 700;
  line-height: 1;
  color: var(--tablue);
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
}

a {
  color: var(--tablue);
  transition: 0.28s ease-in-out;
}

a:hover,
a:focus {
  color: var(--tablack);
}

::-moz-selection {
  color: var(--taoffwhite);
  background-color: var(--tablue);
}

::selection {
  color: var(--taoffwhite);
  background-color: var(--tablue);
}

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* --- SCROLLBAR --- */
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--taoffwhite);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--tablue);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--tablack);
}

/* --- COLORS --- */
:root {
  --tablack: rgba(16, 24, 32, 1);
  --tablackidle: rgba(16, 24, 32, 0.7);
  --tawhite: rgba(255, 255, 255, 1);
  --taoffwhite: rgba(253, 253, 253, 1);
  --tablue: rgba(13, 36, 54, 1);
  --tablueidle: rgba(13, 36, 54, 0.7);
  --tayellow: rgba(243, 171, 60, 1);
  --tayellowidle: rgba(243, 171, 60, 0.7);
}

/* --- SHADOWS --- */
.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.fl-page {
  overflow: hidden;
}

/* --- COOKIE CONSENT --- */
@media screen and (max-width: 992px) {
  .cc-bottom {
    bottom: 60px !important;
  }
}

.cc-btn {
  background-color: #0d2436 !important;
  padding: 10px !important;
  display: flex;
  justify-self: center;
  align-self: center;
  height: 60px;
}

.cc-btn svg {
  fill: var(--taoffwhite);
  width: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.28s ease-in-out;
}

.cc-btn:hover svg {
  fill: var(--tayellow);
}

.cc-link {
  padding: 0 !important;
  text-decoration: none;
  color: var(--taoffwhite) !important;
  opacity: 1 !important;
}

.cc-link:hover {
  color: var(--tayellow) !important;
  text-decoration: none !important;
}
@media screen and (max-width: 992px) {
  .cc-window.cc-floating {
    padding: 1.2em;
    flex-direction: row !important;
  }
  .cc-message {
    font-size: 14px;
    line-height: 1.3em;
    width: 90%;
  }
  .cc-compliance {
    width: 10%;
  }
  .cc-compliance .cc-btn svg {
    width: 15px;
  }
}

/* --- HEADER --- */
#ta-nav-icon.iconShow {
  opacity: 1;
  transition: all 0.28s ease-in-out;
}

#ta-nav-icon.iconHide {
  opacity: 0;
  transition: all 0.28s ease-in-out;
}

#ta-nav-bar.shadowOn {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#ta-nav-bar.shadowOff {
  box-shadow: none;
}

.ta-header-logo-words {
  text-align: center;
  margin-top: 5px;
}

svg#ta-head-logo {
  fill: var(--tablue);
  max-width: 150px;
}
#ta-head-logo #sub {
  opacity: 0;
  transition: all 0.28s ease-in-out;
}
#ta-head-logo:hover #sub {
  opacity: 1;
}

#menu-main-right {
  width: 100%;
  display: flex;
}

li#menu-item-wpml-ls-10-en {
  flex-grow: 1;
}
#menu-item-wpml-ls-10-en img {
  float: right;
}

#menu-item-wpml-ls-10-en,
#menu-item-wpml-ls-10-de {
  margin: -12px 0 12px 0;
}
#menu-item-wpml-ls-10-en.menu-item:hover a:after,
#menu-item-wpml-ls-10-de.menu-item:hover a:after {
  width: 0;
}
#menu-item-wpml-ls-10-en img,
#menu-item-wpml-ls-10-de img {
  margin-top: 3px;
  transition: all 0.28s ease-in-out;
}
#menu-item-wpml-ls-10-en {
  border-right: 1px solid var(--tablue);
}
.wpml-ls-current-language img {
  transform: translateY(15px);
}
#menu-item-wpml-ls-10-de:hover img {
  transform: translateY(15px);
}

.menu-item a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--tablue);
  transition: all 0.28s ease-in-out;
}
.menu-item:hover a:after {
  width: 100%;
}

@media (max-width: 768px) {
  .fl-col-small {
    max-width: 450px !important;
  }
}

.nav-pin .fa-map-marker-alt {
  transition: all 0.28s ease-in-out;
}

.nav-pin:hover .fa-map-marker-alt {
  transform: translateY(5px);
}

/* --- HOME --- */
.home-hero-slider .slick-slide img {
  height: 65vh !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ta-hero-prev,
.ta-hero-next {
  position: absolute;
  text-align: center;
  padding: 9px;
  cursor: pointer;
  color: var(--tablue);
  outline: none;
  background: var(--taoffwhite);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 9;
  transition: all 0.28s ease-in-out;
}

.ta-hero-prev,
.ta-hero-next {
  top: 50%;
}
.ta-hero-prev {
  left: -18px;
}
.ta-hero-prev:before,
.ta-hero-next:before {
  transition: all 0.28s ease-in-out;
}
.ta-hero-prev:hover:before {
  margin-left: -5px;
}
.ta-hero-next {
  right: -18px;
}
.ta-hero-next:hover:before {
  margin-left: 5px;
}

.ta-home-popup-overlay .fl-row-content-wrap {
  background-color: transparent !important;
}

.ta-home-popup-overlay .uabb-modal-close {
  top: 8px;
  right: 8px;
}

.ta-home-popup-overlay .uabb-close-icon {
  background: var(--tawhite);
  border-radius: 50%;
}

#ta-bestprice-popup {
  max-width: 600px;
  background: var(--tawhite);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#ta-bestprice-popup .photo-holder {
  width: 40%;
  padding: 6px;
}

#ta-bestprice-popup .photo {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#ta-bestprice-popup .content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  width: 60%;
}

#ta-bestprice-popup .heading {
  padding: 20px 0 20px 0;
  width: 100%;
  text-align: center;
}

#ta-bestprice-popup .heading h3 {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 2px solid var(--tablue);
  line-height: 0.1em;
}

#ta-bestprice-popup .heading h3 span {
  background: var(--tawhite);
  padding: 0 10px;
}

#ta-bestprice-popup .sub-heading {
  font-size: 16px;
  text-transform: uppercase;
}

#ta-bestprice-popup .text {
  font-size: 14px;
}

#ta-bestprice-popup .link {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 20px 20px 10px 20px;
  align-self: flex-end;
}

#ta-bestprice-popup .link svg {
  margin-top: -5px;
  margin-left: 20px;
  width: 20px;
  fill: var(--tablue);
  overflow: visible;
}
@media (max-width: 768px) {
  .ta-home-popup-overlay .uabb-content {
    width: 100%;
  }
  #ta-bestprice-popup .content {
    padding: 8px;
  }
  #ta-bestprice-popup .heading h3 {
    font-size: 12px;
  }
  #ta-bestprice-popup .sub-heading {
    font-size: 14px;
  }
  #ta-bestprice-popup .text {
    font-size: 12px;
  }
  #ta-bestprice-popup .link {
    font-size: 12px;
    margin: 15px 10px 5px 5px;
  }
}

#ta-bestprice-popup .link #ta-icon-arrow-long {
  transition: all 0.28s ease-in-out;
}

#ta-bestprice-popup .link:hover #ta-icon-arrow-long {
  transform: translateX(10px);
}

.bphover {
  transform: translateX(10px);
}

.ta-text-box {
  margin-top: 10%;
}

.ta-intro-section-left {
  padding-right: 20px;
}
.ta-intro-section-right {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .ta-intro-section-left {
    padding-right: 0;
  }
  .ta-intro-section-right {
    padding-left: 0;
  }
}

.ta-headings h1 {
  text-transform: uppercase;
}

.ta-intro-section-left.intro:before {
  -webkit-mask: url(../images/ta-logo-castle-minimal.svg);
  mask: url(../images/ta-logo-castle-minimal.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--tablue);
  content: " ";
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.05;
  left: -20px;
  top: 20%;
}
@media only screen and (max-width: 992px) {
  .ta-intro-section-left.intro:before {
    width: 250px;
    height: 250px;
    left: -50px;
    top: 25%;
  }
}

.intro-ibex:before {
  -webkit-mask: url(../images/the-aarburg-icon-ibex.svg);
  mask: url(../images/the-aarburg-icon-ibex.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--tablue);
  content: " ";
  position: absolute;
  width: 35px;
  height: 24px;
  margin-top: -17px;
}

.ta-room-teasers:before {
  -webkit-mask: url(../images/the-aarburg-icon-bear-standing.svg);
  mask: url(../images/the-aarburg-icon-bear-standing.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--taoffwhite);
  content: " ";
  position: relative;
  width: 20px;
  height: 32px;
  margin-top: -12px;
  float: right;
  margin-right: 150px;
}
@media only screen and (max-width: 992px) {
  .ta-room-teasers:before {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .ta-room-teasers:before {
    margin-right: 80px;
  }
}

.ta-cafe-bike {
  position: relative;
  z-index: 2;
}

.ta-cafe-bike:before {
  -webkit-mask: url(../images/the-aarburg-icon-bike.svg);
  mask: url(../images/the-aarburg-icon-bike.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--tablue);
  content: " ";
  position: absolute;
  width: 35px;
  height: 24px;
  margin-top: -12px;
  margin-left: 380px;
}
@media only screen and (max-width: 992px) {
  .ta-cafe-bike:before {
    margin-left: 280px;
  }
}
@media only screen and (max-width: 600px) {
  .ta-cafe-bike:before {
    margin-left: 200px;
  }
}

.ta-home-cafe-section {
  overflow-x: hidden;
}

.ta-intro-section-right.cafe:after {
  -webkit-mask: url(../images/the-aarburg-icon-wheel.svg);
  mask: url(../images/the-aarburg-icon-wheel.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--tablue);
  content: " ";
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.05;
  right: -100px;
  top: 30%;
}
@media only screen and (max-width: 768px) {
  .ta-intro-section-right.cafe:after {
    width: 250px;
    height: 250px;
    top: 45%;
  }
}

.ta-home-rooms-number h1 {
  color: var(--taoffwhite);
  font-size: 7em;
}

.ta-home-rooms-section,
.ta-home-rooms-section .ta-headings h1 {
  color: var(--taoffwhite);
}

.ta-home-rooms-title-holder:before {
  background-color: var(--tablue);
  height: 100px;
  top: -100px;
}
.ta-home-rooms-title-holder:before,
.ta-home-rooms-title-holder:after {
  content: "";
  display: block;
  width: 1.5px;
  position: absolute;
  margin-left: -0.5px;
  -webkit-transition: width 0.28s ease-in-out;
  -o-transition: width 0.28s ease-in-out;
  transition: width 0.28s ease-in-out;
}
.ta-home-rooms-title-holder:after {
  background-color: var(--taoffwhite);
  top: 0;
  height: 265px;
}
.ta-home-rooms-number,
.ta-home-rooms-section .ta-headings {
  margin-left: 20px;
}

.ta-rooms-stars svg {
  position: absolute;
  width: 200px;
  height: 200px;
  opacity: 0.75;
  right: 3%;
  top: 0%;
  fill: var(--taoffwhite);
}

.ta-rooms-stars svg #four {
  animation: blink4 3s infinite alternate;
}
@keyframes blink4 {
  30% {
    opacity: 0.7;
    fill: var(--offwhite);
  }
  48% {
    opacity: 0.6;
    fill: var(--offwhite);
  }
  49% {
    opacity: 0.8;
    fill: var(--tayellow);
  }
  55% {
    opacity: 0.5;
    fill: var(--offwhite);
  }
  68% {
    opacity: 0.9;
    fill: var(--offwhite);
  }
}

.ta-rooms-stars svg #six {
  animation: blink6 2s infinite alternate;
}
@keyframes blink6 {
  30% {
    opacity: 0.7;
  }
  48% {
    opacity: 0.6;
  }
  49% {
    opacity: 1;
  }
  55% {
    opacity: 0.8;
  }
  68% {
    opacity: 1;
  }
}

.ta-rooms-mtn-outline {
  -webkit-mask: url(../images/the-aarburg-icon-swiss-alps.svg);
  mask: url(../images/the-aarburg-icon-swiss-alps.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--taoffwhite);
  content: " ";
  position: absolute;
  width: 550px;
  height: 320px;
  opacity: 0.75;
  right: 5%;
  top: 10%;
}
@media only screen and (min-width: 1920px) {
  .ta-rooms-mtn-outline {
    width: 800px;
    height: 500px;
    right: 5%;
    top: 2%;
  }
}

@media only screen and (max-width: 992px) {
  .ta-rooms-mtn-outline {
    width: 500px;
    height: 330px;
    right: 0;
  }
  .ta-rooms-stars svg {
    width: 150px;
    height: 150px;
  }
  .ta-home-rooms-title-holder:before {
    height: 80px;
    top: -80px;
  }
  .ta-home-rooms-title-holder:after {
    height: 245px;
  }
}
@media only screen and (max-width: 768px) {
  .ta-rooms-mtn-outline {
    width: 300px;
    height: 300px;
    right: 0;
  }
  .ta-rooms-stars svg {
    width: 120px;
    height: 120px;
  }
  .ta-home-rooms-title-holder:before {
    height: 50px;
    top: -50px;
  }
  .ta-home-rooms-title-holder:after {
    height: 205px;
  }
}

.ta-home-rooms-imgs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.ta-col-3 {
  width: calc(100% / 3);
}

.ta-home-rooms-imgs .image {
  position: relative;
  margin: 0 10px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
}
@media only screen and (max-width: 992px) {
  .ta-home-rooms-imgs .image {
    min-height: 350px;
    margin: 0 5px;
  }
  .ta-home-rooms-imgs .img-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .ta-home-rooms-imgs .image {
    min-height: 250px;
  }
  .ta-home-rooms-imgs .img-title {
    font-size: 12px;
  }
}

.ta-home-rooms-imgs .img-title {
  position: absolute;
  text-transform: uppercase;
  top: 0px;
  left: 0px;
  font-weight: 700;
  letter-spacing: 0.5px;
  width: 100%;
  padding: 15px;
}

.ta-home-rooms-imgs .image .img-title:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.28s ease-in-out;
}

.ta-home-rooms-imgs .image:hover .img-title:after {
  width: 100%;
  transition: width 0.28s ease-in-out;
}
.ta-home-rooms-imgs .image {
  transition: all 0.28s ease-in-out;
}
.ta-home-rooms-imgs .image:hover {
  transform: scale(1.02);
}

.ta-btn-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}

a.ta-btn {
  position: relative;
  display: block;
  border: 1px solid rgba(243, 171, 60, 0.7);
  background: transparent;
  text-transform: uppercase;
  color: var(--taoffwhite);
  padding: 20px 50px 20px 50px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

a.ta-btn:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid rgba(243, 171, 60, 1);
  transition: all 0.28s ease-in-out;
}
a.ta-btn:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a.ta-btn-icon {
  padding: 20px 75px 20px 50px;
}

a.ta-btn-icon svg {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -5px;
  width: 20px;
  fill: var(--tayellow);
}
@media only screen and (max-width: 768px) {
  a.ta-btn {
    font-size: 12px;
  }
  a.ta-btn-icon {
    padding: 15px 75px 15px 20px;
  }
  a.ta-btn-icon svg {
    right: 20px;
    width: 15px;
  }
}

.ta-cafe-link {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 40px 0;
}

.ta-cafe-link a {
  padding: 20px 0;
}

.ta-cafe-link a svg {
  margin-top: -5px;
  margin-left: 20px;
  width: 20px;
  fill: var(--tablue);
  overflow: visible;
}

.ta-cafe-link #ta-icon-arrow-long {
  transition: all 0.28s ease-in-out;
}

.ta-cafe-link:hover #ta-icon-arrow-long {
  transform: translateX(10px);
}

#ta-icon-arrow-long #point {
  transform: translateX(-1px);
}

.infobox-photo-left .uabb-imgicon-wrap {
  margin-right: 10px;
}
.ta-home-ig-title {
  margin-left: 15px;
}

.eapps-instagram-feed-posts-slider-nav {
  opacity: 1 !important;
  width: 36px !important;
  height: 36px !important;
}
.eapps-instagram-feed-posts-slider-next,
.eapps-instagram-feed-posts-slider-prev {
  box-shadow: none !important;
}
.eapps-instagram-feed-posts-slider-next {
  transform: translate(20%, -50%) !important;
}
.eapps-instagram-feed-posts-slider-prev {
  transform: translate3d(-20%, -50%, 0) !important;
}

.eapps-instagram-feed-posts-slider-next svg,
.eapps-instagram-feed-posts-slider-prev svg {
  transition: all 0.28s ease-in-out;
}
.eapps-instagram-feed-posts-slider-next:hover svg {
  margin-left: 5px;
}
.eapps-instagram-feed-posts-slider-prev:hover svg {
  margin-right: 5px;
}

/* --- ROOMS --- */
.rooms-note-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .rooms-note-icons {
    align-items: flex-start;
  }
}

.rooms-note-icons .group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--taoffwhite);
  padding: 0 20px;
  font-size: 0.8em;
  text-align: center;
}

.rooms-note-icons .group .icon {
  margin-bottom: 5px;
}

.rooms-note-icons svg {
  width: 50px;
  fill: var(--tablue);
  opacity: 0.9;
}
.rooms-note-icons .group .text {
  color: var(--tablue);
}
.rooms-note-icons .kitchen svg {
  width: 45px;
}
.rooms-note-icons .stairs svg {
  width: 32px;
}
@media only screen and (max-width: 768px) {
  .rooms-note-icons .group {
    padding: 0 12px;
    font-size: 0.7em;
  }
  .rooms-note-icons svg {
    width: 40px;
  }
  .rooms-note-icons .kitchen svg {
    width: 35px;
  }
  .rooms-note-icons .stairs svg {
    width: 28px;
  }
}

.widgetHotelsForm {
  display: flex;
  justify-content: center;
  margin: -35px 0 0 0;
}

.horizontal-widget {
  background: var(--taoffwhite) !important;
  padding: 2px 20px 12px;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media only screen and (max-width: 768px) {
  .horizontal-widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.acessa_widget_block p {
  font-weight: bold;
  font-size: 12px !important;
  color: var(--tablue);
}

.widgetHotelsForm .acessa_widget_block .widgetHotelsInputText,
.widgetHotelsForm .acessa_widget_block select {
  font-size: 16px !important;
  color: var(--tablueidle) !important;
  border: 1px solid var(--tablue) !important;
  border-radius: 2px !important;
  width: 100px !important;
  font-family: inherit !important;
}
@media only screen and (max-width: 768px) {
  .horizontal-widget.is_mbv {
    display: flex !important;
    flex-direction: column !important;
    padding: 10px 20px !important;
  }
  .widgetHotelsForm .acessa_widget_block {
    margin-right: 0 !important;
    margin-bottom: 5px;
  }
  .widgetHotelsForm .horizontal-widget a.submit_link {
    top: 10px !important;
    margin-bottom: 15px !important;
  }
}

.CloudBedsWidget .horizontal-widget,
.CloudBedsWidget .vertical-widget {
  font-family: inherit !important;
}

.CloudBedsWidget .widgetHotelsForm a.submit_link {
  background: var(--tablue) !important;
  color: var(--taoffwhite) !important;
  border: none !important;
  font-family: inherit !important;
  transition: all 0.28s ease-in-out;
}

.CloudBedsWidget .widgetHotelsForm a.submit_link:hover {
  color: var(--tayellow) !important;
}

.ta-rooms {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ta-room-card {
  width: 50%;
  padding: 40px;
}
@media only screen and (max-width: 992px) {
  .ta-room-card {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 20px 0;
  }
}

.ta-room-number {
  background: var(--tawhite);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.ta-room-number .room {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.ta-room-number .number {
  font-size: 30px;
  font-weight: bold;
  margin: -8px 0;
}
@media only screen and (max-width: 992px) {
  .ta-room-number {
    margin: -5px -190px;
  }
}

.ta-room-card-content {
  border: 1px solid transparent;
  transition: all 0.28s ease-in-out;
}

.ta-room-card-content:hover {
  border: 1px solid var(--tablue);
}

@media only screen and (max-width: 768px) {
  .ta-room-card-content {
    max-width: 400px;
    padding: 0;
  }
  .ta-room-card-content:hover {
    border: 1px solid transparent;
  }
}
@media only screen and (max-width: 500px) {
  .ta-room-card-content {
    max-width: 300px;
  }
  .ta-room-number {
    margin: -5px -125px;
  }
}

.room-slider .slick-slide img {
  height: 300px !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slick-lightbox-inner {
  z-index: 9;
}

.ta-prev,
.ta-next,
.ta-next-lightbox,
.ta-prev-lightbox {
  position: absolute;
  padding: 10px;
  cursor: pointer;
  color: var(--tablue);
  outline: none;
  background: transparent;
  z-index: 9;
  transition: all 0.28s ease-in-out;
}
.ta-next-lightbox,
.ta-prev-lightbox {
  color: var(--taoffwhite);
}
.ta-prev:hover,
.ta-next:hover,
.ta-next-lightbox:hover,
.ta-prev-lightbox:hover {
  transform: scale3d(1.2, 1.2, 1.2);
}
.ta-prev,
.ta-prev-lightbox {
  left: 0;
  top: 50%;
}
.ta-next,
.ta-next-lightbox {
  right: 0;
  top: 50%;
}

.ta-room-card-border {
  background: var(--tablue);
  height: 10px;
  margin: -5px auto 15px;
  width: 95%;
}

.ta-room-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-end;
  font-weight: bold;
  font-size: 12px;
  margin: 12px;
}

@media only screen and (max-width: 768px) {
  .ta-room-icons {
    font-size: 10px;
  }
}

.ta-room-icons svg {
  fill: var(--tablue);
}

.ta-room-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ta-room-icon.firstfloor svg #floors #floor-one {
  fill: var(--taoffwhite);
}
.ta-room-icon.secondfloor svg #floors #floor-two {
  fill: var(--taoffwhite);
}
.sleep-icon svg {
  width: 35px;
}
.view-icon svg#ta-icon-view-mtns {
  width: 65px;
}
.view-icon svg#ta-icon-old-town {
  width: 40px;
}
.floor-icon svg {
  width: 30px;
}
@media only screen and (max-width: 768px) {
  .sleep-icon svg {
    width: 30px;
  }
  .view-icon svg#ta-icon-view-mtns {
    width: 55px;
  }
  .view-icon svg#ta-icon-old-town {
    width: 35px;
  }
  .floor-icon svg {
    width: 25px;
  }
}

.ta-room-desc {
  display: flex;
  justify-content: center;
  margin: 12px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.ta-room-booking-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 20px;
  font-size: 14px;
}
.ta-room-booking-row .price,
.ta-room-booking-row .link {
  width: 50%;
  font-weight: bold;
}
.ta-room-booking-row .link {
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  margin-right: 10px;
}
.ta-sub {
  font-size: 0.8em;
  margin: 0 2px;
  font-weight: normal;
}
.ta-room-booking-row svg {
  margin-top: -5px;
  margin-left: 20px;
  width: 20px;
  fill: var(--tablue);
  overflow: visible;
}
.ta-room-booking-row #ta-icon-arrow-long {
  transition: all 0.28s ease-in-out;
}
.ta-room-booking-row:hover #ta-icon-arrow-long {
  transform: translateX(10px);
}
@media only screen and (max-width: 768px) {
  .ta-room-booking-row {
    margin: 20px 10px;
  }
  .ta-room-booking-row svg {
    margin-left: 10px;
    width: 15px;
  }
}

/* --- FOOTER --- */
.fl-page {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
}

.fl-page-content {
  -ms-flex: 1;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  width: 100%;
  word-wrap: break-word;
}

#ta-mobile-nav-row {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 9;
}

.uabb-menu-close-btn {
  bottom: 50px;
  right: 20px !important;
  top: auto !important;
}

.uabb-off-canvas-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.uabb-creative-menu.off-canvas .menu {
  margin-top: 0 !important;
}

#ta-mobile-nav-row:before {
  content: "";
  position: absolute;
  left: 0%;
  width: 100%;
  height: 22px;
  border-radius: 1%;
  box-shadow: 0 8px 17px -8px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#ta-mobile-nav-row .fl-col {
  align-items: center;
}

.taPopContactDetails {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .taPopContactDetails ul {
    flex-direction: column !important;
    text-align: center;
  }
  .taPopContactDetails li.number,
  .taPopContactDetails li.email {
    margin: 0 !important;
  }
  .contactDivider {
    display: none;
  }
}
.uabb-success-msg {
  text-align: center;
  font-size: 0.8em;
}

.ta-footer-details,
.taPopContactDetails {
  font-size: 14px;
}

.ta-footer-details ul,
.taPopContactDetails ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ta-footer-details li,
.taPopContactDetails li {
  position: relative;
}

.ta-footer-details a,
.taPopContactDetails a {
  display: block;
  padding-bottom: 8px;
}

.ta-footer-details li.number,
.taPopContactDetails li.number {
  margin-right: 10px;
}
.ta-footer-details li.email,
.taPopContactDetails li.email {
  margin-left: 10px;
}

#menu-legal {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  #menu-legal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.ta-mobile-nav-bar-item h6 {
  color: var(--taoffwhite);
  font-size: 10px;
}

.ta-mobile-nav-bar-item svg {
  fill: var(--taoffwhite);
}

.ta-mobile-menu .uabb-creative-menu-mobile-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.ta-mobile-menu .uabb-svg-container {
  width: 1em !important;
  height: 1em !important;
  margin-bottom: 2px;
}

.ta-mobile-menu .uabb-creative-menu-mobile-toggle-label {
  font-weight: bold;
  font-size: 10px;
  margin: 0 0 -2px 0 !important;
  padding: 0 !important;
}

.ta-mobile-nav-bar-item.rooms .uabb-photo-img {
  width: 20px;
}

.ta-mobile-nav-bar-item.cafe .uabb-photo-img {
  width: 18px;
}

.ta-mobile-nav-bar-item.contact .uabb-photo-img {
  width: 20px;
}

/* --- CONTACT POP UP --- */
.taContactLogo img {
  width: 60px !important;
}
@media only screen and (max-width: 768px) {
  .taContactLogo img {
    width: 60px !important;
  }
}

/* --- FOOTER HTML --- */
.ta-nav-bottom-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background: var(--tablue);
}

.ta-nav-bottom-bar a {
  width: 25%;
}

.ta-nav-bottom-bar .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ta-nav-bottom-bar .icon svg {
  width: 18px;
  fill: var(--taoffwhite);
}

.ta-nav-bottom-bar .logo svg {
  width: 48px;
}

.ta-nav-bottom-bar .item .text h6 {
  color: var(--taoffwhite);
  font-size: 9.5px;
}

#ta-mobile-nav-row .fl-col-group {
  display: flex;
  align-items: center;
}

.ta-nav-bottom-bar {
  display: flex;
  align-items: center;
}

/* --- ACTIVITIES --- */
.activity-card {
  display: flex;
  flex-direction: row;
  border: 1px solid transparent;
  transition: all 0.28s ease-in-out;
}
.activity-card:hover {
  border: 1px solid var(--tablue);
}

.activity-img {
  min-width: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}

.activity-content {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
}

.activity-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  align-self: flex-start;
}

.activity-desc {
  font-size: 12px;
  text-align: left;
}

.activity-link {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 20px 20px 0 0;
  align-self: flex-end;
}

.activity-link svg {
  margin-top: -5px;
  margin-left: 20px;
  width: 20px;
  fill: var(--tablue);
  overflow: visible;
}

.activity-card #ta-icon-arrow-long {
  transition: all 0.28s ease-in-out;
}

.activity-card:hover #ta-icon-arrow-long {
  transform: translateX(10px);
}
@media only screen and (max-width: 768px) {
  .activity-card {
    flex-direction: column;
  }
  .activity-img {
    height: 200px;
  }
  .activity-content {
    padding: 12px 5px;
  }
  .activity-link {
    margin: 10px 5px 0 0;
  }
}

/* --- TIME WEATHER --- */
.interlaken-time-weather,
.interlaken-time-weather .weather {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}

.interlaken-time-weather .weather {
  margin-left: 20px;
}

.data.icon {
  width: 25px;
  fill: var(--tablue);
}

.data {
  margin: 0 10px;
}

.data sup {
  font-size: 50%;
  top: -1em;
  margin-right: 2px;
}

.time {
  opacity: 0.75;
}

/* --- CAFE --- */
.home-hero-slider.cafe .slick-slide img {
  height: 50vh !important;
}

.cafe-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  background: var(--tablue);
  color: var(--taoffwhite);
  border-radius: 50%;
  margin: -100px 50px 50px;
}
@media only screen and (max-width: 768px) {
  .cafe-intro {
    margin: -100px auto 0px;
  }
}

.ta-headings.cafe.white h2,
.opening-hours h4 {
  color: var(--taoffwhite);
}

.ta-headings.cafe.white {
  margin: -15px 0 10px 0;
}

.ta-headings.cafe,
.ta-text.cafe {
  margin: 0 0 20px 20px;
}

.opening-hours {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.opening-hours h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}

.opening-time {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2em;
}

.ta-text.cafe {
  margin-top: 20px;
}

.ta-cafe-title-holder:before {
  background-color: var(--tablue);
  height: 200px;
}
.ta-cafe-title-holder:before {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  margin-left: -0.5px;
  -webkit-transition: width 0.28s ease-in-out;
  -o-transition: width 0.28s ease-in-out;
  transition: width 0.28s ease-in-out;
}

.ta-intro-section-left.cafe:before {
  -webkit-mask: url(../images/ta-icon-coffee-plant.svg);
  mask: url(../images/ta-icon-coffee-plant.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--tablue);
  content: " ";
  position: absolute;
  width: 280px;
  height: 280px;
  opacity: 0.05;
  left: 10px;
  top: 30%;
}
@media only screen and (max-width: 992px) {
  .ta-intro-section-left.cafe:before {
    width: 250px;
    height: 250px;
    left: -50px;
    top: 25%;
  }
}

.ta-cafe-marmot {
  position: relative;
  z-index: 2;
}

.ta-cafe-marmot:before {
  -webkit-mask: url(../images/ta-icon-marmot.svg);
  mask: url(../images/ta-icon-marmot.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--tablue);
  content: " ";
  position: absolute;
  width: 20px;
  height: 28px;
  margin-top: -6px;
  margin-left: 80px;
}
@media only screen and (max-width: 768px) {
  .ta-cafe-marmot:before {
    margin-left: 280px;
  }
}

.cafe-menu-lounge-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.cafe-menu-lounge-icon svg {
  fill: var(--tawhite);
  width: 75px;
  opacity: 0.85;
  margin: 0 -350px -23px 0;
}

@media only screen and (max-width: 768px) {
  .cafe-menu-lounge-icon svg {
    margin: 0 -250px -23px 0;
  }
}
@media only screen and (max-width: 500px) {
  .cafe-menu-lounge-icon svg {
    margin: 0 -180px -23px 0;
  }
}

.ta-cafe-ig:after {
  -webkit-mask: url(../images/ta-icon-river-1.svg);
  mask: url(../images/ta-icon-river-1.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--taoffwhite);
  content: " ";
  position: absolute;
  width: 1000px;
  height: 200px;
  opacity: 0.75;
  left: 5%;
  bottom: 3%;
}
@media only screen and (min-width: 1920px) {
  .ta-cafe-ig:after {
    width: 1200px;
    height: 250px;
    left: 8%;
  }
}
@media only screen and (max-width: 992px) {
  .ta-cafe-ig:after {
    width: 650px;
    height: 140px;
    left: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .ta-cafe-ig:after {
    width: 500px;
    height: 120px;
    left: 0%;
  }
}

.ta-intro-section-right.cafe-para:after {
  -webkit-mask: url(../images/ta-icon-paraglider.svg);
  mask: url(../images/ta-icon-paraglider.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--tablue);
  content: " ";
  position: absolute;
  width: 200px;
  height: 280px;
  opacity: 0.05;
  right: -30px;
  top: 25%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media only screen and (max-width: 768px) {
  .ta-intro-section-right.cafe-para:after {
    width: 150px;
    height: 150px;
    top: 2%;
  }
}

/* --- MENU --- */
.aarburgMenuWrapper {
  display: flex;
  justify-content: center;
  color: var(--tablue);
  margin-bottom: 50px;
}

.aarburgMenu {
  max-width: 600px;
  background: var(--taoffwhite);
  padding: 20px;
  border: 4px solid var(--tablue);
}

.aarburgMenuInner {
  border: 4px solid var(--tablue);
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .aarburgMenuWrapper {
    margin-bottom: 30px;
  }
  .aarburgMenu {
    padding: 10px;
  }
  .aarburgMenuInner {
    padding: 15px;
  }
}

.aarburgMenu .category {
  background: var(--taoffwhite);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
}
.aarburgMenu .category:first-of-type {
  margin-top: 0;
}
.aarburgMenu .category:last-of-type {
  margin-bottom: 0;
}

ul.menuItems {
  list-style: none;
  margin: 15px 0;
  padding: 0;
  text-align: center;
}

.menuHeading,
.menuTimes {
  text-align: center;
  font-weight: bold;
}
.menuTimes {
  font-size: 0.8em;
  margin: 5px 0 20px;
}
.menuDescription {
  font-size: 0.8em;
  margin-top: 5px;
}

/* --- INTERLAKEN --- */
.home-hero-slider.interlaken .slick-slide img {
  height: 50vh !important;
}

/* --- FAQ --- */
a.ta-toggle {
  color: var(--taoffwhite);
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
}
a.ta-toggle.inner {
  color: var(--tablue);
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 15px;
}
a.ta-toggle:hover,
.ta-toggle.ta-active {
  color: var(--tayellow);
}
ul.ta-inner {
  list-style: none;
  padding: 0 10px;
}
ul.ta-inner.inner {
  padding: 0 35px;
}

li.category {
  list-style: none;
  background: var(--tablue);
  margin: 5px 0;
}
.ta-inner {
  background-color: white;
  display: none;
  overflow: hidden;
}

.ta-inner-row {
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: baseline;
  padding: 3px 0;
}
.accordion-icon {
  margin-right: 10px;
}
.accordion-icon:before {
  content: "\f0d7";
}
.ta-active .accordion-icon:before {
  content: "\f0d8";
}

.ta-faq-icon {
  display: flex;
  justify-content: flex-end;
}

.ta-faq-icon svg {
  fill: var(--tablue);
  position: relative;
  width: 40px;
  height: 40px;
  margin-bottom: -6px;
}
@media only screen and (max-width: 768px) {
  ul.ta-inner {
    list-style: none;
    padding: 0 5px;
  }
  a.ta-toggle.inner {
    padding: 8px 5px;
    font-size: 0.8em;
  }
  ul.ta-inner.inner {
    padding: 0 15px;
    font-size: 0.85em;
  }
}

/* Language Switcher */
#flags_language_selector {
  position: fixed;
  right: 2rem;
  top: 0rem;
  z-index: 9999;
}
#flags_language_selector img {
  display: none;
}

#flags_language_selector a.wpml-ls-item img {
  display: flex;
  height: 1.2em;
}
@media only screen and (max-width: 992px) {
  #flags_language_selector {
    display: none;
    visibility: hidden;
  }
}

/* Page - Menu */
.menuIframe {
  height: 90vh;
  width: 100%;
}
