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

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

}


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;*/
  /*overflow-x: hidden;*/
  background: #F7F7F7 url(../img/blurbackground.png) no-repeat top center;
  background-size: cover;
}

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

.container{
  max-width: 1200px;
}

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: #000000;
  	font-size: 36px;
  	line-height: 45px;
  	font-weight: 300;
  	margin-bottom: 0px;
}

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

h2 {
  	color: #7f7f7f;
  	font-weight: 500;
  	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: #464c59;
	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: #01509F;
  font-weight: bold;
}

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


h5.highlight{
    color: #01509F;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}


@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{
  background: #ffffff;
  padding-left: calc(7.5% + 10px);
  padding-right: calc(7.5% + 10px);
  /*box-shadow: 0 -2px 25px 0 rgba(0,0,0,0.20);*/
  border-radius: 2px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -190px;
}



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

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

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


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

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

footer {
	color:#fff;
  	background-color: #01509F;
	padding-top: 60px;
	padding-bottom: 30px;
}

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

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

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

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

.footer a{
  color: #fff;
}

.footer a:hover{
  color: #fff;
  text-decoration: underline;
}

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


.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, .block{
	border-bottom: 1px solid;
	border-color: #C6C5C5;
}

.block{
  height: 100%;
}

.smallSeperator{
  width: 70px;
  height: 2px;
  display:block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  background-color: #01509F;
  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;
  background: white;
}

.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: #505A6E;
}

.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;
}

.label.blue{
  background: #01509F;
  color: #fff;
}

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

.textblock .text{
  font-size: 16px;
  text-transform: uppercase;
  /*width: 200px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #505A6E;
  white-space: nowrap;
}

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

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

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

.leftBlock, .rightBlock{
  height: 100%;
}



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


}



section.gradient{
  /*background-image: linear-gradient(0deg, #FBFBFB 0%, #E8EBED 99%);*/
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  /*background: rgba(125,125,125,0.1);*/
  background: rgba(239,239,239);
}

section.white{
  background: none;
}

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

section.videobg{
  background: none;
  max-height: 550px;
  overflow: hidden;
}

section.videobg video{
  width: 100%;
  height: auto;
}

section.gray{
  background: red;
  border: 1px solid #DDDDDD;
  margin-top: -400px;
  background: url(../img/blurbackground.png) rgba(239,239,239)no-repeat top center;
  background-size: cover;
  border-left: none;
  border-right: none;
}

section.opaquegray{
  background: #EBEDEF;
  position: relative;
}

section.opaquegray:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  margin-top: -200px;
  background-image: linear-gradient(180deg, rgba(237,239,241,0.00) 1%, #EBEDEF 100%);
}

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

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

section.moveUp{
  margin-top: 0px;/*-240px;*/
  z-index: 500;
  perspective: 100;
  position: relative;
  background: white;
}





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

.teaser{
	overflow: hidden;
	height:700px ;
	perspective: 700px;
}

/*
.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:700px ;
	z-index: 30 ;
	position: absolute;
	width: 100% ;
	opacity: 0;
}

.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;
  background: linear-gradient(0deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 20%);
}

#videobg{
    width: 100vw;
    position: absolute;
    z-index: 11;
    object-fit: cover;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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{
	position: absolute;
	opacity: 1 ;
	z-index: 40 ;
	-webkit-backface-visibility: hidden;
  font-size: 32px;
  text-align: left;
  margin-left: 8%;
  margin-right: 8%;
}

@media (min-width: 992px) {
  .teaser .teaserTagLine{
    /*width: 67%;
    margin-left: 16%;
    margin-right: 16%;*/

        position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);

  /*margin-left: calc((100% - 1200px) / 2);*/
  }

}



.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;
}

.animatedLines{
    height: 160px;
    margin-top: -160px;
    margin-bottom: 160px;
    overflow-x: hidden;
    width: 100%;
}

.graph{
  background: rgba(255,255,255,0.5);
  border-bottom: 1px solid #ddd;
}

#equalizer{
  position: absolute;
  left: 0px;
  height: auto;
  /*min-width: 2000px;*/
  width: 100%;
  margin-left: 0px;
  margin-top: -80px;
  filter: drop-shadow(8px 9px 5px rgba(0,0,0,0.2))
}

.videoImage{
  background: url(../img/browserframe.png) no-repeat center center;
  width: 110%;
  margin-left: -5%;
  background-size: cover;
  overflow: hidden;
  border-radius: 7px;
  position: relative;
  box-shadow: 0 8px 30px 0 rgba(42,57,87,0.50);
}

.videoImage video{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -2px;
}

.screen1{
  width: 100%;
  opacity: 0;
}

.panelimage{
  margin-bottom: 40px; 
  width: 100%; 
  max-width: 250px;
}


.screen2{
    /*width: 200%;
    min-width: 1000px;
    margin-top: -280px;
    margin-left: -90px;*/

    width: 200%;
    min-width: 1000px;
    margin-top: -220px;
    margin-left: -130px;
}


.screen3{
    /*width: 200%;
    min-width: 1000px;
    margin-top: -280px;
    margin-left: -90px;*/
    float: right;
    width: 200%;
    min-width: 1000px;
    margin-top: -220px;
    margin-right: -130px;
}


.screen4{
    width: 130%;
    min-width: 1000px;
    margin-top: -400px;
    margin-left: 50%;
    margin-bottom: 0px;
    transform: translateX(-50%);
}

.row.bigMarginBottom2{
    margin-bottom: 200px
}


@media (max-width: 767px) {
  .screen4{
    width: 200%;
    min-width: initial;
    margin-top: -110px;
  }

  .screen2{
    width: 100%;
    min-width: initial;
    margin-top: 50px;
    margin-bottom: -50px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .desc{
    margin-bottom: 0px !important; 
  }

  .panelimage{
    margin-top: 40px;
    margin-bottom: 40px; 
    width: 100%; 
    max-width: 250px;
  }

  .row.bigMarginBottom2{
    margin-bottom: 0px
  }
}




.image{
  width: 100%;
}

.process{
  width: 120%;
    margin-left: -10%;
        margin-left: 50%;
        max-width: 1000px;
    transform: translateX(-50%);
}

.desc{
  margin-bottom: 100px;
}

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


@media (min-width: 0px) {



  .placeholder{
    width: 100%;
    opacity: 1;
    display: block;
    min-width: initial;
  }
}



@media (min-width: 768px) {



  .placeholder{
    margin-bottom: 0px;
    display: initial;
    opacity: 0;
    min-width: 600px;
  }

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


}


@media (max-width: 991px) {
  .videoImage{
    width: 100%;
    margin-left: auto;
  }



}
@media (min-width: 992px) {
  .row.bottomRow{
    display: flex;
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {



}


@media (min-width: 1800px) {



}



/* 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;
    }
    
  p.small.half{
    margin-top: -40px;
  }
}

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


.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;
}

