@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rm.ttf) format('truetype');
}
body {
  background: #fffcec url(../img/natural_paper.png) repeat 0 0;
  color: #0a0a0a;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #646989;
}
h2 {
  font-family: 'Roboto Slab', serif;
}
h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 40px;
}
#page-wrap {
  min-height: 100%;
  position: relative;
}
#content-wrap {
  padding-bottom: 250px;
}
.container {
  width: 1024px;
  max-width: 96%;
  margin: 0 auto;
}
.nowrap {
  white-space: nowrap;
}
.center {
  text-align: center;
}
.intro {
  font-size: large;
  font-style: italic;
}
@media only screen and (min-width: 940px) {
  .col2 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
.col2 p {
  margin: 0 0 1em;
}
@media only screen and (min-width: 940px) {
  .col3 {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
.col3 p {
  margin: 0 0 1em;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 648px) {
  .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content p {
  margin: 0 0 1em;
}
#content ul {
  margin-bottom: 2em;
}
#content a {
  text-decoration: none;
  padding: 10px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: center bottom 29%;
  background-origin: padding-box;
  text-shadow: 3px 0 #fffcec, 2px 0 #fffcec, 1px 0 #fffcec, -1px 0 #fffcec, -2px 0 #fffcec, -3px 0 #fffcec;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  color: #b7541f;
}
#content a:hover {
  color: #646989;
}
.top-back {
  background: none repeat scroll 0 0 #213545;
  position: relative;
  z-index: 11;
}
#slide-panel {
  background: #0F181F;
  display: none;
}
@media only screen and (min-width: 940px) {
  #slide-panel {
    height: 110px;
  }
}
#slide-panel:target {
  margin-top: 0;
}
#slide-panel .inside {
  padding: 20px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 940px) {
  #slide-panel .inside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 70px;
    margin: 0 auto;
    width: 900px;
  }
}
#slide-panel .inside ul,
#slide-panel .inside li {
  list-style-type: none;
}
#slide-panel .inside a {
  text-decoration: none;
}
#slide-panel .inside .bg {
  background: url(../img/sprite.png) no-repeat 0 -30px;
  width: 110px;
  height: 90px;
  position: absolute;
}
#slide-panel .inside h2 {
  color: #F3DB78;
  float: left;
  font-size: 24px;
  height: 90px;
  padding-left: 110px;
  white-space: nowrap;
  font-family: 'Roboto Slab', serif;
  margin: 0;
}
#slide-panel .contact-details {
  float: left;
  margin: 5px 0 0 20px;
  font: 100% 'Roboto Slab', serif;
  font-weight: normal;
  padding: 0;
}
#slide-panel .contact-details li {
  color: #fffcec;
  margin-bottom: 20px;
}
#slide-panel .contact-details li.subtext {
  font-size: 0.75rem;
  color: #abc5d4;
}
#slide-panel .contact-details li div {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  float: left;
  height: 32px;
  margin-right: 10px;
  width: 27px;
}
#slide-panel .contact-details li div.phone {
  background-position: -31px -190px;
}
#slide-panel .contact-details li div.form {
  background-position: 0 -190px;
}
#slide-panel .contact-details li div.linkedin {
  background-image: url(../img/LinkedIn_logo.svg);
  background-position: center center;
  background-size: 27px auto;
}
#slide-panel .contact-details li a {
  color: #fffcec;
  padding-bottom: 2px;
  border-bottom: solid 2px #fffcec;
}
#slide-panel .contact-details li a:hover {
  color: #F3DB78;
  padding-bottom: 2px;
  border-bottom: solid 2px #F3DB78;
  text-decoration: none;
}
#slide-panel .close {
  position: absolute;
  top: 0;
  right: 0;
}
#slide-panel .close a {
  font-size: 11px;
  color: #fffcec;
  text-transform: uppercase;
  padding: 10px;
  display: block;
  background: #223848;
  border-radius: 0 0 6px 6px;
}
#slide-panel .close a:hover {
  text-decoration: none;
  background: #324B5C;
}
#form-panel {
  background: #213545;
  display: none;
  /*** Contactformulier ***/
}
@media only screen and (min-width: 940px) {
  #form-panel {
    height: 185px;
  }
}
#form-panel ul,
#form-panel li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#form-panel .inside {
  margin: 0 auto;
  padding: 20px 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 940px) {
  #form-panel .inside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 70px;
    margin: 0 auto;
    padding: 20px 0;
    width: 900px;
  }
}
#form-panel #contact-form li:nth-child(3) {
  display: none;
}
#form-panel #contact-form .form-group {
  position: relative;
  margin: 10px 0;
  max-width: 100%;
}
#form-panel #contact-form .form-group.has-danger .with-errors:after {
  bottom: 100%;
  left: 14px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(206, 70, 82, 0);
  border-bottom-color: rgba(206, 70, 82, 0.9);
  border-width: 8px;
  margin-left: -8px;
}
#form-panel #contact-form .help-block {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
}
#form-panel #contact-form .help-block ul {
  display: block !important;
}
#form-panel #contact-form .help-block ul li {
  width: 100% !important;
  line-height: 130%;
  padding: 5px !important;
}
#form-panel #contact-form .help-block.with-errors {
  color: #fffcec;
  border-radius: 3px;
  background: rgba(206, 70, 82, 0.9);
}
#form-panel #contact-form .messages {
  display: none;
  background: #F3DB78;
  border-radius: 4px;
  color: #0a0a0a;
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  padding: 20px;
}
#form-panel #contact-form li {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 940px) {
  #form-panel #contact-form li {
    width: 395px;
  }
}
#form-panel #contact-form li.submit {
  text-align: right;
  width: 110px;
  padding-top: 10px;
}
#form-panel #contact-form li .disabled {
  cursor: default;
  opacity: 0.7;
}
#form-panel #contact-form li label {
  position: absolute;
  top: 8px;
  left: 0;
  margin-left: 12px;
  color: #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#form-panel #contact-form li label.hidden {
  opacity: 0;
  visibility: hidden;
}
#form-panel #contact-form li label span {
  font-size: 10px;
}
#form-panel #contact-form input,
#form-panel #contact-form textarea {
  border: 1px solid #90B5CE;
  padding: 8px;
  border-radius: 4px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (min-width: 940px) {
  #form-panel #contact-form input,
  #form-panel #contact-form textarea {
    width: 360px;
  }
}
#form-panel #contact-form input:focus + label,
#form-panel #contact-form textarea:focus + label,
#form-panel #contact-form input .hidden + label,
#form-panel #contact-form textarea .hidden + label {
  opacity: 0;
  visibility: hidden;
}
#form-panel #contact-form textarea {
  height: 113px;
  line-height: 150%;
}
@media only screen and (min-width: 940px) {
  #form-panel #contact-form textarea {
    max-width: 365px;
    width: 365px;
  }
}
#form-panel #contact-form .submit input {
  width: auto;
  padding: 10px 14px;
  background: #558AB2;
  font-size: 14px;
  color: #fffcec;
  border-radius: 4px;
  cursor: pointer;
}
#form-panel #contact-form input:not('.disabled'):hover,
#form-panel #contact-form textarea:hover,
#form-panel #contact-form input:focus,
#form-panel #contact-form textarea:focus {
  -webkit-box-shadow: 0 0 8px #90b5ce;
          box-shadow: 0 0 8px #90b5ce;
}
#form-panel #contact-form #website,
#form-panel #contact-form [for="website"] {
  display: none;
}
header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), color-stop(1%, rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.49)));
  background: linear-gradient(top, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.64) 1%, rgba(0, 0, 0, 0.49) 100%);
  position: relative;
  z-index: 10;
}
header .hamburger {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 11;
}
@media only screen and (min-width: 940px) {
  header .hamburger {
    display: none;
  }
}
header .hamburger .bar1,
header .hamburger .bar2,
header .hamburger .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fffcec;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2px;
}
header .hamburger.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 6px);
          transform: rotate(-45deg) translate(-8px, 6px);
}
header .hamburger.change .bar2 {
  opacity: 0;
}
header .hamburger.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-9px, -8px);
          transform: rotate(45deg) translate(-9px, -8px);
}
header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 940px) {
  header > .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 940px) {
  header > .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 110px;
  }
}
header .logo {
  margin-top: 30px;
}
@media only screen and (min-width: 940px) {
  header .logo {
    margin-bottom: 22px;
    margin-top: 0;
  }
}
header .logo .name {
  font-size: 53px;
  font-family: 'Roboto Slab', serif;
  color: #fffcec;
  margin-bottom: -4px;
}
header .logo .title-tagline {
  color: #929fb0;
  font-size: 15px;
}
header nav {
  position: absolute;
  right: 10px;
  top: 50px;
  margin-right: -200px;
  background: #4e526c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 940px) {
  header nav {
    position: relative;
    margin-left: auto;
    right: auto;
    top: auto;
    margin-right: 0;
    background: none;
  }
}
header nav ul {
  margin: 0;
  padding: 10px 0;
}
@media only screen and (min-width: 940px) {
  header nav ul {
    padding: 0;
  }
}
header nav li {
  white-space: nowrap;
  margin: 0;
  list-style-type: none;
  padding: 10px 20px;
}
@media only screen and (min-width: 940px) {
  header nav li {
    float: left;
    border-right: solid 1px #929fb0;
    padding: 0 0 22px 0;
  }
}
header nav li a {
  color: #fffcec;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  padding: 0 6px 0 12px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
@media only screen and (min-width: 940px) {
  header nav li a {
    color: #929fb0;
  }
  header nav li a svg {
    stroke: #929fb0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
header nav li a:hover {
  color: #F3DB78;
  text-decoration: none;
}
header nav li a:hover svg {
  stroke: #F3DB78;
}
header nav li a svg {
  stroke: #929fb0;
}
@media only screen and (min-width: 940px) {
  header nav li a svg {
    vertical-align: -5px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    width: 20px;
  }
}
header nav li.active {
  text-decoration: none;
  color: #fffcec;
  border-color: #fffcec;
}
header nav li.active a {
  color: #fffcec;
}
header nav li.active a svg {
  stroke: #fffcec;
}
@media only screen and (min-width: 940px) {
  header nav .worldmap {
    background: url(../img/sprite.png) no-repeat -532px -510px;
  }
}
header nav .worldmap a {
  font-family: 'Open Sans', sans-serif;
}
header nav .worldmap a:first-child {
  border-right: solid 1px #929fb0;
}
header nav .worldmap a:last-child {
  padding-left: 5px;
  border: none;
}
header nav .worldmap a.active {
  color: #F3DB78;
  border-color: inherit;
}
header nav .worldmap a.active:hover {
  cursor: default;
}
header nav .worldmap.active a {
  color: #929fb0;
}
header .change + nav {
  margin-right: 0;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 250px;
}
footer .inner {
  position: absolute;
  width: 100%;
  height: calc(250px - 100px);
  bottom: 0;
  left: 0;
  background-color: #abc5d4;
}
footer .container {
  padding-bottom: 30px;
  position: relative;
  height: 100%;
}
footer .container .copyright {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 11px;
  color: #646989;
  padding-bottom: 5px;
}
#hero {
  overflow: hidden;
  margin-top: -150px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 648px) {
  #hero {
    height: 380px;
  }
}
@media only screen and (min-width: 940px) {
  #hero {
    margin-top: -110px;
  }
}
#hero > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 180px 0 0;
  position: relative;
  z-index: 10;
}
#hero > .container img {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media only screen and (min-width: 648px) {
  #hero > .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 380px;
  }
}
@media only screen and (min-width: 940px) {
  #hero > .container {
    padding: 140px 0 0;
  }
}
#hero > .container img {
  width: 310px;
  max-width: 100%;
  height: auto;
}
#hero > .container .headline {
  color: #fffcec;
  font-family: 'Roboto Slab', serif;
  font-size: 12vw;
  display: inline;
  margin-top: -20px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 648px) {
  #hero > .container .headline {
    display: block;
    margin-bottom: 0;
    font-size: 40px;
  }
}
@media only screen and (min-width: 940px) {
  #hero > .container .headline {
    font-size: 60px;
  }
}
#hero > .container .headline > div {
  display: inline;
}
@media only screen and (min-width: 648px) {
  #hero > .container .headline > div {
    display: block;
  }
}
#hero > .container .headline span {
  display: inline-block;
  position: relative;
}
#hero > .container .headline span:after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 3px;
  background: #fffcec;
  position: absolute;
  bottom: 3px;
  left: 0;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
          box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
}
#hero.oops {
  background: url(../img/oops_tile.gif);
}
#hero.oops .container {
  background: url(../img/red_bck.png) 0 50% no-repeat;
  background-size: cover;
}
#hero #overlay-foreground {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.home #background {
  background: #646989 url(../img/home_layer.jpg) 0 0 repeat;
}
@media only screen and (min-width: 648px) {
  .home .row1 {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .home .row2 {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  .home .row3 {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.home #content aside {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  padding-bottom: 20px;
  color: #646989;
}
@media only screen and (min-width: 940px) {
  .home #content aside {
    padding-right: 60px;
  }
}
.home #content aside img {
  margin-top: 40px;
  max-width: 100%;
  height: auto;
}
.home #content .col1 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media only screen and (min-width: 648px) {
  .did #hero > .container img {
    height: 270px;
    width: auto;
  }
  .did #hero > .container .headline .row1 {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  .did #hero > .container .headline .row3 {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}
