
body {
    margin: 0;
    font-family: 'Exo 2',sans-serif;
}


button{
    border: none;
    padding: unset;
    background-color: unset;
    cursor: pointer;
    font-family: 'Exo 2',sans-serif;
}



#webcamView{
    width:100%;
    margin-bottom: 10px;
}

#wcimgdiv{
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #1D1D1C;
}

.wcimg{
    display: inline;
    position: absolute;
    left: 0;
    top:0;
}

#page{
    display: none;
}

#webcamFunctions{
    margin: 30px 0 0 30px;
    position: absolute;
}


#webcamFunctions .icon:hover {
    background-color: #c10925;
}
#webcamFunctions .icon {
    height: 30px;
}


#headerWebcam h1{
    float: left;
    font-size: 0.9375rem;
    color: #fff;
    line-height: 41.5px;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
}


#headerWebcam .headMenuIcon{
    width:30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    margin-top: 6px;
    float: right;
    margin-left: 5px;
}

#asMediaPlayer #hamburger,  #asMediaPlayer.mobile #webcamFunctions, #asMediaPlayer.mobile .headMenuIcon,#asMediaPlayer.mobile .currentweatherdata{
    display: none;
}

#asMediaPlayer.mobile #hamburger {
    display: inline-block;
}

#asMediaPlayer #headerWebcam{
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
}

#asMediaPlayer.mobile #headerWebcam {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
button {
    background-color: transparent;
}

#asMediaPlayer #newNavi button{
    font-family: "Exo 2 Medium", sans-serif;
    font-size: 14px;

    padding:0;
}

#asMediaPlayer.mobile #newNavi button{
    font-family: "Exo 2 Medium", sans-serif;
    font-size: 15px;
}

#headerWebcam .headMenuIcon span{
    visibility: hidden;
}

#webcamMenu{
    float: right;
}
#webcamFunctions {
    z-index: 3;
    height: calc(100% - 30px);
}
#webcamFunctions button img, .currentweatherdata img{
    width: 30px;
    height: 30px;
}
button.currentweatherdata {
    position: absolute;
    bottom: 30px;
    margin-bottom: 0;
}

#webcamFunctions .currentWeatherDataDiv{
    position: absolute;
    bottom: 30px;
    width:150px;
    height:200px;
    background-color: rgba(29,29,28, 0.5);

}

#webcamFunctions .currentWeatherDataDiv button.closecurrentweatherdata{
    position: absolute;
    bottom:0;
    left:0;
    background-color: transparent;
    margin-bottom: 0;
}
#newNavi .currentWeatherDataDiv{
    background-color: rgba(29,29,28, 0.5);
}

#webcamFunctions button, .currentweatherdata {
    border: none;
    cursor: pointer;
    vertical-align:middle;
    background-color: #1D1D1C;
    overflow: hidden;
    list-style: none;
    white-space:nowrap;
    display: block;
    height: 30px;
    min-width: 30px;
    margin-bottom: 8px;
    padding: 0;
    z-index: 4;
}
#webcamFunctions button.currentweatherdata{
    margin-bottom: 0;
}
#webcamFunctions button.active{
    background-color: #c10925;
}

#webcamFunctions button span {
    max-width: 0;
    display: inline-block;
    text-decoration: none;
    transition: max-width .5s, padding-right 1s, padding-left 1s;
}

#webcamFunctions button:hover span {
    max-width: 250px;
    padding-left: 5px;
    padding-right: 5px;
    transition: max-width 1s, padding-right 1s, padding-left 1s;
}

#webcamFunctions button:hover {
    background-color: #c10925;
    color: white;
}


#webcamFunctions button span span{
    float:right;
    display: inline-block;
    color: white;
    font-size: 14px;
    font-family: 'Exo 2 Medium', sans-serif;
    margin-bottom: 7px;
    padding: 0 0 0 0;
}

button:hover {}


.container-hamburger {
    display: inline-block;
    cursor: pointer;
    padding-top: 12px;
    float: right;
}

.bar1, .bar2, .bar3 {
    width: 18px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}

.container-hamburger.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-0px, 6px);
    transform: rotate(-45deg) translate(-0px, 6px);
}

.container-hamburger.change .bar2 {opacity: 0;}

.container-hamburger.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-2px, -9px);
}

