@font-face {
  font-family: 'Titillium Web';
  src: url('../webfonts/Titillium_font/TitilliumWeb-Black.ttf') format('truetype');
  font-weight: 900;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Titillium Web';
  src: url('../webfonts/Titillium_font/TitilliumWeb-Bold.ttf') format('truetype');
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Titillium Web';
  src: url('../webfonts/Titillium_font/TitilliumWeb-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Titillium Web';
  src: url('../webfonts/Titillium_font/TitilliumWeb-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Titillium Web';
  src: url('../webfonts/Titillium_font/TitilliumWeb-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Titillium Web';
  src: url('../webfonts/Titillium_font/TitilliumWeb-Italic.ttf') format('truetype');
  font-style: italic;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Titillium Web';
  src: url('../webfonts/Titillium_font/TitilliumWeb-Light.ttf') format('truetype');
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Titillium Web';
  src: url('../webfonts/Titillium_font/TitilliumWeb-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Titillium Web';
  src: url('../webfonts/Titillium_font/TitilliumWeb-Regular.woff') format('woff');
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Titillium Web';
  src: url('../webfonts/Titillium_font/TitilliumWeb-SemiBold.ttf') format('truetype');
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Titillium Web';
  src: url('../webfonts/Titillium_font/TitilliumWeb-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  text-rendering: optimizeLegibility;
}

:root {
  --breakpoint-width: 1024px;  /* Standardwert für Desktop */
  --calblue: #0e9cec;
  --calgrey: #2f3638;
  --caldark: #222A2C;
}
body {
  font-family: 'Titillium Web', sans-serif !important;
  margin: 0;
  padding: 0;
  overflow:hidden;
}
.blue {
  color: #0e9cec99;
}
.hide-ui:not(#fer_video):not(#videoframe):not(#container):not(#wrapper):not(#wrapperzwei):not(#fer_videoB) {
  display:none!important;
}
.main-section {
  position: fixed;
  bottom: 72px;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 92vh;
  overflow-y: auto;
  transition: transform 0.3s ease-in-out;
  z-index: 10000;
  padding-top: 20px;
}
.divider-bar {
  width: 30%;
  height: 2px;
  background-color: #dbdbdb;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  z-index: 1100;
  cursor: pointer;
  border: none;
  background: none;
}
.iframeonly{
  display:none!important;
}
/* leaflet */
.leaflet-container {
  font-family: 'Titillium Web' !important; /* standard font von leatlet überschreiben */
}
/* diverses */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #0069B4;
  border-radius: 10px;
}
.bg-primary {
  background-color: #353d3fcb !important;
}
.rounded {
  border-radius: 12px !important;
}
.rounded_top {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.rounded_top_right {
  border-top-right-radius: 20px !important;
}
.pointer{
  cursor: pointer!important;
}
.cursor-pointer {
  cursor: pointer;
  opacity: 90%;
}
.hidden {
  display: none!important;
}
/* datenschutz */
#container_ds {
  padding: 30px;
}
.ds_logo {
  padding-bottom: 30px;
}
.ds_fer {
  font-size: 14px;
  color: #006eb6;
  padding-bottom: 20px;
  float: left;
}
a.ds_fer_l, a:hover.ds_fer_l, a:active.ds_fer_l, a:visited.ds_fer_l, a:focus.ds_fer_l {
  color: #006eb6;
  text-decoration: none;
}
.ds_header {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #006eb6;
  font-weight: bold;
}
.ds_subheader {
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 5px;
}
.ds_text {
  font-size: 14px;
  max-width: 800px;
  text-align: justify;
}
/* suche */
.sucheTop{
  background: #353d3fcb !important;
  height: 50px;
  width: 100%;
  z-index: 1000000;
  color: white;
  font-size: 14px;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.sucheSelect {
  width: 180px;
  background: none;
  color: white;
  height: 23px;
  outline: none;
  font-size: 14px;
}
.searchdiv {
  width: 280px;
  background: none;
  color: white;
  height: 23px;
}
.sucheSelect ,
.sucheSelect optgroup,
.sucheSelect option {
  background: #353d3fcb;
  color: white;
  border: none;
  font-size: 14px;
}
#suchebutton {
  background-color: #353d3fcb;
  border: none;
  color: white;
  width: 70px;
  height: 23px;
  text-align: center;
  padding: 0px 5px;
}
.searchfield{
  color: white;
  border: none;
  width: 100%;
  outline: none;
  padding-left: 30px;
  padding-right: 12px;
  background: url(../img/search.svg) 10px center no-repeat;
  background-size: 14px;
  background-color: #353d3fcb;
}
.suche-portale{
  position: relative;
  background: #353d3fcb !important;
  height: 100vh;
  padding: 10px;
  width: 460px;
  overflow-y:  hidden;
  overflow-x: hidden;
  z-index: 1000;
  color: white;
}
.searchmaptitle{
  height: 68px;
}
.mapsuche{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#result {
  position: absolute;
  top:25px;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10000000000000000;
  width: 100%;
}
.suche-infoBold{
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 2px;
}
.suche-infoLight{
  font-size: 13px;
  font-weight: 200;
  line-height: 19px;
}
.searchbox{
  border-left: 4px solid transparent;
}
.searchbox:hover{
  border-left: 4px solid #0069B4;
  background-color: #353d3f95;
  cursor: pointer;
}
.searchbox_cam > ul{
  margin: 0px 10px;
  ;
}
.searchbox_cam:hover{
  background-color: #353d3f;
  cursor: pointer;
}
.suche-cam{
  font-size: 16px;
  font-weight: 200;
  line-height: 19px;
  margin: 4px 0px 4px 0px;
  padding: 0px;
  list-style-image: url(../img/camera-video.svg);
}
.resizer-x {
  position: absolute;
  top: 50%;
  right: 0;
  background: #ccc;
  cursor: ew-resize!important;
  width: 10px;
  height: 50px;
  z-index: 1000000000;
}
/* video nav usw */
#progressContainer {
  background-color: #353d3fcb;
  height: 5px;
  position: relative;
  z-index: 10000000;
}
#progressContainer:hover {
  height: 10px;
  cursor: pointer;
  background-color: #353d3f95;
}
.center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  cursor: pointer;
  transform: translate(-50%, -50%);
  font-size: 5em;
  display: none;
  opacity: 0.7;
  transition: opacity 2s;
  filter: drop-shadow(0px 0px 2px grey);
}
.center-icon:hover {
  opacity: 1;
  cursor: pointer;
}
#buffered {
  background-color: #0e9cec99;
  height: 100%;
}
#progress {
  background-color: #0e9cec99;
  height: 100%;
  position: absolute;
  top: 0px;
  margin-bottom: -6px;
}
#fer_video {
  width: 100%;
  height: 100dvh !important;
  object-fit: cover;
  overflow: hidden;
  max-height: 100dvh;
}
.mainNavBTM{
  position: absolute;
  bottom: 0px;
  z-index: 1000;
}
.mainNavBTM i{
  font-size: 30px;
}
.navbar-fixed-top{
  z-index: 10000;
}
.fullscreen-button-noOverlay{
  position: absolute;
  z-index: 1000;
  bottom: 5px;
  right: 5px;
  text-shadow: black 0px 0px 5px;
  /*height: 50px;*/
}
.fullscreen-button-noOverlay > i{
  font-size: 23px;
}
/* popup nachtcontent */
.nc_widget{
  z-index: 10000;
  position: absolute;
  bottom: 100px;
  border-radius: 24px;
  max-width: 460px;
  height: 75px;
  font-weight: 200;
  padding-left: 1.5rem !important;
  padding-right: 3rem !important;
  visibility: visible;
  margin-left: -700px;
  animation-name: popup;
  animation-duration: 10s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}
