@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;
}

/* Navigatie */

.menu, .menu_button {
  display: none;
}

.navi_footer {
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #7f7f7f;
  background-color: #f3f3f3;
  z-index: 2;
}

.navi_footer p {
  width: 100%;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  color: #144e75;
  font-weight: 700;
  font-size: 20px;
}

.navi_footer span {
  margin: 0 10px;
}

.navi_footer a {
  color: #7f7f7f;
}

.navi_footer a:last-of-type i.show {
  display: inline-block;
}

.navi_footer a:last-of-type i.hidden {
  display: none;
  color: #8bcf97;
}

.navi_footer a:last-of-type:hover i.show {
  display: none;
}

.navi_footer a:last-of-type:hover i.hidden {
  display: inline-block;
}

.topper {
  width: 100%;
  background-color: #062235;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}

.topper a {
  color: white;
  font-size: .9em;
  margin-right: 30px;
  text-transform: uppercase;
}

.topper a:last-of-type {
  margin-right: 20px;
}

.topper a i {
  margin-right: 10px;
}

.navigatie {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

.navigatie .logo {
  width: 250px;
}

.menu .logo-res {
  width: 180px;
  margin-top: 52px;
  margin-left: 20px;
}

.navigatie ul {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.navigatie ul li {
  margin: 0 20px;
}

.navigatie ul li:last-of-type {
  margin-right: 0;
}

.navigatie ul a {
  transition: all 1s;
  color: #144e75;
  font-size: 1.2em;
  font-weight: 200;
  padding: 5px 0;
  border-bottom: 1px solid white;
}

.navigatie .active a, .navigatie ul a:hover {
  border-bottom: 1px solid #144e75 !important;
}

/* Einde Navigatie */

/* Responsive Navigatie */

/* Einde Responsive Navigatie*/


/* Home Intro */

.medimage, .smaimage {
  display: none !important;
}

.home_intro {
  width: 100%;
}

.home_intro .slick-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, .5);
  border: none;
  color: white;
  z-index: 2;
}

.home_intro .slick-next {
  right: 10px;
  left: initial;
}

.home_overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.home_intro article {
  position: relative;
}

.home_intro article img {
  width: 100%;
}

.home_intro_content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
  z-index: 2;
  position: absolute;
  left: 20px;
  bottom: 10px;
}

.home_intro_content h2 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 15px;
  color: #00314C;
  margin-bottom: 10px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}

.home_intro_content h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 110%;
  max-width: 50%;
  color: #fff;
}

.home_intro_content a {
  margin-top: 10px;
  display: inline-block;
  background-color: #00314C;
  color: white;
  letter-spacing: 2px;
  padding: 10px 30px;
  font-weight: 200;
}

/* Einde Home Intro */

/* Home Stappen */

.home_stappen, .diensten_blokken, .digi-blokken {
  width: 100% !important;
  padding: 80px 50px;
  background-color: #f7fafd;
}

.home_stappen>div, .diensten_blokken>div {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
}

.diensten_blokken>div {
  justify-content: space-evenly;
}

.diensten_blokken>div {
  flex-wrap: wrap;
}

.home_stappen article {
  width: 31.33%;
  padding: 50px 10px;
  transition: all 2s;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  cursor: pointer;
  flex: 1 1 31%;
  margin: 1%;

}

.diensten_blokken article {
  width: 40.995%;
  cursor: pointer;
}

.diensten_blokken article a {
  width: 100%;
  padding: 50px 10px;
  display: flex;
  background-color: white;
  margin-bottom: 2em;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  min-height: 13em;
  cursor: pointer;
  transition: all 2s;
  border: 1px solid #144e7517;
  min-width: 0
}

.home_stappen article:hover, .digi-blokken div div:hover, .diensten_blokken article a:hover {
  transform: scale(1.1);
  -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);
}


.home_stappen article i, .diensten_blokken article i {
  font-size: 2.3em;
  color: #144e75;
}

.digi-blokken div i {
  font-size: 1.5em;
  color: #144e75;
  margin-bottom: 0.5em;
}

.page_header i {
  font-size: 2em;
  margin-bottom: 1em;
  color: #144e75;
}

.home_stappen article h2, .diensten_blokken article h2 {
  font-size: 1.3em;
  color: #144e75;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 25px;
  text-align: center;
}

.home_stappen article div, .diensten_blokken article div {
  text-align: center;
  font-size: 1.2em;
  line-height: 150%;
  font-weight: 200;
  color: #585858;
}

/* Einde Home Stappen */

/* Digitalisatie */

.digi-blokken div {
  display: flex;
  margin: auto;
  justify-content: space-between;
  position: relative;
  margin-bottom: 3em;
  line-height: 160%;
  line-height: 150%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  max-width: 1600px;
}

.digi-blokken>div div {
  flex: 1 1 0;
  margin: 1em;
  font-size: 1em;
  text-align: center;
  padding: 30px;
  transition: all 2s;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: white;
  cursor: pointer;
}

.digi-blokken div i {
  margin: 0 auto;
  margin-bottom: .5em;
}

.digi-blokken div h1, .digi-blokken div h2 {
  width: 100%;
}

.digi-blokken div h1 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.digi-blokken div h2 {
  font-size: 1.7em;
  font-weight: 600;
}

.digi-blokken ul {
  text-align: left;
  margin-top: 1.5em;
  padding-left: 1.5em;
  list-style: none;
}

.digi-blokken ul li:before {
  content: '✓';
  padding-right: 0.5em;
  position: absolute;
  left: 0;
  /* place the SVG at the start of the padding */
  width: 1em;
  height: 1em;
}

.digi-blokken ul li {
  position: relative;
  padding-left: 1.5em;
  /* space to preserve indentation on wrap */
  padding-bottom: 0.5em;
}

.digi-login {
  width: 100%;
}

