/* Crystal stone */
/* Effra font */
@import url("https://use.typekit.net/nlk1ahc.css");
/* Breakpunten */
html, body {
  font-size: 18px;
  line-height: 1.75em;
  scroll-behavior: smooth;
}

@media (max-width: 1500px) {
  html, body {
    font-size: 17px;
  }
}

@media (max-width: 1000px) {
  html, body {
    font-size: 14px;
  }
}

body {
  font-family: effra, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #ffffff;
  padding-top: 5.5em;
}

h1 {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1em;
}

@media (max-width: 550px) {
  h1 {
    font-size: 1.75em;
  }
}

h2 {
  font-size: 2.1em;
  font-weight: bold;
  line-height: 1em;
}

h3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1em;
}

h4 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1em;
}

h5 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
}

p {
  font-weight: 300;
  line-height: 1.5em;
}

.site-main {
  min-height: 800px;
}

.primary-grid {
  max-width: 1360px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .primary-grid {
    margin: 0 5em;
  }
}

@media (max-width: 550px) {
  .primary-grid {
    margin: 0 2em;
  }
}

a.button {
  display: inline-block;
  border-radius: 2em;
  line-height: 2em;
  border: 2px solid #000;
  text-decoration: none;
  padding: 0.3em 1.5em 0.25em 1.5em;
  color: #000;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

a.button:hover {
  background: #000;
  color: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* Links */
a.arrow-link {
  padding-left: 1.5em;
  background: url("../img/losse-pijl-icon.svg") no-repeat left;
  background-size: 1em;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #000;
}

a.arrow-link:hover {
  padding-left: 2em;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* other_projects links */
span.other_projects {
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}

@media (max-width: 550px) {
  span.other_projects {
    margin-top: 2em;
  }
}

span.other_projects a {
  color: #000;
}

@media (max-width: 550px) {
  span.other_projects a {
    font-size: 1.25em;
  }
}

/* List UL in content */
.content ul {
  margin-left: 0.5em;
  list-style-type: none;
  padding-left: 1em;
}

.socials ul {
  margin: 0;
  padding: 0;
}

.socials ul li {
  display: inline-block;
  margin-right: 0.5em;
}

.socials ul li a {
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background: url("../img/ig-icon.svg") no-repeat;
  background-size: contain;
}

.socials ul li.fb a {
  background-image: url("../img/fb-icon.svg");
}

.project-item {
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}

.project-item .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8em 2em 1.5em 2em;
  font-size: 1.75em;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 88, 88, 0)), color-stop(92%, #000000));
  background-image: linear-gradient(-180deg, rgba(88, 88, 88, 0) 0%, #000000 92%);
  z-index: 2;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media (max-width: 550px) {
  .project-item .bottom {
    font-size: 1.25em;
  }
}

.project-item .photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.project-item .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.project-item a.project_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}

.project-item:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}

.project-item:hover .bottom {
  padding: 12em 1em 1.5em 1em;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* Filter */
.filter {
  margin: 0.5em 0 3em;
  font-size: 0.9em;
}

.filter a {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 3em;
  padding: 0.25em 1em;
  color: #000;
  text-decoration: none;
  margin: 0 0.5em 0 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media (max-width: 550px) {
  .filter a {
    margin-bottom: 0.5em;
  }
}

.filter a.active, .filter a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* Header */
.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding-bottom: 1em;
  z-index: 99;
  -webkit-box-shadow: 0 0 0 #00000014;
          box-shadow: 0 0 0 #00000014;
}

.header .logo {
  margin: 1em 0 0 1em;
}

.header .logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 200px;
  height: 65px;
  background: url("../img/logo.svg") no-repeat;
  background-size: contain;
  text-indent: -9999px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

@media (max-width: 550px) {
  .header .logo a {
    height: 46px;
    width: 150px;
  }
}

.header .menu {
  float: right;
  margin-top: 1em;
  font-size: 1em;
}

@media (max-width: 1000px) {
  .header .menu {
    display: none;
  }
}

.header .menu ul {
  margin: 0 1em 0 0;
}

.header .menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0 2em 0 0;
}

.header .menu ul li a {
  color: #000;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 1.1em;
}

.header .menu ul li.current-menu-item a {
  color: #797a2e;
}

.header .burger-holder {
  display: none;
  z-index: 99;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

@media (max-width: 1000px) {
  .header .burger-holder {
    display: block;
    position: absolute;
    right: 2em;
    top: 2em;
  }
}

.header.active {
  -webkit-box-shadow: 4px 2px 4px #00000014;
          box-shadow: 4px 2px 4px #00000014;
}

.header.active .logo a {
  height: 40px;
  width: 130px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.header.active .menu ul li {
  font-size: 1em;
}

.header.active .burger-holder {
  top: 1.75em;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.mobile-menu-holder {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none !important;
  background: #CBD8CF;
  -webkit-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
  z-index: 25;
  opacity: 1;
}

.mobile-menu-holder.active {
  pointer-events: all !important;
  top: 0;
  opacity: 1;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

.mobile-menu-holder ul#primary-menu {
  list-style: none;
  margin: 3em 0 0 0;
  padding: 0;
}

.mobile-menu-holder ul#primary-menu li {
  margin: 0 0 2em 0;
  text-align: center;
}

.mobile-menu-holder ul#primary-menu li a {
  text-decoration: none;
  font-size: 1.75em;
  font-weight: 500;
  color: #000;
  pointer-events: all;
}

/* Hero */
.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 4em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3em;
}

.hero .content {
  position: relative;
  z-index: 5;
  margin: 0 25% 3em;
  text-align: center;
  color: #fff;
}

.hero .content a.arrow-link {
  color: #fff;
  background-image: url("../img/losse-pijl-icon-white.svg");
}

.hero .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
}

