.Blinkdots .tooltiptext img {
	width: 800%;
    height: auto;
    position: absolute;
    bottom: 30px;
    left:50%;
    transform:translateX(-50%);
    text-align: center;
    border: 1px solid #3db60f;
}
.Blinkdots .kreis > span  {
    display: none;
}
.Blinkdots .kreis:hover > span {
  display: inline-block;
}
/* blinkende Bobbel Position */
#VarioX_1, #VarioXpower_1 { 
    position: absolute;
    left: 93%;
    top: 56%;
}
#Dezentral_1, #Electric_1 { 
    position: absolute;
    left: 66%;
    top: 63%;
}
#HighV_1 { 
    position: absolute;
    left: 94%;
    top: 80%;
}
#MotorDrive_1 { 
    position: absolute;
    left: 68%;
    top: 72%;
}
#Asyn_1 { 
    position: absolute;
    left: 58%;
    top: 64%;
}
#GB_1 { 
    position: absolute;
    left: 95%;
    top: 55%;
}
#Machine_vision_1 { 
    position: absolute;
    left: 91%;
    top: 57%;
}
#IO_Master_1 { 
    position: absolute;
    left: 79%;
    top: 75%;
}
#IO_Power_1, #Hybrid_1 { 
    position: absolute;
    left: 35%;
    top: 67%;
}
#Threein1_1, #Threein1safety_1 { 
    position: absolute;
    left: 60%;
    top: 57%;
}
#Multi_1 { 
    position: absolute;
    left: 86%;
    top: 47%;
}
#Multivolt_1 { 
    position: absolute;
    left: 84%;
    top: 47%;
}
/* standing points */
.kreis {
  width: 20px;
  height: 20px;
  background: #3db60f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
	outline: none;
}
.kreis::before, .kreis::after {
  content:"";
  position:absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border: 2px solid #3db60f;
  border-radius:100%;
  animation: kringel linear 1.5s infinite;	
}
.kreis::after {
  animation-delay: -0.7s;
}
.kreisgreen {
  width: 20px;
  height: 20px;
  background: #e9ecef;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
	outline: none;
}
.kreisgreen::before, .kreisgreen::after {
  content:"";
  position:absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border: 2px solid #e9ecef;
  border-radius:100%;
  animation: kringelgreen linear 1.5s infinite;	
}
.kreisgreen::after {
  animation-delay: -0.7s;
}
@keyframes kringel {
  0% { width:20px; height:20px; border:2px solid #c7dfbd; }
  100% { width:70px; height:70px; border:2px solid transparent; }
}
@keyframes kringelgreen {
  0% { width:20px; height:20px; border:2px solid #3db60f; }
  100% { width:70px; height:70px; border:2px solid transparent; }
}
.green {
	color: #3db60f;
}
.greenkreishover {
	background: #e9ecef;
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 599px) {
.kreis {
	transform: scale(0.4);
}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991px) and (min-width: 600px) {
.kreis {
	transform: scale(0.7);
}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.kreis {
	transform: scale(1);
}	
}
/* end standing points */

/* vorne */
#button_vorne_hygienic1A { 
    position: absolute;
    left: 30.2%;
    top: 60%;
}
#vorne_hygienic1A {
	display: none;
	position: absolute;
	left: 30.2%;
	top: 65%;
} 

#button_vorne_hygienic1B { 
    position: absolute;
    left: 50.2%;
    top: 70%;
}
#vorne_hygienic1B {
	display: none;
	position: absolute;
	left: 50.2%;
	top: 75%;
}

#button_vorne_hygienic2A { 
    position: absolute;
    left: 50.2%;
    top: 80%;
}
#vorne_hygienic2A {
	display: none;
	position: absolute;
	left: 50.2%;
	top: 85%;
}

#button_vorne_hygienic2B { 
    position: absolute;
    left: 40.2%;
    top: 60%;
}
#vorne_hygienic2B {
	display: none;
	position: absolute;
	left: 40.2%;
	top: 65%;
}
/* vorne */

/* ueberblick */
#button_ueberblick_hygienic1A { 
    position: absolute;
    left: 30.2%;
    top: 60%;
}
#ueberblick_hygienic1A {
	display: none;
	position: absolute;
	left: 30.2%;
	top: 65%;
} 

#button_ueberblick_hygienic1B { 
    position: absolute;
    left: 50.2%;
    top: 70%;
}
#ueberblick_hygienic1B {
	display: none;
	position: absolute;
	left: 50.2%;
	top: 75%;
}

#button_ueberblick_hygienic2A { 
    position: absolute;
    left: 50.2%;
    top: 80%;
}
#ueberblick_hygienic2A {
	display: none;
	position: absolute;
	left: 50.2%;
	top: 85%;
}

#button_ueberblick_hygienic2B { 
    position: absolute;
    left: 40.2%;
    top: 60%;
}
#ueberblick_hygienic2B {
	display: none;
	position: absolute;
	left: 40.2%;
	top: 65%;
}
/* ueberblick */


