canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.three-d-mapper-canvas-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
}
.three-d-mapper-canvas-wrapper-img-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.three-d-mapper-canvas-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  z-index: 999;
}
.three-d-mapper-canvas-text {
  text-align: center;
}
.three-d-mapper-canvas-text-titel {
  text-align: center;
  z-index: 999;
}
.three-d-mapper-canvas-text-subtitel {
  text-align: center;
  z-index: 999;
}
.three-d-mapper-canvas-text-link {
  text-align: center;
  padding-top: 30px;
}
.three-d-mapper-canvas-text-link a {
  padding: 10px 18px;
  text-decoration: none;
  white-space: nowrap;
}
.three-d-mapper-canvas-text-link a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.three-d-mapper-canvas-text-attributation {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: white;
  color: #000;
  padding: 2px 6px;
  font-size: 10px;
  opacity: 0.5;
  z-index: 999;
}
.three-d-mapper-canvas-text-attributation a {
  color: #000 !important;
}
.three-d-mapper-canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
