@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' !important;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
.blue {
    color: #0e9cec99;
    ;
}
/*.adjust-top{
    margin-top: 50px;
}*/
.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 {
    text-align: right;
    padding-bottom: 20px;
    padding-left: 20px;
    float: right;
}
.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;
}
/* 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;
}
.searchdiv {
    width: 280px;
    background: none;
    color: white;
    height: 23px;
}
.sucheSelect ,
.sucheSelect optgroup,
.sucheSelect option {
    background: #353d3fcb;
    color: white;
    border: none;
}
#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;
}
.suche-portale{
    /*    position: absolute;
        top: 40px;
        right: 45px;*/
    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: scroll;
    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;
}
#buffered {
    background-color: #0e9cec99;
    height: 100%;
}
#progress {
    background-color: #0e9cec99;
    height: 100%;
    position: absolute;
    top: 0px;
    margin-bottom: -6px;
}
#fer_video {
    width: 100%;
    height: 100vh !important;
    object-fit: cover;
    overflow: hidden;
    max-height: 100vh;
}
.mainNavBTM{
    position: absolute;
    bottom: 0px;
    z-index: 1000;
}
.mainNavBTM i{
    font-size: 30px;
}
.navbar-fixed-top{
    z-index: 10000;
}
/* popup nachtcontent */
.nc_widget{
    z-index: 10000;
    position: absolute;
    bottom: 100px;
    border-radius: 24px;
    max-width: 460px;
    height: 75px;
    font-weight: 200;
    visibility: visible;
    margin-left: -700px;
    animation-name: popup;
    animation-duration: 10s;
    animation-delay: 7s;

}
@keyframes popup {
    0% {
        margin-left: -700px;
    }
    10% {
        margin-left: 40px;
    }
    100% {
        margin-left: 40px;
    }
}
.moon-stars{
    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: scroll;
    overflow-x: hidden;
    max-height: 50vh;
    /*flex-wrap: wrap;*/
}
.lpDesktop {
    position: absolute;
    bottom: 73px;
    left: 0px;
    z-index: 200;
    color: white;
    /*background-color: #353d3fcb;*/
    width: 100%;
    font-size: 18px;
    font-weight: 200;
}
.lpDetail,
.lpLegendeDetail {
    display: flex;
    flex-wrap: wrap;
    /*gap: 10px;*/
    padding: 1.5rem 1rem 1.5rem 1rem;
}
.lpItem {
    flex: 0 1 calc(32%);
    justify-content: flex-start;
}
.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;
        justify-content: flex-start;*/
    /*gap: 5px;*/
}
.lpLegendeItem {
    /*padding-top: 10px;*/
}
.lpItem:hover,
.lpLegendeItem:hover {
    /*background-color: #353d3fcb;*/
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.lpItemTxt {
    line-height: 18px;
    padding-right: 10px;
}

.lpIcon {
    width: 35px;
    /*background-color: white;*/
}
.invert {
    filter: invert(1);
}
.lpWert {
    font-weight: 400;
    font-size: 30px;
    opacity: 0.3;
}
.lpHiglight {
    font-weight: 600;
    font-size: 30px;
    /*color: #0069B4;*/
    opacity: 1;
}

.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);
}
.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: 50% !important;
    background-position: 10px 10px !important;
    background-repeat: no-repeat !important;
    filter: invert(1);
}
.circle {
    fill: none;
    /*fill: #fff;*/
    /*fill-opacity: 0.05;*/
    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: 74px;
    right: 16px;
    font-size: 12px;
    font-weight: 200;
}
.lpDate > span {
    letter-spacing: 0.5px;
}
/*  */
.map {
    width: 400px;
    margin-bottom: 5px;
}
.standortnav {
    display:flex;
}
.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
}
#PanoHotspotContainer{
    display: 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:pointer;
}
.hotspot-icon{
    pointer-events: auto;
    z-index: 100;
}
.hotspot-title{
    text-shadow: black 2px 0 12px;
}
.hotspot-icon:hover {
    transform: scale(1.2);
}
.hotspot-popup-closebtn{
    border: none;
    background: transparent;
}
.hotspot-icon > path:hover, .hotspot-icon:hover > path {
    cursor: pointer;
}
.hotspotPopup{
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.79);
}
.hotspot-popup {
    display: none;
    position: absolute;
    transform: translate(-125px, 15px);
    padding: 10px;
    background-color: white;
    pointer-events: auto;
    width: 250px;
    z-index: 50;
}
.hotspot-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    color: #353d3f;
}
.hotspot-image {
    width:100%;
    margin-bottom: 10px;
}
.hotspot-description {
    font-size: 18px;
    margin-bottom: 10px;
}
.hotspot-link {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    color: #353d3f;
    text-decoration: none;
}
#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%;
    margin: 0 0px 0 38px;
}
.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;
}
#marquee-left {
    left: 5px;
}
#marquee-right {
    right: 5px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 27px;
}
#sprachen{
    text-align: right;
    background: none;
    border: none;
    width: 85px;
    text-align: right;
    font-size: 13px;
    margin-right: 5px;
    cursor: pointer;
    outline: none;
}
.marquee-content a {
    color: white;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.spacer_lauftext {
    padding: 0 50px;
}
#SocialShareDesktop{
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 10px;

}
.share-btn{
    background: transparent;
    border: none;

}
/*DROPDOWN */
#menu {
    position: absolute;
    bottom: 73px;
    color: white;
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    padding-left: 0px;
    z-index: 1100;
}
.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;
}
.subthtitle {
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
}
.menue_item{
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 10px;
}
.menue_item:hover{
    color: #0e9cec99;
    cursor: pointer;
}
.dropdown {
    z-index: 150;
    padding: 5px 20px;
}
#panoramaCanvas {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
canvas{
    background-color: black;
}
#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;
}
#video_cams{
    display: flex;
}
#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 2px 0 12px;
}
.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;
}
.sidebar {
    position: fixed;
    left: 0;
    bottom: 73px;
    padding: 15px;
    color: white;
    border-radius: 20px 20px 0px 0px;
    min-width: 300px;
    background-color: #353d3fcb;
    max-height: 65vh;
    overflow-y: auto;
}
.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;
}
.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:hover {
    color:white;
}
#contentIMG {
    position: relative;
}
#contentIMG img {
    width: 720px;
    border-radius:  0px 10px 10px 0px;
}
#weekdays {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    text-align: center;
}
.current-day {
    background-color: var(--calblue);
}
.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: 10px;
}
.chart-item {
    position: relative;
    background-color: rgba(217, 217, 217, 0.30);
    height: 160px;
    display: flex;
    align-items: flex-end;
    border-radius: 10px;
}
#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 white;
}
.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;
}
.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%;
    padding-left: 10px;
}
.schneemobile{
    background-repeat: no-repeat;
    background-position: right -82px top -155px;
    background-size: 340px;
    padding-left: 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;
}
.temp {
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
}
.temp.schnee {
    text-align: right;
}
.wetterCaption {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-shadow: 0px 0px 4px grey;
}
.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 */
.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: 20px;
    font-weight: 400;
    text-align: center;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tldivider{
    width: 2px;
    height: 40px;
    background-color: white;
    opacity: 0.8;
}
.mobile-archive-view {
    width: 100%;
    position: absolute;
    bottom: 73px;
    z-index: 100000;
    flex-direction: column;
    align-items: center;
}
.mobile-image-display {
    width: 80%;
    height: auto;
    position: relative;
}
#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;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.mobile-timeline-item {
    position: relative;
    font-size: 10px;
    font-weight: 200;
    text-align: center;
    width: 40px;
    cursor: pointer;
    margin: 0 10px;
    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%);
}
.tabsHisBtn{
    background: transparent;
    color: white;
    font-size: 18px;
    border: none;
}
.hisTabs{
    background: #222A2CE4;
    padding: 20px 0px;
}
.tabContent {
    display: none;
}
.tabsHisBtn.activeTl {
    color: #0069B4;
    border-top: 1px solid #0069B4;
    font-weight: 600 !important;
}
.activeTl {
    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{
    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.4;
    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: absolute;
    bottom: 73px;
    width: 100%;
    overflow: hidden;
    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;
    margin: 0 85px;
}
.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-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%;
    height: 50%;
    position: absolute;
    bottom: 73px;
    z-index: 100;
}
.topLink{
    width: 100%;
    position: absolute;
    bottom: 73px;
    z-index: 100;
}
.hotelsfc {
    flex: 4;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.hotel:hover{
    /*background-color: #353d3fcb!important;*/
    background: rgba(0, 0, 0, 0.35);
}
.hotel {
    flex: 0 1 calc(50% - 30px);
}
.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: #353d3f;*/
    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: #353d3f!important;*/
    background-color: rgba(0, 0, 0, 0.35);
}
.snapsDetail {
    bottom: 73px;
    position: absolute;
    z-index: 100;
    overflow: auto;
    width: 100%;
}
.snaps-kacheln{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 40px;
}
.snaps-image {
    width: 35%;
    object-fit: cover;
}
.snaps-title{
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    text-overflow: ellipsis;
}
.snaps-subtitle{
    font-size: 18px;
    font-weight: 200;
}
.snaps-kacheln div{
    flex-basis: 50%;
}
.snaps-kacheln a{
    color: transparent;
}
/* 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: white;
    background-size: cover;
}
.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 .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 0px 8px;
    border-bottom: 1px solid #808080;
}
.tooltip_cams_menues{
    width: 100%;
    padding-bottom: 8px;
    padding-top: 4px;
}
.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;
}
.tooltip_infoBold{
    font-size: 16px;
    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;
    /*line-height: 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;
    /*background-color: #353d3fcb;*/
    width: 100%;
    font-size: 18px;
    font-weight: 200;
    /*    overflow-y: scroll;
        overflow-x: hidden;*/
    /*max-height: 292px;*/
}
.layerW {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.wetter_menue{
    font-weight: 400;
    cursor: pointer;
    margin-left: 7px;
}
.wm_active{
    color: #0069B4;
    border-top: 1px solid #0069B4;
    font-weight: 600 !important;
}
.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{
    background: rgba(0, 0, 0, 0.25);
}
.lp_kachel_grau{
    width: 200px;
    height: 200px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25);
}
.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;
}
.lawine_tbl{
    font-weight: 400;
}
/* Kamerainfo */
.caminfo{
    position: absolute;
    bottom: 73px;
    left: 0px;
    z-index: 100;
    color: white;
    width: 100%;
    font-size: 18px;
    font-weight: 200;
    padding: 0px !important;
    overflow: auto;
}
.caminfo_caption{
    min-width: 170px;
}
.caminfotitle{
    font-weight: 600;
    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;
}
.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: grey 2px 0 10px;
}
div.noOverlay > a {
    text-decoration: none;
}
/****************************/

