/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.v3d-simple-preloader-bar {
    background: #ff9900;
    border: #ff9900;

}

.v3d-simple-preloader-logo {
    background-image: url("logo.png")
}


.side:hover {
  opacity: 0.8;
}

.red:hover {
  background-color: #feaf5e;
}

.close:hover{
  opacity: 0.6;
}

.dots:hover {
  opacity: 0.6;
}

.button-link:hover {
  opacity: 0.6;
}

.skala {
	
	left: -5px;
	top: 20px;
	position: absolute;
	background: #ffffff;
	height: 35px;
	width: 140px;
	border-radius: 4px;
	border: none;
	cursor: auto;
	outline: none;
	padding: 0;
        font-size: 14px;
	text-align: -moz-left;
	text-align: -webkit-left;
	text-indent: 12px;
	font-weight: bold;
        font-family: Helvetica, sans-serif;
	color: white;
	display: block;	
}

.side {
	
	left: -5px;
	bottom: 200px;
	position: absolute;
	background: #ff8200;
	height: 35px;
	width: 140px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
        font-size: 14px;
	text-align: -moz-left;
	text-align: -webkit-left;
	text-indent: 12px;
	font-weight: bold;
        font-family: Helvetica, sans-serif;
	color: white;
	display: block;	
}


.pop {

	position: absolute;
	height: 400px;
	width: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: Helvetica, sans-serif;
  	font-size: 12px;
  	line-height: 20px;	
	border-radius: 4px;
	cursor: auto;
	outline: none;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 12;
}

.pop-text {

	position: absolute;
	height: 180px;
	width: 300px;
	top: 120px;
	cursor: auto;
	outline: none;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 13;
}


.close {
	position: absolute;
	height: 26px;
	width: 26px;
	right: 10px;
	top: 10px;
	border-radius: 50%;
	border: none;
	background-color: #00b8cf;
	background-image: url("x.svg");
	cursor: pointer;
	outline: none;
	z-index: 13;   
}

.dots {
	position: absolute;	
	height: 36px;
	width: 36px;
	top: 170px;
	left: 50px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
	opacity: 1;
	z-index: 13; 
	display: block;  

}

.button-link {
	postition: absolute;
	height: 60px;
	width: 250px;
	margin-left: 26px;
	margin-top: 380px;
	background-color: #ff8200;
        border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-image: url("button-link.png");
	cursor: pointer;
	outline: none;
	border: none;
	z-index: 16;   	
}



.slider::-webkit-slider-thumb:hover {
  transform: scale(1.2, 1.2);
}
.slider::-moz-range-thumb:hover {
  transform: scale(1.2, 1.2);
}

.slider::-ms-thumb:hover{
  transform: scale(1.2, 1.2);
}


.windchillfaktor {
    position: absolute;
    top: 20px; 
    right: 20px;
    z-index: 10;
}


.sensorset1 {
    position: absolute;
    bottom: 40px;
    left: 20px;
    z-index: 10;
}


.sensorset2 {
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 10;
}



.prefix {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    transform: translateY(50%);
    color: #6e6e6e;
    font-size: 14px;
    z-index: 10;
}

.prefix-2 {
    position: absolute;
    top: 130px;
    right: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #6e6e6e;
    font-size: 14px;
    width: 120px;
    z-index: 10;
}

.info-popup {
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ff8200;
    color: white;
    transform: translate(-50%, -130%);
    padding: 0.2em 0.5em;
    font-size: 20px;
    line-height: .95em;
    text-align: center;
    z-index: 10;
}


.anzeige {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 100px;
    height: 100px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 50%;
    border: 4px solid;
    border-color: white;
    padding: 0px;
    background-color: #cde8fd;
    color: white;  
    font-size: 50px;
    line-height: 2em;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    z-index: 10;
}

.slider {
-webkit-appearance: none;
width: 200px;
height: 3px;
border-radius: 5px;
background: #fff;
border: 2px;
outline: none;
z-index: 10;
}


.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 30px;
height: 30px;
border-radius: 50%;
background: #ff8200;
border: 2px solid;
border-color: white;
cursor: pointer;
z-index: 10;
}

.slider::-moz-range-thumb {
width: 30px;
height: 30px;
border-radius: 50%;
border: 2px solid;
background: #ff8200;
border-color: white;
cursor: pointer;
z-index: 10;
}

.slider::-ms-track {
  background: #777;
}

.slider::-ms-track {
  background: #777;
}




.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }



@media only screen and (max-width: 500px) {
.sensorset1 {
    position: absolute;
    bottom: 130px;
    left: unset;
    right: 20px;

 }

@media only screen and (max-width: 500px) {
.sensorset2 {
    position: absolute;
    right: 20px; 
    bottom: 40px;


}



.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