.digi-login a {
  margin: 0 auto;
  margin-top: 2em;
  background-color: #144e75;
  color: #144e75;
  padding: 10px 50px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #144e75;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  cursor: pointer;
  background: linear-gradient(to left, #e7f3ff 50%, #144e75 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 2s ease;
}

.digi-login a:hover {
  background-position: left bottom;
  color: white;
}

/* Einde digitalisatie */

/* Diensten */

.diensten-prevbtn {
  left: 5%;
  color: #144e75;
  padding-bottom: 10px;
  border-bottom: 1px solid #144e75;
  transition: transform 0.8s ease;
  position: absolute;
}

.diensten-prevbtn:hover {
  transform: translateX(-10px);
}

.diensten-prevbtn i {
  margin-right: 15px;
}

.blokken.diensten {
  max-width: 1600px;
}

.blokken.diensten article {
  align-items: flex-start;
}

.blokken.diensten .blokken_content {
  padding-top: 10px;
}

.diensten-extra {
  flex: 1 1 0;
  margin: 1em;
  font-size: 1em;
  text-align: center;
  padding: 30px;
  padding-top: 10px;
  transition: all 2s;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: white;
  -webkit-box-shadow: 10px 10px 14px 3px #9c989883;
  -moz-box-shadow: 10px 10px 14px 3px #9c989883;
  box-shadow: 10px 10px 14px 3px #9c989883;
}

.blokken_tekst ul {
  list-style-type: disc;
  padding-left: 2.5em;
  text-align: left;
}

.blokken_tekst ul.scnd {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  list-style-type: circle;
  padding-left: 1.5em;
}

.blokken_tekst a, .digi_tekst a {
  color: rgb(80, 97, 146);
}

.diensten-extra p {
  margin-top: 1em;
  font-size: 0.85em;
  font-style: italic;
  text-align: left;
}

.diensten-extra ul {
  list-style-type: circle;
  font-size: 0.85em;
  font-style: italic;

}

/* Einde diensten */

/* Kantoor */

.team-banner {
  margin: auto;
  text-align: center;
}

.team-banner img {
  width: 100%;
}

.team-content .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.team-content .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  background-color: #dbdbdb;
  margin: 0 3px;
  cursor: pointer;

}

.team-content .slick-dots .slick-active {
  background-color: #353535;
}

.team-content .slick-dots li button {
  display: none;
}

.team-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 1400px;
  min-height: 100px;
  margin: 2em auto;
  margin-bottom: 40px;
}

.team-lid {
  width: 30%;
  padding: 20px;
  margin-bottom: 2em;
}

.team-lid img {
  width: 100%;
}

.team-info {
  margin-top: 1em;
  border-radius: 5px;
  min-height: 22em;
  padding: 20px;
  background-color: white;
  -webkit-box-shadow: 10px 10px 14px 3px #9c989827;
  -moz-box-shadow: 10px 10px 14px 3px #9c989827;
  box-shadow: 10px 10px 14px 3px #9c989827;
}

.team-info h2 {
  font-weight: 700;
  text-align: center;
  font-size: 1.1em;
}

.team-info div {
  font-size: 1em;
  width: 100%;
  margin-top: 1em;
  line-height: 140%;
}

.team-info .functie h3, .team-info .opleiding h3 {
  font-weight: 600;
  padding-bottom: 0.1em;
}

.team-info .opleiding ul, .team-info .functie ul {
  list-style-type: circle;
  padding-left: 1.5em;
  font-size: 0.95em;
}

.team-info .functie ul li, .team-info .opleiding ul li {
  margin-bottom: 0.3em;
}

/* slick slider */

.team-content .slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.team-content .slick-dots li {
  width: 13px;
  height: 13px;
  cursor: pointer;
  background-color: #144e7528;
  border: 1px solid #144e75;
  border-radius: 200px;
  margin: 0 5px;
}

.team-content .slick-dots button {
  display: none;
}

.team-content .slick-dots .slick-active {
  background-color: #144e75;
}

.team-content .slick-arrow {
  position: absolute;
  left: 15px;
  top: 95%;
  z-index: 3;
  font-size: 1.4em;
  color: #144e75;
  display: flex;
  background-color: transparent;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 200px;

}

.team-content .slick-next {
  right: 10px;
  left: initial;
}

/* einde slick slider */

/* Einde kantoor */

/* Nuttige info */

.vragensplit {
  padding: 50px 10px;
}

.vragensplit>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.vragen {
  width: 68%;
}

.vragen article {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
  -moz-box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
  box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
  background-color: white;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.vragen article h2 {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  font-size: 23px;
  color: #144e75;
  align-items: center;
  cursor: pointer;
}

.vragen article h2 i {
  transition: all .3s;
}

.arrowUp i {
  transform: rotate(180deg);
}

.vragen article div {
  margin-top: 20px;
  color: #353535;
  font-weight: 200;
  font-size: 1.09em;
  line-height: 180%;
  letter-spacing: .5px;
}

.vragen article div a {
  display: inline-block;
  border: 2px solid #144e75;
  padding: 10px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  border-radius: 4px;
  color: #144e75;
  transition: all .8s ease;
  margin-top: 10px;
  font-size: 1em;
}

.vragen article div a:hover {
  background-color: #144e75;
  color: #fff;
}


.vragen_form {
  padding: 25px;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
  -moz-box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
  box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
  width: 30%;
}

.vragen_form h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #144e75;
}

.vragen_form input[type=text], .vragen_form input[type=email], .vragen_form textarea {
  padding: 10px;
  color: #818181;
  background-color: #F2F2F2;
  width: 100%;
  height: 50px;
  display: flex;
  -ms-align-items: center;
  border: none;
  margin-bottom: 10px;
  align-items: center;
  font-size: 1.2em;
  font-weight: 200;
}

.vragen_form textarea {
  min-height: 100px;
}

.vragen_form input[type=submit] {
  padding: 7px 20px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  margin-top: 20px;
  background-color: #144e75;
}

/* Einde nuttige info*/


/* GDPR */

#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
}

#content-container h2 {
  color: #00314C;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
  text-align: center;
}

#content-container h3 {
  background: #00314C;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #00314C;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height: 100%;
  position: relative;
}

#content-container thead {
  background-color: #4C4C4C;
  color: #fff;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

/* EINDE GDPR */


/* Effects */

.fadein {
  animation: fadein 2s ease-in;
  -moz-animation: fadein 2s ease-in;
  /* Firefox */
  -webkit-animation: fadein 2s ease-in;
  /* Safari and Chrome */
  -o-animation: fadein 2s ease-in;
  /* Opera */
}


@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}

