/* __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%;
}

.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;
	margin-left: -8px;
	margin-top: -8px;
	background: #bb1d4d;
	border: 2px solid #ffffff;
	font-weight: bold;
	cursor: pointer;
	opacity: 1;
	transition: background-color .3s;
}

.v3d-annotation:hover {
 	background-color: #851437;
}


@keyframes pulse-blue{

     0% {
          box-shadow: 0 0 0 0px rgba(187, 29, 77, 0.7);
     }
     100% {
          box-shadow: 0 0 0 10px rgba(187, 29, 77, 0);
     }
}

.back {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 50px;
	height: 50px;
	background: #bb1d4d;
	border: 3px solid white;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
	z-index: 15;
	opacity: .9;
      -webkit-box-shadow: 1px 1px 12px -6px rgba(0,0,0,0.75);
      -moz-box-shadow: 1px 1px 12px -6px rgba(0,0,0,0.75);
      box-shadow: 1px 1px 12px -6px rgba(0,0,0,0.75);
	transition: all 0.2s;
}

.back:before {
 	position: absolute;
 	top: 18px;
	left: 19px;
 	content: ' ';	
 	border: solid white;
	border-width: 0 3px 3px 0;
	padding: 3px;
	transition: all 0.2s;
}
.back:before {
	  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.back:hover {
	  border: 3px solid #white;
	background: #851437;
}

.back:hover::before {
	left: 16px;
	border: solid white;
	border-width: 0 3px 3px 0;
	padding: 3px;
	
}





.pop-klein {
	position: absolute;
	top: 25%;
	left: 74%;
	transform: translate(-50%, -50%);
	border: none;
	border-radius: 3px;
	background: #bb1d4d;
	width: 190px;
	height: auto;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 60px;
	color: white;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	font-family: roman;
	font-weight: 400;
	font-style: normal;	
	box-shadow: rgba(0, 0, 0, 0.55) 2px 2px 10px;
	visibility: hidden;
	opacity: 0;
	outline: none;
	z-index: 11;
	transition: 0.5s;
}


.pop-titel {
	position: absolute;
	background: transparent;	
	font-size: 22px;
	line-height: 26px;
	top: 20px;
	color: white;
	width: 300px;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	font-family: "foco", sans-serif;
	font-weight: 700;
	font-style: normal;
	z-index: 12;
	transition: 0.5s;
}


.pop {
	position: absolute;
	bottom: 12px;
	right: 12px;
	border: none;
	border-radius: 3px;
	background: #bb1d4d;
	width: 280px;
	height: auto;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
	padding-top: 90px;
	padding-left: 20px;
	padding-right: 135px;
	color: white;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	font-family: roman;
	font-weight: 400;
	font-style: normal;	
	box-shadow: rgba(0, 0, 0, 0.55) 2px 2px 10px;
	visibility: hidden;
	opacity: 0;
	outline: none;
	z-index: 11;
	transition: 0.5s;
}


.icon {
	position: absolute;
	background: transparent;	
	right: 12px;
	bottom: 20px;
	color: white;
	height: 120px;
	width: 120px;
	z-index: 12;
	transition: 0.5s;
}


.close {
 	position: absolute;
	width: 39px;
	height: 39px;
	top: 13px;
	right: 13px;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	background-color: white;
 	opacity: 1;	
	z-index: 12;
	transition: 0.2s;
}


.close:before, .close:after {
 	position: absolute;
 	top: 9px;
	left: 18px;
 	content: ' ';
 	height: 21px;
 	width: 3px;
 	background-color: #bb1d4d;
	border-radius: 99px;
}
.close:before {
	transform: rotate(45deg);
}
.close:after {
  	transform: rotate(-45deg);
}

.close:hover {
 	background-color: #d7b4be;
	transform: rotateZ(90deg);
}

@media screen and (max-width: 470px) {
  .pop {
    width: 140px;
	right: 12px;
	left: 12px;
	padding-right: 135px;
  }
}

@media screen and (max-width: 470px) {
  .pop-titel {
	width: 250px;
  }
}

@media screen and (max-width: 470px) {
  .pop-klein {
	left: 50%;
	top: 80%;
	
  }
}