/* sonne 
#tooltip-sonne {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;

  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;

  perspective: 500px;
  -webkit-perspective: 500px;

}

#tooltip-sonne .immerText {
  width: 100%;
  height: 100%;
}

#tooltip-sonne:hover {
  z-index: 3;
}

#tooltip-sonne .tip {
  position: absolute;
  left: 80px;
  top: 0;
  width: 200px;

  background-color: white;
  color: black;
  border-radius: 5px;

  opacity: 0;
  pointer-events: none;
  transform: rotateZ(5deg) rotateY(40deg);
  -webkit-transform: rotateZ(5deg) rotateY(40deg);

  transform-origin: left center;
  -webkit-transform-origin: left center;

  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#tooltip-sonne:hover .tip {
  opacity: 1;
  pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-sonne .tip p {
  font-size: 16px;
  padding: .5em;
  text-align: center;
  background-color: #25aae1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #eee;
}

#tooltip-sonne .innerText p {
  font-size: 16px;
  line-height: 20px;
  padding: 1.0em;
  text-align: justify;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #282828;
}

#tooltip-sonne .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-sonne .out {
  position: relative;
  width: 70px;
  height: 70px;
  padding: 5px;
  border: 5px solid rgba(255,255,255,0);
  border-radius: 50%;
  cursor: pointer;
  transition: border .3s ease-in-out;
}

#tooltip-sonne .in {
  width: 100%;
  height: 100%;
  background-color: #25aae1;
  padding: 10px;
  border-radius: 50%;
  color: #444;
  text-align: center;
  line-height: 60px;
  font-size: 2em;
  font-family: cursive;
  transition: background-color .3s ease-in-out;
}

#tooltip-sonne .in .image {
  width: 30px;
  height: 30px;
  background-image: url(img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

#tooltip-sonne .out:hover {
  border: 5px solid #fff;
}

#tooltip-sonne .out:hover .in {
  background-color: #1795D2;
}

#tooltip-sonne .out:hover .in .image {
  background-position: 0 0px;
}*/
/* Ende sonne */

/* schaedel 
#tooltip-schaedel {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;

  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;

  perspective: 500px;
  -webkit-perspective: 500px;

}

#tooltip-schaedel .immerText {
  width: 100%;
  height: 100%;
}

#tooltip-schaedel:hover {
  z-index: 3;
}

#tooltip-schaedel .tip {
  position: absolute;
  left: 80px;
  top: 0;
  width: 200px;

  background-color: white;
  color: black;
  border-radius: 5px;

  opacity: 0;
  pointer-events: none;
  transform: rotateZ(5deg) rotateY(40deg);
  -webkit-transform: rotateZ(5deg) rotateY(40deg);

  transform-origin: left center;
  -webkit-transform-origin: left center;

  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#tooltip-schaedel:hover .tip {
  opacity: 1;
  pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-schaedel .tip p {
  font-size: 16px;
  padding: .5em;
  text-align: center;
  background-color: #25aae1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #eee;
}

#tooltip-schaedel .innerText p {
  font-size: 16px;
  line-height: 20px;
  padding: 1.0em;
  text-align: justify;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #282828;
}

#tooltip-schaedel .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-schaedel .out {
  position: relative;
  width: 70px;
  height: 70px;
  padding: 5px;
  border: 5px solid rgba(255,255,255,0);
  border-radius: 50%;
  cursor: pointer;
  transition: border .3s ease-in-out;
}

#tooltip-schaedel .in {
  width: 100%;
  height: 100%;
  background-color: #25aae1;
  padding: 10px;
  border-radius: 50%;
  color: #444;
  text-align: center;
  line-height: 60px;
  font-size: 2em;
  font-family: cursive;
  transition: background-color .3s ease-in-out;
}

#tooltip-schaedel .in .image {
  width: 30px;
  height: 30px;
  background-image: url(img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

#tooltip-schaedel .out:hover {
  border: 5px solid #fff;
}

#tooltip-schaedel .out:hover .in {
  background-color: #1795D2;
}

#tooltip-schaedel .out:hover .in .image {
  background-position: 0 0px;
}*/
/* Ende schaedel */

