
.hotspots {
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

.hotspots .inner {
    position: relative;
    display: inline-block
}

.hotspots .spot {
    position: absolute;
    z-index: 3
}

.hotspots .spot.active {
    z-index: 5
}

.hotspots .spot a {
    display: inline-block;
    position: relative
}

.hotspots .spot a.active .icon-spot {
    background: #645e58;
    background-image: url('../img/lotus/icon-button-x_prinzip.svg')
}

.hotspots .spot a.active .info-spot {
    visibility: visible;
    opacity: 1
}

.hotspots .spot .icon-spot {
    width: 48px;
    height: 48px;
    display: block;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #faf7f2;
    background-image: url('../img/lotus/icon-button-plus_prinzip.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.hotspots .spot .info-spot {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    position: absolute;
    z-index: 3;
    top: 0;
    right: -370px;
    width: 360px;
    background: rgba(255,255,255,.85);
    border-radius: 15px;
    color: #645e58;
    padding: 15px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear
}

.hotspots .spot .info-spot h4 {
    margin-bottom: 10px
}

.hotspots .spot.num1 {
    bottom: 31%;
    right: 15%
}

.hotspots .spot.num2 {
    top: 33%;
    right: 13%
}

.hotspots .spot.num3 {
    bottom: 54%;
    left: 14%
}

.hotspots .spot.num3 .info-spot {
    right: 60px
}

.hotspots .spot.num4 {
    bottom: 6%;
    left: 42%
}

.hotspots .spot.num5 {
    bottom: 9%;
    right: 24%
}

.hotspots .spot.num6 {
    top: 11%;
    left: 21%
}

.spotinfos {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 50;
  background: rgb(255, 255, 255);
  padding: 12px;
  border-radius: 16px;
  margin-bottom: 1rem;
  display: block;
  opacity: 1;
  visibility: inherit;
  width: 80%;
  min-height: 230px;
  box-shadow: rgb(81 76 70 / 64%) 0px 4px 12px;
}
