@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -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;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
html,
body {
  margin:0;
  padding:0;
  height:100%;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

main {
  min-height: 85vh;
}

/* Header */
.navigatie {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  z-index: 5;
  max-width: 1600px;
}
.navigatie_right {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-direction: column;
  height: 100px;
}
.navigatie_right nav {
  padding: 0 10px;
}
.navigatie_top {
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: center;
}
.navigatie_top>div {
  padding: 13px 15px;
  font-size: .9em;
  position: relative;
  background-color: #fff;
}
.navigatie_top>div a {
  color: #A9A9A9;
  transition: all .3s;
  border-right: #EBEBEB 2px solid;
  padding: 0 10px;
}

.navigatie_top>div a:hover {
  color: #E94E1B;
}

.navigatie_top>div a:first-of-type {


}
.navigatie_top>div a:last-of-type {
  border-right: none;
  padding-right: 0px;
}
.navigatie_top>div a i {
  margin-right: 10px;
  font-size: 1.1em;
}

.navigatie_top>div img {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}


.navigatie_top>a {
  color: #A9A9A9;
  font-size: 1em;
  margin: 1px;
}

.navigatie_top>a:last-of-type {
  margin-right: 40px;
}

.navigatie nav>ul {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.navigatie nav>ul>li {
  padding: 18px 0 0 0;
  margin: 10px 35px;
  font-weight: 700;
  padding-bottom: 30px;
}

.navigatie nav>ul>li:last-of-type {
  margin-right: 0;
}

.navigatie nav>ul>li a {
  color: #3C3C3B;
}

.subnav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  z-index: 2;
  transition: all .5s;
  background-color: #F5F5F5;
  bottom: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  transition-delay:.5s;
}

.closesub {
  bottom: 100% !important;
}

.close_subnav {
  width: 50px;
  height: 50px;
  border-radius: 200px;
  position: absolute;
  left: 50%;
  font-size: 1.3em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  top: 30px;
  cursor: pointer;
  transition: all .3s;
  transform: translateX(-50%);
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
}

.close_subnav:hover {
  background-color: #F05A28;
  color: white;
}

.navigatie nav>ul li.enable-subnav:hover .subnav {
  bottom: 0;
}

.forceclose {
  bottom: 100% !important;
}

.subnav>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.subnav>div>div:first-of-type {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-direction: column;
  padding-right: 50px;
  border-right: #ECECEC 2px solid;
}

.subnav>div>div:first-of-type a {
  font-size: 2em;
  padding: 15px 0;
  color: #DDDDDD;
  transition: all .3s;
}

.subnav>div>div:first-of-type a:hover {
  color: #262626;
}

.subnav>div>div:first-of-type .activeSub {
  color: #0757a3;
}

.subnav>div>div:last-of-type {
  padding-left: 50px;
  width: 100%;
}

.link_menu {
  margin-top: 20px;
  background-color: #0757a3;
  color: white !important;
  padding: 10px 30px;
  display: inline-block;
}

.link_menu i {
  margin-left: 10px;
}

.subnav>div>div:last-of-type article {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.subnav>div>div:last-of-type article a {
  color: #6B6B6B;
  padding: 15px 0;
}

.menu_quote {
  font-size: 2.2em;
  font-weight: 700;
  color: #B5B5B5;
  line-height: 160%;
  max-width: 800px;
  margin-bottom: 30px;
}

.menu_quote strong {
  color: #3C3C3B;
}

.menu_images {
  width: 100%;
  flex-wrap: wrap;
  max-width: 800px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.menu_images img {
  width: 23%;
  margin: 1%;
}

.navigatie .active {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 15px;
  background-image: url(/images/active_link.png);
}

.navigatie .active>a {
  color: #0757a3;
}

.logo {
  height: 90px;
  margin: 5px;
}

.resp_logo {
  display: none;
}
/* Einde Header */

.home_slider .slick-slide {
  height: auto;
}

/* Aanpak */
.aanpak_overzicht {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 10px;
  padding-top: 80px;
}

.aanpak_overzicht article {
  width: 29.33%;
  padding: 50px 0;
}

.aanpak_overzicht>h2 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  font-size: 3em;
}

.aanpak_overzicht>h3 {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 50px;
  color: #727272;
}

.aanpak_overzicht article>h2 {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 150%;
  margin-bottom: 10px;
}

.aanpak_overzicht article>h3 {
  font-size: 4em;
  font-weight: 700;
  color: #004C96;
  margin-bottom: 10px;
}

.aanpak_overzicht article div {
  line-height: 160%;
  font-size: 1em;
  color: #5e5e5e;
}

/* Einde Aanpak */

/* AK */

.kopen_ak {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 400px;
  border: 2px solid #EFEFEF;
  display: flex;
  justify-content: space-between;
}

.kopen_ak div:first-of-type {
  padding: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.kopen_ak_bg {
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/images/brouwery.jpg);
}

.kopen_ak h2 {
  color: #004C96;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 4.5em;
}

.kopen_ak h3 {
  font-size: 1.7em;
  font-weight: 700;
}

.kopen_ak a {
  margin-top: 35px;
  padding: 13px 35px;
  font-size: 1.1em;
  font-weight: 700;
  background-color: #004C96;
  color: #fff;
  display: inline-block;
}

/* Einde AK */


/* Page Banner */

.page_banner {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.page_banner .pags {
  display: none;
}

.page_banner .pagm {
  display: none;
}

.page_banner img {
  width: 100%;
}

.page_banner h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 2.9em;
  font-weight: 700;
  color: white;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.63);
}

/* Einde Page Banner */

/* Responsive Menu */
.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  background-color: #fff;
}

.menuoverlay {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0,0,0,.4);
}

.overvisible {
  display: block;
}

.top_res_nav {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  background-color: #0757a3;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.closebtn {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.winkelmandres {
  font-size: 1.2em;
  color: #fff;
  margin-right: 20px;
}

.verlanglijstres {
  font-size: 1.2em;
  color: #fff;
}

.menu-block {
  overflow: hidden;
}

.menu-is-open {
  right: 0;
}

.res-nav nav {
  padding-top: 75px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 100px;
  height: 100%;
  position: relative;
}

.navitem {
  width: 100%;
  padding: 20px;
}

.navitem div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(-450deg);
}

.rotateImg  {
  transform: rotate(0deg) !important;
} 

.navitem a {
  color: #3C3C3B;
  font-weight: 700;
  font-size: 1.3em;
}

.openNavItem {
  max-height: 350px !important;
  margin-top: 10px !important;
  padding-top: 10px !important;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  list-style-type: disc;
  padding-left: 10px;
  color: white;
  overflow: hidden;
  transition: all .5s;
  max-height: 0;
}

.navitem ul li {
  display: inline-block;
  padding: 10px;
}

.navitem ul li i {
  margin-left: -7px;
  color: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;
}

.navitem ul a {
  font-size: 1em;
  padding: 10px 0;
  color: #484848;
}

.menubtn {
  width: 30px;
  cursor: pointer;
  display: none;
  transition: all .3s;
  margin-right: 10px;
}
/* Einde Responsive Menu */

.hellohelpform {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-top: 2px solid #EAEAEA;
  padding-top: 40px;
}

.hellohelpform form {
  width: 60%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.hellohelpform .field label {
  display: flex;
  margin-top: 25px;
  color: #353535;
  font-size: 1.1em;
}

.hellohelpform form input[type=text], .hellohelpform form input[type=email] {
  width: 100%;
  border: none;
  background-color: #f8f7f7;
  padding: 15px;
  font-family: "Poppins", sans-serif;
  color: #353535;
}

.hellohelpform form input[type=submit] {
  background-color: #FFAF34;
  padding: 13px 30px;
  font-size: 1.2em;
  font-weight: 700;
  color: white;
  border: none;
  font-family: "Poppins", sans-serif;
}

.hellohelpform form #NaamInput {
  width: 49%;
}