.hero .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .hero .video video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .hero .video video {
    width: auto;
    height: 100%;
  }
}

@media (min-width: 1150px) {
  .hero .video video {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #50520dbd;
  z-index: 3;
}

.hero .arrow a {
  position: absolute;
  bottom: 1em;
  left: calc(50% - 0.5em);
  display: block;
  background: url("../img/down-arrow.svg") no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  z-index: 6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hero .arrow a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: 0.75em;
}

.usp-box {
  padding: 4em 2em;
  background: #fff;
}

.usp-box h2 {
  margin: 0 0 1em;
  text-align: center;
}

.usp-box .usp-block {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.usp-box .usp-block ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
}

@media (max-width: 1000px) {
  .usp-box .usp-block ul {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 550px) {
  .usp-box .usp-block ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
  }
}

.usp-box .usp-block ul li {
  text-align: left;
  padding: 1em 0 1em 2em;
  background: url("../img/losse-pijl-icon.svg") no-repeat left;
  background-size: 1.5em;
  margin: 0;
  font-size: 1.2em;
}

.usp-box .usp-block a.button {
  display: inline-block;
  margin: 1em 0 0;
}

/* Current projects */
.current-projects {
  position: relative;
  padding: 6em 0 5em;
  background: #ede3d5;
}

.current-projects .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3em;
}

@media (max-width: 550px) {
  .current-projects .container {
    grid-gap: 0;
  }
}

.current-projects a.button {
  display: table;
  margin: 4em auto 0;
}

/* Content tekst */
.content-tekst {
  background: #fff;
  padding: 0 0 5em;
}

@media (max-width: 550px) {
  .content-tekst {
    padding-bottom: 3em;
  }
}

.content-tekst:first-child {
  padding-top: 6em;
}

.content-tekst .primary-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
}

