/* __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: -50px;

}

.v3d-simple-preloader-logo {
    background-image: url("media/suva-logo.svg");
}


.blue {
	position: absolute;
	animation: pulse-blue 1s infinite;
	margin-left: -18px;
	margin-top: -18px;
	background: #00b8cf;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	border-radius: -webkit-0px;
	border: 2px solid #ffffff;
	cursor: pointer;
	outline: none;	
	display: block;	
	padding: 0px;
	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);
     }
}


.titel {
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;	
	color: #ff8200;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 3;


}
.side {
	
	left: -26px;
	bottom: 30px;
	position: absolute;
	background: #00b8cf;
	height: 46px;
	width: 150px;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
        font-size: 13px;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	text-indent: 50px;
	font-weight: bold;
        font-family: Helvetica, sans-serif;
	color: white;
	display: block;	
	transition: background-color .3s;
	z-index: 12;
}


.pop-rund {

	position: absolute;
	width: 300px;
	height: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	outline: none;
	cursor: pointer;
	z-index: 11;
}


.pop {
	box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 300px;
	height: 520px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
	border-radius: 2px;
	opacity: 0;
	visibility: hidden;
	outline: none;
	cursor: pointer;
	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 {
	position: absolute;
	bottom: 30px;
	background: #00b8cf;
	height: 44px;
	width: 138px;
	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;
}


.link-plus {
	position: absolute;
	bottom: 30px;
	background: white;
	height: 20px;
	width: 140px;
	right: 30px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
        font-size: 14px;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	font-weight: bold;
        font-family: Helvetica, sans-serif;
	text-decoration: underline;
	text-underline-offset: 0.3em;
	color: #00b8cf;
	display: block;	
	transition: color .3s;
	z-index: 20;
}

.btn-pfeil {
	position: absolute;
	height: 48px;
	width: 48px;
	top: 90%;
	left: 34%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: transparent;
	border: none;	
	cursor: pointer;
	outline: none;
	display: block;
	z-index: 21;   
}

.btn-plus {
	position: absolute;
	height: 61px;
	width: 96px;
	right: -4px;
	bottom: 0px;
	background-color: transparent;
	border: none;	
	cursor: pointer;
	outline: none;
	display: block;
	z-index: 20;   
}

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

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

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

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

	
.pfeil {
	pointer-events: none;
}

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

.v3d-simple-preloader-container {
    --v3d-preloader-img-width: 120px;
    --v3d-preloader-img-height: 110px;
}