/* __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.png");
}

.v3d-annotation {
    border-radius: 10px 10px 10px 0px;
    background: #6e6e6e;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
}

.blue {
	animation: pulse-blue 1s infinite;
	margin-left: -18px;
	margin-top: -18px;
	background: #00b8cf;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	cursor: pointer;
	outline: none;	
	display: block;	
	transition: background-color .3s;
	
}


@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);
     }
}

.side {
	
	margin-left: -20px;
	bottom: 30px;
	position: absolute;
	color: #ffffff;
	height: 44px;
	width: 140px;
	border-radius: 30px;
	border: 2px solid #00b8cf;
	cursor: pointer;
	outline: none;
	padding-left: 64px;
        font-size: 13px;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	text-indent: 0px;
	font-weight: bold;
        font-family: Helvetica, sans-serif;
	color: #00b8cf;
	display: block;	
	transition: background-color .3s;
}


.link {
	position: absolute;
	bottom: 30px;
	background: #00b8cf;
	height: 44px;
	width: 140px;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
        font-size: 13px;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	font-weight: bold;
        font-family: Helvetica, sans-serif;
	color: white;
	display: block;	
	transition: background-color .3s;
}

.pop {
	box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
	position: absolute;
	width:	200px;
	height: 200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	outline: none;
	z-index: 11;
}

.pop4 {
	box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
	position: absolute;
	width:	300px;
	height: 460px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	outline: none;
	z-index: 11;
}

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

.link {
	background-color: #00b8cf;
	transition: background-color .3s;

}
.side:hover {	
	border: 2px solid #006773;
	cursor: pointer;
	color: #006773;
}

.link:hover {	
	background-color: #3f6e7f;
	cursor: pointer;
}

.blue:hover {	
	background-color: #3f6e7f;
	cursor: pointer;	
}

	
.pfeil {
	pointer-events: none;
}

.titel-1 {
	pointer-events: none;
}



@media only screen and (max-width: 520px) {
.side {
	bottom: 90px;
 }

