@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sacramento&display=swap');

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 11, 2015 */

@font-face {
    font-family: 'gotham_htfbold';
    src: url('/assets/fonts//assets/fonts/gothamhtf-bold.eot');
    src: url('/assets/fonts/gothamhtf-bold.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/gothamhtf-bold.woff2') format('woff2'),
         url('/assets/fonts/gothamhtf-bold.woff') format('woff'),
         url('/assets/fonts/gothamhtf-bold.ttf') format('truetype'),
         url('/assets/fonts/gothamhtf-bold.svg#gotham_htfbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_htfbook';
    src: url('/assets/fonts/gothamhtf-book.eot');
    src: url('/assets/fonts/gothamhtf-book.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/gothamhtf-book.woff2') format('woff2'),
         url('/assets/fonts/gothamhtf-book.woff') format('woff'),
         url('/assets/fonts/gothamhtf-book.ttf') format('truetype'),
         url('/assets/fonts/gothamhtf-book.svg#gotham_htfbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_htflight';
    src: url('/assets/fonts/gothamhtf-light.eot');
    src: url('/assets/fonts/gothamhtf-light.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/gothamhtf-light.woff2') format('woff2'),
         url('/assets/fonts/gothamhtf-light.woff') format('woff'),
         url('/assets/fonts/gothamhtf-light.ttf') format('truetype'),
         url('/assets/fonts/gothamhtf-light.svg#gotham_htflight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_htfmedium';
    src: url('/assets/fonts/gothamhtf-medium.eot');
    src: url('/assets/fonts/gothamhtf-medium.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/gothamhtf-medium.woff2') format('woff2'),
         url('/assets/fonts/gothamhtf-medium.woff') format('woff'),
         url('/assets/fonts/gothamhtf-medium.ttf') format('truetype'),
         url('/assets/fonts/gothamhtf-medium.svg#gotham_htfmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
:root {
  --text-color: white;
  --gradient-angle: 328deg;
  --gradient: linear-gradient(var(--gradient-angle), rgba(44,19,212,1) 9%, rgba(109,27,182,1) 26%, rgba(253,29,60,1) 69%, rgba(255,27,27,1) 100%);
}

:root:has(.segment_1_cases.segment_2 ), :root:has(.segment_1_projects.segment_2 ) {
  --text-color: black;
  --gradient: transparent;
}


html.touch * {
  text-rendering: optimizeSpeed;
}

html {
  -webkit-tap-highlight-color: rgba(0,0,0,.25);
}

#backdrop {
  background: rgb(44,19,212);
  background: var(--gradient) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  font-family: 'gotham_htfbook', sans-serif;
  overflow-y: scroll;
  color: #131215;
  line-height: 24px;
  padding-top: 105px;
  background: none !important;
}

#nav_mobile {
  color: #fff;
}

.font--bold {
  font-family: 'gotham_htfbold';
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
 }

.img-center {
  margin: 0 auto;
}

.title-alt-color {
  color: #e31e25;
}

.large {
  font-size: 72px;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

a {
  color: #131215;
}

#main a {
  text-decoration: underline;
}

#main .btn {
  background: #fff;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'gotham_htfmedium', sans-serif;
}

h1 {
  font-family: 'gotham_htfbold', sans-serif;
  font-size: 50px;
  margin-bottom: 30px;
}

h1.book {
  font-family: 'gotham_htfbook', sans-serif;
}

.home-header h1 {
  font-size: 30px;
  line-height: 44px;
}

h2 {
  font-size: 42px;
  margin-bottom: 30px;
}

h3 {
  font-size: 34px;
  margin-bottom: 30px;
}

h4 {
  font-size: 26px;
  margin-bottom: 20px;
}

h5,
h6 {
  font-size: 18px;
  margin-bottom: 20px;
}

h1 small {
  font-family: 'gotham_htfbook';
  font-size: 24px;
  color: #131215;
  display: block;
  margin-top: 30px;
}

small {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.segment_1_cases h3.smaller {
  font-size: 30px;
}

.case.work footer strong,
.project.work footer strong {
  color: #181f28;
}

.text-normal,
#main .text-normal {
  font-weight: 400;
}

.text-medium,
#main .text-medium {
  font-weight: 500;
}

.text-bold,
#main .text-bold {
  font-weight: 600;
}

.lead {
  margin-bottom: 40px;
}

.segment_1_projects .intro .lead {
  margin-bottom: 0;
}

.lead {
  font-size: 24px;
  line-height: 36px;
}

.accent.dark .lead {
  color: #fff;
}

.meta {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
  color: #7a818a;
}

#main {
  min-height: 700px;
  padding-top: 60px;
}

#header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  top: 0;
  font-size: 16px;
}

.segment_1_ons-werk,
.segment_1_ {
  background: #181f28;
  color: #fff;
}

.segment_1_ {
  margin-bottom: 0;
}

#header #nav_main a {
  font-size: 20px;
}

#header #brand img {
  width: 210px;
}

#header,
#header #brand img,
#header #nav_main a,
.cat_filter {
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}

.headroom--pinned {
  transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
}

#header {
  line-height: 105px;
  height: 105px;
}

.segment_1_ #main .lead a {
  text-decoration: none;
}

.segment_1_ #main {
  padding-top: 0;
  color: #181f28;
}


#nav_main {
  float: right;
  font-size: 20px;
}

#nav_main ul {
  padding-left: 0;
}

#nav_main ul li {
  margin-left: 35px;
  display: inline-block;
}

#nav_main ul li a {
  color: #fff;
}

#nav_main:not(.small) a:hover,
#nav_main:not(.small) .active a {
  /* color: #e31e25; */
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}

.full {
  position: relative;
  z-index: 99;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.accent {
  background-color: #f5f5f5;
}

.accent.dark {
  background-color: #131215;
  color: #fff;
}

.accent.gray {
  background-color: #7a818a;
  color: #fff;
}

.accent.dark h1,
.accent.dark h2,
.accent.dark h3,
.accent.dark h4,
.accent.dark h5,
.accent.dark h6 {
  color: #fff;
}

#brand {
  float: left;
  overflow: hidden;
  display: block;
  width: 210px;
  height: 105px;
  align-content: center;
}

.segment_1_over-ons #main strong {
}

.segment_1_contact #main > .container,
.segment_1_partners #main > .container {
  margin-left: 0;
}

.segment_1_contact a {
  text-decoration: none;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

.btn {
  display: inline-block;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  color: #7a818a;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
}

.btn:active {
  background: red;
}

#main .btn.active {
  background-color: #7a818a;
  box-shadow: none;
  color: #fff;
}

.centered {
  margin: 0 auto;
  display: inline-block;
}

.segment_1_klanten #main ul {
  font-size: 14px;
  list-style: none;
  padding-left: 0;
  color: #131215;
}

.segment_1_klanten #main ul strong {
  color: #7a818a;
}

.segment_1_klanten #main ul strong {
  font-weight: 400;
}

.segment_1_klanten #main {
  font-size: 26px;
  color: #131215;
}

.mid-txt {
  margin: auto;
  display: inline-block;
  height: 225px;
}

