/*!
Theme Name: wearetrue
Theme URI: http://wearetrue.nl/
Author: True Communications
Author URI: https://wearetrue.nl/
Description: TRUE Communications
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'avenir-light';
  src: url("fonts/avenir-light.woff2") format("woff2"), url("fonts/avenir-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenir-light-italic';
  src: url("fonts/avenir-light-italic.woff2") format("woff2"), url("fonts/avenir-light-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenir-medium';
  src: url("fonts/avenir-medium.woff2") format("woff2"), url("fonts/avenir-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenir-medium-italic';
  src: url("fonts/avenir-medium-italic.woff2") format("woff2"), url("fonts/avenir-medium-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenir-book';
  src: url("fonts/avenir-book.woff2") format("woff2"), url("fonts/avenir-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenir-black';
  src: url("fonts/avenir-black.woff2") format("woff2"), url("fonts/avenir-black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* blue */
/* grey - dark */
/* grey - light */
/* green */
/* blue */
/* grey - dark */
/* white */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "avenir-medium", sans-serif;
  font-size: 16px;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body.no-scroll {
  height: 100vh;
  overflow: hidden;
}
body.post-type-archive-werk {
  padding-top: 70px;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::-moz-selection {
  background: #6ca8b9;
  color: #fff;
}

::selection {
  background: #6ca8b9;
  color: #fff;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

b, strong {
  font-weight: bold;
  font-family: "avenir-book", sans-serif;
}

hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #7f7f7f;
  margin: 30px 0 42px;
}

sup {
  position: relative;
  top: -0.5em;
  vertical-align: top;
  font-size: 0.6em;
}

::-ms-clear {
  display: none;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 110%;
  margin: 0;
  color: #262326;
  font-family: "avenir-black", sans-serif;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white {
  color: #fff;
}
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue {
  color: #6ca8b9;
}
h1.upp,
h2.upp,
h3.upp,
h4.upp,
h5.upp {
  text-transform: uppercase;
}

h1,
h2.large {
  font-size: 40px;
  font-size: 2.5rem;
  padding: 0 0 20px;
}
@media (min-width: 48em) {
  h1,
  h2.large {
    font-size: 45px;
    font-size: 2.8125rem;
    padding: 0 0 22px;
  }
}
@media (min-width: 60em) {
  h1,
  h2.large {
    font-size: 50px;
    font-size: 3.125rem;
    padding: 0 0 25px;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  padding: 0 0 15px;
}
@media (min-width: 48em) {
  h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    padding: 0 0 17px;
  }
}
@media (min-width: 60em) {
  h2 {
    font-size: 40px;
    font-size: 2.5rem;
    padding: 0 0 20px;
  }
}

h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  padding: 0 0 10px;
}
@media (min-width: 48em) {
  h3 {
    font-size: 27px;
    font-size: 1.6875rem;
    padding: 0 0 12px;
  }
}
@media (min-width: 60em) {
  h3 {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 0 0 15px;
  }
}

h4 {
  font-family: "avenir-light", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  padding: 0 0 8px;
}
@media (min-width: 48em) {
  h4 {
    font-size: 27px;
    font-size: 1.6875rem;
    padding: 0 0 10px;
  }
}
@media (min-width: 60em) {
  h4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h5 {
  font-family: "avenir-light", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 0 8px;
}
@media (min-width: 48em) {
  h5 {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0 0 10px;
  }
}
@media (min-width: 60em) {
  h5 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

p,
a,
td,
li,
span {
  font-family: "avenir-medium", sans-serif;
  color: #262326;
  font-size: 18px;
  font-size: 1.125rem;
}

p {
  margin-bottom: 22px;
  line-height: 175%;
}

a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  border: none;
  padding: 5px 14px;
  height: 52px;
  width: 100%;
  min-width: 40px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  margin-bottom: 16px;
  color: #262326;
  background: #fff;
}
input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-bottom: 1px solid #f00;
}

fieldset {
  position: relative;
}
fieldset label {
  height: 52px;
  line-height: 52px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 15px;
  color: #6ca8b9;
  font-size: 16px;
  font-size: 1rem;
  font-family: "avenir-medium-italic", sans-serif;
}
fieldset .wpcf7-form-control-wrap.focus + label, fieldset .wpcf7-form-control-wrap.filled + label {
  top: 5px;
  font-size: 10px !important;
  line-height: 100%;
  height: auto;
  font-family: "avenir-book", sans-serif;
}

span.wpcf7-not-valid-tip {
  display: none;
}

form .wpcf7-response-output {
  clear: both;
  margin: 30px 0 0 0;
  padding: 20px 20px 15px 20px;
  width: 100%;
  color: #444;
  line-height: 130%;
}
form .wpcf7-response-output.wpcf7-validation-errors {
  background: #ffc6c6;
  border: 1px solid #f99f9f;
}
form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #c7e4c7;
  border: 1px solid #a3c395;
}

form.wpcf7-form .form-col {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

form.wpcf7-form.sent .form-col {
  height: 0;
  opacity: 0;
}

textarea {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 19px 14px 14px;
  min-height: 188px;
  resize: vertical;
  line-height: 20px;
}

input[type="submit"] {
  border: 0;
}
input[type="submit"]:hover {
  cursor: pointer;
}

.readmore {
  display: inline-block;
  font-weight: bold;
}
.readmore.link {
  color: #6ca8b9;
  font-size: 16px;
  font-size: 1rem;
}
.readmore.link:hover {
  color: #262326;
}
.readmore.button {
  text-decoration: none;
  padding: 18px 20px 16px 26px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
.readmore.button::after {
  content: '';
  width: 9px;
  height: 16px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: text-top;
  background: url(images/arrow-right-white.svg) no-repeat;
  background-size: 9px 16px;
}
.readmore.button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.readmore.button.black {
  color: #262326;
  border-color: #262326;
}
.readmore.button.black::after {
  background-image: url(images/arrow-right-black.svg);
}
.readmore.button.black:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.readmore.button.grey {
  color: #6ca8b9;
  background: #f2f2f2;
  border: none;
}
.readmore.button.grey::after {
  background-image: url(images/arrow-right-blue.svg);
}
.readmore.button.grey:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

span.readmore.button {
  padding-right: 26px;
}
span.readmore.button::after {
  content: none;
}
span.readmore.button:hover {
  background: #f2f2f2 !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.wpcf7-form .wpcf7-list-item {
  display: block;
  margin: 4px 0;
}

div.wpcf7 .ajax-loader {
  margin-left: 25px;
  width: 38px;
  height: 38px;
  background-image: url(images/icon-loader.svg);
  background-repeat: no-repeat;
}

#screen-indicator {
  display: none !important;
  font-family: 'XS';
}
@media (min-width: 35em) {
  #screen-indicator {
    font-family: 'S';
  }
}
@media (min-width: 48em) {
  #screen-indicator {
    font-family: 'M';
  }
}
@media (min-width: 60em) {
  #screen-indicator {
    font-family: 'L';
  }
}
@media (min-width: 76em) {
  #screen-indicator {
    font-family: 'XL';
  }
}

