/* __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: #333333;
    border: #ffffff;	
    border-radius: 10px;
    height: 2px;
    margin-top: -10px;

}

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

.titel {
	position: absolute;
	cursor: auto;
	outline: none;
	padding: 0;
	font-family: thesans-bold;
        font-size: 26px;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	font-weight: 400;
	color: #001155;
	display: block;	
}

.text {
	position: absolute;
	cursor: auto;
	outline: none;
	padding: 0;
	font-family: thesans;
        font-size: 14px;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	font-weight: 200;
	color: #333333;
	display: block;	

}


.titel-pic {
	position: absolute;
	cursor: auto;
	outline: none;
	padding: 0;
	font-family: thesans-bold;
        font-size: 28px;
	left: 50%;
	margin-top: 130px;
	transform: translate(-50%, -50%);
	font-weight: 400;
	color: #001155;
	display: block;
	z-index: 8;		
}

.text-pic {
	position: absolute;
	cursor: auto;
	outline: none;
	padding: 0;
	font-family: thesans;
        font-size: 18px;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 50px;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	font-weight: 200;
	color: #333333;
	display: block;	
	z-index: 8;
}



.btn {
	position: absolute;
	background: #086adb;
	height: 40px;
	width: 130px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;

	left: 50%;
	transform: translate(-50%, -50%);
	font-family: thesans;
        font-size: 16px;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	font-weight: 400;
	color: white;
	display: block;	
	transition: background-color .1s;
	z-index: 20;
}


.btn-link {
	position: absolute;
	background-image: url("pfeil.png");
	cursor: pointer;
	outline: none;
	border: none;
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 140px;
	margin-left: -18px;
	font-family: thesans;
        font-size: 18px;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	text-indent: 22px;
	font-weight: 400;
	color: #086adb;
	display: block;	
	z-index: 20;
}

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


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

.btn:hover {	
	background-color: #0851da;
}

.btn-link:hover {	
	color: #0851da;
	text-decoration-line: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 0.3em;
}