.team .col-md-4 {
  margin-bottom: 30px; 
}

.well.dark {
   background: #131215;
   color: #fff;
}

.well.dark h4 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
}

.well {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

html {
  position: relative;
  min-height: 100%;
}

.footer {
  font-size: 18px;
  position: absolute;
  bottom: 0;
  line-height: 24px;
  width: 100%;
  color: #fff;
  padding: 80px 0 40px 0;
  background: rgba(0,0,0,0.3);
  font-family: 'gotham_htfbook', sans-serif;
  position: relative;
}

.footer * {
  text-align: left;
}

.footer strong {
  font-size: 22px;
  color: white;
  font-weight: normal;
  margin-bottom: 10px;
  display: inline-block;
  font-family: 'gotham_htfmedium';
}

.footer .terms {
  font-size: 14px;
  text-decoration: underline;
}

.footer a,
.footer p {
  color: white;
  font-size: 17px !important;
}

.maps {
  z-index: 9;
  position: absolute;
  right: 0;
  top: 165px;
  height: 600px;
  padding: 0;
}

.case {
  float: left;
  background-size: cover;
  width: 50%;
  position: relative;
}

.work h3,
.work h4 {
  color: #fff;
}

.homevisual .work h3,
.homevisual .work h4 {
  color: #131215;
}

.homevisual .work a:hover small,
.homevisual .work a:hover h3,
.homevisual .work a:hover h4 {
  color: #fff;
}

.work {
  position: relative;
}

.work a {
  overflow: hidden;
  text-decoration: none!important;
}

.case.work a:hover {
  color: #181f28;
}

.work .work-set {
  overflow: hidden;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.work .abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.work img {
  max-width: 100%;
  width: 100%;
  z-index: 0;
}
.col-md-3:has(.member) {
  min-width: 106px;
}

.work img,
.member img,
.member figcaption {
  /*http://www.sitepoint.com/fix-chrome-animation-flash-bug/*/
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
}

.work .work-inner {
  cursor: pointer;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
  opacity: 0;
  padding: 15%;
  position: relative;
  z-index: 9;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.work img {
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s ease-in-out;
  transition: opacity 0.15s, transform 0.15s ease-in-out;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.homevisual .work img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.homevisual .work .work-inner {
  vertical-align: top;
}

.work a:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* .work a {
  display: block;
} */

.work a .abs {
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.work a:hover .abs {
  background: rgba(0,0,0,.8);
}

.homevisual .work a:hover .abs {
  background: rgba(0,0,0,.5);
}

.work a:hover .work-inner {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.btn {
  background: #efefef;
  border: 0;
}

.project {
  position: relative;
  margin-bottom: 30px;
}

.project h4,
.work h4 {
  text-align: center;
  margin-bottom: 10px;
}

.service-item {
  padding: 20px;
}

.viewer {
  position: relative;
  height: 690px;
  width: 690px;
  min-width: 690px;
  display: block;
  min-height: 690px;
  overflow: hidden;
}

.viewer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.segment_1_services .large {
  margin-top: 50px;
  margin-bottom: 130px;
}

.gems h4 {
  font-size: 40px;
  line-height: 48px;
}

.gems {
  padding-top: 40px;
}

.gems dd,
.gems dt {
  margin-top: 10px;
}

.gems img {
  position: relative;
  top: -50px;
}

.design-block {
  font-size: 18px;
  line-height: 28px;
  color: #131215;
}

.design-block h4 {
  font-size: 30px;
  margin-bottom: 25px;
}

.design-block > .container > .col-md-8 > p:first-child {
  margin-bottom: 70px;
}

.services h5 {
  font-size: 22px;
}

.accent.gray.quality {
  font-size: 18px;
  line-height: 28px;
}

.accent.gray.quality h5 {
  color: #fff;
  line-height: 32px;
  font-size: 22px;
}

.services-bottom h2 {
  font-size: 50px;
  line-height: 56px;
}

.team-wrap {
  margin-bottom: 50px;
  overflow: hidden;
}

#main .member a {
  color: #fff;
  text-decoration: none;
}

#main .member a:hover {
  text-decoration: underline;
}

.member h5 {
  margin-bottom: 0;
  margin-top: 20px;
}

.vacancy .well {
  padding: 40px;
  min-height: 270px;
  font-size: 16px;
  line-height: 24px;
}

.vacancy .well h6 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 6px;
}

.contact-card {
  font-size: 16px;
  background-color: #efefef;
}

.contact-card .content {
  padding: 30px;
}

.partner,
.partner a {
  color: #131215;
}

.partner.partner-0 {
  margin-bottom: 1px;
  padding: 50px;
}

.partner.partner-1 .well,
.partner.partner-2 .well {
  min-height: 300px;
  padding: 40px 50px;
}

.partner.partner-0 img {
  margin-top: 50px;
}

.segment_1_partners #main {
  margin-bottom: 80px;
}

#main .social-media {
  border-radius: 0;
  background: url(/assets/img/social-media.png) left top no-repeat;
  height: 55px;
  width: 55px;
  display: inline-block;
  text-indent: -9999em;
}

#main .social-media.facebook {
  background-position: 0 top;
}

#main .social-media.linkedin {
  background-position: -55px top;
}

#main .social-media.youtube {
  background-position: -110px top;
}

body {
  padding-top: 105px;
}

.projects {
  padding-bottom: 40px;
}

.projects .article {
  padding: 0px 0px 20px 0px;
}


.projects .article > *:not(header) {
  padding: 0px 20px;
}
.projects .article > p {
  padding-top: 20px;
}
.projects .article > hr{
  width: 90%;
  padding: 0;
  margin: auto;
}

.projects .col-sm-6,
.projects .col-md-4 {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.segment_1_services .intro {
  padding-bottom: 100px;
}

.segment_1_services .cc {
  padding-top: 65px;
  padding-bottom: 10px;
}

.segment_1_services .design-block {
  padding-top: 60px;
}

.segment_1_services .services,
.segment_1_services .quality {
  padding-top: 60px;
  padding-bottom: 40px;
}

.segment_1_services .services-bottom {
  padding-top: 80px;
  padding-bottom: 60px;
}

.segment_1_over-ons .members {
  padding-top: 90px;
  padding-bottom: 90px;
}

.segment_1_over-ons .vacancy {
  padding-top: 80px;
  padding-bottom: 80px;
}

.segment_1_klanten .clients {
  padding-bottom: 90px;
}

.segment_1_cases #main .intro {
  padding-top: 220px;
}

.segment_1_cases #main section {
  padding-top: 130px;
  padding-bottom: 0;
}

.segment_1_cases #main .specs {
  margin-top: 80px;
  padding-top: 0;
}

.segment_1_cases #main .others {
  margin-top: 80px;
}

.segment_1_cases #main .specs .work {
  max-height: 217px;
  overflow: hidden;
  margin-top: 0;
}

.segment_1_cases #main .specs .well {
  background-color: #fff;
}

.segment_1_cases #main {
  padding-top: 0;
  padding-bottom: 0;
}