/* car */
#tooltip-car {
    width: 60px;
    position: absolute;
    height: 60px;
    margin-left: 750px;
    margin-top: 540px;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    perspective: 500px;
    -webkit-perspective: 500px;
}

#tooltip-car .immerText {
  width: 100%;
  height: 100%;
}

#tooltip-car:hover {
  z-index: 3;
}

#tooltip-car .tip {
  position: absolute;
  left: 80px;
  top: 0;
  width: 200px;

  background-color: white;
  color: black;
  border-radius: 5px;

  opacity: 0;
  pointer-events: none;
  transform: rotateZ(5deg) rotateY(40deg);
  -webkit-transform: rotateZ(5deg) rotateY(40deg);

  transform-origin: left center;
  -webkit-transform-origin: left center;

  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#tooltip-car:hover .tip {
  opacity: 1;
  pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-car .tip p {
  font-size: 16px;
  padding: .5em;
  text-align: center;
  background-color: #25aae1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #eee;
}

#tooltip-car .innerText p {
  font-size: 16px;
  line-height: 20px;
  padding: 1.0em;
  text-align: justify;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #282828;
}

#tooltip-car .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-car .out {
  position: relative;
  width: 70px;
  height: 70px;
  padding: 5px;
  border: 5px solid rgba(255,255,255,0);
  border-radius: 50%;
  cursor: pointer;
  transition: border .3s ease-in-out;
}

#tooltip-car .in {
  width: 100%;
  height: 100%;
  background-color: #25aae1;
  padding: 10px;
  border-radius: 50%;
  color: #444;
  text-align: center;
  line-height: 60px;
  font-size: 2em;
  font-family: cursive;
  transition: background-color .3s ease-in-out;
}

#tooltip-car .in .image {
  width: 30px;
  height: 30px;
  background-image: url(img/info01.png);
  background-size: 30px;
  background-position: 0 30px;
}

#tooltip-car .out:hover {
  border: 5px solid #fff;
}

#tooltip-car .out:hover .in {
  background-color: #1795D2;
}

#tooltip-car .out:hover .in .image {
  background-position: 0 0px;
}
/* Ende car */



/* Empfang Hotspot - Jeder Hotspot hat eigenes CSS - 

#tooltip-tresen {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;

  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;

  perspective: 500px;
  -webkit-perspective: 500px;

}

#tooltip-tresen .immerText {
  width: 100%;
  height: 100%;
}

#tooltip-tresen:hover {
  z-index: 3;
}

#tooltip-tresen .tip {
  position: absolute;
  left: 80px;
  top: 0;
  width: 200px;

  background-color: white;
  color: black;
  border-radius: 5px;

  opacity: 0;
  pointer-events: none;
  transform: rotateZ(5deg) rotateY(40deg);
  -webkit-transform: rotateZ(5deg) rotateY(40deg);

  transform-origin: left center;
  -webkit-transform-origin: left center;

  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#tooltip-tresen:hover .tip {
  opacity: 1;
  pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-tresen .tip p {
  font-size: 16px;
  padding: .5em;
  text-align: center;
  background-color: #25aae1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #eee;
}

#tooltip-tresen .innerText p {
  font-size: 16px;
  line-height: 20px;
  padding: 1.0em;
  text-align: justify;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #282828;
}

#tooltip-tresen .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-tresen .out {
  position: relative;
  width: 70px;
  height: 70px;
  padding: 5px;
  border: 5px solid rgba(255,255,255,0);
  border-radius: 50%;
  cursor: pointer;
  transition: border .3s ease-in-out;
}

#tooltip-tresen .in {
  width: 100%;
  height: 100%;
  background-color: rgba(15, 157, 88, 1);
  padding: 10px;
  border-radius: 50%;
  color: #444;
  text-align: center;
  line-height: 60px;
  font-size: 2em;
  font-family: cursive;
  transition: background-color .3s ease-in-out;
}

#tooltip-tresen .in .image {
  width: 30px;
  height: 30px;
  background-image: url(img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

#tooltip-tresen .out:hover {
  border: 5px solid #fff;
}

#tooltip-tresen .out:hover .in {
  background-color: rgba(15, 157, 88, 1);
}

#tooltip-tresen .out:hover .in .image {
  background-position: 0 0px;
}*/
/* Ende Empfang Hotspot */