.back img{
    transform: rotate(180deg);
}



.hamburger {
    margin: 0;
    display: block;
    z-index: 50;
    position: relative;
    max-height: 0px;

    width: 100%;
    text-align: center;
    /*padding: 0 18px 0 0px;*/
    background-color: #1D1D1C;
    transition: max-height .5s;
    overflow: hidden;
}

.hamburger.change{
    max-height: 500px;
    transition: max-height 1s;
}
.hamburger button span, .hamburger a span{
    display: inline-block;

    line-height: 50px;

}

.hamburger button, .hamburger a {
    width: 96%;
    border: none;
    border-bottom: beige solid 1px;
    background-color: #1D1D1C;
    height: 50px;
    display: inline-block;
    text-align: left;
    padding: 0 0px 0 0px;
    color: white;
    font-size: 18px;
    font-family:"Exo 2 Medium" ;
    cursor: pointer;
}

.hamburger a  img {
    padding-top: 12px;
}

.hamburger a span {
    display: inline-block;

}

.hamburger button img, .hamburger a img {
    float: left;
    height: 38px;
    margin-right: 10px;

}

.hamburger button:last-child {
    margin-bottom:0px;
    border-bottom:none;
}

/**NAVI**/

#left-replacement{
    text-align: center;

}

#nav-box{
    padding: 4px 12px 4px 12px;
    background-color: rgba(29,29,28, 0.5);
}

#asMediaPlayer.mobile #nav-box{
    padding: 4px 5px 4px 5px;
}

.textcenter {
    text-align: center;
}

#newNavi{
    z-index: 5;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  /*  display: table;*/
    bottom: 0;
    color: white;
    width: 290px;
}
#thumbnailcontainer{
    text-align: justify;
}

.wcbestof{
    cursor: pointer;
   display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.bestoftext{
    font-size: 12px;
    line-height: 20px;
}

.wcbestof-hi .bestoftextbackground{
    background-color: #c10925;
}
.bestoftextbackground{
    position: absolute;
    bottom: 0;
    left:0;
    background-color: #1D1D1C;
    width: 100%;
    color: white;
    text-align: center;
}
.wcbestof img{
    display: block;
}
.gradientback{

    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:50px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

#asMediaPlayer.mobile #thumbnailcontainer{

    margin: 30px 18px 130px 18px;
}

#thumbnailcontainer{
    display: none;
    z-index: 2;

    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin: 30px 90px 130px 90px;
    overflow-y:scroll;
    overflow-x:hidden;
}

#wcshourright, #wcshourleft{
    left:-2px;
}

#asMediaPlayer.mobile #newNavi{
    width: 320px;
}

#newNavi .currentWD {
    display: none;
}

#asMediaPlayer.mobile #newNavi .currentWD span{
    display: none;
}

#asMediaPlayer.mobile #newNavi .currentWD{
    display: inline-block;
}

#asMediaPlayer.mobile #newNavi .currentweatherdata img{
    width: 100%;
    height: auto;
}

#newNavi span{
    display: block;
}

/*** ADDITIONAL NAVIGATION ***/
#additionalNavigation{
    padding-top: 4px;
    /*padding-bottom: 4px;*/
    background-color: rgba(193,9,37,0.5) ;
    text-align: left;
    display: none;
    width: 100%;
    vertical-align: center;
    position: relative;
}

#asMediaPlayer.mobile #additionalNavigation button{
    width: 40px;
    height: 30px;
}

#additionalNavigation button{
    width: 35px;
    height: 35px;
}

#zoomslide{
    margin: 0;
    width:100%;
    height: 35px;
    padding: 0 5px 0 5px;
}
#zoomslidecontainer{
    display: inline-flex;
    height: 42px;
}
#weatherdataDropDownContainer{
    width:calc(100% - 60px);
    height: 39px;
    float: right;
    margin-right: 10px;

}

#asMediaPlayer.mobile #additionalNavigation #weatherdataDropDownContainer{
    width:calc(100% - 70px);
}
#weatherOptionContainer{
    position: absolute;
    bottom: 1px;
    width: calc(100% - 25px);
    background-color: #1D1D1C;
}
#asMediaPlayer #newNavi  #weatherOptionContainer button.option {
    font-size: 10px;
}
 #asMediaPlayer #newNavi button#weatherdataDropDown{
    width: 100%;
    margin-top: 9px;
    font-size: 10px;
    height: 20px;

}

