
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: #1E2328;
  overflow-x: hidden;
  color: #fff;
}

p {
  	color: rgba(255,255,255,0.8);
  	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: white;
  	font-size: 36px;
  	line-height: 45px;
  	font-weight: 300;
  	margin-bottom: 0px;
}

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

h2 span{
  background: #000;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 8px;
}

h2 {
  	color: white;
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    margin-bottom: 0px;
}

h3 {
	font-weight: 300;
	font-size: 26px;
	line-height: 34px;
	color: rgba(255,255,255,0.8);
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
  	font-weight: 400;
  	font-size: 20px;
  	line-height: 26px;
  	margin-top: 0px;
  	margin-bottom: 50px;
  	color: rgba(255,255,255,0.8);
    font-weight: 300;

}

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

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


h5.highlight{
    color: #fff;
    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{
  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: 50px;
}

.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.tinyMarginTop{
    margin-top: 30px;
}

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


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

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

footer {
	color:#ffffff;
  	background-color: #000;
	padding-top: 60px;
	padding-bottom: 30px;
}

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

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


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

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

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

.separator, .block{
  border-bottom: 1px solid;
  border-color: #555;
}

.block{
  height: 100%;
}

.leftBlock, .rightBlock{
  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: #FF5800;
  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;
  margin-bottom: 40px;
  margin-top: 40px;
}

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

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

.tabelLabel{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.tabelText{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.label{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  height: 32px;
  padding: 0.2em 0.6em 0.2em 0.4em;
  letter-spacing: 0.5px;
}

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

.textblock .title.hasMargin{
  margin-right: 30px;
}

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

.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(180deg, #1E2328 55%, #3B464C 100%);
  border-top: none;
  border-bottom: none;
}

section.white{
  background: white;
  border-top: 1px solid #DDDDDD;
}

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


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




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

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



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


.teaser .teaserBackgroundImage{
	height:700px ;
	width: 100% ;
	z-index: 10 ;
	position: relative;
	background: url(../img/teaser.png) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  background-position: top right;
	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{
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}


@media (min-width: 1920px) {
  .teaser, .teaser .teaserBackgroundImage, .teaser .teaserDarken{
    height: 900px;
  }
}


@media (max-width: 767px) {
  .teaser .teaserBackgroundImage{
     background: url(../img/image3.png) no-repeat center center; 
     background-position: top center;
     -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
}



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


.smartpad_mock{
  position: absolute;
  width: 57%;
  left: 50%;
  margin-left: -28.4%;
  height: 100%;
  margin-top: -4.8%;
}

.smartpad, .collage{
    width: 100%;
}

.image{
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 15px;
}



/*
.screen0{
  width: 140%;
  margin-left: -20%;
  margin-top: -150px;
}

.screen2{
  width: 140%;
  margin-left: -20%;
  margin-top: -470px;
  position: absolute;
}

.screen3{
    width: 130%;
    min-width: 1000px;
    margin-top: -300px;
    margin-left: -80px;
}





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


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

  .screen3{
    width: 100%;
    min-width: initial;
    margin-top: 50px;
    margin-bottom: -50px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .row.bigMarginBottom{
    margin-bottom: 0px
  }
}*/


.image{
  width: 100%;
}

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


.screen1{
        background: url(../img/screen1.png) no-repeat center center;
    width: 130%;
    background-position: top center;
    height: 800px;
    background-size: contain;
    top: 0px;
    position: absolute;
    margin-top: -150px;
    margin-left: 50%;
    min-width: 1000px;
    /* transform: translateX(-50%); */
    /* left: 0px; */
    right: 0px;
    /* transform: translateX(-30%);*/
}

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


@media (min-width: 0px) {
  .screen1{

    width: 100%;
    margin-left: 50%;
    min-width: 100%;
    transform: translateX(-50%);
    left: 0px;
    right: 0px;
    position: relative;
    height: 400px;
    margin-top: -80px;
    display: none;
  }

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

    .process{
  width: 100%;
  margin-left: 0%;
}
}

/*
@media (min-width: 768px) {
  .screen1{
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    left: 0px;
    right: 0px;
    position: relative;
    height: 600px;
    min-width: 1000px;
  }

  .placeholder{
    display: none;
  }
}
*/

@media (min-width: 768px) {
  .screen1{
    width: 130%;
    margin-left: 50%;
    transform: translateX(0%);
    left: initial;
    right: 0px;
    position: absolute;
    height: 800px;
    min-width: 1000px;
    margin-top: -150px;
    height: 800px;
    display: block;
  }

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

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


}

@media (min-width: 1200px) {
  .screen1{
    width: 130%;
    margin-left: 50%;
    transform: translateX(10%);
    left: initial;
    right: 0px;

  };

  .placeholder{
  }

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

  .desc{
    transform: translateY(-30px);
  }
}


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

