/* Generated by less 3.11.1 */
.hotspot-wrapper {
  position: relative;
}
.hotspot-wrapper .hotspot-img {
  position: relative;
}
.hotspot-wrapper .hotspot-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  height: 100%;
  width: 100%;
}
.hotspot-wrapper .hotspot-img img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.hotspot-wrapper .hotspot-point-wrapper {
  position: absolute;
}
.hotspot-wrapper .hotspot-point-wrapper .hotspot-point-link {
  background: rgba(201, 11, 28, 0.8);
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: block;
  border-radius: 100%;
  position: relative;
  z-index: 3;
}
.hotspot-wrapper .hotspot-point-wrapper .hotspot-point-link .hotspot-point {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  margin: 9px;
}
.hotspot-wrapper .hotspot-point-wrapper .hotspot-point-link.black {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #2d2d2b;
}
.hotspot-wrapper .hotspot-point-wrapper .hotspot-point-link.black .hotspot-point {
  background: #2d2d2b;
}
.hotspot-wrapper .hotspot-point-wrapper .hotspot-point-content {
  display: none;
  position: absolute;
  background: #ffffff;
  width: auto;
  min-width: 200px;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out 0.2s;
  opacity: 0;
  z-index: 4;
}
.hotspot-wrapper .hotspot-point-wrapper .hotspot-point-content .hover-text p {
  font-size: 100%;
  font-weight: normal;
  text-align: center;
}
.hotspot-wrapper .hotspot-point-wrapper .hotspot-point-content .hover-text p.h3 {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 120%;
}
.hotspot-wrapper .hotspot-point-wrapper .hotspot-point-content .hover-text p.preis {
  color: #c90b1c;
  padding-top: 10px;
  font-weight: bold;
  font-family: 'Roboto', Arial, "sans-serif";
  font-size: 150%;
}
.hotspot-wrapper .hotspot-point-wrapper .hotspot-point-content .hover-text p.preis sup {
  top: -5px;
}
.hotspot-wrapper .hotspot-point-wrapper:hover .hotspot-point-link,
.hotspot-wrapper .hotspot-point-wrapper:focus .hotspot-point-link {
  width: 30px;
  height: 30px;
  border-width: 3px;
}
.hotspot-wrapper .hotspot-point-wrapper:hover .hotspot-point-link .hotspot-point,
.hotspot-wrapper .hotspot-point-wrapper:focus .hotspot-point-link .hotspot-point {
  width: 7px;
  height: 7px;
  margin: 9px;
}
.hotspot-wrapper .hotspot-point-wrapper:hover .hotspot-point-content,
.hotspot-wrapper .hotspot-point-wrapper:focus .hotspot-point-content {
  display: block;
  transition: all 0.2s ease-in-out 0.2s;
  animation-name: imageVisibility;
  animation-duration: 1s;
  opacity: 1;
}
.hotspot-wrapper a {
  text-decoration: none;
}
