/* blinkende Bobbel Position */
#Lichtband_1 {
    position: absolute;
    left: 51%;
  	top: 35.5%;
    cursor: pointer;

}
#Sortiertopf_2 {
  position: absolute;
  top: 31%;
  right: 8%;
    cursor: pointer;
    display: flex;
    align-items: center;
}
#WBS_3 {
    position: absolute;
    left: 69.5%;
    top: 54%;
    cursor: pointer;

}
#Glashaube_4 {
    position: absolute;
    left: 21%;
    top: 30.5%;
    cursor: pointer;

}
#Display_5 {
    position: absolute;
    left: 56%;
    top: 50.5%;
    cursor: pointer;

}
#Verschiebeeinheit_6 {
    position: absolute;
    left: 13.5%;
    top: 72.5%;
    cursor: pointer;

}
#Teilebevorratung_7 {
    position: absolute;
    left: 26%;
    top: 52.3%;
    cursor: pointer;

}
#Stangenbetrieb_8 {
    position: absolute;
    left: 23.5%;
    top: 45%;
    cursor: pointer;

}
/* end blinkende Bobbel */

/* standing points anima */
.kreis {
  width: 20px;
  height: 20px;
  background: #008ddc;
  -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 #008ddc;
  border-radius:100%;
  animation: kringel linear 1.5s infinite;
}
.kreis::after {
  animation-delay: -0.7s;
}

@keyframes kringel {
  0% { width:20px; height:20px; border:2px solid #008ddc; }
  100% { width:70px; height:70px; border:2px solid transparent; }
}
/* 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 anima */

.logo img {
	width: 13%;
	height: auto;
	position: absolute;
	left: 3.3%;
	top: 3.3%;
}

@-webkit-keyframes fadeInRight {
 from {
  opacity:0;
	 visibility: hidden;
 }
 to {
  opacity:1;
	 visibility: visible;
 }
}
@keyframes fadeInRight {
 from {
  opacity:0;
	 visibility: hidden;
 }
 to {
  opacity:1;
	 visibility: visible;
 }
}
.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;
 }
}
@keyframes fadeOutRight {
 from {
  opacity:1;
	 visibility: visible;
 }
 to {
  opacity:0;
	  visibility: hidden;
 }
}
.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;
  left: 0;
  /* display: flex; */
  display: inline;
  align-items: left;
  justify-content: left;
  overflow:hidden;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}