/* __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;
}

.v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: all-scroll;
}

.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-annotation {
	animation: pulse-blue 1.5s infinite;
	height: 22px;
	width: 22px;	
	margin-left: -10px;
	margin-top: -10px;
	background: #00b8cf;	
	border-radius: 50%;
	border: solid 3px white;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	transition: border, background .2s;
}


.v3d-annotation-dialog {
	
	min-width: 90px;
	max-width: 390px;	
	color: #666;
	border: none;
	background: white;	
	border-radius: 4px;
	opacity: 0.7; 
	user-select: none !important;
	position: absolute;
	margin-left: -60px;
	margin-top: 10px;
	padding: 6px;
	cursor: all-scroll;
	
}


.v3d-annotation-transparent {
	opacity: .8;
}


.v3d-annotation:hover {
	border: solid 6px white;
	background: #3F6E7F;
	margin-left: -13px;
	margin-top: -13px;	
}

@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;

}
.poplinks {
  padding-left: -10px;
  color: #00b8cf;
  text-decoration: none;
  font-family: medium;



}
.poplinks:hover {

  color: #0397aa;
  text-decoration: none;

}


.titel {
	position: absolute;
	margin-left: 18px;
	margin-top: 20px;
	width: 260px;
	font-family: medium;
	font-weight: 500;
	font-size: 40px;	
	color: #ff8200;
	line-height: 50px;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 3;
}

.untertitel {
	position: absolute;
	left: 21px;
	top: 135px;
	width: 260px;
	font-family: medium;
	font-weight: 400;
	font-size: 19px;	
	color: #ff8200;
	line-height: 24px;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 3;
}

.ziel {
	animation: pulse-ziel 1.5s infinite;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 260px;
	font-family: medium;
	font-weight: 400;
	font-size: 16px;	
	color: #fff;
	background-color: #ff8200;
	line-height: 24px;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	border-radius: 6px;
	padding: 12px;
	padding-left: 20px;
	display: none;	
	cursor: auto;
	pointer-events: none;
	z-index: 3;
}

@keyframes pulse-ziel{

  	 0% {opacity: 1;}
  	50% {opacity: 0.5;}
	100% {opacity: 1;}
	
}



.home {
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 26px;
	left: 26px;	
	background-color: #00b8cf;
	background-image: url("home.svg");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	border-radius: 50%;
	display: none;
	cursor: pointer;
	transition: all .3s;
	z-index: 10;
}

.home:hover {
 	background-color: #257c99;
	
}

.back {

	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 26px;
	left: 86px;
	background-color: #00b8cf;
	background-image: url("pfeil.svg");
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	border-radius: 50%;
	display: block;
	cursor: pointer;
	transition: all .3s;
	z-index: 10;
}

.back:hover {
 	background-color: #257c99;
	
}
.btn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -55px;
	background: #00b8cf;
	height: 46px;
	width: 110px;
	border-radius: 30px;
	border: none;
	color: white;
	font-size: 14px;
	font-family: medium;
	font-weight: 400;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	vertical-align: middle;
	line-height: 46px;
	padding: 0;
	cursor: pointer;
	outline: none;	
	display: block;	
	transition: all .3s;	
}

.btn:hover {
 	background-color: #257c99;
	
}

.dottel {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 128px;
	width: 130px;
	border-radius: 50%;
	border: none;
 	background-color: #ff8200;
	color: white;
	font-size: 12px;
	font-family: medium;
	font-weight: 400;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	vertical-align: middle;
	padding-top: 16px;
	padding: 0;
	cursor: all-scroll;
	outline: none;	
	display: block;
	user-select: none;
	z-index: 10;
	
}


.wahl {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 150px;
	width: auto;
	font-family: roman;
	font-weight: 400;
	font-size: 16px;	
	color: #666;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 3;
}

.pop {
	position: absolute;
	bottom: 12px;
	right: 12px;
	border: none;
	border-radius: 3px;
	background: white;
	width: 320px;
	height: auto;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 60px;
	color: #333;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	font-family: roman;	
	box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 10px;
	visibility: hidden;
	opacity: 0;
	outline: none;
	z-index: 11;
	user-select: none;
	transition: 0.5s;
}


.pop-titel {
	position: absolute;
	background: transparent;	
	font-size: 24px;
	line-height: 24px;
	top: 20px;
	color: #00b8cf;
	padding-right: 40px;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	font-family: medium;
	z-index: 12;
	transition: 0.5s;
}

.pop-titel-orange {
	position: absolute;
	background: transparent;	
	font-size: 24px;
	line-height: 24px;
	top: 20px;
	color: #ff8200;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	font-family: medium;
	z-index: 12;
	transition: 0.5s;
}


.close {
 	position: absolute;
	width: 39px;
	height: 39px;
	top: 9px;
	right: 9px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	background-color: #00b8cf;	
	z-index: 13;
	transition: 0.2s;
}


.close:before, .close:after {
 	position: absolute;
 	top: 9px;
	left: 18px;
 	content: ' ';
 	height: 21px;
 	width: 3px;
 	background-color: white;
	border-radius: 90px;
}
.close:before {
	transform: rotate(45deg);
}
.close:after {
  	transform: rotate(-45deg);
}

.close:hover {
 	background-color: #257c99;
	transform: rotateZ(90deg);
}


.close-orange {
 	position: absolute;
	width: 39px;
	height: 39px;
	top: 9px;
	right: 9px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	background-color: #ff8200;	
	z-index: 13;
	transition: 0.2s;
}


.close-orange:before, .close-orange:after {
 	position: absolute;
 	top: 9px;
	left: 18px;
 	content: ' ';
 	height: 21px;
 	width: 3px;
 	background-color: white;
	border-radius: 90px;
}
.close-orange:before {
	transform: rotate(45deg);
}
.close-orange:after {
  	transform: rotate(-45deg);
}

.close-orange:hover {
 	background-color: #bf6100;
	transform: rotateZ(90deg);
}


@media screen and (max-width: 440px) {
  .pop {
    width: auto;
	right: 12px;
	left: 12px;
  }
}

@media screen and (max-width: 380px) {
  .pop-titel {
    font-size: 18px;
	line-height: 20px;
  }
}
@media screen and (max-width: 380px) {
  .pop-titel-orange {
    font-size: 18px;
	line-height: 20px;
  }
}

@media screen and (max-width: 420px) {
  .titel {
    width: 220px;
  }
}



@media screen and (max-width: 420px) {
  .ziel {
    width: 160px;
  }
}