.hellohelpform > div {
  width: 35%;
  margin-left: 5%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.hellohelpform > div img {
  width: 100%;
  border: 2px solid #EAEAEA;
}

.hellohelpform > div h2 {
  font-size: 1.1em;
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #626572;
  font-weight: 700;
  text-align: left;
  width: 100%;
}

.hellohelpform > div div {
  margin-bottom: 10px;
  line-height: 180%;
  color: #999999;
}

.helloshare {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
}

.helloshare > div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.helloshare > div p {
  margin-right: 5px;
}

.helloshare a {
  font-size: 1.2em;
  color: #fff;
  background-color: #FFAF34;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  border-radius: 200px;
}

.a2a_default_style a button {
  width: 35px;
  visibility: hidden;
}


/* hellohelp new */

/* hellohelp */

.hellohelp-img .groter-scherm {
  display: block;
}

.hellohelp-img .kleiner-scherm {
  display: none;
}

.hellohelp-header {
  background-color: #f4f9fa;
  outline: 1px solid white;
  outline-offset: -5px;
  position: relative;
  margin-top: 2em;
  z-index: 0;
}

.hellohelp-img img {
  max-width: 100%;
  width: 65%;
  position: relative;
}

.hellohelp-text {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  text-align :left;
  padding: 30px 20px 15px 30px;
}

.hellohelp-text h2 {
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.hellohelp-text p {
  text-align: left;
  width: 90%;
  margin-left: 0;
  font-style: italic;
  line-height: 140%;
  font-size: 1.1em;
}

.hellohelp-text blockquote {
  border-left: 5px solid #dddddd;
  quotes: none;
}

.hellohelp-text blockquote p {
  margin-top: 2em;
  margin-bottom: 3em;
  font-style: normal;
  font-size: 1.3rem;
  padding-left: 0.5em;
}

.hellohelp-header .arrow img {
  max-width: 100%;
  width: 15%;
  float: right;
  transform: rotate(75deg);
}

.hellohelp-text a {
  text-transform: uppercase;
  background-color: #FBBE00;
  color: white;
  padding: 20px 25px;
  font-weight: 700;
  border-radius: 50px;
  float: right;
  margin-top: 5em;;
}

.hellohelp-text a:hover {
  background-color: white;
  color: #FBBE00;
  border: 1px solid #FBBE00;
}

.hellohelp-body {
  background-color: #dddddd;
  padding: 6em 6em;
  position: relative;
  z-index: 5;
}

.hellohelp-body:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -6.5em;
  left: 0;
  background-color: #dddddd;
  transform-origin: top left;
  transform: skewY(3deg);
  z-index: 1;
}

.body-content {
  position: relative;
  z-index: 7;
  margin: auto;
  text-align: center;
}

.body-content h2 {
  margin-top: 3em;
  float: right;
  width: 100%;
  text-align: right;
}

.body-content h2 a {
  color: #b1933f;
}

.hellohelp-body .row {
  margin: auto;
  display: flex;
  flex-flow: row wrap;
}
.hellohelp-body .row .col-4 {
  flex: 1 0 33%; 
}


/* einde hellohelp */

/* Walkthrough */

.walkthrough {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 30px;
}

.walkthrough article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.walkthrough article>div  {
  height: 30vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.walkthrough article>div img {
  width: 55px;
  border-radius: 200px;
  margin: 0 5px;
}

.walkthrough article>div a {
  width: 55px;
  height: 55px;
  background-color: #004C96;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: white;
  border-radius: 200px;
  font-size: 1.1em;
}

.eenderde {
  width: 41.33%;
  margin-bottom: 1%;
  padding-right: 10px;
  color: #C0C0C0;
  font-weight: 700;
  font-size: 3em;
  line-height: 180%;
}

.eenderde strong {
  color: #515151;
}

.tweederde {
  width: 57.66%;
  margin-bottom: 1%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 15px;
}

.eentweede {
  width: 50%;
  margin-bottom: 1%;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 15px;
}

.eenvierde {
  width: 24%;
  margin-bottom: 1%;
}

/* Einde Walkthrough */


/* Blokken */
.blokken {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

.blokken article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 0;
}

.blokken article img {
  width: 100%;
}

.blokken_img {
  width: 45%;
}

.blokken_small {
  display: none;
}

.blokken_content {
  width: 50%;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px;
}

.blokken_content h3 {
  color: #E13716;
  font-size: 4.5em;
  margin-bottom: 10px;
  font-weight: 700;
}

.blokken_content h2 {
  color: #000000;
  font-size: 2em;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
  max-width: 700px;
}

.blokken_content a {
  text-transform: uppercase;
  color: black;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin-top: 20px;
}

.blokken_content div {
  line-height: 200%;
  color: #4D4D4D;
  font-size: 1.1em;
}

.blokken article:nth-child(even) .blokken_img {
  order: 2;
}

.blokken article:nth-child(even) .blokken_content {
  order: 1;
}
/* Einde Blokken */


/* Instagram Banner */

.instaholder {
  padding: 60px 0;
  margin-bottom: 50px;
  margin-top: 30px;
  background-color: #f9f9f9;
}

.insta-preview {
  max-width: 1630px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.insta-preview>h2 {
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 15px;
}

.insta-preview>h2>div {
  height: 2px;
  margin: 0 20px;
  background-color: #dadada;
  width: 100px;
}

.insta-preview a {
  width: 18%;
  margin: 1%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.insta-preview a:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.insta-preview a>div {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.4);
  height: 40px;
  color: white;
  z-index: 2;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: .9em;
}

.insta-preview a>div i {
  font-size: 1.3em;
  margin-right: 10px;
}

/* Einde Instagram Banner*/


/* Interesse */
.interesse_page {
  width: 96%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.interesse_references {
  width: 49%;
  max-height: 80%;
  position: relative;
}

.interesse_references article {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
.interesse_references article img {
  max-width: 100%;
  margin: -100px 0px 0px 0px;
}
.interesse_references article span {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background-color: #e74c3c;
  color: #fff;
  font-size: 1.75em;
}

.interesse_references .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  transform: translateX(-50%);
}

.interesse_references .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  cursor: pointer;
  background-color: white;
  margin: 0 8px;
}

.interesse_references .slick-dots .slick-active {
  width: 15px;
  height: 15px;
  margin-left: 0 3px;
}

.interesse_references .slick-dots button {
  display: none;
}

.interesse_form_content {
  width: 49%;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 90vh;
}

.interesse_form_content.uitverkocht {
  opacity: 0.6;
  pointer-events: none;
}

.interesse_form {
  width: 100%;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.interesse_form #NaamInput {
  width: 49%;
}

.interesse_form h1 {
  font-size: 2.8em;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #F1F4F6;
}

.interesse_form_label {
  font-weight: 700;
  font-size: 1.05em;
  color: #898989;
  padding-bottom: 8px;
  display: block;
}

.interesse_form input[type=text], .interesse_form input[type=email] {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  background-color: #F1F4F6;
  padding: 10px 15px;
  font-size: 1em;
  font-family: 'Poppins', sans-serif;
  border-radius: 10px;

  color: #9F9FA0;
}

.interesse_form .selectric {
  background-color: transparent;
}

.interesse_form .selectric .label {
 width: 100%;
 margin-bottom: 20px;
 border: none;
 height: initial;
 background-color: #F1F4F6;
 padding: 15px;
 font-weight: 400;
 font-family: 'Poppins', sans-serif;
 border-radius: 10px;
 font-size: 1em;
 color: #9F9FA0;
 background-image: url(/images/select.png);
 background-position: center right;
 background-size: contain;
 background-repeat: no-repeat;
}

.interesse_form input[type=submit] {
  border: none;
  background-color: #004C96;
  padding: 10px 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
}

.interesse_form textarea {
  width: 100%;
  min-height: 120px;
  border: none;
  border-radius: 10px;
  background-color: #F1F4F6;
  padding: 15px;
  color: #9F9FA0;
  font-family: 'Poppins', sans-serif;
}

.interesse_fl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding-top: 10px;
}

/* Einde Interesse */

/* investeren */

.invest-blokken {
  display: flex;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
  position: relative;
  margin-bottom: 9em;
  line-height: 160%;

}
.invest-blokken div {
  flex: 1 1 0;
  margin: 2em;
  font-size: 0.9em;
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: 10px 10px 14px 0px rgba(7,88,163,0.15);
  -moz-box-shadow: 10px 10px 14px 0px rgba(7,88,163,0.15);
  box-shadow: 10px 10px 14px 0px rgba(7,88,163,0.15);
}

.invest-blokken div h1, .invest-blokken div h2 {
  width: 100%;
}

.invest-blokken div h1 {
  font-size: 45px;
  font-weight: 700;
  color: #0757a3;
}

.invest-blokken div h2 {
  font-size: 1.7em;
  font-weight: 600;
  margin: 1em auto;
}



/* einde investeren */

/* Footer */

footer {
  background-image: url(/images/footer.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.inner_footer {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  padding: 50px 10px;
}

.inner_footer img {
  width: 250px;
}

.inner_footer>div {
  width: 75%;
  min-width: 900px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.inner_footer>div div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.inner_footer>div div h2 {
  font-size: 1.4em;
  font-weight: 700;
  color: #0757a3;
  margin-bottom: 10px;
}

.inner_footer>div div a {
  color: #3C3C3B;
  padding: 10px 0;
}

.footer_overlay {
  background-color: #ffffff;
  opacity: .89;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.social_media {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 10px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.social_media a {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  background-color: #646464;
  color: #fff;
  font-size: 1.2em;
  margin: 0 10px;
}

.social_media>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.social_media>article {
  width: 100%;
  height: 3px;
  margin: 0 20px;
  background-color: #878787;
}

.social_media>div div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.disclaimer {
  background-color: #646464;
  padding: 10px;
  font-size: .9em;
}

.disclaimer>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  color: #D9D9D9;
}

.disclaimer>div span {
  margin: 0 15px;
  color: #4B4B4B;
}

.disclaimer div a {
  color: #D9D9D9;
}
/* Einde Footer */


/* Cookie Melding */
#cookiemelding {
  display:none;
}

.PL_Wrapper {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

.PL_Wrapper h2 {
  font-weight: 700;
  color: #2d3060;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #979797;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  padding: 15px;
  font-weight: 700;
  background-color: #2d3060;
  border: 2px solid #2d3060;
  color: #fff;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #2d3060;
}
/* Einde Cookie Melding */


/* Page Header */

.page_header {
  width: 100%;
  max-width: 1000px;
  padding: 50px 10px;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}

.page_header h1 {
  text-align: center;
  color: #000;
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 150%;
  width: 100%;
}

.page_header h2 {
  font-size: 1.4em;
  line-height: 150%;
  font-weight: 700;
  color: #0757a3;
  text-align: center;
  letter-spacing: 2px;
}

.page_header div {
  text-align: center;
  font-size: 1.2em;
  color: #5F5F5F;
  line-height: 200%;
  width: 100%;
}

.page_header div strong {
  color: #3C3C3B;
}

/* Einde Page Header */



/* Home Slider */

.full_screen_slider {
  width: 100%;
}

.full_screen_slider .slick-dots {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.full_screen_slider .slick-dots li {
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}

.full_screen_slider .slick-dots li div {
  width: 4px;
  height: 4px;
  border: none;
  transition: all .3s;
  border-radius: 200px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.85);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.85);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.85);
}

.full_screen_slider .slick-dots li:not(.slick-active):hover div {
  width: 12px;
  height: 12px;
}

.slick-vertical .slick-slide {
  border: none !important;
}

.full_screen_slider .slick-dots .slick-active div {
  width: 12px;
  height: 12px;
}

.full_screen_slider .slick-dots button {
  display: none;
}

.full_screen_slider article {
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.full_screen_slider .slick-slide:first-child h2 {
  opacity: 0;
  transition: all .8s;
}

.full_screen_slider article > div {
  width: 100%;
  min-height: 100vh;
  background-color: rgba(58,58,58,.17);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;

}

.textcontent {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1600px;
  height: 100vh;
  padding: 150px 30px;
  padding-top: 150px;
  transition: all 1.5s;
  width: 98%;
}

.textcontent h2 {
  color: #fff;
  font-weight: 700;
  line-height: 130%;
  font-size: 2.9em;
  margin-bottom: 20px;
  max-width: 640px;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.24)
}

.textcontent h3 {
  color: #fff;
  line-height: 180%;
  font-size: 1.6em;
  font-weight: 200;
  max-width: 1040px;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.24);
}

.contentlink {
  width: 100%;
  max-width: 640px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}


.textcontent a {
  display: inline-block;
  background-color: transparent;
  margin-top: 20px;
  font-weight: 700;
  color: #fff;
  padding: 10px 30px;
  font-size: 1.1em;
  transition: all .3s;
  border: 2px solid #fff;
  cursor: pointer;
}

.textcontent a:hover {
  color: #353535;
  background-color: #fff;
}

/* uitlijningen */
.topcontent {
  justify-content: flex-start;
}

.centcontent {
  justify-content: center;
}

.bottomcontent {
  justify-content: flex-end;
}

.centercontent {
  -ms-align-items: center;
  align-items: center;
  transform: translateY(200px);
  opacity: 0;
}

.centercontent h2, .centercontent h3 {
  text-align: center;
}

.rightcontent {
  -ms-align-items: flex-end;
  align-items: flex-end;
  transform: translateX(200px);
  opacity: 0;
}

.rightcontent h2, .rightcontent h3 {
  text-align: right;
}

.leftcontent {
  -ms-align-items: flex-start;
  align-items: flex-start;
  transform: translateX(-200px);
  opacity: 0;
}

.leftcontent .contentlink {
  justify-content: flex-start;
}

.centercontent .contentlink {
 justify-content: center;
}

.rightcontent .contentlink {
  justify-content: flex-end;
}

.leftcontent h2, .leftcontent h3 {
  text-align: left;
}
/* einde uitlijningen */
/* transitions */

.slick-active .centercontent {
  transition-delay: .5s;
  transform: translateY(0);
  opacity: 1;
}

.slick-active .rightcontent {
  transition-delay: .5s;
  transform: translateX(0);
  opacity: 1;
}

.slick-active .leftcontent {
  transition-delay: .5s;
  transform: translateX(0);
  opacity: 1;
}

/* einde transitions */







.home_slider {
  width: 100%;
  position: relative;
}

.medimage, .smaimage {
  display: none !important;
}

.home_slider .slick-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 1.4em;
  color: #fff;
  display: flex;
  background-color: transparent;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.95);
}

.home_slider .slick-next {
  right: 10px;
  left: initial;
}
.home_slider article {
  position: relative;
}

.home_slider article img {
  position: relative;
  z-index: 0;
  width: 100%;
}

.home_slider article > div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  z-index: 1;
  max-width: 1600px;
  padding: 10px;
  padding-bottom: 50px;
}

