#iframeselect3_1 {
z-index: 999;
}

#headline {
    margin-top: -80px;
    position: absolute;
    background-color: rgba(23, 149, 210, 1);
    padding: 5px 15px;
    margin-left: -200px;
	width:400px;
	border-radius: 5px;
	text-align: center;
}

#hintspot {
  border-radius: 30px;
  background-color: #1795D2; /* rgb(103,115,131) */ 
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
z-index: 999;
  opacity: 0.8;
  transition: opacity 0.2s;

  cursor: pointer;
}

#hintspot img {
  width: 100%;
  height: 100%;
  padding: 5%;
}

#hintspot:hover {
  opacity: 1;
}

/* Tresen */

#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 {
  
  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: #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-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: #1795D2;
}

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

/* 003 film */


#headline_filme {
    position: absolute;    
	cursor: pointer;
	
}

#info-film {
    position: absolute;
    margin-top: 3px;
    margin-left: 210px;
}

#film-logo {}

/* 003 Hintspot film */
#tooltip-film {
  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-film .immerText {
  width: 100%;
  height: 100%;
}

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

#tooltip-film .tip {
    position: absolute;
    left: 116px;
    top: -247px;
    width: 250px;
    background-color: white;
    color: black;
    border-radius: 5px;
}


#tooltip-film:hover .tip {
  
  
}
#tooltip-film .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-film .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-film .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-film .out {
  
  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-film .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-film .in .image {
  width: 30px;
  height: 30px;
  background-image: url(../img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

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

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

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

/* 3screen */

#tooltip-3screen {
    position: absolute;
    width: 60px;
    height: 60px;
    margin-left: 195px;
    margin-top: -95px;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    perspective: 500px;
    -webkit-perspective: 500px;
}

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

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

#tooltip-3screen .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-3screen:hover .tip {
  opacity: 1;
  pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-3screen .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-3screen .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-3screen .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-3screen .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-3screen .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-3screen .in .image {
  width: 30px;
  height: 30px;
  background-image: url(../img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

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

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

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

/* 002 messe */

#headline_messe {
    position: absolute;    
	cursor: pointer;
	
}

#info-messe {
    position: absolute;
    margin-top: -15px;
    margin-left: 220px;
}

#messe-logo {
	height:50px;
}

#tooltip-messe {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: 0px;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  perspective: 500px;
  -webkit-perspective: 500px;

}

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

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

#tooltip-messe .tip {
  position: absolute;
  left: 328px;
  top: -143px;
  width:250px;
  background-color: white;
  color: black;
  border-radius: 5px;

  
}

#tooltip-messe:hover .tip {
  
  
}
#tooltip-messe .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-messe .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-messe .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-messe .out {
  
  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-messe .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-messe .in .image {
  width: 30px;
  height: 30px;
  background-image: url(../img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

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

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

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

/* 004 marken */
#tooltip-marken {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-left: 190px;
  margin-top: -95px;

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

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

}

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

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

#tooltip-marken .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-marken:hover .tip {
  opacity: 1;
  pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-marken .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-marken .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-marken .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-marken .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-marken .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-marken .in .image {
  width: 30px;
  height: 30px;
  background-image: url(../img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

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

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

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

/*005 event */
#tooltip-event {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-left: 180px;
  margin-top: -95px;

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

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

}

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

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

#tooltip-event .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-event:hover .tip {
  opacity: 1;
  pointer-events: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-event .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-event .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-event .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-event .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-event .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-event .in .image {
  width: 30px;
  height: 30px;
  background-image: url(../img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

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

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

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

/* sprung */
#tooltip-sprung {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-left: 200px;
  margin-top: -105px;

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

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

}

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

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

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

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

  opacity: 0;
  pointer-sprungs: 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-sprung:hover .tip {
  opacity: 1;
  pointer-sprungs: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-sprung .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-sprung .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-sprung .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-sprung .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-sprung .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-sprung .in .image {
  width: 30px;
  height: 30px;
  background-image: url(../img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

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

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

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

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

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

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

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

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

  opacity: 0;
  pointer-tons: 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-ton:hover .tip {
  opacity: 1;
  pointer-tons: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-ton .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-ton .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-ton .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-ton .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-ton .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-ton .in .image {
  width: 30px;
  height: 30px;
  background-image: url(../img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

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

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

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

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

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

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

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

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

  opacity: 0;
  pointer-prints: 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-print:hover .tip {
  opacity: 1;
  pointer-prints: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-print .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-print .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-print .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-print .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-print .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-print .in .image {
  width: 30px;
  height: 30px;
  background-image: url(../img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

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

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

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

/* 090 web */
#tooltip-web {
    position: absolute;
    width: 60px;
    height: 60px;
    margin-left: 180px;
    margin-top: -93px;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    perspective: 500px;
    -webkit-perspective: 500px;
}


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

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

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

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

  opacity: 0;
  pointer-webs: 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-web:hover .tip {
  opacity: 1;
  pointer-webs: all;
  transform: none;
  -webkit-transform: none;
  font-size: 0;
}
#tooltip-web .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-web .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-web .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-web .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-web .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-web .in .image {
  width: 30px;
  height: 30px;
  background-image: url(../img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

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

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

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

/* 010 grafik */
.grafik-first {
	margin-left: 185px;
    margin-top: -95px;
}

#tooltip-grafik {
    position: absolute;
    width: 60px;
    height: 60px;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    perspective: 500px;
    -webkit-perspective: 500px;
}

.grafik-second {
    margin-left: 70px;
    margin-top: -97px;
}
	
#tooltip-grafik01 {
    position: absolute;
    width: 60px;
    height: 60px;
    
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    perspective: 500px;
    -webkit-perspective: 500px;
}

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

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

#tooltip-grafik .tip {
    position: absolute;
    left: 6px;
    top: -447px;
    width: 250px;
    background-color: white;
    color: black;
    border-radius: 5px;
}

#tooltip-grafik:hover .tip {
  
  
}
#tooltip-grafik .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-grafik .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-grafik .tip .innerText p {
  font-size: 16px;
  padding: .5em;
}

#tooltip-grafik .out {
  
  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-grafik .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-grafik .in .image {
  width: 30px;
  height: 30px;
  background-image: url(../img/info.png);
  background-size: 30px;
  background-position: 0 30px;
}

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

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

#tooltip-grafik .out:hover .in .image {
  background-position: 0 0px;
}

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