.segment_1_cases #main .intro {
  /*min-height: 690px;*/
}

.segment_1_cases #main .intro {
  background-position: center bottom;
  background-repeat: no-repeat;
}

.segment_1_cases h1 {
  margin-bottom: 0;
  line-height: 110%;
}

.segment_1_cases #main .spec-set-section {
  background: #f5f5f5;
}

.spec-set {
  padding-top: 150px;
  position: relative;
  min-height: 600px;
}

.abs {
  position: absolute;
  top: 0;
}

.abs-right {
  right: 0;
}

.abs-left {
  left: 0;
}

.segment_1_projects #main {
  padding-top: 0;
}

.segment_1_projects .sets {
  padding: 60px 0 30px 0;
  border-bottom: 1px solid #fff;
}

.segment_1_projects .intro {
  padding: 80px 0 50px 0;
}

.segment_1_projects .meta {
  margin-top: 10px;
}

.presentation {
  padding-top: 60px;
  margin-top: 1px;
}

.presentation figure {
  text-align: center;
}

.presentation figcaption {
  line-height: 60px;
  height: 60px;
  display: block;
  font-size: 14px;
  font-style: italic;
}

.specs {
  padding-top: 0;
  padding-bottom: 60px;
}

.specs .well {
  padding: 40px;
  min-height: 270px;
  margin-bottom: 0;
  font-size: 14px;
}

.specs .well strong {
  font-family: 'gotham_htfmedium';
}

.specs .work {
  margin-bottom: 0;
  margin-top: 60px;
}

.specs-inner {
  float: left;
}

.specs-inner.specs-inner-1 {
  width: 190px;
}

.specs-inner.specs-inner-2 {
  width: 350px;
}

.contact-person {
  display: block;
  clear: both;
  margin-bottom: 20px;
}

.contact-person,
.contact-person .meta {
  line-height: 18px;
  font-size: 14px;
}

.contact-person a {
  margin-top: 12px;
  display: inline-block;
}

.contact-person img {
  float: left;
  margin-right: 10px;
}

.newsletter {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 1px;
  background: #fff;
}

.newsletter .form-group-wrap {
  max-width: 460px;
  margin: 0 auto;
}

#main .newsletter .input-group .btn {
  line-height: 1.42857143;
  border: 0;
  padding: 0;
  color: #fff;
  background: #bcc0c4 url(/assets/img/ui/env.png) center center no-repeat;
  height: 44px;
  width: 50px;
  text-indent: -999em;
  display: inline-block;
}

.newsletter .input-group-btn {
  right: 53px;
}

.newsletter .form-control {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 400;
}

.newsletter .input-group .form-control:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.newsletter .input-group-btn:last-child > .btn {
  border-radius: 4px;
  margin-left: 0;
}

.intro.white_header h1,
.intro.white_header i,
.intro.white_header small {
  color: #fff;
}

.case-quote h2 {
  font-weight: 600;
}

.case-quote {
  padding-top: 80px;
  padding-bottom: 80px;
}

div.ovg-black {
  background: #181f28;
}

div.ovg-black img {
  position: relative;
  top: 10px;
}

.full-content {
  padding-top: 60px;
}

.carousel-control.left,
.carousel-control.right {
  z-index: 9;
  background: red;
  width: 55px;
  height: 55px;
  text-indent: -9999em;
  border-radius: 3px;
  top: 320px;
  background: url(/assets/img/ui/carousel-arr.png) left top no-repeat;
}

.carousel-control.left {
  left: -70px;
  background-position: left top;
}

.carousel-control.right {
  right: -70px;
  background-position: right top;
}

.work-arr {
  background: url(/assets/img/ui/work-arr.png) left top no-repeat;
  height: 21px;
  display: inline-block;
  padding-left: 35px;
  margin-bottom: 20px;
  font-style: normal;
}

.work-arr.right {
  background-position: right bottom;
  padding-left: 0;
  padding-right: 35px;
}

.back_wrap {
  position: relative;
  z-index: 9999;
  font-size: 16px;
  overflow: hidden;
  width: 220px;
  float: right;
}

#main .back {
  color: #131215;
  text-decoration: none;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  z-index: 999;
  right: 0;
  position: fixed;
  top: 25%;
  background: rgba(239, 239, 239, .8) url(/assets/img/ui/overview.png) 10px 10px no-repeat;
  line-height: 40px;
  height: 40px;
  padding-left: 38px;
  padding-right: 22px;
  display: inline-block;
}

.back.sticked {
  margin-right: -185px;
}

.back:hover {
  background-color: rgba(239, 239, 239, 1)!important;
  margin-right: 0;
}

#map {
  width: 100%;
  height: 100%;
}

.home-block {
  background: #fff;
  padding: 60px;
}

.homevisual .work .work-inner,
.homevisual .padder {
  padding: 30px;
}

.home-block {
  margin-top: 80px;
}