.home_slider article h2 {
  color: white;
  font-weight: 700;
  font-size: 3.7em;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.95);
  max-width: 1000px;
  line-height: 140%;
  margin-bottom: 20px;
}

.home_slider article h3 {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  line-height: 140%;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.95);
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid white;
  width: 100%;
  max-width: 800px;
}

.home_slider article a {
  background-color: #0757a3;
  border: 3px solid #0757a3;
  color: white;
  font-weight: 700;
  padding: 15px 30px;
  transition: all .3s;
}

.home_slider article a i {
  margin-left: 10px;
}

.home_slider article a:hover {
  color: #0757a3;
  background-color: transparent;
}

/* Einde Home Slider */

/* Home Untis */
.home_units {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  padding: 50px 10px;
}

.home_units_left {
  width: 55%;
  position: relative;
}

.home_units_left img {
  width: 100%;
}

.home_units_right {
  width: 45%;
  padding-left: 30px;
}

.home_units_switch {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: white;
  padding: 15px 30px;
  border-radius: 100px;
}

.home_units_switch div {
  cursor: pointer;
  margin: 0 25px;
  font-weight: 700;
}

.home_units_switch .active {
  color: #0757a3 !important;
}

.home_units_right div {
  font-size: 2.5em;
  font-weight: 700;
  color: #B5B5B5;
  line-height: 180%;
}

.home_units_right div p {
  width: 100%;
}

.home_units_right div strong {
  font-weight: 700;
  color: #3C3C3B;
}
/* Einde Home Units*/

/* Power Titel */
.power_titel_holder {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: block;
  padding: 80px 20px;
}

.power_titel {
  font-size: 3em;
  font-weight: 700;
  color: #B5B5B5;
  line-height: 130%;
}

.power_titel strong {
  font-weight: 700;
  color: #3C3C3B;
}
/* Einde Power Titel */

/* Tekst Blokken */
.tekst_blokken {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
  margin: 30px auto;
}

.tekst_blokken article {
  width: 45%;
  margin: 25px 0;
}

.tekst_blokken article h2 {
  width: 100%;
  text-align: left;
  font-size: 2.2em;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}
.tekst_blokken article h2 img {
  width: 30px;
  margin-right: 20px;
}
.tekst_blokken article div {
  line-height: 250%;
  font-size: 1.1em;
  color: #5F5F5F;
  padding-left: 15px;
}
/* Einde Tekst Blokken */

