@supports (-ms-accelerator: true) {
  html {
    overflow: hidden;
    height: 100%; }
  body {
    overflow: auto;
    height: 100%; } }

/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow: hidden;
    height: 100%; }
  body {
    overflow: auto;
    height: 100%; } }

body {
  overflow-y: scroll;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #616161; }
  body h1, body h2, body h3 {
    font-weight: 500;
    line-height: 140%;
    font-family: 'Exo', sans-serif; }
  body h1 {
    font-weight: 300; }
  body .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #ffe133;
    z-index: 200; }
    body .nav .logo-wrap {
      height: 50px;
      overflow: hidden; }
    body .nav img {
      height: 90px;
      width: auto;
      margin: -19px 0 0 0;
      cursor: pointer; }
    body .nav ul.lg-md {
      list-style-type: none;
      float: right;
      margin: 0 50px 0 0;
      padding: 0; }
      body .nav ul.lg-md li {
        position: relative;
        display: block;
        float: left;
        height: 50px;
        line-height: 48px;
        padding: 0 20px;
        color: #332585;
        font-weight: 500;
        cursor: pointer;
        background-color: transparent;
        transition: background-color 350ms; }
        body .nav ul.lg-md li:hover {
          background-color: rgba(255, 255, 255, 0.35); }
          body .nav ul.lg-md li:hover.subholder .subnav {
            display: block; }
        body .nav ul.lg-md li.subholder .subnav {
          position: absolute;
          display: none;
          top: 50px;
          left: calc(-50% + 5px);
          width: 250px;
          height: auto;
          background: #ffe133;
          margin: 0;
          padding: 0; }
          body .nav ul.lg-md li.subholder .subnav li {
            clear: both;
            display: block;
            height: 50px;
            line-height: 48px;
            color: #04202c;
            font-weight: 500;
            cursor: pointer;
            text-align: center;
            padding: 0 20px;
            width: 100%; }
    @media (max-width: 991px) {
      body .nav .menu-toggle {
        width: 100%;
        height: 50px;
        display: block;
        overflow: hidden;
        cursor: pointer; }
        body .nav .menu-toggle > span.fa {
          text-align: center;
          display: block;
          height: 50px;
          width: 60px;
          position: absolute;
          top: 0;
          right: 15px;
          line-height: 50px;
          font-size: 30px;
          color: #e94840;
          cursor: pointer;
          opacity: 1;
          transition: opacity 150ms ease-out; }
        body .nav .menu-toggle.closed > span.fa-close {
          opacity: 0; }
        body .nav .menu-toggle.opened > span.fa-bars {
          opacity: 0; }
      body .nav ul.sm-xs {
        width: calc(100% - 15px);
        background: #ffe133;
        margin: 0;
        padding: 10px 0 0 0;
        display: block;
        position: absolute;
        top: 53px;
        left: 100%;
        transition: left 250ms ease-out; }
        body .nav ul.sm-xs li {
          display: inline-block;
          width: calc(100% - 30px);
          height: 30px;
          line-height: 28px;
          color: #04202c;
          margin: 0 10px 10px 10px;
          border: 2px solid rgba(255, 255, 255, 0.3);
          border-top: 0;
          padding: 0 10px;
          font-weight: 500; }
        body .nav ul.sm-xs.opened {
          left: 0; } }
    @media (max-width: 767px) {
      body .nav ul.sm-xs {
        width: calc(200% - 30px);
        left: 100%; }
        body .nav ul.sm-xs.opened {
          left: calc(-100% + 15px); }
        body .nav ul.sm-xs li {
          margin: 0 15px 10px 15px; } }
  body .wrapper section {
    overflow: hidden; }
    body .wrapper section h2 {
      font-size: 30px;
      margin: 0 0 50px 0; }
    body .wrapper section p {
      margin: 0 0 15px 0; }
      body .wrapper section p strong {
        font-weight: 500; }
    body .wrapper section.imprint {
      position: relative;
      padding: 100px 0 50px 0; }
      body .wrapper section.imprint .additional p {
        font-size: 12px;
        color: #aeaeae; }
      body .wrapper section.imprint .additional h3 {
        font-size: 17px;
        margin: 20px 0 5px;
        color: #949494; }
      body .wrapper section.imprint h2 {
        margin: 50px 0 10px 0; }
      body .wrapper section.imprint h3 {
        margin: 20px 0 5px 0; }
      body .wrapper section.imprint a {
        color: #2e2e2e;
        text-decoration: underline; }
    body .wrapper section.header {
      position: relative;
      width: 100%;
      height: 100%;
      background: #04202c;
      overflow: hidden; }
      body .wrapper section.header .bg-holder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent url("../../img/bg_what.jpg") 0 0 no-repeat;
        background-attachment: fixed;
        background-size: cover;
        opacity: .1; }
      body .wrapper section.header .glow {
        position: absolute;
        top: 70%;
        left: 50%;
        width: 500px;
        height: 400px;
        z-index: 10;
        margin-left: -250px;
        border-radius: 50%;
        background: rgba(39, 97, 135, 0.4);
        box-shadow: 0 0 500px 500px rgba(39, 97, 135, 0.4); }
      body .wrapper section.header #particles-js {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 50; }
        body .wrapper section.header #particles-js canvas {
          z-index: 50; }
      body .wrapper section.header .content-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100; }
        body .wrapper section.header .content-wrap .container img {
          display: block;
          width: 400px;
          height: auto;
          margin: 35vh auto 50px auto; }
        body .wrapper section.header .content-wrap .container h1 {
          font-size: 50px;
          color: #ffe133;
          letter-spacing: 0.025em;
          text-align: center; }
      @media (max-width: 767px) {
        body .wrapper section.header .glow {
          top: 100%;
          background: rgba(39, 97, 135, 0.65);
          box-shadow: 0 0 500px 500px rgba(39, 97, 135, 0.65); }
        body .wrapper section.header .content-wrap .container img {
          width: 80%;
          margin: 30vh auto 20px auto; }
        body .wrapper section.header .content-wrap .container h1 {
          line-height: 105%;
          font-size: 40px; } }
    body .wrapper section.what {
      position: relative;
      padding: 100px 0 0 0;
      background: #276187; }
      body .wrapper section.what .bg-holder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent url("../../img/bg_what.jpg") 0 0 no-repeat;
        background-attachment: fixed;
        background-size: cover;
        opacity: .15; }
      body .wrapper section.what .what-image {
        margin: 0 0 50px 0;
        transform: translate3d(0, 0, 0); }
        body .wrapper section.what .what-image img {
          width: 100%;
          display: inline-block; }
      body .wrapper section.what h2, body .wrapper section.what p {
        color: #fff; }
      body .wrapper section.what h3 {
        display: inline-block;
        background: #ffe133;
        color: #e94840;
        font-size: 20px;
        padding: 10px 20px;
        transform: skewX(10deg);
        margin-left: -5px; }
        body .wrapper section.what h3 span {
          display: inline-block;
          transform: skewX(-10deg); }
      body .wrapper section.what .spinner {
        padding: 0 100px;
        margin: 10px 0 0 0; }
        body .wrapper section.what .spinner .item img {
          width: 100%; }
      body .wrapper section.what ul {
        margin-top: 0; }
        body .wrapper section.what ul li {
          color: #fff; }
      body .wrapper section.what .row.spacer {
        margin-bottom: 100px; }
    body .wrapper section.why {
      position: relative;
      padding: 100px 0 0 0;
      background: #e3e3e3; }
      body .wrapper section.why .bg-holder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent url("../../img/bg_why.jpg") 0 0 no-repeat;
        background-attachment: fixed;
        background-size: cover;
        opacity: .185; }
      body .wrapper section.why h2, body .wrapper section.why h3, body .wrapper section.why p {
        color: #616161; }
      body .wrapper section.why .row.spacer {
        margin-bottom: 100px; }
      body .wrapper section.why .icon-wrap {
        width: 250px;
        margin: 0 auto;
        opacity: 0;
        transition: all 500ms ease-out;
        transform: translateY(-150px); }
        body .wrapper section.why .icon-wrap img {
          width: 100%;
          height: auto; }
        body .wrapper section.why .icon-wrap.activated {
          opacity: 1;
          transform: translateY(50px); }
    body .wrapper section.keyvalue {
      position: relative;
      padding: 100px 0 50px 0;
      border-top: 5px solid #ffe133;
      border-bottom: 5px solid #ffe133; }
      body .wrapper section.keyvalue h2 {
        margin-bottom: 30px; }
      body .wrapper section.keyvalue .icon {
        display: block;
        margin: 0 auto;
        width: 60%; }
    body .wrapper section.who {
      position: relative;
      padding: 0;
      background: #fff; }
      body .wrapper section.who .who-fader {
        margin: 0 0 70px 0; }
      body .wrapper section.who .icon {
        display: block;
        margin: 0 auto;
        width: 70%; }
      body .wrapper section.who h2, body .wrapper section.who p {
        color: #616161; }
      body .wrapper section.who .row.spacer {
        margin-bottom: 50px; }
    body .wrapper section.job {
      position: relative;
      padding: 100px 0 50px 0;
      background: #e3e3e3;
      border-top: 5px solid #ffe133; }
      body .wrapper section.job h2 {
        margin-bottom: 30px; }
      body .wrapper section.job ul {
        margin-top: 30px;
        margin-bottom: 30px; }
        body .wrapper section.job ul li {
          color: #04202c;
          background: #ffe133;
          padding: 5px 10px;
          display: inline-block; }
      body .wrapper section.job .icon {
        display: block;
        margin: 0 auto;
        width: 70%; }
      body .wrapper section.job a {
        color: #2e2e2e;
        text-decoration: underline; }
      body .wrapper section.job .row.spacer {
        margin-bottom: 30px; }
    body .wrapper section.footer {
      position: relative;
      background: #ffe133;
      color: #04202c;
      padding: 0 0 50px 0; }
      body .wrapper section.footer #map {
        width: 100%;
        height: 500px;
        margin: 5px 0 20px 0; }
      body .wrapper section.footer h2 {
        margin: 50px 0 20px 0; }
      body .wrapper section.footer h3 {
        margin: 10px 0; }
      body .wrapper section.footer p a {
        color: #04202c;
        text-decoration: underline; }

@media (max-width: 767px) {
  body .container {
    width: 96%;
    margin: 0 auto; }
  body .wrapper section h2 {
    margin: 0 0 30px 0; }
  body .wrapper section .icon {
    display: block;
    margin: 0 auto;
    width: 70%; }
  body .wrapper section.what .bg-holder, body .wrapper section.why .bg-holder, body .wrapper section.who .bg-holder {
    position: absolute;
    opacity: .1; }
  body .wrapper section.what .icon-wrap, body .wrapper section.why .icon-wrap, body .wrapper section.who .icon-wrap {
    margin: -30px auto 60px auto;
    padding: 0 40px; }
  body .wrapper section.what ul, body .wrapper section.why ul, body .wrapper section.who ul {
    margin-top: 20px; }
  body .wrapper section.what .row.spacer, body .wrapper section.why .row.spacer, body .wrapper section.who .row.spacer {
    margin-bottom: 50px; }
  body .wrapper section.job ul {
    padding-left: 0; }
  body .wrapper section.what .spinner {
    margin-bottom: 30px;
    padding: 0 70px; }
  body .wrapper section.who h2:first-child {
    margin-top: 60px; } }

@media (min-width: 768px) and (max-width: 991px) {
  body .container {
    width: 90%;
    margin: 0 auto; }
  body .wrapper section.what .spinner {
    padding: 0 110px;
    margin-bottom: 40px; }
  body .wrapper section.who h2:first-child {
    margin-top: 60px; }
  body .wrapper section.why .icon-wrap {
    margin: -30px auto 60px auto;
    padding: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  body .container {
    width: 960px;
    margin: 0 auto; } }

@media (min-width: 1200px) {
  body .container {
    width: 960px;
    margin: 0 auto; } }
