/* blinkende Bobbel Position */
#Lichtband_1 { 
    position: absolute;
    left: 45%;
    top: 36%;
}
#Sortiertopf_2 { 
    position: absolute;
    left: 69%;
    top: 30%;
}
#WBS_3 { 
    position: absolute;
    left: 67%;
    top: 52%;
}
#Glashaube_4 { 
    position: absolute;
    left: 29%;
    top: 35%;
}
#Display_5 { 
    position: absolute;
    left: 53%;
    top: 50%;
}
#Verschiebeeinheit_6 { 
    position: absolute;
    left: 35%;
    top: 73%;
}
#Teilebevorratung_7 { 
    position: absolute;
    left: 38%;
    top: 51%;
}
#Stangenbetrieb_8 { 
    position: absolute;
    left: 37%;
    top: 45%;
}
/* 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; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: left;
  justify-content: left;
  overflow:hidden;
}
