
html, body{
  max-width: 100%;
    overflow-x: hidden;
     padding: 0px;
  margin: 0px;

}


html, html a {
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

body{
	font-family: 'Plus Jakarta Sans', sans-serif;
	letter-spacing: 0.3px;
	/*-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;*/
  background: #FFE500;
  overflow-x: hidden;
}

p {
  	color: #ffffff;
  	font-weight: 300;
  	font-size: 16px;
  	line-height: 26px;
  	margin-top: 0px;
  	margin-bottom: 0px;
}

.container{
  max-width: 1200px;
}

.container.yellow{
  background: #FFE500;
}

.container.gradient{
    background: linear-gradient(92.52deg, #212423 2.59%, #272F2B 64.67%, #3A433F 80.33%, #454F4B 93.56%);

}

p.small{
  font-size: 14px;
  color: #7f7f7f;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
}

p.small.noMargin{
  margin-top: 20px;
  margin-bottom: 0px;
  }

a {
	color: #7f7f7f;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

a:focus {
	color: #ffffff;
	text-decoration: none;
}

h1 {
	color: black;
  	font-size: 36px;
  	line-height: 45px;
  	font-weight: 300;
  	margin-bottom: 0px;
}

h1.highlight{
    background: #674B96;
    color: white;
    display: inline-block;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    margin-top: 230px;
}

h1 .highlight{
    background: #FFE500;
    color: #333;
    display: inline-block;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

h2 {
  	color: #E6E6E6;
  	font-weight: 700;
  	letter-spacing: 0.5px;
  	text-transform: uppercase;
  	font-size: 14px;
  	line-height: 26px;
  	margin-top: 0px;
  	margin-bottom: 0px;
  	opacity: 0.5;
}

h3 {
	font-weight: 300;
	font-size: 26px;
	line-height: 34px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
  	font-weight: 400;
  	font-size: 20px;
  	line-height: 26px;
  	margin-top: 0px;
  	margin-bottom: 50px;
  	color: #7f7f7f;
    font-weight: 300;

}

h3 .highlight{
	color: #FFE500;
  font-weight: bold;
  color: #FFE500;
}

h4 .highlight{
  color: #FFE500;
  font-weight: bold;
  line-height: 30px;
}


h5.highlight{
    color: #FFE500;
    font-weight: bold;
    font-size: 16px;
}


@media (min-width: 992px) {
   /* .container {
        width: 67%;
    }*/

    .container.bigger{
      width: 80%;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }
}

.row {
	padding: 0px;
  	margin: 0px;
}
.row.tile{
  padding-top: 130px;
  padding-bottom: 60px
}

.row.bottomRow{
      display: flex;
    align-items: flex-end;
}


@media (max-width: 991px) {
    .row.bottomRow{
      display: block;
  }
}

.row.marginTop{
  	margin-top: 100px;
}

.row.smallMarginTop{
    margin-top: 50px;
}

.row.marginBottom{
  	margin-bottom: 100px;
}


.row.ctaMarginBottom{
    margin-bottom: 200px;
}


.row.smallMarginBottom{
    margin-bottom: 50px;
}


.row.smallerMarginBottom{
    margin-bottom: 30px;
}

.row.bigMarginBottom{
    margin-bottom: 200px;
}

.row.bigMarginTop{
    margin-top: 200px;
}


footer {
	color:#ffe500;

  background-color: #1e2328;
	padding-top: 60px;
	padding-bottom: 30px;
}

footer p {
  color: #ffe500;
	font-size:14px;
	line-height: 22px;
}

footer a{
   color: #ffe500;
   text-decoration: underline;
}


footer .divider{
background-color: #ffe500;
}

.imprint{
	max-height: 0px;
	overflow: hidden;
	transition: all 0.4s ease;
}

.show-imprint{
	max-height: 20000px;
	overflow: hidden;
	transition: none;
}

.footerCaps {
  color: #ffe500;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.footerCapsLink{
  color: #ffe500;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  text-decoration: underline;
}


.divider {
  	height: 1px;
  	width:100%;
  	display:block;
  	margin-top: 30px;
  	margin-bottom: 30px;
  	margin-left: 0px;
  	margin-right: 0px;
  	overflow: hidden;
  	background-color: #7f7f7f;
  	opacity: 0.2;
}

.separator{
	border-bottom: 1px solid;
	border-color: #333;
  opacity: 0.3;
}

.smallSeperator{
  width: 70px;
  height: 2px;
  display:block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  background-color: #FFE500;
  opacity: 1;
}

.thinline{
	height: 1px;
  width:100%;
  display:block;
  margin-top:1px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  background-color: #7f7f7f;
  opacity: 0.2;
}

/* Tabel Section
-----------------------------------------------*/
.table{
  padding-top: 100px;
  padding-bottom: 100px;
}

.tabel{
  display: flex;
  justify-content: center;
}

.tabel .grid{
  width: 100%;
  display: flex;
  margin-bottom: 100px;
  gap: 30px;
}
@media (max-width: 1200px){
  .tabel .grid {
    width: 750px;
  }
}
.tabel .left{
  width: calc((100% / 5 * 2) - 15px);
}
.tabel .right{
  width: calc((100% / 5 * 3) - 15px);
}
@media (max-width: 768px){
  .tabel .grid {
    flex-direction: column;
    width: 100%;
    gap: 0px;
  }
  .tabel .left{
    width: 100%;
  }
  .tabel .right{
    width: 100%;
  } 
}
.tabel .separator{
  width: 100%;
}
.tabel .textblock{
  display: flex;
  padding: 8px 0;
  padding-bottom: 6px;
}
.tabel .short{
  gap: 6px;
}
.tabel .long{
  justify-content: space-between;
}
@media (max-width: 992px){
  .tabel .long {
    flex-direction: column;
    gap: 8px;
  }
}
.tabel .labels{
  width: calc(100% - 150px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tabel .labelsleft{
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 992px){
  .tabel .labels {
    width: 100%;
  }
  .tabel .labelsleft{
    width: 100%;
  }
}

.tabel .labelWrapper{
  background-color: #FFE500;
  color: #606060;
}

.tabel .separator{
  border-color: #C6C5C5;
}

.tabelLabel{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  /* or 167% */
  
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.tabelText{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  /* or 167% */
  
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.label{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  height: 32px;
  padding: 0.2em 0.6em 0.2em 0.4em;
  /* or 156% */
  
  letter-spacing: 0.5px;
}

.textblock .title{
  font-size: 16px;
  text-transform: uppercase;
  width: 100px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #999999;
}

.textblock .text{
  font-size: 16px;
  text-transform: uppercase;
  width: 200px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #999999;
}

.table .labelWrapper{
  background: #505A6E;
  border-radius: 2px;
  font-size: 16px;
}

.table .labelsleft{
  display: inline-block;
}

.table .labelsleft .labelWrapper{
  display: inline-block;
}



header .container{
	/*width: 100% !important;*/
}


section.gradient{
  background: linear-gradient(92.52deg, #212423 2.59%, #272F2B 64.67%, #3A433F 80.33%, #454F4B 93.56%);


  /*background-image: linear-gradient(0deg, #FBFBFB 0%, #E8EBED 99%);
  border-top: 1px solid #DDDDDD;
  border-bottom: none;*/
}

section.white{
  background: white;
  border: none;
  padding-bottom: 80px;
}

section.inverse{
  background: linear-gradient(0deg, #f6f6f6 0%, #ffffff 99%);
  border-top: 1px solid #DDDDDD;
}

section.yellow{
  background: #FFE500;
}


section.robot{
  margin-bottom: -150px;
}

section.robot .container-fluid{
  padding: 0px;
}

section.moveUp{
  margin-top: -240px;
  z-index: 500;
  perspective: 100;
  position: relative;
  background-size: 100% 240px;
  background-position: top center;
  background: url(../img/diagonal.png) no-repeat top center;
  background-size: 100% 240px;
}

/*
*
* CTA Section
*
*/



section.CTA{
  position: fixed;
  bottom: 240px;
  width: 420px;
  height: 0px;
  left: calc(100% - 440px);
  z-index: 1000;
  transition: all 0.3s ease-out;
  transform: translateX(500px);
}

@media (max-width: 767px){
  section.CTA{
    width: calc(100% - 40px);
    left: 20px;
  }

  section.CTA .content{

    border-radius: 20px;
  }
}

section.CTA.show{
  transform: translateX(0px);
}

section.CTA.dismiss{
  transform: translateX(calc(100% - 40px));
}

section.CTA.dismiss .content{
  height: 80px;
  margin-top: 140px;
}

section.CTA.dismiss h4, section.CTA.dismiss .availability, section.CTA.dismiss .time, section.CTA.dismiss .image{
  display: none;
}

section.CTA .cls{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 20px;
  background: url(../img/close.svg) no-repeat center center;
  background-size: cover;
}


section.CTA.dismiss .cls{
  transition: all 0.3s ease-out;
    left: 10px;
    transform: rotate(45deg);
    top: 160px;
}



.CTA .content{
  width: 100%;
  height: 220px;
  background: #fff;
  background: #FFFFFF;
  box-shadow: 0px -1px 12px -1px rgba(0, 0, 0, 0.15), 0px 19px 30px -9px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  transition: all 0.3s ease-out;
}

section.CTA.stick{
  position: relative;
  width: calc(100% - 60px);
  left: 30px;
}

section.CTA.stick .cls{
  display: none;
}

@media (max-width: 992px){

  section.CTA.stick .content{
    width: 100%;    
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 993px){
  section.CTA.stick .content{
    margin-left: 50%;
    transform: translateX(-50%);

  }
}


.CTA.stick .content{
  width: calc(67% + 20px);
  max-width: 1180px;
  position: relative;
}


section.CTA.stick .content{
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0), 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}


section.embed{
  position: fixed;
  width: calc(100% - 40px);
  height: calc(100vh - 40px);
  z-index: 1000;
  max-width: 1040px;
  max-height: 90vh;
  margin-left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1020;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}


.dimmer{
    position: fixed;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 1010;
    display: none;
}

.dimmer.show{
  display: block;
}

.section.embed.show{
  display: block;
}


section.embed iframe{
   width: 100%;
  height: 100%;
  border: none;
}

/*
.CTA .content:after{
  position: absolute;
  width: 100%;
  height: 8px;
  top: 0px;
  left: 0px;
  content:"";
  background: #008DB1;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}*/

.CTA h4{
  font-weight: 700;
  font-size: 24px;
  color: #333;
  margin-top: 6px;
  margin-bottom: 6px;
}

.CTA .availability{
  display: inline;
  margin-left: 16px;
}

.CTA .time{
  display: inline;
  font-weight: 700;
  margin-left: 4px;
}


.CTA .topic{
  font-weight: 700;
  position: absolute;
  left: 145px;
  top: 100px;
}

.CTA .timeframe{
  position: absolute;
  left: 145px;
  top: 120px;
}

.CTA .availability:before{
  position: absolute;
  width: 10px;
  height: 10px;
  content:"";
  background: #12BF0F;
  border-radius: 5px;
  margin-left: -16px;
  margin-top: 4px;
}

.CTA .availability.unavailable:before{
  position: absolute;
  width: 10px;
  height: 10px;
  content:"";
  background: #ccc;
  border-radius: 5px;
  margin-left: -16px;
  margin-top: 4px;
}


.CTA .image.martin{
  width: 100px;
  height: 100px;
  background: url(../img/martin.png) no-repeat center center;
  background-size: cover;
  border-radius: 50px;
  margin-top: 18px;
}


.CTA button, .embed button{
  background: #674B96;
  color: #fff;
  border: none;
  border-radius: 3px;
  min-width: 150px;
  min-height: 40px;
  line-height: 40px;
  font-weight: 700;
  width: 250px;
  position: absolute;
  left: 145px;
  top: 155px;
  text-transform: uppercase;
}

.embed button{
  top: 4px;
  right: 4px;
  left: auto;
}

.CTA button:hover{
  opacity: 0.8;
}



/*
* IMAGE SCROLLER
*/

.imageTiles{
  height: 600px ;
  z-index: 30 ;
  position: relative;
  width: 100% ;
  opacity: 1;
  scroll-behavior: smooth;
  white-space: nowrap;
  z-index: 10;
  user-select:  none;
}

.teaser .imageTiles::-webkit-scrollbar {
  display: none;
}

.imageTiles .scrollWrapper{
    width: 67%;
    margin-left: 8%;
    margin-right: 8%;
    margin-left: 50%;
    transform: translateX(-50%);

}

@media (max-width: 992px){
  .imageTiles .scrollWrapper{
    width: 100%;
  }
} 



section.white h3 .highlight{
  color: #674B96;
}

section.white h5.highlight{
  color: #674B96;
}

section.white h3{
  color: #000;
}


section.white p{
  color: #000;
}


.imageTiles .scrollWrapper .imageTile{
  /*width: calc(33.3vw - 50px);*/
  height: 600px;
  display: inline-block;
  position: relative;
  white-space: normal;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
   user-select:  none;

}


@media (max-width: 767px){

  .imageTiles{
    height: 400px;
  }
  .imageTiles .scrollWrapper .imageTile{
    height: 400px;
  }
}


.imageTiles .scrollWrapper .imageTile img{
  height: 100%;
   user-select:  none;
}



/* Teaser Image with parallax effect
-----------------------------------------------*/

.teaser{
	height:700px ;
	perspective: 700px;
  background: #FFE500;
}

/*
.teaserOverlayImage:after{
    content: "";
    position: absolute;
    background: url(../img/diagonal.png) no-repeat top center;
    width: 100%;
    height: 240px;
    bottom: 0px;
    z-index: 100;
    background-size: 100% 240px;
}*/

.teaser .teaserDarken{
	background-color: rgba(30,35,40,1) ;
	height:780px ;
	z-index: 30 ;
	position: absolute;
	width: 100% ;
	opacity: 0;
  pointer-events: none;
}

.teaser .videoTiles{
  height: 770px ;
  z-index: 30 ;
  position: absolute;
  width: 100% ;
  opacity: 1;
  /*overflow-y: hidden;
  overflow-x: scroll;*/
  scroll-behavior: smooth;
  white-space: nowrap;
  font-size: 0px;

  z-index: 10;
  user-select:  none;
  mix-blend-mode: multiply;
}


.teaser .videoTiles::-webkit-scrollbar {
  display: none;
}

video {
    position: absolute;
    z-index: 0;
    background-size: 350px 400px;
    top: -10px;
    /*left: -280px;
     min-width: 400px; */
    /* min-height: 400px; */
    /* width: auto; */
    /* height: auto; */
    filter: saturate(50%);
    height: 502px;
    width: 890px;
    margin-left: calc(50% - 40px);
    transform: translateX(-50%) rotate(-0.3deg);
}


video#vid5{
  position: relative;
  height: 800px;
  margin: 0px;
  transform: none;
  width: 200%;
  margin-left: -35%;
}

video#vid6{
  position: relative;
  width: 100%;
  height: 100%;
  transform: none;
  margin: 0px;
}

video#vid8{
  position: relative;
  width: 100%;
  height: 100%;
  transform: none;
  margin: 0px;
  top: 0px;
  max-height: 480px;
}

video#vid7{
    position: relative;
    width: 170%;
    height: 110%;
    transform: none;
    margin-left: -330px;
}

.teaser .videoTiles .scrollWrapper{
  width: 67%;
  margin-left: 8%;
  margin-right: 8%;
  margin-left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 992px){
  .teaser .videoTiles .scrollWrapper{
    width:100%;
  }

  .teaser .teaserTagLine{
    margin-left: 0px !important;
  }

  .teaser .videoTiles .scrollWrapper .videoTile{
    width: calc(50vw - 55px);
  }
}


@media (max-width: 767px){
  .teaser .videoTiles .scrollWrapper .videoTile{
    width: calc(100vw - 75px);
  }
}

.teaser .videoTiles .videoTile{
  width: calc(33.3vw - 50px);
  height: 600px;
  display: inline-block;
  position: relative;
  white-space: normal;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 284px;
  overflow: hidden;
  max-width: 550px;
}

.customCursor{
  position: absolute;
  width: 100px;
  height: 100px;
  background: black;
  margin-left: -100px;
  margin-top: -50px;
  display: block;
  z-index: 1000;
  background: url(../img/cursor.svg) no-repeat center center;
  transition: all 0.1s ease-out;
}

.customCursor.hidden{
  display: none;
}



@media (min-width: 992px) {
  .teaser .scrollWrapper{
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
  }

}



/*
.teaser .videoTiles .videoTile:first-child{
  margin-left: 12.5%;
}

.teaser .videoTiles .videoTile:last-child{
  margin-right: 12.5%;
}*/

/*
.teaser .teaserOverlayImage{
	height:700px ;
	width: 100% ;
	z-index: 20 ;
	position: absolute;
	background: url(../img/dimmer.png); 
  background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	-webkit-backface-visibility: hidden;
}*/



@media (max-width: 991px) {
    .teaser .teaserOverlayImage{
      height:700px ;
      width: 100% ;
      z-index: 20 ;
      position: absolute;
      background: url(../img/dimmer_small.png); 
      background-repeat: no-repeat;
      background-size: 100% 100%;
      opacity: 1;
      -webkit-backface-visibility: hidden;
    }
}



/*
.teaser .teaserBackgroundImage{
	height:700px ;
	width: 100% ;
	z-index: 10 ;
	position: relative;
	background: url(../img/header.png) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  background-position: top center;
	opacity: 1;
	-webkit-backface-visibility: hidden;
}*/

.teaser .teaserTagLine{
	width: 100%;
	position: absolute;
	opacity: 1 ;
	z-index: 40 ;
	-webkit-backface-visibility: hidden;
  font-size: 32px;
  text-align: left;
  width: 67%;
  margin-left: 8%;
  margin-right: 8%;
  pointer-events: none;
  user-select: none;
}

@media (min-width: 992px) {
  .teaser .teaserTagLine{
    /*width: 67%;
  margin-left: 16%;
  margin-right: 16%;*/
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
  }

}



.twitter{
	background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0zOTAgMCAyODIuOSAyODIuOSI+PHN0eWxlPi5zdHlsZTB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxwYXRoIGQ9Ik0tMjQ4LjUgMEMtMzI2LjkgMC0zOTAgNjMuMS0zOTAgMTQxLjVzNjMuMSAxNDEuNSAxNDEuNSAxNDEuNXMxNDEuNS02My4xIDE0MS41LTE0MS41Uy0xNzAuMiAwLTI0OC41IDB6IE0tMTgyLjIgMTQ0LjdjLTE0LjEgNTcuNy0xMDkuOSA4MS42LTE1My40IDIxLjhjMTYuMyAxNi4zIDQ1LjcgMTcuNCA2NC4yLTIuMmMtMTAuOSAxLjEtMTguNS04LjctNS40LTE1LjIgYy0xMiAxLjEtMTguNS01LjQtMjEuOC0xMC45YzMuMy0zLjMgNS40LTQuNCAxMi00LjRjLTEzLjEtMy4zLTE4LjUtOS44LTE5LjYtMTcuNGMzLjMtMS4xIDguNy0xLjEgMTAuOS0xLjEgYy0xMi02LjUtMTUuMi0xNS4yLTE1LjItMjEuOGMyMC43IDcuNiAzMy43IDE0LjEgNDQuNiAxOS42YzQuNCAyLjIgOC43IDUuNCAxMy4xIDEwLjljNi41LTE2LjMgMTQuMS0zMy43IDI3LjItNDIuNCBjMCAyLjItMS4xIDMuMy0yLjIgNS40YzMuMy0zLjMgOC43LTUuNCAxNC4xLTYuNWMtMS4xIDMuMy01LjQgNS40LTguNyA2LjVjMi4yLTEuMSAxNS4yLTYuNSAxNy40LTMuM2MyLjIgMy4zLTguNyA1LjQtMTAuOSA2LjUgYy0xLjEgMC0yLjIgMS4xLTQuNCAxLjFjMTYuMy0yLjIgMzIuNiAxMiAzNyAyOS40YzAgMS4xIDEuMSAyLjIgMS4xIDQuNGM2LjUgMi4yIDE3LjQgMCAyMC43LTIuMmMtMi4yIDYuNS04LjcgMTAuOS0xOC41IDEwLjkgYzQuNCAyLjIgMTMuMSAzLjMgMTkuNiAyLjJDLTE2NS44IDE0MS41LTE3MS4zIDE0NC43LTE4Mi4yIDE0NC43eiIgY2xhc3M9InN0eWxlMCIvPjwvc3ZnPg==) 
	no-repeat center center;
	background-size:30px 30px;
	height:30px;
	width:30px;
	opacity: 0.5;
}

.twitter:hover{
	opacity: 1;
}

.facebook{
	background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3OTkuOSA4MDAiPjxzdHlsZT4uc3R5bGUwe2ZpbGw6I0ZGRjt9PC9zdHlsZT48cGF0aCBkPSJNMzk5LjkgMEMxNzguNCAwLTAuMSAxNzguNS0wLjEgNDAwczE3OC41IDQwMCA0MDAgNDAwczQwMC0xNzguNSA0MDAtNDAwUzYyMS40IDAgMzk5LjkgMHogTTQ5NS4zIDI2NC42IGMtMTguNSAwLTM2LjkgMC00Ni4yIDBzLTE4LjUgMTIuMy0xOC41IDE4LjVzMCA0Ni4yIDAgNDYuMnM1OC41IDAgNjQuNiAwYy0zLjEgMzYuOS02LjIgNzAuOC02LjIgNzAuOGgtNTguNXYyMDYuMmgtODYuMlY0MDBoLTQwIHYtNzAuOGg0My4xYzAgMCAwLTQ2LjIgMC01NS40cy0zLjEtODAgODYuMi04MGMxMi4zIDAgNDAgMCA2NC42IDBDNDk1LjMgMjI0LjYgNDk1LjMgMjU1LjQgNDk1LjMgMjY0LjZ6IiBjbGFzcz0ic3R5bGUwIi8+PC9zdmc+) 
	no-repeat center center;
	background-size:30px 30px;
	height:30px;
	width:30px;
	opacity: 0.5;
}

.facebook:hover{
	opacity: 1;
}

.xing{
	background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODMuNSAyODMuNSI+PHN0eWxlPi5zdHlsZTB7ZmlsbDojRkZGO308L3N0eWxlPjxwYXRoIGQ9Ik0xNDEuNyAwQzYzLjIgMCAwIDYzLjIgMCAxNDEuN3M2My4yIDE0MS43IDE0MS43IDE0MS43czE0MS43LTYzLjIgMTQxLjctMTQxLjdTMjIwLjEgMCAxNDEuNyAweiBNNzQuMSAxNzAuMWwyNC4xLTQxLjNMNzkuNiA5Ni4xaDMxLjVsMTguNSAzMi43bC0yNC45IDQxLjNINzQuMXogTTE5MS45IDIxMy43SDE1OEwxMjUuMyAxNTdsNTAuMi04Ny4yaDMzLjdsLTUwIDg3LjJMMTkxLjkgMjEzLjcgeiIgY2xhc3M9InN0eWxlMCIvPjwvc3ZnPg==) 
	no-repeat center center;
	background-size:30px 30px;
	height:30px;
	width:30px;
	opacity: 0.5;
}

.xing:hover{
	opacity: 1;
}






.image{
  width: 100%;
}

.process{
  width: 120%;
  margin-left: -10%;
}


.screen1{
    background: url(../img/screen.png) no-repeat center center;
    background-size: cover;
    height: 722px;
    background-size: contain;
    width: 200%;
    margin-top: -90%;
    position: relative;
    min-width: 1110px;
    margin-left: calc(130% + 120px);
    transform: translateX(-100%) scale(120%);
    margin-bottom: 60px;
}

.video1{
    height: 800px;
    background-size: contain;
        width: 160%;
    margin-top: 20%;
    position: relative;
    margin-left: calc(-60% - 120px);
    transform: translateX(50%) rotate(-0.3deg);
    margin-bottom: -138px;
    overflow: hidden;
    mix-blend-mode: multiply;
    min-width: 700px;
}

.video2{
    position: absolute;
    width: 67%;
    height: 67%;
    left: 50%;
    top: 50%;
    max-height: 480px;
    mix-blend-mode: initial;
    transform: translate(-50%, -50%);
}


@media (max-width: 991px) {
  .screen1{
    height: 40vw;
    width: 100%;
    min-width: 100%;
    margin-left: 0px;
    transform: translateX(0%) scale(100%);
    margin-bottom: 60px;
    margin-top: -60px;
    transform: translateY(30px) scale(2);
    margin-bottom: 170px;
  }

  .video1{
        transform: none;
    margin-left: 0px;
    width: 100%;
    margin-top: 30px;
    position: relative;
    min-width: 100%;
    height: auto;
  }

  .screen1 .video2{
      width: 67%;
      width: 66%;
    }

  video#vid5{
    height: auto;
    transform: translateY(-12px) rotate(-0.7deg);
  }

    video#vid6{
     margin-top: 0px;
     top: 0px;
    }


    section.imageScroller .row{
      margin-top: 40px;
    }

    section.imageScroller{
      padding-bottom: 40px;
    }
}

/*
@media (max-width: 768px) {
  .screen1{
    height: 420px;
    margin-left: 0px;
    transform: translateX(0%) scale(100%);
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .screen1{
    height: 420px;
    margin-left: 0px;
    transform: translateX(0%) scale(100%);
    margin-bottom: 60px;
  }
}*/





.screen2{
      background: url(../img/screen.png) no-repeat center center;
    background-size: cover;
    height: 40vw;
    width: 100%;
    background-size: contain;
    /* width: 200%; */
    /* margin-top: -90%; */
    position: relative;
    /*min-width: 1110px;*/
    transform: scale(1.44);
    /* margin-left: calc(130% + 120px); */
    /* transform: translateX(-100%) scale(120%); */
    /* margin-bottom: 60px;*/
}

@media (max-width: 992px) {
    .screen2{
      transform: translateY(30px) scale(2);
    }
}



@media (max-width: 992px) {
    .video2{
      width: 46%;
    }

}


.video2 video{
  width: 100%;
  height: 100%;
  filter: saturate(100%) contrast(1);
}


.video3{
    position: relative;
    width: 100%;
    height: 760px;
    overflow: hidden;
    mix-blend-mode: initial;
    background: #FFE500;
    margin-top: -150px;
    max-height: 50vw;
}



.video3 video{
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  filter: saturate(100%) contrast(1);
}


@media (max-width: 992px) {
    .video3{
      max-height: 60vw;
    }

    video#vid7{
      margin-left: -200px;
    }
}



