body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none; /* disables the scroll bouncing effect */
}

/*  Disable the built-in optical zoom functionality */
* {
  -ms-content-zooming: none;
}

@font-face {
  font-family: "AdelleOetztal-Regular";
  src: local("AdelleOetztal-Regular"),
    url(/static/media/AdelleOetztal-Regular.18671695.otf) format("opentype");
}
@font-face {
  font-family: "AdelleOetztal-Bold";
  src: local("AdelleOetztal-Bold"),
    url(/static/media/AdelleOetztal-Bold.66d82a6c.otf) format("opentype");
}
@font-face {
  font-family: "AdelleOetztal-Light";
  src: local("AdelleOetztal-Light"),
    url(/static/media/AdelleOetztal-Light.3df8b372.otf) format("opentype");
}
@font-face {
  font-family: "AdelleOetztal-BoldItalic";
  src: local("AdelleOetztal-BoldItalic"),
    url(/static/media/AdelleOetztal-BoldItalic.08b6a58f.otf) format("opentype");
}
@font-face {
  font-family: "AdelleSansSoelden-Regular";
  src: local("AdelleSansSoelden-Regular"),
    url(/static/media/AdelleSansSoelden-Regular.25e69346.otf) format("opentype");
}
@font-face {
  font-family: "AdelleSansSoelden-Bold";
  src: local("AdelleSansSoelden-Bold"),
    url(/static/media/AdelleSansSoelden-Bold.f137c62b.otf) format("opentype");
}
@font-face {
  font-family: "AdelleSansSoelden-Light";
  src: local("AdelleSansSoelden-Light"),
    url(/static/media/AdelleSansSoelden-Light.eb085556.otf) format("opentype");
}
@font-face {
  font-family: "AdelleSansSoelden-BoldItalic";
  src: local("AdelleSansSoelden-BoldItalic"),
    url(/static/media/AdelleSansSoelden-BoldItalic.f64d23ca.otf) format("opentype");
}
@font-face {
  font-family: "AdelleSansGurgl-Regular";
  src: local("AdelleSansGurgl-Regular"),
    url(/static/media/AdelleSansGurgl-Regular.fe76ac91.otf) format("opentype");
}
@font-face {
  font-family: "AdelleSansGurgl-Light";
  src: local("AdelleSansGurgl-Light"),
    url(/static/media/AdelleSansGurgl-Light.6c3450d2.otf) format("opentype");
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.app {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-font-feature-settings: var(--ligature-variant);
          font-feature-settings: var(--ligature-variant);
  -webkit-font-variant-ligatures: var(--ligature-variant);
          font-variant-ligatures: var(--ligature-variant);
  color: var(--color-general-text);
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-grey-oetztal: #4f4f50;
  --day-width-height: 4.4vh;
  --right-container-height-portrait: 30%;
  --right-container-height-mobile: 15%;
  --top-info-container-height-portrait: 30%;
}

.hidden {
  display: none !important;
}

.touchable {
  cursor: pointer;
}

.shadow-0-1-3em {
  box-shadow: 0 1em 3em rgba(0, 0, 0, 0.5) !important;
}
.shadow-0-0-3em {
  box-shadow: 0 0em 3em rgba(0, 0, 0, 0.5) !important;
}

.margin-vertical-10px {
  margin-top: 1vh;
  margin-bottom: 1vh;
}
.margin-vertical-5px {
  margin-top: 0.53vh;
  margin-bottom: 0.53vh;
}

.margin-left-1 {
  margin-left: 1vh;
}

.margin-bottom-1vh {
  margin-bottom: 1vh;
}
.margin-top-1vh {
  margin-top: 1vh;
}
.margin-top-5 {
  margin-top: 5vh;
}

.margin-vertical-2vh {
  margin: 2vh 0;
}

.neon-green {
  color: #22b63f;
}

.logo-img {
  width: auto;
  height: auto;
  /* background-size: contain; */
}
.tmp-empty-style {
  height: calc(33.333333% - 4vh);
  width: calc(100% - 4vh);
  margin: 1vh;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: var(--border-radius);
  padding: 1vh;
  justify-content: center;
}

.col-large {
  display: block;
}
.col-medium {
  display: block;
}

.max-lines-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

/* Control whether the user can select text */
.disable-select {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

.loading-container {
  width: 100%;
  height: calc(100% - 7vh - 1px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
}

.li-gallery-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2vh;
}

@media (orientation: landscape) {
  @media (max-width: 1090px) {
    .col-large {
      display: none;
    }
  }
  @media (max-width: 1245px) {
    :root {
      --day-width-height: 3.4vh;
    }
  }
  .margin-vertical-10px {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
  .margin-vertical-5px {
    margin-top: 0.53vw;
    margin-bottom: 0.53vw;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .margin-bottom-1vh {
    margin-bottom: 1vw;
  }
  .margin-vertical-2vh {
    margin: 2vw 0;
  }
  .margin-left-1 {
    margin-left: 1w;
  }
  .margin-top-5 {
    margin-top: 3vw;
  }
  .margin-top-1vh {
    margin-top: 1vw;
  }
  :root {
    --day-width-height: 4.4vw;
  }
  .li-gallery-icon {
    padding: 2vw;
  }
}

@media (max-width: 599px) {
  :root {
    --day-width-height: 5vh;
  }
}

.text__XXXXL {
  /*fontSize: 80; lineHeigh: 96*/
  font-size: 7.5vh;
  line-height: 10.07vh;
  font-family: var(--font-bold);
  font-weight: var(--font-weight-bold);
}
.text__XXXL {
  /*52/48-63*/
  font-size: 5vh;
  line-height: 6.61vh;
  font-family: var(--font-bold);
  font-weight: var(--font-weight-bold);
}
.text__XXL {
  /*40-45*/
  font-size: 4.19vh;
  line-height: 4.72vh;
  font-family: var(--font-regular);
}
.text__XXL-bold {
  /*40-45*/
  font-size: 4.19vh;
  line-height: 4.72vh;
  font-family: var(--font-bold);
  font-weight: var(--font-weight-bold);
}
.text__XL {
  /*32-38*/
  font-size: 3.35vh;
  line-height: 3.98vh;
  font-family: var(--font-regular);
}
.text__XL-bold {
  /*32-38*/
  font-size: 3.35vh;
  line-height: 3.98vh;
  font-family: var(--font-bold);
  font-weight: var(--font-weight-bold);
}
.text__L-bold {
  /*26-20*/
  font-size: 2.72vh;
  line-height: 3.09vh;
  font-family: var(--font-bold) !important;
  font-weight: var(--font-weight-bold);
}
.text__L {
  /*26-20*/
  font-size: 2.72vh;
  line-height: 3.09vh;
  font-family: var(--font-regular);
}
.text__M-bold {
  /*20-24*/
  font-size: 2.09vh;
  line-height: 2.51vh;
  font-family: var(--font-bold);
  font-weight: var(--font-weight-bold);
}
.text__M {
  /*20-24*/
  font-size: 2.09vh;
  line-height: 2.51vh;
  font-family: var(--font-regular);
}
.text__SM,
h5 {
  /**todo?*/
  /*18-24*/
  font-size: 1.91vh;
  line-height: 2.51vh;
  font-family: var(--font-regular);
}
.text__S-bold {
  /*16-22*/
  font-size: 1.67vh;
  line-height: 2.3vh;
  font-family: var(--font-bold);
  font-weight: var(--font-weight-bold);
}
.text__S {
  /*16-22*/
  font-size: 1.67vh;
  line-height: 2.3vh;
  font-family: var(--font-regular);
}
.text__XS {
  /*13-17*/
  font-size: 1.36vh;
  line-height: 1.78vh;
  font-family: var(--font-regular);
}
.text__XS-bold {
  /*13-17*/
  font-size: 1.36vh;
  line-height: 1.78vh;
  font-family: var(--font-bold);
  font-weight: var(--font-weight-bold);
}

.extra-lineheight {
  line-height: 5vh;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .text__L,
  .text__L-bold {
    /* font-size: 2.72vh;
      line-height: 3.09vh; */
    font-size: 2.09vh;
    line-height: 2.51vh;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .text__XXXXL {
    font-size: 7.23vw;
    line-height: 8.07vw;
  }
  .text__XXXL {
    font-size: 5vw;
    line-height: 6.61vw;
  }
  .text__XXL,
  .text__XXL-bold {
    font-size: 4.19vw;
    line-height: 4.72vw;
  }
  .text__XL,
  .text__XL-bold {
    font-size: 3.35vw;
    line-height: 3.98vw;
  }
  .text__L,
  .text__L-bold {
    font-size: 2.72vw;
    line-height: 3.09vw;
  }
  .text__M,
  .text__M-bold {
    font-size: 2.09vw;
    line-height: 2.51vw;
  }
  .text__SM,
  h5 {
    /** here as well*/
    font-size: 1.91vw;
    line-height: 2.51vw;
  }
  .text__S,
  .text__S-bold {
    font-size: 1.67vw;
    line-height: 2.3vw;
  }
  .text__XS,
  .text__XS-bold {
    font-size: 1.36vw;
    line-height: 1.78vw;
  }
  .extra-lineheight {
    line-height: 5vw;
  }
}

@media (max-width: 599px) {
  .extra-lineheight {
    line-height: 4vh;
  }
}

/* CLICK ANIMATION */
.touchable-click-anim {
  cursor: pointer;
}
.touchable-click-anim:after {
  z-index: -1;
  transition: opacity 1s;
  content: "";
  pointer-events: cursor;
}
.touchable-click-anim:active{
  -webkit-transform: scale(.96);
          transform: scale(.96);
}
.touchable-click-anim:active:before{
  opacity: 1;
}
.touchable-click-anim:before{
  z-index: 0;
  transition: opacity .5s;
  content: "";
  opacity: 0;
}
.touchable-click-anim:hover:after {
  opacity: 1;
}

@-webkit-keyframes fadeAnim {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeAnim {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeFlipped {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.8;
    /* transform: translateY(0) rotate(180deg); */
  }
}

@keyframes fadeFlipped {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.8;
    /* transform: translateY(0) rotate(180deg); */
  }
}

@-webkit-keyframes fadeTextToCenter {
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes fadeTextToCenter {
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@-webkit-keyframes FadeContentToCenter {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes FadeContentToCenter {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.select-page,
.select-page_wema {
  width: 60%;
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.select-page_wema {
  width: 100%;
  height: 100%;
}

.select-logo {
  width: auto;
  height: 5vh;
}

.select-main-container {
  display: grid;
  width: 70%;
  height: 50%;
  grid-template-columns: 50% 50%;
}

.select-main-container_special {
  width: 100%;
  height: 100%;
  margin-top: 5vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.layout-button,
.layout-button_wema,
.layout-button_oetztal {
  border-radius: 5px;
  border: 3px solid white;
  margin: 2vh;
  justify-content: center;
  display: flex;
  align-items: center;
}

.layout-button:hover {
  background-color: rgb(6, 105, 105);
}

.layout-button_wema:hover {
  background-color: #fdfdfd2c;
}

.layout-button_wema,
.layout-button_oetztal {
  width: 40vh;
  height: 10vh;
}

.select-logo_wema {
  margin: 5vh 5vh 0 5vh;
  height: 15vh;
  width: auto;
}

.versioning-container {
  position: absolute;
  bottom: 1vh;
  font-size: 1.5vh;
  font-weight: 500;
}

.select-text-conatiner {
  margin: 2.5vh 0 1.5vh 0vh;
}

.select-btn-main {
  width: 50%;
  margin: 3vh 0 1.5vh 0vh;
}

.select-btn-text {
  width: calc(100% - 1vh) !important;
  padding: 1vh !important;
  font-size: small !important;
}

/* MOBILE */
@media (max-width: 599px) {
  .select-page,
  .select-page_wema {
    width: calc(100% - 10vh);
    display: flex;
    padding: 2vh 5vh;
    height: calc(100% - 4vh);
    margin: 2vh;
    font-size: small;
    font-weight: 600;
    text-align: center;
  }
  .select-main-container,
  .select-main-container_special {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .layout-button,
  .layout-button_wema,
  .layout-button_oetztal {
    border: 1px solid white;
    flex: 1 1;
    margin: 1vh 0;
    padding: 0.5vh;
    height: unset;
    width: unset;
  }
  .layout-button_wema,
  .layout-button_oetztal {
    flex: none;
    margin: 1vh 0;
    padding: 2.5vh;
    width: calc(100% - 5vh);
  }
  .select-input {
    width: 100%;
  }
  .select-input-content {
    width: calc(100% - 1vh - 2px) !important;
    padding: 0.5vh !important;
  }
  .select-input-text {
    font-size: x-small !important;
  }
  .select-logo {
    width: auto;
    height: 4vh;
    margin-top: 5vh;
  }
  .select-btn-main {
    width: 100%;
  }
}

.as-main-container {
  border-radius: var(--border-radius);
  flex: 2 1;
  margin: 1vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  min-width: 30vh;
}

.as-main-blur {
  border-radius: var(--border-radius);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff2a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* This will make sure that this div's width is the same as the others's */
.as-content-container,
.as-content-container_serach {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}

.as-search {
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid white;
  justify-content: center;
  display: flex;
  flex-direction: row;
  padding: 1vh;
  align-items: center;
}

.as-overlay-content-container {
  background-color: white;
  padding: 3vh;
  border-radius: var(--border-radius);
  -webkit-backdrop-filter: opacity(0.1);
          backdrop-filter: opacity(0.1);
}
.as-overlay-content-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 3vh;
  position: relative;
  align-items: center;
}
.as-overlay-close {
  position: absolute;
  right: 0;
}

.as-overlay-content-footer {
  display: flex;
  margin-top: 3vh;
  align-items: center;
  justify-content: center;
}

.as-overlay-subpage1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.as-overlay-subpage2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 45vh;
}

.as-overlay-subpage2__child-ages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4vh;
  margin-top: 4vh;
  justify-content: space-between;
}

.as-overlay-subpage2-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.as-search-content {
  padding: 3vh;
}

@media (orientation: portrait) and (min-width: 600px) {
  /* This will make sure that this div's width is the same as the others's */
  .as-main-container {
    margin: 1vw;
    height: 35vw;
    min-width: 30vw;
  }
  .as-search {
    padding: 1vw;
  }
  .as-overlay-content-container,
  .as-search-content {
    padding: 3vw;
  }
  .as-overlay-content-header {
    margin-bottom: 3vw;
  }
  .as-overlay-content-footer {
    margin-top: 3vw;
  }
  .as-overlay-subpage2 {
    width: 45vw;
  }
  .as-overlay-subpage2__child-ages {
    grid-gap: 4vw;
    margin-top: 4vw;
  }
}

@media (max-width: 599px) {
  .as-main-container {
    margin: unset;
    flex-direction: column;
    align-items: unset;
    height: inherit;
    position: relative;
  }
  .as-content-container_serach {
    height: 20vh;
    justify-content: unset;
    z-index: 2;
  }
  .as-search-content {
    padding: 3vh 2vh;
  }

  .as-overlay-content-container {
    background-color:transparent;
    width: calc(100% - 6vh);
    height: calc(100% - 6vh);
  }
  .as-overlay-content-footer {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    left: 0;
    right: 0;
  }
  .as-overlay-content-header {
    height: 2vh;
    margin-bottom: 8vh;
  }
  .as-overlay-subpage2 {
    width: calc(100% - 4vh);
    padding: 0 2vh;
  }
  
}

.bh-main-container {
  margin-bottom: 2vh;
  display: flex;
  flex-direction: column;
}
.bh-main {
  margin-bottom: 1vh;
  align-items: center;
  display: flex;
  flex-direction: row;
}

.bh-content {
  display: flex;
  margin-right: 2.5vh;
  align-items: center;
}

.bh-text {
  margin-left: 1.5vh;
}

@media (orientation: portrait) and (min-width: 600px) {
  .bh-main-container {
    margin-bottom: 2vw;
  }
  .bh-main {
    margin-bottom: 1vw;
  }
  .bh-content {
    margin-right: 2.5vw;
  }
  .bh-text {
    margin-left: 1.5vw;
  }
}

.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  height: 2vh;
  width: 2vh;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
._checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2vh;
  width: 2vh;
  border: 1px solid var(--color-secondary);
  border-radius: var(--border-radius);
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ ._checkmark {
  background-color: #dddddd85;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ ._checkmark {
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
}

/* Create the checkmark/indicator (hidden when not checked) */
._checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ ._checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container ._checkmark:after {
  left: 0.8vh;
  top: 0.24vh;
  width: 0.3vh;
  height: 1vh;
  border: solid white;
  border-width: 0 0.20vh 0.20vh 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (orientation: portrait) and (min-width: 600px) {
  .checkbox-container {
    height: 2vw;
    width: 2vw;
  }
  ._checkmark {
    height: 2vw;
    width: 2vw;
  }
  .checkbox-container ._checkmark:after {
    left: 0.8vw;
    top: 0.24vw;
    width: 0.3vw;
    height: 1vw;
    border-width: 0 0.20vw 0.20vw 0;
  }
}

.general-button-container {
  background-color: #3fd95e;
  border-radius: var(--border-radius);
  border: none;
  display: flex;
  justify-content: center;
  width: -webkit-max-content;
  width: max-content;
  align-items: center;
  color: white;
  text-align: center;
}

.general-button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vh;
}

@media (orientation: portrait) and (min-width: 600px) {
  .general-button-text {
    padding: 1vw;
  }
}

.hm-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 1;
  margin-right: 25vh; /*width of hot-links*/
}

.hm-title {
  margin: 2vh;
  color: white;
}

.hm-description {
  color: white;
  margin-bottom: 2vh;
}

.hm-logo {
  width: 15vh;
  height: auto;
}

/* Possible positions of the title
  top-left
  top-center
  top-right
  center-left !Ignore
  center-center
  center-right
  bottom-left
  bottom-center
  bottom-right
*/
.hm-pos-top-left {
  padding: 0;
  margin: 2vh 0;
  align-self: flex-start;
  text-align: left;
}
.hm-pos-top-center {
  padding: 0;
  margin: 2vh 0;
  align-self: flex-start;
  text-align: center;
}
.hm-pos-top-right {
  padding: 0;
  margin: 2vh 0;
  align-self: flex-start;
  text-align: right;
}
.hm-pos-center-left {
  text-align: left;
}
.hm-pos-center-center {
  padding: 0;
  text-align: center;
}
.hm-pos-center-right {
  padding: 0;
  text-align: right;
}
.hm-pos-bottom-left {
  padding: 0;
  margin: 2vh 0;
  align-self: flex-end;
  text-align: left;
}
.hm-pos-bottom-center {
  padding: 0;
  margin: 2vh 0;
  align-self: flex-end;
  text-align: center;
}
.hm-pos-bottom-right {
  padding: 0;
  margin: 2vh 0;
  align-self: flex-end;
  text-align: right;
}

@media (orientation: portrait) {
  .hm-pos-top-left {
    margin: 2vw 0;
  }
  .hm-pos-top-center {
    margin: 2vw 0;
  }
  .hm-pos-top-right {
    margin: 2vw 0;
  }
  .hm-pos-bottom-left {
    margin: 2vw 0;
  }
  .hm-pos-bottom-center {
    margin: unset;
    align-self: unset;
    text-align: unset;
  }
  .hm-pos-bottom-right {
    margin: 2vw 0;
  }

  .hm-container {
    padding: 2vw;
    margin-right: 30vw;
  }
  .hm-title {
    margin: 2vw;
    color: white;
  }
  .hm-description {
    color: white;
    margin-bottom: 2wv;
  }
  .hm-logo {
    width: 15vw;
    height: auto;
  }
}

.input-field-container {
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid white;
  justify-content: center;
  display: flex;
  flex-direction: row;
  padding: 0.5vh 1vh; 
  color: white;
  width: 100%;
}

.input {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  color: white;
}
.input:focus{
  border: none;
}

::-webkit-input-placeholder {
  color: #b1b1b1;
  opacity: 1; /* Firefox */
}

::placeholder {
  color: #b1b1b1;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #b1b1b1;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #b1b1b1;
}

@media (orientation: portrait) {
  .input-field-container {
    padding: 0.5vw 1vw; 
  }
}
.side-menu {
  display: flex;
  flex-direction: row;
  height: inherit;
  color: white;
  width: 7.41vh;
  z-index: 3;
}
.side-menu__open {
  width: 100%;
  height: 100%;
  position: absolute;
  align-items: flex-start;
  z-index: 4;
}

.side-menu-content-container {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.sm-opaque-bg {
  height: 100%;
  width: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(7px);
          filter: blur(7px);
  opacity: 0.5;
}
.sm-opaque-bg__open {
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255, 0.85);
}

.sm-quick-action {
  display: flex;
  flex-direction: column;
  margin: unset;
  width: -webkit-max-content;
  width: max-content;
}
.sm-qa__open_w_icons {
  margin: 4.56vh 2.28vh;
}

.sm-qa__open_no_icons {
  margin: 0vh 2.28vh;
}

.sm-top-bottom {
  width: 7.41vh;
  height: 100%;
  padding-top: 2.5vh;
  padding-bottom: 4vh;
  justify-content: center;
  display: flex;
  flex-wrap: wrap-reverse;
  align-self: baseline;
}
.__top {
  align-items: start;
  flex-direction: column;
  justify-content: unset;
  align-content: center;
}
.__bottom {
  align-items: flex-start;
  justify-content: center;
}

.sm-content {
  width: 100%;
  height: 100%;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding-left: 6vh;
}

/* todo - RENAME */
.filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff8c;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.sm-blur {
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.sm-accom {
  width: calc(100% - 25vh);
  display: flex;
  justify-content: center;
  flex-direction: row;
  background-color: white;
  padding: 2.5vh;
  margin-top: 2vh;
  border-radius: var(--border-radius);
  align-items: center;
  margin-bottom: 6vh;
  align-self: start;
  color: var(--color-primary);
}

@media (orientation: portrait) and (min-width: 600px) {
  .side-menu {
    flex-direction: column;
    height: 6.41vw;
    overflow: hidden;
    padding: 0vw 2vw 0vw 2vw;
    width: unset;
  }
  .side-menu__open {
    position: unset;
    width: calc(100% - 4vw);
  }
  .side-menu-content-container {
    flex-direction: row;
    width: 100%;
  }
  .sm-quick-action {
    margin: 0vw 4.56vw;
    flex-direction: row;
    width: -webkit-max-content;
    width: max-content;
    display: flex;
    justify-content: space-evenly;
  }
  .sm-qa__open {
    margin: unset;
  }
  .sm-top-bottom {
    padding: unset;
    height: 6.41vw;
    align-self: center;
    align-content: center;
  }
  .__top {
    flex-direction: unset;
    border-right: unset !important;
  }
  .__bottom {
    justify-content: end;
    border-right: unset !important;
  }
  .filter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: unset;
    left: 0;
  }
  .sm-accom {
    width: calc(100% - 0vw);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3vw 0vw;
    margin-top: 1vw;
    height: 4vw;
    position: fixed;
    margin: unset;
  }
  .sm-content {
    width: 100%;
    height: 0;
    z-index: unset;
    align-items: unset;
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    overflow: hidden;
    position: unset;
    padding-left: unset;
  }
  .sm-opaque-bg {
    height: 0;
    width: 100%;
    background-color: unset;
    margin-top: 6.41vw;
    background-image: none !important;
  }
  .sm-opaque-bg__open {
    background-color: var(--color-menu-bg);
    height: 100;
    width: 100%;
  }
}

@media (max-width: 599px) {
  .sm-opaque-bg {
    height: 100%;
    width: 100%;
    /* filter: none; */
    opacity: unset;
  }
  .sm-opaque-bg__open {
    height: 100%;
    width: 100%;
    background-color: unset;
  }
}

.tile-main-container {
  border-radius: var(--border-radius);
  flex: 1 1;
  margin: 1vh;
  position: relative;
  -webkit-animation: fadeAnim 1s forwards;
          animation: fadeAnim 1s forwards;
}

.tile-image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--border-radius);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: fadeAnim 1s forwards;
          animation: fadeAnim 1s forwards;
}

.tile-content-portrait {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  background-color: var(--color-primary);
}
.__full-solid,
.__full-img {
  height: 100%;
  border-radius: var(--border-radius);
}
.__full-img {
  background-color: rgba(2, 22, 22, 0.6);
}
.__1-3-img {
  height: 65%;
}
.__2-3-img {
  height: 35%;
}

.tile-text-container {
  padding: 2vh 1.2vh;
  word-break: break-word; /* TODO - to be discussed*/
  color: white;
  height: calc(100% - 4vh);
}

.center-title {
  display: flex;
  align-items: center;
}
.tile-content-text,
.tile-title {
  margin-bottom: 1vh;
  color: white;
}

.tile-title-image {
  width: 100%;
  max-height: 12vh;
  object-fit: contain;
  object-position: center;
}

.tile-accom-button {
  position: absolute;
  bottom: 1vh;
  left: 1.5vh;
  right: 1.5vh;
}

@media (orientation: portrait) and (min-width: 600px) {
  .tile-content-text,
  .tile-title {
    margin-bottom: 1vw;
  }
  .tile-main-container {
    margin: 1vw;
    height: 35vw !important;
  }
  .tile-text-container {
    padding: 2vw 1.2vw;
    height: calc(100% - 4vw);
  }
  .tile-title-image {
    max-height: 15vw;
  }
  .tile-accom-button {
    position: absolute;
    bottom: 1vw;
    left: 1.2vw;
    right: 1.2vw;
  }
}

@media (max-width: 599px) {
  .tile-text-container {
    padding: 3vh 2vh;
  }
  .center-title {
    align-items: unset;
  }
  .tile-title {
    margin-bottom: 1.5vh;
  }
  .tile-main-container {
    margin: unset;
    height: inherit;
  }
}

.ob-main {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media (orientation: portrait) and (min-width: 600px) {
  .ob-main {
    left: 0;
  }
}

.pw-context-modal {
  z-index: 101;
  width: -webkit-max-content;
  width: max-content;
  max-width: 45vh;
  max-height: 40vh;
  height: -webkit-max-content;
  height: max-content;
  height: -webkit-min-content;
  height: min-content;
  position: absolute;
  top: 8vh;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: var(--color-white);
  box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.2);
  overflow: auto;
  color: var(--color-general-text);
  z-index: 3;
}

.pw-arrow {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  z-index: 10;
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--color-white) transparent;
}

@media (orientation: portrait) and (min-width: 600px) {
  .pw-context-modal {
    max-width: 45vw;
    max-height: 40vw;
    top: 8vw;
  }
}

@media (max-width: 599px) {
  .pw-context-modal {
    min-width: inherit;
  }
}
.li-main-container {
  height: 13.8vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2vh 6vh;
  background-color: transparent;
}

.li-main-container-greeting {
  flex-direction: row-reverse;
}

.li__selected {
  background-color: var(--color-li-selected-background);
}

.li-image {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  background-size: cover;
  object-fit: cover;
  object-position: center;
}
.li-image-overlay {
  background-color: rgba(204, 204, 204, 0.075);
  width: 16.34vh;
  min-width: 16.34vh;
  height: inherit;
  border-radius: var(--border-radius);
  opacity: 100%;
}
.li-image-container {
  display: flex;
  flex-direction: column;
  width: 16.34vh;
  min-width: 16.34vh;
  margin-right: 8px;
  height: 100%;
}

.li-content {
  width: calc(100% - 1.5vh - 16.34vh);
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0vh;
  margin-left: 2.5vh;
}

.li-content-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: var(--text-transform);
  padding-top: 2px;
  padding-bottom: 2px;
}

.li-content-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.li-text-1-line {
  -webkit-line-clamp: 1; /* number of lines to show */
}
.li-text-2-line {
  -webkit-line-clamp: 2; /* number of lines to show */
}

.li-selected-identificator {
  height: inherit;
  width: 0.5vh;
  border-radius: var(--border-radius);
  content: "";
  margin-left: 1vh;
}

.li-padding-bottom-1 {
  margin-bottom: 1vh;
}
.li-padding-top-1 {
  padding-top: 1vh;
}

.li-img-placeholder {
  width: calc(100% - 4vh - 2px);
  height: calc(100% - 4vh - 2px);
  border: 1px solid #eeeeee;
  padding: 2vh;
  opacity: 0.8;
  object-fit: contain;
  background-size: contain;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .li-padding-bottom-1 {
    margin-bottom: 0.1vh;
  }
  .li-padding-top-1 {
    padding-top: 0.1vh;
  }
  .li-main-container {
    padding: 1.5vh 3vh;
    height: 11vh;
  }
  .li-image-overlay {
    width: 10vh;
    min-width: 10vh;
  }
  .li-image-container {
    width: 10vh;
    min-width: 10vh;
    height: 100%;
  }
  .li-content {
    margin-left: 1.5vh;
    width: calc(100% - 10vh - 1vh);
  }
  .li-selected-identificator {
    margin-left: 0.5vh;
    height: inherit;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .li-img-placeholder {
    width: calc(100% - 4vw - 2px);
    height: calc(100% - 4vw - 2px);
    padding: 2vw;
  }
  .li-padding-bottom-1 {
    margin-bottom: 1vw;
  }
  .li-padding-top-1 {
    padding-top: 1vw;
  }
  .li-main-container {
    height: 13.8vw;
    padding: 1.5vw 2vw;
  }
  .li-image-overlay {
    width: 16.34vw;
    min-width: 16.34vw;
    border-radius: 0.42vw;
  }
  .li-selected-identificator {
    /* height: 13.8vw; */
    height: inherit;
    width: 0.5vw !important;
    margin-left: 1vw;
  }
  .li-content {
    margin-left: 1vw;
  }
}

@media (max-width: 599px) {
  .li-image-overlay {
    width: 13vh;
    min-width: 13vh;
  }
  .li-content {
    width: calc(100% - 1.5vh);
    padding: 0vh;
    margin-left: 0.5vh;
  }
  .li-main-container {
    height: 14vh;
    padding: 1.5vh 2vh;
  }
  .li-image-container {
    width: 13vh;
    min-width: 13vh;
    margin-right: unset;
  }
}

.li-events-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.1vh;
  color: var(--color-li-details);
}

.li-events-main-container {
  height: 14.8vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2vh 6vh;
}

.li-events-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: var(--text-transform);
  margin-bottom: 1vh;
}

.li-events-content {
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0vh;
  margin-left: 2.4vh;
  justify-content: center;
  overflow: hidden;
}

.li-events-details {
  display: flex;
  flex-direction: row;
  margin-left: 1vh;
  align-items: center;
}

.li-events-details-location {
  display: -webkit-box;
}

.li-events-location {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.li-event-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .li-events-main-container {
    padding: 1.5vh 3vh;
    height: 12vh;
  }
  .li-events-header {
    margin-bottom: 0.5vh;
  }
  .li-events-title {
    margin-bottom: 0.5vh;
    padding-top: unset;
  }
  .li-events-details {
    margin-left: 0.5vh;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .li-events-header {
    margin-bottom: 1.1vw;
  }
  .li-events-main-container {
    height: 15.8vw;
    padding: 2vw 2vw;
  }
  .li-events-content {
    margin-left: 2.4vw;
  }
  .li-events-details {
    margin-left: 1.6vw;
  }
  .li-events-title {
    margin-bottom: 1vw;
  }
}

@media (max-width: 599px) {
  .li-events-main-container {
    height: 14vh;
    padding: 1.5vh 2vh;
  }
  .li-events-header {
    margin-bottom: 1vh;
  }
  .li-events-title {
    margin-bottom: unset;
    padding-bottom: 0.5vh;
  }
}

.li-oa-main-container {
  height: 14.8vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2vh 6vh;
}
.li-oa-footer {
  display: flex;
  flex-direction: row;
  margin-top: 1.1vh;
  color: var(--color-li-details);
  align-items: center;
}
.li-oa-details {
  display: flex;
  flex-direction: row;
  margin-right: 1.6vh;
  align-items: center;
}
.li-oa-descr {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 1vh;
  padding-top: 1vh;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .li-oa-main-container {
    height: 11.5vh;
    padding: 1.5vh 3vh;
  }
  .li-oa-details {
    margin-right: 0.5vh;
  }
  .li-oa-footer {
    margin-top: 0.1vh;
  }
  .li-oa-descr {
    margin-bottom: 0.5vh;
    padding-top: 0.5vh;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .li-oa-footer {
    margin-top: 1.1vw;
  }
  .li-oa-details {
    margin-right: 1.6vw;
  }
  .li-oa-descr {
    margin-bottom: 1vw;
    padding-top: 1vw;
  }
  .li-oa-main-container {
    height: 15.8vw;
    padding: 2vw 2vw;
  }
}

@media (max-width: 599px) {
  .li-oa-main-container {
    height: 14vh;
    padding: 1.5vh 2vh;
  }
  .li-oa-footer {
    padding-top: 0.8vh;
    margin-top: unset;
  }
  .li-oa-details {
    margin-right: 1vh;
  }
  .li-oa-descr {
    padding-top: 0.8vh;
    margin-bottom: unset;
  }
}

.li-accom-main-container {
  height: 14.8vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2vh 6vh;
}

.li-content-accom {
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0vh;
  margin-left: 2.5vh;
  justify-content: space-around;
}

.li-accoms-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--color-primary);
  margin-top: 0.25vh;
  margin-bottom: 0.5vh;
}

.li-accom-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: var(--text-transform);
  -webkit-line-clamp: 2;
}

.li-accom-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.li-accoms-details {
  margin-top: 0.5vh;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .li-accom-main-container {
    height: 12vh;
    padding: 1.5vh 3vh;
  }
  .li-content-accom {
    margin-left: 1.5vh;
  }
  .li-accom-title {
    -webkit-line-clamp: 1;
  }
  .li-accoms-stars {
    margin-top: 0.1vh;
    margin-bottom: 0.1vh;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .li-accom-main-container {
    height: 15.8vw;
    padding: 2vw 2vw;
  }
  .li-content-accom {
    margin-left: 2vw;
  }
  .li-accoms-stars {
    margin-top: 0.25vw;
    margin-bottom: 0.5vw;
  }
  .li-accoms-details {
    margin-top: 0.5vw;
  }
}

@media (max-width: 599px) {
  .li-accom-main-container {
    height: 14vh;
    padding: 1.5vh 2vh;
  }
  .li-content-accom {
    margin-left: 1.5vh;
  }
}

.li-rooms-main-container {
  height: 14.8vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2vh 0vh;
}

.li-content-room {
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0vh;
  margin-left: 2vh;
  justify-content: space-around;
}

.li-rooms-image-container {
  width: 17vh;
  height: inherit;
  position: relative;
}
.li-rooms-image {
  background-color: white;
  width: 17vh;
  height: inherit;
  border-radius: var(--border-radius);
  object-fit: cover;
}

.li-room-details {
  width: 100%;
  display: grid;
  margin-left: 19vh;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 2;
  margin-bottom: 2vh;
  max-height: 0;
  visibility: hidden;
  transition: 0.5s;
  overflow: hidden;
}

.unhidden-room-details {
  display: grid;
  visibility: visible;
  transition: 1s;
  max-height: 100vh;
}

.li-rooms-show-more {
  margin-top: auto;
  margin: 0.5vh 0vh;
  color: var(--color-primary);
  display: inline-block;
}

.li-room-gallery {
  position: absolute;
  top: 0vh;
  right: 0vh;
  padding: 1vh;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .li-rooms-main-container {
    height: 12vh;
    padding: 2vh 0vh;
  }
  .li-rooms-image-container {
    width: 12vh;
  }
  .li-rooms-image {
    width: 12vh;
  }
  .li-room-details {
    margin-left: 14vh;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .li-room-gallery {
    top: 0vw;
    right: 0vw;
    padding: 1vw;
  }
  .li-rooms-main-container {
    height: 14.8vw;
    padding: 2vw 0v;
  }
  .li-content-room {
    padding: 0;
    margin-left: 2vw;
  }
  .li-rooms-image {
    width: 17vw;
    border-radius: 0.42vw;
  }
  .li-room-details {
    margin-left: 19vw;
    margin-bottom: 2vw;
  }
  .li-rooms-show-more {
    margin: 0.5vw 0vw;
  }
}

@media (max-width: 599px) {
  .li-rooms-main-container {
    height: 12.8vh;
    padding: 1.5vh 0vh;
  }
  .li-rooms-image-container {
    width: 14vh;
  }
  .li-rooms-image {
    width: 14vh;
  }
  .li-room-details {
    margin-left: 16vh;
    width: calc(100% - 16vh);
    grid-template-columns: 1fr;
  }
}

.li-content-infra-top,
.li-content-infra {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.li-content-infra {
  height: inherit;
  padding: 0vh;
  margin-left: 2.54vh;
  justify-content: space-between;
}

.li-infra-description {
  margin-top: 0.5vh;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.li-infra-details {
  margin-top: 0.5vh;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .li-content-infra {
    margin-left: 1.5vh;
  }
  .li-infra-description {
    margin-top: 0.1vh;
    -webkit-line-clamp: 1;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .li-content-infra {
    margin-left: 2vw;
  }
  .li-infra-details {
    margin-top: 0.5vw;
    margin-right: 1.6vw;
  }
  .li-infra-description {
    margin-top: 0.5vw;
  }
}

@media (max-width: 599px) {
  .li-content-infra {
    margin-left: 1.5vh;
  }
}

.tag-element {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0.6vh 1vh 0.6vh;
  border-radius: 17vh;
  margin-right: 1vh;
  margin-bottom: 1vh;
  color: var(--color-primary);
  background-color: var(--color-white);
  border: 1px solid  var(--color-primary);
}

.tag__selected {
  background-color: var(--color-primary);
  color: var(--color-white);
}

@media (orientation: portrait) {
  .tag-element {
    padding: 0.6vw 1vw 0.6vw;
    border-radius: 17vw;
    margin-right: 1vw;
    margin-bottom: 1vw;
  }
}

.tag-info-element {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0.2vh 0.5vh;
  border-radius: var(--border-radius);
  color: white;
  height: -webkit-max-content;
  height: max-content;
  white-space: nowrap;
}


@media (orientation: portrait) {
  .tag-info-element {
    padding: 0.2vw 0.6vw;
  }
}
.qr-scan-main {
  border: 0.2vh solid #f4f4f4;
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2vh;
  margin-bottom: 2vh;
}

.qr-scan-container {
  padding-top: 2vh;
  padding-bottom: 2vh;
  padding-left: 3vh;
  padding-right: 3vh;
}

.qr-scan-route-container {
  width: 20vh !important;
  height: 15vh !important;
  padding-top: 1vh;
}

.qr-scan-route-info {
  padding-top: 2vh;
}

.qr-scan-dropdown {
  float: left;
  overflow: hidden;
}

.qr-scan-dropdown {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.qr-scan-dropdown-link-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.qr-scan-default-size {
  width: 9vh !important;
  height: 9vh !important;
}

.qr-scan-description {
  display: flex;
  flex-direction: row;
  margin-top: 1vh;
  align-items: center;
}

.qr-scan-description-text {
  margin-left: 1vh;
  color: var(--color-primary);
}

@media (orientation: landscape) {

  .qr-scan-main {
    border: none;
    background: #ffffff8c;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-bottom: 1vh;
    margin-bottom: 0;
    border-radius: var(--border-radius);
  }

  .qr-scan-description {
    margin-top: 0.5vh;
  }
  .qr-scan-description-text {
    margin-left: 0vh
  }
  .qr-scan-container {
    padding: 1vh;
  }
  .qr-scan-icons {
    margin-right: 0.5vh;
  }
}

@media (orientation: landscape) {
  .qr-scan-without-qr {
    width: 14vh !important;
    height: 12vh !important;
  }
}

@media (orientation: portrait) {
  .qr-scan-container {
    width: 15vw !important;
    height: 15vw !important;
    padding: 3vw;
  }
  .qr-scan-route-info {
    padding-top: 2vw;
  }
  .qr-scan-description {
    margin-top: 1vw;
  }
  .qr-scan-description-text {
    margin-left: 1vw;
  }
}

.dropdown-main {
  display: inline-block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--color-separators);
  margin-top: 1vh;
}

.dropdown-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  background-color: transparent;
}

.dropdown-content {
  height: 6vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.dropdown-displaystring {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.arrow-down {
  width: 2.23vh;
}

.general-dropdown-open {
  max-height: 40vh;
  height: -webkit-min-content;
  height: min-content;
  width: 100%;
  position: absolute;
  top: 8vh;
  z-index: 20;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: white;
  box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.2);
  overflow: auto;

}
.__country {
  max-height: 40vh;
  min-height: 40vh;
  top: -40vh;
}

.dropdown-options {
  padding: 2vh;
  border-bottom: 1px solid var(--color-separators);
  margin: 0vh 1vh;
}

.general-dropdown-options {
  padding: 0.5vh;
  border-bottom: 1px solid var(--color-separators);
  margin: 0vh 1vh;
}

.dropdown-noborder {
  border-bottom: none;
}

.dropdown__selected {
  color: var(--color-selected-text);
}

.dropdown_route_select_label {
  color: var(--color-primary);
}

.dropdown-search {
  padding: 2vh;
  border-bottom: 2px solid var(--color-separators);
  margin: 0vh 1vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
}
.ds-input-main {
  border-bottom: unset !important;
  margin-top: unset !important;
}
.ds-input-content {
  height: unset !important;
  justify-content: unset !important;
}

.route-dropdown-opt {
  color: #919191;
  float: none;
  padding: 1vh;
  border-bottom: 1px solid var(--color-separators);
  margin: 0 1vh;
  text-decoration: none;
  display: flex;
  text-align: left;
  align-items: center;
}

.nav-dropdown-opt {
  color: #919191;
  float: none;
  padding: 1vh;
  border-bottom: 1px solid var(--color-separators);
  margin: 0 1vh;
  text-decoration: none;
  display: block;
  text-align: left;
}

@media (orientation: landscape) {
  .route-dropdown-opt {
    padding: 0.8vh;
    margin: 0 0.7vh;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .nav-dropdown-opt {
    padding: 1vw;
    margin: 0 1vw;
  }
  .route-dropdown-opt {
    padding: 1vw;
    margin: 0 1vw;
  }
  .dropdown-main {
    margin-top: 1vw;
  }
  .dropdown-content {
    height: 6vw;
  }
  .arrow-down {
    width: 2.23vw;
  }
  .general-dropdown-open {
    max-height: 40vw;
    top: 8vw;
  }
  .__country {
    max-height: 40vw;
    min-height: 40vw;
    top: -40vw;
  }
  .dropdown-options {
    padding: 2vw;
    margin: 0 1vw;
  }
  
  .general-dropdown-options {
    padding: 0.5vw;
    margin: 0 1vw;
  }
  .dropdown-search {
    padding: 2vw;
    margin: 0 1vw;
  }
}

@media (max-width: 599px) {
  .dropdown-content {
    padding: 1.5vh 0;
  }
}
.menu-item-container {
  display: flex;
  flex-direction: column;
  margin: 4.24vh;
  min-width: 24vh;
  max-width: 24vh;
}
.menu-item-container:first-child {
  margin-left: 0;
}

.mi-image {
  width: 16.56vh;
  height: 14.86vh;
  border-radius: var(--border-radius);
  background-size: cover;
  background-position: center;
  background-color: transparent;
}

.__oetztal-img {
  border-radius: unset !important;
  width: 19.1vh;
  height: 12.73vh;
}

.mi-title {
  margin: 2.65vh 0vh;
  text-transform: var(--text-transform);
  color: var(--color-tile-title);
  line-break: auto;
}
.mi-links {
  margin: 0.4vh 0vh;
}

@media (orientation: portrait) {
  .menu-item-container {
    margin: 2.24vw;
    max-width: 24.23vw;
    min-width: 24.23vw;
  }
  .menu-item-container:first-child {
    margin: 2.24vw;
  }
  .mi-image {
    width: 16.56vw;
    height: 14.86vw;
  }
  .mi-title {
    margin: 1.5vw 0vw;
  }
  .mi-links {
    margin: 0.4vw 0vw;
  }
}

.m-quick-action-main {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.m-qa-text {
  color: var(--color-menu-quicklinks);
}
.m-qa__visible-text {
  margin-left: 2.5vh;
}

@media (orientation: portrait) and (min-width: 600px) {
  .m-qa-text {
    visibility: hidden;
    width: 0;
    transition: 0.8s;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    margin: unset;
  }
  .m-qa__visible-text {
    margin-left: 1.5vw;
    transition: 0.8s;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    width: auto;
    visibility: visible;
  }
  .m-qa-padding {
    padding: 0vw 1vw;
  }
}

@media (max-width: 599px) {
  .m-qa__visible-text {
    margin-left: 1vh;
  }
}

.menu-items-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-top: 15vh;
}

.menu-items-home {
  position: absolute;
  top: 2vh;
  left: 9vh;
}

@media (orientation: portrait) {
  .menu-items-container {
    width: calc(100% - 4vw);
    height: calc(60% - 4vw);
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    position: fixed;
    overflow-y: auto;
    justify-items: center;
    margin-top: 0.5vw;
  }
  .menu-items-home {
    top: 2vw;
    left: 0vw;
  }
}

.map-container {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.qr-details-map {
  position: absolute;
  top: unset;
  height: 18vh;
  width: 14vh;
  z-index: 1;
  bottom: calc(75% - 5vh);
  right: 1vh;
}

.half-map {
  width: 100%;
  height: 50%;
  transition: 0.5s;
}

.qr-scan-hidden {
  visibility: visible;
}

.qr-scan-hidden {
  visibility: hidden;
}

.m_map-overlay{
  display: none;
}

@media (orientation: portrait) {
  .half-map {
    height: 100%;
  }
}

@media (orientation: landscape) {
  .qr-details-map-without-qr{
    height: 12vh;
    width: 14vh;
  }
}

@media (max-width: 599px) {
  .m_map-overlay {
    display: block;
    position: absolute;
    bottom: 2vh;
    right: 2vh;
  }
}

.screensaver-main-container {
  width: 100%;
  height: 100%;
  -webkit-animation: fadeAnim 0.3s forwards;
          animation: fadeAnim 0.3s forwards;
  overflow: hidden;
}

.screensaver {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #000000;
  position: absolute;
  z-index: 20;
  top: 0;
  color: white;
  align-items: center;
  justify-content: center;
  font-size: xx-large;
  flex-direction: column;
  -webkit-animation: fadeAnim 1s forwards;
          animation: fadeAnim 1s forwards;
}

.screensaver-content {
  object-fit: contain;
  width: 100%;
  height: calc(100% - 6vh);
  margin: auto;
  -webkit-animation: fadeAnim 1s forwards;
          animation: fadeAnim 1s forwards;
  margin-top: 6vh;
}
.screensaver-content_ds {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-animation: fadeAnim 1s forwards;
          animation: fadeAnim 1s forwards;
}

.ds-win10 {
  width: unset;
}

.screensaver-instruction {
  width: calc(100% - 3vh);
  position: absolute;
  padding: 1.5vh;
  text-align: center;
  top: 0;
  z-index: 22;
  color: white;
  /* background-color: rgba(248, 248, 248, 0.75); */
  background-image: linear-gradient(black, transparent);
}

.screensaver-videocontrol {
  position: absolute;
  bottom: 2vh;
  right: 2vh;
  background-color: rgba(255, 255, 255, 0.5);
  width: 7vh;
  height: 7vh;
  justify-content: center;
  display: flex;
  align-items: center;
}

.screensaver-boxed_content {
  width: calc(100% - 32vh) !important;
  height: calc(100% - 20vh) !important;
  margin: 10vh 16vh !important;
  position: relative !important;
}


@media (orientation: portrait) {
  .screensaver-content {
    height: calc(100% - 6vw);
    margin-top: 6vw;
  }
  .screensaver-instruction {
    width: calc(100% - 3vw);
    padding: 1.5vw;
  }
  .screensaver-boxed_content {
    width: calc(100% - 32vw) !important;
    height: calc(100% - 20vw) !important;
    margin: 10vw 16vw !important;
  }
}

.tif-main {
  width: 100%;
  height: 100%;
  border: none;
}

.tif-screensaver {
  height: calc(100% - 6vh);
  position: absolute;
  bottom: 0;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .tif-screensaver {
    height: calc(100% - 5vh);
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .tif-screensaver {
    height: calc(100% - 6vw);
  }
}

@media (max-width: 599px) {
  .tif-screensaver {
    height: calc(100% - 8vh);
  }
}

.framebox-wrapper {
  width: 100%;
  height: 100%;
}

.framebox-main {
  background-color: var(--color-background1);
  width: 100%;
  height: 100%;
  padding: 5vh;
  color: black;
  -webkit-animation: fadeAnim 2s forwards;
          animation: fadeAnim 2s forwards;
}

.framebox-content {
  width: calc(100% - 10vh);
  height: calc(100% - 10vh);
  border: 2px solid var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.framebox-main-title {
  position: absolute;
  bottom: -1vh;
  left: -1vh;
  background-color: var(--color-background1);
  padding: 0.5vh 0.5vh 0 0;
  color: var(--color-primary);
  font-weight: 200;
}
.framebox-main-logo {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 15vh;
  padding: 0 0 0.5vh 0.5vh;
  background-color: var(--color-background1);
}

@media (orientation: portrait) {
  .framebox-main {
    padding: 5vw;
  }
  .framebox-content {
    width: calc(100% - 10vw);
    height: calc(100% - 10vw);
  }
  .framebox-main-title {
    bottom: -1vw;
    left: -1vw;
    padding: 1vw 1vw 0 0;
  }
  .framebox-main-logo {
    top: -2px;
    right: -2px;
    width: 15vw;
    padding: 0 0 1vw 1vw;
  }

}

/* All common styles for the list typed subpages => 2-col-list, list */

.t-lists-main-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.tl-left-container {
  background-color: white;
  width: calc(40% - 0px);
  height: auto;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #dddddd;
}

.tl-header {
  padding: 2vh 6vh;
}

.tl-filter-tags {
  display: flex;
  flex-direction: row;
  margin-top: 1vh;
  flex-wrap: wrap;
  flex-flow: wrap;
}

.tl-list-container {
  overflow-y: scroll;
  /* scroll-behavior: smooth; */
  margin-top: 0.5vh;
}
.tl-list {
  display: flex;
  flex-direction: column;
  height: auto;
}

/* BOTTOM SHEET */
.tl-bottom-sheet-body {
  display: flex;
  flex-direction: row;
  background-color: white;
  width: calc(100% - 8vh);
  padding: 0 4vh 0 4vh;
}
.tl-bottom-sheet-content {
  width: 100%;
  margin-right: 5vh;
}
.tl-bottom-sheet-scan-route {
  position: -webkit-sticky;
  position: sticky;
  width: -webkit-max-content;
  width: max-content;
  height: -webkit-min-content;
  height: min-content;
  top: 10vh;
}

.tl-bs-title {
  color: var(--color-primary);
  text-transform: var(--text-transform);
}

.tl-bs-description {
  margin-bottom: 2vh;
}

@media (orientation: landscape) {
  .tl-bottom-sheet-scan-route {
    display: none;
  }
  .tl-header {
    padding: 2vh 3vh;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .t-lists-main-container {
    flex-direction: column-reverse;
    position: relative;
  }
  .tl-left-container {
    width: 100%;
    height: calc(100% - var(--right-container-height-portrait));
    border-right: unset;
    flex-direction: row;
  }
  .tl-header {
    padding: 2vw 2vw; /*TODO*/
  }
  .tl-filter-tags {
    margin-top: 1vw;
  }
  .tl-list-container {
    margin-top: 0.5vw;
    width: inherit;
  }
  /* BOTTOM SHEET */
  .tl-bottom-sheet-body {
    height: calc(100% - 10vw);
    margin-bottom: unset;
    overflow-y: auto;
    background-color: white;
    width: calc(100% - 8vw);
    padding: 0 4vw 0 4vw;
  }
  .tl-bottom-sheet-content {
    width: 100%;
    margin-right: 3vw;
  }
  .tl-bs-description {
    margin-bottom: 2vw;
  }
  .tl-bottom-sheet-scan-route {
    top: 0;
  }
}

@media (max-width: 599px) {
  .tl-header {
    padding: 2vh;
  }
  .t-lists-main-container {
    flex-direction: column-reverse;
    position: relative;
  }
  .tl-bottom-sheet-body {
    padding: 0 2vh;
    width: calc(100% - 4vh);
  }
  .tl-bottom-sheet-content {
    margin-right: unset;
  }
  .tl-bottom-sheet-scan-route {
    display: none;
  }
}

.t2col-list-left-container {
  overflow-y: scroll;
  background-color: white;
  width: calc(40% - 0px);
  flex-direction: column;
  border-right: 1px solid #dddddd;
}

.t2col-list-left-header-image {
  width: 100%;
}

.t2col-list-left-header-title {
  margin: 1.6vh 0vh;
  color: var(--color-li-details);
  text-transform: var(--text-transform);
}

.truncate-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-more {
  -webkit-line-clamp: unset;
}
.content-less {
  -webkit-line-clamp: 3;
}

.t2col-list-left-header-more {
  margin: 0.5vh 0vh;
  color: var(--color-primary);
  display: inline-block;
}

.t2col-list-content__FULL {
  padding: 2vh 4vh;
  height: calc(100% - 4vh);
  overflow-y: auto;
}

@media (orientation: portrait) and (min-width: 600px) {
  .t2col-list-content__FULL {
    padding: 2vw 4vw;
    height: calc(100% - 4vw);
  }
  .t2col-list-left-container {
    width: 100%;
    height: calc(100% - var(--right-container-height-portrait));
    border-right: unset;
  }
  .t2col-list-left-header-title {
    margin: 1.6vw 0;
  }
  .t2col-list-left-header-more {
    margin: 0.5vw 0;
  }
}

@media (max-width: 599px) {
  .t2col-list-left-container {
    width: 100%;
    height: 100%;
    border-right: unset;
    transition: 0.5s; /* WHEN WE HAVE MAP*/
  }
}
.t-2colimg-main {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.t-2colimg-left {
  width: calc(50% - 1px - 12vh);
  height: auto;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #dddddd;
  overflow-y: auto;
  padding: 1.5vh 6vh;
}
.t-2colimg-left-ds {
  width: calc(50% - 1px);
  padding: 0;
}
.t-2colimg-right {
  height: inherit;
  width: 50%;
  position: relative;
  background-color: white;
}
.t-2colimg-right-ds {
  height: 100%;
}
.t-2colimg-gallery {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.t-2colimg-image {
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.t-2colimg-image_ds {
  height: 100%;
  object-fit: cover;
}

.t-2colimg-left-text {
  padding: 2vh;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .t-2colimg-left {
    width: calc(40% - 1px - 6vh);
    padding: 1.5vh 3vh;
    background-color: rebeccapurple;
  }
  .t-2colimg-left-ds {
    width: calc(40% - 1px) !important;
    padding: 0 !important;
  }
  .t-2colimg-right {
    width: 60%;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .t-2colimg-main {
    flex-direction: column-reverse;
  }
  .t-2colimg-left {
    width: calc(100% - 12vw);
    height: calc(50% - 3vw);
    border-right: unset;
    padding: 1.5vw 6vw;
    margin: unset;
  }
  .t-2colimg-right {
    height: 50%;
    width: 100%;
    margin: unset;
  }
  .t-2colimg-left-text {
    padding: 2vw;
  }
}

@media (max-width: 599px) {
  .t-2colimg-right {
    height: auto;
    width: calc(100% - 4vh);
    align-self: center;
    margin-bottom: 2vh;
  }
  .t-2colimg-main {
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    position: unset;
  }
  .t-2colimg-left {
    width: calc(100% - 4vh);
    padding: 2vh;
    overflow: unset;
    height: unset;
  }
}

.t-gallery-main-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  position: relative;
}
.t-gallery-left {
  width: 30vh;
  height: auto;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #dddddd;
  overflow-y: auto;
  padding: 1.5vh 6vh;
}

.t-gallery-right {
  height: inherit;
  width: calc(100% - 30vh);
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  background-color: white;
}
.t-gallery-container {
  height: calc(100% - 12vh - 4px);
  width: 100%;
}

.t-gallery-img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: center;
}

.t-gallery-thumbs-container {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  scroll-behavior: smooth;
  margin: 0 auto;
  height: 12vh;
  align-items: center;
}

.t-gallery-thumb {
  height: 8vh;
  width: 8vh;
  padding: 1vh;
  border-radius: var(--border-radius);
}

.t-thumb-img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  object-position: center;
  border-radius: var(--border-radius);
  opacity: 0.5;
}

.__selected-thumb {
  border: 2px solid var(--color-primary);
  opacity: unset;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .t-gallery-left {
    width: 25vh;
    padding: 1.5vh 3vh;
  }
  .t-gallery-right {
    height: inherit;
    width: calc(100% - 25vh);
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .t-gallery-main-container {
    flex-direction: column;
  }
  .t-gallery-left {
    width: calc(100% - 12vw - 1px);
    height: 20vw;
    border-right: unset;
    border-bottom: 1px solid #dddddd;
    padding: 1.5vw 6vw;
  }
  .t-gallery-right {
    height: calc(100% - 20vw);
    width: 100%;
  }
  .t-gallery-container {
    height: calc(100% - 12vw - 4px);
    width: 100%;
  }
  .t-gallery-thumbs-container {
    height: 12vw;
  }
  .t-gallery-thumb {
    height: 8vw;
    width: 8vw;
    padding: 1vw;
  }
}

@media (max-width: 599px) {
  .t-gallery-main-container {
    flex-direction: column;
  }
  .t-gallery-right {
    width: 100%;
    display: flex;
  }
  .t-gallery-container {
    height: calc(100% - 12vh - 4px);
    width: 100%;
    display: flex;
  }
  .t-gallery-left {
    width: calc(100% - 4vh);
    height: calc(30% - 4vh);
    border-right: unset;
    border-bottom: 1px solid #dddddd;
    padding: 2vh;
    overflow-y: auto;
  }
}

.t-pdf-main-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  position: relative;
}
.t-pdf-left {
  height: auto;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #dddddd;
  flex: 1 1;
  overflow: auto;
  position: relative;
  background-color: white;
}

.t-pdf-right {
  height: inherit;
  width: calc(40% - 1px);
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.t-pdf-image {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center;
}

.t-pdf-unset-border-right {
  border-right: unset;
}

#viewer,
#viewer-container {
  padding-top: unset !important;
  width: 100% !important;
  height: 100% !important;
}
.pdfViewer {
  padding-top: unset !important;
  background-color: white !important;
  margin-left: 18vh !important;
}
.pdfViewer.full {
  margin-left: 0 !important;
}
.pdf-thumbnail-bar {
  top: unset !important;
  width: 14vh !important;
  padding: 2vh !important;
  z-index: 1;
}
.toolbox {
  z-index: 2 !important;
  background-color: var(--color-primary) !important;
  border-radius: var(--border-radius) !important;
}
.toolbox-container {
  z-index: 2 !important;
  width: unset !important;
  height: unset !important;
}
input {
  background-color: transparent !important;
}
.thumbnail {
  margin-bottom: 2vh !important;
}
.thumbnail img.focused {
  border: solid 0.3vh var(--color-primary) !important;
}
.pdfViewer .page {
  position: unset !important;
}
.pdf-thumbnail-bar.hide {
  display: none;
}

@media (orientation: portrait) and (min-width: 600px) {
  .t-pdf-main-container {
    flex-direction: column-reverse;
  }
  .t-pdf-left {
    height: 70%;
    width: 100%;
    border-right: unset;
  }
  .t-pdf-right {
    height: 30%;
    width: 100%;
  }
  .pdfViewer {
    margin-left: 18vw !important;
  }
  .pdf-thumbnail-bar {
    width: 14vw !important;
    padding: 2vw !important;
  }
  .thumbnail {
    margin-bottom: 2vw !important;
  }
  .thumbnail img.focused {
    border: solid 0.3vw var(--color-primary) !important;
  }
}

@media (max-width: 600px) {
  .toolbox-container .toolbox-wrapper .toolbox {
    width: calc(100% - 4vh - 40px) !important;
    left: 2vh;
    right: 2vh;
  }
  .page {
    width: 100% !important;
  }
  .pdf-thumbnail-bar {
    width: 10vh !important;
  }
  .pdfViewer {
    margin-left: 14vh !important;
  }
  #pdfSearchbar {
    top: 12vh !important;
    width: calc(100% - 4vh - 20px) !important;
    right: 2vh !important;
    left: 2vh !important;
  }
}

.t-yt-parent-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.t-yt-main-container {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  padding: 1vh;
  overflow-y: auto;
  -webkit-animation: fadeAnim 0.5s forwards;
          animation: fadeAnim 0.5s forwards;
}

.t-yt-grid-item {
  background-color: #f4f4f4;
  height: 40vh;
  text-align: center;
  margin: 1vh;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius);
}
.t-yt-video-thumbnail-container {
  display: flex;
  width: 100%;
  height: 25vh;
  position: relative;
}
.t-yt-video-thumbnail {
  width: inherit;
  height: inherit;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.t-yt-play-icon {
  position: absolute;
  top: calc(50% - 2vh);
  left: calc(50% - 2vh);
}

.t-yt-video-details {
  display: flex;
  flex-direction: column;
  padding: 3vh;
  text-align: start;
}

.t-yt-video-title {
  color: var(--color-primary);
  margin-bottom: 0.5vh;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.t-yt-video-description {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-yt-player {
  padding: unset;
}

/* Hide copy link button */
.ytp-chrome-top-buttons {
  display: none !important;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .t-yt-main-container {
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .t-yt-video-thumbnail-container {
    height: 25vw;
  }
  .t-yt-play-icon {
    top: calc(50% - 2vw);
    left: calc(50% - 2vw);
  }
  .t-yt-main-container {
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding: 1vw;
  }
  .t-yt-grid-item {
    height: 40vw;
    margin: 1vw;
  }
  .t-yt-video-details {
    padding: 3vw;
  }
  .t-yt-video-title {
    margin-bottom: 0.5vw;
  }
  .t-yt-video-description {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (max-width: 599px) {
  .t-yt-parent-container {
    overflow-y: scroll;
  }
  .t-yt-main-container {
    display: flex;
    grid-template-columns: unset;
    padding: 1vh;
    overflow-y: auto;
    flex-direction: column;
  }
  .t-yt-player {
    width: 100%;
    max-width: 100%;
    padding: unset;
  }
}

.t-full-main {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: initial;
  overflow: hidden;
  -webkit-animation: fadeAnim 0.5s forwards;
          animation: fadeAnim 0.5s forwards;
}

.t-full-modal-container {
  width: inherit;
  height: 100%;
  position: relative;
  overflow: auto;
  justify-content: center;
  display: flex;
}

.t-full-content-modal {
  background-color: white;
  width: calc(50% - 16vh);
  min-height: calc(100% - 17vh);
  height: -webkit-max-content;
  height: max-content;
  position: absolute;
  top: 10vh;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  bottom: 0;
  padding: 8vh;
  display: flex;
  flex-direction: column;
}

.t-full-title {
  color: var(--color-primary);
  margin-bottom: 2vh;
}

@media (orientation: portrait) and (min-width: 600px) {
  .t-full-content-modal {
    width: calc(60% - 16vw);
    min-height: calc(100% - 17vw);
    top: 10vw;
    padding: 8vw;
  }
  .t-full-title {
    margin-bottom: 2vw;
  }
}

@media (max-width: 599px) {
  .t-full-content-modal {
    width: calc(90% - 4vh);
    min-height: calc(100% - 40vh);
    top: 40vh;
    padding: 2vh;
  }
}

.t-fullDs-content_container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.t-fullDs-title {
  color: var(--color-primary);
  margin-bottom: 2vh;
  text-align: center;
}

.t-fullDs-text_container {
  width: calc(100% - 4vh);
  position: absolute;
  padding: 2vh;
  color: var(--color-li-descr);
  background-color: #f1f1f1CC;
  bottom: 0;
}

@media (orientation: portrait) and (min-width: 600px) {
  .t-fullDs-text_container {
    width: calc(100% - 4vw);
    padding: 2vw;
  }

  .t-fullDs-title {
    margin-bottom: 2vw;
  }
}

.t-lirt-main {
  background-color: var(--color-background1);
  width: 100%;
  height: 100%;
  padding: 5vh;
  color: black;
  -webkit-animation: fadeAnim 2s forwards;
          animation: fadeAnim 2s forwards;
}

.t-lirt-content {
  width: calc(100% - 10vh);
  height: calc(100% - 10vh);
  border: 2px solid var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.t-lirt-main-title {
  position: absolute;
  bottom: -1vh;
  left: -1vh;
  background-color: var(--color-background1);
  padding: 2vh 2vh 0 0;
  color: var(--color-primary);
  font-weight: 200;
}
.t-lirt-main-logo {
  position: absolute;
  top: -1vh;
  right: -1vh;
  width: 15vh;
  padding: 0 0 2vh 2vh;
  background-color: var(--color-background1);
}

.t-lirt-content_container {
  width: 70%;
  height: 70%;
  display: flex;
  align-items: center;
  position: absolute;
}

.t-lirt-A_label {
  width: 75%;
  height: 100%;
  position: absolute;
}
.t-lirt-B_label {
  width: 50%;
  position: absolute;
  right: 0;
  max-height: 90%;
  display: block;
  overflow: hidden;
}

.t-lirt-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.t-lirt-textarea {
  background-color: #f1f1f1CC;
  padding: 2vh;
}

.t-lirt-title {
  color: var(--color-primary);
  margin-bottom: 1vh;
  text-align: center;
}

@media (orientation: portrait) {
  .t-lirt-main {
    padding: 5vw;
  }
  .t-lirt-content {
    width: calc(100% - 10vw);
    height: calc(100% - 10vw);
  }
  .t-lirt-main-title {
    bottom: -1vw;
    left: -1vw;
    padding: 1vw 1vw 0 0;
  }
  .t-lirt-main-logo {
    top: -1vw;
    right: -1vw;
    width: 15vw;
    padding: 0 0 2vw 2vw;
  }
  .t-lirt-content_container {
    width: 80%;
  }
  .t-lirt-A_label {
    width: 80%;
  }
  .t-lirt-B_label {
    width: 55%;
  }
  .t-lirt-textarea {
    padding: 2vw;
  }
  .t-lirt-title {
    margin-bottom: 1vw;
  }
}

.t-2colbg-content_container {
  width: 80%;
  height: 70%;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
}

.t-2col-bg-mainImg {
  width: 70%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.t-2colbg-A_label,
.t-2colbg-B_label {
  width: 35%;
  position: absolute;
  left: 0;
  display: block;
  overflow: hidden;
  max-height: 90%;
}

.t-2colbg-B_label {
  right: 0;
  left: unset;
}

@media (orientation: portrait) {
  .t-2colbg-content_container {
    width: 90%;
    height: 75%;
    z-index: 12;
  }
  .t-2col-bg-mainImg {
    width: 85%;
    height: 75%;
    object-fit: cover;
    object-position: center;
  }
  .t-2colbg-A_label,
  .t-2colbg-B_label {
    width: 65%;
    max-height: 40%;
    top: 0;
  }
  .t-2colbg-B_label {
    bottom: 0;
    top: unset;
    left: unset;
  }
}

.t-lirtf-content_container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--color-background1);
}

.t-lirtf-boxed_content {
  width: calc(100% - 20vh);
  height: calc(100% - 20vh);
  margin: 10vh;
}

.t-lirtf-image {
    width: 50%;
    height: 100%;
    display: flex;
    object-fit: cover;
    object-position: center;
}

.t-lirtf-text_container {
    width: 50%;
    height: calc(100% - 4vh);
    display: flex;
    padding: 2vh;
    color: var(--color-li-descr);
}

.t-lirtf-textarea {
  padding: 2vh;
  width: 100%;
}
.general-overlay {
  position: fixed;
  width: calc(100% - 7.41vh);
  height: 100%;
  top: 0;
  left: 7.41vh;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
  color: black;
}

.overlay_blur-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.5);
}

.overlay-children-container {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  width: 100%;
  height: inherit;
}

.overlay-close-icon {
  position: fixed;
  top: 2vh;
  right: 2vh;
  z-index: 10;
}

@media (orientation: portrait) and (min-width: 600px) {
  .general-overlay {
    height: calc(
      100% - var(--top-info-container-height-portrait) - 6.41vw
    ); /*6.41vw = height of the menu bar; 4px = border*/
    top: calc(var(--top-info-container-height-portrait) + 6.41vw);
    width: 100%;
    left: 0;
  }
  .overlay-children-container {
    height: calc(100% - 10vw);
    padding: 5vw;
    width: calc(100% - 10vw);
  }
  .overlay-close-icon {
    top: 2vw;
    right: 2vw;
  }
}

@media (max-width: 599px) {
  .general-overlay {
    height: calc(100% - 6.5vh);
    top: 6.5vh;
    width: 100%;
    left: 0;
    z-index: 5;
  }
  .overlay-children-container {
    height: 100%;
  }
}

.datepicker-arrow-img {
  margin: 3vh 0vh;
  width: 2.23vh;
  padding-top: 7vh;
  position: absolute;
}
.main-container {
  display: flex;
  flex-direction: row;
  background-color: var(--color-background);
  padding: 2vh 0vh;
  position: relative;
}
.calendar-conatiner {
  display: grid;
  grid-gap: 0 2.5vh;
  width: 100%;
  justify-content: center;
  margin: 0vh 5vh;
}

.month__month-label {
  text-align: center;
  margin: 0vh 0vh 2.5vh 0vh;
  color: var(--color-months);
  text-transform: var(--text-transform);
}
.month__weekdays-container {
  margin: 0px auto;
}
.month__weekdays-label {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 1vh;
  text-align: center;
  color: var(--color-weekDays);
  text-transform: uppercase;
}
.month__calendar-container {
  display: grid;
  grid-template-columns: repeat(7, 0fr);
  justify-content: center;
}

.day {
  display: flex;
  width: var(--day-width-height);
  height: var(--day-width-height);
  align-items: center;
  justify-content: center;
  margin: 0.5vh 0vh;
  cursor: pointer;
  color: var(--color-text);
}

.__today {
  text-decoration: underline;
}

.__selectedFirst {
  border: 2px solid var(--color-secondary);
  border-right: 2px transparent;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  height: calc(var(--day-width-height) - 4px);
  width: calc(var(--day-width-height) - 2px);
  position: relative;
  color: var(--color-secondaryText);
}
.__selectedLast {
  border: 2px solid var(--color-secondary);
  border-left: 2px transparent;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  height: calc(var(--day-width-height) - 4px);
  width: calc(var(--day-width-height) - 2px);
  position: relative;
  color: var(--color-secondaryText);
}
.__selectedSingleFirstOrLast {
  border: 2px solid var(--color-secondary);
  border-radius: 50%;
  height: calc(var(--day-width-height) - 4px);
  width: calc(var(--day-width-height) - 4px);
  position: relative;
  color: var(--color-secondaryText);
}
.__selectedSingle {
  border: 2px solid var(--color-secondary);
  border-radius: 50%;
  width: calc(var(--day-width-height) - 4px);
  height: calc(var(--day-width-height) - 4px);
  position: relative;
  color: var(--color-secondaryText);
}
.__selected {
  height: calc(var(--day-width-height) - 4px);
  width: calc(var(--day-width-height) - 0px);
  background-color: transparent;
  border-top: 2px solid var(--color-secondary);
  border-bottom: 2px solid var(--color-secondary);
  border-left: unset;
  border-right: unset;
  position: relative;
  color: var(--color-secondaryText);
}
.__filled {
  background-color: var(--color-secondary);
}

.__disabled {
  color: var(--color-disabledText) !important;
  cursor: unset;
}

.daylabel {
  width: calc(var(--day-width-height) + 0px);
  height: calc(var(--day-width-height) + 0px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.daylabel__selected {
  width: calc(var(--day-width-height) + 0px);
  height: calc(var(--day-width-height) + 0px);
  border-radius: 50%;
  background-color: var(--color-primary);
  position: absolute;
  color: var(--color-primaryText);
}
.dl-First {
  left: -2px;
}
.dl-preselect-last {
  color: var(--color-text);
  background-color: transparent;
}

.fixed-width-32 {
  width: var(--day-width-height) !important;
}

.dp-touchable-click-anim {
  cursor: pointer;
}
.dp-touchable-click-anim:after {
  z-index: -1;
  transition: opacity 1s;
  content: "";
  pointer-events: cursor;
}
.dp-touchable-click-anim:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.dp-touchable-click-anim:active:before {
  opacity: 1;
}
.dp-touchable-click-anim:before {
  z-index: 0;
  transition: opacity 0.5s;
  content: "";
  opacity: 0;
}
.dp-touchable-click-anim:hover:after {
  opacity: 1;
}

@media (orientation: portrait) and (min-width: 600px) {
  .datepicker-arrow-img {
    margin: 3vw 0;
    width: 2.23vw;
    padding-top: 7vw;
  }
  .main-container {
    padding: 2vw 0;
  }
  .calendar-conatiner {
    grid-gap: 0 2.5vw;
    margin: 0 5vw;
  }
  .month__month-label {
    margin: 0 0 2.5vw 0;
  }
  .month__weekdays-label {
    margin-bottom: 1vw;
  }
  .day {
    margin: 0.5vw 0;
  }
}

@media (max-width: 599px) {
  .datepicker-arrow-img {
    margin: 0vh;
    padding-top: unset;
    position: unset;
  }
  .month__month-label {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .calendar-conatiner {
    margin: 0;
  }
}

.filters-container {
  display: flex;
  flex-direction: column;
  margin-right: 2vh;
  flex: 1 1;
  color: black;
}
.filter-overlay-content-container {
  background-color: white;
  border-radius: var(--border-radius);
  -webkit-backdrop-filter: opacity(0.1);
          backdrop-filter: opacity(0.1);
  height: 85%;
  width: 30%;
  display: flex;
  flex-direction: column;
  color: initial;
}

.filter-overlay-header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  align-items: center;
  border-bottom: 1px solid var(--color-secondary);
  margin: 3vh 3vh 0.5vh 3vh;
}

.filter-overlay-header-title {
  padding: 4vh 0vh 3vh 0vh;
}

.filter-overlay-close {
  position: absolute;
  right: 0vh;
  top: 0vh;
}

.filter-overlay-content {
  display: flex;
  flex: 1 1;
  padding: 0vh 3vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}

.filter-overlay-footer {
  margin-top: 0.5vh;
  padding: 2vh 3vh;
  background-color: var(--color-primary);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: white;
}

.filter-overlay-main-category {
  margin-bottom: 2vh;
  padding-top: 2vh;
}
.filter-overlay-main-category-title {
  margin-bottom: -1vh;
  color: var(--color-secondary);
}

/* FILTER CATEGORY */
.filter-category-container {
  border-bottom: 1px solid var(--color-secondary);
  padding: 2vh 0vh 1vh 0vh;
}

.__show {
  display: inherit;
}

.__hide {
  display: none !important;
}

.filter-category-content {
  margin: 1vh 0vh 1.5vh 0vh;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 2;
}

.filter-category-content-container {
  display: flex;
  flex-direction: row;
  padding: 0.5vh 0vh;
}
.filter-category-content-text {
  margin-left: 1vh;
}

.filter-category-show-more {
  margin-bottom: 0.5vh;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.filter-peek-filter-tags {
  display: flex;
  flex-direction: row;
  margin-top: 1vh;
  flex-wrap: wrap;
  flex-flow: wrap;
}

.filter-button {
  color: var(--color-primary);
  border: 1px solid #b1b1b1;
  border-radius: var(--border-radius);
  padding: 0 1vh 0 1vh;
  margin-top: 1vh;
  display: flex;
  flex-direction: row;
  height: 4vh;
  align-items: center;
}
.filter-button_selected-filter-nr {
  padding-left: 4vh;
  color: var(--color-primary);
  display: flex;
  margin-left: auto;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .filter-overlay-content-container {
    width: 45%;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .filter-button_selected-filter-nr {
    padding-left: 4vw;
  }
  .filters-container {
    margin-right: unset;
  }
  .filter-overlay-content-container {
    width: 80%;
  }
  .filter-overlay-header {
    margin: 3vw 3vw 0.5vw 3vw;
  }
  .filter-overlay-header-title {
    padding: 4vw 0vw 3vw 0vw;
  }
  .filter-overlay-content {
    padding: 0vw 3vw;
  }
  .filter-overlay-footer {
    margin-top: 0.5vw;
    padding: 2vw 3vw;
  }
  .filter-overlay-main-category {
    margin-bottom: 2vw;
    padding-top: 2vw;
  }
  .filter-overlay-main-category-title {
    margin-bottom: -1vw;
  }
  /* FILTER CATEGORY */
  .filter-category-container {
    padding: 2vw 0vw 1vw 0vw;
  }
  .filter-category-content {
    margin: 1vw 0vw 1.5vw 0vw;
  }
  .filter-category-content-container {
    padding: 0.5vw 0vw;
  }
  .filter-category-content-text {
    margin-left: 1vw;
  }
  .filter-category-show-more {
    margin-bottom: 0.5vw;
  }
  .filter-peek-filter-tags {
    margin-top: 1vw;
  }
}

@media (max-width: 599px) {
  .filters-container {
    margin-right: unset;
    padding-top: 2vh;
  }
  .filter-overlay-content-container {
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
}

.gallery-carousel {
  width: 60%;
  display: flex;
  justify-content: center;
  position: relative;
}

.gallery-close-icon {
  position: absolute;
}

.gallery {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.gallery-overlay-close {
  position: absolute;
  right: 0vh;
  top: 0vh;
  align-self: end;
  padding: 2vh;
}

.gallery-image {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery-overlay-content-container {
  background-color: white;
  border-radius: var(--border-radius);
  -webkit-backdrop-filter: opacity(0.1);
          backdrop-filter: opacity(0.1);
  max-width: calc(60% - 7.41vh);
  display: flex;
  flex-direction: column;
  color: initial;
  padding: 5vh;
  height: 70%;
}

.custom-icon {
  position: absolute;
  top: calc(50% - 2vh);
  z-index: 1;
  padding: 2vh;
  background-color: rgba(255, 255, 255, 0.5);
}
.__next {
  right: 0%;
}
.__prev {
  left: 0%;
}
.custom-indicator {
  width: 1.7vh;
  height: 1.7vh;
  border-radius: 100%;
  border: 0.2vh solid white;
  margin: 0.5vh;
  cursor: pointer;
  display: inline-block;
}
.__selected_indicator {
  background-color: white;
}
.control-dots {
  display: block;
  flex-direction: row;
  justify-content: center;
}

.carousel-root {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: inherit;
}
.carousel {
  height: 100%;
}
.slider-wrapper {
  height: 100%;
}
.slider {
  height: 100%;
}
.selected {
  z-index: 100;
}

.video-iframe {
  border: unset !important;
  width: 100vh;
  height: 100vh;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .gallery-overlay-content-container {
    max-width: calc(75% - 7.41vh);
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .custom-icon {
    top: calc(50% - 2vw);
    padding: 2vw;
  }
  .custom-indicator {
    width: 1.7vw;
    height: 1.7vw;
    border: 0.2vw solid white;
    margin: 0.5vw;
  }
  .__selected_indicator {
    background-color: white;
  }

  .gallery-overlay-close {
    right: 0vw;
    top: 0vw;
    padding: 2vw;
  }
  .gallery-overlay-content-container {
    max-width: calc(90% - 7.41vw);
    padding: 5vw;
    height: 60%;
  }
  .video-iframe {
    width: 70vw;
  }
}

@media (max-width: 599px) {
  .video-iframe {
    width: 100%;
    height: 50%;
  }
  .gallery-overlay-content-container {
    max-width: unset;
    height: calc(100% - 6vh);
    padding: 3vh 0;
    border-radius: unset;
    justify-content: center;
  }
  .gallery-overlay-close {
    top: 3vh;
    padding: 0 2vh 2vh 2vh;
  }

  .gallery {
    height: auto;
  }
}

.offline-screen {
  color: var(--color-primary);
  width: calc(100% - 40vh);
  height: calc(100% - 40vh);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-background1);
  flex-direction: column;
  padding: 20vh;
  text-align: center;
}

@media (orientation: portrait) and (min-width: 600px) {
  .offline-screen {
    width: calc(100% - 40vw);
    height: calc(100% - 40vw);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-background1);
    flex-direction: column;
    padding: 20vw;
    text-align: center;
    line-height: 4vw !important;
  }
}

@media (max-width: 599px) {
  .offline-screen {
    width: calc(100% - 10vh);
    height: calc(100% - 10vh);
    padding: 5vh;
  }
}

.s-s-main {
  display: flex;
  flex-direction: column;
  flex: 2 1;
  justify-content: flex-end;
}

.s-s_content-sort {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.s-s_content-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #b1b1b1;
  border-radius: var(--border-radius);
  margin-top: 1vh;
  height: 4vh;
  padding: 0 1vh 0 1vh;
  align-items: center;
}

.s-s-icon {
  margin: 0 0 0 1vh;
}

.s-s_inputMain {
  display: flex;
  flex: 1 1;
  justify-content: end;
}
.s-s_inputText {
  color: var(--color-primary);
}
.s-s_inputContent {
  border-radius: unset;
  border: unset;
  padding: unset;
  color: unset;
}

.s-s-dropdown {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  align-self: end;
  margin-left: auto;
}
.s-s-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.2);
  min-width: 160px;
  z-index: 1;
  top: unset;
  margin-top: 1vh;
}
.s-s-dropdown-content a {
  float: none;
  padding: 1vh;
  border-bottom: 1px solid var(--color-separators);
  margin: 0 1vh;
  text-decoration: none;
  display: block;
  text-align: left;
}
.s-s-dropdown-content a:last-child {
  border-bottom: none;
  min-width: 25%;
}
.s-s-dropdown-content_open {
  display: block;
}

@media (orientation: portrait) and (min-width: 600px) {
  .s-s-main {
    flex-direction: column-reverse;
    justify-content: unset;
  }
  .s-s-icon {
    margin: 0 1vw;
  }
  .s-s_renameMe {
    margin: 0 1.5vw 0 2vw;
  }
  .s-s-dropdown {
    margin-top: 1vw;
    align-self: unset;
    margin-left: unset;
    margin-right: auto;
  }
  .s-s-dropdown-content {
    margin-top: 1vw;
  }
  .s-s-dropdown-content a {
    padding: 1vw;
    margin: 0 1vw;
  }
  .s-s_inputMain {
    margin: 0;
    justify-content: end;
  }
  .s-s_content-search {
    margin-top: 1vw;
    height: 4vw;
    padding: 0 1vw 0 1vw;
  }
}

@media (max-width: 599px) {
  .s-s-dropdown {
    padding: 1vh 0;
  }
  .s-s-main {
    flex-direction: column-reverse;
  }
}

.hotlinks-main {
  background-color: var(--color-primary);
  text-align: center;
  padding: 1vh 4vh 1vh 1vh;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  margin-bottom: 0.3vh;
  color: white;
  max-width: 20vh;
  min-width: 10vh;
  margin-right: -2vh;
  height: 5.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.hotlinks-main__hover {
  max-width: 25vh;
  min-width: 15vh;
  transition: 0.3s;
}

@media (orientation: portrait) {
  .hotlinks-main {
    padding: 1vw 4vw 1vw 1vw;
    margin-bottom: 0.3vw;
    max-width: 20vw;
    min-width: 10vw;
    margin-right: -2vw;
    height: 5.5vw;
  }
  .hotlinks-main__hover {
    max-width: 25vw;
    min-width: 15vw;
  }
}

.sm-footer {
  display: flex;
  flex-direction: row;
  margin: 4vh 6vh;
  align-self: flex-end;
  align-self: end;
}

.sm-footer-text {
  margin: 0vh 0.91vh;
}

@media (orientation: portrait) and (min-width: 600px) {
  .sm-footer {
    margin: 4vw 6vw;
  }
  .sm-footer-text {
    margin: 0vw 0.91vw;
  }
}

@media (max-width: 599px) {
  .sm-footer {
    margin: unset;
    width: 100%;
    align-self: center;
    display: unset;
    align-items: center;
    justify-content: center;
  }
  .sm-footer-text {
    margin: unset;
    padding: 1vh 1vh;
    display: inline-block;
  }
}

.lang-selector {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lang-select_all {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transition-duration: 0.25s;
  transition-timing-function: ease-in;
  max-height: 0;
}

.lang-select_all__open {
  max-height: 25vh;
  visibility: visible;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.lang-select_icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0.5vh 0;
}

.lang-select_all_lang-item {
  margin: 0.5vh 0;
}

@media (orientation: portrait) and (min-width: 600px) {
  .lang-selector {
    display: flex;
    flex-direction: row;
  }
  .lang-select_all {
    flex-direction: row-reverse;
    max-width: 0;
  }
  .lang-select_all__open {
    max-width: 25vw;
  }
  .lang-select_icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 0 0.5vw;
  }
  .lang-select_all_lang-item {
    margin: 0 0.5vw;
  }
}

@media (max-width: 599px) {
  .lang-selector {
    flex-direction: column-reverse;
    padding: 2vh;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lang-select_all {
    flex-direction: column;
  }
  .lang-select_icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.details-modal-main {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: initial;
  overflow: hidden;
  position: absolute;
  bottom: -100%;
  visibility: hidden;
  transition: 0.5s;
}
.dm-main__open {
  height: 100%;
  bottom: 0;
  max-height: 100%;
  visibility: visible;
  transition: 0.5s;
}

.details-modal-modal-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  justify-content: center;
  display: flex;
}

.details-modal-content {
  background-color: white;
  width: 100%;
  min-height: 100%;
  height: -webkit-max-content;
  height: max-content;
  position: absolute;
  top: 50%;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  bottom: 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.details-modal-header {
  padding: 2.5vh 4vh;
  width: calc(100% - 8vh);
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  top: -1px;
  position: -webkit-sticky;
  position: sticky;
  background-color: rgb(255, 255, 255);
  z-index: 2;
}
.details-modal-header-content {
  display: flex;
  flex-direction: row;
  flex: 1 1;
}

@media (orientation: landscape)  {
  .details-modal-content {
    z-index: 2;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .details-modal-main {
    transition: 0ms;
  }
  .dm-main__open {
    top: var(--right-container-height-portrait);
    height: calc(100% - var(--right-container-height-portrait));
  }
  .details-modal-content {
    top: 0;
  }
  .details-modal-header {
    padding: 2.5vw 4vw;
    width: calc(100% - 8vw);
    top: 0;
  }
  .details-modal-header-content {
    display: flex;
    flex-direction: row;
    flex: 1 1;
  }
  /* for poprtrait anim logic */
  .details-modal-modal-container {
    bottom: -100%;
    transition: 0.5s;
    background-color: white;
  }
  .dm-modal-container__open {
    transition: 0.5s;
    bottom: 0;
  }
}

@media (max-width: 599px) {
  .details-modal-header {
    padding: 2vh;
    width: calc(100% - 4vh);
    top: 0;
  }
  .details-modal-close {
    padding-top: 1vh;
  }
  .details-modal-header-content {
    display: flex;
    flex-direction: row;
    flex: 1 1;
  }
  .details-modal-modal-container {
    bottom: -100%;
    transition: 0.5s;
    background-color: white;
  }
  .dm-modal-container__open {
    transition: 0.5s;
    bottom: 0;
  }
  .details-modal-content {
    z-index: 3;
    top: 0%;
  }
}

.navBar-header {
  width: 100%;
  height: 7vh;
  background-color: var(--color-white);
  border-bottom: 1px solid #dddddd;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 1;
  text-transform: var(--text-transform);
}

.navBar-home {
  padding: 0vh 1.5vh;
  height: 100%;
  display: flex;
  align-items: center;
}
.navBar-title {
  color: var(--color-nav-title);
  padding-right: 1.5vh;
  border-right: 1px solid #dddddd;
  height: 100%;
  display: flex;
  align-items: center;
}
.navBar-links-container {
  display: flex;
  white-space: nowrap;
  height: 100%;
  align-items: center;
  text-align: center;
  overflow-x: auto;
  padding-left: 1.5vh;
  overflow-y: hidden;
}
.navBar-links {
  padding: 0.25vh 0.75vh 0vh 0.75vh;
  color: var(--color-primary);
  white-space: nowrap;
  height: calc(100% - 0.25vh);
  display: flex;
  align-items: center;
}
.navBar-link-group {
  display: flex;
  flex-direction: row;
}
.navBar-links__selected {
  color: black;
  height: calc(100% - 0.25vh - 2px);
  border-bottom: 2px solid var(--color-primary);
}

.navBar-dropdown {
  float: left;
  overflow: hidden;
}

.navBar-dropdown {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navBar-link {
  height: 100%;
  display: flex;
  align-items: center;
}
.navBar-link__selected {
  position: relative;
  top: 1px;
}

@media (orientation: portrait) and (min-width: 600px) {
  .navBar-header {
    height: 7vw;
    border-top: 1px solid #dddddd;
  }
  .navBar-links-container {
    width: auto;
    flex-direction: row;
    padding-left: 1.5vw;
  }
  .navBar-home {
    padding: 0vh 1.5vw;
  }
  .navBar-title {
    padding-right: 1.5vw;
  }
  .navBar-links {
    padding: 0.25vw 0.75vw 0vw 0.75vw;
    height: calc(100% - 0.25vw);
  }
  .navBar-links__selected {
    height: calc(100% - 0.25vw - 2px);
  }
}

@media (max-width: 599px) {
  .navBar-header {
    height: 5vh;
  }
  .navBar-title {
    padding-left: 2vh;
    display: none;
  }
  .navBar-links:last-child {
    margin-right: 1.25vh;
  }
}

.home-main-container {
  flex: auto;
  display: flex;
  background-color: transparent;
  flex-direction: row;
  overflow-x: hidden;
  height: 100%;
}

.home-loading,
.home-loading_load {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(4, 58, 58);
  color: white;
  font-weight: 900;
  text-align: center;
}

.home-layout-container {
  position: absolute;
  left: 7.41vh;
  width: calc(100% - 7.41vh);
  height: 100%;
  z-index: 3;
}

.home-portrait-info-container {
  height: var(--top-info-container-height-portrait);
}

@media (orientation: portrait) and (min-width: 600px) {
  .home-main-container {
    flex-direction: column;
  }
  .home-layout-container {
    width: 100%;
    height: calc(100% - var(--top-info-container-height-portrait) - 6.41vw);
    position: unset;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 599px) {
  .home-layout-container {
    width: 100%;
    height: 100%;
    left: unset;
  }
  .home-loading_load {
    width: calc(100% - 10vh);
    height: calc(100% - 10vh);
    padding: 5vh;
  }
}


.home-main-container-4k {
  flex: auto;
  display: flex;
  background-color: rgb(0, 0, 0);
  flex-direction: column;
  overflow-x: hidden;
  height: 100%;
}

.home-main-container-4k-content {
  background-color: transparent;
  aspect-ratio: 16 / 9;
  flex-direction: row;
  overflow-x: hidden;
}
.hohesalve-main-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  background-color: var(--color-background1);
}

.hohesalve-left-conatiner {
  display: flex;
  width: 20%;
  padding: 1vh;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  justify-content: space-between;
}
.hohesalve-center-conatiner {
  display: flex;
  position: relative;
  width: 40%;
}
/* tiles */
.hohesalve-right-conatiner {
  width: 40%;
  display: flex;
  flex-flow: wrap;
  padding: 1vh;
  background-color: var(--color-background1);
  z-index: 1;
}

.hohesalve-widget_hotlink {
  position: absolute;
  right: 0;
  align-items: end;
  justify-content: end;
  align-content: end;
  display: flex;
  flex-direction: column;
  top: 2vh;
}

@media (orientation: portrait) {
  .hohesalve-main-container {
    /* flex-direction: row; */
    height: unset;
    background-color: transparent;
  }
  .hohesalve-right-conatiner {
    width: calc(100% - 2vw);
    height: calc(100% - 2vw);
    padding: 1vw;
    background-color: unset;
  }
}

@media (orientation: landscape) and (max-width: 1400px) {
  .hohesalve-right-conatiner {
    width: 45%;
  }
  .hohesalve-center-conatiner {
    width: 30%;
  }
  .hohesalve-left-conatiner {
    width: 25%;
  }
}

.karwendel-main-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.karwendel-top-conatiner {
  display: flex;
  flex-direction: row;
  flex: 1 1;
  width: 100%;
  height: auto;
}

.karwendel-top-left-conatiner {
  display: flex;
  width: 20%;
  padding: 7.5px;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  justify-content: space-between;
  background-color: white;
}

.karwendel-bottom-tiles-conatiner {
  height: 35%;
  display: flex;
  flex-direction: row;
  margin-top: auto;
  padding: 10px 5px 10px 5px;
  background-color: rgb(255, 255, 255);
}

.karwendel-info-container {
  height: auto;
  display: flex;
  flex: 1 1;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom-left-radius: 5px;
}

@media (max-width: 1090px) {
  .karwendel-top-left-conatiner {
    width: 33.333%;
  } 
}
.oetztal-main-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.oetztal-image-container {
  display: flex;
  flex: 4 1;
  height: 100%;
  flex-direction: column;
  position: relative;
}

.oetztal-bg-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.oetztal-multicolor-line {
  width: 100%;
  height: 1vh;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.oetztal-logo {
  height: 7vh;
  width: auto;
  position: absolute;
  top: 4vh;
  left: 4vh;
  z-index: 1;
}

.oetztal-info-contaier {
  height: calc(100% - 5vh);
  max-width: 70%;
  background-color: transparent;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 5vh 10vh 0vh 10vh;
  text-align: left !important;
}

.oetztal-info-wrapper {
  padding-top: 4vh;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: auto;
  text-align: left !important;
}

.oetztal-info-buttons {
  display: flex;
  flex-direction: row;
  margin-top: 4vh;
}

.oetztal-summercard {
  height: 35vh !important;
  width: auto !important;
}

.o-ql__content {
  padding: 3.5vh;
}

.oetztal-tiles-container {
  display: flex;
  flex-direction: row;
  background-color: var(--color-background1);
  overflow-x: auto;
  flex: 1 1;
}

.oetztal-info-container {
  display: flex;
  margin-top: 2.5vh;
  margin-right: 2.5vh;
  overflow: hidden;
  flex-direction: row;
  flex: 1.17 1;
}

.oetztal-title-padding {
  padding-right: 70%;
}

.oetztal-info__gallery {
  width: inherit;
  height: inherit;
}
.oetztal-info-custom-indicator {
  width: 1vh;
  height: 1vh;
  border-radius: 100%;
  border: 0.2vh solid white;
  margin: 0.5vh;
  cursor: pointer;
  position: absolute;
  bottom: 1vh;
  left: 2vh;
}
.oetztal-info__selected_indicator {
  background-color: var(--color-primary);
}

.oetztal-info__slogen {
  position: absolute;
  top: 4vh;
  right: 5vh;
  color: white;
  z-index: 1;
  white-space: pre-line;
}

.oetztal-decorative-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-blend-mode: var(--blend-mode);
  mix-blend-mode: var(--blend-mode);
}

@media (orientation: portrait) and (min-width: 600px) {
  .oetztal-info__slogen {
    top: 2vw;
    right: 5vw;
  }
  .oetztal-info-custom-indicator {
    width: 1vw;
    height: 1vw;
    border: 0.2vw solid white;
    margin: 0.5vw;
    bottom: 1vw;
    left: 2vw;
  }
  .oetztal-image-container {
    justify-content: center;
  }
  .oetztal-main-container {
    overflow: hidden;
    width: calc(100% - 4vw);
    height: 100%;
    padding: 0vw 2vw;
  }
  .oetztal-logo {
    height: 7vw;
    top: 4vw;
    left: 4vw;
  }
  .oetztal-info-contaier {
    height: unset;
    max-width: 90%;
    right: 0;
    padding: 0vw 5vw 0vw 20vw;
  }
  .oetztal-info-container {
    flex-direction: column;
    margin-top: 0vw;
    margin-right: 0vw;
    flex: unset;
  }
  .oetztal-info-buttons {
    display: flex;
    flex-direction: row;
    margin-top: 4vw;
  }
  .oetztal-summercard {
    height: 30vw !important;
    width: auto;
  }  
  .oetztal-info-wrapper {
   padding-top: 3vw;
  }  
  .oetztal-tiles-container {
    overflow-x: hidden;
    margin-top: unset;
    width: calc(100% - 1px);
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    border-right: 1px solid #dddddd;
    height: 75%;
  }
}

@media (max-width: 599px) {
  .oetztal-info-contaier {
    height: calc(100% - 4vh);
    padding: 2vh 2vh 0vh 2vh;
    max-width: 100%;
    background-color: transparent;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    overflow: auto;
    text-align: left !important;
  }

  .oetztal-info-container {
    margin: unset;
    height: 30vh;
    flex: unset;
  }
  .oetztal-logo {
    height: 4vh;
    top: 2vh;
    left: 2vh;
  }
  .oetztal-info__slogen {
    top: 2vh;
    right: 2vh;
  }
}

.oetztal-quicklinks-container {
  width: 60vh;
  height: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  color: white;
}
.quicklinks-container-column {
  height: inherit;
  display: flex;
  flex-direction: column;
  position: relative;
}
.o-ql__content {
  padding: 3vh;
  position: relative;
  /* border: 1px solid silver; */
}
.__small {
  height: 25%;
  background-color: var(--color-primary);
}
.__big {
  height: 75%;
  background-color: var(--color-primary);
}
.o-ql__arrow {
  margin-right: 0.8vh;
}

.o-ql__moreText {
  display: flex;
  flex-direction: row;
  margin: 1vh 0vh;
  align-items: center;
  z-index: 1;
  position: relative;
}

.o-ql-smartphone-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.o-quickpeek-info-container {
  display: flex;
  flex-direction: row;
  margin: 2vh 0vh;
  width: 100%;
  justify-content: space-evenly;
}
.o-quickpeek-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.o-quickpeek-info-separator {
  margin: 0vh 1.3vh;
  width: 1px;
  background-color: #f4f4f4;
  content: "";
}

.__custom_bg {
  /* opacity: 0.5; */
  background: linear-gradient(
      0deg,
      rgba(176, 9, 50, 0.5),
      rgba(176, 9, 50, 0.5)
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.__ql-content-container {
  display: relative;
}

.o-ql-title {
  text-transform: var(--text-transform);
  z-index: 1;
  position: inherit;
}
.textShadow {
  text-shadow: 0 0 8px rgb(0 0 0 / 85%);
}

.overlay-color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .oetztal-quicklinks-container {
    width: 55vh;
    grid-template-columns: 50% 50%;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .oetztal-quicklinks-container {
    width: 100%;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
  .quicklinks-container-column {
    height: 100%;
  }
  .o-ql__content {
    padding: 3vw;
  }
  .o-quickpeek-info-container {
    display: flex;
    flex-direction: row;
    margin: 2vw 0vw;
  }
  .__small {
    height: calc(50% - 6vw);
  }
  .__big {
    height: calc(100% - 6vw);
  }
  .o-ql__moreText {
    margin: 1vw 0vw;
  }
}
@media (max-width: 599px) {
  .oetztal-quicklinks-container {
    width: 100%;
    height: unset;
    display: flex;
    grid-template-columns: unset;
    flex-direction: column;
    color: white;
  }
  .__small,
  .__big,
  .quicklinks-container-column {
    height: unset;
  }
  .o-ql__moreText {
    margin: 1.25vh 0vh;
  }
}

.o-tile-main-container {
  flex: 1 1;
  position: relative;
  -webkit-animation: fadeAnim 1s forwards;
          animation: fadeAnim 1s forwards;
  border-left: 1px solid #dddddd;
  height: inherit;
  min-width: 30vh;
  overflow: hidden;
  position: relative;
}
.o-tile-title {
  text-transform: var(--text-transform);
  margin-bottom: 1vh;
}
.o-tile-content {
  height: calc(100% - 3vh);
  padding: 1.5vh 2vh;
  /* margin: 2.2vh 0vh; */
  overflow: hidden;
  color: var(--color-tile-title);
}
.o-tile-image {
  height: 14vh;
  width: 100%;
  object-fit: cover;
  -webkit-animation: fadeAnim 1s forwards;
          animation: fadeAnim 1s forwards;
  margin-bottom: 1vh;
}

.o-tile-link-arrow {
  margin-right: 0.8vh;
}

.o-tile-links {
  display: flex;
  flex-direction: row;
  margin-bottom: 1vh;
  align-items: center;
  color: var(--color-primary);
}

@media (orientation: portrait) and (min-width: 600px) {
  .o-tile-main-container {
    min-width: 30vw;
    min-height: 50vw;
  }
  .o-tile-content {
    height: calc(100% - 2.2vw);
    margin: 2.2vw 0vw 0vw 0vh;
    padding: 0vw 2vw;
  }
  .o-tile-image {
    height: 14vw;
    margin-bottom: 1vw;
  }
  .o-tile-link-arrow {
    margin-right: 0.8vw;
  }
  .o-tile-links {
    margin-bottom: 1vw;
  }
  .o-tile-title {
    text-transform: var(--text-transform);
    margin-bottom: 1vw;
  }
}

@media (max-width: 599px) {
  .o-tile-main-container {
    flex: 1 1;
    border-right: 1px solid #dddddd;
    height: unset;
    min-width: unset;
  }
  .o-tile-title {
    margin-top: 1vh;
  }
  .o-tile-image {
    height: 20vh;
  }
  .o-tile-links {
    display: flex;
    flex-direction: row;
    padding-bottom: 1.5vh;
    margin-bottom: unset;
    align-items: center;
    color: var(--color-primary);
  }
}

.gc-main {
  width: auto;
  height: 50%;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius);
  background-color: var(--color-background1);
  margin: 2vh 2vh;
}

.gc-header {
  width: 100%;
  height: 8vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #bc1d1d;
  border-radius: var(--border-radius) var(--border-radius) 0vh 0vh;
}

.gc-header-img {
  height: 50%;
  margin: 1vh;
}

.gc-body-backgroundImage {
  width: 80%;
  position: absolute;
  opacity: 0.1;
  display: flex;
  margin: 0 10%;
}

.gc-body {
  width: auto;
  height: calc(100% - 8vh);
  display: flex;
  flex-direction: column;
  padding: 2vh 1vh;
  position: relative;
}

.gc-validity {
  display: flex;
  flex-direction: row;
  align-items: center;
}


.gc-title {
  padding: 0.5vh 1vh 0.5vh 1vh;
  color: var(--color-background1);
}

.gc-body-text {
  padding: 0.5vh 1vh 0.5vh 0vh;
  color: var(--color-black);
}

.gc-footer-text {
  color: gray;
  align-self: flex-end;
}

.gc-spacing {
  height: 2vh;
}

.gc-qrcode {
  border-radius: var(--border-radius);
  width: "80%";
  height: "auto";
  align-self: "center";
}

.checkmark {
  display: inline-block;
  width: 30px;
  height: 30px; /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.checkmark_stem {
  position: absolute;
  width: 3px;
  height: 17px;
  background-color: #008000;
  left: 15px;
  top: 0px;
}

.checkmark_kick {
  position: absolute;
  width: 10px;
  height: 3px;
  background-color: #008000;
  left: 8px;
  top: 16px;
}

@media (max-width: 599px) {
  .gc-main {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: var(--border-radius);
    background-color: var(--color-background1);
    margin: 1vh 0vh;
  }
}


.add-card-overlay-footer {
  margin-top: 0.5vh;
  padding: 2vh 3vh;
  background-color: transparent;
}
 
.add-card-overlay-img {
  margin: 5vh;
  width: 80%;
  height: auto;
  align-self: center
}

.add-card-overlay-text {
  margin-bottom: 1vh;
  margin-top: 3vh;
  color: var(--color-secondary)
}

.a-c-input-text {
  color: black;
}

.a-c-button-text {
  width: 100%;
}

.a-c-input-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #b1b1b1;
  border-radius: var(--border-radius);
  margin-top: 1vh;
  height: 5vh;
  padding: 0 1vh 0 1vh;
  align-items: center;
}

@media (orientation: portrait) and (min-width: 600px) {
  .add-card-overlay-footer {
    margin-top: 0.5vw;
    padding: 2vw 3vw;
  }
}
.osttirol-main-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.osttirol-tiles-container {
  height: 40%;
  display: flex;
  flex-direction: row;
  margin-top: auto;
  padding: 2vh 0.5vh 1vh 0.5vh;
  width: calc(100% - 1vh);
  overflow-x: auto;
}

.osttirol-info-container {
  height: auto;
  display: flex;
  flex: 1 1;
  /* justify-content: center; */
  align-items: center;
  margin: 2vh;
}

.osttirol-title-padding {
  padding-right: 70%;
}

.osttirol-widget_hotlink {
  position: absolute;
  right: 0;
  align-items: end;
  justify-content: end;
  align-content: end;
  display: flex;
  flex-direction: column;
}

.layout-col-1-1 {
  width: 100%;
  float: left;
  margin: 1vh;
}
.layout-col-1-2 {
  width: calc(50% - 2vh);
  float: left;
  margin: 1vh;
}

@media (max-width: 900px) {
  .osttirol-title-padding {
    padding-right: 55%;
  }
}

@media (orientation: portrait) {
  .osttirol-info-container {
    margin: unset;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .osttirol-tiles-container {
    height: unset;
    display: flex;
    flex-direction: row;
    padding: 1vw;
    width: calc(100% - 2vw);
    overflow-x: auto;
    flex-wrap: wrap;
    margin-top: unset;
  }
  .layout-col-1-1 {
    width: 100%;
    float: left;
    margin: 1vw;
  }
  .layout-col-1-2 {
    width: calc(50% - 2vw);
    float: left;
    margin: 1vw;
  }
}

.wilderkaiser-main-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.wilderkaiser-tiles-container {
  height: 73%;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  margin-top: auto;
  padding: 2vh;
}

.wilderkaiser-tiles-container-row {
  height: 50%;
  display: flex;
  flex-direction: row;
}

.wilderkaiser-info-container {
  height: auto;
  display: flex;
  flex: 1 1;
  justify-content: center;
  align-items: center;
  margin: 3vh;
}

@media (orientation: portrait) {
  .wilderkaiser-tiles-container {
    margin-top: unset;
    padding: 2vw;
    flex-wrap: wrap;
    flex-direction: unset;
    height: unset;
  }
  .wilderkaiser-tiles-container {
    padding: 1vw;
    width: calc(100% - 2vw);
  }
  .wilderkaiser-info-container {
    margin: 3vw;
  }
}
.m_tiles-container,
.m_tiles-container_oetztal {
  z-index: 4;
  display: flex;
  flex-direction: column;
  padding: 2vh;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.m_tiles-container_oetztal {
  padding: 0 2vh 2vh 2vh;
  display: initial;
}

.m_logo {
  width: 20vh;
  height: auto; 
  margin: -1vh; 
}

.m_title {
  margin: 6vh 0 3vh 0;
  color: white;
  text-shadow: 0 0 8px rgb(0 0 0 / 80%);
}

.m_home-main-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-animation: fadeAnim 1s forwards;
          animation: fadeAnim 1s forwards;
}

.m_nvBar-main {
  width: 100%;
  z-index: 5;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  margin-bottom: 0.5vh;
  transition: 0.5s;
  z-index: 6;
  height: 6.5vh;
}

.m_nvBar-icons {
  padding: 2vh;
}
.m_nvBar-card {
  padding: 2vh;
  align-content: center;
  align-self: center;
  justify-self: center;
  justify-content: center;
}

.m_navBar-qa-icons {
  padding: 1.5vh 2vh;
}

.m_menu-content {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  top: 0vh;
  visibility: hidden;
  transition: 0.5s;
  overflow: hidden;
  z-index: 5;
  color: white;
}
.m_content__extended {
  height: 100%;
  visibility: visible;
}

/* formerly meny quicklinks, but too many are named like that */
.m_quick-actions {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
}

.m_menu-content-container {
  position: absolute;
  top: 5vh;
  width: 100%;
  height: calc(100% - 7vh); /*top=5 + padding = 2 ===> 11 */
  margin: 0 0 2vh 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.m_menu-footer {
  width: calc(100% - 4vh);
  padding: 0 2vh;
  display: flex;
  text-align: center;
}

.m_menu-items {
  display: flex;
  flex: 1 1;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  z-index: 1;
  width: calc(100% - 13.5vh);
  padding: 0 10vh 0 3.5vh;
  margin-left: 6.5vh;
  margin-bottom: 2vh;
  flex-direction: column;
  scroll-behavior: smooth;
}

.m_item-title {
  padding-bottom: 1vh;
}

.m_item-link {
  padding: 1vh 0;
}

.m_item-link-container {
  display: flex;
  flex-direction: column;
  max-height: 0;
  visibility: hidden;
  /* transition: 1s; */
  overflow: hidden;

  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.m_item-link__visible {
  visibility: visible;
  max-height: 100vh;

  transition-duration: 0.75s;
  transition-timing-function: ease-in-out;
}

.m_item-accordion {
  display: flex;
  flex-direction: column;
  padding: 2vh 0 1vh 0;
}
.m_item-accordion:first-child {
  padding-top: 0;
}

.m_page-title {
  padding-right: 1.5vh;
  color: white;
}
.nf-main {
  background-color: rgb(4, 58, 58);
  color: white;
  width: calc(100% - 10vh);
  height: calc(100% - 5vh);
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 2.5vh 5vh;
  position: relative;
  text-align: center;
}
.nf-logo {
  width: auto;
  height: 5vh;
  position: absolute;
  top: 5vh;
  margin-bottom: 3vh;
}
.nf-button {
  margin: 5vh 0;
}

@media (orientation: portrait) and (min-width: 600px) {
  .nf-main {
    width: calc(100% - 10vw);
    height: calc(100% - 5vw);
    padding: 2.5vw 5vw;
  }
  .nf-logo {
    height: 5vw;
    top: 5vw;
    margin-bottom: 3vw;
  }
  .nf-button {
    margin: 5vw 0;
  }
}

@media (max-width: 599px) {
  .nf-main {
    width: calc(100% - 10vh);
    height: calc(100% - 10vh);
    padding: 5vh;
  }
  .nf-logo {
    width: auto;
    height: 4vh;
    top: 5vh;
    margin-bottom: 3vh;
  }
}

/* todo - get rid of home-main-container  */
.general-main-container {
  flex: auto;
  display: flex;
  background-color: transparent;
  overflow: hidden;
  flex-direction: row;
  height: 100%;
}
.details-main-content-container {
  position: absolute;
  left: 7.41vh;
  width: calc(100% - 7.41vh - 1px);
  height: 100%;
  border-left: 1px solid #dddddd;
  overflow: hidden;
  z-index: 3;
}
.datails-main-container {
  height: calc(100% - 7vh - 1px);
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.details-content-container {
  width: 100%;
  height: 100%;
  /* TODO */
  overflow: auto;
}

.details-loading {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
}

@media (orientation: portrait) and (min-width: 600px) {
  .general-main-container {
    flex-direction: column;
  }
  .details-main-content-container {
    position: unset;
    width: 100%;
    height: calc(100% - var(--top-info-container-height-portrait) - 6.41vw);
    border-left: unset;
  }
  .datails-main-container {
    height: calc(100% - 7vw - 1px);
  }
}

@media (max-width: 599px) {
  .general-main-container {
    flex: 1 1;
    display: flex;
    background-color: transparent;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
  }
  .details-main-content-container {
    position: unset;
    display: flex;
    flex: 1 1;
    width: 100%;
    height: 100%;
    border: unset;
    overflow: hidden;
    flex-direction: column;
  }
  .datails-main-container {
    height: calc(100% - 5vh - 1px);
  }
  .details-content-container {
    overflow: hidden;
  }
}

.me-bottom-sheet-body {
  display: flex;
  flex-direction: row;
  margin-bottom: 4vh;
  width: calc(100% - 8vh);
  padding: 0 4vh 0 4vh;
  background-color: white;
}

.me-bottom-sheet-content {
  width: 100%;
}

.me-bottom-sheet-right-content {
  display: flex;
  flex-direction: column;
  width: 28vh;
  margin-left: 5vh;
  line-break: anywhere;
}

.me-bootom-sheet-route {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  width: 100%;
  align-self: end;
  background-color: white;
}

.me-bs-content-title {
  color: var(--color-li-details-title);
  /* margin-bottom: 3vh; */
  text-transform: var(--text-transform);
}

.me-description {
  white-space: pre-line;
}
.me-description:last-child {
  margin-bottom: 2vh;
}

.me-booking-company-details {
  margin-top: 2vh;
  display: flex;
  flex-direction: column;
}
.me-details-item {
  display: flex;
  flex-direction: row;
  margin-top: 1vh;
  align-items: center;
}

.me-bs-image {
  width: 100%;
  height: auto;
  max-height: 100vh;
  margin-top: 3vh;
}

.me-gallery-container {
  position: relative;
}

.me-gallery {
  position: absolute;
  top: 3vh;
  right: 0vh;
  padding: 1vh;
}

.event-occurences_title {
  margin-top: 3vh;
  margin-bottom: 2vh;
  color: var(--color-primary);
}
.occurrences {
  width: 100%;
  border-top: 1px solid var(--color-separators);
  padding: 2vh 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.occurrences:last-child {
  border-bottom: 1px solid var(--color-separators);
}
.occurrences-content {
  display: flex;
  flex-direction: row;
}

@media (orientation: portrait) and (min-width: 600px) {
  .me-bottom-sheet-body {
    margin-bottom: 8vw;
    /* overflow-y: scroll; */
    height: calc(100% - 8vw); /* add 8vw to root*/
    padding: 0 8vw;
  }
  .me-bottom-sheet-right-content {
    width: 28vw;
    margin-left: 5vw;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .me-bs-content-title {
    margin-bottom: 3vw;
  }
  .me-description:last-child {
    margin-bottom: 2vw;
  }
  .me-booking-company-details {
    margin-top: 2vw;
  }
  .me-details-item {
    margin-top: 1vw;
  }
  .me-bs-image {
    max-height: 100vw;
    margin-top: 3vw;
  }
  .me-bootom-sheet-route {
    top: 8vw;
  }
  .me-gallery {
    top: 3vw;
    right: 0vw;
    padding: 1vw;
  }
  .event-occurences_title {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
  .occurrences {
    padding: 2vw 0;
  }
}

@media (orientation: landscape) {
  .me-bootom-sheet-route {
    display: none;
  }
  .me-booking-company-details {
    margin-top: 0vw;
  }
}

@media (max-width: 599px) {
  .me-bottom-sheet-body {
    width: calc(100% - 4vh);
    padding: 0 2vh;
    flex-direction: column;
  }
  .event-occurences_title {
    margin-top: 2.5vh;
    margin-bottom: 1.5vh;
  }
  .occurrences {
    padding: 1.5vh 0;
  }
  .me-bottom-sheet-right-content {
    margin-top: 1vh;
    margin-left: 1vh;
    width: calc(100% - 3vh);
    flex-direction: row;
    justify-content: space-between;
  }
}

.modules-main-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: white;
  overflow: hidden;
}

.modules-left-container {
  width: 40%;
  height: auto;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #dddddd;
}

.modules-right-container {
  height: inherit;
  width: 60%;
  position: relative;
}

.modules-list-container {
  overflow-y: auto;
  /* scroll-behavior: smooth; */
  margin-top: 0.5vh;
  width: 100%;
}
.modules-list {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow-x: hidden;
}

.modules-header,
.modules-header_accom {
  color: var(--color-primary);
  padding: 2vh 6vh 0;
  display: block;
  background-color: white;
}

.modules-header-common-content {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.modules-filter-tags {
  display: flex;
  flex-direction: row;
  margin-top: 2vh;
  flex-wrap: wrap;
  flex-flow: wrap;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .modules-header,
  .modules-header_accom {
    padding: 2vh 3vh 0;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .modules-header-common-content {
    flex-direction: column;
  }
  .modules-main-container {
    flex-direction: column-reverse;
  }
  .modules-left-container {
    width: 100%;
    height: calc(100% - var(--right-container-height-portrait));
    border-right: unset;
    flex-direction: row;
  }
  .modules-right-container {
    width: 100%;
    height: var(--right-container-height-portrait);
  }
  .modules-list-container {
    margin-top: 0.5vw;
    width: 75%;
  }
  .modules-header,
  .modules-header_accom {
    padding: 0vw 2vw;
    padding-top: 2vw;
    width: 25%;
  }
  .modules-filter-tags {
    margin-top: 2vw;
  }

  .filter-button {
    padding: 0 1vw 0 1vw;
    margin-top: 1vw;
    height: 4vw;
  }
}

@media (max-width: 599px) {
  .modules-main-container {
    flex-direction: column-reverse;
  }
  .modules-left-container {
    width: 100%;
    height: 100%;
    border-right: unset;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: 0.5s;
  }
  .modules-list-container {
    overflow-y: unset;
    z-index: 1;
  }
  .modules-right-container {
    width: 100%;
    transition: 0.5s;
    height: var(--right-container-height-mobile);
  }
  .modules-header,
  .modules-header_accom {
    padding: 2vh 2vh 0vh 2vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: block;
    transition: top 0.3s;
    width: calc(100% - 4vh);
    z-index: 2;
    background-color: white;
  }
  .modules-header-common-content {
    flex-direction: column;
  }
  .modules-header__scroll-up {
    top: -50vh;
  }
}

.mi-bs-title {
  color: var(--color-li-details-title);
  margin-bottom: 0.5vh;
  text-transform: var(--text-transform);
}

.mi-bs-subtitle {
  margin-bottom: 2vh;
}

@media (orientation: portrait) {
  .mi-bs-title {
    margin-bottom: 0.5vw;
  }
  
  .mi-bs-subtitle {
    margin-bottom: 2vw;
  }
}
.oa-details {
  height: 100%;
  padding: 0 4vh;
  display: flex;
  flex-direction: row;
}

@media (orientation: portrait) {
  .oa-details {
    padding: 0 4vw;
  }
}

@media (max-width: 599px) {
  .oa-details {
    flex-direction: column;
  }
  .oa-link {
    margin: 3vh 0vh 3vh 1vh;
    font-weight: bold;
    color: var(--color-primary);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.ma-bottom-sheet-header {
  color: var(--color-primary);
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-right: 2vh;
}

.ma-bs-header-links {
  color: var(--color-primary);
  padding: 0vh 1vh 1vh 1vh;
  position: relative;
  top: 1px;
}

.ma-bs-link__selected {
  color: black;
  border-bottom: 2px solid var(--color-primary);
  bottom: -1px;
}

.ma-content_details-title {
  color: var(--color-li-details-title);
  margin-bottom: 3vh;
  display: flex;
  flex-direction: row;
  text-transform: var(--text-transform);
}

.ma-content_details-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--color-primary);
  margin-left: 2vh;
}

.ma-carousel-image {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  object-position: center;
}

.ma-accom-facilities {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 2;
}

.ul {
  margin-top: none;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.li {
  margin: 0.5vh 0vh;
}

.ma-facility-container {
  margin-top: 2vh;
}

.ma-accom-rooms-list {
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 0.5vh;
}

.module-accom-search-data {
  width: calc(100% - 6vh);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2vh;
  background-color: #f4f4f4;
  padding: 2.5vh 3vh;
  color: black;
}
.module-accom-data-container {
  display: flex;
  flex-direction: row;
  flex: 1 1;
  margin-right: 2vh;
}
.module-accom-search-data-separator {
  height: inherit;
  width: 1px;
  background-color: #b1b1b1;
  margin: 0 3vh;
}
.module-accom-search-data-container {
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex: 1 1;
}

.ma-image-viewer {
  position: relative;
  height: 50vh;
  margin-top: 3vh;
}

@media (orientation: landscape) and (max-width: 1400px) {
  .ma-content_details-title {
    flex-direction: column;
  }
  .ma-content_details-stars {
    margin-left: unset;
  }
  .module-accom-search-data {
    width: calc(100% - 4vh);
    padding: 1.5vh 2vh;
  }
  .module-accom-data-container {
    margin-right: 1vh;
  }
}

@media (orientation: portrait) and (min-width: 600px) {
  .ma-bottom-sheet-header {
    margin-right: 2vw;
  }
  .ma-image-viewer {
    width: unset;
    height: 40vw;
    margin-top: 3vw;
  }
  .ma-bs-header-links {
    padding: 0vw 1vw 1vw 1vw;
  }
  .ma-content_details-title {
    margin-bottom: 3vw;
  }
  .ma-content_details-stars {
    margin-left: 2vw;
  }
  .ma-accom-facilities {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 2;
  }
  .li {
    margin: 0.5vw 0;
  }
  .ma-facility-container {
    margin-top: 2vw;
  }
  .ma-accom-rooms-list {
    margin-top: 0.5vw;
  }
  .module-accom-search-data {
    width: calc(100% - 4vw);
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 2vw;
    padding: 1.5vw 2vw;
  }
  .module-accom-data-container {
    flex-direction: column;
    flex: 1 1;
    margin-right: unset;
  }
  .module-accom-search-data-container {
    width: unset;
    padding: unset;
  }
  .module-accom-search-data-separator {
    height: 1px;
    width: 100%;
    margin: 2vw 0;
  }
}

@media (max-width: 599px) {
  .module-accom-search-data {
    border-bottom: 1px solid var(--color-separators);
    padding: 1vh 2vh;
    width: calc(100% - 4vh);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
    height: 4.5vh;
    margin-bottom: unset;
    z-index: 3;
  }
  .module-accom-search-data-container {
    flex-direction: row;
    align-items: center;
  }
  .ma-image-viewer {
    max-height: 50vh;
    height: unset;
    margin-top: unset;
  }
  .ma-content_details-title {
    flex-direction: column;
  }
  .ma-content_details-stars {
    margin-left: unset;
  }
}

.weather-main {
  width: 100%;
  height: 100%;
  background-image: url("https://images.unsplash.com/photo-1499346030926-9a72daac6c63?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1170&q=80");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-animation: fadeAnim 1s forwards;
          animation: fadeAnim 1s forwards;
}

.weather-main-cover {
  background-color: var(--color-primary);
  opacity: 0.5;
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  z-index: -1;
}

.preview-descr {
  margin-top: 2vh;
}

.weather-content-container {
  display: flex;
  flex-direction: column;
  width: calc(100% - 0vh);
  height: calc(100% - 5vh);
  padding: 5vh 0 0vh 0vh;
  justify-content: space-between;
}

.weather-forecast-today-container {
  height: 40%;
  margin-left: 15vh;
  display: flex;
  flex-direction: row;
  color: white;
}
.weather-forecast-today-hourly-container {
  overflow-y: auto;
  display: flex;
  flex-direction: row;
}
.w-forecast-today-descr {
  display: flex;
  flex-direction: column;
  margin-right: 2vh;
  width: 33vh;
}
.weather-forecast-today-hourly {
  display: flex;
  flex-direction: column;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  width: 22vh;
  justify-content: space-around;
  align-items: center;
  padding: 1vh;
}
.weather-forecast-today-hourly:last-child {
  border-right: none;
  margin-right: 2vh;
}

.weather-forecast-tiles {
  display: flex;
  flex-direction: row;
  overflow-y: auto;
  height: calc(55% - 5vh);
  padding-left: 15vh;
  padding-bottom: 5vh;
}

.forecast-tile {
  border-radius: var(--border-radius);
  background-color: var(--color-primary);
  height: calc(100% - 6vh - 4px);
  border: 1px solid var(--color-primary);
  min-width: 30vh;
  max-width: 30vh;
  flex: 1 1;
  margin-right: 2vh;
  padding: 3vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  text-align: center;
}
.forecast-tile__selected {
  border: 2px solid white;
  height: calc(100% - 6vh - 4px);
}

.forecast-icon {
  padding: 1vh;
}

.forecast-info {
  display: flex;
  flex-direction: row;
  margin: 0.5vh 0;
  width: 100%;
  justify-content: center;
}

.forecast-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.forecast-row:first-child {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}

.forecast-row-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.75vh;
  text-align: center;
}

@media (orientation: portrait) and (min-width: 600px) {
  .weather-content-container {
    width: calc(100% - 0vw);
    height: calc(100% - 5vw);
    padding: 5vw 0 0 0;
  }
  .weather-forecast-today-container {
    flex-direction: column;
    margin-left: 5vw;
  }
  .w-forecast-today-descr {
    margin: 0 2vw;
    width: calc(100% - 4vw);
    margin-bottom: 2vw;
  }
  .weather-forecast-today-hourly {
    width: 15vw;
    padding: 1vw;
  }
  .weather-forecast-today-hourly:last-child {
    margin-right: 5vw;
  }
  .weather-forecast-tiles {
    padding-left: 5vw;
    height: calc(50% - 5vw);
    padding-bottom: 5vw;
  }
  .forecast-tile {
    height: calc(100% - 6vw - 4px);
    min-width: 30vw;
    max-width: 30vw;
    margin-right: 2vw;
    padding: 3vw;
    justify-content: space-between;
  }
  .forecast-tile:last-child {
    margin-right: 5vw;
  }
  .forecast-icon {
    padding: 1vw;
  }
  .forecast-info {
    margin: 0.5vw 0;
  }
  .forecast-row-content {
    margin: 0.75vw;
  }
  .preview-descr {
    margin-top: 2vw;
  }

  @media (max-width: 1400px) {
    .weather-content-container {
      height: calc(100% - 2.5vw);
      padding: 2.5vw 0 0 0;
    }
    .weather-forecast-tiles {
      height: calc(49% - 2.5vw);
      padding-bottom: 2.5vw;
    }
    .forecast-row-content {
      margin: 0.25vw;
    }
    .forecast-tile {
      height: calc(100% - 3vw - 4px);
      padding: 1.5vw;
    }
    .w-forecast-today-descr {
      margin-bottom: 0.5vw;
    }
    .preview-descr {
      margin-top: 0vw;
    }
    .weather-forecast-today-container {
      height: 49%;
    }
    .weather-forecast-today-hourly {
      padding: 0vw;
    }
  }
}

@media (max-width: 599px) {
  .weather-content-container {
    height: calc(100% - 3vh);
    padding: 3vh 0 0vh 0vh;
  }
  .weather-forecast-today-container {
    margin-left: unset;
    flex-direction: column;
  }
  .w-forecast-today-descr{
    padding-left: 5vh;
  }
  .weather-forecast-today-hourly-container {
    padding-left: 5vh;
  }
  .weather-forecast-today-hourly {
    width: unset;
    max-width: 22vh;
  }
  .weather-forecast-tiles {
    padding-left: 5vh;
  }
}

/* todo - get rid of home-main-container  */
.greeting-main-container {
  flex: auto;
  display: flex;
  background-color: transparent;
  overflow: hidden;
  flex-direction: row;
  height: 100%;
}

.greeting-content-container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}

.greeting-icon {
  margin-right: 3vh;
}

.greeting-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 1vh;
  padding: 0vh 3vh 2vh 3vh;
  overflow-y: scroll;
}

.greeting-title {
  color: var(--color-nav-title);
  padding: 10vh 0vh 10vh 0vh;
}

.greeting-img {
  width: 25vh;
  height: auto;
  align-self: center;
  margin: 2vh 0vh;
}

.tmp-empty-style {
  height: calc(33.333333% - 4vh);
  width: calc(100% - 4vh);
  margin: 1vh;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: var(--border-radius);
  padding: 1vh;
  justify-content: center;
}

.greeting-list {
  display: flex;
  flex-direction: row;
  height: auto;
  overflow-y: hidden;
}

.gusetCard-button {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  left: 7.41vh;
  padding-left: 3vh;
  padding-right: 3vh;
  padding-bottom: 2vh;
  background-color: white;
}

@media (orientation: portrait) and (min-width: 600px) {
  .greeting-main-container {
    flex-direction: column;
  }

  .greeting-icon {
    margin-right: 2vw;
  }

  .greeting-title {
    color: var(--color-nav-title);
    padding: 10vw 0vw 10vw 0vw;
  }

  .tmp-empty-style {
    height: calc(33.333333% - 4vw);
    width: calc(100% - 4vw);
    margin: 1vw;
    padding: 1vw;
  }

  .gusetCard-button {
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 2vw;
  }
}

@media (max-width: 599px) {
  .greeting-icon {
    margin-right: 2vh;
  }
  .greeting-title {
    color: var(--color-nav-title);
    align-self: center;
    padding: 1vh;
  }
  .greeting-img {
    width: 80%;
    height: auto;
    margin-bottom: 2vh;
    align-self: center;
  }
  .tmp-empty-style {
    height: calc(33.333333% - 4vh);
    width: calc(100% - 4vh);
    margin: 1vh;
    padding: 1vh;
  }
  .greeting-wrapper {
    width: auto;
  }

  .greeting-list {
    flex-direction: column;
    overflow-x: hidden;
  }

  .gusetCard-button {
    left: 0;
    right: 0;
    padding-left: 3vh;
    padding-right: 3vh;
    padding-bottom: 2vh;
  }

}
