* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* EXTRA ======================================================================= */
::-moz-selection {
  background: #82714E;
  color: #fff;
}
::selection {
  background: #82714E;
  color: #fff;
}
::-moz-selection {
  background: #82714E;
  color: #fff;
}
#privacypolicy {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #eeeeee;
  color: #82714E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  max-width: 400px;
  font-size: 14px;
  line-height: 22px;
  margin-left: 30px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#privacypolicy a {
  color: #82714E;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* CMS ========================================================================= */
/* PLUGINS ===================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #121212;
  opacity: 0.99;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -ms-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  -o-transition: transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
/* VARIABLES =================================================================== */
@font-face {
  font-family: 'Hawkes-Reg';
  src: url('../fonts/Hawkes-LightRegular/Hawkes-LightRegular.woff2') format('woff2'), url('../fonts/Hawkes-LightRegular/Hawkes-LightRegular.woff') format('woff'), url('../fonts/Hawkes-LightRegular/Hawkes-LightRegular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Hawkes-Nar';
  src: url('../fonts/Hawkes-LightNarrow/Hawkes-LightNarrow.woff2') format('woff2'), url('../fonts/Hawkes-LightNarrow/Hawkes-LightNarrow.woff') format('woff'), url('../fonts/Hawkes-LightNarrow/Hawkes-LightNarrow.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
.init_anim {
  opacity: 0;
}
.darkgrey {
  color: #505050;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
@keyframes searchAnim {
  from {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes searchAnim {
  from {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* STYLES ====================================================================== */
a {
  color: inherit;
}
::-moz-selection {
  background: #82714E;
  color: #fff;
}
::selection {
  background: #82714E;
  color: #fff;
}
::-moz-selection {
  background: #82714E;
  color: #fff;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
         supported by Chrome, Edge, Opera and Firefox */
}
.color {
  color: #82714E;
}
hr {
  border: none;
  border-top: 1px solid #000;
}
h1 {
  /* font-family:@fonttitle;
	margin-bottom:20px;
  font-size:  2.5em;
  line-height: 0em;
  @media only screen and (max-width: 750px) {
    font-size:1.2em;
  }*/
}
h2 {
  font-size: 2em;
  line-height: 1.3em;
  /*font-family:@fonttitle;
  // margin-bottom:20px;
  font-size:  2.0em;
  line-height: 1.3em;
  @media only screen and (max-width: 750px) {
    font-size:1.2em;
  }*/
}
h3 {
  /*font-size:  1.5em;
  line-height: 1.2em;
  // font-weight: 400;
  font-style:normal;
  font-family:@fonttitle;*/
}
body {
  font-family: halcom, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  color: #000;
  background: #fff;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1400px) {
  body {
    font-size: 16px;
  }
}
body .body {
  overflow: hidden;
}
.imglayoutcontent {
  position: relative;
  width: 100%;
}
.imglayoutcontent figure {
  position: relative;
}
.imglayoutcontent figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.imglayoutcontent figure img.loaded {
  opacity: 1;
}
.imgcontent.hover:hover figure,
a.imgcontent:hover figure {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.imgcontent {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.imgcontent figure {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.imgcontent figure.loaded {
  opacity: 1;
}
.imgcontent figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.imgcontent figure img.loaded {
  opacity: 1;
  display: none;
}
.innerscreen {
  width: 100%;
  max-width: calc(1160px + 40px);
  padding: 0 20px;
  margin: auto;
}
.innerscreen.small {
  max-width: 960px;
}
header .sticky-height {
  height: 240px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .sticky-height.blog,
header .sticky-height.projecten {
  height: 210px;
}
header.scrolled .sticky-height {
  height: 110px;
}
header.scrolled .sticky-height.blog,
header.scrolled .sticky-height.projecten {
  height: 110px;
}
header.scrolled .header {
  height: 110px;
}
header.scrolled .header .flexrow .left {
  top: 10px;
}
header.scrolled .header .flexrow .left .logo {
  height: 80px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.scrolled .header .flexrow .right {
  height: 110px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.scrolled .header .flexrow .right .nav_container .topnav {
  margin-bottom: 0;
}
header .header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
}
header .header .flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header .flexrow .left {
  width: 25%;
  position: fixed;
  top: 20px;
  left: 40px;
}
header .header .flexrow .left .logo {
  height: 150px;
  display: block;
  background: url(../images/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
header .header .flexrow .right {
  background: white;
  width: 100%;
  padding-right: 40px;
}
header .header .flexrow .right .nav_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header .header .flexrow .right .nav_container .topnav {
  font-size: 0.9em;
  margin: 20px 0 20px 0;
}
header .header .flexrow .right .nav_container .topnav a {
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
  color: #505050;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
header .header .flexrow .right .nav_container .topnav a.active,
header .header .flexrow .right .nav_container .topnav a:hover {
  color: #6DA686;
}
header .header .flexrow .right .nav_container nav ul {
  list-style: none;
  font-size: 0.77em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .flexrow .right .nav_container nav ul li {
  margin: 0;
  padding: 0;
  margin: 0 25px ;
  font-weight: 500;
  position: relative;
}
header .header .flexrow .right .nav_container nav ul li:last-child {
  margin-right: 0;
}
header .header .flexrow .right .nav_container nav ul li a {
  text-decoration: none;
  padding-bottom: 8px;
  display: block;
}
header .header .flexrow .right .nav_container nav ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: black;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header .flexrow .right .nav_container nav ul li a.active:after,
header .header .flexrow .right .nav_container nav ul li a:hover:after {
  right: 0;
}
@media only screen and (max-width: 1200px) {
  header .header .flexrow .left {
    width: calc(80% - 100px);
  }
  header .header .flexrow .right .toggle {
    display: block;
    width: 35px;
    height: 15px;
    position: absolute;
    right: 5%;
    top: calc(50% - 8px);
    top: 50px;
    cursor: pointer;
    z-index: 99990;
  }
  header .header .flexrow .right .toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #000;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .header .flexrow .right .toggle:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #000;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .header .flexrow .right .toggle.open:before {
    background: white;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
  }
  header .header .flexrow .right .toggle.open:after {
    background: white;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 50%;
  }
  header .header .flexrow .right .nav_container {
    left: -100%;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #82714E;
  }
  header .header .flexrow .right .nav_container.active {
    left: 0;
  }
  header .header .flexrow .right .nav_container .topnav {
    text-align: center;
  }
  header .header .flexrow .right .nav_container .topnav a {
    font-size: 1.2em;
    line-height: 1.5em;
    color: white;
    display: block;
    margin: 0;
  }
  header .header .flexrow .right .nav_container .topnav a:hover,
  header .header .flexrow .right .nav_container .topnav a.active {
    color: black;
  }
  header .header .flexrow .right .nav_container nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 100%;
  }
  header .header .flexrow .right .nav_container nav ul li {
    margin: 0;
  }
  header .header .flexrow .right .nav_container nav ul li a {
    color: white;
    font-size: 1.7em;
    line-height: 1.5em;
  }
  header .header .flexrow .right .nav_container nav ul li a:hover,
  header .header .flexrow .right .nav_container nav ul li a.active {
    color: black;
  }
  header .header .flexrow .right .nav_container nav ul li a:after {
    display: none;
  }
}
.h2titlecenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.h2titlecenter h2 {
  margin-bottom: 100px;
}
.title_hawkes {
  text-transform: uppercase;
  font-weight: normal;
  font-family: Hawkes-Nar;
  font-size: 2.5em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
}
.title_hawkes.alignleft {
  text-align: left;
}
.project_title {
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.bigtitle_hawkes {
  font-size: 3.5em;
  font-family: Hawkes-Nar;
  text-transform: uppercase;
  text-align: center;
  color: #505050;
  line-height: 1em;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.bigtitle_hawkes.wit {
  color: white;
}
.bigtitle_hawkes.alignleft {
  text-align: left;
}
.bigtitle_hawkes.green {
  color: #6DA686;
}
.centertextblock {
  margin-bottom: 100px;
}
.centertextblock .txt {
  text-align: center;
}
@media only screen and (max-width: 1150px) {
  .centertextblock {
    margin-bottom: 50px;
  }
}
.bgcolor {
  background: #D3E0D876;
}
.center {
  margin: auto;
  text-align: center;
}
.more {
  background: #82714E;
  padding: 12px 30px;
  border-radius: 20px;
  font-size: 0.8em;
  line-height: 1.2em;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  width: auto;
  color: white;
  font-weight: 700;
  cursor: pointer;
}
.more:hover {
  color: white;
  background: #6DA686;
}
.more.inverse {
  border: 2px solid #82714E;
  background: white;
  color: #82714E;
}
.more.inverse:hover {
  color: white;
  background: #82714E;
}
.more.fixedwidth {
  display: block;
  width: 250px;
  text-align: center;
  margin-bottom: 20px;
}
.home_banner {
  position: relative;
  margin-top: 0px;
  -webkit-transition: margin-top 0.3s ease;
  -o-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
  margin-bottom: 100px;
}
.home_banner.scrolled {
  margin-top: 50px;
}
.home_banner.scrolled .right {
  top: 0;
}
.home_banner .left {
  width: 60%;
}
.home_banner .right {
  position: absolute;
  width: 60%;
  top: -100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
  padding: 90px 40px 90px 80px;
  background: #A8C4B5;
}
.home_banner .right .home_txt {
  /*h1{
        font-size: 3.5em;
        font-family: @fonttitle_narrow;
        color:white;
        line-height:.9em;
        margin:0;
        padding:0;
      } */
}
.home_banner.nomb {
  margin-bottom: 0;
}
@media only screen and (max-width: 1150px) {
  .home_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_banner .left {
    width: 100%;
  }
  .home_banner .right {
    width: 100%;
    position: relative;
    padding: 40px ;
  }
}
.atlasbeelden {
  margin-top: 50px;
  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;
}
.atlasbeelden .beeld {
  width: 48%;
}
.block_watdoenwe {
  padding-bottom: 100px;
}
.block_watdoenwe .flexholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  padding-bottom: 100px;
  margin: -20px;
}
.block_watdoenwe .flexholder .item_watdoenwe {
  width: calc(33.333% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
  background: white;
  text-align: center;
  /*.title{
        font-size:2.5em;
        line-height:1em; 
        margin-bottom:20px;
        font-family:@fonttitle_narrow;
        text-transform: uppercase;
        color:@darkgrey;
      }*/
}
.block_watdoenwe .flexholder .item_watdoenwe.block3,
.block_watdoenwe .flexholder .item_watdoenwe.block4 {
  width: calc(50% - 40px);
}
.block_watdoenwe .flexholder .item_watdoenwe .icon {
  width: 100px;
  height: 100px;
  position: relative;
  display: block;
  margin: auto;
}
.block_watdoenwe .flexholder .item_watdoenwe .icon figure {
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  .block_watdoenwe .flexholder {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block_watdoenwe .flexholder .item_watdoenwe {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 750px) {
  .block_watdoenwe .flexholder {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block_watdoenwe .flexholder .item_watdoenwe {
    width: calc(100% - 40px);
  }
  .block_watdoenwe .flexholder .item_watdoenwe.block3,
  .block_watdoenwe .flexholder .item_watdoenwe.block4 {
    width: calc(100% - 40px);
  }
}
.block_list {
  padding: 90px;
  background: #A8C4B5;
  margin: auto;
  margin-top: -100px;
  margin-bottom: 250px;
  /*.title{
    font-size: 4em;
    font-family: @fonttitle_narrow;
    text-transform: uppercase;
    text-align: center;
    color:white;
    line-height:.9em;
    margin:0;
    padding:0;
    margin-bottom:20px;
    font-weight:bold;
  } */
}
.block_list .vlieg {
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  background-image: url(../images/bij-wit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.block_list .list {
  margin: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_list .list ul {
  max-width: 500px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.block_list .list ul li {
  position: relative;
}
.block_list .list ul li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 35px;
  height: 22px;
  background-image: url('../images/android-arrow-forward.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.block_list .list ul li p {
  position: relative;
  left: 45px;
}
@media only screen and (max-width: 800px) {
  .block_list {
    padding: 50px 20px;
    margin-bottom: 100px;
  }
  .block_list .list {
    margin: 0 30px 0 0;
  }
}
.home_projecten ._intro_project {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_projecten ._intro_project .left {
  width: 370px;
  /*h2{
        text-transform: uppercase; 
        font-weight:normal;
        font-family:@fonttitle_narrow;
        font-size: 2.5em;
        line-height: 1em;
        margin: 0;padding:0;
        margin-bottom:50px;
      }*/
}
.home_projecten ._intro_project .right {
  width: calc(100% - 400px);
}
.home_projecten ._intro_project .right .projectcollage {
  display: block;
  padding-top: 80px;
  position: relative;
}
.home_projecten ._intro_project .right .projectcollage.reverse .imgblock {
  left: 10%;
  position: relative;
}
.home_projecten ._intro_project .right .projectcollage.reverse .info {
  top: 0;
  right: auto;
  left: -25%;
}
.home_projecten ._intro_project .right .projectcollage.reverse .info:after {
  right: 40px;
  left: -20px;
}
.home_projecten ._intro_project .right .projectcollage .imgblock {
  width: 90%;
}
.home_projecten ._intro_project .right .projectcollage .info {
  position: absolute;
  top: 0;
  right: 0;
  /*h3{
            font-size: 1.4em; 
            line-height: 1em;
            font-weight:700;
          }*/
  max-width: 400px;
  padding: 20px 40px;
  color: white;
  background: #A8C4B5;
}
.home_projecten ._intro_project .right .projectcollage .info:after {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: calc(90% + 20px);
  height: calc(100% + 40px);
  background: transparent;
  border: 2px solid #82714E;
  z-index: -1;
}
.home_projecten .intro_project {
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_projecten .intro_project.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home_projecten .intro_project .left {
  width: 370px;
}
.home_projecten .intro_project .left h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: Hawkes-Nar;
  font-size: 2.5em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.home_projecten .intro_project .right {
  width: calc(100% - 400px);
}
.home_projecten .intro_project .right .projectcollage {
  display: block;
  padding-top: 80px;
  position: relative;
}
.home_projecten .intro_project .right .projectcollage .imgblock {
  width: 90%;
}
.home_projecten .intro_project .right .projectcollage .info {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 400px;
  padding: 20px 40px;
  color: white;
  background: #A8C4B5;
}
.home_projecten .intro_project .right .projectcollage .info h3 {
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 700;
}
.home_projecten .intro_project .right .projectcollage .info:after {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: calc(90% + 20px);
  height: calc(100% + 40px);
  background: transparent;
  border: 2px solid #82714E;
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  .home_projecten .intro_project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .home_projecten .intro_project.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_projecten .intro_project .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .home_projecten .intro_project .right {
    width: 100%;
  }
  .home_projecten .intro_project .right .projectcollage {
    padding-top: 0;
  }
  .home_projecten .intro_project .right .projectcollage .imgblock {
    width: 100%;
  }
  .home_projecten .intro_project .right .projectcollage .info {
    position: relative;
    top: -40px;
  }
}
.home_klanten {
  margin-bottom: 100px;
  /*h2{
    text-transform: uppercase; 
    font-weight:normal;
    font-family:@fonttitle_narrow;
    font-size: 2.5em;
    line-height: 1em;
    margin: 0;padding:0;
    // margin-bottom: 50px;
    text-align:  center;
  }*/
}
.home_klanten.nomb {
  margin-bottom: 0;
}
.home_klanten .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -20px;
}
.home_klanten .logos .logo {
  width: calc(20% - 10%);
  margin: 5%;
  display: block;
}
.home_klanten .logos .logo figure {
  width: 100%;
  padding-bottom: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  .home_klanten .logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home_klanten .logos .logo {
    width: calc(33.333% - 10%);
  }
}
.block_netwerkhome {
  padding: 90px 0;
  background: #A8C4B5;
  text-align: center;
  margin-bottom: 150px;
  /*@media only screen and (max-width: 1000px) { 
    .netwerkslider{ 
      .netwerkitem{
        width:calc(40% - 40px);
      }
    }
  }
  @media only screen and (max-width: 700px) { 
    .netwerkslider{ 
      .netwerkitem{
        width:calc(90% - 40px);
      }
    }
  }
  */
}
.block_netwerkhome.mt {
  margin-top: 100px;
}
.block_netwerkhome .vlieg {
  width: 40px;
  height: 40px;
  margin: 0 auto 30px auto;
  background-image: url(../images/bij-wit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.block_netwerkhome.nobg {
  background: transparent;
}
.block_netwerkhome.lightgreen {
  background: #D3E0D876;
}
.block_netwerkhome.nomb {
  margin-bottom: 0;
}
.block_netwerkhome.nopadding {
  padding-top: 0;
}
.block_netwerkhome .netwerkslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.block_netwerkhome .netwerkslider .netwerkitem {
  text-decoration: none;
  background: white;
  margin: 20px;
  padding: 50px;
}
.block_netwerkhome .netwerkslider .netwerkitem .title_hawkes {
  margin-bottom: 20px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: black;
}
.slick-dots li button {
  padding: 0px;
  margin: 0;
  border: none;
  font-size: 0;
  height: 8px;
  width: 8px;
  background: #999;
  border-radius: 50%;
  display: inline-block;
}
.about_cols {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_cols .left {
  width: 40%;
  margin: 0 5%;
}
.about_cols .right {
  width: 40%;
  margin: 0 5%;
}
.home_testimonials {
  margin-bottom: 100px;
}
.home_testimonials .icon {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.home_testimonials .testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}
.home_testimonials .testimonials .testimonial {
  width: calc(33% - 60px);
  margin: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home_testimonials .testimonials .testimonial .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.home_testimonials .testimonials .testimonial .content .title {
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.2em;
  color: #505050;
  margin-bottom: 5px;
}
.home_testimonials .testimonials .testimonial .content .subtitle {
  font-weight: 500;
  font-size: 1.2em;
  color: #505050;
}
.home_testimonials .testimonials .testimonial .link {
  display: inline-block;
  position: relative;
  bottom: 0px;
}
.home_testimonials .testimonials .testimonial .link:hover p span {
  margin-left: 15px;
}
.home_testimonials .testimonials .testimonial .link p {
  display: inline-block;
}
.home_testimonials .testimonials .testimonial .link p span {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 35px;
  height: 22px;
  position: relative;
  top: 5px;
  background-image: url('../images/android-arrow-forward.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media only screen and (max-width: 1000px) {
  .home_testimonials .testimonials {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home_testimonials .testimonials .testimonial {
    width: calc(50% - 60px);
  }
}
@media only screen and (max-width: 700px) {
  .home_testimonials .testimonials {
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home_testimonials .testimonials .testimonial {
    width: calc(100% - 40px);
  }
}
.home_blog {
  margin-bottom: 100px;
}
.home_blog .home_blogitems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  position: relative;
}
.home_blog .home_blogitems .blogitem {
  width: calc(25% - 40px);
  margin: 20px ;
  position: relative;
  text-decoration: none;
}
.home_blog .home_blogitems .blogitem.btn {
  background: #82714E;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_blog .home_blogitems .blogitem.btn:hover {
  background: #6DA686;
}
.home_blog .home_blogitems .blogitem.btn:hover .btncontent .link span {
  margin-left: 15px;
}
.home_blog .home_blogitems .blogitem.btn .btncontent {
  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;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.home_blog .home_blogitems .blogitem.btn .btncontent > p {
  font-size: 1.5em;
}
.home_blog .home_blogitems .blogitem.btn .btncontent .link {
  position: relative;
  display: inline-block;
  margin: auto;
}
.home_blog .home_blogitems .blogitem.btn .btncontent .link p {
  display: inline-block;
}
.home_blog .home_blogitems .blogitem.btn .btncontent .link p span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 35px;
  height: 22px;
  position: relative;
  top: 5px;
  background-image: url('../images/android-arrow-forward.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.home_blog .home_blogitems .blogitem .content {
  margin: 20px;
  margin-top: -60px;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  border: 2px solid #82714E;
  padding: 80px 20px 20px 20px;
  color: #82714E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home_blog .home_blogitems .blogitem .content .txt {
  font-weight: 500;
  text-align: center;
}
.home_blog .home_blogitems .blogitem .content .link {
  position: relative;
  display: inline-block;
  margin: auto;
}
.home_blog .home_blogitems .blogitem .content .link:hover p span {
  margin-left: 15px;
}
.home_blog .home_blogitems .blogitem .content .link p {
  display: inline-block;
}
.home_blog .home_blogitems .blogitem .content .link p span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 35px;
  height: 22px;
  position: relative;
  top: 5px;
  background-image: url('../images/android-arrow-forward.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media only screen and (max-width: 1050px) {
  .home_blog .home_blogitems {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 40px);
    margin: auto;
  }
  .home_blog .home_blogitems .blogitem {
    width: calc(50% - 40px);
  }
  .home_blog .home_blogitems .blogitem.btn .btncontent {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .home_blog .home_blogitems .blogitem {
    width: calc(100% - 0px);
    margin: 20px 0;
  }
}
.aanpak_blog {
  margin-bottom: 100px;
  /*@media only screen and (max-width: 1000px) {
    .blogitems{
       .blogitem{
         width: calc(40% - 40px);
       }
    }
  } 
  
  
  @media only screen and (max-width: 700px) { 
    .blogitems{
       .blogitem{
         width: calc(90% - 40px);
       }
    }
  }*/
}
.aanpak_blog .blogitems {
  /* display:flex;
    margin: 0 -20px;
    position: relative;
    */
}
.aanpak_blog .blogitems .blogitem {
  width: calc(33.333% - 40px);
  margin: 20px ;
  position: relative;
}
.aanpak_blog .blogitems .blogitem.btn {
  background: #82714E;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aanpak_blog .blogitems .blogitem.btn .btncontent {
  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;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.aanpak_blog .blogitems .blogitem.btn .btncontent > p {
  font-size: 1.5em;
}
.aanpak_blog .blogitems .blogitem.btn .btncontent .link {
  position: relative;
  display: inline-block;
  margin: auto;
}
.aanpak_blog .blogitems .blogitem.btn .btncontent .link:hover p span {
  margin-left: 15px;
}
.aanpak_blog .blogitems .blogitem.btn .btncontent .link p {
  display: inline-block;
}
.aanpak_blog .blogitems .blogitem.btn .btncontent .link p span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 35px;
  height: 22px;
  position: relative;
  top: 5px;
  background-image: url('../images/android-arrow-forward.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.aanpak_blog .blogitems .blogitem .content {
  height: calc(100% - 210px);
  margin: 20px;
  margin-top: -60px;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  border: 2px solid #82714E;
  padding: 80px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aanpak_blog .blogitems .blogitem .content .txt {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}
.aanpak_blog .blogitems .blogitem .content .function {
  text-align: center;
}
.aanpak_blog .blogitems .blogitem .content .social {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}
.aanpak_blog .blogitems .blogitem .content .social .flexholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aanpak_blog .blogitems .blogitem .content .social .flexholder a {
  font-size: 1.3em;
  display: block;
  margin: 20px;
}
.aanpak_blog .blogitems .blogitem .content .link {
  position: relative;
  display: inline-block;
  margin: auto;
}
.aanpak_blog .blogitems .blogitem .content .link:hover p span {
  margin-left: 15px;
}
.aanpak_blog .blogitems .blogitem .content .link p {
  display: inline-block;
}
.aanpak_blog .blogitems .blogitem .content .link p span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 35px;
  height: 22px;
  position: relative;
  top: 5px;
  background-image: url('../images/android-arrow-forward.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.rowprojects3 {
  margin-bottom: 100px;
  padding-bottom: 20px;
}
.rowprojects3 .blogitems {
  /* display:flex;
    margin: 0 -20px;
    position: relative;
    */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -20px 0 -20px;
}
.rowprojects3 .blogitems .blogitem {
  width: calc(33% - 40px);
  margin: 20px ;
  position: relative;
}
.rowprojects3 .blogitems .blogitem.btn {
  background: #82714E;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rowprojects3 .blogitems .blogitem.btn .btncontent {
  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;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.rowprojects3 .blogitems .blogitem.btn .btncontent > p {
  font-size: 1.5em;
}
.rowprojects3 .blogitems .blogitem.btn .btncontent .link {
  position: relative;
  display: inline-block;
  margin: auto;
}
.rowprojects3 .blogitems .blogitem.btn .btncontent .link p {
  display: inline-block;
}
.rowprojects3 .blogitems .blogitem.btn .btncontent .link p span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 35px;
  height: 22px;
  position: relative;
  top: 5px;
  background-image: url('../images/android-arrow-forward.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.rowprojects3 .blogitems .blogitem .content {
  height: calc(100% - 210px);
  margin: 20px;
  margin-top: -60px;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  border: 2px solid #82714E;
  padding: 80px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rowprojects3 .blogitems .blogitem .content .txt {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}
.rowprojects3 .blogitems .blogitem .content .link {
  position: relative;
  display: inline-block;
  margin: auto;
}
.rowprojects3 .blogitems .blogitem .content .link:hover p span {
  margin-left: 15px;
}
.rowprojects3 .blogitems .blogitem .content .link p {
  display: inline-block;
}
.rowprojects3 .blogitems .blogitem .content .link p span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 35px;
  height: 22px;
  position: relative;
  top: 5px;
  background-image: url('../images/android-arrow-forward.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media only screen and (max-width: 1000px) {
  .rowprojects3 .blogitems {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rowprojects3 .blogitems .blogitem {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 750px) {
  .rowprojects3 .blogitems {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
  }
  .rowprojects3 .blogitems .blogitem {
    width: calc(100% - 0px);
  }
}
.oplossingenholder {
  position: relative;
  /*@media only screen and (max-width: 1000px) { 
    .introblock{
      margin-top: 0px;
      margin-left: 0;
      margin-bottom: 100px;
      width: 90%;
    } 
    .oplossing{
      margin-top:0;
      margin-bottom: 50px;
    }
    .oplossing_b{
      margin-top:0;
      margin-bottom: 50px;
      >.innerscreen{
        padding: 50px 20px;    
        .flexholder{
          display:flex;
          position:relative;
          justify-content: space-between;
        }   
      }
    
    
      .left{
      }
      .right{
        .quoteblock{
          padding: 50px; 
        }
      } 
    }
  }
  */
}
.oplossingenholder .specialbg {
  position: relative;
}
.oplossingenholder .specialbg:before {
  background: #D3E0D876;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
  z-index: -5;
}
.oplossingenholder .oplossing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -50px;
}
.oplossingenholder .oplossing .left {
  width: 40%;
  margin: 0  ;
}
.oplossingenholder .oplossing .right {
  width: 55%;
  position: relative;
}
.oplossingenholder .oplossing .right .quoteblock {
  padding: 70px 90px 70px 80px;
  background: #D3E0D8;
}
.oplossingenholder .oplossing .right .quoteblock p {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 200;
  font-style: italic;
}
.oplossingenholder .oplossing_b {
  position: relative;
}
.oplossingenholder .oplossing_b > .innerscreen {
  padding: 200px 20px 100px 20px;
}
.oplossingenholder .oplossing_b > .innerscreen .flexholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.oplossingenholder .oplossing_b.inverse:before {
  background: #D3E0D876;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
.oplossingenholder .oplossing_b.inverse .right .quoteblock {
  background: white;
  color: #505050;
}
.oplossingenholder .oplossing_b .left {
  width: calc(40% - 60px);
  margin: 0  ;
}
.oplossingenholder .oplossing_b .right {
  width: 50%;
  margin-top: -50px;
  position: relative;
}
.oplossingenholder .oplossing_b .right .quoteblock {
  padding: 70px 90px 70px 80px;
  background: #D3E0D8;
  position: relative;
}
.oplossingenholder .oplossing_b .right .quoteblock p {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 200;
  font-style: italic;
}
.oplossingenholder .oplossing_b .right .quoteblock:after {
  position: absolute;
  content: "";
  width: calc(40px + 100%);
  height: 100%;
  border: 2px solid #82714E;
  top: 20px;
  right: -20px;
  left: -20px;
  z-index: -200;
}
.oplossingenholder .oplossing_b .right .quoteimg {
  position: relative;
  top: -20px;
  left: -100px;
  z-index: -1;
}
.oplossingenholder .introblock {
  position: relative;
  width: 50%;
  margin-top: -100px;
  margin-left: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
  padding: 90px 90px 90px 80px;
  background: #A8C4B5;
}
.oplossingenholder .introblock:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #82714E;
  top: 20px;
  left: -20px;
  z-index: -1;
}
@media only screen and (max-width: 990px) {
  .oplossingenholder .introblock {
    margin-top: 0px;
    margin-left: 0;
    margin-bottom: 100px;
    width: 90%;
    padding: 30px;
  }
  .oplossingenholder .oplossing {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .oplossingenholder .oplossing .left {
    width: 100%;
  }
  .oplossingenholder .oplossing .right {
    width: 100%;
  }
  .oplossingenholder .oplossing .right .quoteblock {
    padding: 30px;
  }
  .oplossingenholder .oplossing_b {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .oplossingenholder .oplossing_b > .innerscreen {
    padding: 50px 20px;
  }
  .oplossingenholder .oplossing_b > .innerscreen .flexholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .oplossingenholder .oplossing_b .left {
    width: 100%;
  }
  .oplossingenholder .oplossing_b .right {
    width: 80%;
    left: 20%;
    margin-top: 30px;
  }
  .oplossingenholder .oplossing_b .right .quoteblock {
    padding: 30px;
  }
}
.aanpaktoolsholder {
  background: #D3E0D876;
  padding: 100px 0;
  position: relative;
}
.aanpaktoolsholder .aanpaktoolsline .aanpaktool .icon_num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
}
.aanpaktoolsholder .aanpaktoolsline .aanpaktool .icon_num .num {
  display: block;
  margin: 0 ;
  padding: 0;
  margin-right: 40px;
}
.aanpaktoolsholder .aanpaktoolsline .aanpaktool .icon_num .icon {
  width: 115px;
  height: 115px;
  position: relative;
  display: block;
  margin: auto;
}
.aanpaktoolsholder .aanpaktoolsline .aanpaktool .icon_num .icon figure {
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aanpaktoolsholder .aanpaktoolsline .left {
  width: 46%;
  margin: 0 2%;
  margin-top: -50px;
}
.aanpaktoolsholder .aanpaktoolsline .left.first {
  margin-top: 100px;
}
.aanpaktoolsholder .aanpaktoolsline .right {
  width: 46%;
  margin-left: 55%;
  margin-top: -50px;
}
.aanpaktoolsholder .introblock {
  position: absolute;
  width: 50%;
  top: -100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
  padding: 90px 90px 90px 80px;
  background: #A8C4B5;
}
@media only screen and (max-width: 1000px) {
  .aanpaktoolsholder .introblock {
    position: relative;
    width: 100%;
  }
  .aanpaktoolsholder .aanpaktoolsline .left.first {
    margin-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .aanpaktoolsholder .introblock {
    padding: 30px;
  }
  .aanpaktoolsholder .aanpaktoolsline .left {
    width: 96%;
    margin-top: 30px;
  }
  .aanpaktoolsholder .aanpaktoolsline .left.first {
    margin-top: 0;
  }
  .aanpaktoolsholder .aanpaktoolsline .right {
    width: 96%;
    margin-top: 0;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.block_drive {
  background: #D3E0D876;
  padding: 100px 0;
}
.block_drive .driveblocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.block_drive .driveblocks .blockitem {
  width: calc(50% - 40px);
  margin: 20px;
  padding: 50px;
  background: white;
  text-align: center;
  /*.icon{
        width: 50px; height: 50px;
        margin: 30px auto 30px auto;
       // border:2px solid @green; 
      }
      */
}
.block_drive .driveblocks .blockitem .icon {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  margin: 30px auto 30px auto;
}
.block_drive .driveblocks .blockitem .icon figure {
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .block_drive .driveblocks .blockitem {
    width: calc(100% - 40px);
  }
}
.fullbgtext {
  background: #A8C4B5;
  padding: 100px 0;
  text-align: center;
}
.fullbgtext.mb {
  margin-bottom: 100px;
}
.block_projecten {
  padding: 60px 0 100px 0;
  background: #D3E0D876;
  position: relative;
}
.block_projecten.mb {
  margin-bottom: 150px;
}
.block_projecten .title_block {
  background: #A8C4B5;
  width: 60%;
  position: relative;
  margin-top: -160px;
  margin-bottom: 50px;
  left: 40%;
  padding: 40px;
}
.block_projecten .title_block .bigtitle_hawkes {
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  .block_projecten .title_block {
    width: 100%;
    margin-top: -60px;
    left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .block_projecten {
    padding: 30px;
  }
}
.infostrook {
  background: #A8C4B5;
  padding: 50px 0;
  text-align: center;
  margin: auto;
}
.infostrook .title {
  font-family: Hawkes-Nar;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.2em;
  color: white;
}
.infostrook .txt {
  max-width: 480px;
  margin: auto;
  margin-bottom: 30px;
}
.blogstrook {
  padding: 50px 0;
  background: #A8C4B5;
}
.blogstrook .flexholder {
  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;
}
.blogstrook .flexholder .left {
  width: 40%;
}
.blogstrook .flexholder .left .title {
  font-family: Hawkes-Nar;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.2em;
  color: white;
}
.blogstrook .flexholder .left .txt {
  max-width: 480px;
  margin: auto;
  margin-bottom: 30px;
}
.blogstrook .flexholder .right {
  width: 55%;
}
.searchblocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  margin-bottom: 70px;
  position: relative;
  z-index: 10;
}
.searchblocks .searchblock {
  width: calc(25% - 40px + 120px);
  margin: 20px;
}
.searchblocks .searchblock:last-child {
  width: 120px;
}
.searchblocks .searchblock .more {
  margin-top: 48px;
}
.searchblocks .searchblock .title {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 15px;
  color: #505050;
}
.searchblocks .searchblock .dropdown {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}
.searchblocks .searchblock .dropdown .headerdropitem {
  padding: 10px;
}
.searchblocks .searchblock .dropdown .headerdropitem .checkbox label {
  width: calc(100% - 35px);
  display: inline-block;
}
.searchblocks .searchblock .dropdown .headerdropitem .checkbox label span {
  display: inline-block;
  width: calc(100% - 30px);
}
.searchblocks .searchblock .dropdown .headerdropitem .checkbox .toggleopen {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  display: inline-block;
  background: url('../images/chevron-down.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  margin-top: -5px;
  cursor: pointer;
}
.searchblocks .searchblock .dropdown .drops {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.searchblocks .searchblock .dropdown .dropitem {
  padding: 10px;
  display: none;
  cursor: pointer;
}
.searchblocks .searchblock .dropdown .dropitem.active {
  display: block;
}
.searchblocks .searchblock .dropdown .dropitem label {
  width: 100% ;
}
.searchblocks .searchblock .dropdown .dropitem label span {
  display: inline-block;
  width: calc(100% - 25px);
}
.searchblocks .searchblock .radios {
  margin-bottom: 30px;
}
.searchblocks .searchblock .radios.inline .checkbox {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
}
.searchblocks .searchblock .radios .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-bottom: 0px;
  cursor: pointer !important;
}
.searchblocks .searchblock .radios .checkbox span {
  display: inline-block;
  width: calc(100% - 20px);
}
.searchblocks .searchblock .radios .checkbox input[type="radio"] {
  border: 1px solid #ccc;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.searchblocks .searchblock .radios .checkbox input[type=radio]:checked {
  position: relative;
}
.searchblocks .searchblock .radios .checkbox input[type=radio]:checked:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: #82714E;
}
.searchblocks .searchblock .radios .checkbox input[type="checkbox"] {
  border: 1px solid #000;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 0px;
}
.searchblocks .searchblock .radios .checkbox input[type=checkbox]:checked {
  position: relative;
}
.searchblocks .searchblock .radios .checkbox input[type=checkbox]:checked:before {
  content: '';
  position: absolute;
  background: url(../images/checkmark-outline.svg);
  width: 25px;
  height: 25px;
  top: -5px;
  left: 0px;
  border-radius: 0px;
}
.searchblocks .searchblock .radios .checkbox input {
  display: inline-block;
  padding-left: 20px;
  margin: 0;
  padding: 0;
}
.searchblocks .searchblock .radios .checkbox label {
  padding-right: 5px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.searchblocks .searchblock .radios .checkbox label .label {
  margin-left: 10px;
  text-transform: none;
}
@media only screen and (max-width: 1000px) {
  .searchblocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .searchblocks .searchblock {
    width: calc(100% - 40px);
    margin-bottom: 0;
  }
  .searchblocks .searchblock .dropdown .drops {
    position: relative;
  }
}
.projecten_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.projecten_grid.mb {
  margin-bottom: 50px;
}
.projecten_grid.mt {
  margin-top: 50px;
}
.projecten_grid .project_item {
  width: calc(33.333% - 40px);
  margin: 20px;
  position: relative;
}
.projecten_grid .project_item.block0 {
  width: calc(66.666% - 40px);
}
.projecten_grid .project_item .content {
  margin: 20px;
  margin-top: -60px;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  border: 2px solid #82714E;
  padding: 100px 20px 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*.title{
        font-size: 1.4em;
        line-height:1em;
        font-weight: 700;
        color:@darkgrey; 
        margin-bottom:20px;
      }*/
}
.projecten_grid .project_item .content .txt {
  margin-bottom: 30px;
}
.projecten_grid .project_item .content .txt.nomb {
  margin-bottom: 0;
}
.projecten_grid .project_item .content .tags {
  font-size: 0.8em;
  color: #9b9b9b;
}
.projecten_grid .project_item .content .link {
  position: relative;
  display: inline-block;
}
.projecten_grid .project_item .content .link:hover p span {
  margin-left: 15px;
}
.projecten_grid .project_item .content .link p {
  display: inline-block;
}
.projecten_grid .project_item .content .link p span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 35px;
  height: 22px;
  position: relative;
  top: 5px;
  background-image: url('../images/android-arrow-forward.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media only screen and (max-width: 1000px) {
  .projecten_grid .project_item {
    width: calc(50% - 40px);
  }
  .projecten_grid .project_item.block0 {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 700px) {
  .projecten_grid .project_item {
    width: calc(100% - 0px);
    margin: 20px 0;
  }
  .projecten_grid .project_item.block0 {
    width: calc(100% - 0px);
  }
}
footer.template_oplossingen,
footer.template_projecten,
footer.template_contactpage,
footer.template_aboutus,
footer.template_methodiekatlas,
footer.template_blog {
  background: #D3E0D876;
}
footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_top .left {
  width: 50%;
  background: #A8C4B5;
  padding: 140px 220px 140px 140px;
}
footer .footer_top .left .content .title {
  color: #505050;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 50px;
}
footer .footer_top .left .content .txt {
  margin-bottom: 50px;
}
footer .footer_top .right {
  width: 50%;
}
footer .footer_top .right .right_container {
  position: relative;
  z-index: 5;
  top: 100px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
footer .footer_top .right .right_container .____imgblock {
  position: relative;
}
footer .footer_top .right .right_container .____imgblock .imgcontent {
  width: 100%;
  height: 100%;
}
footer .footer_top .right .right_container .____imgblock .imgcontent figure {
  width: 100%;
  padding-bottom: 100%;
}
footer .footer_top .right .right_container .content_holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 100%;
}
footer .footer_top .right .right_container .content_holder .flexholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_top .right .right_container .content_holder .flexholder .participatie_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #D3E0D890;
  padding: 70px 40px;
  width: calc(100% - 200px);
  max-width: 490px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer_top .right .right_container .content_holder .flexholder .participatie_content .bigtitle_hawkes {
  text-align: left;
}
footer .footer_top .right .right_container .content_holder .flexholder .participatie_content .txt {
  color: #000;
  margin-bottom: 20px;
}
footer .footer_top .right .right_container .content_holder .flexholder .participatie_content .more {
  width: auto;
}
footer .footer_bottom {
  background: #82714E;
  color: white;
}
footer .footer_bottom .adres_social {
  padding: 20px 0;
  width: 100%;
  max-width: 300px;
  font-size: 0.8em;
  width: 200px;
}
footer .footer_bottom .adres_social .social {
  font-size: 2em;
}
footer .footer_bottom .adres_social .social .flexholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer_bottom .footermenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}
footer .footer_bottom .footermenu .col1 {
  width: 50%;
  margin-right: 10%;
}
footer .footer_bottom .footermenu .col1 .flexholder {
  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;
}
footer .footer_bottom .footermenu .col1 .flexholder .img {
  width: 160px;
}
footer .footer_bottom .footermenu .col1 .flexholder .img img {
  width: 100%;
  height: auto;
  display: block;
}
footer .footer_bottom .footermenu .col1 .flexholder .txt {
  width: calc(100% - 180px);
}
footer .footer_bottom .footermenu .col2 {
  width: 30%;
  padding: 0 20px;
  font-size: 0.8em;
}
footer .footer_bottom .footermenu .col3 {
  font-size: 0.8em;
  width: 30%;
  padding: 0 20px;
}
footer .footer_bottom .footer_privacy {
  font-size: 0.8em;
  display: block;
  text-align: center;
  padding: 0px 20px 50px 20px;
  margin: auto;
}
@media only screen and (max-width: 1150px) {
  footer .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_top .left {
    width: 100%;
    background: #A8C4B5;
    padding: 50px;
  }
  footer .footer_top .right {
    width: 100%;
  }
  footer .footer_top .right .right_container {
    top: 0;
    height: 500px;
    position: relative;
  }
  footer .footer_top .right .right_container .content_holder {
    padding-bottom: 500px;
  }
  footer .footer_top .right .right_container .content_holder .flexholder .participatie_content {
    width: calc(100% - 40px);
  }
  footer .footer_bottom .adres_social {
    margin: auto;
    text-align: center;
  }
  footer .footer_bottom .adres_social .social .flexholder {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer_bottom .footermenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_bottom .footermenu .col1 {
    width: 100%;
    margin: 0;
  }
  footer .footer_bottom .footermenu .col1 .flexholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_bottom .footermenu .col1 .flexholder .img {
    width: 100%;
    max-width: 150px;
  }
  footer .footer_bottom .footermenu .col1 .flexholder .txt {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 20px auto;
  }
  footer .footer_bottom .footermenu .col2 {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  footer .footer_bottom .footermenu .col3 {
    width: 100%;
    margin: auto;
    text-align: center;
  }
}
.form .flexholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form .flexholder .factuur_container,
.form .flexholder .shipping_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.form .flexholder .factuur_container.hide,
.form .flexholder .shipping_container.hide {
  display: none;
}
.form .flexholder .formitem {
  margin-bottom: 20px;
  width: 100%;
}
.form .flexholder .formitem label {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.form .flexholder .formitem label.inline {
  display: inline-block;
  margin-left: 10px;
}
.form .flexholder .formitem.hide {
  display: none;
}
.form .flexholder .formitem textarea {
  background: white;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 20px;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
.form .flexholder .formitem select,
.form .flexholder .formitem input[type="text"],
.form .flexholder .formitem input[type="email"],
.form .flexholder .formitem input[type="datum"],
.form .flexholder .formitem input[type="number"] {
  border: none;
  color: #222;
  border: 1px solid #fff;
  border-radius: 20px;
  background: white;
  padding: 8px 20px;
  display: block;
  width: 100%;
}
.form .flexholder .formitem select.half,
.form .flexholder .formitem input[type="text"].half,
.form .flexholder .formitem input[type="email"].half,
.form .flexholder .formitem input[type="datum"].half,
.form .flexholder .formitem input[type="number"].half {
  width: 49%;
}
.form .flexholder .formitem.half {
  width: 49%;
}
.form .flexholder .formitem .info {
  margin-top: 20px;
  display: block;
}
.form .flexholder .formitem .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .flexholder .formitem .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form .flexholder .formitem .checkbox label input {
  margin-top: 5px;
}
.form .flexholder .formitem .checkbox label .mylabel {
  margin-left: 15px;
  padding-top: 0;
  margin-top: 0;
  font-weight: 400;
  font-size: 0.8em;
}
.form .flexholder .formitem .flex2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.form .flexholder .formitem .flex2col .left {
  width: 150px;
}
.form .flexholder .formitem .flex2col .right {
  width: calc(100% - 180px);
}
@media only screen and (max-width: 600px) {
  .form .flexholder .formitem.half {
    width: 100%;
  }
}
.form .flexholder .formitem .erroneous {
  color: crimson !important;
  border-color: crimson !important;
}
.form .flexholder .submitholder {
  width: 100%;
  display: block;
}
.form .flexholder .submitholder input[type="submit"] {
  /*color:white;
        background: @basiccolor;
        padding: 15px 25px;
        font-size:14px;
        line-height:14px;
        border: none;
        text-transform:uppercase;
        transition: all .3s ease;
        font-weight:bold;
        */
  /*
        &:hover{
          color:@basiccolor;
          background:@color; 
        }
        */
}
.form .flexholder .submitholder input[type="submit"].disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form .feedback {
  color: crimson;
  margin-top: 20px;
}
/*.banner{	 
	//margin-top:25px;
	&.mb{
		margin-bottom:50px;	
	}
	figure{
		width: 100%;
		//height: 60vh;
		padding-bottom:30%;
		// max-height:500px;
		
		background-size: cover;
		background-position:  center;
		background-repeat: no-repeat;
		opacity:0;
		position:relative;
    &.top{
      background-position: center top;
    }
    &.bottom{
      background-position: center bottom;
    }
		transition: opacity .5s ease;
		&.loaded{
			opacity:1;	
		}
		img{
			position: absolute;
			top:0;left:0;right:0;bottom:0;
			opacity:0;
			&.loaded{
				display:none;
			}
		}
	}	
}
*/
.layoutpage {
  margin: auto;
  padding: 50px;
  padding-bottom: 100px;
}
.layoutpage.mt {
  margin-top: 50px;
}
.layoutpage.mb {
  margin-bottom: 100px;
}
.layoutpage .layouttitle {
  text-align: center;
  color: #505050;
  font-family: Hawkes-Nar;
  font-weight: medium;
  font-size: 4em;
  line-height: 1em;
  text-transform: uppercase;
}
.layoutpage .layoutsubtext {
  color: #505050;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.3em;
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-bottom: 50px;
}
.layoutpage .fullbg {
  background: #f1f2f4;
  padding: 40px 0  0px 0;
  margin-bottom: 40px;
  text-align: center;
}
.layoutpage .fullbg .inner {
  max-width: 800px;
}
.layoutpage .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  padding: 0 2%;
  margin: auto;
}
.layoutpage .inner.wider {
  max-width: 1250px;
}
.layoutpage .column-grid {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 -2%;
  margin-bottom: 0px;
  /*.block-type-quote{	 
			//background: black;//url('../images/background.gif') center center repeat;	
			
			// margin:50px 0 ;
			padding: 100px 0%;
			//float:left;
			//color:white;
			//border-color:white;
			width:100%;	
			.testimonial{
				font-style:italic;
			}
			a{
				background:black;
				color:black;	
				&:hover{
					background:white;	
				}
			}	
		}*/
}
.layoutpage .column-grid.nomarginbottom {
  margin-bottom: 0;
}
.layoutpage .column-grid .block-type-heading,
.layoutpage .column-grid .block-type-button,
.layoutpage .column-grid .block-type-text,
.layoutpage .column-grid .block-type-list,
.layoutpage .column-grid .block-type-quote,
.layoutpage .column-grid .block-type-gallery,
.layoutpage .column-grid .block-type-image,
.layoutpage .column-grid .block-type-form,
.layoutpage .column-grid .block-type-video {
  margin-bottom: 40px;
}
.layoutpage .column-grid .block-type-heading h2 {
  font-size: 2em;
  line-height: 1.3em;
  font-family: Hawkes-Reg;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .layoutpage .column-grid .block-type-heading h2 {
    font-size: 1.5em;
  }
}
.layoutpage .column-grid .block-type-list ol,
.layoutpage .column-grid .block-type-list ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.layoutpage .column-grid .block-type-list ol p,
.layoutpage .column-grid .block-type-list ul p {
  margin: 0;
}
.layoutpage .column-grid .block-type-text {
  margin-bottom: 0px;
}
.layoutpage .column-grid .block-type-text .txtbg {
  padding: 40px 40px 1px 40px;
  background: #f1f2f4;
  margin-bottom: 40px;
}
.layoutpage .column-grid .block-type-text p {
  margin: 0;
  margin-bottom: 20px;
}
.layoutpage .column-grid .block-type-image figcaption,
.layoutpage .column-grid .block-type-video figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}
.layoutpage .column-grid .block-type-video figure {
  position: relative;
  padding-bottom: 56.25%;
  background: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 20px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 5px 20px;
}
.layoutpage .column-grid .block-type-video figure iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.layoutpage .column-grid .block-type-button .block_btn {
  cursor: pointer;
  color: black;
  background: #82714E;
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.layoutpage .column-grid .block-type-button .block_btn:hover {
  text-decoration: none;
  background: #333;
}
.layoutpage .column-grid .block-type-quote {
  background: #D3E0D8;
  color: #000;
  margin: auto;
  margin-bottom: 40px;
  max-width: 600px;
  padding: 70px;
}
.layoutpage .column-grid .block-type-quote p {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.3em;
}
.layoutpage .column-grid .block-type-quote h3 {
  margin: 10px 0  0px 0px;
  font-size: 1em;
}
.layoutpage .column-grid .block-type-gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -10px;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem {
  width: calc(25% - 20px);
  margin: 10px;
  border: 1px solid #f1f2f4;
  padding: 10px;
  background: white;
  display: block;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem figure {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem figure img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem figure img.loaded {
  display: none;
}
@media only screen and (max-width: 900px) {
  .layoutpage {
    padding-bottom: 20px;
  }
  .layoutpage .column-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layoutpage .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.span_3 {
  width: calc(25% - 4%);
  margin: 0 2%;
}
.span_4 {
  width: calc(33.333% - 4%);
  margin: 0 2%;
}
.span_8 {
  width: calc(66.6666% - 4%);
  margin: 0 2%;
}
.span_6 {
  width: calc(50% - 4%);
  margin: 0 2%;
}
.span_12 {
  width: calc(100% - 4%);
  margin: 0 2%;
}
@media only screen and (max-width: 900px) {
  .span_3,
  .span_4,
  .span_8,
  .span_6,
  .span_12 {
    width: calc(100% - 4%);
    margin: 0 2%;
  }
}
