/* __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;
}

.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); }


.v3d-simple-preloader-bar {
    background: #00b8cf;
    border: #ffffff;	
    border-radius: 10px;
    height: 15px;
    margin-top: -10px;

}

.v3d-simple-preloader-logo {
    background-image: url("suva.svg");
	margin-bottom: 30px;
	width: 105px;
	height: 100px;
}



@keyframes pulse-blue{

     0% {
          box-shadow: 0 0 0 0px rgba(0, 184, 270, 1);
     }
     100% {
          box-shadow: 0 0 0 12px rgba(0, 184, 270, 0);
     }
}


.count {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -9px;
	margin-top: 158px;
	width: 60px;
	font-family: roman;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;	
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 33;

}

.pop-g {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 2px;
	border: none;
	width: 260px;
	height: 420px;
	box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
	transform: translate(-50%, -50%);
	font-family: roman;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #666;
	background-color: white;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	outline: none;
	z-index: 32;
	pointer-events: none;
	transition: opacity 0.5s, visibility 05s;
}

.side {
	
	right: -36px;
	bottom: 30px;
	position: absolute;
	background: #00b8cf;
	height: 46px;
	width: 140px;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
        font-size: 14px;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	vertical-align: middle;
	text-indent: 26px;
        font-family: medium;
	font-weight: 400;
	color: white;
	display: block;	
	transition: background-color .3s;
	z-index: 22;
}

.btn-b {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 90px;
	background: #00b8cf;
	height: 46px;
	width: 120px;
	border-radius: 46px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
        font-size: 14px;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	vertical-align: middle;
	text-indent: 1px;
	font-weight: 400;
        font-family: medium;
	color: white;
	display: none;
	z-index: 31;
	transition: background-color .3s;
}

.btn-w {
	position: absolute;
	left: 30px;
	background: white;
	height: 46px;
	width: 160px;
	border-radius: 46px;
	border: 3px solid #00b8cf;
	cursor: pointer;
	outline: none;
	padding: 0;
        font-size: 14px;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	vertical-align: middle;
	text-indent: 1px;
	font-weight: 400;
        font-family: medium;
	color: #00b8cf;
	display: block;
	transition: border .3s, color .3s ;	
	
}
.pop-f {
	position: absolute;
	bottom: 30px;
	left: 30px;
	border-radius: 2px;
	border: none;
	width: 200px;
	height: 260px;
	box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
	font-family: roman;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding-left: 20px;
	padding-top: 20px;
	color: #666;
	background-color: white;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	outline: none;
	z-index: 30;
	transition: 0.5s;
}



.pop-a {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	border: none;
	transform: translate(-50%, -50%);
	width: 300px;
	height: 300px;
	box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;	
	font-family: roman;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	padding-bottom: 60px;
	color: white;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;	
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	outline: none;
	z-index: 30;
	pointer-events: none;
	transition: 0.5s;
}

.pop-a-titel {
	position: absolute;
	top: 50%;
	left: 50%;	
	transform: translate(-50%, -50%);
	font-family: medium;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	margin-top: -100px;
	color: white;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	display: block;	
	cursor: pointer;
	outline: none;
	z-index: 30;
	pointer-events: none;

}
.titel {
	position: absolute;
	top: 36%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: roman;
	font-size: 40px;
	font-weight: 400;
	line-height: 46px;	
	color: white;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 20;


}
.legende-titel {
	position: absolute;
	left: 20px;
	bottom: 190px;
	width: 160px;
	font-family: roman;
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;	
	color: #666;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 28;

}
.legende-lead {
	position: absolute;
	left: 20px;
	width: 240px;
	font-family: roman;
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;	
	color: #ff8200;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: none;	
	cursor: auto;
	pointer-events: none;
	z-index: 28;

}

.legende {
	position: absolute;
	left: 50px;
	bottom: 28px;
	width: 260px;
	font-family: roman;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;	
	color: #666666;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 28;

}


.legende-n {	
	position: absolute;
	display: flex;
	width: 20px;
	left: 20px;
	bottom: 30px;
	background: white;
	box-shadow: 1px 1px 4px #999;
	border: none;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	align-items: center;  
 	justify-content: center;
	color: #ff8200; 
	font-family: medium;
      font-size: 12px;
	visibility: collapse;
	z-index: 28;
}

.back {

	position: absolute;
	width: 48px;
	height: 48px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 168px;
	margin-left: -44px;
	border-radius: 50%;
	border: 3px solid #00b8cf;
	outline: none;
	padding: 0;
	display: block;
	background-color: white;
	background-image: url('pfeil-blau.svg');
	transition: border .3s, cursor .3s, color .3s, background-image .3s;
	z-index: 33;
	pointer-events: auto;
}

.back-grau {
	position: absolute;
	width: 48px;
	height: 48px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 168px;
	margin-left: -44px;
	border-radius: 50%;
	border: 3px solid #cccccc;
	outline: none;
	padding: 0;
	display: block;
	background-color: white;
	background-image: url('pfeil-grau.svg');
	transition: border .3s, cursor .3s, color .3s, background-image .3s;
	z-index: 33;
	pointer-events: none;	
}

.for {

	position: absolute;
	width: 48px;
	height: 48px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 144px;
	margin-left: 24px;
	border-radius: 50%;
	border: 3px solid #00b8cf;
	outline: none;
	padding: 0;
	display: block;
	background-color: white;
	background-image: url('pfeil-blau.svg');
	transform: scaleX(-1);
	transition: border .3s, cursor .3s, color .3s, background-image .3s;
	z-index: 33;
	pointer-events: auto;
}

.for-grau {

	position: absolute;
	width: 48px;
	height: 48px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 144px;
	margin-left: 24px;
	border-radius: 50%;
	border: 3px solid #cccccc;
	outline: none;
	padding: 0;
	display: block;
	background-color: white;
	background-image: url('pfeil-grau.svg');
	transform: scaleX(-1);
	transition: border .3s, cursor .3s, color .3s, background-image .3s;
	z-index: 33;
	pointer-events: none;
}


.play {
	position: absolute;
	animation: pulse-play 1s infinite;
	width: 80px;
	height: 80px;
	top: 38%;
	left: 50%;
	margin-top: 100px;
	transform: translate(-50%, -50%);
	transition: 0.5s;
	border-radius: 50%;
	background: #00b8cf;
	outline: none;
	z-index: 20;
}



@keyframes pulse-play{

     0% {
          box-shadow: 0 0 0 0px rgba(0, 184, 270, .8);
     }
     100% {
          box-shadow: 0 0 0 12px rgba(0, 184, 270, 0);
     }
}

.for:hover {	
	border: 3px solid #006773;
	cursor: pointer;
	color: #006773;
	background-image: url('pfeil-blau-hover.svg')
}

.back:hover {	
	border: 3px solid #006773;
	cursor: pointer;
	color: #006773;
	background-image: url('pfeil-blau-hover.svg')
}

.play:hover {	
	background-color: #006773;
	cursor: pointer;	
}


.btn-b:hover {	
	background-color: #006773;
	cursor: pointer;	
}

.btn-w:hover {	
	color: #006773;
	border: 3px solid #006773;
	cursor: pointer;	
}