@keyframes popup {
  0% {
    margin-left: -700px;
  }
  10% {
    margin-left: 40px;
  }
  100% {
    margin-left: 40px;
  }
}
.moon-stars{
  padding-right: 1.5rem !important;
  padding-top: 0.5rem !important;
  font-size: calc(1.325rem + 0.9vw);
  animation-name: moonstars;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes moonstars {
  0% {
    color: white;
  }
  50% {
    color: #0e9cec99;
  }
  100% {
    color: white;
  }
}
/* lifte/pisten */
.lpIcon{
  color: inherit;
}
.layerLP {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
  margin: 2rem 0rem 1rem 0rem;
}
.liftepistenDetail {
  position: absolute;
  bottom: 73px;
  left: 0px;
  z-index: 200;
  color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 200;
}
.lpDetailUebersicht {
  display: flex;
  flex-wrap: nowrap;
  padding: 0rem 1rem 1.5rem 1rem;
}
.lpDetail,
.lpLegendeDetail {
  display: flex;
  flex-wrap: wrap;
  padding: 0rem 1rem 0rem 1rem;
  gap: 5px;
}
.lpLegendeDetail {
  gap: 15px;
}
.lpItem {
  flex: 0 1 calc(32%);
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.lpLegende {
  display: flex;
  flex: 0 1 calc(32%);
  flex-direction: column !important;
  gap: 0.25rem !important;
  justify-content: flex-start;
}
.lpLegendeItemblock {
  display: flex;
  flex-direction: column !important;
  gap: 5px !important;
}

.lpLegendeItem {
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.lpItem:hover,
.lpLegendeItem:hover {
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}
.lpItemTxt {
  line-height: 18px;
  padding-right: 10px;
}
.lpIcon {
  width: 35px;
}
.invert {
  filter: invert(1);
}
.lpWert {
  font-weight: 400;
  font-size: 30px;
  opacity: 0.3;
}
.lpHighlight {
  font-weight: 600;
  font-size: 30px;
  opacity: 1;
}
.lpKachelTxt{
  font-size: 16px;
  line-height: 18px;
  font-weight: 200;
  text-align: center;
}
.lpKachelTxt2{
  font-size: 16px;
  line-height: 18px;
  font-weight: 200;
  text-align: center;
  padding-top: 20px;
}
.lpCircle {
  position: relative;
  float: left;
}
.lpCircle div {
  text-align: center;
  position: absolute;
  line-height: 100px;
  width: 100%;
}
.lpsvg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 100px;
  height: 100px;
}
.lpMap {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-map' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15.817.113A.5.5 0 0 1 16 .5v14a.5.5 0 0 1-.402.49l-5 1a.5.5 0 0 1-.196 0L5.5 15.01l-4.902.98A.5.5 0 0 1 0 15.5v-14a.5.5 0 0 1 .402-.49l5-1a.5.5 0 0 1 .196 0L10.5.99l4.902-.98a.5.5 0 0 1 .415.103M10 1.91l-4-.8v12.98l4 .8zm1 12.98 4-.8V1.11l-4 .8zm-6-.8V1.11l-4 .8v12.98z'/%3E%3C/svg%3E") !important;
  background-size: 35% !important;
  background-position: top 50px center !important;
  background-repeat: no-repeat !important;
  filter: invert(1);
}
.lpInfra {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-info-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0'/%3E%3C/svg%3E");
  background-size: 35% !important;
  background-position: top 50px center !important;
  background-repeat: no-repeat !important;
  filter: invert(1);
}
.lpLink {
  font-size: 16px;
  line-height: 18px;
  font-weight: 200;
  filter: invert(1);
  margin-bottom: 18px!important;
  text-align: center;
}
.lp_kachel_grau {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
}
.lp_kachel_link {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
}
.lp_kachel_link:hover{
  background: rgba(0, 0, 0, 0.35);
}
.circle {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-opacity: 0.5;
  stroke-dasharray: 282; /* this value is the pixel circumference of the circle */
}
.circleA_animation {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 282; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 282;
  -webkit-animation: circleA_animation 1s ease-out forwards;
  animation: circleA_animation 1s ease-out forwards;
}
.circleP_animation {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 282; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 282;
  -webkit-animation: circleP_animation 1s ease-out forwards;
  animation: circleP_animation 1s ease-out forwards;
}
.circleP_blau_animation {
  fill: none;
  stroke: #36a9e1;
  stroke-width: 40;
  /*stroke-linecap: round;*/
  stroke-dasharray: 282; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 282;
  -webkit-animation: circleP_blau_animation 1s ease-out forwards;
  animation: circleP_blau_animation 1s ease-out forwards;
}
.circleP_rot_animation {
  fill: none;
  stroke: #ed1d26;
  stroke-width: 40;
  /*stroke-linecap: round;*/
  stroke-dasharray: 282; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 282;
  -webkit-animation: circleP_rot_animation 1s ease-out forwards;
  animation: circleP_rot_animation 1s ease-out forwards;
}
.circleP_schwarz_animation {
  fill: none;
  stroke: black;
  stroke-width: 40;
  /*stroke-linecap: round;*/
  stroke-dasharray: 282; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 282;
  -webkit-animation: circleP_schwarz_animation 1s ease-out forwards;
  animation: circleP_schwarz_animation 1s ease-out forwards;
}
.circleP_skiroute_animation {
  fill: none;
  stroke: lightgrey;
  stroke-width: 40;
  /*stroke-linecap: round;*/
  stroke-dasharray: 282; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 282;
  -webkit-animation: circleP_skiroute_animation 1s ease-out forwards;
  animation: circleP_skiroute_animation 1s ease-out forwards;
}
.lpDate{
  position: fixed;
  bottom: 0px;
  right: 10px;
  font-size: 12px;
  font-weight: 200;
  text-align: right;
  opacity: 0.6;
}
.lpDate > span {
  letter-spacing: 0.5px;
}
.lp-chart-container {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-direction: column;
}

#lp_leicht{
  background-color: #0072BC;
}
#lp_mittel{
  background-color: #CD0003;
}
#lp_schwer{
  background-color: #000000;
}
.lp-chart-item {
  position: relative;
  background-color: rgba(217, 217, 217, 0.30);
  height: 35px;
  width: 170px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: space-between;
  padding-right: 10px;
  overflow: hidden;
}
.lp-chart-bar {
  height: 35px;
  border-radius: 10px 0px 0px 10px;
  z-index: 1;
}
.lpTxt{
  font-size: 14px;
  line-height: 14px;
  font-weight: 200;
  text-align: right;
  color: lightgray;
  z-index: 10;
  position: absolute;
  right: 10px;
}
.lpLegendeMob{
  display: none;
}
/*  */
.map {
  width: 400px;
  margin-bottom: 5px;
}
.standortnav {
  display:flex;
}
.video-container {
  position: relative;
  width: 100%;
  height: 100dvh;
}