.standingpoint_hg {
	background-color: #3db60f;
	opacity: 0.7;
	padding: 1%;
	width: 25%;
	border: 1px solid rgba(255, 255, 255, 0.7);
	z-index: 2;
}
.text {
    color: #FFF;
    font-size: 1.4vw;
    font-family: TheSans, "Trebuchet MS", sans-serif;
    line-height: 1.5;
}
.text_black {
    color: #333;
    font-size: 1.4vw;
    font-family: TheSans, "Trebuchet MS", sans-serif;
    line-height: 1.5;
}
.fancybox-content {
  width: 50%;
  background: rgba(255, 255, 255, 0.7) !important;	
}
.fancybox-is-open .fancybox-bg {
  opacity: .4 !important;
}
.vorne_hygienic1A:focus ~ #vorne_hygienic1A, .vorne_hygienic1A:hover ~ #vorne_hygienic1A, .vorne_hygienic1B:focus ~ #vorne_hygienic1B, .vorne_hygienic1B:hover ~ #vorne_hygienic1B,
.vorne_hygienic2A:focus ~ #vorne_hygienic2A, .vorne_hygienic2A:hover ~ #vorne_hygienic2A, .vorne_hygienic2B:focus ~ #vorne_hygienic2B, .vorne_hygienic2B:hover ~ #vorne_hygienic2B,
.ueberblick_hygienic1A:focus ~ #ueberblick_hygienic1A, .ueberblick_hygienic1A:hover ~ #ueberblick_hygienic1A, .ueberblick_hygienic1B:focus ~ #ueberblick_hygienic1B, .ueberblick_hygienic1B:hover ~ #ueberblick_hygienic1B,
.ueberblick_hygienic2A:focus ~ #ueberblick_hygienic2A, .ueberblick_hygienic2A:hover ~ #ueberblick_hygienic2A, .ueberblick_hygienic2B:focus ~ #ueberblick_hygienic2B, .ueberblick_hygienic2B:hover ~ #ueberblick_hygienic2B {
	display: block;
}
/* end standing points */
.logo img {
	width: 13%;
	height: auto;
	position: absolute;
	left: 3.3%;
	top: 3.3%;
}

@-webkit-keyframes fadeInRight {
 from {
  opacity:0;
 /* -webkit-transform:translate3d(100%,0,0);
  transform:translate3d(100%,0,0); */
 }
 to {
  opacity:1;
 /* -webkit-transform:none;
  transform:none; */
 }
}
@keyframes fadeInRight {
 from {
  opacity:0;
 /* -webkit-transform:translate3d(100%,0,0);
  transform:translate3d(100%,0,0); */
 }
 to {
  opacity:1;
 /* -webkit-transform:none;
  transform:none; */
 }
}
.fadeInRight{
    animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
    animation-duration: 1s;
	-webkit-animation-duration: 1s;
    animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}
@-webkit-keyframes fadeOutRight {
 from {
  opacity:1;
	 visibility: visible;
 }
 to {
  opacity:0;
	 visibility: hidden;
 /* -webkit-transform:translate3d(100%,0,0);
  transform:translate3d(100%,0,0); */
 }
}
@keyframes fadeOutRight {
 from {
  opacity:1;
	 visibility: visible;
 }
 to {
  opacity:0;
	  visibility: hidden;
 /* -webkit-transform:translate3d(100%,0,0);
  transform:translate3d(100%,0,0); */
 }
}
.fadeOutRight {
 animation-name: fadeOutRight;
	-webkit-animation-name: fadeOutRight;
    animation-duration: 1s;
	-webkit-animation-duration: 1s;
    animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}
* {
	margin:0;
	padding:0;
}
a img {
	border:0;
	outline: none;
}
a, a:link, a:visited {
	text-decoration: none;
	border: none;
	outline: none;
	color: #FFF;
}
.video-container {
  position: relative;
}
video {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.overlay {
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: left;
  justify-content: left;
  overflow:hidden;
}
/*.pulse {
	visibility:hidden;
}*/
.pulsate1, .pulsate2, .pulsate3, .pulsate4, .pulsate5, .pulsate6, .pulsate7, .pulsate8, .pulsate9, .pulsate10, .pulsate11 {
    border: 1px solid #FFF;
    opacity: 1;
    z-index: 1;
	position:relative;
	cursor:pointer;
}
.link {
	height: 100%;
	width: 100%;
	color: #FFF;
	font-size: 1.4vw;
	font-family: TheSans, "Trebuchet MS", sans-serif;
	line-height: 1.5;
}
.infopoint {
    position: absolute;
	background-color: rgba(61,182,15,0.8);
	left: 5%;
	bottom: 5%;
	width: auto;
	height: auto;
	padding: .5%;
	z-index: 10;
	color: #fff !important;
	font-size: 1.4vw;
	font-family: TheSans, "Trebuchet MS", sans-serif;
}
.infopoint2 {
    position: absolute;
	background-color: rgba(61,182,15,0.8);
	left: 31%;
	bottom: 5%;
	width: auto;
	height: auto;
	padding: .5%;
	z-index: 10;
	color: #fff !important;
	font-size: 1.4vw;
	font-family: TheSans, "Trebuchet MS", sans-serif;
}
.infopoint:hover {
	/*color: #3db60f !important;*/
	background-color: rgba(38,116,7,0.8);
}