@font-face {
  font-family: 'LatoWeb';
  src: url('../../fonts/LatoWeb/Lato-Regular.eot');
  src: url('../../fonts/LatoWeb/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/LatoWeb/Lato-Regular.woff2') format('woff2'),
    url('../../fonts/LatoWeb/Lato-Regular.woff') format('woff'),
    url('../../fonts/LatoWeb/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoWebLightItalic';
  src: url('../../fonts/LatoWeb/Lato-LightItalic.eot');
  src: url('../../fonts/LatoWeb/Lato-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/LatoWeb/Lato-LightItalic.woff2') format('woff2'),
    url('../../fonts/LatoWeb/Lato-LightItalic.woff') format('woff'),
    url('../../fonts/LatoWeb/Lato-LightItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
html:-moz-full-screen {
  background: white;
}
html:-webkit-full-screen {
  background: white;
  width: 100%;
  height: 100%;
}
html:-ms-fullscreen {
  background: white;
}
html:fullscreen {
  background: white;
}
#mediaplayerOuterDiv:-moz-full-screen {
  background: white;
}
#mediaplayerOuterDiv:-webkit-full-screen {
  background: white;
}
#mediaplayerOuterDiv:-ms-fullscreen {
  background: white;
}
#mediaplayerOuterDiv:fullscreen {
  background: white;
}
/****************/
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  overflow-x: hidden;
}
a.noOutline,a:hover.noOutline, a:active.noOutline, a:visited.noOutline, a:focus.noOutline {
  outline: 0;
  outline: none;
  border: none;
}
/* override jw player css blue border */
#mediaplayer:focus {
  outline: 0;
  outline: none;
  border: none;
}
#mediaplayerVP {
  visibility: hidden;
  display: none;
}
#mediaplayerTooSmall,
#mediaplayerFrameTooSmall {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  visibility: hidden;
  display: none;
  background: url(./img/default.jpg) top left no-repeat;
  background-size: cover;
  color: white;
  text-shadow: 0px 0px 5px black;
  padding: 10px;
  cursor: default;
}
#mediaplayerTooSmall > a,
#mediaplayerTooSmall > a:hover,
#mediaplayerTooSmall > a:active,
#mediaplayerTooSmall > a:visited,
#mediaplayerTooSmall > a:focus,
#mediaplayerFrameTooSmall > a,
#mediaplayerFrameTooSmall > a:hover,
#mediaplayerFrameTooSmall > a:active,
#mediaplayerFrameTooSmall > a:visited,
#mediaplayerFrameTooSmall > a:focus {
  color: white;
  text-decoration: underline;
  outline: none;
}
#player_div{
  z-index: 10;
  width: 100%;
  position: relative;
}
#content_div {
  width: 100%;
  height: calc(width / 16 * 9 - width / 16 * 9 * 0.1528 - 70px);
}
#spacer_40 {
  height: 40px;
}
#spacer_30 {
  height: 30px;
}
#spacer_20 {
  height: 20px;
}
.default {
  cursor: default;
}
#txt_webcam_suchen {
  font-size: 12px;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  float: left;
  margin-right: 20px;
  line-height: 12px;
  height: 24px;
  display: table;
}
#txt_webcam_suchen > div {
  vertical-align: middle;
  display: table-cell;
}
#div_webcam_suchen {
  padding: 10px 0px 10px 20px;
  vertical-align: middle;
}
.dropdown_webcam_suchen {
  border: 1px solid black;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  font-size: 12px;
  width: 220px;
  margin-right: 20px;
  outline: none;
}
#button_webcam_suchen {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  font-size: 12px;
  background: #e5e5e5;
  border: 1px solid black;
  width: 100px;
  text-transform: uppercase;
  height: 20px;
  outline: none;
}
#trenner_suche_caption {
  visibility: hidden;
  display: none;
}
#pc_lg_xs {
  visibility: hidden;
  display: none;
}
/*** LiveVideo HTML PLAYER**********************************************************************************************************/
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
#video_center_replay,
#video_center_play,
#video_center_buffer {
  z-index: 1000;
  display: none;
  visibility: hidden;
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  cursor: pointer;
}
#video_center_buffer {
  -webkit-animation: cssAnimation 0.8s 1000 linear;
  -moz-animation: cssAnimation 0.8s 1000 linear;
  -o-animation: cssAnimation 0.8s 1000 linear;
  animation: cssAnimation 0.8s 1000 linear;
}
@-webkit-keyframes cssAnimation {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes cssAnimation {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-o-keyframes cssAnimation {
  from { -o-transform: rotate(0deg); }
  to { -o-transform: rotate(360deg); }
}
@keyframes cssAnimation {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
#video_play,
#video_pause {
  position: absolute;
  left: calc(100% * 0.049 + 1px);
  width: calc(100% * 0.049);
}
#video_pause {
  display: none;
  visibility: hidden;
}
#video_play:hover,
#video_pause:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#video_position {
  position: absolute;
  left: calc(100% * 0.049 * 2 + 2px);
  height: calc(100% * 0.1319);
  font-size: 18px;
  padding-top: 3px;
  text-shadow: 0px 0px 5px black;
}
#video_position > div {
  display: table;
  height: 100%;
}
#video_position > div > div {
  display: table-cell;
  vertical-align: middle;
}
#video_fullscreen {
  position: absolute;
  right: 0px;
  height: calc(100% * 0.0819);
  width: calc(100% * 0.049);
  background: url(./img/fullscreen.png) bottom right no-repeat;
  background-size: contain;
}
#video_fullscreen_exit {
  display: none;
  visibility: hidden;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: calc(100% * 0.0819);
  width: calc(100% * 0.049);
  background: url(./img/fullscreenOff.png) bottom right no-repeat;
  background-size: contain;
}
#video_fullscreen:hover,
#video_fullscreen_exit:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#video_download {
  position: absolute;
  bottom: 200px;
  left: 0px;
  width: 29.5%;
  height: calc(3.1%);
  text-align: right;
}
/*** Progress-Bar **********************************************************************************************************/
.controls {
  position: absolute;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  background-color: white;
  width: 100%;
  height: 8px;
}
.controls[data-state=hidden] {
  display: none;
}
.controls[data-state=visible] {
  display: block;
}
.controls .progress {
  background-color: rgba(0, 56, 113, 0.4);
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
  height: 8px !important;
}
.controls progress {
  background-color: rgba(0, 34, 69, 0.85);
  display: block;
  width: 100%;
  border: none;
  overflow: hidden;
  color: #e6e6e6; /* Internet Explorer uses this value as the progress bar's value colour */
  margin: 0px !important;
  padding: 0px !important;
  height: 8px !important;
}
.controls progress[data-state="fake"] {
  background: #e6e6e6;
  height: 8px !important;
}
.controls progress span {
  width: 0%;
  height: 8px !important;
  display: inline-block;
  background-color: #2a84cd;
}
.controls progress::-moz-progress-bar {
  background-color: #e6e6e6;
}
/* Chrome requires its own rule for this, otherwise it ignores it */
.controls progress::-webkit-progress-bar {
  background-color: rgba(0, 34, 69, 0.85);
  padding: 0px !important;
  margin: 0px !important;
  height: 8px !important;
}
.controls progress::-webkit-progress-value {
  background-color: #e6e6e6;
  padding: 0px !important;
  margin: 0px !important;
  height: 8px !important;
}
.progress {
  height: 8px !important;
  border-radius: 0px !important;
}
/*** LiveVideo PLAYER **********************************************************************************************************/
/* mit bzw. ohne Steuerleiste Player */
.nobtm {
  bottom: 8px;
}
.btm {
  bottom: 0px;
}
.noVideoSupport {
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
  background: red;
}
#mediaplayer {
  cursor: default;
}
#mediaplayerDIV {
  position: absolute;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  text-shadow: 0px 0px 5px black;
  color: white;
  font-size: 16px;
  width: 100%;
  height: calc(width / 16 * 9);
  cursor: default;
}
#video_ausblenden,
#video_einblenden,
#video_zurueck {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  font-size: 14px;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  text-shadow: 0px 0px 5px black;
  color: white;
  padding: 13px 20px 13px 20px;
}
#video_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: calc(100% / 16 * 9 * 0.1528 / 2);
}
#video_balken {
  position: absolute;
  left: 0px;
  width: 100%;
}
#video_logo,
.pws_logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 247px;
  cursor: default;
}
#video_cams_arrow_left {
  z-index: 100;
  position: absolute;
  top: calc(50% - 92px);
  cursor: pointer;
  padding: 20px 30px 20px 20px;
}
#video_cams_arrow_right {
  z-index: 100;
  position: absolute;
  top: calc(50% - 92px);
  cursor: pointer;
  right: 0px;
  padding: 20px 20px 20px 30px;
}
#video_cams {
  position: absolute;
  top: 40px;
  margin-left: 20px;
  cursor: pointer;
  max-width: calc(100% - 247px - 40px - 20px); /* Playerbreite - Logo - Abstand links/rechts und zwischen Logo und Thumbnails*/
}
.cams {
  position: relative;
  float: left;
}
.cams .tooltip_fc {
  position: absolute;
  z-index: 100;
  top: 49px;
  cursor: default;
  background-color: white;
  color: rgba(0, 56, 113, 1.0);
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: none;
  box-shadow: 0px 0px 10px #888888;
}
.cams .tooltip_cams {
  visibility: hidden;
  width: 207px;
  color: #ffffff;
  padding: 0px 0;
  position: absolute;
  z-index: 100;
  top: 49px;
  opacity: 0;
  border: 2px solid white;
  background-color: rgba(0, 56, 113, 0.75);
  cursor: default;
}
.cams:hover .tooltip_cams {
  visibility: visible;
  opacity: 1;
}
.tooltip_cams_info {
  font-size: 12px;
  font-weight: bold;
  text-shadow: none;
  padding: 2px;
  color: rgba(0, 56, 113, 1.0);
  background-color: 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: translate(16px) scale(1.5);
  -moz-transform: translate(16px) scale(1.5);
  -ms-transform: translate(16px) scale(1.5);
  -o-transform: translate(16px) scale(1.5);
  transform: translate(16px) scale(1.5);
}
.cams_img,
.cams_img_a {
  box-shadow: 0px 0px 10px #888888;
  background: white;
  padding: 1px;
  margin-right: 6px;
  margin-bottom: 6px;
  width: 65px;
  height: 39px;
}
.cams_img_a {
  padding: 4px;
}
.cams_skypano_img,
.cams_skypano_img_a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 63px 37px;
  width: 65px;
  height: 39px;
}
.cams_skypano_img_a {
  background-size: 57px 31px;
}
#video_kameramodus_vp,
#video_kameramodus_vp > img {
  visibility: hidden;
  display: none;
}
#video_kameramodus,
#video_kameramodus_hist {
  position: absolute;
  left: 0px;
  width: calc(100% * 0.049);
  height: calc(width / 0.049 / 13.52);
}
#video_kameramodus:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.video_kameramodus_active {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
/********************/
#video_kameramodus_menue,
.video_kameramodus_menue,
#zr_box,
.pano_kameramodus_menue {
  z-index: 200;
  position: absolute;
  left: 0px;
  background-color: rgba(0, 56, 113, 0.75);
  width: 290px;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  font-size: 16px;
}
.kameramodus_itemHeader {
  width: 100%;
  height: 70px;
  display: table;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #8495a3;
  padding-left: 20px;
  padding-right: 20px;
}
.kameramodus_item {
  width: 100%;
  height: 70px;
  display: table;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 70px;
  padding-right: 20px;
  border-bottom: 1px solid #8495a3;
}
.kameramodus_item_last {
  width: 100%;
  height: 70px;
  display: table;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 70px;
  padding-right: 50px;
}
.kameramodus_item.modus_archiv {
  background-image: url(./img/modus_archiv.png);
}
.kameramodus_item.modus_pano {
  background-image: url(./img/modus_360.png);
}
.kameramodus_item.modus_pano_a {
  background-image: url(./img/modus_360_a.png);
}
.kameramodus_item.modus_zr {
  background-image: url(./img/modus_zr.png);
}
.kameramodus_item.modus_zr_a {
  background-image: url(./img/modus_zr_a.png);
}
.kameramodus_item.modus_poi {
  background-image: url(./img/modus_poi.png);
}
.kameramodus_item_last.modus_bild_a {
  background-image: url(./img/modus_bild_a.png);
}
.kameramodus_item_last.modus_skypano_a {
  background-image: url(./img/modus_skypano_a.png);
}
.kameramodus_item_last.modus_video_a {
  background-image: url(./img/modus_video_a.png);
}
.kameramodus_item_last.modus_video {
  background-image: url(./img/modus_video.png);
}
.kameramodus_item.small {
  height: 35px;
  padding-left: 35px;
  padding-right: 10px;
  border-bottom: 1px solid #8495a3;
  font-size: 12px;
}
.kameramodus_item.small:last-child {
  border-bottom: 0px solid #8495a3;
}
.kameramodus_itemHeader > div,
.kameramodus_item > div,
.kameramodus_item_last > div,
.tipps_item > div,
.tipps_itemHeader > div,
.tipps_item_last > div,
.tophotels_item > div,
.tophotels_item_nopic > div,
.tophotels_item_last > div,
.tophotels_item_last_nopic > div {
  display: table-cell;
  vertical-align: middle;
}
.kameramodus_item:hover,
.kameramodus_item_last:hover,
.tipps_item:hover,
.tipps_item_last:hover,
.tophotels_item:hover,
.tophotels_item_last:hover,
.tophotels_item_nopic:hover,
.tophotels_item_last_nopic:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.zr {
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: center;
  border-bottom: 0px solid #8495a3;
}
.kameramodus_item.zr:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.zr_right {
  width: 16%;
  background: url(./img/arrow_r.png) center right no-repeat;
  background-size: contain;
}
.zr_left {
  width: 16%;
  background: url(./img/arrow_l.png) center left no-repeat;
  background-size: contain;
}
.zr_left:hover, 
.zr_right:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
/********************/
#video_kamerainfo {
  position: absolute;
  right: 0px;
}
#video_kamerainfo:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.video_kamerainfo_active {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#video_kamerainfo_menue,
.video_kamerainfo_menue,
#video_tipps_menue,
.video_tipps_menue,
.pano_kamerainfo_menue,
.pano_tipps_menue {
  z-index: 200;
  position: absolute;
  /*bottom: 79px;*/
  right: 0px;
  background-color: rgba(0, 56, 113, 0.75);
  width: 290px;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  font-size: 16px;
}
.tipps_itemHeader {
  width: 100%;
  height: 70px;
  display: table;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #8495a3;
  padding-left: 70px;
}
.tipps_itemHeader > div {
  text-transform: uppercase;
}
#tipps_itemHeader_close {
  vertical-align: middle;
  text-align: right;
  padding-right: 20px;
  padding-left: 20px;
  width: 35px;
}
#tipps_itemHeader_close:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.tipps_item {
  width: 100%;
  height: 70px;
  display: table;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #8495a3;
}
.tipps_item_last {
  width: 100%;
  height: 70px;
  display: table;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 20px;
  padding-right: 20px;
}
#video_tophotels_menue {
  position: absolute;
  bottom: 79px;
  right: 251px;
  background-color: rgba(0, 56, 113, 0.75);
  width: 320px;
  font-weight: bold;
}
#video_tophotels {
  display: table;
  position: absolute;
  right: 437px;
  width: 186px;
  height: 59px;
  text-align: center;
  background: url(./img/balken_arrow.png) top center no-repeat;
  background-size: contain;
}
#video_tophotels:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#video_tophotels_div {
  padding-top: 5px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  padding-left: 5px;
}
.tophotels_item {
  width: 100%;
  height: 70px;
  display: table;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: 10px 15px; 
  background-repeat: no-repeat;
  background-size: 71px 40px;
  padding-left: 90px;
  padding-right: 20px;
  font-size: 12px;
  border-bottom: 1px solid #8495a3;
  text-transform: uppercase;
}
.tophotels_item_last {
  width: 100%;
  height: 70px;
  display: table;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: 10px 15px; 
  background-repeat: no-repeat;
  background-size: 71px 40px;
  padding-left: 90px;
  padding-right: 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.tophotels_item_nopic {
  width: 100%;
  height: 70px;
  display: table;
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 10px;
  padding-right: 20px;
  font-size: 12px;
  border-bottom: 1px solid #8495a3;
  text-transform: uppercase;
}
.tophotels_item_last_nopic {
  width: 100%;
  height: 70px;
  display: table;
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 10px;
  padding-right: 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.tophotels_item_sloagn {
  font-family: 'LatoWebLightItalic' !important;
  font-style:  italic;
  font-weight: 300;
  text-shadow: 0px 0px 5px black;
  font-size: 12px;
  text-transform: none;
}
#video_wetter {
  position: absolute;
  display: table;
  text-align: center;
  background: url(./img/balken_arrow.png) top center no-repeat;
  background-size: contain;
  font-family: 'LatoWeb' !important;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
}
#video_wetter_img,
#pws_video_wetter_div_img > img {
  height: 30px;
}
#video_wetter_noClick {
  position: absolute;
  display: table;
  right: 250px;
  width: 186px;
  height: 59px;
  text-align: center;
  cursor: default;
}
#video_wetter_vp {
  display: none;
  visibility: hidden;
}
#video_wetter:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#video_wetter_div, 
#video_wetter_vp_div {
  padding-left: 5px;
  padding-top: 5px;
  vertical-align: middle;
  text-align: left;
  display: block;
}
#video_wetterWind_div {
  padding-left: 5px;
  padding-top: 5px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  visibility: hidden;
  display: none;
}
#video_wetter_div_img, 
#video_wetter_vp_div_img {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
#videoPosition {
  position: absolute;
  display: table;
  text-align: left;
  font-size: 18px;
  overflow: hidden;
  cursor: default;
  bottom: 0px;
  left: 125px;
  height: 95px;
  padding-top: 3px;
}
#video_pc, 
#video_pc_livebild {
  position: absolute;
  display: table;
  left: 200px;
  width: 250px;
  height: 95px;
  text-align: left;
  font-size: 18px;
  overflow: hidden;
  cursor: default;
  padding-top: 3px;
  line-height: 20px;
}
#video_pc > div, 
#video_pc_livebild > div, 
#videoPosition > div {
  display: table-cell;
  vertical-align: middle;
}
#video_pc > div > a,
#video_pc > div > a:hover,
#video_pc > div > a:active,
#video_pc > div > a:focus,
#video_pc > div > a:link,
#video_pc > div > a:visited, 
#video_pc_livebild > div > a,
#video_pc_livebild > div > a:hover,
#video_pc_livebild > div > a:active,
#video_pc_livebild > div > a:focus,
#video_pc_livebild > div > a:link,
video_pc_livebild > div > a:visited {
  text-decoration: none;
  color: white;
  outline: none;
  text-shadow: 0px 0px 5px black;
}
.clock_hist {
  font-size: 16px;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  text-shadow: 0px 0px 5px black;
}
#video_clock {
  position: absolute;
  display: table;
  left: 450px;
  height: 59px;
  text-align: center;
  cursor: default;
}
#video_clock_div {
  padding-left: 5px;
  padding-top: 5px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#video_clock_div_img {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#video_clock_img {
  height: 28px;
}
#videofullscreen {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: calc(100% * 0.049);
  height: calc(width / 0.049 / 21.82);
}
#videofullscreen:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#videofullscreenOff_img {
  display: none;
}
#video_trenner_info_fullscreen {
  position: absolute;
  right: 63px;
  height: 59px;
  width: 1px;
}
#video_trenner_wetter_info {
  position: absolute;
  right: 126px;
  height: 59px;
  width: 1px;
}
#video_trenner_tophotels_wetter {
  position: absolute;
  right: 251px;
  height: 59px;
  width: 1px;
}
#video_trenner_tophotels_wetter_vp {
  visibility: hidden;
  display: none;
}
#video_trenner_modus_play {
  position: absolute;
  left: 63px;
}
#video_trenner_play_caption {
  position: absolute;
  left: 186px;
}
#videoReplay, #videoBuffer, #videoPlay {
  z-index: 999;
  visibility: hidden;
  position: absolute;
  cursor: pointer;
  left: calc(100% / 2 - 35px);
}
#videoBuffer {
  -webkit-animation: cssAnimation 0.8s 1000 linear;
  -moz-animation: cssAnimation 0.8s 1000 linear;
  -o-animation: cssAnimation 0.8s 11000 linear;
}
@-webkit-keyframes cssAnimation {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes cssAnimation {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-o-keyframes cssAnimation {
  from { -o-transform: rotate(0deg); }
  to { -o-transform: rotate(360deg); }
}
#video_popup_skypano {
  z-index: 999;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 65px);
  left: calc(50% - 150px);
  padding: 20px;
  background-color: rgba(0, 56, 113, 1.0);
  box-shadow: 1px 1px 5px black;
  cursor: pointer;
  font-size: 14px;
  width: 300px;
  height: 130px;
  text-align: center;
  vertical-align: middle;
  display: table;
  color: white;
}
#video_popup_skypano2 {
  z-index: 999;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 40px);
  left: calc(50% - 110px);
  padding: 0px;
  background-color: rgba(0, 56, 113, 1.0);
  box-shadow: 1px 1px 5px black;
  cursor: pointer;
  font-size: 16px;
  width: 220px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  display: table;
  color: white;
}
#video_popup_archiv {
  z-index: 999;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 60px);
  left: calc(50% - 150px);
  padding: 10px 20px 10px 10px;
  background-color: rgba(0, 56, 113, 1.0);
  box-shadow: 1px 1px 5px black;
  cursor: pointer;
  font-size: 16px;
  width: 300px;
  height: 120px;
  text-align: left;
  vertical-align: middle;
  display: table;
  color: white;
}
#video_popup_skypano > div,
#video_popup_skypano2 > div,
#video_popup_archiv > div {
  font-family: 'LatoWeb' !important;
  display: table-cell;
  vertical-align: middle;
}
#video_popup_archiv > div > img {
  width: 70px;
  padding-right: 10px;
}
#video_popup_archiv > div > a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
/****** TOP-HOTELS / HOTSPOTS *******************************************************************************************************/
#hotspots_div {
  margin: 40px;
  color: white;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  text-shadow: 0px 0px 5px black;
}
.hotspot_blickrichtung {
  padding-bottom: 8px;
}
.hotspot_blickrichtung > img {
  width: 50px;
}
#tophotel_v_trenner {
  border-left: 1px solid white;
}
.tophotel_page {
  padding: 40px 40px 0px 40px;
}
#tophotel_col {
  width: 50%;
  float: left;
}
.tophotel_item {
  clear: both;
}
.tophotel_item_pic {
  padding-bottom: 30px;
  width: 40%;
}
.tophotel_item_content_l {
  padding-left: 30px;
  padding-right: 30px;
  width: 40%;
}
.tophotel_item_content_r {
  padding-left: 30px;
  width: 40%;
}
.tophotel_item_trenner {
  border-right: 1px solid white;
}
.tophotel_name {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  text-shadow: 0px 0px 5px black;
  text-transform: uppercase;
  line-height: 16px;
  padding-bottom: 5px;
  cursor: default;
}
.tophotel_slogan {
  font-family: 'LatoWebLightItalic' !important;
  font-style:  italic;
  font-weight: 300;
  text-shadow: 0px 0px 5px black;
  font-size: 15px;
  line-height: 14px;
  padding-bottom: 5px;
}
.tophotel_button {
  padding-top: 5px;
}
/****** HISTORIE (ACHRIV) / LIFTE/PISTEN / KAMERAINFORMATION *******************************************************************************************************/
#tophotels_div,
#historie_div,
#lifte_pisten_div {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  text-shadow: 0px 0px 5px black;
  color: white;
}
#historie_menu {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  width: 100%;
}
.historie_menuitem {
  float: left;
  padding-left: 20px;
  padding-right: 40px;
  vertical-align: middle;
  font-size: 14px;
}
.historie_menuitem.last {
  padding-right: 0px;
}
a.historie_menuitem,
a:hover.historie_menuitem,
a:active.historie_menuitem,
a:visited.historie_menuitem,
a:focus.historie_menuitem {
  color: white;
  text-decoration: none;
  outline: none;
}
.historie_infos {
  float: left;
  color: white;
  visibility: hidden;
}
#historie_arrowRight {
  padding-top: 150px;
  text-align: right;
  padding-right: 40px;
  cursor: pointer;
}
#historie_arrowLeft {
  padding-top: 150px;
  text-align: left;
  padding-left: 40px;
  cursor: pointer;
}
#historie_arrowRight > img,
#historie_arrowLeft > img {
  height: 80px
}
.historie_txt {
  color: black;
}
#hist_sel_date {
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
#hist_cal {
  text-align: center;
  padding-bottom: 1000px;
}
#hist_cal > div {
  text-align: center;
  margin: 0 auto;
  width: 240px;
}
#close_cal {
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.5;
  text-align: right;
  padding-top: 100px;
  padding-bottom: 10px;
  font-size: 12px;
}
/*****************************************************************************************/
.ui-datepicker {
  display: none;
  color: white;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  color: white;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  font-weight: bold;
  font-size: 22px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  cursor: default;
}
.ui-datepicker .ui-datepicker-title select {
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 .4em;
  border-top: 1px solid white;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 3px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none;
  color: white;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker-unselectable.ui-state-disabled > span {
  opacity: 0.2;
  cursor: default;
}
.hasDatepicker {
  border-bottom: 1px solid white;
}
/*****************************************************************************************/
#myVideo {
  z-index: 1000;
  position: absolute;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  font-size: 16px;
  color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
#hist_infos {
  float: left;
  display: table;
  width: 100%;
  text-align: center;
}
#hist_infos_tr {
  display: table-row;
}
#hist_infos_td {
  display: table-cell;
  background: yellow;
}
#hist_infoitems {
  padding: 20px 40px 0px 40px;
}
#clock_w {
}
#clock_t {
  padding-right: 15px;
}
#clock_s {
  padding-right: 6px;
}
.hist_tempverlauf {
  text-align: left;
  padding-top: 20px;
  padding-left: 40px;
}
#auswahl_tempverlauf {
  color: black;
  margin-bottom: 20px;
}
#img_tempverlauf {
  width: calc(100% - 90px);
}
#div_tempverlauf {
  width: 700px;
}
/*************************************************************/
.lifte_pisten_item.name {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  text-shadow: 0px 0px 5px black;
  width: calc(100% - 120px);
  line-height: 20px;
}
.lifte_pisten_item.name.legende {
  width: calc(100% - 80px);
}
.lifte_pisten_item.name.legende > div {
  font-family: 'LatoWeb' !important;
  font-size: 16px;
}
.lifte_pisten_item.stat {
  clear: both;
}
.lifte_pisten_item.stat > div > img,
.lifte_pisten_item.stat.legende > div > img {
  margin-right: 10px;
}
.lifte_pisten_item.icon > div > img,
.lifte_pisten_item.icon.legende > div > img {
  margin-right: 15px;
}
.lifte_pisten_legende_date {
  font-family: 'LatoWeb' !important;
  font-size: 14px !important;
}
.lifte_pisten_item {
  display: table;
  float: left;
  height: 50px;
}
.lifte_pisten_item > div {
  display: table-cell;
  vertical-align: middle;
}
#lifte_pisten_col_10 {
  width: 10%;
  float: left;
}
#lifte_pisten_col_9 {
  width: 11.11%;
  float: left;
}
#lifte_pisten_col_8 {
  width: 12.5%;
  float: left;
}
#lifte_pisten_col_7 {
  width: 14.29%;
  float: left;
}
#lifte_pisten_col_6 {
  width: 16.67%;
  float: left;
}
#lifte_pisten_col_5 {
  width: 20%;
  float: left;
}
#lifte_pisten_col_4 {
  width: 25%;
  float: left;
}
#lifte_pisten_col_3 {
  width: 33.3%;
  float: left;
}
#lifte_pisten_col_2 {
  width: 50%;
  float: left;
}
#lifte_pisten_col_1 {
  width: 100%;
  float: left;
}
.liftepisten_page {
  padding: 20px 40px 0px 40px;
}
/*************************************************************************************************************/
.img_shadow {
  box-shadow: 0px 0px 5px black;
  text-shadow: none;
}
.carousel_item {
  padding: 30px 0px 0px 80px;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  text-shadow: 0px 0px 5px black;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  height: 50%;
}
.button {
  border: 2px solid white;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  text-shadow: 0px 0px 5px black;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  background: none;
  min-height: 40px;
  min-width: 80%;
  padding-top: 5px;
  vertical-align: middle;
}
.button_small {
  border: 2px solid white;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  text-shadow: 0px 0px 5px black;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  background: none;
  min-height: 30px;
  min-width: 60%;
  padding-top: 5px;
  vertical-align: middle;
}
.button:hover,
.button_small:hover {
  background: rgba(0, 0, 0, 0.30);
}
.txt_input {
  width: 100%;
  height: 40px;
  border: 2px solid white;
  background: url(./img/aktueller_standort.png) center left no-repeat rgba(255, 255, 255, 0.30);
  padding-right: 10px;
  padding-left: 35px;
}
.txt_input::-webkit-input-placeholder {
  color: white;
}
.txt_input::-moz-placeholder {
  color: white;
}
.txt_input:-ms-input-placeholder {
  color: white;
}
.txt_input:-moz-placeholder {
  color: white;
}
.links {
  padding: 30px 50px 0px 50px;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  text-shadow: 0px 0px 5px black;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  height: 33%;
}
.nav_close {
  padding: 6px;
}
#dreieck_o {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid white;
}
#dreieck_u {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid white;
}
/* THE TRIANGLE BIG!
------------------------------------------------------------------------------------------------------------------------------- */
.subnav {
  border-bottom: 1px solid white;
  height: 30px;
  color: white;
  font-size: 14px;
}
.non-triangle-border {
  position: relative;
  height: 30px;
  border-bottom: 1px solid white;
  cursor: pointer;
  float: left;
}
.triangle-border {
  position: relative;
  height: 30px;
  border-bottom: 1px solid white;
  float: left;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  text-shadow: 0px 0px 5px black;
}
.triangle-border:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: white transparent;
  display: block;
  width: 0;
}
/* THE TRIANGLE SMALL! */
.sub-subnav {
  border-bottom: 1px solid white;
  height: 25px;
  color: white;
  font-size: 14px;
}
.sub-non-triangle-border {
  position: relative;
  height: 25px;
  border-bottom: 1px solid white;
  cursor: pointer;
  float: left;
}
.sub-triangle-border {
  position: relative;
  height: 25px;
  border-bottom: 1px solid white;
  float: left;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  text-shadow: 0px 0px 5px black;
}
.sub-triangle-border:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: white transparent;
  display: block;
  width: 0;
}
.sub-triangle-border-top {
  position: relative;
  height: 22px;
  border-bottom: 1px solid white;
  float: left;
}
.sub-triangle-border-top:before {
  content: "";
  position: absolute;
  bottom: 21px;
  left: 27px;
  border-width: 0 7px 7px;
  border-style: solid;
  border-color: white transparent;
  display: block;
  width: 0;
}
/*******************************************************************************************************/
/* ALLGEMEINES */
.subheader {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  cursor: default;
}
a.link_udl:link, a.link_udl:focus , a.link_udl:visited, a.link_udlhover, a.link_udl:active {
  text-decoration: underline;
  color: white;
  outline: none;
}
a.link_no_udl:link, a.link_no_udl:focus , a.link_no_udl:visited, a.link_no_udl:hover, a.link_no_udl:active {
  text-decoration: none;
  color: white;
  outline: none;
}
a.link_infotexte_no_udl:link, a.link_infotexte_no_udl:focus , a.link_infotexte_no_udl:visited, a.link_infotexte_no_udl:hover, a.link_infotexte_no_udl:active {
  text-decoration: none;
  color: #183255;
  outline: none;
}
/*******************************************************************************************************/
/* KAMERA-INFORMATION */
#kamerainfo_div {
  margin: 30px 40px 40px 40px;
  color: white;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  text-shadow: 0px 0px 5px black;
}
.kamerainfo_txt {
  font-size: 13px;
  font-weight: bold;
  cursor: default;
}
.kamerainfo_txt_caption {
  font-size: 13px;
  min-width: 150px;
  padding-right: 20px;
  cursor: default;
}
#kamerainfo_left {
  width: 60%;
  float: left;
  padding-right: 80px;
}
#kamerainfo_right {
  width: 40%;
  float: left;
}
/*******************************************************************************************************/
/* WETTER */
#wetter_div {
  margin: 10px 40px 40px 40px;
  color: white;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  text-shadow: 0px 0px 5px black;
  padding: 0px;
}
#wetter_left > .subheader {
  padding-bottom: 5px;
}
#v_trenner, #v_trenner_SmMd {
  border-right: 1px solid white;
  height: 50px;
  width: 1px;
  box-shadow: 0px 0px 5px black;
}
.wetter_menuitem {
  float: left;
  padding-left: 18px;
  padding-right: 18px;
  vertical-align: middle;
  font-size: 12px;
}
.wetter_menuitem > a, .wetter_menuitem > a:hover, .wetter_menuitem > a:active, .wetter_menuitem > a:visited, .wetter_menuitem > a:focus{
  color: white;
  text-decoration: none;
  outline: none;
}
a.wetter_menuitem, a:hover.wetter_menuitem, a:active.wetter_menuitem, a:visited.wetter_menuitem, a:focus.wetter_menuitem {
  color: white;
  text-decoration: none;
  outline: none;
}
a.wetter_quelle, a.wetter_quelle:hover, a.wetter_quelle:active, a.wetter_quelle:visited, a.wetter_quelle:focus{
  font-size: 11px;
  color: white;
  text-decoration: none;
  outline: none;
}
.wetter_aktuell {
  text-align: center;
  vertical-align: middle;
  width: 33.33%;
  font-size: 13px;
  cursor: default;
}
.wetter_temp_max {
  font-size: 16px;
}
.wetter_temp_min {
  color: #35c3f7;
  font-size: 13px;
}
.prog_quelle {
  width: 100%;
  text-align: right;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  text-shadow: 0px 0px 5px black;
  color: white;
  font-size: 12px;
  cursor: default;
}
.prog_quelle > a, .prog_quelle > a:hover, .prog_quelle > a:active, .prog_quelle > a:focus, .prog_quelle > a:visited {
  color: white;
}
.wetter_tal {
  padding-left: 0px;
  padding-bottom: 12px;
  padding-top: 8px;
  line-height: 18px;
  font-size: 12px;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  cursor: default;
  /* text abkürzen */
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
  padding-right: 35px;
}
.wetter_tal > a:hover, .wetter_tal > a:active, .wetter_tal > a:focus, .wetter_tal > a:link, .wetter_tal > a:visited {
  color: white;
  text-decoration: none;
  cursor: default;
  outline: none;
}
a:active.selected_wetter, a:focus.selected_wetter, a:link.selected_wetter, a:visited.selected_wetter  {
  color: #bdbdbd;
  cursor: pointer;
}
a:hover.selected_wetter {
  color: #bdbdbd;
  cursor: pointer;
  text-decoration: underline;
}
/* lawineninfo */
.tbl_lawine {
  width: 100%;
  cursor: default;
}
.lawine_header {
  cursor: default;
  font-weight: bold;
}
.lawine_stufe {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0px;
  padding-top: 3px;
  text-align: left;
}
.lawine_sl {
  font-size: 11px;
  vertical-align: middle;
}
/*******************************************************************************************************/
/* HEADER / FOOTER */
#footer_div {
  height: 40px;
}
#footer_vp_div {
  display: none;
  visibility: hidden;
}
#header_div {
  padding-right: 40px;
  padding-left: 40px;
  color: white;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  text-shadow: 0px 0px 5px black;
  display: table;
  width: 100%;
  height: calc(width / 16 * 9 * 0.1528); 
}
#header_div_trenner {
  margin-right: 40px;
  margin-left: 40px;
  color: white;
  height: 1px;
  border-bottom: 1px solid white;
}
#header_div_x {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.player_header {
  height: 100%;
  font-size: 34px;
  cursor: default;
}
.player_header_txt2 {
  line-height: 18px;
  font-size: 20px;
  cursor: default;
}
#copyright {
  text-align: center;
  padding-top: 7px;
  position: relative;
  font-size: 10px;
  height: 40px;
  width: 155px;
  color: #848484;
  float: left;
  cursor: default;
  line-height: 12px;
}
#copyright > a, #copyright > a:hover, #copyright > a:active, #copyright > a:focus, #copyright > a:visited {
  color: #848484;
  text-decoration: none;
  outline: none;
}
.marquee {
  position: absolute;
  visibility: hidden;
  width: calc(100% - 30px);
  padding-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
#lauftext {
  z-index: 1;
  position: absolute;
  left: 155px;
  width: calc(100% - 280px);
  height: 40px;
  color: #183255;
  cursor: default;
  overflow: hidden;
  box-shadow: 0px -9px 7px #929292;
  float: left; 
}
.spacer_lauftext {
  padding-right: 35px;
}
#language {
  font-size: 10px;
  height: 40px;
  float: right;
  width: 125px;
  color: #848484;
}
#language > span {
  cursor: pointer;
}
#language_table {
  display: table;
  height: 40px;
  width: 100%;
  cursor: pointer;
}
#language_table > div:first-child {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
#language_table > div:last-child {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
}
#cMute_xs,
#cMute {
  font-size: 17px;
}
.lg_hover:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #183255;
}
.lg_hover_bold {
  text-decoration: underline;
  font-weight: bold;
}
.lg_hover_bold:hover {
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
  color: #183255;
}
#sprachen {
  position: absolute;
  z-index: 100;
  visibility: hidden;
  display: none;
  text-align: right;
  font-size: 10px;
  cursor: default;
  height: 100%;
  padding-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  color: #848484;
  width: calc(100% - 30px);
}
#header_div_xs,
#sprachen_div_xs,
#header_div_xs_shadow {
  visibility: hidden;
  display: none;
}
.close_div {
  float: right;
  height: 100%;
  width: calc(height);
  display: table-cell;
  text-align: right;
}
.close_div > img {
  height: 1px;
  visibility: hidden;
}
.close_div:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.30);
}
/************** DATENSCHUTZ ************************/
#container_ds {
  padding: 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_logo {
  text-align: right;
  padding-bottom: 20px;
  padding-left: 20px;
  float: right;
}
.ds_logo > img {
  max-width: 100%;
}
.ds_header {
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #006eb6;
  font-weight: bold;
}
.ds_subheader {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 5px;
}
.ds_text {
  font-family: Arial;
  font-size: 14px;
}
a.ds_text_l,a:hover.ds_text_l, a:active.ds_text_l, a:visited.ds_text_l, a:focus.ds_text_l {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
.datenschutz_iframe{
  width: 100%;
  min-height: 100px !important;
  max-height: 400px !important;
}
/****************************************************/
.counter {
  visibility: hidden;
  display: none;
}
/*************** feratel.com HACK top-hotels **********/
#topHotelsTable {
  display: none;
  visibility: hidden;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  padding-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
#topHotelsTable_v {
  display: none;
  visibility: hidden;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  padding-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
/**************************************************************** FERWEATHER ************************************************************************/
.pws_ferweather_by_day {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 300px;
  background-color: transparent;
  color: white;
}
.pws_ferweather_by_hour {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: white;
}
.pws_by_day,
.pws_by_hour {
  position: absolute;
  left: 0px;
  top: 0px;
  color: white;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.ferweather_base {
  background-color: transparent;
}
.ferweather_baserect {
  fill: none;
  stroke: #404040;
  stroke-linecap: round;
}
.ferweather_vline {
  stroke: white;
  stroke-linecap: round;
}
.ferweather_spc {
  fill: none;
}
.ferweather_title {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  font-size: 13px;
  fill: white;
}
@media (max-width: 767px) {
  .ferweather_title {
    font-family: 'LatoWeb' !important;
    font-style:  normal;
    font-weight: 700;
    font-size: 11px;
    fill: white;
  }
}
.ferweather_titlerect {
  fill: none;
}
.ferweather_time {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  font-size: 11px;
  fill: white;
}
.ferweather_timerect {
  fill: none;
}
.ferweather_date {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  font-size: 11px;
  fill: white;
}
.ferweather_date {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  font-size: 10px;
  fill: white;
}
.ferweather_daterect {
  fill: none;
}
.ferweather_temphi {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  font-size: 18px;
  fill: white;
}
@media (max-width: 767px) {
  .ferweather_temphi {
    font-family: 'LatoWeb' !important;
    font-style:  normal;
    font-weight: 400;
    font-size: 14px;
    fill: white;
  }
}
.ferweather_temphirect {
  fill: none;
}
.ferweather_templo {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  font-size: 11px;
  fill: #35c3f7;
}
.ferweather_templorect {
  fill: none;
}
.ferweather_temp {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  font-size: 15px;
  fill: white;
}
.ferweather_temprect {
  fill: none;
}
.ferweather_symbolrect {
  fill: none;
}
.ferweather_windrect {
  fill: none;
}
.ferweather_windtext {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  font-size: 11px;
  fill: white;	
}
.ferweather_suntext {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  font-size: 11px;
  fill: white;
}
.ferweather_tempcurvehilotext {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  font-size: 11px;
  fill: #C0C0C0;
}
.ferweather_tempcurvehilotextrect {
  fill: transparent;
}
.ferweather_tempcurverect {
  fill: none;
}
.ferweather_tempcurvehilolinehi {
  fill: none;
  stroke: yellow;
  stroke-width: 2px;
}
.ferweather_tempcurvehilolinelo {
  fill: none;
  stroke: #35c3f7;
  stroke-width: 2px;
}
.ferweather_tempcurvetext {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  font-size: 11px;
  fill: #C0C0C0;
}
.ferweather_tempcurvetextrect {
  fill: transparent;
}
.ferweather_tempcurverect {
  fill: none;
}
.ferweather_tempcurveline {
  fill: none;
  stroke: yellow;
  stroke-width: 2px;
}
/****************************************************************** PANO ****************************************************************************/
.pws_workspace {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #ffffff;
  color: white;
  text-shadow: 0px 0px 5px black;
  position: absolute;
  width: 100%;
  height: calc(width / 16 * 9);
}
.cursorLR {
  cursor: e-resize;
}
.cursorZoom {
  cursor: all-scroll !important;
  color: white;
}
.loading_txt {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
}
.pws_panoview2_cont {
  position: absolute;
  background-color: black;
  overflow: hidden;
}
.pws_panoview2_scroll {
}
.pws_panoview2_imgerr {
  color: red;
}
.pws_panoview2_loading {
  background-color: black;
  background-image: url("./img_pano/loading-spokes.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: center 35%;
  background-size: 50px 50px;
}
.pws_panozoom_cont {
  position: absolute;
}
.pws_panozoom_zoomin {
  background-image: url("./img/pano/icon_zoomin.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.40);
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.08);
}
.pws_panozoom_zoomout {
  background-image: url("./img/pano/icon_zoomout.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.40);
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.08);
}
.pws_panozoom_zoomarea {
  cursor: pointer;
}
.shadow_zoom {
  color: red;
  background-color: red;
  border: 1px solid red;
  box-shadow: 0px 0px 5px grey;
}
.pws_panocompass_cont {
  position: absolute;
  cursor: pointer;
}
.pws_panocompass_arrow {
  background-image: url("./img/pano/arrup.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;	
}
.pws_panocompass_north {
  background-image: url("./img/pano/compass_north.svg");
  background-repeat: no-repeat;
  background-position: top 1px center;
  background-size: 90% 90%;	
}
.pws_trenner {
  display: inline;
  position: absolute;
  cursor: pointer;
  bottom: 0px;
}
#mapdiv {
  width: 230px;
  height: 230px;
  left: calc(100% * 0.049);
}
.pws_googlemap,
.pws_hotspots,
.pws_timelapse {
  display: inline;
  position: absolute;
  cursor: pointer;
  bottom: 0px;
}
.pws_googlemap:hover,
.pws_hotspots:hover,
.pws_timelapse:hover {
  display: inline;
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}
.pws_gmapcont {
  position: absolute;
  background-color: rgba(0, 34, 68, 0.75);
  -moz-background-clip: padding-box; 
  -webkit-background-clip: padding; 
  background-clip: padding-box; 
  text-shadow: none;
  padding: 10px;
}
.pws_gmapflag {
  position: absolute;
  width: 40px;
  height: 25px;
  background-image: url("./img/pano/icon_flag.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.pws_playercaption {
  position: absolute;
  display: table;
  color: white;
  font-size: 18px;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  text-shadow: 0px 0px 5px black;
  cursor: default;
  padding-top: 3px;
  line-height: 20px;
  bottom: 0px;
}
.pws_zr{
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pws_playercaption {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pws_playercaption {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1500px) and (max-width: 1899px) {
  .pws_playercaption {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 1900px) {
  .pws_playercaption {
    font-size: 22px;
    line-height: 20px;
  }
}
.pws_playercaption_div {
  display: table-cell;
  vertical-align: middle;
}
.pws_tophotels {
  position: absolute;
  display: table;
  color: white;
  font-size: 16px;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  text-shadow: 0px 0px 5px black;
  text-transform: uppercase;
  background-image: url(./img/balken_arrow.png);
  background-position: center center;
  background-repeat: no-repeat; 
  background-size: contain;
  text-align: center;
  bottom: 0px;
}
.pws_weather {
  font-size: 16px;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  text-shadow: 0px 0px 5px black;
}
@media (max-width: 767px) {
  .pws_tophotels,
  .pws_weather {
    font-size: 11px;
  }
  .kameramodus_itemHeader,
  .kameramodus_item,
  .kameramodus_item_last {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pws_tophotels,
  .pws_weather {
    font-size: 12px;
  }
  .kameramodus_itemHeader,
  .kameramodus_item,
  .kameramodus_item_last {
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pws_tophotels,
  .pws_weather {
    font-size: 14px;
  }
  .kameramodus_itemHeader,
  .kameramodus_item,
  .kameramodus_item_last {
    font-size: 15px;
  }
}
@media (min-width: 1500px) and (max-width: 1899px) {
  .pws_tophotels,
  .pws_weather {
    font-size: 18px;
  }
  .kameramodus_itemHeader,
  .kameramodus_item,
  .kameramodus_item_last {
    font-size: 17px;
  }
}
@media (min-width: 1900px) {
  .pws_tophotels,
  .pws_weather {
    font-size: 20px;
  }
  .kameramodus_itemHeader,
  .kameramodus_item,
  .kameramodus_item_last {
    font-size: 18px;
  }
}
.pws_tophotels:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.pws_tophotels_div {
  padding-top: 5px;
  display: table-cell;
  vertical-align: middle;
}
.pws_info {
  position: absolute;
  bottom: 0px;
}
.pws_info:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.pws_fullscreen {
  position: absolute;
  bottom: 0px;
}
.pws_fullscreen:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.pws_loading {
  z-index: 999;
  position: absolute;
  color: white;
  font-size: 14px;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  -webkit-animation: cssAnimation 0.8s 1000 linear;
  -moz-animation: cssAnimation 0.8s 1000 linear;
  -o-animation: cssAnimation 0.8s 1000 linear;
  animation: cssAnimation 0.8s 1000 linear;
  cursor: default;
}
.pws_play {
  z-index: 999;
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  cursor: pointer;
}
.pws_AllesEinAusblenden {
  z-index: 1;
  position: absolute;
  color: white;
  font-size: 14px;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  text-shadow: 0px 0px 5px black;
  cursor: pointer;
  left: 0px;
  top: 0px;
  padding: 13px 20px 7px 20px;
}
@media (max-width: 991px) {
  .pws_AllesEinAusblenden {
    font-size: 12px;
    left: 0px;
    top: 0px;
    padding: 6px 10px 4px 10px;
  }
}
.pws_hinweisTxt {
  position: absolute;
  padding: 20px;
  background-color: rgba(0, 56, 113, 0.75); 
  color: white;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.pws_popup_hinweis {
  padding: 20px;
  cursor: pointer;
}
.pws_popup_hinweis_cont {
  position: absolute;
  padding: 0px;
  background-color: rgba(0, 56, 113, 1.0);
  box-shadow: 1px 1px 5px black;
  cursor: pointer;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  font-size: 14px;
  z-index: 1000;
  cursor: pointer;
}
.pws_popup_hinweis_title {
  font-weight: bold;
}
.pws_popup_hinweis_close {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  font-weight: bold;
}
.pws_popup_hinweis_in {
  padding-top: 5px;
}
.pws_balken {
  display: inline;
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: 0px;
  left: 0px;
  cursor: default;
}
.balken_img{
  z-index: 0;
}
.pws_download {
  z-index: 999;
  position: absolute;
  left: 210px;
  top: 0px;
  padding: 13px 20px 13px 20px;
}
.pws_download > a:link,
.pws_download > a:visited,
.pws_download > a:hover,
.pws_download > a:active {
  color: white;
  font-size: 14px;
  font-family: 'LatoWeb' !important;
  text-shadow: 0px 0px 5px black;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 991px) {
  .pws_download {
    z-index: 999;
    position: absolute;
    left: 150px;
    top: 0px;
    padding: 3px 10px 8px 10px;
  }
  .pws_download > a:link,
  .pws_download > a:visited,
  .pws_download > a:hover,
  .pws_download > a:active {
    color: white;
    font-size: 12px;
    font-family: 'LatoWeb' !important;
    text-shadow: 0px 0px 5px black;
    cursor: pointer;
    text-decoration: none;
  }
}
.pws_test_gal1_cont {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 991px) {
  .pws_test_gal1_cont {
    top: 8px;
    left: 10px;
  }
}
.pws_test_gal1_header {
  display: none;
  visibility: hidden;
  height: 20px;
}
.pws_test_gal1_footer {
  display: none;
  visibility: hidden;
  height: 20px;
}
.pws_test_gal1_img {
  box-shadow: 0px 0px 10px #888888;
  width: 65px;
  height: 39px;
  display: block;
  cursor: pointer;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 63px 37px;
  padding: 1px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.pws_test_gal1_img_a {
  box-shadow: 0px 0px 10px #888888;
  width: 65px;
  height: 39px;
  display: block;
  cursor: pointer;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 57px 31px;
  padding: 4px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.pws_test_gal1_img:hover,
.pws_test_gal1_img_a:hover {
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.pws_test_gal1_leftarrow {
  width: 20px;
  background-image: url("./img_pano/icon_galleft.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 30px;
  background-clip: padding-box;
  cursor: pointer;
}
.pws_test_gal1_leftarrow_hover {
  background-image: url("./img_pano/icon_gallefthl.svg");
}
.pws_test_gal1_leftarrow_dis {
  visibility: hidden;
}
.pws_test_gal1_rightarrow {
  width: 20px;
  background-image: url("./img_pano/icon_galright.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 30px;
  background-clip: padding-box;
  cursor: pointer;
}
.pws_test_gal1_rightarrow_hover {
  background-image: url("./img_pano/icon_galrighthl.svg");
}
.pws_test_gal1_rightarrow_dis {
  visibility: hidden;
}
.pws_camModus {
  display: inline;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  bottom: 0px;
}
.pws_camModus:hover {
  display: inline;
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}
.pws_camModus_cont {
  position: absolute;
  bottom: 95px;
  left: 0px;
  background-color: rgba(0, 56, 113, 0.75);
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  font-size: 16px;
}
#pws_video_clock {
  position: absolute;
  display: table;
  bottom: 0px;
  left: 450px;
  height: 59px;
  text-align: center;
  cursor: default;
}
#pws_video_clock_div {
  padding-left: 5px;
  padding-top: 5px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#pws_video_clock_div_img {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#pws_video_wetter {
  position: absolute;
  display: table;
  text-align: center;
  background: url(./img/balken_arrow.png) top center no-repeat;
  background-size: contain;
  bottom: 0px;
}
#pws_video_wetter_x {
  display: table;
  text-align: center;
}
#pws_video_wetter_noClick {
  position: absolute;
  display: table;
  text-align: center;
  cursor: default;
  bottom: 0px;
}
#pws_video_wetter:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#pws_video_wetter_div {
  padding-left: 5px;
  padding-top: 5px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#pws_video_wetter_div_img {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.pws_ovr_cam,
.pws_ovr_lift,
.pws_ovr_mtn,
.pws_ovr_poi,
.pws_ovr_sgh {
  width: 37px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
  /*border: 1px solid blue;*/
}
.pws_ovr_cam {
  background-image: url(./img/pano/hotspot_cam.png);
}
.pws_ovr_lift {
  background-image: url(./img/pano/hotspot_lift.png);
}
.pws_ovr_mtn {
  background-image: url(./img/pano/hotspot_mtn.png);
}
.pws_ovr_poi {
  background-image: url(./img/pano/hotspot_poi.png);
}
.pws_ovr_sgh {
  background-image: url(./img/pano/hotspot_sgh.png);
}
.pws_ovr_cam_div,
.pws_ovr_lift_div,
.pws_ovr_mtn_div,
.pws_ovr_poi_div,
.pws_ovr_sgh_div {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 47px 64px;
  margin: -47px 0px 0px -6px;
  /*border: 1px solid red;*/
  width: 47px;
  height: 64px;
}
.pws_ovr_cam_div {
  background-image: url(./img/pano/hotspot_cam_a.png);
}
.pws_ovr_lift_div {
  background-image: url(./img/pano/hotspot_lift_a.png);
}
.pws_ovr_mtn_div {
  background-image: url(./img/pano/hotspot_mtn_a.png);
}
.pws_ovr_poi_div {
  background-image: url(./img/pano/hotspot_poi_a.png);
}
.pws_ovr_sgh_div {
  background-image: url(./img/pano/hotspot_sgh_a.png);
}
/* unten mittig */
.pws_ovr_infodiv_outer_2 {
  margin: 0px 0px 0px -96px;
  width: 240px;
  max-height: 300px;
  text-align: center;
  position: absolute;
  top: 43px;
}
/* oben mittig */
.pws_ovr_infodiv_outer_0 {
  margin: 0px 0px 0px -96px;
  width: 240px;
  max-height: 300px;
  text-align: center;
  position: absolute;
  bottom: 55px;
  display: flex;
}
/* links mittig */
.pws_ovr_infodiv_outer_3 {
  margin: 0px 0px 0px -96px;
  width: 240px;
  height: 300px;
  text-align: center;
  position: absolute;
  right: 37px;
  bottom: -126px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* rechts mittig */
.pws_ovr_infodiv_outer_1 {
  margin: 0px -96px 0px 0px;
  width: 240px;
  height: 300px;
  text-align: center;
  position: absolute;
  left: 31px;
  bottom: -126px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pws_ovr_infodiv {
  /*border: 1px solid orange;*/
  display: inline-block;
  cursor: default;
  background-color: white;
  /*background-color: rgba(255,255,255,0.75);*/
  /*  background: -moz-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#ffffff',GradientType=0 );*/
  color: black;
  border-radius: 5px;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 400;
  padding: 6px 6px 4px 6px;
  text-shadow: none;
  max-width: 240px;
  max-height: 300px;
  text-align: left;
  margin: 0px auto;
}
.hotspots_header {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  color: #0e3e6f;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
}
.hotspots_header_link {
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  font-weight: 700;
  color: #0e3e6f;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  text-decoration: underline;
}
.hotspots_header.center {
  text-align: center;
}
.hotspots_text {
  visibility: hidden;
  display: none;
}
.hotspots_link {
  visibility: hidden;
  display: none;
}
.hotspots_img {
  visibility: hidden;
  display: none;
}
@media (min-width: 1200px) {
  .pws_ovr_infodiv {
    padding: 8px 10px 5px 10px;
  }
  .hotspots_header {
    text-align: left;
    font-size: 14px;
    line-height: 14px;
  }
  .hotspots_img {
    padding-top: 5px;
    visibility: visible;
    display: block;
  }
  .hotspots_text {
    visibility: visible;
    display: block;
    font-family: 'LatoWeb' !important;
    font-style:  normal;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }
  .hotspots_link {
    visibility: visible;
    display: block;
    font-family: 'LatoWeb' !important;
    font-style:  normal;
    font-weight: 400;
    color: #0e3e6f;
    font-size: 12px;
    text-decoration: underline;
  }
}

.pws_panoscroll2_cont {
  position: absolute;
  background: red;
}
.pws_panoscroll2_playstop {
  background-image: url("./img/pano/icon_playstop.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.pws_panoscroll2_playleft {
  background-image: url("./img/pano/icon_playleft.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.pws_panoscroll2_playleft_act {
  background-image: url("./img/pano/icon_playleftact.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: default;
}
.pws_panoscroll2_playright {
  background-image: url("./img/pano/icon_playright.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.pws_panoscroll2_playright_act {
  background-image: url("./img/pano/icon_playrightact.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: default;
}
.pws_panoscroll2_scrollarea{
  cursor: pointer;
}
/*img {
  image-rendering: optimizeSpeed;              FUCK SMOOTHING, GIVE ME SPEED  
  image-rendering: -moz-crisp-edges;           Firefox                        
  image-rendering: -o-crisp-edges;             Opera                          
  image-rendering: -webkit-optimize-contrast;  Chrome (and eventually Safari) 
  image-rendering: optimize-contrast;          CSS3 Proposed                  
  -ms-interpolation-mode: nearest-neighbor;    IE8+                           
}*/
.pws_days {
  z-index: 999;
  position: absolute;
  color: white;
  font-size: 14px;
  font-family: 'LatoWeb' !important;
  font-style:  normal;
  bottom: 200px;
  left: 35px;
  cursor: default;
}