@media (max-width: 550px) {
  .content-tekst .primary-grid {
    padding-top: 3em;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.content-tekst .primary-grid .content {
  display: inherit;
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-tekst .primary-grid .content span.date {
  font-size: 0.8em;
}

.content-tekst .primary-grid .photo {
  padding: 0 0 0 5em;
}

@media (max-width: 550px) {
  .content-tekst .primary-grid .photo {
    padding: 0;
  }
}

.content-tekst .primary-grid .photo .description {
  font-weight: 300;
}

.content-tekst.rechts .photo {
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 0 5em 0 0;
}

@media (max-width: 550px) {
  .content-tekst.rechts .photo {
    padding: 0;
  }
}

/* meer kolommen */
.content-tekst.multi-col .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
}

@media (max-width: 550px) {
  .content-tekst.multi-col .content {
    padding-top: 3em;
  }
}

.content-tekst.multi-col .content .col {
  width: auto;
  padding: 0 3em 0 0;
}

.content-tekst.multi-col .content .col:last-child {
  padding: 0;
  margin-top: 4.6em;
}

.content-tekst .green-bg {
  background: #CBD8CF;
}

.content-tekst .pink-bg {
  background: #FFEFEF;
}

/* Updates */
.updates-container {
  background: #CBD8CF;
  padding: 6em 0 5em;
}

.updates-container h2 {
  text-align: center;
  font-size: 1.6em;
}

.updates-container .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 3em;
  margin-top: 3em;
}

@media (max-width: 550px) {
  .updates-container .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.updates-container .container .update-item h3 a {
  text-decoration: none;
  color: #000;
}

.updates-container .container .update-item .photo img {
  width: 100%;
  height: auto;
}

/* Sub header */
.sub-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.sub-header .content {
  position: relative;
  width: 100%;
  margin: 0 25%;
  padding: 7em 0 6em;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.sub-header .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sub-header .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Projecten overzicht */
.overzicht-projecten {
  margin: 3em 0 6em;
}

.overzicht-projecten .titel-box.previous {
  margin-top: 3em;
}

.overzicht-projecten .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
}

@media (max-width: 1000px) {
  .overzicht-projecten .container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .overzicht-projecten .container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

/* Full width photo */
.full-width-photo {
  background: #fff;
  padding: 3em 0;
}

.full-width-photo img {
  width: 100%;
  height: auto;
}

/* Related updates */
.related-updates {
  background: #fff;
  padding: 3em 0;
}

.related-updates h2 {
  text-align: center;
  font-size: 1.3em;
}

.related-updates h3 a {
  text-decoration: none;
  color: #000;
}

.related-updates .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3em;
  margin-top: 3em;
}

@media (max-width: 1000px) {
  .related-updates .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

/* experience */
.expertise-blok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expertise-blok .photo {
  width: 50%;
  position: relative;
  height: 50vh;
}

.expertise-blok .photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.expertise-blok .content {
  padding: 0 0 0 5em;
}

/* Contact informatie */
.contact-informatie {
  min-height: 50vh;
  background: #fff;
  padding-top: 6em;
}

.contact-informatie .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
}

/* Footer */
.footer {
  background: #fff;
  width: 100%;
  padding: 3em 0 6em;
}

@media (max-width: 550px) {
  .footer {
    padding: 3em 0;
  }
}

.page-template-default:not(.home) .footer {
  border-top: 1px solid #F2f2f2;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 550px) {
  .footer .container {
    display: block;
  }
}

.footer .container ul {
  padding: 0;
}

.footer .container ul li {
  list-style: none;
  margin: 0 1.5em 0 0;
  display: inline-block;
}

.footer .container ul li a {
  color: #000;
}

.inline-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.inline-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1000px) {
  .hero .content {
    margin: 0 10%;
  }
  .current-projects .project-item {
    width: 100%;
    margin: 0 0 2em;
  }
  .current-projects .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .content-tekst .content {
    width: 100%;
  }
  .content-tekst .photo {
    margin-top: 3em;
    width: 100%;
  }
  .updates-container .update-item {
    width: 100%;
    margin: 0 0 2em;
  }
  .updates-container .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sub-header .content {
    margin: 1em 15%;
  }
  .overzicht-projecten .project-item {
    width: 100%;
    margin: 0 0 2em;
  }
  .expertise-blok {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .expertise-blok .photo {
    width: 100%;
  }
  .expertise-blok .content {
    width: 100%;
    padding: 3em;
  }
  .overzicht-projecten.updates .update-item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 2em;
  }
  .content-tekst.multi-col .content .col {
    width: 100%;
  }
  .content-tekst.multi-col .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-tekst.multi-col .content .col:last-child {
    margin: 0;
  }
  .contact-informatie {
    min-height: auto;
    padding-top: 3em;
  }
  .related-updates .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .related-updates .project-item {
    width: 100%;
    margin: 0 0 2em;
  }
}
/*# sourceMappingURL=global.css.map */