/* Referenties */
.referenties_slider  {
  width: 100%;
  position: relative;
  margin: 20px 0;
}
.referenties_slider article {
  padding: 20px;
}
.hiddenarticles {
  opacity: 0;
  transition: all 1s;
  transform: translateY(70px);
}
.referenties_slider article>div {
  position: relative;
}
.referenties_slider article>div a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.referenties_slider_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255,255,255,.67);
}
.referenties_slider article img {
  position: relative;
  z-index: 0;
  width: 100%;
}
.referenties_slider .slick-current .referenties_slider_overlay {
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 );
}
.referentie_slider_fotos {
  position: absolute;
  z-index: 4;
  right: 10px;
  top: 10px;
  background-color: rgba(255,255,255,.8);
  border-radius: 200px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #000;
  font-size: 1.2em;
  cursor: pointer;
  transition: all .3s;
}
.referentie_slider_fotos:hover {
  font-size: 1.4em;
}
.referentie_slider_content {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 2;
}
.referentie_slider_content h2 {
  font-weight: 700;
  font-size: 1.5em;
  color: white;
}
.referentie_slider_content h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  font-size: .9em;
  font-weight: 700;
  margin-bottom: 10px;
}
.referenties_slider .slick-arrow {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 200px;
  width: 50px;
  height: 50px;
  z-index: 3;
  color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: rgba(0,0,0,.5);
  border: none;
}
.referenties_slider .slick-next {
  right: 20px;
  left: initial;
}
.referenties_overzicht {
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.referenties_overzicht article {
  width: 33.33%;
  padding: 15px;
}
.reference {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px !important;
}
.referenties_overzicht article>div {
  width: 100%;
  position: relative;
  transition: .3s;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}
.referenties_overzicht article>div:hover {
  transform: scale(1.05);
}
.referenties_overzicht article img {
  width: 100%;
}
.referenties_overzicht article a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.bannerleft {
  position: absolute;
  left: -114px;
  top: -45px;
  font-weight: 700;
  line-height: 150%;
  transform: rotate(-45deg);
  padding: 70px 80px 15px 80px;
  text-align: center;
  background-color: rgba(255,255,255,.8);
}

.bannerleft span {
  color: #004C96;
}


.referentie_overzicht_content {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.referentie_overzicht_content i {
  font-size: 1.2em;
}
.referentie_overzicht_content h2 {
  color: #000;
  font-weight: 700;
  font-size: 1.4em;
}
.referentie_overzicht_content h3 {
  color: #676767;
  font-weight: 700;
  font-size: .9em;
  margin-bottom: 2px;
}
.referenties_filter {
  width: 100%;
  max-width: 1400px;
  padding: 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.referenties_filter select {
  width: 33.33%;
  margin: 5px;
  background-color: #f6f6f6;
  padding: 15px;
  height: 50px;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #333332;
  font-size: .9em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(/images/select.png);
}
.referentie_size_switch {
  height: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 10px;
}
.referentie_size_switch > div {
  height: 100%;
  min-width: 50px;
  margin: 5px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #a2a2a2;
  cursor: pointer;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.referentie_size_switch > div img {
  width: 20px;
  filter: grayscale(100%);
}
.referentie_size_switch .active img {
  filter: grayscale(0);
}
.referentie_size_switch .active {
  color: #0757a3;
}
.realisatie_detail_page {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.realisatie_detail_page article {
  width: 100%;
}
.realisatie_map, .realisatie_video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  display: none;
}
.realisatie_video>div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.realisatie_video iframe {
  height: 100%;
  width: 65%;
}
.realisatie_video>div h2 {
  font-size: .9em;
  padding: 8px 15px;
  background-color: #EB4320;
  color: white;
  font-weight: 700;
  margin-bottom: 10px;
  border-radius: 200px;
}
.realisatie_video>div h1 {
  font-size: 2.5em;
  font-weight: 700;
  color: white;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.83);
}
.realisatie_video>div>div {
  height: 100%;
  width: 35%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 15px;
  border-right: 10px solid white;
}
#realisatie_map {
  width: 100%;
  height: 100%;
}
.realisatie_detail_content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 100px;
}
.realisatie_detail_page>img {
  width: 100%;
}
.respimage {
  display: none;
}
.realisatie_detail_content h1 {
  font-size: 2.9em;
  font-weight: 700;
  color: white;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.83);
}
.realisatie_detail_content h2 {
  font-size: .9em;
  padding: 8px 15px;
  background-color: #EB4320;
  color: white;
  font-weight: 700;
  margin-bottom: 10px;
  border-radius: 200px;
}
.realisatie_detail_content h2 i {
  margin-right: 5px;
}
.realisatie_controls {
  max-width: 1400px;
  width: 100%;
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border: 2px solid #EFEFEF;
  padding: 10px 0;
}
.realisatie_controls .control a {
  font-weight: 700;
  color: #000000;
  margin: 10px 0;
  padding: 0 25px;
  border-right: 2px solid #EFEFEF;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s;
}
.realisatie_controls .control .active {
  color: #EB4320 !important;
}

.realisatie_controls .control a:hover {
  transform: scale(1.1);
}

.realisatie_controls a i {
  margin-right: 15px;
  font-size: 1.3em;
}

.realisatie_controls .control {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.realisatie_controls .control a:last-child {
  border-right: none;
}

.realisatie_controls .social a {
  font-size: 1.1em;
  color: black;
  margin: 0 10px;
  cursor: pointer;
}

.realisatie_content {
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.realisatie_content>div {
  width: 100%;
}

.realisatie_content aside {
  width: 100%;
  border: 2px solid #EFEFEF;
  padding: 20px;

}

.aside_detail {
  width: 450px !important;
  margin-left: 50px;
}

.realisatie_content aside h2 {
  font-size: 1.4em;
  color: #EB4320;
  font-weight: 700;
  margin-bottom: 10px;
}

.realisatie_content aside p {
  color: #777777;
  line-height: 180%;
  font-size: 1.1em;
}

.realisatie_content aside>div:not(:last-of-type) {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px dashed #EFEFEF;
}

.realisatie_content .breadcrum {
  font-weight: 700;
  color: #E1E1E1;
  font-size: .8em;
  padding-bottom: 15px;
}

.realisatie_content .breadcrum a {
  color: #E1E1E1;
}

.realisatie_tekst {
  line-height: 200%;
  font-size: 1.2em;
  color: #777777;
}

.realisatie_images {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 15px 0;
  flex-wrap: wrap;
}

.realisatie_images article {
  width: 31.33%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}

.realisatie_images article div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,.6);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 2em;
  color: white;
  transition: all .3s;
  opacity: 0;
  cursor: pointer; 
}

.realisatie_images article:hover div {
  opacity: 1;
}

.realisatie_images article img {
  width: 100%;
}

.pswp__bg {
  background-color: white !important;
}

.pswp__top-bar, .pswp__caption {
  background-color: white !important;
}
.pswp__top-bar *, .pswp__caption * {
  color: white !important;
  background-color: black !important;
}

.andere_realisaties {
  width: 100%;
  padding: 80px 10px;
  margin-bottom: 50px;
  background-color: #EFEFEF;
}


.andere_realisaties>div {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.andere_realisaties>div>h2 {
  font-weight: 700;
  font-size: 1.5em;
  color: #262626;
  width: 100%;
  margin-bottom: 20px;
}

.andere_realisaties>div article {
  width: 31.83%;
  margin-right: 2%;
  position: relative;
  transition: all .3s;
} 

.andere_realisaties>div article:hover {
  transform: scale(1.05);
}

.andere_realisaties>div article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.andere_realisaties>div article img {
  width: 100%;
}

.andere_realisaties>div article:last-of-type {
  margin-right: 0;
}

.andere_realisaties .referentie_overzicht_content {
  background-color: white;
}

.spinnerbox {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

.spinnerbox img {
  width: 100px;
}

.noprods {
  width: 100%;
  text-align: center;
  font-weight: 700;
  padding: 20px 0;
}

/* Einde Referenties */


/* Garanties */
.garanties {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border: 2px solid #F2F2F2;
}

.garanties h2 {
  color: #000;
  font-size: 3em;
  max-width: 600px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

.garanties h3 {
  font-weight: 700;
  font-size: 2.3em;
  line-height: 150%;
  color: #d8d8d8;
  padding: 10px 0;
}

.garanties h3 i {
  font-size: 1.2em;
  margin-right: 10px;
  color: #F1A78F;
}

.garanties>div {
  width: 50%;
}

.garanties>div div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.garanties>div div a:first-of-type {
  border: 2px solid #0757a3;
  color: #0757a3;
  text-align: center;
  padding: 15px 35px;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  margin-right: 15px;
  min-width: 250px;
}

.garanties>div div a:last-of-type {
  background-color: #0757a3;
  border: 2px solid #0757a3;
  color: #fff;
  padding: 15px 35px;
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  min-width: 250px;
}

.garanties>div:first-child {
  padding: 50px;
}

.garanties_image {
  background-position: center;
  background-size: cover;
}
/* Einde Garanties */


/* Contact */

#dasmap {
  width: 100%;
  height: 500px;
}

.team {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.team article {
  width: 18%;
  margin: 1%;
  padding: 10px;
  background-color: white;
}

.team article img {
  width: 100%;
  margin-bottom: 10px;
}

.team article h2 {
  width: 100%;
  font-size: .9em;
  text-align: center;
  background-color: white;
  padding: 5px;
} 

.radio_container {
  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 15px;
}

.radio_container input {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.radio_container input:checked + .radio_checker {
  background-color: #94C11E;
  color: white;
}

.radio_container input:checked + .radio_checker i {
  display: block;
}

.radio_checker:hover {
  background-color: #94C11E;
  color: white;
}

.radio_checker {
  cursor: pointer;
  transition: all .3s;
  padding: 15px 30px;
  border-radius: 200px;
  font-size: .8em;
  font-weight: 700;
  background-color: #e4e4e4;
  z-index: 1;
  position: relative;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.form_changer {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.radio_checker i {
  display: none;
  margin-right: 10px;
}

.contact_info {
  display: flex;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
  padding: 60px 10px;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  flex-wrap: wrap;
  transform: translateY(-50%);
  max-width: 1600px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
}

.contact_info h2 {
  font-size: 1.3em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #E13716;
}

.contact_info p {
  color: #4B4B4B;
  font-size: .9em;
  margin-top: 15px;
}

.contact_info a {
  padding-left: 30px;
  position: relative;
}

.contact_info a {
  color: #4B4B4B;
}

.contact_info a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} 

.contact_content {
  width: 100%;
  padding-bottom: 60px;
}

.contact {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  min-height: 100px;
  margin-top: -40px;
  flex-wrap: wrap;
  border: 2px solid #efefef;
}

.gegevens {
  width: 28%;
  margin-left: 2%;
  background-color: white;
}

.gegevens img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.gegevens>div {
  padding: 25px;
}

.gegevens div h2 {
  color: #98272B;
  font-size: 1.3em;
  margin-bottom: 15px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}

.gegevens div div {
  font-size: .85em;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: #4B4B4B;
  line-height: 200%;
}

.gegevens div div p {
  width: inherit;
}

.contact_form_holder {
  width: 100%;
  padding: 35px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact_form_holder div {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.contact_form_holder div>img {
  width: 28.8%;
  margin-left: 2.2%;
}

.contact_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 69%;
}

.hideField {
  display: block;
}

.complaint_form {
  display: none;
}

#NaamInput {
  width: 48%;
}

#EmailInput {
  width: 100%;
}

.contact_form input[type=text], 
.contact_form input[type=email] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #F4F4F4;
  padding: 10px 10px;
  color: #A8A8A8;
  margin-bottom: 20px;
  font-family: 'Poppins', serif;
}

.contact_form textarea {
  width: 100%;
  border: 2px solid #F4F4F4;
  border-radius: 0px;
  padding: 10px 10px;
  color: #A8A8A8;
  margin-bottom: 20px;
  height: 300px;
  font-family: 'Poppins', serif;
}

.contact_form input[type=submit] {
  padding: 10px 40px;
  background-color: #E13716;
  border: 2px solid #E13716;
  font-weight: 700;
  color: #fff;
  font-size: 1.1em;
  transition: all .3s;
  font-family: 'Poppins', serif;
}


.contact_form input[type=submit]:disabled, .complaint_form input[type=submit]:disabled{
  opacity: 1;
}

.contact_form input[type=submit]:disabled:hover, .complaint_form input[type=submit]:disabled:hover {
  background-color: #98272B;
  color: white;
}

.contact_form input[type=submit]:hover, .complaint_form input[type=submit]:hover {
  background-color: transparent;
  color: #98272B;
}

#VoornaamCnt, #NaamCnt {
  width: 49%;
  margin-bottom: 2%;
}

#EmailCnt {
  width: 100%;
  margin-bottom: 2%;
}

#StraatCnt, #GemeenteCnt {
  width: 69%;
  margin-bottom: 2%;
}

