:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-medium {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
}

.nav-inner {
  background-color: #0000;
}

.nav-menu {
  float: left;
}

.nav-brand {
  float: right;
  transition: opacity .3s;
}

.nav-brand:hover {
  opacity: .5;
}

.nav-brand.w--current {
  float: right;
  transition: all .3s;
}

.nav-brand.w--current:hover {
  opacity: .5;
}

.nav-link {
  color: #222;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 22px;
  margin-right: 22px;
  padding: 22px 0;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .4s;
}

.nav-link:hover {
  color: #22222280;
}

.nav-link.w--current {
  color: #222;
  border-bottom: 2px solid #222;
  font-family: Lexend, sans-serif;
  font-weight: 600;
}

.nav-link.nav-link-first-child {
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
}

.nav-link.nav-link-first-child.w--current {
  color: #222;
  border: 1px #000;
  border-bottom: 2px solid #000;
  margin-left: 0;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.nav-wrapper {
  z-index: 9999;
  background-color: #ffffffe6;
  border-bottom: 1px solid #22222240;
  min-height: 75px;
  max-height: 75px;
  position: sticky;
  top: 0;
}

.logo {
  margin-top: 17px;
}

.body {
  color: #222;
  font-family: Zilla Slab, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.container-small {
  clear: both;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
}

.container-small.hero-box {
  border: 1px solid #00000040;
  padding-top: 108px;
  padding-bottom: 112px;
}

.h1 {
  letter-spacing: -1.6px;
  margin-bottom: 22px;
  font-family: Lexend, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
}

.h1.centered {
  text-align: center;
}

.col-left {
  padding-left: 0;
  padding-right: 25px;
}

.col-right {
  padding-left: 25px;
  padding-right: 0;
}

.col-wrapper {
  align-items: center;
}

.col-wrapper.hero {
  flex-direction: row;
  align-items: center;
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
}

.header {
  background-color: #f5f4f2;
  padding-top: 3%;
  padding-bottom: 5%;
}

.arrow-down {
  width: 24px;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  display: block;
}

.arrow-down:hover {
  opacity: .5;
}

.btn-main {
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #222;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 16px 40px;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
}

.btn-main:hover {
  opacity: .5;
  transform: translate(0, -8px);
}

.btn-sub {
  color: #222;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  padding: 15px 40px;
  font-family: FuturaStd-Medium;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.btn-sub:hover {
  opacity: .5;
  transform: translate(0, -8px);
}

.btn-sub.centered {
  text-align: center;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.btn-sub.hide-mobile {
  font-family: Lexend, sans-serif;
  font-weight: 400;
}

.copy {
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
}

.h2 {
  color: #22222240;
  text-align: center;
  letter-spacing: -1.6px;
  margin-bottom: 32px;
  font-family: Lexend, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 74px;
}

.about {
  padding-top: 128px;
  line-height: 29px;
}

.work {
  padding-top: 208px;
  padding-bottom: 104px;
}

.gradient {
  background-image: linear-gradient(#fff, #f5f4f2);
}

.work-tile-img {
  flex-flow: row;
  place-content: center;
  align-items: center;
  min-height: 492px;
  max-height: 492px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.work-tile-content {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 492px;
  max-height: 492px;
  padding: 2% 6%;
  display: flex;
}

.work-tile-wrapper {
  align-items: center;
  min-height: 492px;
  max-height: 492px;
  margin-bottom: 36px;
  text-decoration: none;
  display: flex;
}

.h3 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Lexend, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 53px;
}

.testimonial {
  padding-top: 104px;
  padding-bottom: 208px;
}

.testimonial-slider-slide {
  background-color: #fff;
}

.arrow-left {
  transition: all .3s;
  display: flex;
}

.arrow-left:hover {
  opacity: .5;
}

.arrow-right {
  justify-content: flex-end;
  transition: all .3s;
  display: flex;
}

.arrow-right:hover {
  opacity: .5;
}

.hide {
  display: none;
}

.testimonial-slider-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-slider-columns {
  margin-top: 40px;
}

.contact {
  padding-bottom: 208px;
}

.footer {
  border: 1px #00000040;
  border-top-style: solid;
  flex-flow: row-reverse;
  place-content: space-between flex-end;
  align-items: stretch;
  height: 75px;
  display: block;
}

.arrow-up {
  transform-style: preserve-3d;
  width: 24px;
  margin-top: 32px;
  margin-left: auto;
  display: block;
  transform: rotateX(90deg)rotateY(0)rotateZ(0);
}

.legal {
  margin-top: 22px;
  font-size: 15px;
}

.space {
  height: 48px;
}

.a {
  color: #222;
  text-decoration: none;
}

.a:hover {
  color: #22222280;
}

.work-tile {
  color: #222;
  text-decoration: none;
  transition: all .35s;
}

.work-tile:hover {
  opacity: .75;
  transform: scale(1.04);
}

.clients-grid {
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
}

.header-collagile {
  background-image: url('../images/Case-Motiv-Collagile.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 15%;
  padding-bottom: 15%;
}

.section {
  background-color: #f5f4f2;
  padding-top: 128px;
  padding-bottom: 128px;
}

.section.bright {
  background-color: #fff;
  padding-bottom: 0;
}

.section.section-service-icons {
  margin-top: 128px;
  padding-top: 104px;
  padding-bottom: 104px;
}

.visuals {
  background-color: #f5f4f2;
  padding-bottom: 64px;
}

.work-grid-large {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 18px;
  padding-top: 18px;
}

.work-grid {
  grid-template-rows: auto;
  grid-template-areas: ".";
}

.work-grid-two-columns {
  grid-template-columns: 1fr;
}

.header-tap {
  background-image: url('../images/Case-Motiv-TAP.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 15%;
  padding-bottom: 15%;
}

.header-icomas {
  background-image: url('../images/icomas-höher.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 15%;
  padding-bottom: 15%;
}

.h4 {
  color: #222222bf;
  font-size: 24px;
  line-height: 30px;
}

.h4.service-tile-subline {
  margin-bottom: 18px;
}

.service-tile {
  background-color: #f5f4f2;
  min-height: 254px;
  margin-top: 20px;
  padding: 36px 56px;
  transition: all .35s;
}

.lean-circle {
  width: 500px;
  margin-top: 104px;
  margin-left: auto;
  margin-right: auto;
  transition: all .35s;
  display: block;
}

.lean-circle:hover {
  transform: scale(1.1);
}

.service-icon-tile {
  padding: 36px 28px;
}

.service-icon {
  width: 108px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-text {
  text-align: center;
}

.header-service {
  background-color: #f5f4f2;
  padding-top: 10%;
  padding-bottom: 10%;
}

.centered {
  text-align: center;
}

.test {
  font-size: 20px;
  line-height: 30px;
}

.h5 {
  text-align: right;
  font-style: italic;
  font-weight: 300;
}

.image-2 {
  width: 80%;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    opacity: .98;
    background-color: #f5f4f2;
    padding-bottom: 24px;
  }

  .nav-link {
    border-bottom: 1px solid #0000001a;
  }

  .nav-link.nav-link-first-child, .nav-link.nav-link-first-child.w--current {
    margin-left: 22px;
  }

  .nav-wrapper {
    min-height: 75px;
  }

  .container-small.hero-box {
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header {
    max-height: 100vh;
  }

  .copy {
    padding-left: 0;
    padding-right: 0;
  }

  .about {
    padding-bottom: 128px;
  }

  .work {
    padding-top: 104px;
  }

  .work-tile-img {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .work-tile-content {
    min-height: 0;
    padding: 8%;
    display: block;
  }

  .work-tile-wrapper {
    flex-flow: column wrap;
    place-content: space-between space-around;
    align-items: flex-start;
    margin-bottom: 334px;
    display: block;
  }

  .work-tile-wrapper.work-tile-wrapper-mobile-fix {
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 618px;
    margin-bottom: 68px;
    display: flex;
  }

  .work-tile {
    display: block;
  }

  .clients-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-menu-mobile {
    float: left;
    height: 75px;
    padding-left: 0;
  }

  .nav-menu-mobile.w--open {
    opacity: .5;
    color: #222;
    background-color: #fff;
    height: 75px;
  }

  .nav-burger {
    margin-top: 4px;
    font-size: 34px;
  }

  .hide-mobile, .image {
    display: block;
  }

  .header-collagile {
    background-position: 50%;
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .header-tap, .header-icomas {
    padding-top: 30%;
    padding-bottom: 30%;
  }
}

@media screen and (max-width: 767px) {
  .container-small {
    margin-top: 34px;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 70px;
  }

  .h1.centered {
    text-align: left;
    margin-bottom: 12px;
  }

  .col-left {
    flex: 0 auto;
  }

  .col-wrapper.hero {
    display: block;
  }

  .btn-main {
    margin-top: 35px;
  }

  .btn-sub.centered {
    margin-left: 0;
  }

  .copy {
    text-align: left;
  }

  .h2 {
    text-align: left;
    font-size: 48px;
    line-height: 52px;
  }

  .about {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .work {
    padding-top: 28px;
  }

  .work-tile-img {
    min-height: 0;
  }

  .work-tile-wrapper {
    min-height: 492px;
    margin-bottom: 226px;
  }

  .work-tile-wrapper.work-tile-wrapper-mobile-fix {
    margin-top: 396px;
  }

  .testimonial {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-slider-wrapper {
    background-color: #fff;
  }

  .arrow-left {
    bottom: 220px;
  }

  .arrow-right {
    position: absolute;
    bottom: 220px;
  }

  .testimonial-slider-img {
    margin-bottom: 32px;
  }

  .contact {
    padding-bottom: 104px;
  }

  .arrow-up {
    float: left;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-mobile {
    height: 75px;
    padding-left: 0;
  }

  .column, .column-2, .column-3, .column-4 {
    display: none;
  }

  .nav-burger {
    margin-top: 4px;
    font-size: 34px;
  }

  .hide-mobile {
    display: none;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h4.centered, .centered {
    text-align: left;
  }

  .animation {
    margin-top: 18px;
  }
}

@media screen and (max-width: 479px) {
  .nav-brand {
    max-width: 80%;
    margin-top: 4px;
  }

  .nav-brand.w--current {
    float: right;
  }

  .logo {
    float: right;
    max-width: 80%;
    margin-top: 20px;
  }

  .h1 {
    margin-top: 0;
    font-size: 56px;
  }

  .h1.centered {
    letter-spacing: -1px;
    font-size: 48px;
    line-height: 56px;
  }

  .header {
    padding-top: 1%;
  }

  .btn-main {
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .btn-sub.centered {
    margin-top: 34px;
  }

  .h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .about {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .work {
    padding-top: 0;
  }

  .work-tile-content {
    padding: 12%;
  }

  .work-tile-wrapper {
    margin-bottom: 162px;
  }

  .work-tile-wrapper.work-tile-wrapper-mobile-fix {
    margin-top: 322px;
  }

  .h3 {
    font-size: 36px;
    line-height: 43px;
  }

  .testimonial {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-slider {
    display: block;
  }

  .space {
    display: none;
  }

  .nav-menu-mobile {
    padding-right: 0;
  }

  .header-collagile {
    padding-top: 45%;
    padding-bottom: 45%;
  }

  .section.bright.padding-bottom {
    padding-bottom: 64px;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .header-tap, .header-icomas {
    padding-top: 45%;
    padding-bottom: 45%;
  }

  .service-tile {
    padding-left: 36px;
    padding-right: 36px;
  }

  .bold-text {
    letter-spacing: -.5px;
  }
}