@media (min-width: 35em) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: #262326;
}
header #logo-true {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header #logo-true #logo {
  margin: 15px 0 15px 20px;
}
@media (min-width: 48em) {
  header #logo-true #logo {
    margin-left: 25px;
  }
}
header #logo-true #payoff {
  display: none;
}
@media (min-width: 48em) {
  header #logo-true #payoff {
    display: block;
    margin-left: 25px;
    width: 197px;
    height: 70px;
  }
}
header a#nav-btn {
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "avenir-black", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
header a#nav-btn:after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 20px 0 10px;
  background: url(images/nav-btn.svg);
  background-size: 50px 50px;
}
@media (min-width: 48em) {
  header a#nav-btn:after {
    margin-right: 25px;
  }
}
@media (min-width: 60em) {
  header a#nav-btn {
    display: none;
  }
}
header a#nav-btn.clicked:after {
  background-image: url(images/nav-btn-x.svg);
}
header nav {
  position: absolute;
  top: 70px;
  bottom: 0;
  right: -100vw;
  width: 100%;
  height: 100vh;
  background: rgba(38, 35, 38, 0.95);
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media (min-width: 60em) {
  header nav {
    position: static;
    width: auto;
    height: auto;
    background: none;
    overflow-y: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: none 0.4s ease;
    transition: none 0.4s ease;
  }
}
header nav.open {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
header nav ul {
  display: block;
  margin: 100px 0 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 60em) {
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0;
    position: static;
  }
}
header nav ul a {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "avenir-light", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: lowercase;
  text-align: center;
  display: block;
  padding: 20px 25px;
  line-height: 100%;
}
@media (min-width: 48em) {
  header nav ul a {
    font-size: 48px;
    font-size: 3rem;
    padding: 27px 25px;
  }
}
@media (min-width: 60em) {
  header nav ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "avenir-medium", sans-serif;
    height: 100%;
    padding: 26px 20px;
    text-align: left;
  }
}
@media (min-width: 76em) {
  header nav ul a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
header nav ul li {
  display: block;
}
header nav ul li:hover a, header nav ul li.current-menu-item a, header nav ul li.current-page-ancestor a {
  color: #6ca8b9;
}
@media (min-width: 60em) {
  header nav ul li:hover a, header nav ul li.current-menu-item a, header nav ul li.current-page-ancestor a {
    color: #262326;
    background: #f2f2f2;
  }
}
header nav #diamond {
  position: absolute;
  z-index: 0;
  top: 80px;
  height: 110%;
  background: #262326;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
@media (min-width: 60em) {
  header nav #diamond {
    display: none;
  }
}

#header-img {
  height: 250px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 35em) {
  #header-img {
    height: 300px;
  }
}
@media (min-width: 48em) {
  #header-img {
    height: 400px;
  }
}
@media (min-width: 60em) {
  #header-img {
    height: 500px;
  }
}
#header-img.large {
  min-height: 450px;
  height: auto;
}
@media (min-width: 35em) {
  #header-img.large {
    min-height: 550px;
  }
}
@media (min-width: 48em) {
  #header-img.large {
    min-height: 650px;
  }
}
@media (min-width: 60em) {
  #header-img.large {
    min-height: 750px;
  }
}

footer {
  padding: 40px 0 35px;
  background: #262326;
}
@media (min-width: 48em) {
  footer {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}
@media (min-width: 60em) {
  footer {
    padding-bottom: 50px;
  }
}
footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .wrapper > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}
@media (min-width: 48em) {
  footer .wrapper > * {
    width: 33.33% !important;
  }
}
@media (min-width: 60em) {
  footer .wrapper > * {
    width: 25% !important;
  }
}
footer #footer-contact {
  text-align: center;
}
@media (min-width: 48em) {
  footer #footer-contact {
    text-align: left;
  }
}
footer #footer-contact h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 190%;
  font-family: "avenir-black", sans-serif;
  padding: 0 0 3px 0;
}
footer #footer-contact p,
footer #footer-contact a,
footer #footer-contact span {
  font-size: 16px;
  font-size: 1rem;
  font-family: "avenir-medium", sans-serif;
  color: #f2f2f2;
  line-height: 190%;
}
footer #footer-contact span {
  font-family: "avenir-black", sans-serif;
  display: inline-block;
  width: 1.1em;
}
footer #footer-contact p:last-child {
  margin-bottom: 0;
}
footer #footer-nav, footer #footer-links {
  width: 50%;
}
@media (max-width: 767px) {
  footer #footer-nav, footer #footer-links {
    margin: 35px 0;
    padding: 30px 0;
    border-top: 1px solid #383538;
    border-bottom: 1px solid #383538;
  }
}
footer #footer-nav a, footer #footer-links a {
  color: #7e7e7e;
  line-height: 120%;
  padding: 5px 0;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  footer #footer-nav {
    padding-right: 10px;
  }
}
@media (min-width: 48em) {
  footer #footer-nav {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  footer #footer-links {
    padding-left: 10px;
  }
}
@media (min-width: 48em) {
  footer #footer-links {
    padding-right: 20px;
  }
}
footer #footer-social {
  text-align: center;
}
@media (min-width: 48em) {
  footer #footer-social {
    width: 100% !important;
    margin-top: 62px;
    padding-top: 40px;
    border-top: 1px solid #383538;
  }
}
@media (min-width: 60em) {
  footer #footer-social {
    width: 25% !important;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
footer #footer-social > img {
  display: block;
  margin: 7px auto 25px;
}
footer #footer-social a {
  margin: 0 4px;
  display: inline-block;
}
@media (min-width: 60em) {
  footer #footer-social a:first-of-type {
    margin-left: 0;
  }
}
@media (min-width: 60em) {
  footer #footer-social a:last-child {
    margin-right: 0;
  }
}
footer #footer-social a img {
  display: inline-block;
}
footer a:hover {
  color: #fff !important;
}

#pageMaster {
  padding-top: 70px;
}
#pageMaster.archive-werk {
  padding-top: 0;
}

.wrapper {
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wrapper.large {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}

.img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  max-height: 216px;
  overflow: hidden;
}
@media (min-width: 35em) {
  .img-wrap {
    max-height: 315px;
  }
}
@media (min-width: 48em) {
  .img-wrap {
    max-height: 414px;
  }
}
@media (min-width: 60em) {
  .img-wrap {
    max-height: 700px;
  }
}
.img-wrap img,
.img-wrap picture {
  min-width: 100%;
  min-height: 100%;
  display: block;
}

#breadcrumb {
  background: #f2f2f2;
  padding: 0 20px;
}
@media (min-width: 48em) {
  #breadcrumb {
    padding: 0 24px;
  }
}
#breadcrumb a {
  text-decoration: none;
  color: #6ca8b9;
  padding: 1px 0 0 25px;
  line-height: 70px;
  font-family: "avenir-medium-italic", sans-serif;
  background: url(images/arrow-left-blue-small.svg) no-repeat left center;
}

ul.list {
  padding: 10px 0 5px 0;
}
ul.list li {
  padding: 12px 0 12px 50px;
  background: url(images/icon-heart-black.svg) no-repeat left center;
  background-size: 30px 30px;
}
ul.list.blue li {
  color: #6ca8b9;
  background-image: url(images/icon-heart-blue.svg);
}
ul.list.small li {
  padding-left: 28px;
  background-image: url(images/icon-diamant-blue.svg);
  background-size: 13px;
  background-position-y: 15px;
}

#relevantMaster a {
  margin-bottom: 10px;
}

.templ-home #header-vid-img-master {
  position: relative;
}
.templ-home #header-vid-img-master #header-grid {
  width: 100%;
  min-height: calc(100vh - 70px);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
