/* blinkende Bobbel Position */
#Eingang_1 { 
    position: absolute;
    left: 38%;
    top: 67%;
}
#Infrastruktur_2 { 
    position: absolute;
    left: 55%;
    top: 65%;
}
#Anlieferung_3 { 
    position: absolute;
    left: 65%;
    top: 65%;
}
#Einschleusen_4 { 
    position: absolute;
    left: 84%;
    top: 70%;
}
#Kunststoff_5 { 
    position: absolute;
    left: 83%;
    top: 65%;
}
#Lagerung_6 { 
    position: absolute;
    left: 85%;
    top: 62%;
}
#Ansatzherstellung_7 { 
    position: absolute;
    left: 76%;
    top: 49%;
}
#bp324_8 { 
    position: absolute;
    left: 66%;
    top: 46%;
}
#bp434_9 { 
    position: absolute;
    left: 62%;
    top: 52%;
}
#bp460_10 { 
    position: absolute;
    left: 59%;
    top: 56%;
}
#Fertigwarenlager_11 { 
    position: absolute;
    left: 23%;
    top: 32%;
}
/* end blinkende Bobbel */


#link_bp460_interactive {
    position: absolute;
    left: 20%;
    top: 41%;
    width: 22%;
    height: 8%;
    z-index: 10;
}
#link_bp460_interactive a:link {
    color: transparent;
    font-size: 2.0vw;
}
#link_fleco_movie {
    position: absolute;
	left: 11%;
	top: 30%;
	width: 14%;
	height: 8%;
	z-index: 10;
	cursor: pointer;
}
#link_321_movie {
    position: absolute;
	left: 28%;
	top: 40%;
	width: 15%;
	height: 10%;
	z-index: 10;
	cursor: pointer;
}
#link_434_movie {
    position: absolute;
	left: 20%;
	top: 41%;
	width: 10%;
	height: 8%;
	z-index: 10;
	cursor: pointer;
}
#link_cim_movie {
    position: absolute;
	left: 45%;
	top: 75%;
	width: 31%;
	height: 13%;
	z-index: 10;
	cursor: pointer;
}
#link_bp460_movie {
    position: absolute;
    left: 20%;
    top: 41%;
    width: 22%;
    height: 8%;
    z-index: 10;
	cursor: pointer;
}

/* standing points anima */
.kreis {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  -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 #FFFFFF;
  border-radius:100%;
  animation: kringel linear 1.5s infinite;	
}
.kreis::after {
  animation-delay: -0.7s;
}
.kreisblau {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
	outline: none;
}
.kreisblau::before, .kreisblau::after {
  content:"";
  position:absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border: 2px solid #FFFFFF;
  border-radius:100%;
  animation: kringelblau linear 1.5s infinite;	
}
.kreisblau::after {
  animation-delay: -0.7s;
}
@keyframes kringel {
  0% { width:20px; height:20px; border:2px solid #FFFFFF; }
  100% { width:70px; height:70px; border:2px solid transparent; }
}
@keyframes kringelblau {
  0% { width:20px; height:20px; border:2px solid #00a5db; }
  100% { width:70px; height:70px; border:2px solid transparent; }
}
.blau {
	color: #00a5db;
}
.blaukreishover {
	background: #00a5db;
}
/* 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: 17%;
	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;
}