/* __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%;
    background-image: linear-gradient(to right, #21a7fe , #a10380);
}

.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;
        font-size: 20px;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	font-weight: 400;
	color: white;
	display: block;	
	transition: background-color .1s;
}

.btn {
	position: absolute;
	background: #086adb;
	height: 40px;
	width: 130px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	font-family: thesans;
        font-size: 14px;
	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;
}

.home {
	position: absolute;
	height: 258px;
	width: 206px;
	background-size: 100%;
        margin-top: -129px;
	margin-left: -103px;
	border: none;
	cursor: auto;
	outline: none;
}

.home-custom {
	position: absolute;
	height: 258px;
	width: 206px;
	background-size: 100%;
        margin-top: -129px;
	margin-left: -103px;
	border: none;
	cursor: auto;
	outline: none;
}




.icon {
	position: absolute;
	animation: pulse-icon 1.5s infinite;
	height: 100px;
	width: 100px;
	background-size: 100%;
	margin-top: -50px;
	margin-left: -50px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	outline: none;
	display: none;
	transition: background-color .5s;
	z-index: 30;

}


@keyframes pulse-icon{

     0% {
          box-shadow: 0 0 0 0px rgba(255, 255, 255, 1);
     }
     100% {
          box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
     }
}


.pic {
	position: absolute;
	height: 258px;
	width: 206px;
	background-size: 100%;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
	outline: none;
	z-index: 10;
}

.beisp {
	position: absolute;
	background: #ffffff;
	height: 400px;
	width: 200px;
	border-radius: 0px;
	border: 1px;
	cursor: auto;
	outline: none;	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	font-family: thesans;
        font-size: 14px;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	font-weight: 400;
	color: #333333;
	display: block;	
	opacity: .9;
	transition: background-color .1s;
	z-index: 42;
}

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

.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: 51;   
}

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



@media only screen and (max-width: 610px) {
.home, .home-custom {
	height: 180px;
	width: 144px;
	background-size: 100%;
        margin-top: -100px;
	margin-left: -72px;

 }


@media only screen and (max-width: 480px) {
.home {
	height: 140px;
	width: 112px;
	background-size: 100%;
        margin-top: -100px;
	margin-left: -40px;

 }

@media only screen and (max-width: 480px) {
.home-custom {
	height: 140px;
	width: 112px;
	background-size: 100%;
        margin-top: -0px;
	margin-left: -70px;

 }

@media only screen and (max-width: 520px) {
.pic {
	width: 120px;
    	height: 150px;
	background-size: 100%;
	top: 55%;
 }



@media only screen and (max-width: 520px) {
.icon {
	height: 50px;
	width: 50px;
	background-size: 100%;

 }