html.no-flexboxlegacy .templ-home #header-vid-img-master #header-grid {
  height: 100vh;
}
@media (min-width: 48em) {
  .templ-home #header-vid-img-master #header-grid {
    min-height: 100vh;
  }
}
.templ-home #header-vid-img-master #header-grid .flex-top, .templ-home #header-vid-img-master #header-grid .flex-bottom {
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 48em) {
  .templ-home #header-vid-img-master #header-grid .flex-bottom {
    padding-top: 70px;
    margin-bottom: -2px;
  }
}
.templ-home #header-vid-img-master #header-grid .flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.templ-home #header-vid-img-master #header-grid .flex-middle-left, .templ-home #header-vid-img-master #header-grid .flex-middle-right {
  background: rgba(255, 255, 255, 0.9);
  width: 20px;
}
@media (min-width: 48em) {
  .templ-home #header-vid-img-master #header-grid .flex-middle-left, .templ-home #header-vid-img-master #header-grid .flex-middle-right {
    width: 30px;
  }
}
@media (min-width: 60em) {
  .templ-home #header-vid-img-master #header-grid .flex-middle-left, .templ-home #header-vid-img-master #header-grid .flex-middle-right {
    width: 100%;
  }
}
.templ-home #header-vid-img-master #header-grid .flex-middle-center {
  width: 100%;
  height: 350px;
  max-width: 1040px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .templ-home #header-vid-img-master #header-grid .flex-middle-center {
    height: 300px;
  }
}
@media (min-width: 60em) {
  .templ-home #header-vid-img-master #header-grid .flex-middle-center {
    min-width: 900px;
  }
}
@media (min-width: 76em) {
  .templ-home #header-vid-img-master #header-grid .flex-middle-center {
    min-width: 1040px;
  }
}
.templ-home #header-vid-img-master #header-grid .flex-middle-center svg {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin: -1px 0 0 -1px;
}
.templ-home #header-vid-img-master #header-grid .flex-middle-center svg text {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "avenir-black", sans-serif;
}
@media (min-width: 35em) {
  .templ-home #header-vid-img-master #header-grid .flex-middle-center svg text {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (min-width: 48em) {
  .templ-home #header-vid-img-master #header-grid .flex-middle-center svg text {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (min-width: 60em) {
  .templ-home #header-vid-img-master #header-grid .flex-middle-center svg text {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (min-width: 76em) {
  .templ-home #header-vid-img-master #header-grid .flex-middle-center svg text {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media (min-width: 48em) {
  .templ-home #header-vid-img-master #header-grid .flex-middle-center svg text.mob {
    display: none;
  }
}
.templ-home #header-vid-img-master #header-grid .flex-middle-center svg text.desk {
  display: none;
}
@media (min-width: 48em) {
  .templ-home #header-vid-img-master #header-grid .flex-middle-center svg text.desk {
    display: block;
  }
}
.templ-home #header-vid-img-master #header-grid .flex-middle-center svg #alpha {
  fill: rgba(255, 255, 255, 0.9);
}
.templ-home #header-vid-img-master #header-grid .flex-middle-center svg #base {
  fill: white;
  -webkit-mask: url(#mask);
          mask: url(#mask);
}
.templ-home #header-vid-img-master #header-grid .flex-middle-center#button {
  background: rgba(255, 255, 255, 0.9);
  height: auto;
}
.templ-home #header-vid-img-master #header-grid .flex-middle-center#button a {
  color: #000;
  border: none;
  background: #fff;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .templ-home #header-vid-img-master #header-grid .flex-middle-center#button a {
    margin-bottom: 50px;
  }
}
.templ-home #header-vid-img-master #header-grid .flex-middle-center#button a::after {
  background-image: url(images/arrow-right-blue.svg);
}
.templ-home #header-vid-img-master #header-video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100vh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .templ-home #header-vid-img-master #header-video {
    display: none;
  }
}
.templ-home #header-vid-img-master #header-img {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  min-height: calc(100vh - 70px);
  height: 100%;
}
@media (min-width: 48em) {
  .templ-home #header-vid-img-master #header-img {
    display: none;
  }
}
@media (min-width: 48em) {
  .templ-home #werkwijze-blocks {
    margin-bottom: -50px;
  }
}
@media (min-width: 60em) {
  .templ-home #werkwijze-blocks {
    margin-bottom: -70px;
  }
}
.templ-home #grey-block {
  padding: 50px 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 35em) {
  .templ-home #grey-block {
    padding: 75px 0;
  }
}
@media (min-width: 48em) {
  .templ-home #grey-block {
    padding: 125px 0;
  }
}
@media (min-width: 60em) {
  .templ-home #grey-block {
    padding: 150px 0;
  }
}
@media (min-width: 48em) {
  .templ-home #grey-block .wrapper {
    max-width: 600px;
  }
}
.templ-home #grey-block p {
  font-family: "avenir-book", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 48em) {
  .templ-home #grey-block p {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media (min-width: 60em) {
  .templ-home #grey-block p {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media (min-width: 48em) {
  .templ-home #casesMaster {
    margin-top: -50px;
  }
}
@media (min-width: 60em) {
  .templ-home #casesMaster {
    margin-top: -70px;
  }
}
.templ-home #casesMaster #moreThan3Master {
  padding-top: 0;
}
@media (min-width: 48em) {
  .templ-home #casesMaster #moreThan3Master > .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#casesMaster #buttonWrap {
  text-align: center;
  margin: 20px 0 50px;
}
@media (min-width: 48em) {
  #casesMaster #buttonWrap {
    margin: 30px 0 60px;
  }
}
@media (min-width: 60em) {
  #casesMaster #buttonWrap {
    margin-bottom: 0;
  }
}

/*  C A S E   A R C H I V E  */
#casesNav {
  position: fixed;
  top: 50vh;
  right: 30px;
  z-index: 100;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 959px) {
  #casesNav {
    display: none;
  }
}
#casesNav a {
  display: block;
  width: 10px;
  height: 10px;
  background: #ddd;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#casesNav a.large {
  width: 35px;
  margin: 0 0 5px 5px;
}
#casesNav a.large.nav-active {
  width: 50px;
}
#casesNav a.small {
  float: left;
}
#casesNav a.small:nth-child(even) {
  clear: both;
  margin: 0 5px 5px 10px;
}
#casesNav a.nav-active, #casesNav a:hover {
  background: #6ca8b9;
}

#casesMaster .case {
  width: 100%;
  height: calc(100vh - 70px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
#casesMaster .case::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
#casesMaster .case .wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 60em) {
  #casesMaster .case .wrapper {
    margin-bottom: 60px;
  }
}
#casesMaster .case h2.large,
#casesMaster .case h3 {
  display: inline-block;
  padding: 15px 0 40px;
  margin: 0 auto 45px 0;
  background: url(images/graphic-line.svg) no-repeat left bottom;
}
#casesMaster .case p {
  color: #fff;
  margin: 0;
}
#casesMaster .case p.cat {
  text-transform: lowercase;
}
#casesMaster .case p.cat span {
  color: #6ca8b9;
  vertical-align: sub;
  font-size: 24px;
  font-size: 1.5rem;
}
#casesMaster .case .readmore.button {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#casesMaster .case .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
#casesMaster .case .logo-wrap {
  margin-right: 70px;
  max-height: 100px;
  max-width: 200px;
}
@media (max-width: 767px) {
  #casesMaster .case .logo-wrap {
    margin-bottom: 30px;
  }
}
#casesMaster .case .logo-wrap img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