#weatherdataDropDown{
    position: relative;
    overflow: hidden;
    height: 21px;
    margin-top: 7px;
}
#asMediaPlayer.mobile #newNavi #weatherdataDropDown .option, #weatherdataDropDown .option{
    display: flex;
    margin-top: 3px;
    width: 100%;
    height: 20px;
    font-size: 10px;
    color: white;
}
#weatherdataDropDown .arrow-down{
    top:0;
    bottom: 0;
    margin-top: auto;
    margin-bottom:auto;
    left: auto;
    right: 6px;
}

#weatherdataDropDown .option span{
    margin-left: 7px;
    line-height: 21px;
}

#weatherdataDropDown .option .leg0{
    border: 1px solid white;
    width:5px;
    height:0;
    margin-top: auto;
    margin-bottom:auto;
}
#weatherdataDropDown .option .leg1{
    border: #c10925 1px solid;
    width:5px;
    height:0;
    margin-top: auto;
    margin-bottom:auto;
}

#additionalNavigation button.zoom,#additionalNavigation button.weatherdata,  #additionalNavigation button.bestof,#additionalNavigation button.timelapse{
    padding-right: 4px;
    border-right: #9a9ea1 1px solid;
    margin-left: 3.0px;
    width: 39px;
}
#timelapseMenu{
    width: 100%;


}
#timelapseDropDown{
    width: 60px;
    float: right;
    height: 25px;
    margin-top: 5.5px;
    margin-right: 10px;

}
.mobile #weatherdataDropDown.dropdown{
    background-position:

            calc(100% - 24px);
}

#weatherdataDropDown.dropdown{
    background-image:

            linear-gradient(to right, #ccc, #ccc);
    background-position:

            calc(100% - 21px);
    background-size:

            1px 1.2em;
}

.dropdown{
    border: none;
    color: white;
    background-color: #1D1D1C;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image:
            linear-gradient(45deg, transparent 50%, gray 50%),
            linear-gradient(135deg, gray 50%, transparent 50%),
            linear-gradient(to right, #ccc, #ccc);
    background-position:
            calc(100% - 11px),
            calc(100% - 6px),
            calc(100% - 21px);
    background-size:
            5px 5px,
            5px 5px,
            1px 1.2em;
    background-repeat: no-repeat;

}

#asMediaPlayer.mobile #additionalNavigation button.zoom, #asMediaPlayer.mobile #additionalNavigation button.bestof,#asMediaPlayer.mobile #additionalNavigation button.timelapse{
    width: 44px;
}

#additionalNavigation .pausebestof{
    margin-left: 5px;
}
#additionalNavigation .nextbestof{
    margin-right: 5px;
}

button.nextbestof, button.backbestof{
    float: right;
}
#additionalNavigation button.closebestof{
    width: 40px;
    padding-left: 4px;
    border-left: #9a9ea1 1px solid;
    margin-right: 3.0px;
    float: right;
}
#asMediaPlayer.mobile #additionalNavigation button.closebestof{
    width: 44px;
}

#additionalNavigation .backbestof{
    margin-left: 5px;
}

#asMediaPlayer.mobile #additionalNavigation .backbestof{
    margin-left: 21px;
}
#additionalNavigation .positionCenter{
    display: inline-block;
}

#asMediaPlayer.mobile #additionalNavigation button.pausebestof{
    margin-left: 8px;
}

#asMediaPlayer.mobile #additionalNavigation button.weatherdata, #asMediaPlayer.mobile #additionalNavigation button.bestof, #asMediaPlayer.mobile #additionalNavigation button.timelapse{
    width: 47px;

    padding-right: 7px;
    margin-left: 4px;
}

#newNavi #sliderMinText, #newNavi #sliderMaxText
{
    display: inline-block;
    font-size: 14px;

    text-align: center;
    line-height: 35px;
}
#newNavi #sliderMinText{
    margin-left: 12px;
}
#newNavi #sliderMaxText{

    margin-right: 12px;
}

#bestOfMenu{
    display: inline-block;
    position: relative;
    width: 100%;
}