#BusCnt, #PostcodeCnt {
  width: 29%;
  margin-bottom: 2%;
}

/* Einde Contact */



/* Doelgroep */
.doelgroep_overzicht {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

.doelgroep_overzicht article {
  padding: 20px;
}

.doelgroep_overzicht article>div {
  width: 100%;
  position: relative;
}

.doelgroep_overzicht article>div>a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.doelgroep_overzicht article img {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.09);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.09);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.09);
}

.doelgroep_overzicht_content {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px 15px;
  border: 2px solid #EFEFEF;
  z-index: 3;
  position: relative;
}

.doelgroep_overzicht_content h2 {
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 15px;
}

.doelgroep_overzicht_content div {
  color: #888888;
  line-height: 180%;
}

.doelgroep_overzicht_content a {
  color: #878787;
  margin-top: 15px;
  font-weight: 700;

}

.doelgroep_overzicht_content a:hover i {
  margin-left: 20px;
}

.doelgroep_overzicht_content a i {
  font-size: 1em;
  margin-left: 10px;
  transition: all .3s;
}

.doelgroep_overzicht .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.doelgroep_overzicht .slick-dots li {
  margin: 3px;
  width: 10px;
  height: 10px;
  background-color: #efefef;
  border-radius: 100px;
}

.doelgroep_overzicht .slick-dots li button {
  display: none;
}

.doelgroep_overzicht .slick-dots .slick-active {
  background-color: #353535 !important;
}

/* Einde Doelgroep */

/* Raster */
.raster {
  max-width: 1800px;
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0 10px;
}

.rater_content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.raster_item {
  overflow: hidden;
  margin: .25%;
  position: relative;
}

.raster_item a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.raster_item:hover img {
  transform: scale(1.1);
}

.raster_item img {
  transition: all 1s;
  width: 100%;
}

.raster_item h2 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 10px;
  text-align: left;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.56);
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  z-index: 2;
}

.small_rasters {
  margin: .25%;
  width: 32.58%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.small_rasters .raster_item {
  width: 100%;
  margin: 0 !important;
}

.raster_big {
  width: 65.66%;
}

.raster_small {
  width: 32.58%;
}

.raster_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 );
}
/* Einde Raster */


/* Vacature Overzicht */
.vacature_overzicht {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  flex-wrap: wrap;
}

.vacature_overzicht>h2 {
  width: 100%;
  font-weight: 700;
  font-size: 1.5em;
  padding: 25px;
  margin-top: 30px;
  text-align: center; 
}

.vacature_overzicht>a {
  display: block;
  padding: 10px 0;
  color: #0757a3;
  font-weight: 700;
  margin: 0 auto;
  border-bottom: 2px solid #0757a3;
  margin-bottom: 50px;
  transition: all .3s;
}


.vacature_overzicht>a:hover {
  background-color: transparent;
  color: #0757a3;

}

.vacature_overzicht article {
  width: 49%;
  margin-bottom: 2%;
  margin-right: 1%;
  border: 2px solid #EFEFEF;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.vacature_overzicht article>a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.vacature_overzicht article:nth-child(even) {
  margin-left: 1%;
  margin-right: 0;
}

.vacature_overzicht article img {
  width: 55%;
}

.vacature_overzicht article>div {
  padding: 15px;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  width: 45%;
}

.vacature_overzicht article h3 {
  color: #E13716; 
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 10px;
}

.vacature_overzicht article h2 {
  color: #4D4D4D; 
  line-height: 140%;
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 25px;
}

.vacature_overzicht article h4 {
  font-size: .9em;
  color: #A3A3A3;
}

.vacature_overzicht article h4 i {
  margin-right: 5px;
}

.vacature_overzicht article div a {
  background-color: #0757a3;
  font-weight: 700;
  color: white;
  padding: 10px 30px;
  margin-top: 20px;
  font-size: 1em;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  transition: all .3s;
  border: 2px solid #0757a3;
}

.vacature_overzicht article div a:hover {
  background-color: transparent;
  color: #0757a3;
}

/* Einde Vacature Overzicht */


/* Vacature Pagina */

.jobs_kind {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  margin-bottom: 50px;
}

.jobs_kind article {
  width: 31%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}

.jobs_kind article img {
  width: 100%;
}