.homevisual .work .work-inner {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.home-block p {
  margin-bottom: 0;
}

.home-block .lead {
  margin-bottom: 0;
}

.home-block-left {
  max-width: 620px;
}

.home-block-right {
  max-width: 390px;
  padding-left: 100px;
}

.home-block-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-block-right .alt-color {
  color: #e31e25;
  font-family: 'gotham_htfbold', sans-serif;
  font-size: 22px;
}

.homevisual {
  overflow: hidden;
  max-height: 480px;
  background-size: cover;
}

.homevisual a:hover {
  background: rgba(0,0,0,.8);
}

.homevisual.light.visual a {
  margin-top: 20px;
}

.homevisual.light.visual a:hover {
  background: none;
}

.home-full small,
.homevisual small {
  margin-bottom: 10px;
  display: inline-block;
  color: #131215;
}

.homevisual h3 {
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 0;
}

.homevisual.light,
.homevisual.light h3,
.homevisual.light small {
  color: #fff;
}

.homevisual.accent {
  color: #e31e25;
}

.home-full small,
.home-full h1 {
  color: #fff;
}

.home-full h1 strong {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 50px;
  line-height: 58px;
}

.home-full h1 {
  margin-top: 40px;
  font-size: 44px;
  line-height: 58px;
}

.home-full .col-md-12 {
  height: 470px;
  position: relative;
}

.home-full .valign {
  position:absolute; top:50%; height:220px; margin-top:-110px;
}

.homevisual.smaller-header h1,
.homevisual.smaller-header h3 {
  font-size: 30px;
}

.spec-set-section-container {
  margin-top: 80px;
  background: #fff;
}

.segment_1_cases .item {
  min-height: 600px;
  background: #fff;
}

.segment_1_cases .lead h3 {
  display: block;
  text-align: center;
}

.segment_1_cases .lead.lead--normal h3 {
  text-align: left;
}

.item.text.full {
  padding-bottom: 70px;
  padding-top: 70px;
}

.item.text.full p,
.item.text.full h3,
.item.text.full h4,
.item.text.full h5,
.item.text.full h6 {
  color: #131215!important;
}

.item.text {
  padding: 90px;
}

.table,
.item.text {
  display: table;
}

.table-cell,
.item.text .vcenter {
  display: table-cell;
  vertical-align: middle;
}

.case-image {
  margin: 0 auto;
}

.segment_1_cases .item.text.full {
  width: 100%;
  min-height: 0;
  background: #fff;
}

.homevisual {
  position: relative;
}

.homevisual a,
.home-full a {
  display: block;
  width: 100%;
  height: 100%;
  color: #131215;
}

.homevisual .work,
.home-full .work {
  color: #131215;
}

.holder {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:25% 49%;
  background-repeat: no-repeat;
  background-clip: content-box;
}

.home-full a,
.home-full a h3,
.homevisual a,
.homevisual a h3 {
  text-decoration: none!important;
}

.home_way {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.75s, transform 0.5s;
}

.home_way.fadeLoader {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.home-payoff {
  height: 480px;
  font-family: 'gotham_htfbook', sans-serif;
}

.home-payoff .lead {
  font-size: 19px;
}

.home-payoff h3 {
  font-size: 34px;
  color: #e31e25;
  font-family: 'gotham_htfmedium', sans-serif;
  line-height: 37px;
  margin-bottom: 33px;
}

.home_way_bottom .inner {
  padding: 60px;
  color: #fff;
}

.home_way_bottom .inner .lead {
  margin-bottom: 0;
  font-size: 22px;
  font-family: 'gotham_htfbook', sans-serif;
}

#nav_mobile {
  text-decoration: none;
  font-size: 22px;
}

.case-process,
.segment_1_cases .lead {
  margin-bottom: 80px;
}

.case-process .img-responsive {
  margin-bottom: 30px;
}

.wwd-item {
  min-height: 325px;
  float: left;
  max-width: 25%;
  text-align: center;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}

.wwd-item figure {
  min-height: 110px;
  margin-bottom: 10px;
}

.wwd-item h4 {
  font-size: 22px;
  font-family: 'gotham_htfbold', sans-serif;
}

.wwd-item.first {
  padding-left: 50px;
}

.wwd-item.last {
  padding-right: 50px;
}

.segment_1_over-ons .row-block {
  padding-bottom: 80px;
}

.segment_1_over-ons .what-we-do h1,
.segment_1_over-ons .what-we-do h2,
.segment_1_over-ons .what-we-do h3,
.segment_1_over-ons .what-we-do h4 {
  color: #fff;
}

.row-block {
  background: #fff;
}

.segment_1_over-ons .we-are {
  background: #e31e25;
  color: #fff;
}

.we-are .lead {
  margin-bottom: 0;
}

.bg-gray {
  background: #7a818a;
}

.segment_1_over-ons .image-section {
  padding-top: 0;
  padding-bottom: 0;
}

.first-section {
  margin-top: -110px;
}

.first-section .lead {
  margin-bottom: 0;
}

.masthead {
  background: url(/assets/img/about-2.jpg) center top no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: -60px;
  height: 490px;
}

.masthead .table {
  margin-bottom: 0;
  min-height: 380px;
}

.masthead h1 {
  margin-bottom: 0;
  line-height: 50px;
}

.masthead h1,
.masthead h1 small {
  color: #fff;
  font-size: 50px;
}

.masthead h1 small {
  margin-top: 10px;
  font-family: 'gotham_htfbook';
}

.bg-black,
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black .lead,
.bg-black .lead h1,
.bg-black .lead h2,
.bg-black .lead h3,
.bg-black .lead h4,
.bg-black .lead h5,
.bg-black .lead h6 {
  color: #fff;
}

.bg-gray,
.bg-gray h1,
.bg-gray h2,
.bg-gray h3,
.bg-gray h4,
.bg-gray h5,
.bg-gray h6 {
  color: #fff;
}

.bg-black {
  background: #181f28;
}

.bg-white {
  background: #fff;
}

.row-block-transparant {
  background: none;
}

.nugroup .table,
.clients .table {
  height: 500px;
}

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

.row.team {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.team .col-md-3 {
  min-height: 325px;
  margin-bottom: 30px;
}

.what-we-do .inner {
  text-align: left;
  min-height: 500px;
  border-radius: 4px;
  margin-top: 15px;
  background: rgba(0, 0, 0, 0.3);
  padding: 50px 40px;
  font-size: 14px;
  padding-bottom: 0;
}

.what-we-do .inner {
  text-align: left;
  min-height: 500px;
  border-radius: 4px;
  margin-top: 15px;
  background: rgba(0, 0, 0, 0.3);
  padding: 50px 40px;
  font-size: 14px;
  padding-bottom: 0;
}
.what-we-do .inner figure {
  margin-bottom: 50px;
  height: 95px;
  justify-self: center;
}

.what-we-do .inner h4 {
  font-size: 22px;
  font-family: 'gotham_htfbold', sans-serif;
}

.parallax-window {
  min-height: 470px;
  background: transparent;
}

.segment_1_ .parallax-window {
  min-height: 550px;
}

.parallax-mirror {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.segment_1_projects .parallax-window {
  min-height: 400px;
  width: 100%;
}

.segment_1_cases .parallax-window {
  min-height: 690px;
}

.project_full_img.parallax-window {
  min-height: 300px;
}

.home-valign {
  width: 100%;
  margin-top: -80px;
}

.mix {
  display: none;
}

#projects_wrapper .project_item {
  height: 256px;
}

.intro.white_header h1 {
  text-shadow: 0 0 20px rgba(0,0,0,.5);
}

.home-pad_ {
  margin-top: 80px;
}

.home-block-master {
  font-size: 26px;
  font-family: 'gotham_htflight';
  line-height: 34px;
}

.home-block-master h3 {
  color: #e31e25;
  font-size: 32px;
  margin-bottom: 0;
}

.cat_filter {
  height: 65px;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
  list-style: none;
}

.cat_sticky .projects {
  margin-top: 100px;
}

.cat_sticky .cat_filter {
  position: fixed;
  left: 0;
  right: 0;
  top: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 999;
}

.cat_filter li {
  list-style: none;
  padding: 0;
  margin: 0 1px 0 0;
  display: inline-block;
}

#main .cat_filter .btn {
  border-radius: 0;
  display: inline-block;
  color: #fff;
  background: none;
}

#main .cat_filter .btn.active, #main .cat_filter .btn:hover {
  color: #fff;
  background: none;
  border-bottom: solid 1px white;
}

.case.work {
  height: 300px;
  margin-bottom: 80px;
  background: #fff;
}

.case.work footer {
  font-size: 20px;
  position: absolute;
  background: #fff;
  display: block;
  height: 80px;
  line-height: 80px;
  bottom: -80px;
  left: 0;
  right: 0;
}

.case.work footer strong,
.project.work footer strong {
  font-family: 'gotham_htfmedium';
}

.work h3,
.work h4 {
  font-family: 'gotham_htflight';
}

.project.work {
  min-height: 250px;
  margin-bottom: 60px;
}

.project.work footer {
  font-size: 16px;
  position: absolute;
  background: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  bottom: -50px;
  left: 0;
  right: 0;
}

.home_half_left,
.home_half_right {
   -webkit-transition-timing-function: ease-in; /* Safari and Chrome */
    transition-timing-function: ease-in;
}