.placeholder{
    width:100%;
    position: relative;
    opacity: 0.5;
    min-width: 600px;
    margin-top: -100px;
    opacity: 0.0;
}





@media (min-width: 1800px) {


  .desc{
    transform: translateY(50px);
  }
}



/* 5 Col Grid in Bootstrap style
-----------------------------------------------*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.bottom-column
{
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* animated robot */
canvas{
  width: 100%;
  height: 100%;
  filter: blur(0.5px) drop-shadow(8px 28px 26px rgba(0,0,0,0.1))
}

.scene{
  width: 100%;
  height: 400px;
  transform-origin: 0px 0px;
  transform: translateY(-200px);
  margin-bottom: -50px;
}


@media (min-width: 768px) {
    .scene{
      width: 100%;
      height: 600px;
    }
}

@media (min-width: 992px) {
    .scene{
      width: 100%;
      height: 800px;
    }
}

@media (min-width: 1200px) {
    .scene{
      width: 100%;
      height: 800px;
    }
}


/*
* Shake
*
*/

@-webkit-keyframes shake {
    0% { -webkit-transform: translate(2px, 1px) rotate(0deg); } 
    10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
    20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
    30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
    40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
    50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
    60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
    70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
    80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
    90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
    100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.shake {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 0.5s;
    -webkit-transform-origin:50% 50%;
    -webkit-animation-iteration-count: infinite;
}