@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;
    }
    /** Icons **/
    .lp-icon {
        width: 19px;
        height: 19px;
    }
    /** Archiv **/
    #content{
        padding-bottom: 0px;
    }
    .month-name {
        font-size: 9px;
        top: -17px;
        left: -16px;
    }
    #calendar {
        width: 190px;
        padding: 0px;
    }
    .calendarlayout {
        height: 195px;
    }
    #currentDate {
        font-size: 16px;
    }
    #header {
        font-size: 15px;
    }
    .dayCal {
        padding: 0px;
        font-size: 12px;
    }
    #contentIMG img {
        width: 346px;
    }
    #weekdays {
        display:none;
    }
    .hisTabs {
        padding: 8px 0px;
    }
    .hisTabs button {
        font-size: 13px;
    }
    .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_img, .cams_img_a {
        width: 25px;
        height: 17px;
    }
    .cams .tooltip_cams {
        margin-top: 23px;
    }
    /* map */
    .map {
        width: 209px;
        height: 100%;
    }
    /* top hotels */
    #topHotel {
        bottom: 55px;
    }
    .hotel {
        flex: 0 1 calc(100% - 30px);
    }
    .subthtitle {
        font-size: 13px;
    }
    .thtitle {
        font-size: 15px;
        font-weight: 400;
    }
    .thimage {
        height: 15vh;
    }
    .hotelsfc {
        gap: 10px;
    }
    /* 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;
    }
    .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;
    }
    .lp_kachel_grau {
        width: 140px;
        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-kacheln{
        margin: 10px 10px;
    }
    .snaps-title {
        font-weight: 500;
        font-size: 15px;
        line-height: 17px;
        text-transform: uppercase;
        text-overflow: ellipsis;
    }
    .snaps-subtitle {
        /*padding-top: 8px;*/
        font-size: 12px;
        /*line-height: 5px;*/
        font-weight: 200;
    }
    .snapsDetail {
        bottom: 55px;
    }
    /* on air */
    .onair{
        max-height: 115px;
    }
    /* tipps */
    .tippsItem{
        font-size: 15px;
    }
    /* social share */
    #SocialShareDesktop {
        top: 13%;
    }
    /* 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;
    }
    /* lifte/pisten */
    .lpDesktop {
        bottom: 55px;
        font-size: 15px;
    }
}
@media only screen and (min-width: 851px) and (max-width: 999px) {
    /* archiv */
    .hisTabs {
        padding: 12px 0px;
    }
    #calendar {
        width: 270px;
        padding: 10px;
    }
    .calendarlayout {
        height: 309px;
    }
    #contentIMG img {
        width: 550px;
    }
    #header {
        font-size: 20px;
    }
    .dayCal {
        font-size: 14px;
        padding: 4px;
    }
    #weekdays {
        font-size: 14px;
    }
    /* suche */
    .sucheSelect {
        width: 140px;
    }
    .searchdiv {
        width: 250px;
    }
    #suchebutton {
        width: 60px;
    }
}
@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;
    }
    .wetterWidget {
        bottom: 90px;
        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% - 30px);
    }
    /* lifte/pisten */
    .lpDetail {
        gap: 5px;
    }
    .lpLegendeDetail {
        gap: 15px;
    }
    .lpItem{
        flex: 0 1 calc(48%);
    }
    .lpLegende{
        flex: 0 1 calc(100%);
    }
    .lpLegendeItemblock{
        display: flex;
        flex-wrap: wrap;
    }
    .lpLegendeItem{
        flex: 0 1 calc(48%);
        padding-top: 5px;
    }
}

@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) {
    .snaps-kacheln{
        margin: 10px 10px;
    }
    .snaps-image {
        width: 25%;
    }
    .snaps-title{
        font-size: 18px;
        line-height: 20px;
    }
    .snaps-subtitle{
        font-size: 14px;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1500px) {
    .snaps-kacheln{
        margin: 30px 30px;
    }
    .snaps-image {
        width: 30%;
    }
    .snaps-title{
        font-size: 24px;
        line-height: 24px;
    }
    .snaps-subtitle{
        font-size: 16px;
    }
}

/* 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;
    }
}