@import url(rambla-v13-latin/rambla-v13-latin.css);
@import url(bitter-v28-latin/bitter-v28-latin.css);
@import url(fontello/css/fontello.css);
/****************************************
  ==== RESETS
****************************************/

html,
body,
div,
canvas {
  margin: 0;
  padding: 0;
}

.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clear {
  display: inline-table;
  clear: both;
}

/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

/* End hide from IE-mac */

/****************************************
  ==== LAYOUT
****************************************/

html,
body {
  font-family: 'Rambla', sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #414042 !important;
  background-size: 1200px;
  background-repeat-x: no-repeat;
  background-position: center;
  background-color: white;
  overflow-x: hidden;

}

a {
  cursor: pointer;
}

a:link,
a:active,
a:visited {
  color: inherit;
  text-decoration: inherit;
}

a:hover {
  text-decoration: underline;
}

div.bg {
  width: 100%;
  margin-bottom: 0%;
  padding-bottom: 2%;
}



.bigText {
  font-size: 20px;
}

.subline {
  font-size: 2em;
  font-weight: 500;
}

div.container {
  width: 100%;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
  padding-top: 2%;

}

div.containerFooter {
  width: 100%;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;

}

.containerUltrawide {
  max-width: 50em;
  text-align: center !important;
}

.containerText {
  width: 80%;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}


.main {
  position: relative;
}

.overlay {
  margin-top: 20.5%;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1920px) {
  .overlay {

    margin-top: 19.1%;
  }
}

@media screen and (max-width: 1440px) {
  .overlay {

    margin-top: 17.2%;
  }
}

@media screen and (max-width: 1200px) {
  .overlay {

    margin-top: 15.6%;
  }
}

@media screen and (max-width: 1024px) {
  .overlay {

    margin-top: 14%;
  }
}

@media screen and (max-width: 787px) {
  .overlay {

    margin-top: 13.6%;
  }
}

.tagOverlay {
  margin-top: -29%;
  z-index: 1;
  position: relative;

}

div.clear {
  clear: both;
}

.fontello {
  font-family: 'fontello';
}

.slick-prev:before {
  content: '\e800';
  font-family: 'fontello';
  color: transparent;
  font-size: 50px;

}

.slick-next:before {
  content: '\e801';
  font-family: 'fontello';
  color: transparent;
  font-size: 50px;

}

.slick-prev,
.slick-next {
  z-index: 1;
  width: 100px;
  height: 400px;

  color: transparent;

}

/*.slick-prev:before {

  font-size: 40px;

}

.slick-next:before {

  font-size: 40px;

}*/
.slick-prev {
  left: 22%;

}

.slick-next {

  right: 22%;

}

.slider_overlay {
  bottom: 0;
  min-height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 15%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 15%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 15%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#73000000', GradientType=0);
  /* IE6-9 */
}

.tagsBG {
  background-color: white;
  text-transform: uppercase;
  top: 5%;
  /*margin-left: 30%;*/
  min-height: 30px;
  left: 0;
  position: relative;
  min-width: 100px;
  z-index: 5;
  text-align: left;
  line-height: 30px;
  padding-left: 1%;
  padding-right: 1%;
  display: table;
}

.top {
	position: relative;
	width:100vw;
	height: 100dvh;
}