.home_half_left {
  -webkit-transition: all .45s;
  -moz-transition: all .45s;
  transition: all .45s;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}

.home_half_left.loaded {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}

.home_half_right {
  -webkit-transition: all .45s;
  -moz-transition: all .45s;
  transition: all .45s;
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.touch .home_half_right,
.touch .home_half_left {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}

.home_half_right.loaded {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}

.home_half_wrapper {
  -webkit-overflow-scrolling: touch;
}

.home_half_left,
.home_half_right {
  float: left;
}

.home_half_left {
  background: #ca0102;
  color: #fff;
  display: block;
}

.home_half_right {
  display: block;
}

.ritem img {
  height: 100%;
  float: left;
}

.segment_1_ {
  background: #181f28;
}

.r_block {
  float: left;
}

.ritem {
  overflow: hidden;
  float: left;
}

.ritem_100 {
  width: 100%;
}

.ritem_66{
  width: 66.6666666%;
}

.ritem_33 {
  width: 33.3333333%;
}

.ritem_50 {
  width: 50%;
}

.ritem_25 {
  width: 25%;
}

.ritem_75 {
  width: 75%;
}

.ritem {
  border-left: 1px solid #fff;
}

.ritem img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.ritem h3,
.ritem .work-inner {
  -webkit-transform: translateZ(0);
}

.ritem h3 {
  -webkit-transition: transform .15s;
  -moz-transition: transform .15s;
  transition: transform .15s;
  transform-origin: left top;
}

.ritem .work-inner {
  -webkit-transition: background .15s;
  -moz-transition: background .15s;
  transition: background .15s;
  display: block;
}

.no-touch .ritem:hover h3 {
  -webkit-transform: translate3d(0, 0, 0) scale(1.5);
  transform: translate3d(0, 0, 0) scale(1.5);
}

.ritem a {
  text-decoration: none!important;
}

.ritem:hover .work-inner {
  background: rgba(0,0,0,.25);
}

.no-touch .ritem.ritem_25:hover h3,
.no-touch .ritem.ritem_33:hover h3 {
  -webkit-transform: translate3d(0, 0, 0) scale(1.08);
  transform: translate3d(0, 0, 0) scale(1.08);
}

.ritem .work-inner {
  position: relative;
  z-index: 99;
}

.ritem.first {
  border-left: 0;
}

.segment_1_ {
  overflow-x: hidden!important;
}

.segment_1_ .home_half_left {
  z-index: 999;
  position: relative;
  padding-left: 80px;
  padding-top: 80px;
  background: #ff0001 url(/assets/img/home-left-bg.png) left bottom no-repeat;
  background-size: 100% 100%;
}

.home_half_right {
  position: relative;
}

.home_arrow {
  background: url(/assets/img/home_arrow.png) left top no-repeat;
  width: 60px;
  z-index: 999;
  height: 60px;
  text-indent: -9999em;
  display: block;
  position: fixed;
  right: 0;
  top: 53%;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
}

.home_arrow.next_arrow.off {
  right: -60px;
}

.home_arrow.back_arrow {
  right: auto;
  left: 0;
  background: url(/assets/img/home_arrow_back.png) left top no-repeat;
}

.home_arrow.back_arrow.off {
  left: -60px;
}

.home_half_left .shadow {
  width: 28px;
  position: absolute;
  top: 0;
  right: -28px;
  bottom: 0;
  background: url(/assets/img/home_shadow.png);
  z-index: 9;
}

.segment_1_ .home_half_left h1 {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  font-family: 'gotham_htfbold';
}

.segment_1_ .home_half_left h1 strong {
  color: #440f0f;
}

.ritem {
  position: relative;
}

.ritem .work-inner {
  padding: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.ritem .work-inner small {
  font-size: 12px;
}

.ritem.fer .work-inner,
.ritem.fer .work-inner h3 {
  color: #181f28;
}

.ritem .work-inner,
.ritem .work-inner h3 {
  font-family: 'gotham_htfbook';
  color: #fff;
  font-size: 20px;
}

#header {
  padding-left: 80px;
  padding-right: 80px;
  background: none;
}

.videoHeader-row {
  margin-top: -105px;
  position: relative;
}
.videoHeader-row * {
  text-align: left;
}
.videoHeader-row a {
  text-decoration: none !important;
}
.videoHeader-row > div.container.relative.z-10.w-full.pt-16.mx-auto.text-center.lg\:text-left > div > div > div {
  float: inline-start;
  margin-right: auto;
}
.videoHeader-row iframe {
  min-height: 100%;
}
.video-section video { 
  width: 100%;
}

.intro.video-section.video-section--half {
  height: 65vh;
}

.video_masthead.segment_1_cases .lead {
  margin-top: 30px;
}

.video_masthead .full {
  z-index: 1;
}

.intro.video-section {
  padding-top: 0;
  position: relative;
  height: calc(100vh - 105px);
}

.video-static .video-scroll-down-wrap {
  display: none!important;
}

.video-static .intro.video-section {
  height: 505px;
}

.intro.video-section h1 small {
  margin-top: 5px;
}

.video-static .video-overlay .table {
  top: -50px;
  position: relative;
}

.subject {
  position: relative;
  top: -30px;
  font-size: 30px;
}

.video-static .bg-white.intro {
  padding-top: 130px;
}

.intro.video-section video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.video-scroll-down-wrap,
.btn--down-wrapper {
  position: fixed;
  z-index: 9;
  left: 0;
  height: 50px;
  width: 100%;
  right: 0;
  bottom: 20px;
  display: block;
  text-align: center;
}

.video-scroll-down-wrap a,
.btn--down-wrapper a {
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.video-scroll-down-wrap a .fa,
.btn--down-wrapper a .fa {
  color: #181f28;
}

.video-section .container,
.video-section .col-md-12,
.video-section .table {
  height: 100%;
}

.video-overlay {
  position: absolute;
  top: -110px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.2);
  z-index: 5;
}

#header .header-inner {
  position: relative;
  z-index: 99;
}

#header .fader {
  display: block;
  position: absolute;
  background: #181f28;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s;
}

.video_masthead #header {
  background: rgba(0,0,0,0);
}

.video-helper {
  position: relative;
  top: -260px;
  max-width: 515px;
}

.project_full_img.parallax-window {
  position: relative;
  z-index: 99999;
}

.tagline {
  color: #fff;
}

.project--subject-tagline {
  top: 0;
}

.tagline {
  font-family: 'gotham_htfbook';
}

#result_video {
  max-width: 100%;
}

.btn--down {
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}

.btn--up-wrapper {
  display: none;
}

.btn--up-wrapper .btn--down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.segment_1_ .bl {
  border-left: 1px solid #fff;
}

.segment_1_ .br {
  border-right: 1px solid #fff;
}

.homepage-starter,
.segment_1_ .container-fluid > .row {
  margin-bottom: 2px;
}

.segment_1_ {
  background: #fff;
}

