/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;


}

noscript {
    display: block;
    text-align: center;
    padding-top: 100px;
    font-size: 20px;
}

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


@keyframes pulse-blue{

     0% {
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7);
     }
     100% {
          box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
     }
}


a:link {
  text-decoration: none;

}

.v3d-annotation {
	hyphens: none;
	animation: pulse-blue 1.5s infinite;
	height: 22px;
	width: 22px;	
	margin-left: -10px;
	margin-top: -10px;
	background: #00b8cf;	
	border-radius: 50%;
	border: solid 5px white;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	transition: outline, background .2s;
}

.v3d-annotation-dialog {
	hyphens: none;
	min-width: auto;
	max-width: auto;	
	color: black;
	border: none;
	background: white;	
	border-radius: 4px;
	font-size: 14px;
	opacity: 0.9; 
	pointer-events: none;
	position: absolute;
	margin-left: -130%;
	margin-top: 10px;
	padding: 6px;
	cursor: auto;
	
}

.v3d-annotation-transparent {
	opacity: .2;
}

.v3d-annotation:hover {
	height: 24px;
	width: 24px;
	margin-left: -11px;
	margin-top: -11px;
	background: #3f6e7f;
	
}

.dottel {
	position: absolute;
	width: 120px;
	height: 55px;
	bottom: 90px;
	left: 20%;
	background: #ff8200;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	padding-top: 65px;
        font-size: 14px;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	font-weight: 400;
        font-family: medium;
	line-height: 18px;
	color: white;
	display: block;	
	background-image: url('icon-zahlen.svg');
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: top 16px left 46px;
	transition: background-color .3s;
	z-index: 20;
}

.dottel:hover {	
	background-color: #ff5a23;
	cursor: pointer;
}


.titel {
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
	width: 400px;
	font-family: medium;
	font-size: 24px;
	line-height: 28px;	
	color: #666666;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 20;

}

.titel-small {
	position: absolute;
	margin-left: 22px;
	margin-top: 60px;
	width: 480px;
	font-family: roman;
	font-size: 16px;
	line-height: 22px;	
	color: #666666;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 20;

}

.titel-small-x {
	position: absolute;
	margin-left: 0px;
	margin-top: 80px;
	width: 58%;
	font-family: roman;
	font-size: 16px;
	line-height: 22px;	
	color: white;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 20;

}

.text {
	position: absolute;
	bottom: 100px;
	width: 70%;
	font-family: roman;
	font-size: 16px;
	line-height: 22px;	
	color: #666666;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 20;

}

.linkblue {
	position: absolute;
	width: 200px;
	height: 48px;
	bottom: 20px;
	right: 20px;
	background: #00b8cf;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	vertical-align: center;
        font-size: 14px;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	font-weight: 600;
        font-family: Helvetica, sans-serif;
	line-height: 18px;
	color: white;
	display: block;	
	background-position: right 10px bottom 0px;
	transition: background-position .3s, background-color .3s;
	z-index: 20;
}


.linkblue:hover {	
	background-color: #3f6e7f;
	cursor: pointer;
	background-position: right 5px bottom 0px;
}

.home {
	
	left: 180px;
	bottom: 20px;
	position: absolute;
	background-color: #00b8cf;
	height: 48px;
	width: 110px;
	border-radius: 30px;
	cursor: pointer;
	outline: none;
	padding: 0;
        font-size: 14px;
	line-height: 48px;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	vertical-align: middle;
        font-family: Helvetica, sans-serif;
	font-weight: 600;
	color: white;
	display: none;	
	transition: all .3s;
	z-index: 20;		
}

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

.back {

	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	outline: none;
	padding: 0;
	display: none;
	background-color: #00b8cf;
	background-image: url('pfeil.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	transition: all .3s;
	z-index: 22;
	pointer-events: auto;
}

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

.for {

	position: absolute;
	bottom: 20px;
	left: 112px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	outline: none;
	padding: 0;
	display: none;
	background-color: #00b8cf;
	background-image: url('pfeil.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	transition: all .3s;
	z-index: 22;
	pointer-events: auto;
	-moz-transform: scaleX(-1);
  	-o-transform: scaleX(-1);
 	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}

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

@media screen and (max-width: 460px) {
  .titel-small-x {
  	
	width: 60%;	
  }
}

@media screen and (max-width: 490px) {
  .titel {  	
	width: 90%;	
  }
}

@media screen and (max-width: 490px) {
  .titel-small {  	
	width: 90%;	
  }
}

@media screen and (max-width: 390px) {
  .titel-small {  	
	width: 90%;
	margin-top: 90px;	
  }
}