div.hero {
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.hero .slick-list{
	height: 100dvh;
}

/*
  @media screen and (max-width: 787px) {
    div.hero {
      background-size: 150%; } }
  @media screen and (max-width: 481px) {
    div.hero {
      background-size: 180%; } }
  @media screen and (max-width: 401px) {
    div.hero {
      background-size: 180%; } }
  @media screen and (max-width: 321px) {
    div.hero {
      background-size: 210%; } }*/
.enter-link {
	display: block;
	position: absolute;
	bottom: 2em;
	left: 0;
	right: 0;
}

div.enter {
  background-image: url("../img/arrow_down.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;

  position: absolute;
  bottom: 0px;
  z-index: 0;
  height: 3em;
}

.platformLogos {
  height: 3em;
  padding-right: 2em;
  padding-bottom: 1em;
}

div.fromTop {
  margin-top: 53.5%;
}

@media screen and (max-width: 787px) {
  div.fromTop {
    margin-top: 78%;
  }
}

@media screen and (max-width: 481px) {
  div.fromTop {
    margin-top: 95%;
  }
}

@media screen and (max-width: 401px) {
  div.fromTop {
    margin-top: 93%;
  }
}

@media screen and (max-width: 321px) {
  div.fromTop {
    margin-top: 100%;
  }
}

.indent {
  padding-left: 17%;
}

@media screen and (max-width: 1000px) {
  .indent {
    padding-left: 10%;
  }
}

@media screen and (max-width: 787px) {
  .indent {
    padding-left: 0%;
  }
}

.LITGtext {
  color: #58595B !important;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  vertical-align: text-top;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 1em;
  column-span: all;
  width: 100%;
  max-width: 40em;
  column-count: 1;
  column-gap: 2em;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.info {
  max-width: 40em;
  column-count: 1;
  column-gap: 2em;
  position: relative;
  z-index: 1;
  color: white;
  font-size: initial;
  line-height: initial;
  padding-bottom: 50px;
  pointer-events: none;
}

.info p.columnBreak {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 481px) {
  .info {
    column-count: 1;
  }

  .info p.columnBreak {
    display: none;
  }
}

.info h2,
.info h3,
.info h1 {
  column-span: all;
  color: #ffffff;
  font-size: 2em;
  line-height: 150%;
  display: block;
  text-align: left;
  margin-bottom: 0.5em;
  column-span: all;
  font-weight: 400;
}

.info h1 {
  font-size: 4em;
  line-height: 1em;
}

.info h3 {
  font-size: 1.5em;
  margin-top: 1em;
}

.info p {
  display: inline-block;
  vertical-align: text-top;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 1em;
  column-span: all;
  width: 100%;
  font-weight: 400;
}

.info ul {
  column-span: all;
  color: white;
  text-align: left;
}

.info ul li {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 1.4em;
  margin-bottom: 0.9em;
  line-height: 150%;
  background-image: url("../img/bullet.svg");
  background-position: top center;
  background-size: 1em;
  background-repeat: no-repeat;
}

.info ul li:first-of-type {
  background-image: none;
}

.info ul li a:link,
.info ul li a:active,
.info ul li a:visited {
  color: #00ffff;
  text-decoration: none;
}

.info ul li a:hover {
  color: #00ffff;
  text-decoration: underline;
}

.logo {
  float: left;
}

.logoGrp {
  max-width: 40em;
  column-count: 1;
  column-gap: 2em;
  position: relative;
  z-index: 1;
  color: white;
}

.nav {
  font-size: 12px;
  color: #ffffff;
  line-height: 60px;
  margin-left: 50px;
  vertical-align: top;
  float: left;
}

.nav.expanded {
  display: none;
}

@media screen and (max-width: 850px) {
  .nav {
    position: absolute;
    top: 80px;
    display: block;
    left: 50%;
    margin-left: -75px;
    float: none;

  }
}

@media screen and (max-width: 850px) {
  .menuGrp {
    position: fixed;
    width: 100%;
  }
}

#menu {
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0px;
  color: #ffffff;
  line-height: 40px;
  vertical-align: top;
}

#menu.expanded ul {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 850px) {
  #menu {
    line-height: inherit;
  }
}

#menu h1 {
  display: inline;
  margin-right: 1em;
  font-weight: 900;
}

#menu ul {
  display: inline-block;
  margin-top: 0px;
}

#menu ul li {
  display: inline;
}

#menu ul li+li {
  margin-left: 20px;

}

@media screen and (max-width: 850px) {
  #menu ul li+li {
    margin-left: 0.2em;
    margin-top: 0;

  }
}

#menu ul li.active {
  border-bottom: 2px solid #8204C3;
}

#menu a:link,
#menu a:active,
#menu a:visited,
#menu a:hover {
  color: inherit;
  text-decoration: inherit;
}

#pullTab {
  margin-top: 60px;
  display: none;
  margin-right: 1em;
  cursor: pointer;
}