#zoomMenu{
    display: inline-flex;
}
.navpf{
    width: auto;
    display: block;
    height: 10px;
    position: relative;
}
.btn-group{
    display: inline-block;
}


.btn-group.newest{
    padding-left: 12px;
}
#wcsnewestright span, #wcsnewestleft span, #asMediaPlayer.mobile #wcsnewestright span,  #asMediaPlayer.mobile #wcsnewestleft span{
    visibility: hidden;

}
#wcsnewestright, #wcsnewestleft{
    cursor: default;
}

#asMediaPlayer.mobile .btn-group button {
    height: 18px;
}
#asMediaPlayer.mobile #left-replacement{
   /* padding-left: 5px;
    padding-right: 12px;*/
}

.btn-group button {
    width: 100%;
    position: relative;
    display: block;
    height: 12px;
    color: white;
}
.btn-group.currentWD{
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.btn-group.newestBtn{
    width: 40px;
    height: 40px;
    display: none;
}

#asMediaPlayer .btn-group.newestBtn span{
    display: none;
}

#asMediaPlayer.mobile .btn-group.newest{
    display: none;
}
#asMediaPlayer.mobile .btn-group.newestBtn{
    display: inline-block;
}

#asMediaPlayer.mobile .btn-group.day{
    border-left: 1px solid #9a9ea1;
    padding-left: 12px;
}

.btn-group.year, .btn-group.minute{
    border-right: 1px solid #9a9ea1;
}
.btn-group.year{
    padding-right: 12px;
}
.btn-group.hour{
    margin-left: 12px;
}

.btn-group.minute{
    padding-right: 12px;
}

.aktuell{
    display: block;
}

#wcloadimg{
    width:20px;
    height:20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#newNavi #currentWeather{
    width:100%;

}
#newNavi #currentWeather tr{
    width:20%;
    text-align: center;
}
#newNavi #currentWeather tr td{
    width:100%;
    display: inline-block;
    text-align: center;
}
#webcamFunctions #currentWeather tr{
    text-align: left;
    line-height: 28px;

}
#wrapfoehndiagramm{
    width: calc(100% - 2*40px);
    height: calc(100% - 2*40px);
    z-index: 2;
    position: absolute;
    margin: 40px;
}
.mobile #wrapfoehndiagramm{
    width: calc(100% - 2*15px);
    height: calc(100% - 2*15px);
    margin: 15px;
}
#previewImg{
    width: 100%;
    display: block;
    cursor: pointer;
}

#graphContainer{
    position: absolute;
    z-index: 2;
    width: calc(100% - 20px);
    height: 50%;
    margin-left: 10px;
    margin-right: 10px;
    top: 30px;
    display: block;
}
.mobile #graphContainer{
    top: 20px;
}
#wrapfoehndiagramm img{
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

#newNavi #currentWeather .currentWeatherValue.temp,#newNavi #currentWeather .currentWeatherValue.wtemp{
    font-size: 15px;
}
#newNavi #currentWeather .currentWeatherValue{
    margin: 0;
}

#currentWeather{
    color: white;
}

#newNavi #currentWeather tr{
    display: inline-block;
}

#webcamFunctions #currentWeather{
    margin: 15px;
    margin-bottom: 30px;
}
.currentWeatherText{
    text-align: left;
    font-size: 12px;
    padding-left: 5px;
}
#slot2 .asm_async_creative{
    left:-160px;
}
.currentWeatherValue{
    text-align: left;
    font-size: 15px;
    margin-left: 3px;
}
.currentWeatherValue.wtemp, .currentWeatherValue.temp{
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
}
button:hover#calnewest{
    color: #c10925;
}

#calnewest.wcnavact{
    color: #9a9ea1;
}
button:hover#calnewest.wcnavact{
    color: #9a9ea1;
    cursor: default;
}
button:hover .arrow-up, #asMediaPlayer.mobile button:hover .arrow-up{
    border-bottom-color: #c10925;
}
button:hover.disabled .arrow-up, #asMediaPlayer.mobile button:hover.disabled .arrow-up{
    border-bottom-color: #9a9ea1;
}
#asMediaPlayer.mobile .arrow-up{
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid white;
}

#asMediaPlayer.mobile .arrow-down{
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid white;
}