#iconNav{
  display:none;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1000;
}
.popup button {
  display: block;
  margin-top: 10px;
}
.navbar-fixed-top {
  position: absolute;
  top: 0;
  overflow: hidden;
  color: white;
}
.navbar{
  height: 68.5px;
}
/* FLYINGCAMS HISTORY */
.slider-prev-fly, .slider-next-fly{
  background-color: #222a2c57;
  padding: 5px;
  line-height: 0px;
  border-radius: 50%;
}
#thumbnailSliderContainer {
  display: flex;
  align-items: center;
  padding: 10px;
}
#thumbnailSliderContainer {
  transition: opacity 0.3s, visibility 0.3s;
}
#thumbnailSliderContainer.hidden {
  opacity: 0;
  visibility: hidden;
}
#flyingHis{
  min-height: 45px;
}
#flyingHisToggle {
  position: absolute;
  color:white;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1000;
}
#prevBtn, #nextBtn {
  border: none;
  font-size: 24px;
  cursor: pointer;
  background: none;
  color: #007bff;
  position: initial!important;
}
.dateLabel{
  color: white;
  font-size: 15px;
  font-weight: 200;
}
.carousel-content {
  display: flex;
  transition: transform 0.3s;
}
.carousel-item {
  display: none;
  justify-content: space-around;
  width: 100%;
  flex: none;
}
.thumbnailButton{
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 15px);
  background-color: #0069B4;
  border-radius: 50%;
  border: none;
  padding: 5px 9px;
  color: white;
}
.thumbnailButton:hover{
  top: calc(50% - 7px);
  left: calc(50% - 17px);
  padding: 7px 11px;
  color: white;
}
.thumbnailWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
.thumbnailWrapper img {
  width:100%;
  height: 100%;
  cursor: pointer;
  border: 2px solid transparent;
}
.thumbnailWrapper img:hover{
  border-color: #0069B4;
}
.tlImage{
  border: 2px solid transparent;
  max-height: 186px;
  aspect-ratio: 16/9;
}
.tlImage:hover{
  cursor: pointer;
  border: 2px solid #0069B4;
}
#fullscreen-button{
  cursor: pointer;
}
.carousel-active{
  display: flex;
}
/*FADEOUT*/
#hisTabs, #flyingHis {
  transition: opacity 1.5s ease, visibility 0.7s ease;
}
.left {
  flex-basis: 45%;
}
.center {
  flex-basis: 10%;
}
.right {
  flex-basis: 45%;
}
.left, .center, .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.left {
  justify-content: flex-start;
}
.right {
  justify-content: flex-end;
}
/* lauftexte sprache social share */
.marquee-container {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  opacity: 0.8;
}
.marquee-content-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 0px 20px 0px 10px;
}
.marquee-content {
  display: inline-block;
  animation: marquee 200s linear infinite;
  font-size: 13px;
}
.marquee-content.paused {
  animation-play-state: paused;
}
.btn-marquee-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
}
.share{
  padding-left: 5px;
  width: 42px;
}
#sprachen{
  background: none;
  border: none;
  width: 90px;
  height: 24px !important;
  text-align: right;
  font-size: 13px;
  padding-right: 5px;
  cursor: pointer;
  outline: none;
  margin: 0!important;
  padding: 0!important;
}
#sprachen optgroup,
#sprachen option {
  background: #353d3fcb !important;
  color: white;
  border: none;
}
select#sprachen option:hover {
  background-color: red !important;
  color: white;
  border: none;
}
.marquee-content a {
  color: white;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.spacer_lauftext {
  padding: 0 50px;
}
#SocialShare{
  position: absolute;
  border-radius: 20px;
  top: 35%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1rem 1rem 2rem 1rem;
  overflow-y: hidden;
  width: fit-content;
}
#SocialShare.sidebar {
  bottom: unset;
}
.share-btn{
  background: transparent;
  border: none;
  font-weight: 200;
}
/*DROPDOWN */
#menu {
  position: absolute;
  bottom: 73px;
  color: white;
  font-size: 20px;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  z-index: 1100;
  min-width: 300px;
  max-height: 70vh;
  overflow-y: hidden;
}
.thimage {
  height: 10vh;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  margin: 10px 20px 10px 10px;
}
.toplinkimage {
  height: 10vh;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 10px 20px 10px 10px;
}
.thtitle {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 400;
}
.subthtitle {
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
}
.menue_item{
  font-size: 20px;
  font-weight: 300;
  padding: 0px 0px 10px 0px;
  margin: 0;
  background: none;
  border: none;
  color: inherit;
}
.menue_item:hover{
  color: #0e9cec99;
  cursor: pointer;
}
.dropdown {
  z-index: 150;
  padding: 5px 20px;
}
#panoramaCanvas {
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  /*border: 1px solid red;*/
}
canvas {
  background-color: black;
}
#PanoHotspotContainer{
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: visibility 0.5s, opacity 0.5s ease;
  opacity: 1;
}
#PanohotspotMenue{
  position: absolute;
  bottom: 100px;
  left: 0px;
  border-radius: 0px 24px 24px 0px;
  color: white;
  max-width: 200px;
  padding: 5px 10px 5px 10px;
  font-weight: 200;
  font-size: 20px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle {
  width: 30px;
  height: 30px;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  /*    transition: all 0.3s ease;
      opacity: 1;*/
}
.circle i {
  font-size: 19px;
  color: white;
  transition: opacity 0.3s ease;
}
.strikethrough::after {
  content: '';
  position: absolute;
  top: 48%;
  left: 42%;
  width: 36px;
  height: 2px;
  background-color: white;
  transform: translate(-44%, -50%) rotate(-45deg);
  pointer-events: none;
}
.hotspot {
  background-color: white;
  border: 1px solid black;
  padding: 0.1em 0.3em;
  font-size: 1em;
  opacity: 0.75;
  transition: opacity 0.5s;
  text-align: center;
}
.hotspot:hover {
  opacity: 1;
}
.SINGLEHOTSPOT{
  cursor: default;
  max-width: 200px;
  min-width: 26px;
  height: 26px;
  padding-top: 2px;
  padding-left: 2px;
  background: #353d3fcb !important;
  border-radius: 13px;
  display: block;
}
.hotspotPopup{
  max-width: 300px;
  line-height: 16px;
  margin-top: 15px;
  margin-left: 0px;
  z-index: 10000;
  display: none;
}
.hotspot-info{
  background-color: #353d3fcb !important;
  border-radius: 13px;
  margin-top: 15px;
  padding: 10px;
}
.hotspot-closebtn{
  display: none;
}
.hotspot-title {
  font-size: 14px;
  font-weight: 400;
  color: white;
  height: 26px;
  padding-right: 9px;
  padding-left: 3px;
}
.hotspot-image {
  width:100%;
  border-radius: 9px;
}
.hotspot-headline {
  text-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: none;
}
.hotspot-description {
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
}
.hotspot-link,
a.hotspot-link:hover{
  font-size: 14px;
  line-height: 14px !important;
  font-weight: 200;
  color: white;
  text-decoration: underline;
}
#panorama-container {
  position: relative;
  width: 100%;
  height: 100vh;
  display: none!important;
}
#container1, #container2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#container2 {
  clip-path: inset(0 50% 0 0);
}
#video_logo {
  position: absolute;
  top: 60px;
  right: 40px;
  cursor: default;
  width: 220px;
}
#txt1{
  width: 100%
}
#slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 100%;
  cursor: ew-resize;
  background: #333;
  z-index: 100;
  align-items: center;
  justify-content: center;
  display: flex;
}
.compareBtn{
  color: #0069B4!important;
}
.compass-container {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  overflow: hidden;
  text-align: center;
  text-shadow: black 0px 0px 10px, grey 0px 0px 2px;
}
.compass-directions {
  white-space: nowrap;
}
#video-progress {
  width: 100%;
  height: 5px;
  background-color: #cdcdcd90;
  position: fixed;
  bottom: 58px;
}
#video-progress::-webkit-progress-bar {
  background-color: #cdcdcd90;
}
#video-progress::-webkit-progress-value {
  background-color: #0069b490;
}
/* AUDIO SLIDER  */
#volume-slider {
  width: 100%;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