.jobs_kind article h2 {
  font-weight: 700;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.jobs_kind article div {
  color: #888888;
  line-height: 150%;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  padding-bottom: 20px;
}

.francis {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f2f8ff;
  height: 350px;
  position: relative;
  margin-top: 150px;
  margin-bottom: 30px;
}

.francis>div {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.francis img {
  width: 500px;
  bottom: 0;
  position: absolute;
}

.francis article {
  margin-left: 500px;
  width: 100%;
}

.francis article h2 {
  font-weight: 700;
  font-size: 1.7em;
  margin-bottom: 10px;
}

.francis article div {
  line-height: 200%;
  color: #848484;
  font-size: 1.2em;
}

.troeven_banner {
  padding: 30px 10px;
  width: 100%;
}

.troeven_inner_banner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.troeven_inner_banner div {
  width: 29%;
  margin: 0 2%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  border: 2px solid #EFEFEF;
}

.troeven_inner_banner div i {
  font-size: 3.5em;
  color: #E13716;
  margin-bottom: 10px;
}

.troeven_inner_banner div h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  color: #E13716;
  text-align: center;
}

.troeven_inner_banner div p {
  text-align: center;
  line-height: 150%;
  color: #929292;
  font-size: 1em;
}

.vacature_pagina {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 50px 10px;
}

.vacature_pagina>div {
  width: 100%;
}

.vacature_pagina>div>img {
  width: 100%;
}

.vacature_pagina>div>h2 {
  width: 100%;
  color: #0757a3;
  margin-top: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.vacature_pagina>div>h1 {
  width: 100%;
  color: #000000;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.vacature_pagina>div>h1 article {
  font-size: .6em;
}

.vacature_pagina>div>h1 article a {
  margin: 0 10px;
  color: #000;
}

.vacature_pagina>div div {
  line-height: 180%;
  color: #8A8A8A;
  font-size: 1.1em;
}

.vacature_pagina>div div strong {
  font-size: 1em;
  color: #3C3C3B !important;
  font-weight: 700;
  padding-bottom: 15px;
}

.vacature_pagina aside {
  max-width: 450px;
  width: 100%;
  margin-left: 50px;
}

.vacature_pagina aside form {
  border: 2px solid #F2F2F2;
  padding: 35px 30px;  
}

.vacature_form input[type=text], .vacature_form input[type=email] {
  width: 100%;
  border: none;
  background-color: #F8F8F8;
  padding: 12px; 
  color: #353535;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.vacature_form input[type=submit] {
  width: 100%;
  background-color: #004C96;
  color: white;
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.1em;
  font-family: 'Poppins', sans-serif;
  border: none;
  padding: 15px;
}

.vacature_form>h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #0757a3;
  margin-bottom: 15px;
}

.vacature_form .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.vacature_form .inputfile + label {
  font-size: .9em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #353535;
  background-color: #F8F8F8;
  width: 100%;
  padding: 15px;
  display: inline-block;
  margin-bottom: 20px;
}

.vacature_form .inputfile:focus + label,
.vacature_form .inputfile + label:hover {
  background-color: #e8e8e8;
}

.vacature_form .inputfile + label {
  cursor: pointer; /* "hand" cursor */
}

.vacature_form .inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.vacature_form .inputfile + label * {
  pointer-events: none;
}

.vacature_ak {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.vacature_ak div {
  position: relative;
}

.vacature_ak a {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.vacature_ak div>div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.30) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#21000000',GradientType=0 );
}

.vacature_ak .mainimage {
  width: 100%;
}

.vacature_ak .triangle {
  position: absolute;
  left: 10px;
  width: 25px;
  bottom: 0;
  z-index: 2;
}

.vacature_ak  {
  width: 100%;
}

.vacature_ak h3 {
  font-size: 1.2em;
  padding-left: 20px;
  padding-top: 15px;
  font-weight: 700;
  color: #0757a3;
}

.vacature_ak h2 {
  font-size: 1.4em;
  font-weight: 700;
  padding-left: 20px;
  color: #3C3C3B;
  margin-top: 5px;
}

/* Einde Vacature Pagina */


/* Blog*/

.spinner {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  font-size: 1.5em;
  color: #777777;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.blog-img img {
  width: 100%;
}
.blog-head {
  text-align: left;
  line-height: 180%;
  position: relative;
}
.blog-head .c {
  width: 100%;
  color: #505050;
}

.blog-content {
  width: 100%;
  max-width: 1600px;
  margin:0 auto;
  margin-top: 30px;
}
.footermar-blog {
  padding-bottom: 50px;
}
.blog-item {
  position: relative;
}
.blog-item a {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 2;
}
.blog-rows {
  margin-top: 1%;
}
.blog-row {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 1%;
}
.blog-row:last-child {
  margin-bottom: 0;
}
.blog-row .row-block {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.row-block:not(:nth-child(2n)){
  margin-right: 1%;
}
.blog-row.type-b .row-block {
  margin:0;
  width: 100%;
}
.blog-row.reverse .row-block:first-child {
  order:2;
  margin-left: 1%;
  margin-right: 0%;
}
.blog-row .extra .blog-item {
  width: 48.979591836734693877551020408163%;
}
.blog-row .extra .blog-item:not(:nth-child(2n)){
  margin-right: 2.0408163265306122448979591836735%;
}
.blog-rows .blog-main .blog-item {
  width: 100%;
}
.blog-row .extra .blog-item:nth-child(n+3){
  margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 15px;
  z-index: 1;
  color: #fff;
}

.blog-rows .blog-inhoud h2 {
  font-weight: 700;
  text-align: left;
  line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
  font-size: 1.4em;
}
.blog-rows .extra .blog-inhoud h2 {
  font-size: 1.2em;
}
.blog-row.type-c .row-block {
  margin-right: 0;
  width: 100%;
}
.type-c .combo-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c.reverse .combo-img .big {
  order:2;
}
.type-c .combo-img > * {
  width: 50%;
}
.type-c .combo-img .big img {
  width: 100%;
}
.type-c .combo-img .small {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c .combo-img .small img {
  width: 50%;
}
.button-hold {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.button-hold:last-child {
  margin-bottom:0px;
}
.button-hold a {
  display: inline-block;
  border: 2px solid #004C96;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  color: white;
  background-color: #004C96;
  transition: all 0.8s ease;
}
.button-hold a:hover {
  background-color: transparent; 
  color: #004C96;
}
  /**
 * Blog detail
 **/
 .blog-holder {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.blog-aside {
  padding: 30px;
  width: 400px;
  margin-right: 50px;
  border: 2px solid #EAEAEA;

}
.blog-main {
  width: calc(100% - 350px);
}

.blog-main .c {
  font-size: 1.1em;
  color: #a4a4a4;
  padding: 0;
  line-height: 180%;
}

.blog-item .c {
  color: #a4a4a4;
  padding: 0 15px;
  line-height: 180%;
}

.blog-recent .blog-item .c {
  padding: 0 !important;
}

.blog-main .blog-img {
  position: relative;
  width: 100%;
}
.blog-main .blog-img .h1 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 180%;
  color: #004C96;
  font-size: 2.1em;
}
.blog-aside h3 {
  font-weight: 700;
  color: #004C96;
  font-family: 'Poppins',sans-serif;
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 25px;  
}
.blog-nav nav {
  border-top: 1px solid rgb(220,220,220);
  margin-bottom: 60px;
}
.blog-nav a {
  line-height: 40px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgb(220,220,220);
  color: rgb(100,100,100);
  padding-left: 8px;
}
.blog-nav a:hover,.blog-nav a.active {
  color: #004C96;
}
.blog-nav-btn {
  display: none;
  text-align: center;
  padding:10px 0;
  font-size: 3.2em;
  color: #004C96;
  cursor: pointer;
}

.blog-recent h2 {
  font-size: 1.1em;
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #626572;
  font-weight: 700;
}

.blog-recent .c {
  margin-bottom: 10px;
  line-height: 180%;
  color: #999999;
}

.blog-recent .blog-item {
  margin-bottom: 35px;
}

.blog-recent .more {
  font-weight: bold;
  color: #004C96;
}

.blog-overzicht {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.blog-overzicht .blog-item a {
  position: static;
}

.blog-overzicht .btn-hold {
  padding: 15px;
  text-align: left;
}

.blog-overzicht .btn-hold a {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 700;
  border: 2px solid #004C96;
  color: #004C96;
  transition: all 0.5s ease;
}
.blog-overzicht .btn-hold a:hover {
  background-color: transparent;
  color: #004C96;
}
.blog-overzicht h2 {
  font-size: 1.1em;
  font-weight: 700;
  padding: 0 15px;
  line-height: 150%;
  min-height: 45px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #3C3C3B;
}

.blog-overzicht .blog-item {
  width: 31.33%;
  margin: 1%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  transition: all 1s;
}

.blog-overzicht .blog-item:hover {
  transform: scale(1.03);
}

.blog-content-row {
  margin-bottom: 30px;
}
.merk-content .blog-content-row {
  margin-bottom: 1.33%;
}
.blog-content-row h2 {
  font-family: 'Poppins',sans-serif;
  font-size: 1.2em;
  line-height: 150%;
  color: #626572;
}
.blog-content-row .c {
  width: 100%;
  margin:0 auto;
}
.blog-content-row .multi-img-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.blog-content-row .multi-img-holder.two>* {
  width: 49%;
}
.blog-content-row .multi-img-holder.three>* {
  width: 32.33%;
}
.blog-content-row .multi-img-holder.four>* {
  width: 24%;
}
.blog-content-row .multi-img-holder>a img {
  width: 100%;
}
.blog-content-row .filmpje {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-content-row .tekst-and-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.blog-content-row .tekst-and-image > * {
  width: 50%;
}
.blog-content-row .tekst-and-image .c {
  padding:0 20px;
}
.blog-content-row .tekst-and-image.reverse .img {
  order:2;
} 
.title-hold {
  text-align: center;
  margin-bottom: 36px;
}
.title-hold h3 {
  margin-top: 30px;
  padding-top: 30px;
  color: #3C3C3B;
  border-top: 3px solid #ececec;
  font-size: 1.5em;
  font-weight: bold;
}


/* Historiek */

.timelineholder {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.timelineoverlayholder {
  width: 6px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: 9;
  overflow: hidden;
  top: -1px;
  bottom: 0;
}

.timelineoverlay {
  background-color: #0757a3;
  border-radius: 10px;
}

.timeline {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 5px;
  background-color: #EAEAEA;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
}

.timeline_container {
  padding: 30px 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  background-color: inherit;
  width: 100%;
}

.timeline_container::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  background-color: #0757a3;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}

.timeline_item_content {
  padding: 20px 0;
  background-color: white;
  position: relative;
  border-radius: 6px;
  width: 45%;
}

.timeline h2 {
  color: #000;
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 20px;
}

.timeline_item_content div {
  line-height: 200%;
  font-size: 1.15em;
  color: #545454;
}


.left_time {
  margin-right: 5%;
}

.right_time {
  margin-left: 5%;
}

.imageleft {
  margin-left: 5%;
}

.imageright {
  margin-right: 5%;
}

.timeline_other_content {
  width: 45%;
}

.timeline_other_content img {
  width: 100%;
}

.left_time h2 {
  text-align: right;
}

.left_time p {
  text-align: right;
}

/* EINDE TIMELINE */


/* Sollicitatie Bevestigen */

.sollicitatie_bevestigen {
  width: 100%;
  height: 89vh;
  background-image: url(/images/bevestig.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.sollicitatie_bevestigen article {
  max-width: 450px;
  width: 100%;
  background-color: #fff;
  padding: 100px 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.sollicitatie_bevestigen article i {
  font-size: 4em;
  color: #0757a3;
}

.sollicitatie_bevestigen article h1 {
  font-size: 1.5em;
  font-weight: 700;
  color: #0757a3;
  margin-top: 20px;
  margin-bottom: 5px;
}

.sollicitatie_bevestigen article h2 {
  color: #777777;
  line-height: 180%;
}

.sollicitatie_bevestigen article a {
  font-weight: 700;
  color: white;
  background-color: #0757a3;
  padding: 17px 35px;
  margin-top: 20px;
}

/* Einde Sollicitatie Bevestigen */



/* Media Queries */

@media screen and (max-width: 1785px) {
  .hellohelp-text h2 {
    font-size: 2rem;
  }

  .hellohelp-text p {
    font-size: 0.9rem;
  }

  .hellohelp-text blockquote p {
    font-size: 1.2rem;
  }

}

@media screen and (max-width: 1650px) {


  .hellohelp-text h2 {
    font-size: 2rem;
  }

  .hellohelp-text p {
    font-size: 0.9rem;
  }

  .hellohelp-text blockquote p {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .hellohelp-header .arrow img {
    width: 7%;
  }

  .hellohelp-text a {
    margin-top: 2em;
    padding: 15px 20px;
    font-weight: 700;
  }

}

@media screen and (max-width: 1400px) {
  .navigatie nav>ul li {
    margin: 0 20px;
  }

  .home_slider article h2 {
    font-size: 2em;
    text-align: center;
  }

  .home_slider article h3 {
    text-align: center;
  }

  .home_slider article > div {
    -ms-align-items: center;
    align-items: center;
  }

  .home_slider article a {
    padding: 10px 15px;
  }

  .doelgroep_overzicht article {
    padding: 10px;
  }

  .inner_footer>div {
    min-width: initial;
    width: 50%;
  }

  .inner_footer>div {
    min-width: initial;
    width: 100%;
  }

  .inner_footer img {
    display: none;
  }

  .realisatie_video>div>div {
    display: none;
  }

  .realisatie_video iframe {
    width: 100%;
  }

  /* hello help */
  
  .hellohelp-text h2 {
    margin: 0;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }

  .hellohelp-text p {
    font-size: 0.85rem;
  }


  .hellohelp-text blockquote p {
    font-size: 0.95rem;
  }

  .hellohelp-header .arrow img {
    width: 7%;
    top: -4%;
    right: 32%;
  }

}

@media screen and (max-width: 1300px) {
  .invest p {
    width: 70% !important;
    margin: auto;
  }
}

@media screen and (max-width: 1250px) {
  .home_units {
    flex-wrap: wrap;
  }

  .home_units_switch {
    right: 50%;
    transform: translateX(50%);
  }

  .home_units_right {
    width: 100%;
    padding-left: 0;
  }

  .home_units_left {
    width: 100%;
  }

  .garanties>div div a {
    padding-bottom: 10px 25px !important; 
  }

  .insta-preview a {
    width: 23%; 
  }

  .insta-preview a:last-of-type {
    display: none;
  }
}

@media screen and (max-width: 1210px) {
  /* hellohelp */

  .hellohelp-img .groter-scherm {
    display: none;
  }

  .hellohelp-img .kleiner-scherm {
    display: block;
  }

  .hellohelp-img img {
    width: 100%;
  }


  .hellohelp-text {
    position: relative;
    width: 100%; 
    padding-bottom: 10em;
  }

  .hellohelp-text h2 {
    margin: 0;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .hellohelp-text p {
    width: 100%;
    font-size: 0.92rem;
  }

  .hellohelp-text blockquote p {
    margin-top: 2em;
    font-style: normal;
    font-size: 1.19rem;
  }

  .hellohelp-header .arrow img {
    width: 5%;
  }

  .hellohelp-text a {
    margin-top: 3em;
  }

  .hellohelp-body {
    padding: 2em;
  }

  .hellohelp-body:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -5em;
    left: 0;
    background-color: #dddddd;
    transform-origin: top left;
    transform: skewY(3deg);
    z-index: 1;
  }

  /* einde hellohelp */

}

@media screen and (max-width: 1200px) {
  .bigimage {
    display: none !important;
  }

  .medimage {
    display: block !important;
  }

  .tekst_blokken article h2 {
    font-size: 1.5em;
  }

  .tekst_blokken article h2 img {
    width: 20px;
  }

  .tekst_blokken article div {
    font-size: 1em;
  }

  .tekst_blokken article {
    width: 50%;
    padding: 10px;
  }

  .blog-overzicht .blog-item:nth-child(n+6) h2 {
    font-size: 1.6em;
  }
  .blog-content-row .tekst-and-image > * {
    width: 100%;
  }
  .blog-content-row .tekst-and-image .img {
    margin:15px auto;
    max-width: 500px;
  }

  .referenties_overzicht article {
    width: 50% !important;
  }

  .realisatie_tekst {
    font-size: 1em;
  }

  .realisatie_controls {
    flex-wrap: wrap;
    border: none;
    margin-top: 0;

    background-color: #f5f5f5;
  }

  .realisatie_controls .control a {
    font-size: .8em;
    width: 25%;
    justify-content: flex-start;
  }

  .realisatie_controls .control {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
  }

  .realisatie_controls .social {
    display:none;
  }

  .invest p {
    width: 80% !important;
  }
}

@media screen and (max-width: 1100px) {
  .navigatie_right nav, .navigatie_top>a {
    display: none;
  }

  .navigatie_right {
    height: 80px;
    padding-bottom: 10px;
  }

  .navigatie {
    padding-bottom: 10px;
  }

  .navigatie_top>div {
    font-size: .8em;
    padding: 7px 10px;
  }

  .menubtn {
    display: block;
  }

  .logo {
    height: 70px;
  }

  .page_header h1 {
    font-size: 2em;
  }

  .doelgroep_overzicht_content div {
    font-size: .9em;
  }

  .home_units_right div {
    font-size: 1.5em;
  }

  .power_titel_holder {
    padding: 30px 10px;
  }

  .power_titel {
    line-height: 180%;
    font-size: 1.5em;
  }

  .garanties div:last-of-type {
    display: none;
  }

  .garanties div:first-child {
    width: 100%;
  }

  .garanties h2 {
    max-width: initial;
    width: 100%;
    text-align: center;
    font-size: 1.8em;
  }

  .garanties h3 {
    text-align: center;
  }

  .blokken_small {
    display: block;
  }

  .blokken_big {
    display: none;
  }

  .blokken article {
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 40px;
  }

  .blokken_content h2 {
    font-size: 1.5em
  }

  .blokken_content div {
    font-size: 1em;
  }

  .blokken article:nth-child(even) .blokken_img {
    order: 1;
  }

  .blokken_img, .blokken_content {
    width: 100%;
  }

  .blokken_content a {
    width: 100%;
  }

  .kopen_ak h2 {
    font-size: 3em;
  }

  .kopen_ak h3 {
    font-size: 1.3em;
  }

  .kopen_ak a {
    font-size: 1em;
  }

  .aanpak_overzicht article{
    width: 47%;
  }
}

@media screen and (max-width: 1050px) {
  .interesse_references {
    display: none !important;
  }

  .interesse_form_content {
    width: 100%;
  }

  .interesse_form h1 {
    font-size: 2em;
  }
  .interesse_form_content {
    height: initial;
    padding-top: 50px;
    min-height: initial;
  }
}

@media screen and (max-width: 1000px) {
  .raster_big {
    width: 99.50%;
  }

  .raster_small {
    width: 49.50%;
  }

  .raster_small:nth-child(4n), .raster_small:nth-child(5n) {
    display: none;
  }

  .invest p {
    width: 90% !important;
  }

  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .blog-aside {
    order:2;
    width: 100%;
    margin-right: 0;
  }
  .blog-main {
    width: 100%;
    padding: 10px;
  }
  .row-block .extra {
    padding: 10px;
  }
  .blog-main .title-hold, .blog-main .blog-overzicht {
    display: none;
  }

  .blog-aside h3 {
    width: 100%;
  }

  .blog-recent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .blog-recent .blog-item {
    width: 45%;
  }

  .referenties_filter {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .selectric-wrapper {
    width: 32.33%;
    margin-right: 0;
  }

  .referentie_size_switch {
    width: 100%;
    margin-top: 20px;
    display: none;
  }

  .page_banner .pagb {
    display: none;
  }

  .page_banner .pagm {
    display: block;
  }

  .page_banner h1 {
    width: 100%;
    text-align: center;
    font-size: 2em;
  }

  .realisatie_content {
    flex-wrap: wrap;
  }

  .aside_detail {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 20px 0;
    border: none;
  }

  .realisatie_content aside {
    width: 100%;
    order: 1;
    margin-left: 0;
    padding: 20px 0;
    border: none;
  }

  .vacature_ak {
    display: none;
  }

  .realisatie_content>div:first-of-type {
    order: 2;
  }

  .realisatie_controls .control a {
    width: 33.33%;
  }

  .andere_realisaties>div article {
    width: 48%;
    margin-bottom: 10px;
  }

  .hellohelp-text h2 {
    margin: 0;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  .blog-main .c {
    font-size: 1em;
  }

  .inner_footer>div div:first-of-type {
    display: none;
  }

  .respimage {
    display: block;
  }

  .normalimage {
    display: none;
  }

  .realisatie_detail_content {
    padding: 0 30px;
  }

  .realisatie_detail_content h1 {
    font-size: 2em;
  }

  .invest-blokken div h1 {
    font-size: 35px;
    font-weight: 700;
  }
  
  .invest-blokken div h2 {
    font-size: 1.5em;
    font-weight: 600;
  }

}

@media screen and (max-width: 850px) {
  .page_header div {
    font-size: 1em;
  }

  .page_header h1 {
    font-size: 1.5em;
  }
  .page_header h2 {
    font-size: 1em;
  }

  .raster_item h2 {
    font-size: 1em;
    left: 5px;
    bottom: 5px;
    right: 5px;
    line-height: 150%;
  }

  .inner_footer>div {
    display: none;
  }

  .inner_footer {
    justify-content: center;
  }

  .disclaimer>div {
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    line-height: 200%;
  }

  .inner_footer {
    justify-content: center;
  }

  .hellohelp-text h2 {
    font-size: 1.8rem;
  }

  .hellohelp-text a {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 800px) {
  .medimage {
    display: none !important;
  }

  .smaimage {
    display: block !important;
  }

  .home_slider article h3 {
    display: none;
  }

  .home_slider article > div {
    top: 50%;
    bottom: initial;
    transform: translate(-50%,-50%);
    padding: 30px;
  }

  .home_slider article a {
    display: none;
  }

  .home_slider article h2 {
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .referenties_slider article {
    padding: 10px;
  }

  .tekst_blokken article {
    width: 100%;
    margin: 20px 0;
  }

  .tekst_blokken article h2 {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .tekst_blokken article h2 img {
    margin-bottom: 10px;
  }

  .tekst_blokken article div {
    text-align: center;
  }
  
  .blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.6em;
  }
  .blog-content-row .multi-img-holder.four>*,.blog-content-row .multi-img-holder.three>* {
    width: 49%;
  }
  .blog-content-row .multi-img-holder.four>*:nth-child(-n+2){
    margin-bottom: 2%;
  }
  .blog-content-row .multi-img-holder.three>*:last-child{
    display: none;
  }

  .textcontent h2 {
    font-size: 1.8em;
  } 

  .textcontent h3 {
    font-size: 1em;
  }

  .textcontent a {
    font-size: 1em;
  }

  .textcontent {
    justify-content: center !important;
    padding: 20px;
  }

  .selectric-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .aanpak_overzicht>h2 {
    font-size: 2em;
  }

  .aanpak_overzicht>h3 {
    font-size: 1em;
  }

  .aanpak_overzicht article>h3 {
    font-size: 2.5em;
  }

  .aanpak_overzicht article>h2 {
    font-size: 1.2em;
  }

  .kopen_ak {
    height: initial;
    border: none;
  }

  .kopen_ak div:first-of-type {
    padding: 20px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
  }

  .kopen_ak_bg {
    display: none;
  }

  .insta-preview a {
    width: 48%;
  }

  .insta-preview>h2 {
    white-space: nowrap;
    font-size: 1.2em;
  }
  .invest p {
    font-size: 0.95em;
  }
  .invest-blokken {
    display: block;
    max-width: 1150px;
    margin: auto;
    justify-content: space-between;
    position: relative;
    margin-bottom: 9em;
  
  }
  .invest-blokken div {
    width: 95%;
    margin: 2em auto;
    font-size: 0.9em;
    -webkit-box-shadow: 10px 10px 14px 0px rgba(7,88,163,0.15);
    -moz-box-shadow: 10px 10px 14px 0px rgba(7,88,163,0.15);
    box-shadow: 10px 10px 14px 0px rgba(7,88,163,0.15);
  }
  
  .invest-blokken div h1, .invest-blokken div h2 {
    width: 100%;
  }
  
  .invest-blokken div h1 {
    font-size: 45px;
    font-weight: 700;
  }
  
  .invest-blokken div h2 {
    font-size: 1.7em;
    font-weight: 600;
  }

  .hellohelp-text {
    padding-bottom: 12em;
  }

}

@media screen and (max-width: 750px) {
  .blog-recent .blog-item {
    width: 100%;
  }

  .interesse_form {
    padding: 50px 20px;
    padding-top: 0;
  }

  .interesse_form_content {
    min-height: initial;
  }

  .realisatie_controls .control a {
    width: 50%;
  }

  .realisatie_content aside h2 {
    font-size: 1.2em;
  }

  .realisatie_content aside p {
    font-size: .9em;
  }
}

@media screen and (max-width: 700px) {
  .res-nav {
    right: -700px;
    width: 100%;
  }

  .menu-is-open {
    right: 0;
  }

  .disclaimer>div {
    font-size: .9em;
  }

  .blog-row .row-block,.blog-row.type-b .row-block {
    width: 100%;
    margin-bottom: 4.0816326530612244897959183673469%;
  }
  .row-block:not(:nth-child(2n)){
    margin-right: 0;
  }
  .blog-row.reverse .row-block:first-child {
    margin-left: 0;
  }
  .blog-row {
    margin-bottom: 0;
  }

  .referenties_overzicht article {
    font-size: .8em;
    padding: 5px;
  }

  .page_banner .pagm {
    display: none;
  }

  .page_banner .pags {
    display: block;
  }

  .page_banner h1 {
    font-size: 1.2em;
  }

  .realisatie_detail_content {
    -ms-align-items: center;
    align-items: center;
  }

  .realisatie_detail_content h1 {
    font-size: 1.5em;
  }

  .realisatie_detail_content h2 {
    font-size: .7em;
  }

  .realisatie_images article {
    width: 48%;
  }

  .hellohelp-text {
    padding-bottom: 8em;
  }
}

@media screen and (max-width: 650px) {
  .hellohelp-text h2 {
    font-size: 1.6rem;
  }

  .hellohelp-text blockquote p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .PL_Wrapper {
    right: 10px;
  }

  .logo {
    height: 40px;
  }

  .resp_logo {
    display: block;
  }

  .main_logo {
    display: none;
  }

  .disclaimer>div span {
    display: none;
  }

  .disclaimer>div div {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .blog-more-nav-btn {
    display: block;
  }
  .blog-more-nav {
    display: none;
  }

  .inner_footer {
    display: none;
  }

  .referenties_overzicht article {
    width: 100% !important;
  }

  .aanpak_overzicht article {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .interesse_fl {
    flex-wrap: wrap;
  }
  .interesse_form input[type=submit]{
    width: 100%;
  }

  .interesse_form #NaamInput {
    width: 100%;
  }

  .interesse_form h1 {
    font-size: 1.5em;
  }

  .andere_realisaties>div article {
    width: 98%;
  }
}

@media screen and (max-width: 500px) {
  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .navigatie_top>div img {
    display: none;
  }

  .navigatie_top {
    display: none;
  }

  .navigatie_top>div {
    width: 100%;
  }

  .navigatie {
    padding: 10px;
  }

  .navigatie_right {
    height: initial;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 450px) {
  .hellohelp-header .arrow img {
    margin-top: 1em;
  }
}
}

@media screen and (max-width: 400px){
  .row-block.extra {
    display: none;
  }
  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }
}