@media screen and (min-width: 800px) {

  .come-in-left {
    transform: translateX(-300px);
    animation: come-in-left 0.8s ease forwards;
  }

  .come-in-left:nth-child(odd) {
    animation-duration: 1s;
    /* So they look staggered */
  }
}

@keyframes come-in-left {
  to {
    transform: translateX(0);
  }
}

@media screen and (min-width: 800px) {
  .come-in-right {
    transform: translateX(300px);
    animation: come-in-right 0.8s ease forwards;
  }

  .come-in-right:nth-child(odd) {
    animation-duration: 1s;
    /* So they look staggered */
  }
}

@keyframes come-in-right {
  to {
    transform: translateX(0);
  }
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 1s;
  /* So they look staggered */
}

/* Einde Effects */

/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  right: 50px;
  bottom: 50px;
  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: 30px 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 p {
  max-width: 200px;
  color: #04243B;
  margin-bottom: 20px;
  text-align: left;
  line-height: 150%;
}

.closecookies {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.morecookies {
  text-decoration: underline !important;
  color: #04243B;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

/* Einde Cookie Melding */

/* Home Split */
.home_split {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.split_left {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.split_left>div:first-of-type {
  padding: 50px 20px;
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.split_left>div:first-of-type h2 {
  font-size: 2.5em;
  color: #04243B;
  margin-bottom: 20px;
}

.split_left>div:first-of-type div {
  line-height: 150%;
  color: #04243B;
  max-width: 450px;
  font-weight: 200;
  text-align: center;
}

.split_left>div:first-of-type a {
  background-color: #04243B;
  color: white;
  padding: 10px 15px;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 20px;
}

.split_left>div:last-of-type {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex: 1;
}

.split_right {
  width: 50%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.split_contact {
  padding: 50px 100px;
  width: 100%;
}

.split_contact h2 {
  font-size: 3em;
  color: #04243B;
  margin-bottom: 20px;
}

.split_contact>div {
  line-height: 150%;
  color: #04243B;
  font-weight: 200;
}

.split_contact form {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.split_contact form #NaamInput {
  width: 60%;
  margin-bottom: 30px;
}

.split_contact form #PostInput {
  width: 38%;
  margin-bottom: 30px;
}

.split_contact form input[type=text],
.split_contact form input[type=email] {
  width: 100%;
  font-family: Poppins, sans-serif;
  border: none;
  color: #353535;
  padding: 5px;
  background-color: #E6EAED;
}

.split_contact form input[type=submit] {
  padding: 7px 20px;
  color: white;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 20px;
  background-color: #00314C;
}


.split_contact form textarea {
  width: 100%;
  border: none;
  padding: 5px;
  font-family: Poppins, sans-serif;
  color: #353535;
  background-color: #E6EAED;
  min-height: 120px;
}

.privholder {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.labelform {
  color: #04243B;
  font-weight: 200;
  width: 100%;
  font-size: 1.2em;
  font-weight: 200;
  padding-bottom: 5px;
  display: block;
}

.split_images {
  width: 100%;
  position: relative;
}

.split_images article {
  width: 100%;
  position: relative;
}

.split_images article:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.split_images article>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.split_images article h2 {
  font-size: 3em;
  text-align: center;
  font-weight: 700;
  color: white;
  line-height: 150%;
}

.main_slider {
  width: 100%;
}

.main_slider img {
  width: 100%;
}

.split_controls {
  background-color: #04243B;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
}

.split_controls h2 {
  font-weight: 700;
  font-size: 1.3em;
  color: white;
  padding: 10px 50px;
  border-right: 2px solid white;
}

.split_controls button {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 1.8em;
  margin: 0 20px;
}

.split_controls div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 40px;
}

.amount_slider {
  color: white;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 5px;
}

/* Einde Home Split */


/* Home AK */

.home_ak {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 49, 76, .75);
  background-blend-mode: multiply;
  background-attachment: fixed;
}

.home_ak>div {
  width: 100%;
  padding: 20px;
  max-width: 1400px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.home_ak>div h3 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
  color: white;
  margin-bottom: 20px;
}

.home_ak>div h2 {
  font-size: 59px;
  font-weight: 600;
  line-height: 110%;
  max-width: 630px;
  color: #fff;
  margin-bottom: 40px;
}

.home_ak>div a {
  display: inline-block;
  border: 2px solid white;
  padding: 8px 15px;
  color: white;
  letter-spacing: 2px;
}

/* Einde Home AK */

/* Woontypes */

.woontypes {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.woontypes article {
  width: 33.33%;
  padding: 30px;
  margin-bottom: 20px;
}

.woontypes article img {
  width: 100%;
}

.woontypes article h2 {
  font-size: 25px;
  color: #00314C;
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.woontypes article h2 div {
  width: 50px;
  height: 1px;
  background-color: #04243B;
}

.woontypes article h3 {
  font-size: 17px;
  color: #00314C;
  font-weight: 700;
}


.woontypes_tekst {
  line-height: 150%;
  font-size: 17px;
  color: #00314C;
  font-weight: 200;
}

.woontypes_gegevens {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  margin: 20px 0;
}

.woontypes_gegevens>div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
  border-bottom: #04243B 1px dotted;
  font-weight: 200;
  color: #04243B;
}

.woontype_button_devider {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.woontype_button_devider a {
  width: 48%;
  background-color: #04243B;
  font-weight: 200;
  letter-spacing: 3px;
  color: white;
  text-align: center;
  padding: 15px 10px;
}

/* Einde Woontypes */

/* Woontype Detail */

.woontype_det {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 20px 0;
}

.woontype_det>div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px 10px;
}

.woontype_det>div h1 {
  font-size: 3em;
  margin-bottom: 20px;
}

.woontype_det_tekst {
  font-weight: 200;
  font-size: 17px;
  line-height: 150%;
  color: #04243B;
}

.woontype_det_geg {
  color: #04243B;
  font-weight: 200;
  font-size: 17px;
  width: 100%;
  padding: 30px 0;
}

.woontype_det_geg>div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px dotted #04243B;
  padding: 14px 0;
}

.woontype_det_geg>div a {
  color: #04243B;
  text-decoration: underline;
}

.woontype_det_geg .prijs {
  font-size: 22px;
  font-weight: 700;
  margin-top: 30px;
  border-bottom: none !important;
}

.woontype_det_geg>div p:first-of-type {
  font-weight: 400;
}

.woontype_det_geg .prijs p:first-of-type {
  font-weight: 700;
}

.woontype_det>aside {
  max-width: 600px;
  min-width: 600px;
  margin-left: 30px;
  padding: 30px 0;
  padding-left: 30px;
  border-left: 2px solid #00314C;
}

.woontype_det>aside h2 {
  font-size: 2em;
  color: #04243B;
  margin-bottom: 20px;
}

.woontype_det>aside>div {
  line-height: 150%;
  color: #04243B;
  font-weight: 200;
}

.woontype_det>aside form {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.woontype_det>aside form #NaamInput {
  width: 60%;
  margin-bottom: 20px;
}

.woontype_det>aside form #PostInput {
  width: 38%;
  margin-bottom: 30px;
}

.woontype_det>aside form textarea {
  width: 100%;
  border: none;
  padding: 5px;
  background-color: #E6EAED;
  min-height: 120px;
  font-family: Poppins, sans-serif;
  color: #000;
}

.woontype_det>aside form input[type=text], .woontype_det>aside form input[type=email] {
  width: 100%;
  font-family: Poppins, sans-serif;
  border: none;
  padding: 5px;
  background-color: #E6EAED;
}

.woontype_det>aside form input[type=submit] {
  padding: 7px 20px;
  color: white;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 20px;
  background-color: #00314C;
}

.specialcontrols {
  max-width: 500px;
}

/* Einde Woontype Detail */

/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bevestiging {
  width: 100%;
  border-radius: 5px;
  -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);
  max-width: 700px;
  padding: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.bevestiging i {
  font-size: 2em;
  color: #04243B;
  margin-bottom: 1em;
}

.bevestiging h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #04243B;
  font-size: 15px;
  margin: 10px 0;
}

.bevestiging h1 {
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  color: #04243B;
  margin-bottom: 10px;
}

.bevestiging p {
  line-height: 150%;
  color: #04243B;
  font-size: 17px;
  font-weight: 200;
}

.bevestiging a {
  cursor: pointer;
  display: inline-block;
  padding: 13px 30px;
  background-color: #04243B;
  font-weight: 200;
  color: white;
  margin-top: 20px;
}

/* Einde Bevestiging*/

/* Content Split */

.content_split {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 70px;
}

.content_split_left {
  width: 50%;
  padding: 50px 40px;
}

.content_split_left article {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}

.content_split_right {
  width: 50%;
  border-left: 2px solid #00314C;
  padding: 50px 40px;
}

.content_split_right h2 {
  font-size: 35px;
  color: #00314C;
  max-width: 275px;
  margin-bottom: 30px;
}

.content_split_right h2:not(:first-of-type) {
  margin-top: 70px;
}

.content_split_right p {
  line-height: 140%;
  font-weight: 200;
  color: #1C1B1B;
}

/* Einde Content Split */


/* Grijze AK */

.grijze_ak {
  background-color: #EFEFEF;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 150px;
  padding-bottom: 10px;
}

.grijze_ak_content {
  width: 100%;
  max-width: 1100px;
  padding: 20px;
  transform: translateY(-70px);
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.grijze_ak_content>div {
  width: 45%;
}

.grijze_ak_content>div h2 {
  font-size: 35px;
  color: #00314C;
  max-width: 275px;
  margin-bottom: 30px;
}

.grijze_ak_content>div div {
  line-height: 180%;
  font-weight: 200;
  color: #00314C;
}

.grijze_ak_content>div a {
  background-color: #04243B;
  color: white;
  padding: 10px 15px;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 20px;
}

.grijze_ak_content img {
  width: 45%;
}

/* Einde Grijze AK */

/* op_de_hoogte */
.op_de_hoogte {
  width: 100%;
  padding: 100px 20px;
  background-color: #F6F9FD;
}

.op_de_hoogte>div {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.op_de_hoogte h2 {
  font-size: 50px;
  font-weight: 700;
  color: #00314C;
  margin-bottom: 20px;
}

.op_de_hoogte h3 {
  color: #00314C;
  letter-spacing: 3px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
}

.op_de_hoogte form {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  margin-top: 20px;
  width: 100%;
}

.op_de_hoogte form input[type=email] {
  padding: 12px;
  font-family: Poppins, sans-serif;
  color: #144e75;
  border: none;
  width: 100%;
  max-width: 450px;
  margin-right: 15px;
  background-color: #fff;
}

.op_de_hoogte form input[type=submit] {
  padding: 12px 40px;
  font-family: Poppins, sans-serif;
  background-color: #00314C;
  color: white;
  border: none;
}

/* Einde op_de_hoogte */


/* Footer */

footer {
  width: 100%;
  background-color: #fff;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

footer>h2 {
  font-size: 50px;
  font-weight: 700;
  color: #144e75;
  text-align: center;
  width: 100%;
}

.split_footer {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 50px 0;
  width: 100%;
  padding-bottom: 0;
  margin: 0 auto;
}

.split_footer>div h2 {
  color: #144e75;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
}

.split_footer>div div {
  color: #144e75;
  line-height: 170%;
  font-weight: 200;
}


#diemap {
  width: 55%;
  height: 600px;
}

.split_footer form {
  padding: 0 50px;
  width: 45%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;

}

.split_footer form #NaamInput {
  width: 60%;
  margin-bottom: 30px;
}

.split_footer form #PostInput {
  width: 38%;
  margin-bottom: 30px;
}

.split_footer form input[type=text],
.split_footer form input[type=email] {
  width: 100%;
  font-family: Poppins, sans-serif;
  border: none;
  padding: 5px;
  font-size: 1.2em;
  font-weight: 200;
  color: #144e75;
  background-color: #F6F9FD;
}

.split_footer form input[type=submit] {
  padding: 7px 20px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  margin-top: 20px;
  background-color: #144e75;
}

.split_footer form textarea {
  width: 100%;
  border: none;
  font-family: Poppins, sans-serif;
  color: #144e75;
  padding: 5px;
  font-size: 1.2em;
  font-weight: 200;
  background-color: #F6F9FD;
  min-height: 120px;
}

.split_footer .privholder {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.inner_footer {
  width: 100%;
  max-width: 1400px;
  padding: 50px 0;
  margin: 0 auto;
}

.inner_footer>div {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 1em;
  font-weight: 200;
}

.inner_footer p {
  color: #144e75;
  line-height: 170%;
}

.inner_footer a {
  color: #144e75;
  line-height: 170%;
}

.inner_footer>div div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.inner_footer>div img {
  width: 200px;
}

.disclaimer {
  background-color: white;
  text-align: center;
  padding: 10px;
}

.disclaimer p:first-of-type {
  font-size: .9em;
  padding-bottom: 5px;
}


.disclaimer a {
  color: black;
}

.disclaimer a:last-of-type i.show {
  display: inline-block;
}

.disclaimer a:last-of-type i.hidden {
  display: none;
  color: #8bcf97;
}

.disclaimer a:last-of-type:hover i.show {
  display: none;
}

.disclaimer a:last-of-type:hover i.hidden {
  display: inline-block;
}

/* Einde Footer */


/* Ontwikkelaars */

.ontwikkelaars {
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/ontwikkelaars.jpg);
}

.ontwikkelaars_round {
  border-radius: 200px;
  background-color: #19455E;
  width: 350px;
  height: 350px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  transform: translateX(-50%);
}

.ontwikkelaars_round h2 {
  text-align: center;
  font-size: 50px;
  color: white;
  margin-bottom: 20px;
  max-width: 200px;
}

.ontwikkelaars_round div {
  color: white;
  max-width: 300px;
  text-align: center;
  font-weight: 200;
  line-height: 150%;
  margin-bottom: 20px;
}

.ontwikkelaars_round a {
  font-size: 3em;
  cursor: pointer;
  color: white;
}

/* Einde Ontwikkelaars */


/* Page Header */

.page_header {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
}

.page_header>div:first-of-type {
  height: 55px;
  width: 2px;
  background-color: #144e75;
  margin-bottom: 30px;
}

.page_header>h2 {
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  width: 100%;
}

.page_header>h1 {
  color: #144e75;
  font-weight: 700;
  font-size: 3em;
  text-align: center;
  max-width: 800px;
  margin-bottom: 20px;
}

.page_header_tekst {
  line-height: 150%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  text-align: center;
}

/* Einde Page Header */



/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 90%;
  padding: 30px 10px;
  margin: 0 auto;
  width: 100%;
  padding-top: 40px;
}

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
  width: 100%;
}