#moreThan3Master {
  padding: 4px 0;
}
@media (min-width: 60em) {
  #moreThan3Master {
    padding: 70px 0;
  }
}
@media (max-width: 959px) {
  #moreThan3Master > .wrapper {
    padding: 0;
  }
}
@media (min-width: 35em) {
  #moreThan3Master .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#moreThan3Master .case {
  height: 100vw;
  width: 100%;
  display: block;
  text-decoration: none;
  overflow: hidden;
  outline: 0;
}
@media (min-width: 35em) {
  #moreThan3Master .case {
    -webkit-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 50%;
    height: 50vw;
  }
}
@media (min-width: 60em) {
  #moreThan3Master .case {
    height: 500px;
  }
}
#moreThan3Master .case:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#moreThan3Master .case .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#moreThan3Master .case .block {
  height: 100%;
  padding: 20px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 60em) {
  #moreThan3Master .case .block {
    padding: 50px;
  }
}
#moreThan3Master .case h3 {
  padding: 2px 0 33px;
}
#moreThan3Master .case p.cat {
  margin-top: auto;
}
#moreThan3Master .case p.name {
  font-family: "avenir-light", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 48em) {
  #moreThan3Master .case p.name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/*  C A S E   D E T A I L  */
.single-werk {
  /*  I N T R O  */
  /*  B R A N D S C A N  /  B R A N D S T O R Y  /  B R A N D L O V E  */
  /*  B R A N D S C A N  */
  /*  B R A N D S T O R Y  */
  /*  B R A N D L O V E  */
  /*  R E S U L T A T E N  */
  /*  M E E R  W E T E N  */
}
.single-werk .menu-item-object-werk a {
  color: #6ca8b9;
}
@media (min-width: 60em) {
  .single-werk .menu-item-object-werk a {
    color: #262326;
    background: #f2f2f2;
  }
}
.single-werk #intro__title {
  padding-top: 45px;
  padding-bottom: 10px;
}
@media (min-width: 48em) {
  .single-werk #intro__title {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media (min-width: 60em) {
  .single-werk #intro__title {
    padding-top: 70px;
    padding-bottom: 32px;
  }
}
.single-werk #intro__title h1 {
  font-family: "avenir-light", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
}
@media (min-width: 48em) {
  .single-werk #intro__title h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (min-width: 60em) {
  .single-werk #intro__title h1 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
.single-werk #intro .img-wrap {
  max-height: 280px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .single-werk #intro .img-wrap {
    max-height: 500px;
  }
}
.single-werk #intro .img-wrap img,
.single-werk #intro .img-wrap picture {
  width: 100%;
  display: block;
}
.single-werk #intro__detail {
  margin-bottom: 35px;
}
@media (min-width: 48em) {
  .single-werk #intro__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
}
@media (min-width: 60em) {
  .single-werk #intro__detail {
    margin-bottom: 65px;
  }
}
.single-werk #intro__detail__info {
  margin: -30px 0 0 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 48em) {
  .single-werk #intro__detail__info {
    margin: -80px 20px 0 0;
    width: 50%;
  }
}
@media (min-width: 60em) {
  .single-werk #intro__detail__info {
    margin-top: -65px;
  }
}
.single-werk #intro__detail__info > div {
  padding: 28px 30px;
  background: #6ca8b9;
}
@media (min-width: 60em) {
  .single-werk #intro__detail__info > div {
    padding: 45px 50px;
  }
}
.single-werk #intro__detail__info > div#info-bottom {
  background: rgba(108, 168, 185, 0.7);
}
.single-werk #intro__detail__info > div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-werk #intro__detail__info span,
.single-werk #intro__detail__info li,
.single-werk #intro__detail__info a {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-family: "avenir-book", sans-serif;
  margin-bottom: 12px;
}
@media (min-width: 48em) {
  .single-werk #intro__detail__info span,
  .single-werk #intro__detail__info li,
  .single-werk #intro__detail__info a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.single-werk #intro__detail__info span {
  display: block;
  width: 57%;
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (min-width: 35em) {
  .single-werk #intro__detail__info span {
    width: 75%;
  }
}
@media (min-width: 48em) {
  .single-werk #intro__detail__info span {
    width: 60%;
  }
}
@media (min-width: 60em) {
  .single-werk #intro__detail__info span {
    width: 65%;
  }
}
.single-werk #intro__detail__info span:first-child {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-family: "avenir-medium", sans-serif;
  width: 43%;
}
@media (min-width: 35em) {
  .single-werk #intro__detail__info span:first-child {
    width: 25%;
  }
}
@media (min-width: 48em) {
  .single-werk #intro__detail__info span:first-child {
    width: 40%;
  }
}
@media (min-width: 60em) {
  .single-werk #intro__detail__info span:first-child {
    width: 35%;
  }
}
.single-werk #intro__detail__info #info-top div:last-child span,
.single-werk #intro__detail__info li:last-child {
  margin: 0;
}
.single-werk #intro__detail__txt {
  margin: 22px 0 0 0;
}
@media (min-width: 48em) {
  .single-werk #intro__detail__txt {
    width: 50%;
    margin: 37px 0 0 20px;
  }
}
.single-werk #intro__detail__txt p {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "avenir-book", sans-serif;
  line-height: 150%;
  margin: 0;
}
@media (min-width: 48em) {
  .single-werk #intro__detail__txt p {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 160%;
    text-indent: -14px;
  }
}
@media (min-width: 60em) {
  .single-werk #intro__detail__txt p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 170%;
    text-indent: -14px;
  }
}
.single-werk .brandstep {
  padding: 40px 0;
}
@media (min-width: 48em) {
  .single-werk .brandstep {
    padding: 50px 0;
  }
}
@media (min-width: 60em) {
  .single-werk .brandstep {
    padding: 70px 0;
  }
}
.single-werk .brandstep .step {
  padding: 5px 0 0 94px;
  min-height: 80px;
  background: url(images/icon-heart-black.svg) no-repeat left center;
  background-size: 80px 80px;
}
.single-werk .brandstep .step span {
  display: block;
  text-transform: uppercase;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 16px;
  font-size: 1rem;
}
.single-werk .brandstep .step span.active {
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 100%;
}
@media (min-width: 48em) {
  .single-werk .brandstep .titleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-werk .brandstep .titleWrap .title {
  color: #7f7f7f;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "avenir-light-italic", sans-serif;
  padding: 40px 0 35px;
  border-top: 1px solid #7f7f7f;
  margin: 22px 0 0 0;
}
@media (min-width: 48em) {
  .single-werk .brandstep .titleWrap .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0 0 0 28px;
    border: none;
    border-left: 1px solid #7f7f7f;
    margin: 0 0 0 28px;
    line-height: 140%;
  }
}
@media (min-width: 60em) {
  .single-werk .brandstep .titleWrap .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.single-werk .brandstep hr {
  display: none;
}
@media (min-width: 48em) {
  .single-werk .brandstep hr {
    display: block;
  }
}
.single-werk .brandstep .gallery {
  margin-top: 40px;
}
.single-werk .brandstep .gallery .img-wrap {
  margin: 0;
  width: 100%;
  height: 216px;
  max-height: none;
  margin-bottom: 10px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 35em) {
  .single-werk .brandstep .gallery .img-wrap {
    height: 315px;
  }
}
@media (min-width: 48em) {
  .single-werk .brandstep .gallery .img-wrap {
    height: 414px;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 60em) {
  .single-werk .brandstep .gallery .img-wrap {
    height: 700px;
  }
}
.single-werk .brandstep .gallery .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 48em) {
  .single-werk .brandstep .gallery .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-werk .brandstep .gallery .wrapper .small {
  width: 50%;
  height: 150px;
  margin-right: 5px !important;
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 35em) {
  .single-werk .brandstep .gallery .wrapper .small {
    height: 200px;
  }
}
@media (min-width: 48em) {
  .single-werk .brandstep .gallery .wrapper .small {
    height: 250px;
    margin-right: 10px !important;
  }
}
@media (min-width: 60em) {
  .single-werk .brandstep .gallery .wrapper .small {
    height: 300px;
  }
}
.single-werk .brandstep .gallery .wrapper .small:last-child {
  margin-right: 0 !important;
  margin-left: 5px !important;
}
@media (min-width: 48em) {
  .single-werk .brandstep .gallery .wrapper .small:last-child {
    margin-left: 10px !important;
  }
}
.single-werk .brandstep#brandstory .gallery .wrapper .small {
  margin-bottom: 0 !important;
}
.single-werk #brandscan {
  background: #262326;
}
.single-werk #brandscan .step {
  background-image: url(images/icon-heart-blue.svg);
}
.single-werk #brandscan .step span {
  color: #6ca8b9;
}
.single-werk #brandscan p {
  color: #979797;
  margin: 0;
}
.single-werk #brandscan__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 48em) {
  .single-werk #brandscan__content {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.single-werk #brandscan__content .img-wrap {
  max-height: 330px;
  margin-bottom: 25px;
}
@media (min-width: 48em) {
  .single-werk #brandscan__content .img-wrap {
    max-height: 400px;
    padding-left: 20px;
    margin: 7px 0 0 0;
  }
}
@media (min-width: 60em) {
  .single-werk #brandscan__content .img-wrap {
    max-height: 300px;
  }
}
.single-werk #brandscan__content .img-wrap img,
.single-werk #brandscan__content .img-wrap picture {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
}
@media (min-width: 48em) {
  .single-werk #brandscan__content div,
  .single-werk #brandscan__content p {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.single-werk #brandstory {
  padding-bottom: 0;
}
.single-werk #brandstory #st_img_1 {
  margin: 35px 0;
}
@media (min-width: 48em) {
  .single-werk #brandstory #st_img_1 {
    margin: 40px 0;
  }
}
@media (min-width: 60em) {
  .single-werk #brandstory #st_img_1 {
    margin: 45px 0;
  }
}
.single-werk #brandstory #st_gallery_4 {
  margin-top: 10px;
}
@media (min-width: 48em) {
  .single-werk #brandstory #st_gallery_4 {
    margin-top: 20px;
  }
}
.single-werk #brandlove {
  padding-bottom: 0;
}
.single-werk #resultaten {
  background: #262326;
  padding: 70px 0 30px;
}
@media (min-width: 35em) {
  .single-werk #resultaten {
    padding-top: 92px;
  }
}
@media (min-width: 48em) {
  .single-werk #resultaten {
    padding: 115px 0 40px;
  }
}
@media (min-width: 60em) {
  .single-werk #resultaten {
    padding: 135px 0 50px;
  }
}
.single-werk #resultaten p,
.single-werk #resultaten p a {
  color: #979797;
}
.single-werk #resultaten hr {
  margin: 20px 0;
}
@media (min-width: 48em) {
  .single-werk #resultaten hr {
    margin: 25px 0;
  }
}
@media (min-width: 60em) {
  .single-werk #resultaten hr {
    margin: 30px 0;
  }
}
.single-werk #meer-weten {
  background: #6ca8b9;
  padding: 65px 0;
}
@media (min-width: 48em) {
  .single-werk #meer-weten .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-werk #meer-weten #photo {
  width: 120px;
  height: 120px;
  margin: 0 50px 50px 26px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  overflow: hidden;
  border: 6px solid #fff;
}
@media (min-width: 48em) {
  .single-werk #meer-weten #photo {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.single-werk #meer-weten #photo div {
  width: 170px;
  height: 170px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-repeat: no-repeat;
  background-size: 170px auto;
  background-position: top center;
  margin: -30px 0 0 -30px;
}
.single-werk #meer-weten #txt-form p {
  color: #fff;
}
@media (min-width: 35em) {
  .single-werk #meer-weten #case-form .flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
@media (min-width: 35em) {
  .single-werk #meer-weten #case-form .flex-content > div:first-child {
    width: 40%;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 35em) {
  .single-werk #meer-weten #case-form .flex-content > div:last-child {
    width: 60%;
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 35em) {
  .single-werk #meer-weten #case-form .flex-content fieldset:last-child input,
  .single-werk #meer-weten #case-form .flex-content fieldset:last-child textarea {
    margin: 0;
  }
}
.single-werk #meer-weten #case-form #textarea textarea {
  display: block;
  margin: 0;
}
.single-werk #meer-weten #case-form #textarea #submitWrap {
  position: relative;
}
.single-werk #meer-weten #case-form #textarea #submitWrap .ajax-loader,
.single-werk #meer-weten #case-form #textarea #submitWrap input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: #6ca8b9;
}
.single-werk #meer-weten #case-form #textarea #submitWrap .ajax-loader.is-active {
  z-index: 2;
  background-position: center center;
}
.single-werk #meer-weten #case-form #textarea #submitWrap input[type="submit"] {
  text-indent: -99999px;
  width: 50px;
  height: 50px;
  padding: 0;
  background: url(images/arrow-right-white.svg) no-repeat center center #6ca8b9;
  background-size: 12px 22px;
}