#triangleElement{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: inline;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid rgba(29,29,28, 0.5);
    top:-15px;
    width: 0px;
}
#triangleElement.red{
    border-bottom: 15px solid rgba(193,9,37,0.5);
}

.arrow-up {
    display: inline;
    width: 0;
    height: 0;

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid white;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 2px;
}
.disabled .arrow-up, #asMediaPlayer.mobile .disabled .arrow-up, .disabled .arrow-down, #asMediaPlayer.mobile .disabled .arrow-down
{
    border-bottom-color: #9a9ea1;
    cursor: default;
}

#calday, #calmonth,#calyear, #calhour, #calminute, #calnewest{
    height: auto;
}
.wcnav span{
    font-size: 15px;
}
.arrow-down {
    display: inline;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid white;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 3px;
    position: absolute;
}
button.disabled{
    cursor: default;
}


.disabled .arrow-down
 {
     border-top-color: #9a9ea1;
     cursor: default;
 }

button:hover .arrow-down, #asMediaPlayer.mobile button:hover .arrow-down{
      border-top-color: #c10925;
}

button:hover.disabled .arrow-down, #asMediaPlayer.mobile button:hover.disabled .arrow-down {
    border-top-color: #9a9ea1;
}

.overlaycircel{
    width: 50px;
    height: 50px;
    position: relative;
    top: 5px;
    left: 5px;
    background-color: #1D1D1C;
    border-radius: 50%;
    z-index: 10;
}
/*** PROGRESS CIRCLE ***/
.radial-prgress {
@circle-size: 120px;
@circle-background: #d6dadc;
@circle-color: #97a71d;
@transition-length: 1s;

    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 7;
}
.circel{
    position: relative;
    z-index: 8;
}

.mask.full{
    position: relative;
    z-index: 9;
}
.mask.half{
    position: relative;
    z-index: 9;
}
.circel .mask, .circel .fill {
    width:    60px;
    height:   60px;
    position: absolute;

    border-radius: 50%;
    -webkit-backface-visibility: hidden;
}
.radial-prgress .circel .mask {
    clip: rect(0px, 60px, 60px, 30px);
}
.circel .fill {
    clip: rect(0px, 30px, 60px, 0px);
    background-color: #c10925;
}

.radial-prgressText{
    display: inline-block;
    position: absolute;
    top:19px;
    left: 0;
    right: 0;
    z-index: 12;
    color: white;
    font-size: 14px;
    text-align: center;
}

img.active{
    filter: invert(0.3);
}



/*** SLIDE ***/
input[type=range].slide {
    -webkit-appearance: none;
    width: 100%;
    background-color: transparent;

}
input[type=range].slide:focus {
    outline: none;
}
input[type=range].slide::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #9a9ea1;
    border-radius: 0px;
    border: 0px solid #9a9ea1;
}
input[type=range].slide::-webkit-slider-thumb {
    box-shadow: none;
    border: none;
    height: 10px;
    width: 10px;
    border-radius: 0px;
    background: #000000;
    cursor: pointer;
    -webkit-appearance: none;

}
input[type=range].slide:focus::-webkit-slider-runnable-track {
    background: #a7abad;
}
input[type=range].slide::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #9a9ea1;
    border-radius: 0px;
    border: 0px solid #9a9ea1;
}
input[type=range].slide::-moz-range-thumb {
    box-shadow: none;
    border: 0px solid #000000;
    height: 10px;
    width: 10px;
    border-radius: 0px;
    background: #000000;
    cursor: pointer;
}
input[type=range].slide::-ms-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range].slide::-ms-fill-lower {
    background: #8d9195;
    border: 0px solid #9a9ea1;
    border-radius: 0px;

}
input[type=range].slide::-ms-fill-upper {
    background: #9a9ea1;
    border: 0px solid #9a9ea1;
    border-radius: 0px;

}
input[type=range].slide::-ms-thumb {
    box-shadow: none;
    border: 0px solid #000000;
    height: 10px;
    width: 10px;
    border-radius: 0px;
    background: #000000;
    cursor: pointer;
    height: 1px;
}
input[type=range].slide:focus::-ms-fill-lower {
    background: #9a9ea1;
}
input[type=range].slide:focus::-ms-fill-upper {
    background: #a7abad;
}