/* Logo Hotspot - Jeder Hotspot hat eigenes CSS - */

#tooltip-logo {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;

  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;

  perspective: 500px;
  -webkit-perspective: 500px;

}

#tooltip-logo .immerText {
  width: 100%;
  height: 100%;
}

#tooltip-logo:hover {
  z-index: 3;
}

#tooltip-logo .tip {
  position: absolute;
  left: 80px;
  top: 0;
  width: 200px;

  background-color: white;
  color: black;
  border-radius: 5px;

  opacity: 0;
  pointer-events: none;
  transform: rotateZ(5deg) rotateY(40deg);
  -webkit-transform: rotateZ(5deg) rotateY(40deg);

  transform-origin: left center;
  -webkit-transform-origin: left center;

  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#tooltip-logo:hover .tip {
  opacity: 1;
  pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-logo .tip p {
  font-size: 16px;
  padding: .5em;
  text-align: center;
  background-color: #25aae1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #eee;
}

#tooltip-logo .innerText p {
  font-size: 16px;
  line-height: 20px;
  padding: 1.0em;
  text-align: justify;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #282828;
}

#tooltip-logo .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-logo .out {
  position: relative;
  width: 70px;
  height: 70px;
  padding: 5px;
  border: 5px solid rgba(255,255,255,0);
  border-radius: 50%;
  cursor: pointer;
  transition: border .3s ease-in-out;
}

#tooltip-logo .in {
  width: 100%;
  height: 100%;
  background-color: rgba(15, 157, 88, 1);
  padding: 10px;
  border-radius: 50%;
  color: #444;
  text-align: center;
  line-height: 60px;
  font-size: 2em;
  font-family: cursive;
  transition: background-color .3s ease-in-out;
}

#tooltip-logo .in .image {
  width: 30px;
  height: 30px;
  background-image: url(img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

#tooltip-logo .out:hover {
  border: 5px solid #fff;
}

#tooltip-logo .out:hover .in {
  background-color: rgba(15, 157, 88, 1);
}

#tooltip-logo .out:hover .in .image {
  background-position: 0 0px;
}
/* Ende Logo Hotspot */

/* Podeste Hotspot - Jeder Hotspot hat eigenes CSS - */

#tooltip-podeste {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;

  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;

  perspective: 500px;
  -webkit-perspective: 500px;

}

#tooltip-podeste .immerText {
  width: 100%;
  height: 100%;
}

#tooltip-podeste:hover {
  z-index: 3;
}

#tooltip-podeste .tip {
  position: absolute;
  left: 80px;
  top: 0;
  width: 200px;

  background-color: white;
  color: black;
  border-radius: 5px;

  opacity: 0;
  pointer-events: none;
  transform: rotateZ(5deg) rotateY(40deg);
  -webkit-transform: rotateZ(5deg) rotateY(40deg);

  transform-origin: left center;
  -webkit-transform-origin: left center;

  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#tooltip-podeste:hover .tip {
  opacity: 1;
  pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-podeste .tip p {
  font-size: 16px;
  padding: .5em;
  text-align: center;
  background-color: #25aae1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #eee;
}

#tooltip-podeste .innerText p {
  font-size: 16px;
  line-height: 20px;
  padding: 1.0em;
  text-align: justify;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #282828;
}

#tooltip-podeste .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-podeste .out {
  position: relative;
  width: 70px;
  height: 70px;
  padding: 5px;
  border: 5px solid rgba(255,255,255,0);
  border-radius: 50%;
  cursor: pointer;
  transition: border .3s ease-in-out;
}

#tooltip-podeste .in {
  width: 100%;
  height: 100%;
  background-color: rgba(15, 157, 88, 1);
  padding: 10px;
  border-radius: 50%;
  color: #444;
  text-align: center;
  line-height: 60px;
  font-size: 2em;
  font-family: cursive;
  transition: background-color .3s ease-in-out;
}

#tooltip-podeste .in .image {
  width: 30px;
  height: 30px;
  background-image: url(img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

#tooltip-podeste .out:hover {
  border: 5px solid #fff;
}

#tooltip-podeste .out:hover .in {
  background-color: rgba(15, 157, 88, 1);
}

#tooltip-podeste .out:hover .in .image {
  background-position: 0 0px;
}
/* Ende Podeste Hotspot */