/* Der "Thumb" (der bewegliche Teil des Sliders) */
#volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #353d3f;
  cursor: pointer;
  border: solid white 0.5px;
}
#volume-slider {
  opacity: 0;
  width: 0;
  transition: opacity 0.5s, width 0.5s;
  outline: none;
}
#volume-container:hover #volume-slider {
  opacity: 1;
  width: 100px;
}
#volume-icon{
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
}
.sidebar {
  position: fixed;
  left: 0;
  bottom: 73px;
  color: white;
  border-radius: 20px 20px 0px 0px;
  background-color: #353d3fcb;
}
.bi-x-circle{
  text-shadow: 10 10 black;
}
.sidebar-menu-item:hover {
  background-color: #353d3fcc;
  cursor: pointer;
}
.sidebar-menu-item {
  padding: 10px !important;
  border-radius: 10px;
}
.controlbar {
  background-color: #353d3fb7;
}
.info-menu {
  padding-left: 10px;
}
/* MAP */
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: #303739!important;
  color: white!important;
  box-shadow: none!important;
}
nav {
  display: flex;
  justify-content: space-between;
  background-color: #353d3fcb;
  padding: 7px 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.nav-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  color: white;
  padding: 12px 16px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
}
.infoBold{
  font-size: 20px;
  font-weight: 400;
}
.player{
  height: 100%;
  width: 100%;
}
.playercaption{
  line-height: 20px;
  padding-bottom: 4px;
}
h1.playercaption {
  margin: 0;
}
h2.infoLight {
  margin: 0;
}
.tableBold{
  font-weight: 600;
}
.infoLight{
  font-size: 15px;
  font-weight: 200;
  line-height: 17px;
}
.infoLightBig{
  font-size: 20px;
  font-weight: 200;
}
.hoehe{
  margin-top: -9px;
}
.nav-item:focus {
  text-decoration: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  transition: .2s;
}
.nav-item:focus span {
  width: 100%;
  margin-left: 8px;
  transition: .2s;
}
.box{
  margin: 10px;
}
#calendar{
  color: white;
  width: 350px;
  border-radius: 10px 0px 0px 10px;
  background: #353d3f;
  padding: 20px;
}
.special-day{
  color: var(--calblue);
}
.special-day:hover{
  cursor: pointer;
  border: solid var(--calblue) 1px;
}
.calendarlayout {
  position: relative;
  height: 405px;
  justify-content: center;
}
.midline {
  position: absolute;
  bottom: 69px;
  right: 0;
  height: 250px;
  z-index: -1;
}
#header {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
.prev-month, .next-month {
  background-color: var(--calgrey);
}
#contentCal {
  display: flex;
  flex-wrap: wrap;
}
#content{
  padding-bottom: 15px;
}
.dayCal {
  text-align: center;
  font-weight: 200;
  padding: 5px;
  border-radius: 4px;
  flex: 1 0 14%;
  height: auto;
  aspect-ratio: 1/1;
}
.current-day {
  color:white;
  background-color: var(--calblue);
}
.current-day:hover {
  color:white;
}
#contentIMG {
  position: relative;
  background: #353d3f;
  border-radius: 0px 10px 10px 0px;
  padding: 0px 40px 90px 40px;
  background-color: var(--calgrey);
  background: rgba(0, 0, 0, 0.25);
  width: 400px;
}
.video-thumbnail {
  border-radius: 10px;
  width: 320px;
  height: 180px;
}
.pano-thumbnail {
  border-radius: 10px;
  max-width: 320px;
  max-height: 60px;
}
#weekdays {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  text-align: center;
}
.calIBtn {
  border: none;
  border-radius: 50%;
  color: white;
  background-color: #333A3C;
}
.rg-wrapper {
  background-color: #353d3f95;
  position: fixed;
  z-index: 10;
  top: 24px;
  width: 100%;
  height: 100px;
}
#imageContainer{
  display: flex;
  position: absolute;
  bottom: 80px;
  z-index: 100000;
  justify-content: center;
  width: 100%;
}
#imageContainer img{
  width: 80px;

}
#imageContainer img:hover{
  width: 100px;
  cursor: pointer;
}
#dreiMenu {
  position: absolute;
  bottom: 70px;
  z-index: 100000;
  justify-content: center;
}
.pitItemHis{
  width: 200px!important;
}
.pitItemHis:hover{
  width: 250px!important;
}
.standort-info {
  z-index: 100;
  align-items: center;
}
.name {
  color: white;
  padding: 0px;
  margin: 0px;
  font-size: 17px;
}
.standort {
  color: white;
  padding: 0px;
  margin: 0px;
  font-weight: 200;
  font-size: 12px;
}
.standort-info i {
  color: white;
  font-size: 20px;
}
.logo {
  position: absolute;
  z-index: 100;
  top: 52px;
  right: 16px;
}
.logo img {
  width: 100px;
  height: auto;
}
.dhide {
  display: none !important;
}
.show:not(#topHotel) {
  display: block !important;
  transform: translateY(0) ;
}
/* wetter */
.chart-container {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.chart-bar {
  width: 40px;
  border-radius: 0px 0px 10px 10px;
}
.chart-item {
  position: relative;
  background-color: rgba(217, 217, 217, 0.30);
  height: 160px;
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
  overflow: hidden;
}
#sunHoursBar {
  background-color: #FBC300;
}
#bedeckungBar {
  background-color: #0072BC;
}
.wetterMenu {
  width: 100vw;
  background-color: #353d3fb7;
  height: 350px;
  position: absolute;
  bottom: 60px;
  left: 0px;
}
.wetterInfoTD p,
.schneeInfoTD p {
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
.wetterInfoTD img {
  height: 50px;
}
.schneeInfoTD {
  min-height: 42px;
}
.wetterTemp {
  font-weight: 400;
  font-size: 72px;
  line-height: 87px;
  color: white;
}
.wetterTempdesk {
  font-weight: 600;
  font-size: 60px;
  line-height: 87px;
  color: white;
  padding-top: 40px;
}
.wetterHeuteM {
  padding-left: 10px;
}
.wetterDreiTage {
}
.borderR {
  border-right: solid 1px rgba(255, 255, 255, 0.4);
}
.wetterHeute {
  background-repeat: no-repeat;
  background-position: right -50px top -50px;
  background-size: 90%;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  background-color: rgba(0, 114, 188, 0.8);
  backdrop-filter: blur(1px);
}
.wetterHeuteWert {
  font-size: 50px;
  line-height: 75px;
  margin-bottom: 0px;
  text-shadow: black 2px 0 14px;
}
.wetterHeuteWertSmall{
  font-size: 30px !important;
  line-height: 40px !important;
  padding-right: 14px !important;
}
.wetterWidget {
  position: absolute;
  bottom: 100px;
  right: 40px;
  border-radius: 24px;
  color: white;
  background-repeat: no-repeat;
  background-size: auto 70px;
  backdrop-filter: blur(1px);
  max-width: 460px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.wetterUnit{
  font-size: 24px;
  font-weight: 200;
  float: right;
  line-height: 65px;
}
.wetterUnitSmall{
  font-size: 18px;
  font-weight: 200;
  float: right;
  line-height: 35px;
}
.wettermobile {
  background-repeat: no-repeat;
  background-position: right -95px top -34px;
  background-size: 70%;
  overflow: hidden;
}
.wettermobileDiv{
  margin: 0rem 0rem 1rem 0rem;
  padding: 0rem 0.5rem 0rem 0.5rem;
  max-height: calc(65vh - (3rem + 3px));
  overflow-y: auto;
}
.schneemobile{
  background-repeat: no-repeat;
  background-position: right -105px top -105px;
  background-size: 250px;
  padding: 0px 10px;
}
.wetterPrognose {
  background-color: red;
  padding: 20px 20px;
}
.wetterPrognose {
  background-color: rgba(53, 61, 63, 0.8);
}
.nav-link {
  color: white;
  border: none;
  background-color: transparent;
}
.nav-pills .nav-link.active {
  background-color: transparent;
  text-decoration: underline;
}
.tag {
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
}
.tags {
  font-weight: 100;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 4px;
  text-shadow: 1px 1px 1px grey;
}
.temp {
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
}
.temp.schnee {
  text-align: right;
}
.wetterCaption {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0px 0px 4px grey;
  text-transform: uppercase;
}
.tagSingle img {
  width: 40px;
}
.tagWert {
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 100;
}
.btn:hover{
  color: #0069B4!important;
  border: solid 1px #0069B4!important;
}
@keyframes slideAnimation {
  0% {
    clip-path: inset(0 50% 0 0);
  }
  25% {
    clip-path: inset(0 30% 0 0);
  }
  50% {
    clip-path: inset(0 70% 0 0);
  }
  100% {
    clip-path: inset(0 50% 0 0);
  }
}
.animateSlider {
  animation: slideAnimation 1s ease;
}
@keyframes slideSliderAnimation {
  0% {
    left: 50%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 30%;
  }
  100% {
    left: 50%;
  }
}
.animateSliderSlider {
  animation: slideSliderAnimation 1s ease;
}
/* archiv neu */
.layerArchiv {
  overflow-y: visible;
  overflow-x: visible;
  padding: 1rem 0rem 1rem 0rem;
  z-index: 998;
}
#arch{
  opacity: 1;
  transition: opacity 1.5s ease; /* Übergangseffekt über 1 Sekunde */
}
#arch.versteckt {
  opacity: 0;
}
.timelinebar {
  bottom: 200px;
  width: 100%;
  color: #fff;
  z-index: 999;
}
.timeline-item {
  width: 3px;
  height: 16px;
  background-color: #8a8a8ace;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
}
.timeline-item-empty {
  width: 3px;
  height: 16px;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: dimgrey;
  cursor: not-allowed!important;
  pointer-events: none;
}
.month-divider {
  width: 10px;
}
.month-div{
  max-width: calc((100% - 130px) / 12) !important; /* 120px == width von month-divider x 13 */
}
.month-title{
  font-size: 13px;
  opacity: 0.5;
}
.month-title-long{
  display: block;
  text-transform: capitalize;
}
.month-title-short{
  display: none;
  text-transform: capitalize;
}
.timeline-item:hover {
  width: 3px;
  height: 24px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.timeline-item .overlay,
.timeline-item .overlayPano,
.timeline-item .overlayLastItem,
.timeline-item .overlayLastItemPano {
  position: absolute;
  bottom: 180px;
  left: -100px;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  z-index: 100000;
}
.timeline-item .overlay,
.timeline-item .overlayPano{
  display: none;
}
.timeline-item .overlayPano,
.timeline-item .overlayLastItemPano{
  bottom: 118px!important;
}
.timeline-item .activeItem{
  background-color: #0069B4 !important;
}
.playing-item {
  width: 4px !important;
  height: 24px;
  border-radius: 10px;
  background-color: #0069B4 !important;
  margin-top: 0px;
  margin-bottom: 0px;
}
.overlay p,
.overlayPano p,
.overlayLastItem p,
.overlayLastItemPano p{
  width: 200px;
  font-size: 14px;
  padding-top: 5px;
  line-height: 18px;
  text-shadow: 0px 0px 4px black;
}
.timeline-item:hover .overlay,
.timeline-item:hover .overlayPano{
  display: block;
}
.overlay img,
.overlayLastItem img{
  width: 200px;
  height: 112px;
  border-radius: 10px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom center !important;
}
.overlayPano img,
.overlayLastItemPano img{
  width: 200px;
  height: 50px;
  border-radius: 10px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom center !important;
}
.overlayImgBorder {
  border: solid white 2px !important;
}
#timelinecontent{
  width: calc(100% - 200px) !important;
  padding-bottom: 1rem;
}
#kalenderVideo{
  padding-bottom:1rem;
}
#kalenderVideo{
  opacity: 1;
  transition: opacity 1.5s ease; /* Übergangseffekt über 1 Sekunde */
}
#kalenderVideo.versteckt {
  opacity: 0;
}
.datebar{
  color: white;
  font-weight: 200;
}
.datebar_div{
  padding: 2px 10px 2px 10px;
  width: max-content;
  gap: 1.4em !important;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.form-check-input:checked {
  background-color: #0069B4 !important;
  border-color: #0069B4 !important;
}
.form-check{
  margin-bottom: 0px !important;
  min-height: auto !important;
}
.kal_left,
.kal_right {
  margin-left: -9px;
}
.yearprev{
  padding-left: 30px;
  width: 90px;
  font-weight: 200;
  padding-bottom: 1rem;
}
.yearnext{
  padding-right: 30px;
  width: 90px;
  font-weight: 200;
  padding-bottom: 1rem;
}
#prev_date,
#next_date{
  width: 90px;
}
#prev_time,
#next_time{
  width: 90px;
}
#prev_date,
#prev_time{
  text-align: right;
}
#prev_date > i,
#next_date > i,
#prev_time > i,
#next_time > i,
#yearprev > i,
#yearnext > i{
  opacity: 0.8;
}
.kalender_menu{
  font-weight: 400;
  width: 150px;
}
.archDivider{
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.archDivider > div{
  width: 1px !important;
  height: 75% !important;
  background-color: white !important;
  opacity: 50% !important;
  margin-left: 4px !important;
}
.archBTNvid,
.archBTNpano{
  position: absolute;
  top: calc(50% - 9px);
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0069B4;
  border-radius: 50%;
  border: none;
  padding: 5px 9px;
  color: white;
}
.archBTNvid:hover,
.archBTNpano:hover{
  background-color: #0069B4;
  padding: 7px 11px;
  color: white;
}
.mobile-selectedImage-vid {
  width: 100%;
  max-width: 320px;
  height: auto;
}
.mobile-selectedImage-pano {
  width: 100% !important;
  height: 80px !important;
}
.select-wrapper-archiv {
  width: 150px;
}
.custom-select-archiv {
  padding: 0px 25px 0px 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../img/caret-down-fill.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right 0px center !important;
  background-size: 16px !important;
}
#checkboxKalender{
  margin-top: 0px!important;
}
/* Optional: Hover- und Focus-Stile */
.custom-select-archiv:focus {
  outline: none;
  border-color: #666;
}
/* archiv */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixed-overlay {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.tldivider{
  width: 2px;
  height: 32px;
  background-color: white;
  opacity: 0.5;
}
.mobile-archive-view {
  width: 100%;
  position: absolute;
  bottom: 73px;
  z-index: 1000;
  flex-direction: column;
  align-items: center;
}
.mobile-image-display {
  width: 80%;
  height: auto;
  position: relative;
  text-align: center;
}
#mobile-selectedImage {
  width: 100%;
  height: auto;
}
.mobile-picker {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  background:#6c757d;
}
.overlayTl {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25%;
  pointer-events: none;
}
.overlayTl.right {
  right: 0;
  transform: scaleX(-1);
}
.mobile-timeline {
  width: auto;
  overflow-x: scroll;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.mobile-timeline::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}