.homepage-starter {
  font-family: 'gotham_htfmedium';
  background: #cc001f;
  color: #fff;
  text-align: center;
  padding: 0 60px;
  padding-top: 90px;
  font-size: 40px;
  line-height: 51px;
  height: 370px;
}

#main .homepage-starter a {
  transition: color .35s;
  color: #fff;
  text-decoration: none;
}

.homepage-starter a:hover {
  color: #181f28;
}

.segment_1_ .btn--up-wrapper,
.segment_1_ .btn--down-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 60px;
  z-index: 9999;
}

.segment_1_ .work-inner {
  z-index: 99;
  padding: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.segment_1_ .work-inner small {
  margin-bottom: 5px;
  display: block;
}

.segment_1_ .work-inner h3 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
}

.segment_1_ .work-inner.work-inner--small h3 {
  font-size: 18px;
  line-height: 26px;
}

.segment_1_ .work-inner.work-inner--dark,
.segment_1_ .work-inner.work-inner--dark h3 {
  color: #181f28;
}

.segment_1_ .work-inner.work-inner--opener,
.segment_1_ .work-inner.work-inner--opener h1 {
  color: #fff;
}

.segment_1_ .work-inner.work-inner--opener h1 strong {
  color: #181f28;
}

.segment_1_ .work-inner.work-inner--opener:hover {
  background: rgba(0,0,0,0);
}

.segment_1_ .work-inner.work-inner--opener h1 {
  line-height: 38px;
  font-size: 32px;
}

.segment_1_ .work-inner {
  color: #fff;
  text-decoration: none!important;
}

.segment_1_ .work-inner:hover {
  color: #fff;
}

.segment_1_ .work-inner,
.segment_1_ .work-inner h3 {
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translateZ(0);
  transform-origin: left top;
}

.segment_1_ .work-inner:hover {
  background: rgba(0,0,0,.25);
}

.segment_1_ .work-inner:hover h3 {
  -webkit-transform: translate3d(0, 0, 0) scale(1.3);
  transform: translate3d(0, 0, 0) scale(1.3);
}

.segment_1_ .flow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-size: cover;
}

.segment_1_cases #main section.full-video {
  padding-top: 0;
}

.segment_1_cases .video-overlay {
  z-index: 999;
}

.homepage .container-fluid,
.homepage #main section,
.homepage #main article {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.homepage #main article {
  padding: 20px;
}

.segment_1_contact .contact--invisible,
.contact--visible {
  display: none;
}

.segment_1_contact .contact--visible {
  display: block;
}

.ajaxLoad {
  display: none;
  opacity: 1;
  position: fixed;
  background: var(--gradient);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.social-media a {
  margin-left: 5px;
  margin-right: 5px;
}

#main .homepage-starter a {
  border-bottom: 2px solid #fff;
}

.branding span:before,
.digital span:after,
.digital span:before,
.shopper span:after,
.shopper span:before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  bottom: -2px;
  height: 2px;
}

.shopper span:after {
  right: 0;
  width: 255px;
}

.shopper span:before {
  width: 65px;
  left: 0;
}

.branding span:before {
  width: 145px;
  left: 0;
}

.digital span:before {
  width: 35px;
  left: 0;
}

.digital span:after {
  right: 0;
  width: 60px;
}

#main .homepage-starter .branding,
#main .homepage-starter .digital,
#main .homepage-starter .shopper {
  border-bottom: 0;
  position: relative;
}

#main .homepage-starter a:hover {
  color: #000;
}

.homepage #main article {
  overflow: hidden;
}

.block--visual {
  min-height: 400px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.segment_1_over-ons .row-block.bg-white {
  position: relative;
  top: -110px;
}

.segment_1_cases #main .intro.block--visual {
  min-height: 690px;
}

.segment_1_klanten .masthead h1,
.segment_1_klanten .masthead h1 small {
  color: #000;
}

.segment_1_klanten .row-intro {
  position: relative;
  top: -110px;
  background: #e31e25;
  color: #fff;
  font-size: 18px;
  padding-top: 55px;
  padding-bottom: 40px;
  line-height: 26px;
}

.segment_1_klanten {
  background: #181f28;
}

.client,
.client .table {
  height: 200px;
  min-height: 200px;
}

.client {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.client figure {
  text-align: center;
}


.segment_1_klanten .clients {
  padding-bottom: 20px;
  position: relative;
  top: -60px;
}

.col-md-3 .client,
.col-md-3 .client .table {
  height: 150px;
  min-height: 150px;
}

.client {
  position: relative;
}

.client a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.client.client_bg a {
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.client.client_bg a:hover {
  background: rgba(0,0,0,.55);
}

.segment_1_ons-werk {
  margin-bottom: 0;
}


.segment_1_blog {
  margin-bottom: 0;
}


.segment_1_blog .masthead {
  background: #f5f5f5!important;
  height: auto;
}

.segment_1_blog .masthead h1 {
  color: #000;
}

.segment_1_blog .masthead .table {
  min-height: 240px;
}

.article {
  min-height: 490px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  padding: 20px;
}

#main .article h4 a {
  text-decoration: none;
}

.article time {
  font-family: 'gotham_htfbold';
  color: #8c8e93;
  display: block;
  margin-bottom: 15px;
}

.segment_1_blog .article figure,
.homepage .article figure {
  margin-left: -20px;
  margin-top: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
}

.article figure {
  margin-left: 0;
  margin-top: -20px;
  margin-right: 0;
  margin-bottom: 10px;
}

.article h4 {
  font-family: 'gotham_htfbold';
  font-size: 24px;
}

.blog-entry {
  padding: 40px;
  background: #fff;
  margin-bottom: 30px;
}

.blog-header {
  margin-bottom: 20px;
  border-bottom: 2px solid white;
}

#main .blog-header a {
  position: absolute;
  left: 15px;
  font-family: 'gotham_htfbold';
  text-decoration: none;
}

#main .blog-header a img {
  margin-right: 10px;
}

.blog_filter {
  margin-top: 30px;
}

.blog_filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
}

.blog_filter ul li {
  float: left;
  display: inline-block;
  margin-right: 1px;
}

.blog_filter .btn {
  background: #fff;
  border-radius: 0;
  color: #191f28;
  font-weight: 700;
  border: 1px solid #fff;
}

.blog-footer {
  border-top: 2px solid #191f28;
  margin-bottom: 30px;
}

#main .blog_filter .btn.active {
  background-color: #fff;
  border-color: #fff;
  color: #191f28;
}

.home-view_all .btn {
  border-radius: 0;
}

.home-view_all .btn:hover,
.blog_filter .btn:hover,
#main .blog_filter .btn.active,
#main .blog_filter .btn.init_active {
  color: #fff;
  background: #da002d!important;
  border-color: #da002d!important;
}

.blog-home {
  background-color: #f5f5f5;
  padding-top: 55px;
  padding-bottom: 55px;
}

.blog-home h3 {
  margin-bottom: 50px;
  font-size: 38px;
  font-family: 'gotham_htfbold';
}

.blog-entry-footer {
  margin-top: 60px;
}

.blog-entry-footer .img-circle {
  position: relative;
  margin-right: 15px;
}

