@import url(include/normalize.css);
* {
  box-sizing: border-box; }
  *:focus {
    outline: 0; }

@keyframes bounce-in {
  0% {
    transform: scale(0); }
  60% {
    transform scale(1.1) { } }
  100% {
    transform scale(1) { } } }

@keyframes scrolling {
  0% {
    opacity: 1;
    top: 7px; }
  15% {
    opacity: 1;
    top: 19px; }
  90% {
    opacity: 0;
    top: 19px; }
  100% {
    opacity: 0;
    top: 7px; } }

@keyframes simpleFade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@font-face {
  font-family: 'Barlow';
  src: url("../font/Barlow-Black.eot");
  src: url("../font/Barlow-Black.eot?#iefix") format("embedded-opentype"), url("../font/Barlow-Black.woff2") format("woff2"), url("../font/Barlow-Black.woff") format("woff"), url("../font/Barlow-Black.ttf") format("truetype"), url("../font/Barlow-Black.svg#Barlow-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url("../font/Barlow-Medium.eot");
  src: url("../font/Barlow-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Barlow-Medium.woff2") format("woff2"), url("../font/Barlow-Medium.woff") format("woff"), url("../font/Barlow-Medium.ttf") format("truetype"), url("../font/Barlow-Medium.svg#Barlow-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url("../font/Barlow-Bold_1.eot");
  src: url("../font/Barlow-Bold_1.eot?#iefix") format("embedded-opentype"), url("../font/Barlow-Bold_1.woff2") format("woff2"), url("../font/Barlow-Bold_1.woff") format("woff"), url("../font/Barlow-Bold_1.ttf") format("truetype"), url("../font/Barlow-Bold_1.svg#Barlow-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

html {
  font-size: 100%; }

body {
  font-family: 'Barlow', sans-serif;
  color: #2D2A26; }

a {
  text-decoration: none;
  color: #2D2A26; }

::selection {
  background: #F5A623;
  color: #2D2A26; }

::-moz-selection {
  background: #F5A623;
  color: #2D2A26; }

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); }

.active {
  text-decoration: underline; }

body {
  background: #2D2A26;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: white; }
  body a {
    color: white; }

.header.header--main {
  border-bottom: 1px solid rgba(245, 166, 35, 0.1); }

.footer {
  margin-top: 60px; }
  .footer.footer--main {
    border-top: 1px solid rgba(245, 166, 35, 0.1); }

nav {
  max-width: 1024px;
  padding: 0 20px;
  margin: auto; }
  nav.nav--main ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    nav.nav--main ul::after {
      clear: both;
      content: "";
      display: block; }
    nav.nav--main ul li {
      display: none; }
      @media (min-width: 767px) {
        nav.nav--main ul li {
          display: inline-block; } }
      nav.nav--main ul li a {
        font-weight: 700;
        font-size: 20px;
        display: block;
        padding: 45px 90px 45px 0; }
      nav.nav--main ul li:last-child {
        display: inline-block;
        float: right; }
        nav.nav--main ul li:last-child a {
          padding-right: 0; }
  nav.nav--footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 30px 0; }
    nav.nav--footer ul::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 767px) {
      nav.nav--footer ul {
        margin: 0; } }
    nav.nav--footer ul li {
      text-align: center;
      width: 100%;
      display: inline-block; }
      @media (min-width: 767px) {
        nav.nav--footer ul li {
          width: auto; } }
      nav.nav--footer ul li a {
        font-size: 15px;
        display: block;
        margin: 15px 0; }
        @media (min-width: 767px) {
          nav.nav--footer ul li a {
            padding: 30px 45px 30px 0;
            margin: 0; }
            nav.nav--footer ul li a:nth-child(3), nav.nav--footer ul li a:nth-child(4) {
              float: right; }
            nav.nav--footer ul li a:nth-child(3) a {
              padding-right: 0; } }

main {
  animation: 2s ease 0.2s 1 normal backwards simpleFade;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  max-width: 790px;
  padding: 0 20px;
  margin: auto; }
  @media (min-width: 1400px) {
    main {
      height: auto;
      max-width: 1024px; } }

.container {
  z-index: 990;
  max-width: 1280px;
  margin: auto; }

.title.title--main {
  font-size: 46px;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 700; }
  @media (min-width: 374px) {
    .title.title--main {
      font-size: 54px; } }
  @media (min-width: 767px) {
    .title.title--main {
      font-size: 80px;
      margin-top: 90px; } }
  @media (min-width: 1025px) {
    .title.title--main {
      font-size: 110px; } }

.text {
  font-size: 18px;
  line-height: 144%; }
  @media (min-width: 767px) {
    .text {
      font-size: 25px; } }
  .text a {
    color: #F5A623; }
    .text a:hover {
      text-decoration: underline; }
  .text.text--default {
    margin: 15px 0; }
    @media (min-width: 767px) {
      .text.text--default {
        margin: 20px 0; } }

.getintouch a {
  color: #F5A623; }
  .getintouch a:hover {
    text-decoration: underline; }

.clients {
  margin-top: 60px; }

.list::after {
  clear: both;
  content: "";
  display: block; }

.list.list--clients {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list.list--clients li {
    float: left;
    width: 50%;
    height: 32px;
    display: inline-block;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .list.list--clients li {
        width: 33.3%; } }
    @media (min-width: 1025px) {
      .list.list--clients li {
        width: 25%; }
        .list.list--clients li:nth-child(5) {
          margin-left: 25%; } }
    @media (min-width: 1400px) {
      .list.list--clients li {
        width: 16.6%; }
        .list.list--clients li:nth-child(5) {
          margin-left: 0; } }
    .list.list--clients li img {
      display: block;
      margin: 0 auto; }
    .list.list--clients li .client.client--bluesound {
      margin-top: 8px; }
    .list.list--clients li .client.client--tirol {
      margin-top: 6px; }
    .list.list--clients li .client.client--lidl {
      margin-top: 2px; }
    .list.list--clients li .client.client--vapiano {
      margin-top: 6px; }
    .list.list--clients li .client.client--daimler {
      margin-top: 9px; }

.list.list--bluesound {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 50px; }
  .list.list--bluesound li {
    float: left;
    width: 50%; }
    .list.list--bluesound li:nth-child(2) {
      margin-top: 50%; }
    .list.list--bluesound li:nth-child(3) {
      margin-top: -50%; }
    .list.list--bluesound li:nth-child(5) {
      margin-top: -50%; }
    .list.list--bluesound li img {
      display: block;
      float: left;
      width: 95%;
      height: auto;
      margin-left: 2.5%;
      margin-bottom: 5%; }

.work {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 120px;
  margin: 20px 0;
  display: block; }
  @media (min-width: 767px) {
    .work {
      height: 350px;
      margin: 30px 0; } }
  .work.work--one {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: url("../svg/logo--bluesound.svg") center center no-repeat, url("../img/bg_bluesound.jpg") center center no-repeat;
    background-size: 250px auto, cover; }
    @media (min-width: 767px) {
      .work.work--one {
        background-size: 500px auto, cover;
        transition: all .25s; }
        .work.work--one:hover {
          background-size: 600px auto, cover;
          transition: all .25s; } }
  .work.work--two {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: url("../svg/logo--vapiano.svg") center center no-repeat, url("../img/bg_vapiano.jpg") center center no-repeat;
    background-size: 250px auto, cover; }
    @media (min-width: 767px) {
      .work.work--two {
        background-size: 500px auto, cover;
        transition: all .25s; }
        .work.work--two:hover {
          background-size: 600px auto, cover;
          transition: all .25s; } }
  .work.work--three {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: url("../svg/logo--tvmovie.svg") center center no-repeat, url("../img/bg_tvmovie.jpg") center center no-repeat;
    background-size: 250px auto, cover; }
    @media (min-width: 767px) {
      .work.work--three {
        background-size: 500px auto, cover;
        transition: all .25s; }
        .work.work--three:hover {
          background-size: 600px auto, cover;
          transition: all .25s; } }
  .work.work--contact {
    text-align: center;
    background: #F5A623;
    height: 250px; }
    @media (min-width: 767px) {
      .work.work--contact {
        height: 350px; } }
    .work.work--contact h3 {
      font-size: 32px;
      margin-bottom: 10px;
      margin-top: 30px; }
      @media (min-width: 767px) {
        .work.work--contact h3 {
          font-size: 48px;
          margin-bottom: 20px;
          margin-top: 60px; } }
    .work.work--contact .text {
      width: 90%;
      margin: auto; }
      @media (min-width: 767px) {
        .work.work--contact .text {
          width: 75%; } }
    .work.work--contact a {
      display: inline-block;
      background: white;
      color: #F5A623;
      padding: 15px 35px;
      border-radius: 50px;
      margin-top: 20px; }
      .work.work--contact a:hover {
        background: #2D2A26; }
      @media (min-width: 767px) {
        .work.work--contact a {
          margin-top: 30px; } }