.mobile-timeline-item {
  position: relative;
  font-size: 10px;
  font-weight: 200;
  text-align: center;
  width: 40px;
  cursor: pointer;
  margin: 0 5px;
  padding-bottom: 15px;
}
.mobile-timeline-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: white;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tabsHis,
.tabsWetter,
.tabsLP,
.tabsTL{
  background: transparent;
  color: white;
  font-size: 18px;
  font-weight: 400;
  border: none;
  border-top: 4px solid transparent;
  padding: 15px 0px 17px 0px;
  text-transform: uppercase;
  margin: 0px 5px;
  cursor: pointer;
}
.tabsHis.activeTab,
.tabsWetter.activeTab,
.tabsLP.activeTab,
.tabsTL.activeTab{
  color: #0069B4;
  border-top: 4px solid #0069B4;
  font-weight: 600 !important;
  padding: 14px 0px 17px 0px;
  font-size: 19px;
  letter-spacing: -0.5px;
}
.tabs{
  background: #222A2CE4;
}
.tabContent {
  display: none;
}

.activeTab {
  display: flex;
}
.timeline {
  display: flex;
  align-items: center;
  overflow: auto;
  white-space: nowrap;
  position: relative;
  padding-bottom: 20px;
}
.timeline-date {
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: white;
  position: relative;
}
.timeline-date:hover {
  background-color: #0069B4;
  width: 4px;
  cursor: pointer;
}
.timeline-date:hover::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 20px solid #0069B4;
}
.empty-day {
  background-color: #6c757d;
  cursor: not-allowed!important;
  pointer-events: none;
}
.date-label {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #555;
  padding: 2px 5px;
  border-radius: 4px;
  color: white;
  z-index: 100000;
}
.playing {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 20px solid #0069B4;
  background-color: transparent;
}
.playingIMG {
  border: 2px solid #0069B4;
}