.blog-entry-footer,
.blog-entry-footer .meta {
  font-size: 14px;
  line-height: 18px;
  font-family: 'gotham_htfbold';
}

.segment_2_wondprotocol h2,
.segment_2_wondprotocol h3,
.segment_2_wondprotocol h4 {
  color: #006a84;
}

.segment_2_wondprotocol #main .bg-accent {
  background: #edf9fa;
}

.segment_2_wondprotocol #main .bg-dark {
  background: #6ec2cd;
  color: #fff;
}

.segment_2_wondprotocol #main .bg-darker {
  background: #006a84;
  color: #fff;
  padding-bottom: 130px;
}

.segment_2_wondprotocol #main .bg-darker h1,
.segment_2_wondprotocol #main .bg-darker h2,
.segment_2_wondprotocol #main .bg-darker h3,
.segment_2_wondprotocol #main .bg-darker h4 {
  color: #fff;
}

.segment_2_wondprotocol #main .spec-set-section {
  padding-top: 0;
}

.segment_1_blog h1 {
  font-family: 'gotham_htfbold';
  font-size: 50px;
  line-height: 54px;
}

.segment_1_blog .blog-entry img {
  max-width: 100%;
  height: auto!important;
}

.label.label-danger {
  border-radius: 0;
}

.blog-detail-heading .meta.font--bold {
  position: relative;
  top: 1px;
  margin-left: 10px;
  font-size: 14px;
}

.blog-detail-heading .label {
  display: inline-block;
}

.videoHeader {
  position: absolute;
  bottom: 0;
  right: -60px;
  z-index: -9;
}

.project.work footer label,
.case.work footer,
.project.work footer {
  text-align: center!important;
}

.project.work footer label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #e31e25;
  font-size: 14px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  color: #fff;
}

.project_item.item_type_6:hover footer span.hidden {
  opacity: 1;
  color: #000;
  visibility: visible;
  display: inline-block!important;
}

.project_item.item_type_6:hover footer strong {
  display: none;
  opacity: 0;
}

.projects_show_all_btn,
#main .btn.projects_show_all_btn.active {
  border-radius: 0;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  color: #181f28;
  margin-bottom: 40px;
}

.client img {
  max-width: 230px;
}

.rexel-split-3 .img-responsive {
  display: inline-block;
}

.mh-rexel-op {
  left:-80px;
}

.mh-rexel-img {
  margin-top: -65px;
}

.spread-top-rex {
  top: -80px;position: relative;
}

.mol-data {
  position: relative;
  top: -80px;
}

.video-section {
  opacity: 0;
}

.video-section.active {
  opacity: 1;
}

#main .products {
  padding-bottom: 100px;
}

#main .products .product {
  text-decoration: none;
  margin-bottom: 30px;
}

#main .products .product a {
  text-decoration: none;
}

.products .product-description h5 {
  display: inline-block;
}

.products .product-description {
  padding-left: 20px;
  background: #fff;
  height: 50px;
  line-height: 50px;
}

.products .product-description .btn {
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  background: #24be00!important;
  color: #fff;
  font-weight: 500;
}

.merch section {
  color: #777777;
  padding-top: 40px;
  padding-bottom: 40px;
}

.merch section.intro {
  padding-bottom: 0;
}

.merch .modal {
  z-index: 9999;
}

.merch .modal-footer h5 {
  display: inline-block;
}

.merch .modal-footer,
.merch .modal-header {
  border-color: #f5f5f5;
}

.merch .modal-content {
  box-shadow: none;
  background-color: #f5f5f5;
  border-radius: 0;
  padding: 20px;
}

.modal-backdrop {
  background-color: #161f28;
}

.modal-backdrop.in {
  opacity: .8;
}

.merch .modal-content input.form-control,
.merch .modal-content textarea.form-control {
  border-color: #333;
  padding-left: 0;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow: none;
}

#main .btn-buy-finalize {
  border-radius: 0;
  padding-left: 35px;
  padding-right: 35px;
  color: #fff;
  background-color: #24be00;  
}

.merch .lead {
  padding-top: 150px;
}

.segment_1_merchandise {
  margin-bottom: 0;
}

.segment_1_merchandise .video-section {
  height: 663px;
}

.segment_1_merchandise #header .fader {
  opacity: 1!important;
}

.segment_1_merchandise #nav_main {
  display: none;
}

.merch .modal-footer {
  background-color: #fff;
  margin: 0 -20px -20px -20px;
  padding-top: 0;
  padding-bottom: 0;
  height: 61px;
  line-height: 61px;
}

.merch .modal-footer .btn {
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  margin-left: 15px;
  margin-right: -15px;
}

.merch .video-section small,
.merch .video-section h1 {
  color: #fff;
}

.merch .video-section small {
  margin-top: 10px;
  font-size: 34px;
  font-family: 'gotham_htfmedium';
}

.merch .video-section h1 {
  padding-top: 100px;
  font-size: 82px;
}

.merch .lead,
.merch section.intro {
  line-height: 36px;
  font-family: 'gotham_htfmedium';
  font-size: 24px;
}

.merch .lead h2,
.merch section.intro h2,
.modal-title {
  font-family: 'gotham_htfbold';
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.merch-label {
  position: relative;
  top: -120px;
  z-index: 99;
}

.merch .video-section .text-center {
  position: relative;
  z-index: 99;
}

.merch .modal .materialize-label {
  padding-top: 10px;
  display: block;
  position: relative;
}

.merch .modal .materialize-label label {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 14px;
  left: 0;
  font-size: 13px;
  transition: all 250ms;
}

.merch .modal .materialize-label label:hover {
  cursor: text;
}

.merch .modal .materialize-label label.on {
  opacity: .5;
  top: -10px;
  left: 0;
  font-size: 11px;
}

.merch .modal .materialize-label input {
  
}

.merch strong {
  font-family: 'gotham_htfbold';
}

.home-view_all .btn {
  color: #131215;
}

.merch .stapel {
  position: absolute;
  right: 0;
  left: 0;
  top: -120px;
}

.merch .preaccent {
  position: relative;
  padding-top: 200px;
}

article.article {
  transition: transform 250ms, box-shadow 250ms;
}

a article.article:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 20px rgba(0,0,0,.35);
}

#main .article-mixes a:hover {
  color: #131215;
}

.static-entry {
  padding-bottom: 30px;
}

.segment_1_privacystatement-en-cookiebeleid .masthead {
  height: 290px;
}


.segment_1_privacystatement-en-cookiebeleid h5 {
  font-family: 'gotham_htfbold';
  margin-top: 35px;
}

.segment_1_privacystatement-en-cookiebeleid .masthead {
  display: none;
}

.cookies .btn {
  text-decoration: none;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: #44CC00;
  color: #fff;
}

.cookies {
  transition: opacity .25s ease;
  border-top: 1px solid rgba(0,0,0,.1);
  opacity: 0;
  font-size: 14px;
  line-height: 22px;
  z-index: 99999;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 25px;
  overflow: hidden;
  color: #181F28;        
  background-color: #F5F5F5;
}