.did #background {
  background: #51b185 url(../img/who_layer.jpg) 0 0 repeat;
}
.did .sub-hero + .flex {
  padding-bottom: 30px;
}
.did .sub-hero + .flex aside {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
  padding-bottom: 20px;
  color: #646989;
}
@media only screen and (min-width: 940px) {
  .did .sub-hero + .flex aside {
    padding-right: 20px;
  }
}
.did .sub-hero + .flex [class^=col],
.did .sub-hero + .flex .col2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media only screen and (min-width: 648px) {
  .know #hero > .container img {
    height: 270px;
    width: auto;
  }
  .know #hero > .container .headline .row1 {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  .know #hero > .container .headline .row2 {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .know #hero > .container .headline .row3 {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.know #background {
  background: #7a4c37 url(../img/know_layer.jpg) 0 0 repeat;
}
@media only screen and (min-width: 648px) {
  .who #hero > .container .headline .row1 {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  .who #hero > .container .headline .row2 {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .who #hero > .container .headline .row3 {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}
.who #background {
  background: #e8895b url(../img/did_layer.jpg) 0 0 repeat;
}
.who #overlay-foreground {
  background: rgba(0, 0, 0, 0.2);
}
.who #content .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.who #content .flex-container .col-left {
  background: url(../img/walkman-156x300_left.png) no-repeat 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.who #content .flex-container .col-left ul {
  margin: 0;
  padding: 0;
}
.who #content .flex-container .col-left li {
  list-style: none;
  margin-left: 1.2em;
  position: relative;
}
.who #content .flex-container .col-left li:before {
  position: absolute;
  content: "✻";
  color: #4e526c;
  left: -1.2em;
}
.who #content .flex-container .col-left li ul li {
  list-style: disc outside;
  margin-left: 1em;
  position: relative;
}
.who #content .flex-container .col-left li ul li:before {
  list-style: none;
  position: absolute;
  content: "-";
  color: #646989;
  left: -1em;
}
.who #content .flex-container .col-right {
  background: #abc5d4;
  border-radius: 8px;
  padding: 15px 20px 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.who #content .flex-container .col-right .downloads {
  padding-bottom: 60px;
}
.who #content .flex-container .col-right .downloads h2 {
  text-align: center;
  font-size: 30px;
}
.who #content .flex-container .col-right .downloads a.button {
  background: #74859b;
  color: #fffcec;
  cursor: pointer;
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 30px;
  margin: 60px 0 0;
  padding: 10px 10px 10px 65px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  width: 265px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  text-decoration: none;
  width: 100%;
  border-radius: 0 4px 4px 0;
}
.who #content .flex-container .col-right .downloads .buttonContainer {
  position: relative;
  margin: 0 0 0 10px;
}
.who #content .flex-container .col-right .downloads .buttonContainer:hover a.button {
  background: #646989;
  text-decoration: none;
}
.who #content .flex-container .col-right .downloads .buttonContainer .icon {
  left: -4px;
  position: absolute;
  top: -12px;
  width: 70px;
  height: 90px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.who #content .flex-container .col-right .downloads .buttonContainer .icon.pdf {
  background: url(../img/icons/file_pdf.svg) 0 0 no-repeat;
  background-size: cover;
}
.who #content .flex-container .col-right .downloads .buttonContainer .icon.msw {
  background: url(../img/icons/file_docx.svg) 0 0 no-repeat;
  background-size: cover;
}
.who #content .flex-container .col-right .playground-large {
  padding-top: 10px;
  text-align: center;
  background: #ffd040;
  border-radius: 6px;
  overflow: hidden;
}
.who #content .flex-container .col-right .playground-large h2 {
  color: #0a0a0a;
}
.who #content .flex-container .col-right .playground-large a {
  font-family: 'Roboto Slab', serif;
  color: #fffcec;
  line-height: 60px;
  padding: 0 20px;
  display: inline-block;
  background: #E38959;
  text-decoration: none;
  border-radius: 4px;
  font-size: 24px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: none;
}
.who #content .flex-container .col-right .playground-large a:hover {
  background: #cd5e23;
}
.who #content .flex-container .col-right .playground-large img {
  margin: 0;
  margin: 0 auto;
  width: 200px;
  height: auto;
  margin-bottom: -5px;
}
@media only screen and (min-width: 648px) {
  .who #content .flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .who #content .flex-container .col-left {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .who #content .flex-container .col-right {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 648px) {
  .proj #hero > .container .headline .row1 {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  .proj #hero > .container .headline .row2 {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .proj #hero > .container .headline .row3 {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}
.proj #background {
  background: #9BA65A url(../img/proj_layer.jpg) 0 0 repeat;
}
@media only screen and (min-width: 648px) {
  .proj.agroenergy #hero > .container .headline .row1 {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  .proj.agroenergy #hero > .container .headline .row2 {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .proj.agroenergy #hero > .container .headline .row3 {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}
.proj.agroenergy .container > .main-content {
  overflow: hidden;
}
.proj.agroenergy #background {
  background: #fff url(../img/agro/layers.jpg) 0 0 repeat;
}
@media only screen and (min-width: 648px) {
  .proj.robotx #hero > .container .headline .row1 {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  .proj.robotx #hero > .container .headline .row2 {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .proj.robotx #hero > .container .headline .row3 {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}
.proj.robotx .container > .main-content {
  overflow: hidden;
}
.proj.robotx #background {
  background: #fff url(../img/robotx/layers.jpg) 0 0 repeat;
}
@media only screen and (min-width: 648px) {
  .proj.tmg #hero > .container .headline .row1 {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  .proj.tmg #hero > .container .headline .row2 {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .proj.tmg #hero > .container .headline .row3 {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}
.proj.tmg .container > .main-content {
  overflow: hidden;
}
.proj.tmg #background {
  background: #fff url(../img/tmg/layers.jpg) 0 0 repeat;
}
.error404 #hero > .container img {
  width: auto;
  height: 310px;
}
@media only screen and (min-width: 648px) {
  .error404 #hero > .container img {
    -webkit-transform: translateX(-160px);
            transform: translateX(-160px);
  }
}
.error404 #hero > .container .headline {
  -webkit-transform: none;
          transform: none;
  margin-bottom: 54px;
  font-size: 97px;
  margin-left: -180px;
  z-index: 1;
}
.error404 #hero > .container .headline .row1 {
  -webkit-transform: none;
          transform: none;
}
:not(.touch-device) .mouse-bg {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 940px) {
  :not(.touch-device) .home #background {
    background: #646989;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #7f83a1), to(#646989));
    background: linear-gradient(to bottom, #7f83a1 30%, #646989 100%);
  }
  :not(.touch-device) .home #foreground {
    background-image: url(../img/home_layer_lower.png);
  }
  :not(.touch-device) .home #fore-foreground {
    background-image: url(../img/home_layer_mid.png);
  }
  :not(.touch-device) .home #fore-fore-foreground {
    background-image: url(../img/home_layer_top.png);
  }
  :not(.touch-device) .know #background {
    background: #D64F4B;
    background: -webkit-gradient(linear, left top, left bottom, from(#D64F4B), to(#982623));
    background: linear-gradient(to bottom, #D64F4B 0%, #982623 100%);
  }
  :not(.touch-device) .know #foreground {
    background-image: url(../img/know_layer_lower.png);
  }
  :not(.touch-device) .know #fore-foreground {
    background-image: url(../img/know_layer_mid.png);
  }
  :not(.touch-device) .know #fore-fore-foreground {
    background-image: url(../img/know_layer_top.png);
  }
  :not(.touch-device) .did #background {
    background: #367859;
    background: -webkit-gradient(linear, left top, left bottom, from(#51b185), to(#367859));
    background: linear-gradient(to bottom, #51b185 0%, #367859 100%);
  }
  :not(.touch-device) .did #foreground {
    background-image: url(../img/who_layer_lower.png);
  }
  :not(.touch-device) .did #fore-foreground {
    background-image: url(../img/who_layer_mid.png);
  }
  :not(.touch-device) .did #fore-fore-foreground {
    background-image: url(../img/who_layer_top.png);
  }
  :not(.touch-device) .agroenergy header {
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
  :not(.touch-device) .agroenergy #background {
    background: url(../img/agro/graphs-bck-blur.png) repeat 50% 50%;
  }
  :not(.touch-device) .agroenergy #foreground {
    background-image: url(../img/agro/layer_mid-blur.png);
  }
  :not(.touch-device) .agroenergy #fore-foreground {
    background-image: url(../img/agro/layer-top.png);
  }
  :not(.touch-device) .robotx header {
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
  :not(.touch-device) .robotx #background {
    background: url(../img/robotx/listing.jpg) repeat 50% 50%;
  }
  :not(.touch-device) .robotx #foreground {
    background-image: url(../img/robotx/layer_mid-blur.png);
  }
  :not(.touch-device) .robotx #fore-foreground {
    background-image: url(../img/robotx/layer-top.png);
  }
  :not(.touch-device) .tmg header {
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
  :not(.touch-device) .tmg #background {
    background: url(../img/tmg/listing.jpg) repeat 50% 50%;
  }
  :not(.touch-device) .tmg #fore-foreground {
    background-image: url(../img/tmg/layer-top.png);
  }
  :not(.touch-device) .who #background {
    background: #e88958;
    background: -webkit-gradient(linear, left top, left bottom, from(#e88958), to(#c0531a));
    background: linear-gradient(to bottom, #e88958 0%, #c0531a 100%);
  }
  :not(.touch-device) .who #foreground {
    background-image: url(../img/did_layer_lower.png);
  }
  :not(.touch-device) .who #fore-foreground {
    background-image: url(../img/did_layer_mid.png);
  }
  :not(.touch-device) .who #fore-fore-foreground {
    background-image: url(../img/did_layer_top.png);
  }
}
#content .sub-hero {
  font-size: 28px;
}
#content .sub-hero span {
  font-weight: bold;
}
@media only screen and (min-width: 940px) {
  #content .sub-hero {
    width: 80%;
  }
}
#content .walkman {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  z-index: 10;
  position: relative;
}
#content .list-work {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 648px) {
  #content .list-work {
    margin-left: -40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#content .list-work li {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 8px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#content .list-work li h2 {
  color: #0a0a0a;
}
#content .list-work li > * {
  margin: 10px;
  padding: 0;
}
#content .list-work li > *:last-child {
  margin-top: auto;
}
#content .list-work li .img {
  height: 200px;
  background-size: cover;
  border-radius: 8px 8px 0 0;
}
#content .list-work li:first-child {
  background: #eeefd4;
}
#content .list-work li:first-child .img {
  background: url(../img/agro-link.png) 0 0 no-repeat;
  background-size: cover;
}
#content .list-work li:nth-child(2) {
  background: #d5e3d3;
}
#content .list-work li:nth-child(2) .img {
  background: url(../img/robotx-link.png) 0 0 no-repeat;
  background-size: cover;
}
#content .list-work li:nth-child(3) {
  background: #d4e3ea;
}
#content .list-work li:nth-child(3) .img {
  background: url(../img/tmg-link.png) 0 0 no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 648px) {
  #content .list-work li {
    margin: 0 0 20px 40px;
  }
  #content .list-work li:before,
  #content .list-work li:after {
    position: absolute;
    content: "";
    display: inline-block;
    display: none;
    background: url(../img/star1.svg) no-repeat;
  }
  #content .list-work li:before {
    left: -40px;
    height: 40px;
    width: 40px;
    background-size: 40px;
    top: 10px;
  }
  #content .list-work li:nth-child(2):before {
    top: 50px;
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
    height: 50px;
    width: 50px;
    background-size: 50px;
  }
  #content .list-work li:nth-child(3):before {
    top: -20px;
    height: 50px;
    width: 50px;
    background-size: 50px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #content .list-work li:nth-child(3):after {
    right: 0;
    height: 60px;
    width: 60px;
    background-size: 60px;
    top: 30px;
  }
}
#content .list-work li .button {
  border-radius: 4px;
  background: #646989;
  color: #fffcec;
  line-height: 38px;
  padding: 0 20px;
  text-shadow: none;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin: 20px auto;
  float: none;
}
#content .list-work li .button:hover {
  background: #888ca8;
}
#playground {
  position: absolute;
  background: url(../img/playground-rev.png) no-repeat 0 100%, url(../img/playground-backdrop.svg) no-repeat 0 0;
  background-size: auto, 100% 100%;
  width: 320px;
  height: 200px;
  bottom: 10px;
  color: #fffcec;
  font-size: 14px;
  text-align: right;
}
#playground .line1 {
  -webkit-transform: translateY(50px) translateX(-50px);
          transform: translateY(50px) translateX(-50px);
}
#playground .line2 {
  -webkit-transform: translateY(50px) translateX(-50px);
          transform: translateY(50px) translateX(-50px);
}
#playground .line3 {
  -webkit-transform: translateY(50px) translateX(-60px);
          transform: translateY(50px) translateX(-60px);
}
#playground .line4 {
  -webkit-transform: translateY(50px) translateX(-65px);
          transform: translateY(50px) translateX(-65px);
}
#playground .line5 {
  -webkit-transform: translateY(50px) translateX(-75px);
          transform: translateY(50px) translateX(-75px);
}
#playground a {
  -webkit-transform: translateY(55px) translateX(-40px);
          transform: translateY(55px) translateX(-40px);
  display: inline-block;
  text-decoration: none;
  padding: 0 15px 3px;
  border-radius: 3px;
  line-height: 24px;
  color: #0a0a0a;
  background: #F3DB78;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#playground a:hover {
  background: #E38959;
}
.toggle-switch-group {
  font-size: 14px;
  line-height: 32px;
  background: #fffcec;
  padding: 15px;
  overflow: hidden;
  margin: 20px 0 10px;
}
.toggle-switch {
  margin: 0 0.5rem;
  width: 72px;
  height: 32px;
  border-radius: 32px;
  position: relative;
  display: inline-block;
}
.toggle-switch input[type="checkbox"] {
  display: none;
  position: absolute;
  left: -20px;
}
.toggle-switch input[type="checkbox"] + .text {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  background: #fffcec;
  border-radius: inherit;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  transition-property: opacity background;
  border: solid 1px grey;
}
.toggle-switch input[type="checkbox"] + .text > div {
  color: #000;
  display: inline;
  margin: 0 0 0 11px;
  opacity: 0;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}