#left-menu {
  float: left;
}

@media screen and (max-width: 850px) {
  #left-menu {
    float: none;
  }

  #left-menu #pullTab {
    display: inherit;
    padding-left: 20px;
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0;
    margin-right: 0;
    font-size: 32px;
  }

  #left-menu h1 {
    display: none;
  }

  #left-menu ul li {
    display: none;
  }

  #left-menu.expanded {
    float: none;
  }

  #pullTab {
    background-color: black;
    width: 100%;
  }

  #left-menu.expanded ul {
    background-color: grey;
    /* position: fixed; */
    /* top: 2.3em;
      left: 0; */
    margin: 0;
    padding-left: 0;
    /* margin-bottom: 0; */
    width: 100%;

  }

  #left-menu.expanded ul li {
    display: table;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
  }
}

#right-menu {
  float: right;
  margin-right: 50px;
}

@media screen and (max-width: 850px) {
  #right-menu {
    display: none;
  }
}

#right-menu.expanded {
  float: none;
  margin-right: inherit;
  display: inherit;
  background-color: black;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -5px;
}

#right-menu.expanded ul {

  margin: 0;
  padding-left: 0;

  width: 100%;

}

#right-menu.expanded ul li {

  padding-left: 2em;
  margin-right: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: left;
}

#legalMenu {
  width: 100%;
  padding-left: 0px;
  line-height: 20px;
  vertical-align: top;
  font-weight: bold;
}

#legalMenu h1 {
  display: inline;
  margin-right: 1em;
  font-weight: 700;
}

#legalMenu ul {
  display: inline;
  margin-top: 5px;
  padding-left: 0px;
}

#legalMenu ul li {
  display: inline;
}

#legalMenu ul li+li {
  margin-left: 20px;
}

@media screen and (max-width: 430px) {
  #legalMenu ul li+li {
    margin-left: 0.2em;
  }
}

#legalMenu a:link,
#legalMenu a:active,
#legalMenu a:visited {
  color: inherit;
  text-decoration: inherit;
}

#legalMenu a:hover {
  text-decoration: underline;
}

.headerCG {
  background-color: #394a4d;
  padding-top: 50px;
  line-height: 170px;
  font-size: 24px;
  width: 100%;
}

.title {
  margin-top: 50px;
}

@media screen and (max-width: 850px) {
  .title {
    margin-top: 0px;
  }
}

.intro {
  position: absolute;
  top: 0px;
  left: 1em;
  width: 100%;
  margin-bottom: 0px;
  text-shadow: 1px 2px 9px rgba(10, 10, 40, 0.7);
}

.intro .info {
  width: 100%;
  max-width: 40em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30vh;

  /* @media screen and (max-width: 1920px) {
  .intro {
    margin-top: 60%;
    } }
@media screen and (max-width: 1300px) {
  .intro {
    margin-top: 60%;
    } }
@media screen and (max-width: 787px) {
  .intro {
    margin-top: 40%;
    } }
@media screen and (max-width: 501px) {
  .intro {
    margin-top: 60%;
    } }
@media screen and (max-width: 401px) {
  .intro {
    margin-top: 80%;
      } }
@media screen and (max-width: 321px) {
  .intro {
    margin-top: 80%;
      } } */
}

.intro .info h1 {
  margin-top: 0px;
}

#spacer {
  width: 100%;
  height: 0px;
}




.lightfield {

  background-color: #7f3f98;
  color: #7f3f98;
}

.motorLab {
  background-color: #333333;
  color: #333333;
}

.reshape {
  background-color: #273442;
  color: #273442;
}

.kosmosKaffee {
  background-color: #618B5D;
  color: #618B5D;
}

.makGame {
  background-color: #F9A537;
  color: #F9A537;
}

.rbmg {
  background-color: #c92666;
  color: #c92666;
}

.mitMut {
  background-color: #ccc30c;
  color: #ccc30c;
}

.schnitzler {
  background-color: #dc0046;
  color: #dc0046;
}

.zeituhr {
  background-color: #d94d4b;
  color: #d94d4b;
}