/*  G E R E L A T E E R D   W E R K  */
#relatedCases {
  padding-top: 50px;
  padding-bottom: 50px;
}
#relatedCases .item {
  display: block;
  height: 200px;
  padding: 20px 20px 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
@media (min-width: 48em) {
  #relatedCases .item {
    height: 185px;
  }
}
@media (min-width: 60em) {
  #relatedCases .item {
    height: 170px;
  }
}
#relatedCases .item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#relatedCases .item:hover:after, #relatedCases .item.active:after {
  background: rgba(0, 0, 0, 0.5);
}
#relatedCases .item:hover span, #relatedCases .item.active span {
  opacity: 1;
  filter: alpha(opacity=100);
}
#relatedCases .item:hover span.arrow, #relatedCases .item.active span.arrow {
  margin-bottom: 0;
}
#relatedCases .item:last-child {
  margin: 0;
}
#relatedCases .item span {
  color: #fff;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#relatedCases .item span.title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "avenir-black", sans-serif;
  margin-bottom: 10px;
}
#relatedCases .item span.sub {
  margin-bottom: 15px;
}
#relatedCases .item span.arrow {
  width: 1px;
  height: 1px;
  border: 30px solid transparent;
  border-bottom: 30px solid #fff;
  border-top: none;
  margin: 0 auto -30px;
}
#relatedCases .bx-wrapper {
  margin: 0 auto;
}
#relatedCases .bx-controls {
  position: relative;
}
#relatedCases .bx-controls a {
  text-indent: -99999px;
  width: 46px;
  height: 46px;
  border: 2px solid #6ca8b9;
  border-radius: 100%;
  background: url(images/arrow-left-blue.svg) no-repeat center center;
  background-size: 12px 22px;
  display: block;
  position: absolute;
  top: -100px;
}
#relatedCases .bx-controls a.bx-prev {
  left: -65px;
}
#relatedCases .bx-controls a.bx-next {
  right: -65px;
  background-image: url(images/arrow-right-blue.svg);
}
#relatedCases .bx-controls a.disabled {
  opacity: 0.25;
  filter: alpha(opacity=25);
  cursor: default;
}

/* WERKWIJZE */
.templ-werkwijze #header-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.templ-werkwijze #werkwijze {
  padding-top: 35px;
  padding-bottom: 35px;
  width: 100%;
}
@media (min-width: 35em) {
  .templ-werkwijze #werkwijze {
    display: block;
  }
}
@media (min-width: 48em) {
  .templ-werkwijze #werkwijze {
    padding-top: 50px;
    padding-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 60em) {
  .templ-werkwijze #werkwijze {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.templ-werkwijze #werkwijze * {
  color: #fff;
  text-align: center;
}
.templ-werkwijze #werkwijze .item {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .templ-werkwijze #werkwijze .item {
    margin: 0;
  }
}
.templ-werkwijze #werkwijze .item p {
  margin-bottom: 0;
}
@media (min-width: 60em) {
  .templ-werkwijze #werkwijze .item p {
    padding: 0 50px;
  }
}
.templ-werkwijze #werkwijze .item .icon {
  padding-top: 70px;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  background: url(images/graphic-diamant1.svg) no-repeat center top;
  background-size: 55px 55px;
}
@media (min-width: 48em) {
  .templ-werkwijze #werkwijze .item .icon {
    margin-bottom: 20px;
    padding-top: 100px;
    background-size: 85px 85px;
  }
}
@media (min-width: 60em) {
  .templ-werkwijze #werkwijze .item .icon {
    width: auto;
    height: 300px;
    margin-bottom: 25px;
    padding: 0;
    background-size: contain;
  }
}
@media (min-width: 76em) {
  .templ-werkwijze #werkwijze .item .icon {
    height: 400px;
  }
}
.templ-werkwijze #werkwijze .item:nth-child(2) .icon {
  background-image: url(images/graphic-diamant2.svg);
}
.templ-werkwijze #werkwijze .item:nth-child(3) .icon {
  background-image: url(images/graphic-diamant3.svg);
}
.templ-werkwijze #werkwijze .item:last-child {
  margin-bottom: 0;
}