/* Präsentationsfläche Hotspot - Jeder Hotspot hat eigenes CSS - */

#tooltip-praese {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;

  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;

  perspective: 500px;
  -webkit-perspective: 500px;

}

#tooltip-praese .immerText {
  width: 100%;
  height: 100%;
}

#tooltip-praese:hover {
  z-index: 3;
}

#tooltip-praese .tip {
  position: absolute;
  left: 80px;
  top: 0;
  width: 200px;

  background-color: white;
  color: black;
  border-radius: 5px;

  opacity: 0;
  pointer-events: none;
  transform: rotateZ(5deg) rotateY(40deg);
  -webkit-transform: rotateZ(5deg) rotateY(40deg);

  transform-origin: left center;
  -webkit-transform-origin: left center;

  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#tooltip-praese:hover .tip {
  opacity: 1;
  pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-praese .tip p {
  font-size: 16px;
  padding: .5em;
  text-align: center;
  background-color: #25aae1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #eee;
}

#tooltip-praese .innerText p {
  font-size: 16px;
  line-height: 20px;
  padding: 1.0em;
  text-align: justify;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #282828;
}

#tooltip-praese .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-praese .out {
  position: relative;
  width: 70px;
  height: 70px;
  padding: 5px;
  border: 5px solid rgba(255,255,255,0);
  border-radius: 50%;
  cursor: pointer;
  transition: border .3s ease-in-out;
}

#tooltip-praese .in {
  width: 100%;
  height: 100%;
  background-color: rgba(15, 157, 88, 1);
  padding: 10px;
  border-radius: 50%;
  color: #444;
  text-align: center;
  line-height: 60px;
  font-size: 2em;
  font-family: cursive;
  transition: background-color .3s ease-in-out;
}

#tooltip-praese .in .image {
  width: 30px;
  height: 30px;
  background-image: url(img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

#tooltip-praese .out:hover {
  border: 5px solid #fff;
}

#tooltip-praese .out:hover .in {
  background-color: rgba(15, 157, 88, 1);
}

#tooltip-praese .out:hover .in .image {
  background-position: 0 0px;
}
/* Ende Präsentationsfläche Hotspot */

/* Video Hotspot - Jeder Hotspot hat eigenes CSS - */

#tooltip-video {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;

  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;

  perspective: 500px;
  -webkit-perspective: 500px;

}

#tooltip-video .immerText {
  width: 100%;
  height: 100%;
}

#tooltip-video:hover {
  z-index: 3;
}

#tooltip-video .tip {
  position: absolute;
  left: 80px;
  top: 0;
  width: 200px;

  background-color: white;
  color: black;
  border-radius: 5px;

  opacity: 0;
  pointer-events: none;
  transform: rotateZ(5deg) rotateY(40deg);
  -webkit-transform: rotateZ(5deg) rotateY(40deg);

  transform-origin: left center;
  -webkit-transform-origin: left center;

  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#tooltip-video:hover .tip {
  opacity: 1;
  pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-video .tip p {
  font-size: 16px;
  padding: .5em;
  text-align: center;
  background-color: #25aae1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #eee;
}

#tooltip-video .innerText p {
  font-size: 16px;
  line-height: 20px;
  padding: 1.0em;
  text-align: justify;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #282828;
}

#tooltip-video .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-video .out {
  position: relative;
  width: 70px;
  height: 70px;
  padding: 5px;
  border: 5px solid rgba(255,255,255,0);
  border-radius: 50%;
  cursor: pointer;
  transition: border .3s ease-in-out;
}

#tooltip-video .in {
  width: 100%;
  height: 100%;
  background-color: rgba(15, 157, 88, 1);
  padding: 10px;
  border-radius: 50%;
  color: #444;
  text-align: center;
  line-height: 60px;
  font-size: 2em;
  font-family: cursive;
  transition: background-color .3s ease-in-out;
}

#tooltip-video .in .image {
  width: 30px;
  height: 30px;
  background-image: url(img/neu/play.png);
  background-size: 30px;
  background-position: 0 30px;
}

#tooltip-video .out:hover {
  border: 5px solid #fff;
}

#tooltip-video .out:hover .in {
  background-color: rgba(15, 157, 88, 1);
}

