/* Home ---------------------------------*/

.main-wrap {
  position: relative;
  overflow: hidden;
  width: 100vw;
}

/* Intro ---*/

.landing-intro {
  min-height: 750px;
  max-height: 100vh;
  height: 100vh;
  padding: 100px 0;
  position: relative;
}
.landing-intro-headline {
  position: absolute;
  text-transform: uppercase;
  top: 55%;
  padding: 0 75px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.landing-background-color {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0.85;
}
.headline-small {
  font-size: 2.5rem;
  line-height: 1.6rem;
}
#headline-big {
  font-size: 5.5rem;
  height: 0;
}
#headline-small-top {
  position: absolute;
  margin-top: 4px;
}
.landing-intro-headline p {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
.button-wrapper {
  margin-top: 2.5rem;
}
.intro-button {
  float: left;
  width: 250px;
  max-width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #0cb4ce;
  color: #0cb4ce;
  margin-right: 1rem;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.intro-button:hover {
  border-color: transparent;
  color: #fff;
  background-color: #0cb4ce;
}
.intro-button-icon {
  font-size: 1.8rem;
  float: right;
  margin-right: 2.5rem;
  margin-left: -2rem;
}
.landing-intro video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
.landing-intro-mobile-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../images/header_backgrounds/astronaut.jpg);
}

/* Small only */

@media screen and (max-width: 39.9375em) {
  .landing-intro {
    min-height: 600px;
    max-height: 600px;
  }
  .landing-intro-headline {
    padding: 0 30px;
  }
  .headline-small {
    font-size: 5vw;
    text-transform: uppercase;
    line-height: 1.2rem;
  }
  #headline-big {
    font-size: 10vw;
    height: 0;
    text-transform: uppercase;
  }
  #headline-small-top {
    margin-top: 4px;
  }
  .landing-intro-headline p {
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 1.5rem;
  }
  .intro-button {
    float: none;
    display: block;
    margin-right: 0;
    margin-top: 1rem;
  }
}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .landing-intro {
    min-height: 550px;
  }
  .landing-intro-headline {
    padding: 0 0 0 50px;
  }
  .headline-small {
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1.2rem;
  }
  #headline-big {
    font-size: 4.5rem;
    height: 0;
    text-transform: uppercase;
  }
  #headline-small-top {
    position: absolute;
    margin-top: 10px;
  }
  .landing-intro-headline p {
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

/* Customer ---*/

.customer-wrapper {
  padding: 50px 25px;
}
.customers {
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.grayscale_opacity {
  opacity: 0.65;
}
.bwb {
  background-image: url(../images/logos/grayscale/berliner_wasserbetriebe.png);
}
.adlares {
  background-image: url(../images/logos/grayscale/adlares.png);
}
.vw {
  background-image: url(../images/logos/grayscale/vw.png);
}
.dena {
  background-image: url(../images/logos/grayscale/dena.png);
}
.bahn {
  background-image: url(../images/logos/grayscale/bahn.png);
}
.bluebiolabs {
  background-image: url(../images/logos/grayscale/bluebiolabs.png);
}
.sensys {
  background-image: url(../images/logos/grayscale/sensys.png);
}
.mvv {
  background-image: url(../images/logos/grayscale/mvv.png);
  background-size: 60%
}
.nbb {
  background-image: url(../images/logos/grayscale/NBB.png);
  background-size: 100%
}
.cbre {
  background-image: url(../images/logos/grayscale/CBRE.png);
  background-size: 80%
}

@media screen and (max-width: 39.9375em) {
  .customers {
    height: 65px;
  }
}

/* Competences ---*/
.intro-competences-wrapper {
  position: relative;
}
.intro-competences-photo {
  position: absolute;
  height: 100%;
  overflow: hidden;
  text-align: center;
  /*background-image: url(../images/layer_new.png);*/
}
.intro-competences-photo img {
  padding: 75px 0;
  padding-right: 75px;
}
.intro-competences-content {
  position: relative;
  padding: 150px 0 200px;
}
.intro-competences-wrapper h1 {
  font-size: 3.2rem;
  line-height: 3.2rem;
  text-transform: uppercase;
}
.intro-competences-wrapper p {
  width: 85%;
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin-top: 15px;
}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .intro-competences-content {
    padding: 100px 0 100px;
  }
  .intro-competences-wrapper h1 {
    font-size: 2.1rem;
    line-height: 2.1rem;
  }
  .intro-competences-wrapper p {
    width: 90%;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-top: 15px;
  }
}

/* SMALL ONLY */

@media screen and (max-width: 39.9375em) {
  .intro-competences-photo {
    position: relative;
  }
  .intro-competences-photo img {
    margin-top: 5rem;
    padding: 1rem;
  }
  .intro-competences-content {
    padding: 0;
    padding-bottom: 5rem;
    text-align: center;
  }
  .intro-competences-content h1 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .intro-competences-wrapper p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: 2rem;
    padding-bottom: 3rem
  }
}