.blokken article>img {
  width: 48%;
  order: 1;
}

.blokken_content {
  width: 50%;
  padding: 30px;
  order: 2;
}

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.blokken_titel h2 {
  color: #144e75;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2.8em;
}

.blokken_tekst {
  line-height: 180%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  margin-bottom: 20px;
}

.blokken_tekst p>a {
  color: #DBB957;
}

.blokken_content>a {
  display: inline-block;
  color: #144e75;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.blokken_content>a i {
  margin-left: 5px;
  transition: all .5s;
}

.blokken_content>a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(odd) img {
  order: 3;
}

/* Einde Blokken */

/* Personen */


.personen {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 130px 20px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.personen article {
  width: 25%;
  padding: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.personen_foto {
  width: 180px;
  height: 180px;
  margin-bottom: 30px;
  border-radius: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.personen article h2 {
  font-size: 35px;
  line-height: 100%;
  color: #19455E;
  text-align: center;
  margin-bottom: 20px;
  max-width: 180px;
}

.personen article div {
  line-height: 150%;
  text-align: center;
  font-weight: 200;
  margin-bottom: 40px;
  color: #19455E;
}

.personen article a {
  text-align: center;
  font-weight: 700;
  color: #19455E;
  font-size: 20px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.personen article a i {
  margin-right: 15px;
}

/* Einde Personen */


/* Liggin */
#dasmap {
  width: 55%;
  height: 600px;
}

/* Einde Ligging*/

/* Vacature Overzicht */

.vacature_overzicht {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  flex-wrap: wrap;
}

.vacature_overzicht>h2,
.vacature_overzichth2 {
  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: #E94E1B;
  font-weight: 700;
  margin: 0 auto;
  border-bottom: 2px solid #E94E1B;
  margin-bottom: 50px;
  transition: all .3s;
}

.vacature_overzicht>a:hover {
  background-color: transparent;
  color: #E94E1B;
}

.vacature_overzicht article {
  width: 49.5%;
  margin-bottom: 1%;
  margin-right: 1%;
  border: 2px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.vacature_overzicht article:nth-child(even) {
  margin-right: 0%;
}

.spontaan_sol {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.spontaan_sol img {
  opacity: 0;
}

.spontaan_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.spontaan_content h5 {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.44);
}

.spontaan_content button {
  border: none;
  background-color: #E64B2B;
  color: white;
  font-weight: 700;
  padding: 10px 25px;
}

.vacature_overzicht article>a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.vacature_overzicht article img {
  width: 50%;
}

.vacature_overzicht article>div {
  padding: 25px;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  width: 50%;
}

.vacature_overzicht article h3 {
  color: #063651;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.vacature_overzicht article h2 {
  color: #063651;
  line-height: 140%;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 25px;
  width: 100%;
}

.vacature_overzicht article h4 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 200;
  color: #A3A3A3;
}

.vacature_overzicht article h4 i {
  margin-right: 5px;
}

.vacature_overzicht article div a {
  background-color: transparent;
  color: #063651;
  font-weight: 700;
  padding: 10px 30px;
  margin-top: 20px;
  font-size: 1em;
  display: inline-block;
  z-index: 2;
  transition: all .3s;
  border: 2px solid #063651;
}

.vacature_overzicht article div a:hover {
  background-color: #063651;
  color: white;
}

.ak_videocall_vacature {
  width: 100%;
  max-width: 1400px;
  margin: 30px auto;
  position: relative;
}

.ak_videocall_vacature img {
  width: 100%;
}

.ak_videocall_vacature div {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 600px;
}

.ak_videocall_vacature div h2 {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 140%;
  color: white;
  max-width: 300px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.22);
}

.ak_videocall_vacature div a {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 25px;
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
  background-color: #E93C1E;
}

/* Einde Vacature Overzicht */

.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: 30px 10px;
}

.vacature_pagina .vacimg {
  position: relative;
}

.vacature_pagina .vacimg img {
  width: 100%;
}

.vacature_pagina .vacimg p {
  position: relative;
  font-size: 1em;
  font-weight: 700;
  color: white;
  padding: 10px 25px;
  background-color: #F25029;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  border-radius: 200px;
}

.vacature_pagina .vacimg p i {
  font-size: 1.2em;
}

.vacature_pagina>div {
  width: 100%;
}

.vacature_pagina h1 {
  font-size: 1.8em;
  font-weight: 700;
  color: #0b354d;
  line-height: 150%;
}

.vacature_pagina>div>h2 {
  width: 100%;
  color: #E94E1B;
  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;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.vacature_pagina>div>h1 article a {
  margin: 0 10px;
  color: #000;
}

.vacature_pagina>div div {
  line-height: 180%;
  color: #646464;
  font-weight: 200;
  font-size: 17px;
}

.vacature_pagina>div div ul {
  padding-left: 20px;
  list-style-type: disc;
}

.vacature_pagina>div h3 {
  font-weight: 400;
  font-size: 1.2em;
  margin-top: 30px;
  margin-bottom: 5px;
}

.vacature_pagina>div h3:first-of-type {
  margin-top: 0;
}

.vacature_pagina>div div a {
  color: #8A8A8A;
  font-weight: 700;
}

.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;
  top: 120px;
  position: sticky;
}

.vacature_pagina aside form {
  border: 2px solid #F2F2F2;
  padding: 35px 30px;
}

.vacature_pagina .contactpersoon-vacature {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.vacature_pagina .contactpersoon-vacature img {
  width: 25%;
  object-fit: contain;
  align-self: flex-start;
}

.vacature_pagina .contactpersoon-vacature .details {
  width: 70%;
}

.vacature_pagina .contactpersoon-vacature .details h2 {
  font-weight: bold;
  color: #E94E1B;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}
.vacature_form .vacaturelabel {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}

.vacature_form input[type=text],
.vacature_form input[type=email],
.vacature_form select,
.vacature_form textarea {
  width: 100%;
  border: none;
  background-color: #F8F8F8;
  padding: 12px;
  font-size: 16px;
  color: #353535;
  font-weight: 200;
  margin-bottom: 20px;
  height: initial;
  font-family: 'Poppins', sans-serif;
}

.vacature_form textarea {
  height: 150px;
}

.vacature_form select {
  background-image: url(/images/select.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.vacature_form input[type=submit] {
  width: 100%;
  background-color: #0b354d;
  color: white;
  font-weight: 200;
  margin-top: 10px;
  letter-spacing: 0;
  text-transform: none;
  height: initial;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  border: none;
  padding: 10px 20px;
}

.vacature_form>h2 {
  font-size: 1.5em;
  font-weight: 400;
  color: #0b354d;
  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: 16px;
  text-align: center;
  font-weight: 400;
  height: initial;
  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: #E94E1B;
}

.vacature_ak h2 {
  font-size: 1.4em;
  font-weight: 700;
  padding-left: 20px;
  color: #3C3C3B;
  margin-top: 5px;
}

.service_manager {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px;
  border: 2px solid #F2F2F2;
}

.service_manager img {
  width: 30%;
}

.service_manager>div {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px 30px;
}

.service_manager h2 {
  width: 100%;
  text-align: left;
  font-size: 1.4em;
  font-weight: 700;
  color: #F25029;
  margin-bottom: 10px;
}

.service_manager>div div {
  font-size: 1.1em;
  font-weight: 200;
  color: #9e9e9e;
  line-height: 170%;
}

/* Einde Vacature Pagina */

.vacature {
  position: relative;
  padding-top: 23%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vacature a {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.vacature a h2 {
  width: 100%;
  position: absolute;
  bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #FFF;
  background-color: #cd1719;
  font-size: 1.2em;
  line-height: 3em;
}

/* Responsive */

@media screen and (max-width: 1800px) {
  .split_controls {
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .home_intro, .home_ak, .ontwikkelaars {
    background-attachment: initial;
  }

  .team-info {
    min-height: 23em;
  }
}

@media screen and (max-width: 1300px) {
  .personen article {
    padding: 20px;
  }

  .team-lid {
    width: 33%;
  }
}

@media all and (max-width: 1250px) {
  .vacature_overzicht {
    padding: 10px;
  }

  .vacature_overzicht article {
    flex-wrap: wrap;
  }

  .vacature_overzicht article img {
    width: 100%;
    order: 1;
  }

  .vacature_overzicht article>div {
    width: 100%;
    order: 2;
  }
}

@media screen and (max-width: 1200px) {

  .bigimage {
    display: none !important;
  }

  .medimage {
    display: block !important;
  }

  .menu>nav ul a {
    font-size: 50px;
  }

  .woontype_det {
    flex-wrap: wrap;
  }

  .woontype_det>div {
    width: 100%;
  }

  .woontype_det>aside {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 50px 10px;
    border-left: 0;
    border-top: 1px solid #04243B;
    margin-top: 20px;
    padding-top: 30px;
  }

  .woontypes article {
    width: 50%;
  }

  .home_intro_content h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 1100px) {
  .vragen {
    width: 100%;
    margin-bottom: 50px;
  }

  .team-info {
    min-height: 25em;
  }

  .home_intro_content {
    left: 5px;
  }

  .home_intro_content h1 {
    font-size: 50px;
    max-width: 70%;
  }


}

@media screen and (max-width: 1050px) {
  .vragen_form {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .personen {
    flex-wrap: wrap;
  }

  .personen article {
    width: 50%;
  }

  .specialcontrols {
    max-width: 100%;
    position: relative;
  }

  .inner_footer>div {
    display: block;
  }

  .inner_footer>div div:first-of-type {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }

  .digi-blokken div, .digi-blokken>div div {
    display: block;
  }

  .digi-login {
    text-align: center;
  }

  .vacature_pagina {
    flex-wrap: wrap;
  }

  .vacature_pagina aside {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .vacature_pagina aside form {
    border: none;
    border-top: 2px solid #f2f2f2;
    padding: 0;
    padding-top: 25px;
  }

  .vacature_pagina h1 {
    font-size: 1.3em;
  }

}

@media screen and (max-width: 990px) {

  .team-info {
    min-height: 27em;
  }
}


@media screen and (max-width: 900px) {
  .home_ak>div h2 {
    font-size: 40px;
    text-align: center;
  }

  .home_ak>div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .content_split {
    flex-wrap: wrap;
  }

  .content_split_left {
    width: 100%;
  }

  .content_split_right {
    width: 100%;
    border-left: none;
  }

  .content_split_left, .content_split_right {
    padding: 30px 20px;
  }

  .ontwikkelaars_round {
    bottom: 2%;
    width: 96%;
    left: 2%;
    right: 2%;
    transform: translate(0, 50%);
    border-radius: 0;
    height: initial;
    padding: 15px;
  }

  .ontwikkelaars_round h2 {
    max-width: initial;
    font-size: 30px;
  }

  .ontwikkelaars_round a {
    font-size: 2em;
  }

  .ontwikkelaars {
    height: initial;
    padding-bottom: 76%;
    position: relative;
  }

  .personen {
    padding: 50px 0;
    padding-top: 100px;
  }

  .woontypes article {
    padding: 15px;
  }

  .split_footer {
    display: block;
  }

  #dasmap {
    width: 100%;
    height: 400px;
  }

  .split_footer form {
    width: 100%;
    display: block;
    padding: 0 15px;
  }

  .split_footer form #NaamInput, .split_footer form #PostInput, .split_footer form #NaamInput {
    width: 100%;
  }

  .home_intro_content {
    padding: 0;
    left: 0px;
    bottom: 10px;
  }

  .home_intro_content h2 {
    padding-left: 10px;
  }

  .home_intro_content h1 {
    font-size: 30px;
    max-width: 100%;
    background-color: #e7f3ff94;
    padding: 10px 10px;
  }

  .home_intro_content a {
    margin-left: 10px;
  }

}

@media screen and (max-width: 850px) {

  .blokken.diensten {
    max-width: 100%;
    padding-top: 60px;
  }

  .diensten-prevbtn {
    margin-top: 30px;
    left: 5%;
  }

  .grijze_ak_content>div {
    width: 100%;
  }

  .home_stappen, .diensten_blokken {
    padding: 40px 15px;
  }

  .home_stappen>div, .diensten_blokken>div {
    display: block;
  }

  .digi-blokken div h1 {
    font-size: 35px;
    font-weight: 700;
  }

  .digi-blokken div h2 {
    font-size: 1.5em;
    font-weight: 600;
  }

  .digi-blokken, .diensten_blokken>div {
    display: block;
    max-width: 1150px;
    margin: auto;
    justify-content: space-between;
    position: relative;
    margin-bottom: 9em;
  }

  .diensten_blokken>div {
    width: 100%;
    margin: 2em auto;
    font-size: 0.9em;
    -webkit-box-shadow: 10px 10px 14px 3px #9c989883;
    -moz-box-shadow: 10px 10px 14px 3px #9c989883;
    box-shadow: 10px 10px 14px 3px #9c989883;
  }

  .diensten .blokken_tekst {
    padding-top: 1em;
  }

  .digi-blokken {
    max-width: 100%;
    width: 100%;
  }

  .digi-login a {
    font-size: 0.9em;
  }

  .digi-blokken>div div {
    width: 100%;
    max-width: 100%;
    margin: 2em auto;
    font-size: 0.9em;
    -webkit-box-shadow: 10px 10px 14px 3px #9c989883;
    -moz-box-shadow: 10px 10px 14px 3px #9c989883;
    box-shadow: 10px 10px 14px 3px #9c989883;
  }

  .diensten_blokken article {
    width: 100%;
  }

  .digi-blokken div h1, .digi-blokken div h2 {
    width: 100%;
  }

  .digi-blokken div h1 {
    font-size: 45px;
    font-weight: 700;
  }

  .digi-blokken div h2 {
    font-size: 1.7em;
    font-weight: 600;
  }

  .home_stappen article {
    width: 100%;
    margin-bottom: 1.5em;
  }

  .blokken article {
    display: flex;
    width: 100%;
    text-align: center;
    flex-direction: column;
    padding: 10px 0;
  }

  .blokken article>img {
    width: 90%;
    margin: auto;
    order: 2;
  }

  .blokken_tekst {
    text-align: left;
  }

  .blokken_tekst p {
    margin-bottom: 15px;
  }

  .blokken_content {
    width: 90%;
    margin: auto;
    order: 1;
  }

  .blokken_titel {
    display: block;
    justify-content: center;
  }

  .blokken_titel h2 {
    font-size: 2.4em;
    text-align: center;
    width: 100%;
  }

  .team-banner img {
    max-width: 100%;
  }

  .navigatie nav {
    display: none;
  }

  .navigatie .logo {
    width: 200px;
  }

  .page_header {
    padding-bottom: 0;
  }

  .blokken {
    padding-top: 10px;
  }

  .blokken_tekst ul {
    padding-left: 2em;
  }

  /* Menu Button */

  .menu_button {
    position: fixed;
    right: 20px;
    top: 50px;
    z-index: 70;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .menu_button a {
    margin-right: 25px;
    font-size: 1.5em;
    color: #000;
    position: relative;
  }

  .menu_button a>div {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    font-size: .5em;
    font-weight: 700;
    border-radius: 200px;
    background-color: #42AC6F;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    transform: translate(70%, 70%);
  }

  .menu_button img {
    width: 130px;
    margin-right: 30px;
  }

  .menu_button>div {
    width: 50px;
    height: 50px;
    transition: all .5s;
    padding: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 200px;
    background-color: white;
    border-radius: 200px;
    font-size: 1.3em;
    cursor: pointer;
    -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);
  }

  /* Einde Menu Button */

  /* Menu */

  .menu {
    width: 100%;
    height: 100%;
    background-color: #144e75;
    z-index: 50;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    overflow: auto;
    transition: all .6s;
  }

  .menu>nav {
    padding-top: 100px;
  }


  .menu>nav ul {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .menu>nav ul li {
    padding: 20px;
  }

  .menu>nav ul a {
    font-size: 68px;
    font-weight: lighter;
    color: white;
    position: relative;
  }

  .menu>nav ul a small {
    display: none;
  }

  .menu>nav ul a,
  .menu>nav ul a:after,
  .menu>nav ul a:before {
    transition: all .5s;
  }


  .menu>nav ul a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #fff;
    height: 1px;
  }

  .menu>nav ul a:hover:after {
    width: 100%;
  }

  /* Einde Menu */
  .vacature_form input[type="text"],
  .vacature_form input[type="email"],
  .vacature_form select,
  .vacature_form textarea {
    font-size: 14px;
  }
  .privcnt {
    padding-left: 30px !important;
  }
  .vacature_overzicht article {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .vacature_overzicht article>div {
    padding: 15px;
  }
  .vacature_overzicht article h3 {
    font-size: 16px;
  }
  .vacature_overzicht article h4 {
    font-size: 14px;
  }
  .vacature_overzicht article div a {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {

  .medimage {
    display: none !important;
  }

  .smaimage {
    display: block !important;
  }

  .home_split {
    flex-wrap: wrap;
  }

  .split_left {
    width: 100%;
  }

  .split_right {
    width: 100%;
  }

  .grijze_ak_content img {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }

  .grijze_ak_content>div {
    width: 100%;
    order: 2;
  }

  .grijze_ak_content {
    flex-wrap: wrap;
  }

  .grijze_ak {
    margin-top: 100px;
  }

  .op_de_hoogte {
    margin: 40px auto;
  }

  .split_footer {
    flex-wrap: wrap;
  }

  .split_footer>div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .split_footer>div h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

}

@media screen and (max-width: 750px) {
  .vragen article h2 {
    font-size: 1em;
  }

  .vragen article div {
    font-size: .9em;
  }

  .page_header>h1 {
    font-size: 2.6em;
  }

  .vacature_pagina>div div {
    font-size: 14px;
  }

}

@media screen and (max-width: 700px) {

  .woontypes article {
    width: 100%;
    padding: 10px;
    margin-bottom: 50px;
  }

  .home_intro_content a {
    font-size: .8em !important;
  }

  .home_intro_content h2 {
    visibility: hidden;
  }

  .detail {
    padding-top: 80px;
  }

  .menu>nav ul a {
    font-size: 40px;
  }

  .menu>nav {
    padding-top: 100px;
  }

  footer>h2 {
    font-size: 30px;
  }

  footer {
    padding: 30px 10px;
  }

  .split_contact {
    padding: 50px 20px;
  }

  .home_ak>div h2 {
    font-size: 30px;
  }

  .home_ak>div h3 {
    text-align: center;
  }

  .blokken_content>h2 {
    font-size: 40px;
  }

  .op_de_hoogte h2 {
    font-size: 30px;
  }

  .woontype_det>div h1 {
    font-size: 30px;
  }

  .split_footer {
    padding: 30px 0;

  }

  .split_footer>div h2 {
    text-align: center;
  }

  .split_footer>div div {
    text-align: center;
  }

  .woontype_det_geg .prijs {
    font-size: 18px;
  }

  .blokken article {
    padding-top: 0;
  }
}

@media screen and (max-width: 650px) {

  .page_header>h1 {
    font-size: 1.6em;
    width: 95%;
    margin: auto;
    margin-bottom: 5px;
    ;
  }

  .page_header_tekst {
    font-size: 17px;
    padding-top: 20px;

  }

  .blokken_tekst {
    font-size: 17px;
  }

  .page_header img {
    width: 100%;
  }

  .digi-blokken {
    padding: 10px;
  }

  .digi-blokken div {
    max-width: 100%;
  }

  .blokken.diensten {
    max-width: 100vw;
  }

  .blokken_content {
    padding: 10px 5px;
    flex-direction: column;
  }

  .blokken_tekst {
    order: 1;
  }

  .blokken article>img {
    order: 2;
  }

  .blokken article>img:nth-of-type(2) {
    display: none;
  }

  .menu>nav {
    padding-top: 35px;
  }


  .navi_footer, .navi_footer a {
    font-size: 15px;
  }

  .navi_footer p {
    font-size: 16px;
  }

  .home_intro_content h1 {
    font-size: 20px;
  }

  .inner_footer {
    flex-wrap: wrap;
    margin-top: 20px;
    border-top: 1px solid #324b5c;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .inner_footer>div {
    width: 50%;
  }

  .inner_footer>div:first-child {
    width: 100%;

  }

  .disclaimer a {
    font-size: 0.9em;
  }

  .disclaimer p:first-of-type {
    font-size: .8em;
  }

  .personen article h2 {
    font-size: 25px;
  }


  .page_header_tekst {
    width: 95%;
    margin: auto;
  }

  .blokken_titel h2 {
    font-size: 2em;
  }

  .blokken_tekst {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .split_contact form #NaamInput, .split_footer form #PostInput, .woontype_det>aside form #PostInput {
    width: 100%;
  }

  .split_contact form #PostInput, .split_footer form #NaamInput, .woontype_det>aside form #NaamInput {
    width: 100%;
  }

  .split_contact h2 {
    font-size: 2em;
  }

  .op_de_hoogte form {
    flex-wrap: wrap;
  }

  .op_de_hoogte form input[type=email] {
    width: 100%;
    max-width: initial;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .op_de_hoogte form input[type=submit] {
    width: 100%;
  }

  @media screen and (max-width: 550px) {


    .split_controls button {
      margin: 0 10px;
    }

    .split_controls div {
      padding: 10px;
    }

    .split_controls h2 {
      padding: 10px 20px;
    }

    .blokken_content {
      width: 100%;
      padding: 15px;
    }

    .blokken article>img {
      width: 100%;
    }

    .blokken_titel h2 {
      font-size: 1.8em;
      width: 100%;
    }

    .blokken_tekst {
      width: 100%;
    }

    .disclaimer a {
      font-size: 0.8em;
    }

    .disclaimer p:first-of-type {
      font-size: .7em;
    }
  }

}

@media screen and (max-width: 450px) {

  .disclaimer a:first-of-type, .disclaimer a:nth-of-type(2), .disclaimer a:nth-of-type(3), .disclaimer span, .navi_footer span {
    display: none;
  }

  .navi_footer {
    flex-direction: column;
  }

  .navi_footer a {
    margin-top: 5px;
  }

}