#tooltip-video .out:hover .in .image {
  background-position: 0 0px;
}
/* Ende Video Hotspot */

/* Vitrinen Hotspot - Jeder Hotspot hat eigenes CSS - */

#tooltip-vitrinen {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;

  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;

  perspective: 500px;
  -webkit-perspective: 500px;

}

#tooltip-vitrinen .immerText {
  width: 100%;
  height: 100%;
}

#tooltip-vitrinen:hover {
  z-index: 3;
}

#tooltip-vitrinen .tip {
  position: absolute;
  left: 80px;
  top: 0;
  width: 200px;

  background-color: white;
  color: black;
  border-radius: 5px;

  opacity: 0;
  pointer-events: none;
  transform: rotateZ(5deg) rotateY(40deg);
  -webkit-transform: rotateZ(5deg) rotateY(40deg);

  transform-origin: left center;
  -webkit-transform-origin: left center;

  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#tooltip-vitrinen:hover .tip {
  opacity: 1;
  pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-vitrinen .tip p {
  font-size: 16px;
  padding: .5em;
  text-align: center;
  background-color: #25aae1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #eee;
}

#tooltip-vitrinen .innerText p {
  font-size: 16px;
  line-height: 20px;
  padding: 1.0em;
  text-align: justify;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #282828;
}

#tooltip-vitrinen .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-vitrinen .out {
  position: relative;
  width: 70px;
  height: 70px;
  padding: 5px;
  border: 5px solid rgba(255,255,255,0);
  border-radius: 50%;
  cursor: pointer;
  transition: border .3s ease-in-out;
}

#tooltip-vitrinen .in {
  width: 100%;
  height: 100%;
  background-color: rgba(15, 157, 88, 1);
  padding: 10px;
  border-radius: 50%;
  color: #444;
  text-align: center;
  line-height: 60px;
  font-size: 2em;
  font-family: cursive;
  transition: background-color .3s ease-in-out;
}

#tooltip-vitrinen .in .image {
  width: 30px;
  height: 30px;
  background-image: url(img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

#tooltip-vitrinen .out:hover {
  border: 5px solid #fff;
}

#tooltip-vitrinen .out:hover .in {
  background-color: rgba(15, 157, 88, 1);
}

#tooltip-vitrinen .out:hover .in .image {
  background-position: 0 0px;
}
/* Ende Vitrinen Hotspot */

/* Original */
/*
#tooltip {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;

  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;

  perspective: 500px;
  -webkit-perspective: 500px;

}

#tooltip img {
  width: 100%;
  height: 100%;
}

#tooltip:hover {
  z-index: 3;
}

#tooltip .tip {
  position: absolute;
  left: 80px;
  top: 0;
  width: 200px;

  background-color: white;
  color: black;
  border-radius: 5px;

  opacity: 0;
  pointer-events: none;
  transform: rotateZ(5deg) rotateY(40deg);
  -webkit-transform: rotateZ(5deg) rotateY(40deg);

  transform-origin: left center;
  -webkit-transform-origin: left center;

  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#tooltip:hover .tip {
  opacity: 1;
  pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}

#tooltip .tip p {
  font-size: 16px;
  padding: .5em;
  text-align: center;
  background-color: #25aae1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #eee;
}

#tooltip .tip img {
  font-size: 16px;
  padding: .5em;
}

#tooltip .out {
  position: relative;
  width: 70px;
  height: 70px;
  padding: 5px;
  border: 5px solid rgba(255,255,255,0);
  border-radius: 50%;
  cursor: pointer;
  transition: border .3s ease-in-out;
}

#tooltip .in {
  width: 100%;
  height: 100%;
  background-color: #25aae1;
  padding: 10px;
  border-radius: 50%;
  color: #444;
  text-align: center;
  line-height: 60px;
  font-size: 2em;
  font-family: cursive;
  transition: background-color .3s ease-in-out;
}

#tooltip .in .image {
  width: 30px;
  height: 30px;
  background-image: url(../img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

#tooltip .out:hover {
  border: 5px solid #fff;
}

#tooltip .out:hover .in {
  background-color: #fff;
}

#tooltip .out:hover .in .image {
  background-position: 0 0px;
}
*/
/* Ende Original*/