.month-name {
  font-weight: 200;
  position: absolute;
  top: -30px;
  left: -20px;
  padding: 0 5px;
}
.month-separator {
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: white;
  margin: 0 5px;
  position: relative;
}
#timelineHis,
#timelineVideo{
  flex-direction: column;
}
.calendarVideoBtn{
  background-color: #0069B4;
  border-radius: 50%;
  border: none;
  padding: 5px 9px;
  color: white;
}
.hisBTN , .hisBTNmobile{
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% + 2px);
  transform: translate(-50%, -50%);
  background-color: #0069B4;
  border-radius: 50%;
  border: none;
  padding: 5px 9px;
  color: white;
}
.hisBTN:hover,
.calendarVideoBtn:hover{
  background-color: #0069B4;
  padding: 7px 11px;
  color: white;
}
.highlightDay{
  background-color: red!important;
}
.selectmenu  slecet{
  border: none;
  cursor: pointer;
}
.selectmenu  {
  display: none!important;
}
#loaderTl {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 20%;
  background-color: #353d3f;
  border-radius: 24px;
}
#progress-barTl {
  height: 20px;
  width: 0;
  background-color: #0069B4;
  border-radius: 24px;
}
.highlight-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 123, 255, 0.5);
}
#selected-image{
  height: 100%;
}
#image-container{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  z-index: 10;
  position: relative;
}
#container {
  transition: opacity 0.5s ease;
  opacity: 1;
}
.fade-out {
  opacity: 0;
}
#yearSelectCal{
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #353d3f;
  color:white;
  border-radius: 24px;
}
#yearSelectCal p{
  margin: 0px 0px!important;
  padding: 5px 10px;
}
#load-button{
  position: absolute;
}
.hide{
  transition: all 2s linear;
  display:none!important;
}
.selectTl{
  border-radius: 25px;
  background-color: #353D3F;
  z-index: 1000;
  padding: 5px 10px;
}
.month-container {
  position: relative;
}
.active{
  opacity: 1;
  color: white;
}
.activetl{
  opacity: 0;
  color: white;
}
.active img{
  max-width: 330px;
}
.highlight{
  opacity: 1;
}
.month{
  background-color:#CFCECD;
  width: 2px!important;
  height: 30px;
  margin: 10px 0;
}
.day{
  background-color:#CFCECD!important;
  width: 2px;
}
.timelineBG {
  position: fixed;
  bottom: 73px;
  width: 100%;
  z-index: 100;
}
.custom-select-container {
  position: relative;
}
.custom-select {
  position: relative;
  display: inline-block;
  padding: 5px 30px 5px 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 25px;
}
.arrow-down {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
/************************************* */
.hideMarchive {
  transition: opacity 0.3s ease;
  opacity: 1;
}
.empty{
  opacity: 0;
}
.smallWetterwidget{
  font-size: 30px;
  line-height: 45px;
  padding-right: 5px !important;
}
.hotspottext {
  position: absolute;
  bottom: -1px;
  left: 40px;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 3px 1px 4px rgba(0, 0, 0, 0.6);
  color: rgb(255, 255, 255);
  text-wrap: nowrap;
}
/** Lighbox **/
.modal {
  z-index: 10050 !important;
  overflow: hidden !important;
  padding-bottom: 110px !important;
}
.modal-content{
  max-width: 1920px;
}
.modal-dialog {
  max-width: calc(100% - 4rem) !important;
  max-height: calc(100% - 4rem) !important;
  margin: 1rem auto !important;
  padding-top: 6rem;
  aspect-ratio: 16 / 9;
}
.lightbox-caption{
  background: #353d3fcb;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 1rem !important;
}
.carousel-inner {
  border-top-right-radius: 24px !important;
  border-top-left-radius: 24px !important;
}
.modal-backdrop {
  z-index: 10049 !important;
}
.lightbox-caption em{
  font-style: normal !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}
/* Top Hotels */
.topHotel{
  width: 100%;
  max-height: 50vh;
  position: absolute;
  bottom: 73px;
  z-index: 100;
}
.topLink{
  width: 100%;
  position: absolute;
  bottom: 73px;
  z-index: 100;
}
.hotelsfc {
  flex: 4;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.5rem 0rem 1rem 0rem;
  padding: 0rem 0rem 0rem 1rem;
}
.hotel:hover{
  background: rgba(0, 0, 0, 0.35);
}
.hotel {
  flex: 0 1 calc(50% - 20px);
}
.linkblank{
  text-decoration: none!important;
}
.TopHotelsKacheln{
  display: flex;
  flex-wrap: wrap;
}
.TopHotelsKacheln div{
  flex-basis: 50%;
}
.TopHotelsKacheln a{
  color: transparent;
}
.contentTH{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hotels{
  background-color: #353D3F;
}
contentTH:link, contentTH:visited {
  text-decoration: none;
}
#hotel-stars{
  color: #FCFF57;
  padding-bottom: 15px;
  height: 30px;
  max-height: 40px;
}
.video_tophotels:hover{
  cursor: pointer;
}
.thWidget{
  position: absolute;
  bottom: 100px;
  right: 40px;
  border-radius: 24px;
  color: white;
  background-repeat: no-repeat;
  background-position: right -50px top -15px;
  width: max-content;
  max-width: 470px;
  min-width: 350px;
}
.thitemW {
  text-decoration: none;
}
.thWidget i{
  font-size: 30px;
  margin-bottom: 10px;
}
.thitemWidget{
  margin-right: 4px;
}
.thitemWidget:hover{
  margin-right: 0px;
  border-right: 4px solid #0069B4;
  background-color: rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.thimageWidget{
  width: 130px;
  height: 73px;
  object-fit: cover;
}
.thheaderWidget,
.thtitleWidget{
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
#thstarsWidget{
  color: #FCFF57;
  height: 10px;
  line-height: 6px;
  margin-bottom: 6px;
}
#thstarsWidget i{
  font-size: 12px;
}
.thstarsWidget_Addon{
  margin-left: 2px;
  line-height: 14px;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
}
.thsubtitleWidget{
  font-weight: 200;
  font-size: 14px;
  line-height: 14px;
  padding-top: 4px;
}
.th-item:hover{
  background-color: #353d3f !important;
  cursor: pointer;
}
#th-stars{
  color: #FCFF57;
  line-height: 25px;
  height: 25px;
  max-height: 25px;
  white-space: nowrap;
}
#th-stars i{
  font-size: 18px;
}
.thstars_Addon{
  margin-left: 4px;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
}
.th-rounded{
  border-radius: 10px !important;
}
/* snaps */
.snap:hover{
  background-color: rgba(0, 0, 0, 0.35);
}
.snapsDetail {
  position: absolute;
  bottom: 73px;
  z-index: 100;
  overflow: hidden;
  width: 100%;
}
.snapsDetailDiv{
  max-height: 65vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.snaps-kacheln{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.5rem 0rem 1rem 0rem;
  padding: 0rem 1rem 0rem 1rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
}
.snaps-image {
  width: 35%;
  object-fit: cover;
}
.snaps-title{
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
.snaps-subtitle{
  font-size: 16px;
  font-weight: 200;
}
.snaps-kacheln div{
  flex: 0 1 calc(50% - 1rem);
}
.snaps-kacheln a{
  color: transparent;
}
/* tipps */
.tippsBody{
  max-height: calc(65vh - 3rem);
  overflow-x: hidden;
  overflow-y: auto;
  margin: 2rem 0rem 1rem 1rem;
  padding: 0rem 1rem 0rem 0rem;
  flex-direction: column;
  flex-wrap: nowrap;
}
.tippsDetail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tippItem {
  flex: 0 1 calc(32%);
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.tippItem:hover {
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}
/* weitere cams */
#video_cams {
  position: absolute;
  top: 60px;
  margin-left: 40px;
  margin-right: 260px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}
.cams_img,
.cams_img_a {
  width: 40px;
  height: 25px;
  border-radius: 5px !important;
  background-color: transparent;
  background-size: cover;
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}
.cams_img_a {
  border: 2px solid white;
}
.cams:hover .cams_img,
.cams:hover .cams_img_a {
  z-index: 100;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.cams {
  padding-bottom: 1rem;
  padding-right: 1rem;
}
.cams .tooltip_cams {
  visibility: hidden;
  min-width: max-content;
  color: #ffffff;
  margin-left: -4px;
  margin-top: 34px;
  position: absolute;
  z-index: 100;
  opacity: 0;
  cursor: default;
  border-radius: 5px !important;
}
.tooltip_cams_info {
  padding-bottom: 5px;
  margin: 3px 8px 4px 8px;
  /*border-bottom: 1px solid #808080;*/
}
.tooltip_cams_info_noMenues {
  margin: 3px 8px 4px 8px;
  border-bottom: 0px solid #808080;
}
.tooltip_cams_menues{
  width: 100%;
  padding-bottom: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
a.tooltip_cams_menue_item{
  color: inherit;
  text-decoration: none;
}
.tooltip_cams_menue_item{
  height: 30px;
  cursor: pointer;
  padding-right: 8px;
  font-size: 15px;
  font-weight: 400;
}
.tooltip_cams_menue_item:hover{
  color: #0e9cec99;
  cursor: pointer;
}
.panoItem > i{
  width: 18px;
  height: 12px;
  margin-top: 0px;
}
.tooltip_infoBold{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.tooltip_infoLight{
  font-size: 13px;
  line-height: 13px;
  font-weight: 200;
}
.cams:hover .tooltip_cams {
  visibility: visible;
  opacity: 1;
}
.cams .tooltip_fc {
  position: absolute;
  z-index: 100;
  top: 33px;
  cursor: default;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 200;
  cursor: default;
  border-radius: 5px !important;
  height: 51px;
}
.sub-triangle-border-top {
  position: relative;
  height: 26px;
  border-bottom: 1px solid #353d3fcb;
  float: left;
}
.sub-triangle-border-top:before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 14px;
  border-width: 0 7px 7px;
  border-style: solid;
  border-color: #353d3fcb transparent;
  display: block;
  width: 0;
}
/* wetter */
.wetterdesktop {
  position: absolute;
  bottom: 73px;
  left: 0px;
  z-index: 200;
  color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 200;
}
.layerW {
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin: 2rem 0rem 1rem 0rem;
  max-height: 50vh;
}
.wetter_menue{
  font-weight: 400;
  cursor: pointer;
  margin-left: 7px;
}
.wetter_kachel_blau{
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background-color: #0072bccb;
  background-repeat: no-repeat;
  background-position: right -65px top -35px;
  background-size: 95%;
}
.wetter_kachel_grau{
  min-width: 124px;
  height: 200px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
}
.bg-25,
.bg-25-hover{
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.bg-25-hover:hover{
  background-color: rgba(0, 0, 0, 0.35) !important;
}
.lawine_kachel{
  height: 200px;
}
.lawineCaption{
  padding-bottom: 30px;
}
.wetterDetailIcon{
  width: 107px;
  height: 80px;
}
.wetterWidgetIcon{
  width: 40px;
  height: 30px;
}
.tagTemp{
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  text-shadow: 0px 0px 2px grey;
  letter-spacing: -4px !important;
}
.tagWertMin{
  font-size: 16px;
  line-height: 18px;
  font-weight: 200;
}
.tagWertMax{
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
.wind_big{
  line-height: 18px;
  font-size: 18px;
}
.wind_big i{
  font-size: 30px;
}
.wetter_balken_l{
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  text-align: right;
}
.wetter_balken_r{
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}
.wetter_balken_wert{
  font-size: 22px;
  line-height: 22px;
}
.sunrise_sunset{
  font-size: 16px;
  font-weight: 200;
}
.sunrise_sunset > div > i{
  font-size: 40px;
  color: #FFE800;
}
.wetter_quelle{
  position: fixed;
  height: 26px;
  bottom: 0px;
  right: 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 200;
  padding-left: 30px;
  text-align: right;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.wetter_quelle > div > a{
  text-decoration: none;
  color: white;
  opacity: 0.6;
}
.lawine_tbl{
  font-weight: 400;
}
/* Kamerainfo */
.infoBody{
  flex: 4;
  max-height: 65vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 2rem 0rem 1rem 1rem;
  padding: 0rem 1rem 0rem 0rem;
}
.caminfo{
  position: absolute;
  bottom: 73px;
  left: 0px;
  z-index: 100;
  color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 200;
  padding: 0px !important;
  overflow: hidden;
}
.caminfo_caption{
  min-width: 170px;
}
.caminfotitle{
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
a[href^="tel"]{
  color: inherit;
  text-decoration: none;
}
.mapinfo {
  flex: 2;
}
/* diverses */
.th_close i,
.nc_close i,
.wetter_close,
.snaps_close,
.tipps_close,
.thd_close,
.close-btn-tl,
#closeButtonKal,
.SocialShareDesktop_close {
  position: absolute;
  right: 6px;
  top: 0px;
  padding: 5px;
  font-size: 18px !important;
  z-index: 10000;

  background: none;
  border: none;
  margin: 0;
  color: inherit;
  display: inline-flex;
}
.thd_close i,
.tipps_close {
  text-shadow: 0px 0px 4px grey;
}
#copyrightmenu,
#copyrightmenu > a{
  padding-top: 5px;
  font-size: 11px !important;
  font-weight: 200;
  text-decoration: none;
}
.shadow-icon{
  text-shadow: 0px 0px 4px grey;
}
#popup_nopic {
  z-index: 999;
  cursor: pointer;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
  font-weight: 200;
}
/* copyright für videoplayer */
div.noOverlay {
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 100000;
  font-size: 10px;
  font-weight: 200;
  text-shadow: black 0px 0px 8px;
}
div.noOverlay > a {
  text-decoration: none;
}
/****************************/

.arch-dropdown {
  position: relative;
  width: 150px;
  z-index: 1000;
}
.arch-dropdown-selected {
  /*padding: 0px 45px 0px 0px;*/
  color: #ffffff;
  cursor: pointer;
  position: relative;
  user-select: none;
  font-weight: 400;
  text-align: center;
}
.arch-dropdown-selected::after {
  content: "";
  background: url('../img/caret-down-fill.svg') no-repeat center center !important;
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.arch-dropdown-options {
  display: none;
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  background-color: #353d3f !important;
  width: 100%;
  border-radius: 12px;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0.9;
  text-align: center;
}
.arch-dropdown.open .arch-dropdown-options {
  display: block;
}
.arch-option-group-label {
  font-weight: 400;
  color: #ffffff;
  padding: 2px 10px;
}
.arch-dropdown-option {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 2px 10px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  cursor: pointer;
}
/* options in group */
.arch-option-group > .arch-dropdown-option{
}
.arch-dropdown-option.active {
  color: #3498db;
  font-weight: 400;
}
.arch-dropdown-option.active:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #3498db;
  font-weight: 400;
}
.arch-dropdown-option.active:first-child,
.arch-dropdown-option:first-child,
.arch-dropdown-option.active:first-child:hover,
.arch-dropdown-option:first-child:hover {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.arch-dropdown-option.active:last-child,
.arch-dropdown-option:last-child,
.arch-dropdown-option.active:last-child:hover,
.arch-dropdown-option:last-child:hover {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.arch-dropdown-option:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

/****************************/

@media only screen and (max-width: 1100px) {
  .month-name {
    font-size: 12px;
    top: -25px;
  }
  .date-label{
    font-size: 12px;
  }
  .content-item p{
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .webcamauswahl{
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 850px) {
  .iframeonly {
    display: flex !important;
  }
  .ihide {
    display: none !important;
  }
  /** Lighbox **/
  .modal {
    padding-bottom: 85px !important;
  }
  /** Archiv neu **/
  .layerArchiv {
    padding: 0.3rem 0rem 0.5rem 0rem;
  }
  #archvid{
    font-size: 13px;
  }
  .datebar_div{
    gap: 1rem !important;
  }
  #timelinecontent{
    width: calc(100% - 130px) !important;
    padding-bottom: 0.5rem;
  }
  #kalenderVideo{
    padding-bottom: 0.5rem;
  }
  .yearprev{
    padding-left: 15px;
    width: 65px;
    padding-bottom: 0.5rem;
  }
  .yearnext{
    padding-right: 15px;
    width: 65px;
    padding-bottom: 0.5rem;
  }
  #prev_date,
  #next_date,
  #prev_time,
  #next_time{
    width: 75px;
  }
  .kalender_menu,
  .select-wrapper-archiv{
    width: 120px;
  }
  .timeline-item .overlay,
  .timeline-item .overlayLastItem{
    bottom: 135px;
    left: -75px;
  }
  .timeline-item .overlayPano,
  .timeline-item .overlayLastItemPano{
    bottom: 91px !important;
    left: -75px;
  }
  .overlay p,
  .overlayPano p,
  .overlayLastItem p,
  .overlayLastItemPano p{
    width: 150px;
    font-size: 12px;
    padding-top: 3px;
    line-height: 15px;
  }
  .overlay img,
  .overlayLastItem img{
    width: 150px;
    height: 84px;
  }
  .overlayPano img,
  .overlayLastItemPano img{
    width: 150px;
    height: 40px;
  }
  /** Archiv **/
  #content{
    padding-bottom: 0px;
  }
  .month-name {
    font-size: 9px;
    top: -17px;
    left: -16px;
  }
  #calendar {
    width: 190px;
    padding: 0px;
  }
  .calendarlayout {
    height: 195px;
    margin-top: 0.5rem;
  }
  #currentDate {
    font-size: 15px;
  }
  #header {
    font-size: 15px;
  }
  .dayCal {
    padding: 0px;
    font-size: 12px;
  }
  #contentIMG {
    padding: 0px 0px 0px 0px;
    width: 320px;
  }
  .video-thumbnail {
    height: 195px;
    border-radius: 0px 10px 10px 0px;
  }
  .pano-thumbnail {
    max-height: 98px;
    border-radius: 0px;
    margin-bottom: 48px;
  }
  #weekdays {
    display:none;
  }
  .timelineBG {
    bottom: 55px;
  }
  .date-label {
    font-size: 12px;
  }
  .hisBTN, .calendarVideoBtn, .thumbnailButton {
    font-size: 13px;
  }
  /* weitere cams */
  #video_cams {
    top:33px;
    margin-left: 10px;
    margin-right: 180px;
  }
  .cams {
    padding-bottom: 0.75rem;
    padding-right: 0.75rem;
  }
  .cams_img, .cams_img_a {
    width: 30px;
    height: 20px;
  }
  .cams .tooltip_cams {
    margin-top: 23px;
  }
  /* map */
  .map {
    width: 209px;
  }
  /* top hotels */
  #topHotel {
    bottom: 55px;
  }
  .hotel {
    flex: 0 1 calc(100% - 20px);
  }
  .subthtitle {
    font-size: 13px;
  }
  .thtitle {
    font-size: 15px;
  }
  .thimage {
    height: 15vh;
  }
  .hotelsfc {
    gap: 0.5rem;
  }
  /* player, nav, ... */
  .mainNavBTM i {
    font-size: 23px;
  }
  #volume-container {
    display: none !important;
  }
  .navbar {
    height: 50px;
  }
  #menu {
    bottom: 55px;
  }
  .menue_item {
    font-size: 15px;
  }
  .infoBold {
    font-size: 15px;
  }
  .infoLight {
    font-size: 13px;
    font-weight: 200;
    margin-top: -3px !important;
  }
  .infoLightBig{
    font-size: 15px;
  }
  .playercaption {
    line-height: 15px !important;
    padding-bottom: 3px;
    padding-top: 2px;
  }
  #video_logo {
    top: 30px;
    right: 10px;
    width: 160px;
  }
  /* wetter */
  .wetterWidget {
    bottom: 70px;
    right: 10px;
    background-position: right -6px top -5px;
    background-size: auto 45px;
    padding-right: 10px;
  }
  .wetterUnit{
    font-size: 18px;
    line-height: 35px;
  }
  .wetterHeuteWert{
    font-size: 30px;
    line-height: 40px;
    padding-right: 8px !important;
  }
  .wetterHeuteM {
    border-right:  none;
  }
  .wetterdesktop {
    font-size: 14px;
    bottom: 55px;
  }
  .sunrise_sunset, .wetter_balken_r, .wetter_balken_l  {
    font-size: 12px;
    line-height: 12px;
    font-weight: 200;
  }
  .chart-bar {
    width: 15px;
    border-radius: 10px;
  }
  .tagWertMin {
    font-size: 12px;
    line-height: 14px;
    font-weight: 200;
  }
  .tagWertMax {
    font-size: 15px;
  }
  .wetterDetailIcon {
    width: 47px;
    height: 40px;
  }
  .wetter_kachel_grau {
    min-width: 74px;
    height: 140px;
  }
  .wetter_balken_wert {
    font-size: 15px;
    line-height: 15px;
  }
  .sunrise_sunset > div > i {
    font-size: 30px;
    color: #ffe800;
  }
  .wetter_kachel_blau {
    width: 140px;
    height: 140px;
    background-position: right -30px top -15px;
  }
  .lawineCaption {
    padding-bottom: 10px;
  }
  .tagTemp {
    font-size: 30px;
    line-height: 30px;
    text-shadow: 0px 0px 2px grey;
    letter-spacing: 0px !important;
  }
  .wind_big {
    line-height: 12px;
    font-size: 12px;
  }
  .wind_big i {
    font-size: 20px;
  }
  /* Kamerainfo */
  .caminfo {
    bottom: 55px;
    font-size: 15px;
  }
  /* snaps */
  .snaps-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    text-overflow: ellipsis;
  }
  .snaps-subtitle {
    font-size: 12px;
    font-weight: 200;
  }
  .snapsDetail,
  .timelapseDetail{
    bottom: 55px;
  }
  /* on air */
  .onair{
    max-height: 115px;
  }
  /* suche */
  .sucheSelect {
    width: 135px;
  }
  .searchdiv {
    width: 220px;
  }
  #suchebutton {
    width: 40px;
  }
  .suche-infoBold{
    font-size: 15px;
    line-height: 18px;
  }
  .suche-infoLight{
    font-size: 13px;
  }
  .suche-cam{
    font-size: 14px;
    line-height: 17px;
  }
  /* div */
  .gap-3-iframe {
    gap: 5px !important;
  }
  .gap-5-iframe {
    gap: 30px !important;
  }
  .p-2 {
    padding: 0.2rem !important;
  }
  .tabsHis,
  .tabsWetter,
  .tabsLP,
  .tabsTL{
    border-top: 3px solid transparent;
    padding: 8px 0px 10px 0px;
    margin: 0px 3px;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
  }
  .tabsHis.activeTab,
  .tabsWetter.activeTab,
  .tabsLP.activeTab,
  .tabsTL.activeTab{
    border-top: 3px solid #0069B4;
    padding: 8px 0px 10px 0px;
    font-size: 13.5px;
    font-weight: 700!important;
  }
  /* lifte/pisten */
  .liftepistenDetail {
    bottom: 55px;
    font-size: 15px;
  }
  .lp_kachel_grau,
  .lp_kachel_link {
    width: 140px;
    height: 140px;
  }
  .lpKachelTxt2{
    font-size: 12px;
    line-height: 14px;
    padding-top: 17px;
  }
  .lpDiv {
    transform: scale(0.75);
  }
  .lp-chart-container{
    gap: 8px;
  }
  .lp-chart-item {
    height: 25px;
    width: 120px;
    padding-right: 10px;
  }
  .lp-chart-bar {
    height: 25px;
  }
  .lpTxt{
    font-size: 12px;
    right: 6px;
  }
  .lpLink {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 9px!important;
  }
  .lpMap {
    background-position: top 35px center !important;
  }
  /* 360 ° Panorama */
  .hotspot-headline {
    display: flex !important;
    font-size: 14px;
  }
  .hotspot-title{
    display: none;
  }
  /* nachtcontent */
  .nc_widget{
    z-index: 10000;
    position: absolute;
    bottom: 70px;
    border-radius: 24px;
    max-width: 460px;
    height: 65px;
    font-weight: 200;
    font-size: 15px;
    padding-left: 1.0rem !important;
    padding-right: 2.5rem !important;
    visibility: visible;
    margin-left: -700px;
    animation-name: popup;
    animation-duration: 10s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
  }
  @keyframes popup {
    0% {
      margin-left: -700px;
    }
    10% {
      margin-left: 20px;
    }
    100% {
      margin-left: 20px;
    }
  }
  .moon-stars{
    padding-right: 1.0rem !important;
    padding-top: 0.3rem !important;
  }
}
@media only screen and (min-width: 851px) and (max-width: 999px) {
  /* suche */
  .sucheSelect {
    width: 140px;
  }
  .searchdiv {
    width: 250px;
  }
  #suchebutton {
    width: 60px;
  }
  /* Archiv */
  #timelinecontent{
    width: calc(100% - 150px) !important;
    padding-bottom: 1rem;
  }
  #kalenderVideo{
    padding-bottom: 1rem;
  }
  .yearprev{
    padding-left: 15px;
    width: 75px;
    padding-bottom: 1rem;
  }
  .yearnext{
    padding-right: 15px;
    width: 75px;
    padding-bottom: 1rem;
  }
  .timeline-item .overlay,
  .timeline-item .overlayLastItem{
    bottom: 144px;
    left: -75px;
  }
  .timeline-item .overlayPano,
  .timeline-item .overlayLastItemPano{
    bottom: 100px !important;
    left: -75px;
  }
  .overlay p,
  .overlayPano p,
  .overlayLastItem p,
  .overlayLastItemPano p{
    width: 150px;
    font-size: 12px;
    padding-top: 3px;
    line-height: 15px;
  }
  .overlay img,
  .overlayLastItem img{
    width: 150px;
    height: 84px;
  }
  .overlayPano img,
  .overlayLastItemPano img{
    width: 150px;
    height: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 999px) {
  #video_cams {
    top: 40px;
    margin-left: 20px;
    margin-right: 230px;
  }
  #video_logo {
    top: 40px;
    right: 20px;
    width: 190px;
  }
  /* Archiv */
  .month-divider {
    width: 5px;
  }
  .month-div{
    max-width: calc((100% - 65px) / 12) !important; /* 120px == width von month-divider x 13 */
  }
  .month-title-long{
    display: none;
  }
  .month-title-short{
    display: block;
  }
  /* Wetter */
  .wetterWidget {
    right: 20px;
  }
  /*    .nc_widget {
          bottom: 90px;
          left: 20px;
      }
      @keyframes popup {
          0% {
              left: -1000px;
              visibility: visible;
          }
          10% {
              left: 20px;
          }
          100% {
              left: 20px;
          }
      }*/
  .hotel {
    flex: 0 1 calc(100% - 20px);
  }
  .lpItem{
    flex: 0 1 calc(48%);
  }
  .lpLegende{
    flex: 0 1 calc(100%);
  }
  .lpLegendeItemblock{
    display: flex;
    flex-direction: row!important;
    flex-wrap: wrap;
  }
  .lpLegendeItem{
    flex: 0 1 calc(48%);
    padding-top: 5px;
  }
  .lpLegendeDetail {
    gap: 30px;
  }
  /* Tipps */
  .tippItem{
    flex: 0 1 calc(48%);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .thtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .subthtitle {
    font-size: 14px;
    line-height: 16px;
  }
  #th-stars i{
    font-size: 14px;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1100px) {
  /* archiv */
  #calendar {
    width: 270px;
    padding: 10px;
  }
  .calendarlayout {
    height: 309px;
  }
  #contentIMG {
    padding: 0px 20px 55px 20px;
  }
  #header {
    font-size: 20px;
  }
  .dayCal {
    font-size: 14px;
    padding: 4px;
  }
  #weekdays {
    font-size: 14px;
  }
  /* snaps */
  .snaps-image {
    width: 25%;
  }
  .snaps-title{
    font-size: 18px;
    line-height: 20px;
  }
  .snaps-subtitle{
    font-size: 14px;
  }
}