.toggle-switch input[type="checkbox"] + .text > div + div {
  color: #646989;
  float: right;
  margin: 0 11px 0 0;
  opacity: 1;
}
.toggle-switch input[type="checkbox"] + div + label {
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 27px;
  height: 27px;
  background: #abc5d4;
  border-radius: 14px;
  -webkit-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.toggle-switch input[type="checkbox"] + div + label:before {
  width: 72px;
  height: 32px;
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  background: transparent;
}
.toggle-switch input[type="checkbox"]:checked + .text {
  background: #646989;
  border-color: #646989;
}
.toggle-switch input[type="checkbox"]:checked + .text > div {
  opacity: 1;
  color: #fffcec;
}
.toggle-switch input[type="checkbox"]:checked + .text > div + div {
  opacity: 0;
}
.toggle-switch input[type="checkbox"]:checked + div + label {
  left: 43px;
  background: #fffcec;
}
.toggle-switch input[type="checkbox"]:checked + div + label:before {
  left: -43px;
}
.process-icon {
  padding-left: 70px;
  position: relative;
}
.process-icon img {
  position: absolute;
  left: 0;
  top: -0.5em;
  width: 60px;
  height: auto;
}
.img-wrapper {
  margin-bottom: 20px;
}
@media only screen and (min-width: 648px) {
  .img-wrapper {
    float: right;
    width: 30%;
    margin-left: 40px;
    margin-bottom: inherit;
  }
  .img-wrapper.left {
    float: left;
    margin-left: 0;
    margin-right: 40px;
  }
}
.img-wrapper img {
  width: 100%;
}
.img-wrapper .caption {
  padding: 10px;
  background: #646989;
  color: #fffcec;
  font-style: italic;
}
.img-wrapper .zoom {
  pointer-events: none;
}
@media only screen and (min-width: 648px) {
  .img-wrapper .zoom {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    pointer-events: auto;
  }
}
.zoom-window {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  visibility: hidden;
  opacity: 0;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.zoom-window .zoom-window-content {
  border-radius: 8px;
  padding: 20px;
  margin: 0 auto;
  max-width: 1024px;
  max-height: 90vh;
  background: #fff;
  position: fixed;
  top: 5vh;
  left: 50vw;
  overflow: hidden;
}
.zoom-window .zoom-window-content img {
  width: 100%;
  height: auto;
}
.zoom-window.active {
  visibility: visible;
  opacity: 1;
}
.did-nav ul,
.did-nav li {
  padding: 0;
}
.did-nav li {
  list-style-type: none;
  margin-bottom: 1em;
}
#content .who-linked-in {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Roboto Slab', serif;
}
#content .who-linked-in img {
  width: 20px;
  height: auto;
}
#content .who-linked-in a {
  text-shadow: none;
  color: #4e526c;
}
#content .who-linked-in a:hover {
  color: #646989;
}