/* CTA BLOCKS */
#werkwijze-blocks {
  padding: 0;
}
@media (min-width: 48em) {
  #werkwijze-blocks {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -50px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 60em) {
  #werkwijze-blocks {
    margin-top: -70px;
    margin-bottom: 70px;
  }
}
#werkwijze-blocks * {
  color: #fff;
  text-align: center;
}
#werkwijze-blocks .item {
  padding: 40px 30px;
}
@media (min-width: 35em) {
  #werkwijze-blocks .item {
    width: 50%;
  }
}
@media (min-width: 48em) {
  #werkwijze-blocks .item {
    padding: 50px;
  }
}
@media (min-width: 60em) {
  #werkwijze-blocks .item {
    padding: 60px;
  }
}
#werkwijze-blocks .item:first-child {
  background: #6ca8b9;
}
#werkwijze-blocks .item:last-child {
  background: #00c989;
}

/* WERKWIJZE - SUB PAGE */
body.page-id-235 .werkwijze-sub {
  background: #6ca8b9;
}
body.page-id-238 .werkwijze-sub {
  background: #00c989;
}
.werkwijze-sub #header-txt {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.werkwijze-sub h1 {
  padding: 0;
}
@media (max-width: 767px) {
  .werkwijze-sub h1 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media (min-width: 35em) {
  .werkwijze-sub h1 {
    width: 75%;
    margin: 0 auto 0 0;
  }
}
.werkwijze-sub #contentblock {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  position: relative;
}
@media (min-width: 60em) {
  .werkwijze-sub #contentblock {
    padding: 100px 100px 75px 100px;
    margin-top: -60px;
    margin-bottom: 70px;
  }
}
.werkwijze-sub #contentblock #content {
  display: block;
}
@media (min-width: 48em) {
  .werkwijze-sub #contentblock #content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 48em) {
  .werkwijze-sub #contentblock #content > div {
    width: 50%;
    -webkit-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.werkwijze-sub #contentblock #content ul {
  padding-top: 0;
}
.werkwijze-sub #contentblock #content ul li {
  padding-top: 9px;
  padding-bottom: 9px;
  background-position-y: 13px;
}
@media (min-width: 48em) {
  .werkwijze-sub #contentblock #content .right {
    padding-left: 50px;
  }
}
.werkwijze-sub #contentblock #content .right img {
  width: 100%;
}
.werkwijze-sub #relevantMaster {
  margin: 30px 0 70px;
}
.werkwijze-sub #relevantMaster h5 {
  display: none;
}
@media (min-width: 48em) {
  .werkwijze-sub #relevantMaster ul li {
    display: inline-block;
    margin-right: 20px;
  }
}
.werkwijze-sub #relatedCasesWerkwijze {
  background: #f2f2f2;
}
@media (min-width: 60em) {
  .werkwijze-sub #relatedCasesWerkwijze {
    padding: 20px 0;
  }
}
.werkwijze-sub #relatedCasesWerkwijze .item span.arrow {
  border-bottom-color: #f2f2f2;
}
.werkwijze-sub #werkwijzeMeer {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 48em) {
  .werkwijze-sub #werkwijzeMeer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.werkwijze-sub #werkwijzeMeer * {
  text-align: center;
  color: #fff;
}
.werkwijze-sub #werkwijzeMeer .flex {
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.werkwijze-sub #werkwijzeMeer .flex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 167px;
  height: 110px;
  margin: 0 auto 30px;
  background: url(images/icon-contact-mail.svg) no-repeat center top;
  background-size: 80px;
}
@media (min-width: 35em) {
  .werkwijze-sub #werkwijzeMeer .flex a {
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .werkwijze-sub #werkwijzeMeer .flex a {
    margin: 0 20px;
    height: 210px;
    background-size: 167px;
  }
}
.werkwijze-sub #werkwijzeMeer .flex a#phone {
  background-image: url(images/icon-contact-phone.svg);
}
.werkwijze-sub #werkwijzeMeer .flex a#pin {
  background-image: url(images/icon-contact-pin.svg);
  margin-bottom: 0;
}

#team.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}
#team.wrapper .item {
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  padding: 25px 30px;
  border: 10px solid #fff;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (min-width: 35em) {
  #team.wrapper .item {
    width: 50%;
    height: 350px;
  }
}
@media (min-width: 48em) {
  #team.wrapper .item {
    width: 33.33%;
    height: 375px;
  }
}
@media (min-width: 76em) {
  #team.wrapper .item {
    width: 25%;
    height: 320px;
  }
}
#team.wrapper .item h3 {
  padding: 0 0 3px 0;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 60em) {
  #team.wrapper .item h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#team.wrapper .item span,
#team.wrapper .item a {
  font-family: "avenir-medium", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  display: block;
}
#team.wrapper .item a.li {
  width: 51px;
  height: 51px;
  margin-right: 13px;
  background: url(images/social-in-opac.svg) no-repeat;
  background-size: 51px 51px;
}
#team.wrapper .item a[href^='tel'] {
  text-decoration: none;
}
#team.wrapper .item .txt__hover {
  max-height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
#team.wrapper .item:hover .txt__hover {
  max-height: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 12px;
}

/* A R C H I V E */
.archive-blog {
  background: #f2f2f2;
  padding-bottom: 40px;
}
@media (min-width: 48em) {
  .archive-blog {
    padding-bottom: 60px;
  }
}
.archive-blog > .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}
.archive-blog .item {
  display: block;
  border: 10px solid #f2f2f2;
  text-decoration: none;
  background: #fff;
}
@media (min-width: 35em) {
  .archive-blog .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
  }
}
@media (min-width: 48em) {
  .archive-blog .item {
    width: 33.3333%;
  }
}
@media (min-width: 60em) {
  .archive-blog .item {
    width: 25%;
  }
  .archive-blog .item:nth-child(7n+1), .archive-blog .item:nth-child(7n+2), .archive-blog .item:nth-child(7n+3) {
    width: 33.3333%;
  }
}
.archive-blog .item:hover .txt {
  border-color: #262326;
}
.archive-blog .item .txt {
  border-top: 5px solid #6ca8b9;
  padding: 27px 35px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.archive-blog .item .txt p {
  font-size: 16px;
  font-size: 1rem;
  color: #6ca8b9;
  margin-bottom: 12px;
}
.archive-blog .item .txt h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "avenir-book", sans-serif;
  font-style: italic;
  color: #262326;
}
.archive-blog .item .img {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.archive-blog .item .img::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 35px;
  width: 20px;
  height: 22px;
  background: url(images/graphic-arrow.svg) no-repeat 0 0;
}