.cg {
  background-color: #394a4d;
  color: #394a4d;
}

.bsz {
  background-color: #19417a;
  color: #19417a;
}

.playAustria {
  background-color: #02b3a6;
  color: #02b3a6;
}

.vendingMachine {
  background-color: #35147e;
  color: #35147e;
}

.bmw {
  background-color: #009ADA;
  color: #009ADA;
}

.xq-avatar {
  background-color: #38363f;
  color: #38363f;
}

.uniqa {
  background-color: #005ba9;
  color: #005ba9;
}

.renderings {
  width: 100%;

}

.showreelContainer {
  position: relative;
  padding-top: 56.25%;

}

.showreel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding-top: 50px;
}

.CGcontent {
  background-color: #616E71;
}


.footerBG {
  background-color: #00f2a1;
}

.credits {
  background-color: white;
  z-index: 9;
  color: #414042 !important;

}

.textLeft {
  text-align: left;
  float: left;
  font-weight: 900;
  text-decoration: none;
}

.clients {
  column-count: 1;
  margin: 30px -20px 0px -20px;
}

.clientLogos {
  padding: 0px 20px 0px 20px;
  vertical-align: middle;
  max-width: 140px;
  max-height: 60px;
}

.clientLogoFrame {
  height: 60px;
  width: 100px;
  white-space: nowrap;

  text-align: center;
  margin: 2em 0;
}

.vSpacer {
  margin-top: 20%;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.peopleDesc {
  text-align: left;

  margin-right: -40px;
  font-weight: 400;
  width: 400px;
}

.people {
  column-count: 1;
  margin-top: 30px;
}

.peopleName {
  text-align: center;

  margin-top: 15px;
  font-weight: 400;
}

.peopleMail {
  margin-top: -150px;

}

@media (min-width: 768px) {
  .peopleName {
    text-align: left;
  }

  .peopleMail {
    margin-top: 15px;

  }

  .video {
    display: visible;
  }
}hite

.mailImg {
  inline: block;
  vertical-align: middle;
}


.footer {
  width: 100%;

  color: white;
  line-height: 80px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.circle {
  background-color: #0c4278;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 16px;
  /*color: white;*/
  font-weight: bold;
  padding: 24px 12px 0px 12px;
}

.white {
  background-color: white;
  /*color: #333333;*/
  position: absolute;
  /* margin-top: 44px; */
  /* margin-left: 100%; */
  display: inline-block;
  right: 0px;
}
/* 
@media screen and (max-width: 850px) {
  .white {
    margin-left: 80%;
    margin-top: 0px;
  }
} */

.dark {
  background-color: #414042;
  color: white;
}

.middle {
  width: 56px;
  height: 56px;
  line-height: 16px;
}

.small {
  width: 20px;
  height: 20px;
  line-height: 0px;
  font-size: 8pt;
  padding: 10px;
}

.fotos {
  padding: 0px 20px 0px 0px;
}

.oneLine {
  line-height: 30px;
}

#officeMail {
  margin-right: 15px;
  margin-top: -5px;
}

.email {
  padding-top: 10px;
}

.right {
  float: right;
  margin-left: 20px;
}

.credits-wrapper {
  height: 300px;
  background-color: white;
  line-height: 24px;
  float: left;
  color: #e8e9ee;
  text-align: left;
  font-size: 18px;
  position: relative;
  z-index: 10;
}



.screenshots img,
.screenshots video,
#screenshots-nav img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero .screenshots img {
  height: 100vh;
}

.screenshots video {
  margin-bottom: -5px;

}







a.close {
  position: absolute;
  left: -60px;
  color: #e8e9ee;
  z-index: 14;
}

span.infoTxt {
  height: 38px;
  line-height: 38px;
  top: 88%;
  left: 2%;
  float: left;
  color: #e8e9ee;
  text-align: left;
  font-size: 18px;
  position: relative;
  z-index: 15;
}

.headline {
  vertical-align: middle;
  margin-left: 50px;
  float: left;
}


hr {
  border-width: 2px;
  border-style: solid;
  color: #414042;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 480px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

}

@media (min-width: 768px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }
}