.cookies.in {
  opacity: 1;
}

.cookies h3 {
  margin-bottom: 15px;
  color: #E31E25;
  font-size: 30px;
}

.cookies .cookies--half:first-child {
  padding-bottom: 0;
}

.cookies .cookies--half {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  max-width: 570px;
  margin: 0 auto;
}

.cookies a {
  text-decoration: underline;
  color: #181F28;
}

.mailing {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  z-index: 99999;
}
.mailing-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #181F28;
  width: 640px;
  margin: 0 auto;
  padding: 40px;
  padding-bottom: 0;
  background: #F5F5F5;
  font-size: 12px;
  line-height: 20px;
}
.mailing-inner img {
  margin-right: 20px;
  margin-left: 40px;
  float: right;
}
.mailing-inner h3 {
  color: #E31E25;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}
.mailing-inner a {
  text-decoration: underline;
}
.mailing-inner .close {
  text-decoration: none;
  font-family: 'gotham_htflight';
  font-size: 40px;
  color: #B3B3B3;
  opacity: 1;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  right: 20px;
}
@media (max-width: 992px) {

  #footer-logo {
    float: left !important;
    margin: 30px 15px;
  }

  #subForm button[type="submit"],
  #subForm input {
    width: 100%!important;
  }
  #subForm label[for="cm-privacy-consent"] {
    width: 180px!important;
  }
  #subForm input[type="checkbox"] {
    width: auto!important;
  }
  .mailing-inner {
    max-width: calc(100vw - 30px);
    width: calc(100vw - 30px);
    padding-bottom: 40px;
  }
}
#subForm {
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}
#subForm label[for="cm-privacy-consent"] {
  display: inline-block;
  line-height: 16px;
}
#subForm label,
#subForm br {
  font-weight: normal;
  display: none;
}
#subForm p {
  margin-bottom: 0;
}
#subForm input {
  margin-bottom: 15px;
  border: 1px solid #707070;
  padding: 10px 14px;
}
#subForm button[type="submit"] {
  background: #44CC00;
  border-radius: 4px;
  border: 0;
  padding: 10px 20px;
  color: #fff;
}
#subForm > div {
  margin-bottom: 15px;
  display: inline-block;
}
#subForm label[for="cm-privacy-consent"],
#subForm button[type="submit"],
#subForm input {
  width: 240px;
}
#subForm input[type="checkbox"] {
  float: left;
  width: auto;
}

.carousel-inner>.item-embed iframe {
  background: #000;
}

.projectTextImageBlock {
  padding-top: 30px;
}

.projectTextImageBlock--wrap {
  margin-bottom: 30px;
}

.projectTextImageBlock--body {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 30px;
}

.projectTextImageBlock--body h2,
.projectTextImageBlock--body h3,
.projectTextImageBlock--body h4,
.projectTextImageBlock--body h5,
.projectTextImageBlock--body h6 {
  font-size: 30px;
  margin-bottom: 15px;
}

.projectTextImageBlock--image {
  justify-content: center;
  display: flex;
  align-items: baseline;
}

.projectgalleryvideo {
  position: relative;
  padding-top: 56.25%;
}

.projectgalleryvideo iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    border: 0;
}

.text-row {
  font-family: 'gotham_htfmedium';
  text-align: left;
  padding: 60px 0px;
  margin: 0px;
}
.text-row .container > div {
  max-width: 50%;
  width: 50%;
  padding-right: 15px;
  position: relative;
}
.text-row .container{
  display: flex;
}
.text-row .container > div:nth-child(2){
  display: flex;
  flex-direction: column;
}

.cta-button *:not(.text-white *, .text-white), .cta-button span:not(.text-white *) {
  color: #F22965;
  stroke: #F22965;
  fill: #F22965;
}
.cta-button *:hover{
  color: #F22965 !important;
  stroke: #F22965;
  fill: #F22965;
}
.cta-button a {
  border-radius: 35px;
  overflow: hidden;
}
.cta-button * {
  font-size: 17px !important;
}

.text-row a:hover, .cta-button a:hover{
  color: inherit;
}
a:hover{
  text-decoration: none;
  color: inherit;
}

.blog-item {
  color: var(--text-color);
}
.blog-item article, .highlight-row article {
  background: rgba(242,242,242,0.3);
}
.blog-item article img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.highlight-row article img {
  aspect-ratio: 282 / 137;
  object-fit: cover;
  width: 100%;
}
figure {
  overflow: hidden;
}

.work.intro {
  margin-top: -165px;
}

.work.intro, .work.work.outro {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: auto;
  aspect-ratio: 16 / 8;
  padding-top: 165px;
  margin-bottom: 60px;
}

.work.intro img, .work.outro img {
  filter: brightness(0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h5, h6 {
  text-transform: unset;
  font-family: Montserrat;
  font-weight: 700;
}

p, strong, a, time, span, *:not(.fa) {
  font-family: Montserrat !important;
}

html:has(.segment_1_cases.segment_2 ) #header, html:has(.segment_1_projects.segment_2 ) #header  {
  background: linear-gradient(270deg, rgba(44,19,212,1) 9%, rgba(109,27,182,1) 26%, rgba(253,29,60,1) 69%, rgba(255,27,27,1) 100%) !important;
}


html:has(.segment_1_cases.segment_2 ) .footer, html:has(.segment_1_projects.segment_2 ) .footer {
  background: linear-gradient(270deg, rgba(44,19,212,1) 9%, rgba(109,27,182,1) 26%, rgba(253,29,60,1) 69%, rgba(255,27,27,1) 100%) !important;
}

.blog-entry h1,.blog-entry h2,.blog-entry h3,.blog-entry h4,.blog-entry h5,.blog-entry h6{
  color: black;
}

.segment_1_contact .col-md-5 p, .segment_1_contact .col-md-5 a {
  color: white;
}


p:not(html:has(.segment_1_cases.segment_2) p, .article p) {
  font-size: 22px;
  line-height: 28px;
}
.blog-entry p, .article p:not(html:has(.segment_1_cases.segment_2) p), .what-we-do p, .segment_1_privacystatement-en-cookiebeleid p {
  font-size: 17px !important;
  line-height: 23px;
}

#page-10 > section > div > div > div > div.col-xs-12.flex.gap-4.pt-4 * {
  font-size: 15px !important;
}

.segment_1_privacystatement-en-cookiebeleid * {
  color: var(--text-color);
}

.mobile_nav_active #nav_main.small {
  background: rgba(255,27,27,1);
  margin-right: -15px;
  margin-left: -15px;
  float: right;
  clear: both;
  position: relative;
  z-index: 999;
  box-shadow: 0 5px 5px rgba(0,0,0,.25);
  top: -30px;
}
#nav_main.small:not(.mobile_nav_active *) {
  display: none;
}

#nav_main.small li {
  margin-left: 0;
  line-height: 54px;
  height: 54px;
  display: block;
  width: 100%;
  border-top: 0.5px solid white;
  float: none;
}

#nav_main.small li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

.article h6 {
  line-height: 24px;
}

h1 span {
  line-height: 1.2;
}