/* S I N G L E */
.single-blog .menu-item-object-blog a {
  color: #6ca8b9;
}
@media (min-width: 60em) {
  .single-blog .menu-item-object-blog a {
    color: #262326;
    background: #f2f2f2;
  }
}
.single-blog#pageMaster > .flex {
  display: block;
}
@media (min-width: 60em) {
  .single-blog#pageMaster > .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 60em) {
  .single-blog#pageMaster > .flex > div {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 60em) {
  .single-blog#pageMaster > .flex .content {
    width: 66%;
    padding-right: 60px;
  }
}
@media (min-width: 60em) {
  .single-blog#pageMaster > .flex .content-side {
    width: 33%;
  }
}
.single-blog #blogDate {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-blog #blogDate p {
  font-size: 16px;
  font-size: 1rem;
  color: #6ca8b9;
  margin-bottom: 7px;
}
.single-blog #blogDate h1 {
  padding: 0;
  font-family: "avenir-light", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 48em) {
  .single-blog #blogDate h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (min-width: 60em) {
  .single-blog #blogDate h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.single-blog #blogContent {
  padding-top: 60px;
  padding-bottom: 60px;
}
.single-blog #social-share {
  padding: 20px 10px;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (min-width: 48em) {
  .single-blog #social-share {
    padding: 40px 20px;
  }
}
.single-blog #social-share a {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 10px;
  background: url(images/social-fb.svg) no-repeat center center;
}
.single-blog #social-share a#li {
  background-image: url(images/social-in.svg);
}
.single-blog #social-share a#tw {
  background-image: url(images/social-tw.svg);
}
.single-blog #relevantMaster {
  margin: 30px 0;
}

@media (min-width: 60em) {
  #pageMaster.overons .img-wrap {
    max-height: 500px;
  }
}
#pageMaster.overons #intro {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #fff;
  position: relative;
}
@media (min-width: 48em) {
  #pageMaster.overons #intro {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (min-width: 60em) {
  #pageMaster.overons #intro {
    padding-top: 100px;
    padding-bottom: 90px;
    margin-top: -60px;
  }
}
#pageMaster.overons #intro p {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-family: "avenir-book", sans-serif;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  #pageMaster.overons #intro p {
    font-size: 23px;
    font-size: 1.4375rem;
    margin: 0 5%;
  }
}
@media (min-width: 60em) {
  #pageMaster.overons #intro p {
    font-size: 27px;
    font-size: 1.6875rem;
    margin: 0 14%;
  }
}
@media (min-width: 76em) {
  #pageMaster.overons #intro p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
#pageMaster.overons #kracht {
  padding: 40px 0 30px;
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 48em) {
  #pageMaster.overons #kracht {
    padding: 60px 0 50px;
  }
}
@media (min-width: 60em) {
  #pageMaster.overons #kracht {
    padding: 100px 0 120px;
  }
}
#pageMaster.overons #kracht__title p {
  color: #6ca8b9;
  margin-bottom: 60px;
}
@media (min-width: 48em) {
  #pageMaster.overons #kracht__title p {
    margin-bottom: 80px;
  }
}
@media (min-width: 60em) {
  #pageMaster.overons #kracht__title p {
    margin-bottom: 100px;
  }
}
#pageMaster.overons #kracht .kracht__itm {
  margin-bottom: 50px;
}
@media (min-width: 48em) {
  #pageMaster.overons #kracht .kracht__itm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 75px;
  }
}
#pageMaster.overons #kracht .kracht__itm span {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 100%;
  color: #00c989;
  font-family: "avenir-black", sans-serif;
  display: block;
}
@media (min-width: 48em) {
  #pageMaster.overons #kracht .kracht__itm span {
    font-size: 60px;
    font-size: 3.75rem;
    border-bottom: 1px solid #f3f3f3;
    padding-right: 50px;
    margin-right: 50px;
    line-height: 50%;
  }
}
@media (min-width: 60em) {
  #pageMaster.overons #kracht .kracht__itm span {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 40%;
  }
}
#pageMaster.overons #kracht .kracht__itm div {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #pageMaster.overons #kracht .kracht__itm div {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 25px;
  }
}
#pageMaster.overons #kracht .kracht__itm p {
  color: #9e9e9e;
}
#pageMaster.overons #kracht__block {
  background: #6ca8b9;
  padding: 30px;
  float: left;
}
@media (min-width: 48em) {
  #pageMaster.overons #kracht__block {
    margin-right: 32%;
    padding: 50px;
  }
}
#pageMaster.overons #kracht__block p {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  font-family: "avenir-book", sans-serif;
}
@media (min-width: 48em) {
  #pageMaster.overons #kracht__block p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#pageMaster.overons #clients-master {
  clear: both;
  padding: 60px 0 40px;
}
@media (min-width: 48em) {
  #pageMaster.overons #clients-master {
    padding: 80px 0 50px;
  }
}
@media (min-width: 60em) {
  #pageMaster.overons #clients-master {
    padding: 100px 0 60px;
  }
}
#pageMaster.overons #clients-master h4 {
  text-align: center;
}
#pageMaster.overons #clients-master .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#pageMaster.overons #clients-master .flex div {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 35em) {
  #pageMaster.overons #clients-master .flex div {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%;
    padding: 40px;
  }
}
@media (min-width: 48em) {
  #pageMaster.overons #clients-master .flex div {
    width: 33.3333%;
  }
}
@media (min-width: 60em) {
  #pageMaster.overons #clients-master .flex div {
    width: 25%;
    height: 250px;
  }
}
#pageMaster.overons #clients-master .flex div img {
  max-width: 100%;
  display: block;
}

/* MAPS */
.googleMaps {
  width: 100%;
  height: 300px;
  position: relative;
}
@media (min-width: 48em) {
  .googleMaps {
    height: 400px;
  }
}
@media (min-width: 60em) {
  .googleMaps {
    height: 550px;
  }
}
.googleMaps #map-canvas {
  height: 100%;
}

.contactPage {
  padding-bottom: 40px;
}
.contactPage .wrapper {
  padding-top: 60px;
  background: #fff;
  position: relative;
}
@media (min-width: 60em) {
  .contactPage .wrapper {
    padding: 100px 100px 20px 100px;
    margin-top: -60px;
  }
}
@media (min-width: 35em) {
  .contactPage .wrapper div {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%;
  }
}
.contactPage h5 {
  font-family: "avenir-black", sans-serif;
}
.contactPage p,
.contactPage a,
.contactPage span {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "avenir-book", sans-serif;
  line-height: 190%;
}
@media (min-width: 48em) {
  .contactPage p,
  .contactPage a,
  .contactPage span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 60em) {
  .contactPage p,
  .contactPage a,
  .contactPage span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.contactPage span {
  font-family: "avenir-black", sans-serif;
  display: inline-block;
  width: 1.1em;
}
.contactPage p {
  margin-bottom: 10px;
}
.contactPage p.phone * {
  color: #6ca8b9;
}
.contactPage p.kvk span {
  width: 2.6em;
}
.contactPage .content-side {
  margin-top: 30px;
}
@media (min-width: 35em) {
  .contactPage .content-side {
    margin: 0;
  }
}
.contactPage .content-side a {
  margin: 0 0 10px 0;
}
@media (min-width: 48em) {
  .contactPage .content-side a {
    margin-bottom: 20px;
  }
}

#headerPosWrap {
  background: url(images/header-merkpositionering.jpg) no-repeat center center;
  background-size: cover;
}
#headerPosWrap .wrapper {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 48em) {
  #headerPosWrap .wrapper {
    height: 350px;
  }
}
@media (min-width: 60em) {
  #headerPosWrap .wrapper {
    height: 400px;
  }
}

