
@import url("additional.css");

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

body{
	font-family: 'Plus Jakarta Sans', sans-serif;
    overflow-x: hidden;
    width: 100vw;
}

.container{
  max-width: 1200px;
}

.container-fluid{
    padding: 0px;
}

p {
  	color: #7f7f7f;
  	font-weight: 300;
  	font-size: 1.5rem;
  	line-height: 140%;
  	margin-top: 0px;
  	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;
}


.light{
    font-weight: 300;
}

h1 {
	color: white;
  	font-size: 4.25rem;
    line-height: 120%;
  	margin-bottom: 0px;
  	margin-top: 0px;
  	text-align: center;
    font-weight: 500;
    color: #000;
}

h2 {
    font-weight: 500;
    font-size: 3.75rem;
    line-height: 120%;
    color: #000;
    margin-top: 0px;
    margin-bottom: 12px;
}

.darken h2.invert{
    color: #000;
}

h2.marginBottom{
    margin-bottom: 50px;
}

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


#leistungen{
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}

#leistungen .container{
    z-index: 100;
    position: relative;
}


#leistungen:before{
    content: "";
    width: 100vw;
    height: 100vw;
    position: absolute;
    bottom: 0px;
    z-index: 0;
    background: radial-gradient(circle, rgba(0,141,246,0.05) 0%, rgba(0,141,246,0) 50%);
    background-position: center 50vw;
    background-repeat: no-repeat;
}



.darken h2, .darken h3{
    color: #fff;
}

h3 {
	font-weight: 500;
	font-size: 2rem;
	color: #464c59;
	margin-top: 0px;
	margin-bottom: 12px;
    line-height: 140%;
}

p.statement{
    font-size: 1.5rem;
    font-weight: regular;
    color: #afafaf;
    line-height: 140%;
}


h4 {
  	font-weight: 500;
  	font-size: 18px;
  	line-height: 26px;
  	margin-top: 0px;
  	margin-bottom: 26px;
  	color: #008db1;
}

h3 .highlight{
	color: #008db1;
}

h2.dark{
	opacity: 1.0;
}


svg{
  height: 332px;
  display: block;
  margin: 0px auto;
  margin-bottom: 20px;
}

button{
    border-radius: 0;
    background-color: #008df6;
    color: #fff;
    font-size: 1.5rem;
    text-transform: none;   
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 50px;
    line-height: 48px;
    border-radius: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 24px;
    padding-right: 24px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: initial;
    font-weight: 500;
    margin-top: 40px;
    cursor: pointer;
    border: none;
}

button:hover{
    background-color: #0069b8;
}

button.block{
    display: block;
    width: 100%;
}

button.btn-tertiary {
  border: 1.5px solid #ccc;
}
button.btn-tertiary:hover img {
  opacity: 0.8;
}


button.btn-tertiary {
  border: 1.5px solid #ccc;
}
button.btn-tertiary:hover img {
  opacity: 0.8;
}

button.icon {
  width: 52px;
  height: 52px;
  padding: 0px;
  margin: 5px;
  border-radius: 26px;
  font-size: 0px;
  background-color: #fff;
}

button.icon.dark{
    background-color: #23262c;
    border: none;
}

button.icon img {
  max-width: 100%;
  max-height: 100%;
  margin: 0px;
  opacity: 0.5;
}