/* SHOWCASE ---*/
.showcase-browser-wrapper {
  text-align: center;
}
.showcase-browser-headline-wrapper {
  padding: 10rem 0 15rem;
}
.showcase-browser-wrapper p {
  width: 50%;
  margin-left: 25%;
  font-size: 1.2rem;
}

.showcase-headline {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.showcase-browser {
  text-align: center;
}
.showcase-browser-container {
  padding-bottom: 100px
}
.showcase-browser-container img {
  max-width: 1300px;
  width: 100%;
  margin-top: -10rem;
}
.showcase-browser-key span {
  font-size: 5rem;
}
.showcase-browser-key p {
  color: #fff;
  text-align: center;
  padding: 0 50px;
  width: 100%;
  margin-left: 0;
}
.showcase-macbook {
  position: relative;
  padding: 10rem 0;
}
.showcase-macbook-content-container {
  padding-left: 3rem;
}
.showcase-macbook-headline {
  width: 50%;
  padding-left: 3rem;
}
.showcase-macbook-key {
  width: 55%;
  float: left;
  margin-left: 3rem;
}
.showcase-macbook-key-icon {
  font-size: 4rem;
  float: left
}
.showcase-macbook-key-content {
  float: left;
  margin-left: 25px;
  margin-top: 2rem;
}
.showcase-macbook-key-content p {
  margin-top: -5px;
}
.showcase-macbook-container {
  position: absolute;
  right: 0;
  height: 100%;
  margin-top: -10rem;
  background-position: -10% 50%;
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-image: url(../images/showcase/macbook_genotrail.png);
}
.showcase-macbook-container img {
  height: 100%;
  width: 100%;
  margin-left: 35%;
}
.showcase-lba {
  padding: 7.5rem 0 10rem;
}
.showcase-lba-headline {
  text-align: center;
}
.showcase-lba-headline p {
  padding: 0 15%;
}
.showcase-lba-photo {
  padding: 5rem 0 0;
}
.showcase-lba-photo img {
  margin-left: -15%;
}
.showcase-lba-content {
  margin-top: 5rem;
  margin-left:
}
.showcase-lba-key {
  width: 70%;
  float: left;
  margin-left: 10%;
}
.showcase-lba-key-icon {
  font-size: 4rem;
  position: absolute;
  margin-left: -5.5rem;
}
.showcase-lba-key-content {
  margin-top: 2rem;
}
.showcase-lba-key-content p {
  margin-top: -5px;
  display: block;
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .showcase-browser-container {
    padding-bottom: 50px;
  }
  .showcase-browser-wrapper p {
    width: 100%;
    margin-left: 0;
    padding: 0 5rem;
  }
  .showcase-browser-key p {
    padding: 0 0px;
  }
  .showcase-macbook {
    padding: 150px 0;
  }
  .showcase-macbook-content-container {
    padding-left: 0;
  }
  .showcase-macbook-headline {
    width: 100%;
    padding-right: 3rem;
    margin-top: 0px;
    text-align: center;
  }
  .showcase-macbook-mobile {
    width: 90%;
    padding: 50px 0;
    margin-left: 5%;
  }
  .showcase-macbook-key {
    width: 50%;
    margin-left: 0;
    margin-top: 2rem;
    text-align: center;
  }
  .showcase-macbook-key-icon {
    float: none;
    text-align: center;
    margin-left: 0;
  }
  .showcase-macbook-key-content {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
  }
  .showcase-lba-photo {
    padding: 2rem 0 0;
    text-align: center;
  }
  .showcase-lba-photo img {
    margin-left: 0%;
    width: 80%;
  }
  .showcase-lba-content {
    width: 100%;
  }
  .showcase-lba-key {
    width: 50%;
    margin-left: 0;
    text-align: center;
    margin-top: 1rem;
  }
  .showcase-lba-key-icon {
    position: relative;
    margin-left: 0;
  }
  .showcase-lba-key-content {
    margin-top: 0rem;
  }
  .showcase-lba-key-content p {
    width: 100%;
  }
}

/* Small only */

@media screen and (max-width: 39.9375em) {
  .showcase-browser {
    text-align: center;
  }
  .showcase-headline {
    font-size: 2rem;
  }
  .showcase-browser-wrapper p {
    width: 100%;
    margin-left: 0%;
    padding: 0 2rem;
    text-align: center;
  }
  .showcase-browser-key span {
    font-size: 4rem;
  }
  .showcase-browser-key p {
    padding: 0 2rem;
  }
  .showcase-macbook {
    padding: 100px 0;
  }
  .showcase-macbook-content-container {
    padding-left: 0;
  }
  .showcase-macbook-headline {
    width: 100%;
    padding-right: 3rem;
    margin-top: 0px;
    text-align: center;
  }
  .showcase-macbook-mobile {
    width: 100%;
    padding: 50px;
    margin-left: 0%;
  }
  .showcase-macbook-key {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
    text-align: center;
  }
  .showcase-macbook-key-icon {
    float: none;
    text-align: center;
    margin-left: 0;
  }
  .showcase-macbook-key-content {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
  }
  .showcase-lba-photo {
    padding: 2rem 0 0;
  }
  .showcase-lba-photo img {
    margin-left: 0%;
    width: 100%;
  }
  .showcase-lba-content {
    width: 100%;
  }
  .showcase-lba-key {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 1rem;
  }
  .showcase-lba-key-icon {
    position: relative;
    margin-left: 0;
  }
  .showcase-lba-key-content {
    margin-top: 0rem;
    margin-left: 0rem;
  }
  .showcase-lba-key-content p {
    width: 100%;
  }
}



/* Technologies ---*/

.technologies {
  padding: 0;
  background-image: url(../images/misc/coding.jpg);
}
.technologies-color-filter {
  padding: 10rem 0;
  background-color: rgba(30,30,30,0.9);
}
.technologies-headline {
  width: 50%;
  margin-left: 3rem;
}
.technologies-container {
  position: relative;
  margin-top: 3rem;
}
.technologies-logo {
  height: 10rem;
  text-align: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-size: auto 4rem;
  background-repeat: no-repeat;
  background-position: 50%;

}
.technologies-logo:nth-of-type(-n+8) {
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}
.technologies-logo:nth-of-type(n+4){
  border-right: 1px solid #555;
}
.technologies-logo:nth-of-type(4),
.technologies-logo:nth-of-type(8),
.technologies-logo:last-of-type {
  border-right: none;
}
#python {
  background-image: url(../images/logos/grayscale/python.png);
  background-size: auto 2.5rem;
}
#gitlab {
  background-image: url(../images/logos/grayscale/gitlab.png);
  background-size: auto 2.5rem;
}
#docker {
  background-image: url(../images/logos/grayscale/docker.png);
  background-size: auto 5rem;
}
#android {
  background-image: url(../images/logos/grayscale/android.png);
  background-size: auto 5rem;
}
#js {
  background-image: url(../images/logos/grayscale/js.png);
}
#java {
  background-image: url(../images/logos/grayscale/java.png);
  background-size: auto 5rem;
}
#angular {
  background-image: url(../images/logos/grayscale/angular.png);
  background-size: auto 5rem;
}
#postgres {
  background-image: url(../images/logos/grayscale/postgres11.png);
  background-size: auto 4.5rem;
}
#mongodb {
  background-image: url(../images/logos/grayscale/mongodb1.png);
  background-size: auto 3rem;
}
#node {
  background-image: url(../images/logos/grayscale/node1.png);
  background-size: auto 4rem;
}
#git {
  background-image: url(../images/logos/git_logo.png);
  background-size: auto 3rem;
}
#elastic {
  background-image: url(../images/logos/grayscale/elastic.png);
  background-size: auto 6rem;
}
#react {
  background-image: url(../images/logos/grayscale/react1.png);
  background-size: auto 5rem;
}
#leaflet {
  background-image: url(../images/logos/grayscale/leaflet1.png);
  background-size: auto 2.5rem;
}
#cordova {
  background-image: url(../images/logos/grayscale/cordova.png);
  background-size: auto 3.5rem;
}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .technologies-headline {
    width: 75%;
  }
  #java {
    background-size: auto 4rem;
  }
  #js {
    background-size: auto 3.5rem;
  }
  #python {
    background-size: auto 2rem;
  }
  #angular {
    background-size: auto 4rem;
  }
  #postgres {
    background-size: auto 3.5rem;
  }
  #mongodb {
    background-size: auto 2rem;
  }
  #node {
    background-size: auto 3.5rem;
  }
  #git {
    background-size: auto 2rem;
  }
  #elastic {
    background-size: auto 5rem;
  }
  #react {
    background-size: auto 4rem;
  }
  #leaflet {
    background-size: auto 2rem;
  }
  #cordova {
    background-size: auto 3rem;
  }
}

/* Small only */

@media screen and (max-width: 39.9375em) {
  .technologies-headline {
    width: 100%;
    margin-left: 0;
    padding: 0 3rem;
  }
  .technologies-logo:nth-of-type(even) {
    border-right: none;
  }
  .technologies-logo:nth-of-type(n+3) {
    border-top: 1px solid #555!important;
  }
  #java {
    background-size: auto 4rem;
  }
  #js {
    background-size: auto 3.5rem;
  }
  #python {
    background-size: auto 2rem;
  }
  #angular {
    background-size: auto 4rem;
  }
  #postgres {
    background-size: auto 2.5rem;
  }
  #mongodb {
    background-size: auto 2rem;
  }
  #node {
    background-size: auto 3.5rem;
  }
  #git {
    background-size: auto 2rem;
  }
  #elastic {
    background-size: auto 5rem;
  }
  #react {
    background-size: auto 4rem;
  }
  #leaflet {
    background-size: auto 2rem;
  }
  #cordova {
    background-size: auto 3rem;
  }
}