/* wettertendenz */
@media only screen and (min-width: 769px) and (max-width: 860px) {
  div.wetter_kachel_grau:nth-of-type(6){
    display: none !important;
  }
}
/* top-hotels-widget */
@media only screen and (max-width: 699px) {
  .thWidget {
    display: none !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .thWidget {
    bottom: 90px;
    right: 20px;
    max-width: 320px;
    min-width: 250px;
  }
  .thWidget i{
    font-size: 25px;
    margin-bottom: 6px;
  }
  .thimageWidget{
    width: 80px;
    height: 45px;
    object-fit: cover;
  }
  .thheaderWidget{
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
  }
  .thtitleWidget{
    font-size: 14px;
    line-height: 14px;
    font-weight: 200;
  }
  #thstarsWidget{
    height: 8px;
    margin-bottom: 8px;
  }
  #thstarsWidget i{
    font-size: 10px;
    font-weight: 200;
  }
  .thstarsWidget_Addon{
    margin-left: 2px;
    line-height: 14px;
    font-weight: 300;
    font-size: 11px;
  }
  .thsubtitleWidget{
    display: none;
  }
}
@media only screen and (max-width: 999px) and (max-height: 432px) {
  a.thitemW:nth-of-type(6),
  a.thitemW:nth-of-type(5),
  a.thitemW:nth-of-type(4),
  a.thitemW:nth-of-type(3),
  a.thitemW:nth-of-type(2){
    display: none;
  }
}
@media only screen and (max-width: 999px) and (max-height: 477px) {
  a.thitemW:nth-of-type(6),
  a.thitemW:nth-of-type(5),
  a.thitemW:nth-of-type(4),
  a.thitemW:nth-of-type(3){
    display: none;
  }
}
@media only screen and (max-width: 999px) and (max-height: 522px) {
  a.thitemW:nth-of-type(6),
  a.thitemW:nth-of-type(5),
  a.thitemW:nth-of-type(4){
    display: none;
  }
}
@media only screen and (max-width: 999x) and (max-height: 567px) {
  a.thitemW:nth-of-type(6),
  a.thitemW:nth-of-type(5){
    display: none;
  }
}
@media only screen and (max-width: 999px) and (max-height: 612px) {
  a.thitemW:nth-of-type(6){
    display: none;
  }
}

@media only screen and (min-width: 1000px) and (max-height: 520px) {
  a.thitemW:nth-of-type(6),
  a.thitemW:nth-of-type(5),
  a.thitemW:nth-of-type(4),
  a.thitemW:nth-of-type(3),
  a.thitemW:nth-of-type(2){
    display: none;
  }
}
@media only screen and (min-width: 1000px) and (max-height: 593px) {
  a.thitemW:nth-of-type(6),
  a.thitemW:nth-of-type(5),
  a.thitemW:nth-of-type(4),
  a.thitemW:nth-of-type(3){
    display: none;
  }
}
@media only screen and (min-width: 1000px) and (max-height: 666px) {
  a.thitemW:nth-of-type(6),
  a.thitemW:nth-of-type(5),
  a.thitemW:nth-of-type(4){
    display: none;
  }
}
@media only screen and (min-width: 1000px) and (max-height: 739px) {
  a.thitemW:nth-of-type(6),
  a.thitemW:nth-of-type(5){
    display: none;
  }
}
@media only screen and (min-width: 1000px) and (max-height: 812px) {
  a.thitemW:nth-of-type(6){
    display: none;
  }
}