#posThemeWrap .clear {
  clear: both;
}
#posThemeWrap .contentWrap {
  padding: 70px 0 25px;
  position: relative;
}
#posThemeWrap .contentWrap p {
  text-align: left;
}
#posThemeWrap .block {
  text-align: center;
}
@media (min-width: 60em) {
  #posThemeWrap .block {
    width: 33%;
    float: left;
  }
}
#posThemeWrap .block.left .imgWrap {
  margin-bottom: 50px;
}
#posThemeWrap .block p {
  text-align: center;
}
@media (min-width: 60em) {
  #posThemeWrap .content {
    width: 62%;
    float: left;
    margin-left: 5%;
  }
}
#posThemeWrap .contentBlock-block:nth-child(odd) {
  background: #eaeaea;
}
#posThemeWrap .contentBlock-block-text {
  padding: 0 20px 20px;
}
@media (min-width: 48em) {
  #posThemeWrap .contentBlock-block-text {
    width: 800px;
    margin: 0 auto;
    padding: 20px 0;
  }
}
#posThemeWrap .contentBlock-block-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 60px 30px 30px;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  #posThemeWrap .contentBlock-block-image {
    padding: 250px 30px 60px;
  }
}
#posThemeWrap .contentBlock-block-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
#posThemeWrap .contentBlock-block-image h3 {
  position: relative;
}
#posThemeWrap .contentBlock-text {
  padding: 36px 0 1px;
}
#posThemeWrap .titleLine {
  display: inline-block;
}
#posThemeWrap ul.list {
  margin-bottom: 30px;
}
#posThemeWrap .imgWrap {
  position: relative;
  width: 271px;
  height: 176px;
  margin: 0 auto 110px;
  padding-top: 95px;
}
#posThemeWrap .imgWrap img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  max-width: 100%;
}
#posThemeWrap .imgWrap span {
  text-transform: uppercase;
  font-size: 38px;
  display: block;
  line-height: 115%;
}
#posThemeWrap .posCntr {
  padding-top: 40px;
  padding-bottom: 40px;
}
#posThemeWrap .posCntr .intro {
  padding: 0 20px;
}
@media (min-width: 60em) {
  #posThemeWrap .posCntr .intro {
    width: 800px;
    margin: 0 auto;
  }
}
#posThemeWrap .posCntr .intro * {
  text-align: center;
}
@media (min-width: 60em) {
  #posThemeWrap .posBlocks {
    margin: 50px auto 0;
  }
}
#posThemeWrap .posGrey {
  background: #f2f2f2;
  position: relative;
}
#posThemeWrap .posGrey .wrapper {
  position: relative;
}
#posThemeWrap .ctaForm {
  margin-top: 30px;
  padding: 30px;
  background: #6ca8b9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 60em) {
  #posThemeWrap .ctaForm {
    position: absolute;
    top: 310px;
    left: 30px;
    width: 33%;
    border: medium none;
  }
}
#posThemeWrap .ctaForm form p {
  margin-bottom: 0;
}
#posThemeWrap .ctaForm form input {
  margin-bottom: 4px;
  margin-right: 5px;
  height: 45px;
  color: #505050;
}
#posThemeWrap .ctaForm form input[type=submit] {
  width: auto;
  padding: 0 20px;
  background: #fff;
  color: #6ca8b9;
  line-height: 42px;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
#posThemeWrap .ctaForm form input[type=submit]:hover {
  background: #000;
  color: #FFF;
}
#posThemeWrap .fourBlocks div {
  width: 48%;
  float: left;
  margin-right: 4%;
  text-align: center;
}
@media (min-width: 60em) {
  #posThemeWrap .fourBlocks div {
    width: 23.5%;
    margin-right: 2%;
  }
}
#posThemeWrap .fourBlocks div:nth-child(2n+3) {
  clear: both;
}
@media (min-width: 60em) {
  #posThemeWrap .fourBlocks div:nth-child(2n+3) {
    clear: none;
  }
}
#posThemeWrap .fourBlocks div:nth-child(2n+2) {
  margin: 0;
}
@media (min-width: 60em) {
  #posThemeWrap .fourBlocks div:nth-child(2n+2) {
    margin-right: 2%;
  }
}
#posThemeWrap .fourBlocks div:last-child {
  margin: 0;
}
#posThemeWrap h6 {
  text-transform: uppercase;
  margin: 10px 0 20px;
}
#posThemeWrap #blueContactWrap {
  background: #6ca8b9;
  padding: 40px 0;
}
@media (min-width: 48em) {
  #posThemeWrap #blueContactWrap {
    padding: 50px 0;
  }
}
@media (min-width: 60em) {
  #posThemeWrap #blueContactWrap {
    padding: 60px 0 50px;
  }
}
@media (min-width: 60em) {
  #posThemeWrap #blueContactWrap .wrapper {
    width: 850px;
  }
}
#posThemeWrap #blueContactWrap * {
  color: #fff;
  text-align: center;
}
#posThemeWrap #blueContactWrap p {
  font-size: 18px;
}
#posThemeWrap #blueContactWrap a.btnBorder {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 25px 17px 25px;
  border: 1px solid #d9e0e8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#posThemeWrap #blueContactWrap a.btnBorder:hover {
  border-color: #fff;
}

/* CJM */
.page-template-landingspage-cjm #headerPosWrap {
  background-image: url(images/header-cjm.jpg);
}
.page-template-landingspage-cjm #headerPosWrap h3 {
  margin-bottom: 10px;
}
@media (min-width: 48em) {
  .page-template-landingspage-cjm #headerPosWrap h3 {
    margin-bottom: 20px;
  }
}
.page-template-landingspage-cjm .threeBlocks {
  margin: 30px 0 15px;
}
@media (min-width: 48em) {
  .page-template-landingspage-cjm .threeBlocks {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}
.page-template-landingspage-cjm .threeBlocks div {
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 33%;
  margin: 0 auto;
}
.page-template-landingspage-cjm .threeBlocks img {
  height: 70px;
  width: auto;
}
@media (min-width: 48em) {
  .page-template-landingspage-cjm .threeBlocks img {
    height: auto;
  }
}
.page-template-landingspage-cjm .contentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.page-template-landingspage-cjm .contentBlock-block {
  padding: 30px 30px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 48em) {
  .page-template-landingspage-cjm .contentBlock-block {
    padding: 40px 30px 30px 30px;
    width: 44%;
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.page-template-landingspage-cjm .contentBlock-block:nth-child(odd) {
  background: #fff;
}
.page-template-landingspage-cjm .contentBlock-block-image {
  background-image: none !important;
  padding: 0 !important;
}
.page-template-landingspage-cjm .contentBlock-block-image::before {
  content: none !important;
}
.page-template-landingspage-cjm .contentBlock-block-text {
  width: auto !important;
  padding: 0 !important;
}
@media (min-width: 48em) {
  .page-template-landingspage-cjm .contentBlock-block * {
    text-align: left;
  }
}
.page-template-landingspage-cjm .contentBlock-text {
  width: 100%;
  background: #eaeaea !important;
}
.page-template-landingspage-cjm .contentBlock-text * {
  text-align: left !important;
}
.page-template-landingspage-cjm #ctaWrap {
  position: relative;
}
@media (min-width: 48em) {
  .page-template-landingspage-cjm #ctaWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-template-landingspage-cjm #ctaWrap .content {
  padding: 30px;
  max-width: 490px;
}
@media (min-width: 48em) {
  .page-template-landingspage-cjm #ctaWrap .content {
    margin: 30px 0 0 0 !important;
  }
}
@media (min-width: 60em) {
  .page-template-landingspage-cjm #ctaWrap .content {
    max-width: none;
  }
}
.page-template-landingspage-cjm #ctaWrap .ctaForm {
  position: static;
  width: 100%;
  margin-bottom: 30px;
}
.page-template-landingspage-cjm #ctaWrap .ctaForm p {
  text-align: left !important;
}
.page-template-landingspage-cjm #ctaWrap .block.left {
  text-align: left;
}
@media (min-width: 48em) {
  .page-template-landingspage-cjm #ctaWrap .block.left {
    width: 48% !important;
  }
}
.page-template-landingspage-cjm .posGrey .contentBlock-block {
  background: none !important;
}

/*# sourceMappingURL=style.css.map */