/* svg styles */
.arrow{opacity:0.3;fill:none;stroke:#000000;stroke-miterlimit:10;}
.circle1{fill:none;stroke:#00C1B3;stroke-width:1.5;stroke-miterlimit:10;}
.circle2{fill:none;stroke:#00CE75;stroke-width:1.5;stroke-miterlimit:10;}
.circle3{fill:none;stroke:#0096D1;stroke-width:1.5;stroke-miterlimit:10;}
.text1{font-family:'Roboto', sans-serif;font-size:16px; opacity: 0;}
.text2{font-family:'Roboto', sans-serif; font-weight: 500; font-size:16px;}
.c1{fill:#00CE75;}
.c2{fill:#0096D1;}
.c3{fill:#00C1B3;}
.opaque{opacity:0.0;}

.center{
	text-align: center;
}


.floatingButton{

    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #48545d;
    top: 700px;
    left: 80%;
    margin-left: -75px;
    margin-top: -75px;
    z-index: 90;
    color: #ffffff;
    white-space: normal;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: all 0.2s ease;
    backface-visibility: none;
}

.floatingButton:hover{
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.2s ease;

}

.centerWrapper{
    margin-top: 50px;
    height: 50px;
    font-weight: 500;
  }

  .arrowMoved {
    width:50px;
    height:29px;
    background: url(../img/arrow_moved.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
    display: inline-block;
}

.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;
	opacity: 0.5;
}

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

/* Bootstrap Cols and Rows
-----------------------------------------------*/

.grey{
	background-color: #f7f7f7;
  	border-bottom: 1px solid #e5e5e5;
  	border-top: 1px solid #e5e5e5;
}

.darkgrey{
    background: #f0f0f0;
    border-top: none;
}

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

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

.row {
	padding: 0px;
  	margin: 0px;
}

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

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


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

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

.row.flex{
    display: flex;
}

.row.smallMarginBottom{
    margin-bottom: 50px;
}
/*
.row.flex .flex{
    display: flex;
    flex-direction: row;
}*/


footer {
	color:#7f7f7f;
  	background-color: #2f3239;
	padding-top: 60px;
	padding-bottom: 30px;
}

footer p {
	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;
}


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

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

.smallText.middle{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}

@media (max-width: 768px) {
    .smallText.middle{
        width: 100%;
    }
}

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

.parallaxContainer{
  perspective: 900px;
  backface-visibility: hidden;
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.parallaxCanvas{
  perspective: 900px;
  backface-visibility: hidden;
}

.parallaxButton{
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


.parallaxContainer:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);

  
}

.delay1s{
  -webkit-transition-delay: 1s
  -moz-transition-delay: 1s
  -o-transition-delay: 1s
  transition-delay: 1s
}


/* skillCard
-----------------------------------------------*/

.skillContainer{
    vertical-align: top;
    white-space: nowrap;
    margin-bottom: 40px;
    user-select: none;
    cursor: move;
}


.skillContainer .skillCard{
    width: 33.333334%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    border: 1ps solid #ddd;
}


.skillWrapper {
    position: relative;
    border: none; /* Remove default border */
    padding: 1px;
    border-radius: 4px;
}



@media (max-width: 992px) {
    .skillContainer .skillCard{
        width: 50%;
    }
}


@media (max-width: 768px) {
    .skillContainer .skillCard{
        width: 100%;
    }
}

.skillContainer .skillCard .skillIcon{
    width: 96px;
    height: 96px;
}


.skillCard .skillWrapper{
    /*background: radial-gradient(90% 100% at 50% 100%, rgba(60, 70, 80, 0.3) 0%, rgba(60, 70, 80, 0) 85%), #1D1F24;*/
    background: #1D1F24;
    min-height: 320px;
    padding: 30px;
    border: 1px solid #353535;
}

.skillCard{
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    min-height: 320px;
    margin-bottom: 30px;
}

.skillCard .skillIcon{
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
}

.skillCard .skillIcon.strategy{
    background: url(../img/skill_strategy.svg) no-repeat center center;
    background-size: cover;
}

.skillCard .skillIcon.research{
    background: url(../img/skill_user-research.svg) no-repeat center center;
    background-size: cover;
}

.skillCard .skillIcon.ux{
    background: url(../img/skill_ux-design.svg) no-repeat center center;
    background-size: cover;
}

.skillCard .skillIcon.ui{
    background: url(../img/skill_ui-design.svg) no-repeat center center;
    background-size: cover;
}

.skillCard .skillIcon.prototyping{
    background: url(../img/skill_prototype.svg) no-repeat center center;
    background-size: cover;
}

.skillCard .skillIcon.testing{
    background: url(../img/skill_testing.svg) no-repeat center center;
    background-size: cover;
}

.skillCard .skillTitle{
    /*
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    */
    font-weight: 500;
    font-size: 2rem;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 120%;
    margin-bottom: 16px;
}


.skillCard .skillCopy{
    color: #afafaf;
    font-size: 1.5rem;
    line-height: 140%;
}



/* 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 .teaserOverlayImage{
	height:700px ;
	width: 100% ;
	z-index: 20 ;
	position: absolute;
	background: url(../img/teaser_mono_gradient.png) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 1;
	-webkit-backface-visibility: hidden;
}

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

.teaser .teaserTagLine{
	width: 100%;
	position: absolute;
	opacity: 1 ;
	z-index: 40 ;
	-webkit-backface-visibility: hidden;
}


@media (min-width: 992px) {
  .teaser .teaserTagLine{
   

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

  }

}
*/


/* Work images
-----------------------------------------------*/

.ux-design:after {
  content: "";
  display: table;
  clear: both;
}

.ux-design-inner:after {
  content: "";
  display: table;
  clear: both;
}

.ux-design {
  position: relative;
  height: 780px;
  overflow: hidden;
  padding-top: 50px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 75%, #dbdbdb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(75%,#f5f5f5), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 75%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 75%,#dbdbdb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 75%,#dbdbdb 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 75%,#dbdbdb 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
}

.ux-design-inner {
  display: block;
  width: 1640px;
  height: 650px;
  margin-left: -940px;
  left: 50%;
  position: relative;
}

.img {
  float: left;
}

.imageS1 {
  /*margin-top: -20px;*/
}

.imageS2 {
  padding-top: 120px;
  margin-left: -50px;
   /*position: relative;
 z-index: -1;*/
}

.imageS3 {
  padding-top: 250px;
  margin-left: -770px;
  /*z-index:20;*/
}

/* Icons
-----------------------------------------------*/


.wobble {
    display: block;
    text-indent: -9999px;
    width:3840px;
    height:36px;
    background: url(../img/wobble.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
    position: absolute;
    margin-top: -36px;
    z-index: 100;
    transform: translateX(500px);
  -webkit-transform: translateX(500px);
  -moz-transform: translateX(500px);
  -o-transform: translateX(500px);
}

.wobble.animate{
  transform: translateX(-3840px);
  -webkit-transform: translateX(-3840px);
  -moz-transform: translateX(-3840px);
  -o-transform: translateX(-3840px);

  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;

  -webkit-transition-delay: 0.3s
  -moz-transition-delay: 0.3s
  -o-transition-delay: 0.3s
  transition-delay: 0.3s
}


.testimonial_weg {
  	display: block;
  	text-indent: -9999px;
  	min-width:50px;
  	max-width:140px;
  	height:70px;
  	background: url(../img/testimonial_weg.svg);
  	background-size: contain;
  	background-repeat: no-repeat;
    background-position: center; 
}

.testimonial_leverage {
    display: block;
    text-indent: -9999px;
    min-width:50px;
    max-width:140px;
    height:70px;
    background: url(../img/testimonial_leverage.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
}

.testimonial_schulthess {
    display: block;
    text-indent: -9999px;
    min-width:50px;
    max-width:140px;
    height:70px;
    background: url(../img/testimonial_schulthess.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
}

.testimonial_addium {
    display: block;
    text-indent: -9999px;
    min-width:50px;
    max-width:140px;
    height:70px;
    background: url(../img/testimonial_addium.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
}

.testimonial_din {
    display: block;
    text-indent: -9999px;
    min-width:50px;
    max-width:140px;
    height:70px;
    background: url(../img/testimonial_din.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
}

.testimonial_dg {
    display: block;
    text-indent: -9999px;
    min-width:50px;
    max-width:140px;
    height:70px;
    background: url(../img/testimonial_dg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
}

.testimonial_spaeh {
    display: block;
    text-indent: -9999px;
    min-width:50px;
    max-width:140px;
    height:70px;
    background: url(../img/testimonial_spaeh.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
}

.testimonial_airport {
    display: block;
    text-indent: -9999px;
    min-width:50px;
    max-width:140px;
    height:70px;
    background: url(../img/testimonial_airport.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
}

.testimonial_allplan {
    display: block;
    text-indent: -9999px;
    min-width:50px;
    max-width:140px;
    height:70px;
    background: url(../img/testimonial_allplan.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
}

.testimonial_roboception {
    display: block;
    text-indent: -9999px;
    min-width:50px;
    max-width:140px;
    height:70px;
    background: url(../img/testimonial_roboception.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
}

.testimonial_dlr {
	display: block;
  	text-indent: -9999px;
  	min-width:50px;
  	max-width:140px;
  	height:70px;
  	background: url(../img/testimonial_dlr.svg);
  	background-size: contain;
  	background-repeat: no-repeat;
    background-position: center; 
}

.testimonial_ihk {
  	display: block;
  	text-indent: -9999px;
  	min-width:50px;
  	max-width:140px;
  	height:70px;
  	background: url(../img/testimonial_ihk.svg);
  	background-size: contain;
  	background-repeat: no-repeat;
    background-position: center; 
}

.testimonial_paymill {
  	display: block;
  	text-indent: -9999px;
  	min-width:50px;
  	max-width:140px;
  	height:70px;
  	background: url(../img/testimonial_paymill.svg);
  	background-size: contain;
  	background-repeat: no-repeat;
    background-position: center; 
}

.testimonial_xamine {
  	display: block;
  	text-indent: -9999px;
  	min-width:50px;
  	max-width:140px;
  	height:70px;
  	background: url(../img/testimonial_xamine.svg);
  	background-size: contain;
  	background-repeat: no-repeat;
    background-position: center; 
}
.testimonial_kuka {
  	display: block;
  	text-indent: -9999px;
  	min-width:50px;
  	max-width:140px;
  	height:70px;
  	background: url(../img/testimonial_kuka.svg);
  	background-size: contain;
  	background-repeat: no-repeat;
    background-position: center; 
}
.testimonial_kiutra {
  	display: block;
  	text-indent: -9999px;
  	min-width:50px;
  	max-width:140px;
  	height:70px;
  	background: url(../img/testimonial_kiutra.svg);
  	background-size: contain;
  	background-repeat: no-repeat;
    background-position: center; 
}
.testimonial_meter {
  	display: block;
  	text-indent: -9999px;
  	min-width:50px;
  	max-width:140px;
  	height:70px;
  	background: url(../img/testimonial_meter.svg);
  	background-size: contain;
  	background-repeat: no-repeat;
    background-position: center; 
}

.icon_robotic {
  	display: block;
  	text-indent: -9999px;
  	width: 150px;
  	height: 150px;
  	background: url(../img/icon_robotic.svg);
  	background-size: 150px 150px;
}

.icon_SHI {
  display: block;
  text-indent: -9999px;
  width: 150px;
  height: 150px;
  background: url(../img/SHI_Logo.svg) no-repeat center center;
  background-size: 150px 150px;
  margin-right: 40px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .icon_SHI {
    width: 100%;
    margin-right: 0;  /* Remove margin-right */
  }
}


.icon_culture {
  	display: block;
  	text-indent: -9999px;
  	width: 150px;
  	height: 150px;
  	background: url(../img/icon_culture.svg);
  	background-size: 150px 150px;
}

.icon_homeautomation {
  	display: block;
  	text-indent: -9999px;
  	width: 150px;
  	height: 150px;
  	background: url(../img/icon_homeautomation.svg);
  	background-size: 150px 150px;
}

.icon_medical {
  	display: block;
  	text-indent: -9999px;
  	width: 150px;
  	height: 150px;
  	background: url(../img/icon_medical.svg);
  	background-size: 150px 150px;
}

.icon_mobility {
  	display: block;
  	text-indent: -9999px;
  	width: 150px;
  	height: 150px;
  	background: url(../img/icon_mobility.svg);
  	background-size: 150px 150px;
}

.icon_retail {
  	display: block;
  	text-indent: -9999px;
  	width: 150px;
  	height: 150px;
  	background: url(../img/icon_retail.svg);
  	background-size: 150px 150px;
}

.icon_desktop {
  	display: block;
  	text-indent: -9999px;
  	width: 150px;
  	height: 150px;
  	background: url(../img/icon_desktop.svg);
  	background-size: 150px 150px;
}

.icon_mobile {
  	display: block;
  	text-indent: -9999px;
  	width: 150px;
  	height: 150px;
  	background: url(../img/icon_mobile.svg);
  	background-size: 150px 150px;
}

.icon_process {
  	display: block;
  	text-indent: -9999px;
  	width: 150px;
  	height: 150px;
  	background: url(../img/icon_process.svg);
  	background-size: 150px 150px;
}


.icon_hmi {
  	display: block;
  	text-indent: -9999px;
  	width: 150px;
  	height: 150px;
  	background: url(../img/icon_hmi.svg);
  	background-size: 150px 150px;
}

.icon_exhibition {
  	display: block;
  	text-indent: -9999px;
  	width: 150px;
  	height: 150px;
  	background: url(../img/icon_exhibition.svg);
  	background-size: 150px 150px;
}


.engineering {
    display: block;
    text-indent: -9999px;
    max-width: 100%;
    min-width: 274px;
    height: 0px;
    padding-bottom: 332px;
    background: url(../img/ix_engineering.svg) no-repeat center center;;
}

.processimage{
	width: 100%;
	max-width: 1000px;
}

.icons{
	padding-top:20px
}

.icons div{
	margin-right:20px
}

.icons div:last-child{
	margin-right:20px
}

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

.processImage{
	width: 100%;
	height: 650px;
	background: url(../img/image.jpg);
	background-size: cover;
  	background-repeat: no-repeat;
    background-position: center center; 
    border-bottom: 1px solid #e5e5e5;
}

/* projects
-----------------------------------------------*/

#projekte{
	padding-bottom: 100px;
}
#projekte .project{
	padding: 40px 0;
}
#projekte .right{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
#projekte p{
	padding-top: 20px;
}
/*
#projekte .blue{
	color: #008db1;
	opacity: 1;
}*/
#projekte .button{
	background-color: #008db1;
	width: fit-content;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
	margin-top: 50px;
	cursor: pointer;
}
#projekte .button:hover{
	opacity: 0.7;
	transition: opacity 0.1s;
}
#projekte .button h2{
	color: #FFFFFF;
	opacity: 1;
}
@media (max-width: 992px) {
    #projekte .right {
        padding-top: 50px;
    }
}
@media (max-width: 768px) {
    #projekte .right {
        padding-top: 30px;
    }
	#projekte p{
		padding-top: 30px;
	}
}

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

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

.white-tile{
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.05);
    display: inline-block;
    vertical-align: middle;
}


.white-tile a{
    text-decoration: underline;
    font-weight: 500;
    color: #7f7f7f;
    display: inline-block;
}

.white-tile a:hover{
    color: #000;
}

/* Animation styles
-----------------------------------------------*/
section{
	opacity: 1 ;   
}

.fadeIn{
    opacity: 0 ;

    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;

    backface-visibility: hidden;

    -webkit-transform: translate(0px, 30px);
    -moz-transform: translate(0px, 30px);
    -o-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
}

.duration1s{
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.mockup-img-container{
	width: 100vw;
}

.mockup-img{
	width: 100%;
}

.mapboxgl-ctrl-zoom-in{
	margin-top: 0;
}
.mapboxgl-ctrl-zoom-out{
	margin-top: 0;
}
.mapboxgl-ctrl-compass{
	margin-top: 0;
}



/* new stuff */
.appleStyleAnimationContainer{
  height: 2500px;
  background: linear-gradient(0deg, rgba(240,240,240,1) 12%, rgba(232,232,232,1) 52%);
  position: relative;
  overflow: hidden;
}


.stickycontainer{
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
  perspective: 1000px;
}



.rightproject{
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  position: absolute;
  background: url(../img/flat_mockups02.png) no-repeat center center;
  transform-origin: 50% 50%;
  background-size: contain;
  left: 50vw;
  top: 50vh;
  z-index: 1;
}

.leftproject{
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  position: absolute;
  background: url(../img/flat_mockups04.png) no-repeat center center;
  transform-origin: 50% 50%;
  background-size: contain;
  left: 50vw;
  top: 50vh;
  z-index: 1;
}

.mobileproject{
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  position: absolute;
  background: url(../img/flat_mockups03.png) no-repeat center center;
  transform-origin: 50% 50%;
  background-size: contain;
  left: 50vw;
  top: 50vh;
  z-index: 2;
}



.videocontainer{
   position: relative;
   width: 100%;
   height: 100%;
}



.centerproject{
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  position: absolute;
  background: url(../img/flat_mockups01.png) no-repeat center center;
  transform-origin: 50% 50%;
  background-size: contain;
  left: 50vw;
  top: 50vh;
}


video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  margin-top: -7.5%;
}



@media (min-aspect-ratio: 2286/2200) {
  video {
    height: 55.5%;
    margin-top: -7.8vh;
  }
}


.container.projects{
  max-width: 1600px;
  width: 100%;
}

.container-fluid.projects{
    max-width: 1600px;
}

.projectTile{
  background: #FFFFFF;
  box-shadow: 0 10px 25px 0 rgba(0,0,0,0.05);
  border-radius: 5px 5px 0px 0px;
  border-bottom: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
  margin-bottom: 30px;
  height: calc(100% - 40px);
  position: relative;
  margin: auto;
  margin-bottom: 40px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ddd;
  overflow: hidden;
}


.projectTile.ragchat{
    background: url(../img/ragchat.png) no-repeat center center;
    background-size: cover;
}

.projectTile.hero{
    height: 500px;
    padding: 0px;
}

/*
.projectTile:hover{
  transform: scale(1.05);
  transform-origin: center center;
  box-shadow: 0 20px 25px 0 rgba(0,0,0,0.15);
}*/

.projectTile:hover .projectFooter:after{
  transform: translateX(10px);
}

.projectTile .projectimage{
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 4px;
}

/*
.projectTile .projectimage img.kuka{
  max-height: 360px;
  position: absolute;
  bottom: 0px;
  max-width: 100%;
}
*/

/*
.projectTile .projectimage img.franz{
  max-height: 360px;
  position: absolute;
  bottom: 0px;
  max-width: 100%;
}*/


.projectTile .projectimage.spaeh{
  background: url(../img/projectteaser_spaeh.png) no-repeat center center;
  background-position: bottom center;
  background-size: cover;
}


.projectTile .projectimage.franz{
  background: url(../img/projectteaser_franz.png) no-repeat center center;
  background-position: bottom center;
  background-size: cover;
}


.projectTile .projectimage.kiutra{
  background: url(../img/projectteaser_kiutra.png) no-repeat center center;
  background-position: bottom center;
  background-size: cover;
}


.projectTile .projectimage.kuka{
  background: url(../img/projectteaser_kuka.png) no-repeat center center;
  background-position: bottom center;
  background-size: cover;
}


.projectTile .projectimage.din{
  background: url(../img/projectteaser_din.png) no-repeat center center;
  background-position: bottom center;
  background-size: cover;
}


.projectTile .projectFooter{
  width: 100%;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  bottom: -1px;
  /*height: 160px;*/
  /*background: rgba(56, 75, 88, 0.5);
  backdrop-filter: blur(12px);*/
  /* Rectangle 7251 */
  /*background: rgba(0,10,10,0.4);
  backdrop-filter: blur(10px);*/



}

.projectTile .projectFooter .projecttitle{
  font-size: 2rem;
  line-height: 140%;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
}



.projectTile.hero .projectFooter .projectcopy{
  font-size: 1.5rem
  line-height: 140%;
}


.projectTile .projectFooter .projectcopy{
  color: #ffffff;
  font-size: 1.5rem
  line-height: 140%;
  font-weight: 300;  
  display: block;
  vertical-align: bottom;
  display: inline-block;
  max-width: 400px;
}

.projectTile .tags{
    margin-top: 12px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease-out;
}


.projectTile .tag{
    background: rgba(220,220,220,0.8);
    color: #333;
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-block;
    border-radius: 2px;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 4px;
    margin-right: 4px;
}

.projectTile video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    transform: none;
    margin: 0px;
    left: 0;
    position: relative;
    overflow: hidden;
    height: 400px;
}

.projectTile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    transform: none;
    margin: 0px;
    left: 0;
    position: relative;
    height: 400px;
}


.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}


.projectTile .projectFooter{
    margin: 0px;
    padding: 0px;
    padding-top: 16px;
    bottom: 0px;
    padding: 16px;
    border-top: none;
}

.projectTile .projectFooter .projecttitle{
    color: #000;
}

.imgcontainer.blue{
    background: #1E6BE7;
}

.imgcontainer.leverage{
    background: #008069;
    /*background: url(../img/leverage_bg.png) no-repeat center center;*/
    /*background-size: cover;*/
}

.imgcontainer.franz{
    background: url(../img/franz_bg.png) no-repeat center center;
    background-size: cover;
}

.imgcontainer.din{
    background: url(../img/dinmedia_bg.png) no-repeat center center;
    background-size: cover;
}

.imgcontainer.spaeh{
    background: url(../img/spaeh_bg.png) no-repeat center center;
    background-size: cover;
}

.imgcontainer.kuka{
    background: url(../img/kuka_bg.png) no-repeat center center;
    background-size: cover;
}

.imgcontainer.kiutra{
    background: url(../img/kiutra_bg.png) no-repeat center center;
    background-size: cover;
}

.projectTile.fit img{
    object-fit: contain;
}


.projectTile .projectFooter .projectcopy{
    color: #000;
}

.projectTile:hover .tags{
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease-out;
}

